Pull request #2920 updated 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 rather than 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Obtained Jenkinsfile from 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14289 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Merge succeeded, producing 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 Checking out Revision 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 (PR-2920) > git config core.sparsecheckout # timeout=10 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # 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 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 Commit message: "refactor: [V2]Add service prefixes for the Redis key of each service" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 776c3157626a99cf9866d63bab0c2f5d1b489840 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T07:23:17.515Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T07:23:17.833Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T07:23:17.953Z] ========================================================= [2020-12-03T07:23:17.954Z] EdgeX Global Pipelines Version Info [2020-12-03T07:23:17.954Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:23:19.554Z] ------------------- [2020-12-03T07:23:19.554Z] stable info: [2020-12-03T07:23:19.554Z] ------------------- [2020-12-03T07:23:19.554Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T07:23:19.554Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T07:23:19.554Z] Message: update stable to v1.0.169 [2020-12-03T07:23:20.501Z] ------------------- [2020-12-03T07:23:20.501Z] experimental info: [2020-12-03T07:23:20.501Z] ------------------- [2020-12-03T07:23:20.501Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T07:23:20.501Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T07:23:20.501Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T07:23:20.809Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T07:23:20.929Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T07:23:21.033Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T07:23:21.138Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T07:23:21.263Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T07:23:21.371Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T07:23:21.481Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T07:23:21.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T07:23:21.720Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T07:23:21.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T07:23:21.928Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T07:23:22.035Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T07:23:22.137Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T07:23:22.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T07:23:22.368Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T07:23:22.469Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T07:23:22.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T07:23:22.697Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T07:23:22.811Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T07:23:22.947Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T07:23:23.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T07:23:23.176Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T07:23:23.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo [2020-12-03T07:23:23.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo [2020-12-03T07:23:23.512Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo [2020-12-03T07:23:23.610Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [Pipeline] echo [2020-12-03T07:23:23.712Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5aea6bf [Pipeline] echo [2020-12-03T07:23:23.811Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T07:23:24.020Z] provisioning config files... [2020-12-03T07:23:24.078Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8932072117355218952tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:23:24.442Z] ---> docker-login.sh [2020-12-03T07:23:24.442Z] nexus3.edgexfoundry.org:10001 [2020-12-03T07:23:24.705Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:23:24.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:23:24.967Z] Configure a credential helper to remove this warning. See [2020-12-03T07:23:24.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:23:24.967Z] [2020-12-03T07:23:24.967Z] Login Succeeded [2020-12-03T07:23:24.967Z] nexus3.edgexfoundry.org:10002 [2020-12-03T07:23:24.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:23:24.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:23:24.967Z] Configure a credential helper to remove this warning. See [2020-12-03T07:23:24.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:23:24.967Z] [2020-12-03T07:23:24.967Z] Login Succeeded [2020-12-03T07:23:24.967Z] nexus3.edgexfoundry.org:10003 [2020-12-03T07:23:25.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:23:25.229Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:23:25.229Z] Configure a credential helper to remove this warning. See [2020-12-03T07:23:25.229Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:23:25.229Z] [2020-12-03T07:23:25.229Z] Login Succeeded [2020-12-03T07:23:25.229Z] nexus3.edgexfoundry.org:10004 [2020-12-03T07:23:25.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:23:25.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:23:25.491Z] Configure a credential helper to remove this warning. See [2020-12-03T07:23:25.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:23:25.491Z] [2020-12-03T07:23:25.491Z] Login Succeeded [2020-12-03T07:23:25.491Z] docker.io [2020-12-03T07:23:25.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:23:25.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:23:25.754Z] Configure a credential helper to remove this warning. See [2020-12-03T07:23:25.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:23:25.754Z] [2020-12-03T07:23:25.754Z] Login Succeeded [2020-12-03T07:23:25.754Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T07:23:25.763Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T07:23:26.312Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/support-logging/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T07:23:26.312Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T07:23:26.312Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T07:23:26.312Z] ++ cut -d/ -f2 [2020-12-03T07:23:26.312Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T07:23:26.384Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-12-03T07:23:27.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T07:23:27.988Z] [2020-12-03T07:23:27.988Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:23:28.346Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T07:23:28.346Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T07:23:28.346Z] 31603596830f: Pulling fs layer [2020-12-03T07:23:28.346Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T07:23:28.346Z] 6ca5941a6612: Pulling fs layer [2020-12-03T07:23:28.346Z] ecc8261a40a4: Pulling fs layer [2020-12-03T07:23:28.346Z] ecc8261a40a4: Waiting [2020-12-03T07:23:28.346Z] 2a8b12db71e7: Download complete [2020-12-03T07:23:28.609Z] 31603596830f: Verifying Checksum [2020-12-03T07:23:28.609Z] 31603596830f: Download complete [2020-12-03T07:23:28.609Z] ecc8261a40a4: Verifying Checksum [2020-12-03T07:23:28.609Z] ecc8261a40a4: Download complete [2020-12-03T07:23:28.872Z] 6ca5941a6612: Verifying Checksum [2020-12-03T07:23:28.872Z] 6ca5941a6612: Download complete [2020-12-03T07:23:29.136Z] 31603596830f: Pull complete [2020-12-03T07:23:29.136Z] 2a8b12db71e7: Pull complete [2020-12-03T07:23:30.085Z] 6ca5941a6612: Pull complete [2020-12-03T07:23:30.347Z] ecc8261a40a4: Pull complete [2020-12-03T07:23:30.347Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T07:23:30.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T07:23:30.347Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T07:23:30.456Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:23:30.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:23:32.881Z] $ docker top 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T07:23:33.216Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T07:23:33.216Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T07:23:33.424Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T07:23:33.430Z] $ docker exec 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent [2020-12-03T07:23:33.588Z] SSH_AUTH_SOCK=/tmp/ssh-jYPmtETvZhjX/agent.12 [2020-12-03T07:23:33.588Z] SSH_AGENT_PID=18 [2020-12-03T07:23:33.597Z] Running ssh-add (command line suppressed) [2020-12-03T07:23:33.714Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_7799842625063098745.key (/w/workspace/edgex-go/2@tmp/private_key_7799842625063098745.key) [2020-12-03T07:23:33.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T07:23:34.108Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T07:23:34.134Z] $ docker exec --env ******** --env ******** 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent -k [2020-12-03T07:23:34.247Z] unset SSH_AUTH_SOCK; [2020-12-03T07:23:34.247Z] unset SSH_AGENT_PID; [2020-12-03T07:23:34.247Z] echo Agent pid 18 killed; [2020-12-03T07:23:34.292Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T07:23:34.458Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T07:23:34.458Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T07:23:34.620Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T07:23:34.626Z] $ docker exec 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent [2020-12-03T07:23:34.778Z] SSH_AUTH_SOCK=/tmp/ssh-O5UvOhWecBZP/agent.46 [2020-12-03T07:23:34.778Z] SSH_AGENT_PID=51 [2020-12-03T07:23:34.786Z] Running ssh-add (command line suppressed) [2020-12-03T07:23:34.907Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5879106149536610934.key (/w/workspace/edgex-go/2@tmp/private_key_5879106149536610934.key) [2020-12-03T07:23:34.953Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T07:23:35.287Z] + git semver init [2020-12-03T07:23:35.287Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T07:23:35.287Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-03T07:23:35.287Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-03T07:23:35.287Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T07:23:35.287Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T07:23:35.287Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T07:23:35.287Z] # $SEMVER_BRANCH = PR-2920 [2020-12-03T07:23:35.287Z] # $SEMVER_TEMP = /tmp/semver-716052441 [2020-12-03T07:23:35.287Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T07:23:57.287Z] # '/tmp/semver-716052441' -> '/w/workspace/edgex-go/2/.semver' [2020-12-03T07:23:58.247Z] # -> Force: false [2020-12-03T07:23:58.247Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-03T07:23:58.268Z] $ docker exec --env ******** --env ******** 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 ssh-agent -k [2020-12-03T07:23:58.542Z] unset SSH_AUTH_SOCK; [2020-12-03T07:23:58.543Z] unset SSH_AGENT_PID; [2020-12-03T07:23:58.543Z] echo Agent pid 51 killed; [2020-12-03T07:23:58.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T07:23:59.179Z] + git semver [Pipeline] } [2020-12-03T07:23:59.230Z] $ docker stop --time=1 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 [2020-12-03T07:24:00.829Z] $ docker rm -f 9628e54753c558ae623dba1e8de1ad686c22b57710a0f1fdc41b9d1a86924972 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T07:24:01.409Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T07:24:01.998Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T07:24:02.001Z] [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 [2020-12-03T07:24:02.933Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T07:24:03.235Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T07:24:03.534Z] + sudo service docker restart [2020-12-03T07:24:03.535Z] + true [2020-12-03T07:24:03.535Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T07:24:04.131Z] ========================================================= [2020-12-03T07:24:04.131Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T07:24:04.131Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:24:04.489Z] + 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 . [2020-12-03T07:24:07.801Z] Sending build context to Docker daemon 326.3MB [2020-12-03T07:24:07.801Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T07:24:07.801Z] Step 2/7 : FROM ${BASE} [2020-12-03T07:24:08.072Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T07:24:08.072Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T07:24:08.072Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T07:24:08.072Z] de9db76c5a1d: Pulling fs layer [2020-12-03T07:24:08.072Z] bca2f99d35d6: Pulling fs layer [2020-12-03T07:24:08.072Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T07:24:08.072Z] 7c6f9722023f: Pulling fs layer [2020-12-03T07:24:08.072Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T07:24:08.072Z] 93359f2a8cfa: Waiting [2020-12-03T07:24:08.072Z] 7c6f9722023f: Waiting [2020-12-03T07:24:08.072Z] a35cf1a2eb13: Waiting [2020-12-03T07:24:08.072Z] bca2f99d35d6: Waiting [2020-12-03T07:24:08.072Z] de9db76c5a1d: Download complete [2020-12-03T07:24:08.072Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T07:24:08.072Z] 0ef7d3d256c8: Download complete [2020-12-03T07:24:08.072Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T07:24:08.072Z] 93359f2a8cfa: Download complete [2020-12-03T07:24:08.072Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T07:24:08.072Z] 188c0c94c7c5: Download complete [2020-12-03T07:24:08.072Z] 7c6f9722023f: Verifying Checksum [2020-12-03T07:24:08.072Z] 7c6f9722023f: Download complete [2020-12-03T07:24:08.647Z] 188c0c94c7c5: Pull complete [2020-12-03T07:24:08.647Z] 0ef7d3d256c8: Pull complete [2020-12-03T07:24:08.908Z] de9db76c5a1d: Pull complete [2020-12-03T07:24:10.306Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T07:24:10.306Z] a35cf1a2eb13: Download complete [2020-12-03T07:24:11.260Z] bca2f99d35d6: Verifying Checksum [2020-12-03T07:24:11.260Z] bca2f99d35d6: Download complete [2020-12-03T07:24:17.414Z] Still waiting to schedule task [2020-12-03T07:24:17.414Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-03T07:24:17.881Z] bca2f99d35d6: Pull complete [2020-12-03T07:24:17.881Z] 93359f2a8cfa: Pull complete [2020-12-03T07:24:17.881Z] 7c6f9722023f: Pull complete [2020-12-03T07:24:22.132Z] a35cf1a2eb13: Pull complete [2020-12-03T07:24:22.132Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T07:24:22.132Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T07:24:22.132Z] ---> a62c8e92a672 [2020-12-03T07:24:22.132Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T07:24:22.709Z] ---> Running in 92d02c8d1624 [2020-12-03T07:24:23.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:24:23.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:24:24.434Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T07:24:24.434Z] (2/12) Installing file (5.38-r0) [2020-12-03T07:24:24.696Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T07:24:24.696Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T07:24:30.004Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T07:24:30.004Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T07:24:30.004Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T07:24:30.004Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T07:24:30.004Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T07:24:30.004Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T07:24:30.004Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T07:24:30.004Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T07:24:30.004Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:24:30.004Z] OK: 233 MiB in 51 packages [2020-12-03T07:24:34.243Z] Removing intermediate container 92d02c8d1624 [2020-12-03T07:24:34.243Z] ---> d9ae51a75d38 [2020-12-03T07:24:34.243Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T07:24:34.243Z] ---> Running in 41ebb2c80337 [2020-12-03T07:24:34.243Z] Removing intermediate container 41ebb2c80337 [2020-12-03T07:24:34.243Z] ---> b181d0d8d17e [2020-12-03T07:24:34.243Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T07:24:34.506Z] latest: Pulling from library/docker [2020-12-03T07:24:34.774Z] 188c0c94c7c5: Already exists [2020-12-03T07:24:34.774Z] 0c7c675703d6: Pulling fs layer [2020-12-03T07:24:34.774Z] cc8c12a437cb: Pulling fs layer [2020-12-03T07:24:34.774Z] f092543453df: Pulling fs layer [2020-12-03T07:24:34.774Z] 65b6bc45957d: Pulling fs layer [2020-12-03T07:24:34.774Z] 4de832df471b: Pulling fs layer [2020-12-03T07:24:34.774Z] 79aa7fa92271: Pulling fs layer [2020-12-03T07:24:34.774Z] 65b6bc45957d: Waiting [2020-12-03T07:24:34.774Z] 4de832df471b: Waiting [2020-12-03T07:24:34.774Z] 79aa7fa92271: Waiting [2020-12-03T07:24:34.774Z] cc8c12a437cb: Verifying Checksum [2020-12-03T07:24:34.774Z] cc8c12a437cb: Download complete [2020-12-03T07:24:34.774Z] 0c7c675703d6: Verifying Checksum [2020-12-03T07:24:34.774Z] 0c7c675703d6: Download complete [2020-12-03T07:24:34.774Z] 65b6bc45957d: Verifying Checksum [2020-12-03T07:24:34.774Z] 65b6bc45957d: Download complete [2020-12-03T07:24:35.038Z] 4de832df471b: Verifying Checksum [2020-12-03T07:24:35.038Z] 4de832df471b: Download complete [2020-12-03T07:24:35.038Z] 79aa7fa92271: Download complete [2020-12-03T07:24:35.038Z] 0c7c675703d6: Pull complete [2020-12-03T07:24:35.303Z] cc8c12a437cb: Pull complete [2020-12-03T07:24:35.573Z] f092543453df: Verifying Checksum [2020-12-03T07:24:35.573Z] f092543453df: Download complete [2020-12-03T07:24:38.148Z] f092543453df: Pull complete [2020-12-03T07:24:38.148Z] 65b6bc45957d: Pull complete [2020-12-03T07:24:38.410Z] 4de832df471b: Pull complete [2020-12-03T07:24:38.410Z] 79aa7fa92271: Pull complete [2020-12-03T07:24:38.410Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T07:24:38.410Z] Status: Downloaded newer image for docker:latest [2020-12-03T07:24:39.804Z] ---> 29a59fa61931 [2020-12-03T07:24:39.804Z] Step 6/7 : COPY go.mod . [2020-12-03T07:24:40.066Z] ---> be9fbef38785 [2020-12-03T07:24:40.066Z] Step 7/7 : RUN go mod download [2020-12-03T07:24:40.331Z] ---> Running in 0cd4cfbe4844 [2020-12-03T07:25:02.344Z] Removing intermediate container 0cd4cfbe4844 [2020-12-03T07:25:02.344Z] ---> 13cc16e02bbe [2020-12-03T07:25:02.344Z] Successfully built 13cc16e02bbe [2020-12-03T07:25:02.344Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:25:02.666Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T07:25:02.666Z] . [Pipeline] withDockerContainer [2020-12-03T07:25:02.774Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:25:02.828Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:25:03.960Z] $ docker top 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T07:25:04.493Z] + go version [2020-12-03T07:25:04.493Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T07:25:04.512Z] $ docker stop --time=1 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a [2020-12-03T07:25:05.869Z] $ docker rm -f 6c4c9c47fde1b4e2866a9afce3e4471e8d0edd57a058c18d7f7aef897c48ca5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:25:06.785Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T07:25:06.785Z] . [Pipeline] withDockerContainer [2020-12-03T07:25:06.888Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:25:06.935Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:25:07.563Z] $ docker top 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T07:25:07.765Z] ========================================================= [2020-12-03T07:25:07.765Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T07:25:07.765Z] ========================================================= [Pipeline] sh [2020-12-03T07:25:08.058Z] + make test [2020-12-03T07:25:08.058Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T07:25:18.113Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T07:25:33.145Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T07:25:38.483Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T07:25:39.907Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T07:25:39.907Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T07:25:39.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T07:25:39.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T07:25:39.907Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T07:25:42.493Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-12-03T07:25:42.493Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T07:25:42.493Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T07:25:42.766Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T07:25:43.355Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T07:25:43.355Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T07:25:43.355Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T07:25:43.355Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T07:25:46.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2020-12-03T07:25:46.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T07:25:46.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T07:25:46.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T07:25:46.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T07:25:46.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T07:25:49.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.147s coverage: 27.1% of statements [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T07:25:49.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.031s coverage: 100.0% of statements [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T07:25:49.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.053s coverage: 100.0% of statements [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T07:25:49.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 66.4% of statements [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T07:25:49.785Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.103s coverage: 82.7% of statements [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T07:25:49.785Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T07:25:51.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.349s coverage: 28.6% of statements [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T07:25:51.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T07:25:51.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.069s coverage: 100.0% of statements [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T07:25:51.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements [2020-12-03T07:25:51.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T07:25:51.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.140s coverage: 97.5% of statements [2020-12-03T07:25:51.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T07:25:52.065Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.050s coverage: 78.3% of statements [2020-12-03T07:25:52.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T07:25:52.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T07:25:52.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T07:25:52.065Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.300s coverage: 94.7% of statements [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.0% of statements [no tests to run] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.040s coverage: 100.0% of statements [2020-12-03T07:25:54.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.040s coverage: 80.8% of statements [2020-12-03T07:25:54.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2020-12-03T07:25:54.327Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.060s coverage: 84.2% of statements [2020-12-03T07:25:54.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.043s coverage: 100.0% of statements [2020-12-03T07:25:54.328Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T07:25:55.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.195s coverage: 63.5% of statements [2020-12-03T07:25:55.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T07:25:55.285Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T07:25:55.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-12-03T07:25:55.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2020-12-03T07:25:55.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2020-12-03T07:25:55.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2020-12-03T07:25:55.840Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-12-03T07:25:57.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 55.9% of statements [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T07:25:57.253Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 10.372s coverage: 86.3% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.144s coverage: 72.2% of statements [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.505s coverage: 72.1% of statements [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.040s coverage: 82.4% of statements [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.040s coverage: 48.4% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.055s coverage: 28.8% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.041s coverage: 96.8% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.2% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.1% of statements [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.035s coverage: 100.0% of statements [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.047s coverage: 42.9% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.030s coverage: 100.0% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.095s coverage: 100.0% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T07:26:07.362Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.656s coverage: 29.1% of statements [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T07:26:07.362Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T07:26:07.363Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2020-12-03T07:26:07.363Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-03T07:26:07.363Z] GO111MODULE=on go vet ./... [2020-12-03T07:26:14.275Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14290 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-03T07:26:14.329Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-03T07:26:19.156Z] using credential edgex-jenkins-ssh [2020-12-03T07:26:19.219Z] Cloning the remote Git repository [2020-12-03T07:26:19.285Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:26:19.398Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-03T07:26:19.488Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:26:19.489Z] > git --version # timeout=10 [2020-12-03T07:26:19.509Z] > git --version # 'git version 2.17.1' [2020-12-03T07:26:19.511Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T07:26:19.577Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T07:26:34.100Z] gofmt -l . [2020-12-03T07:26:34.100Z] [ "`gofmt -l .`" = "" ] [2020-12-03T07:26:34.100Z] ./bin/test-go-mod-tidy.sh [2020-12-03T07:26:34.100Z] ./bin/test-attribution-txt.sh [2020-12-03T07:26:34.536Z] Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:26:33.730Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T07:26:33.744Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T07:26:33.772Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T07:26:33.812Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:26:33.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T07:26:33.830Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T07:26:34.559Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T07:26:34.574Z] > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 [2020-12-03T07:26:34.970Z] Merge succeeded, producing 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:26:34.971Z] Checking out Revision 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 (PR-2920) [Pipeline] sh [2020-12-03T07:26:35.360Z] + ls -al . [2020-12-03T07:26:35.360Z] total 664 [2020-12-03T07:26:35.360Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 07:26 . [2020-12-03T07:26:35.360Z] drwxr-xr-x 4 root root 28 Dec 3 07:25 .. [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 07:23 .dockerignore [2020-12-03T07:26:35.360Z] drwxrwxr-x 8 1001 1001 179 Dec 3 07:23 .git [2020-12-03T07:26:35.360Z] drwxrwxr-x 3 1001 1001 125 Dec 3 07:23 .github [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 07:23 .gitignore [2020-12-03T07:26:35.360Z] drwx------ 3 1001 1001 47 Dec 3 07:23 .semver [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 07:23 .sonarcloud.properties [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 07:23 CONTRIBUTING.md [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 07:23 Dockerfile.build [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 07:23 Jenkinsfile [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 07:23 LICENSE [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 6723 Dec 3 07:23 Makefile [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 07:23 README.md [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 07:23 SECURITY.md [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 07:24 VERSION [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 07:23 ZMQWindows.md [2020-12-03T07:26:35.360Z] drwxrwxr-x 2 1001 1001 117 Dec 3 07:23 bin [2020-12-03T07:26:35.360Z] drwxrwxr-x 16 1001 1001 4096 Dec 3 07:23 cmd [2020-12-03T07:26:35.360Z] -rw-r--r-- 1 root root 571162 Dec 3 07:26 coverage.out [2020-12-03T07:26:35.360Z] -rw-r--r-- 1 root root 1041 Dec 3 07:26 go.mod [2020-12-03T07:26:35.360Z] -rw-r--r-- 1 root root 18856 Dec 3 07:26 go.sum [2020-12-03T07:26:35.360Z] drwxrwxr-x 8 1001 1001 127 Dec 3 07:23 internal [2020-12-03T07:26:35.360Z] drwxrwxr-x 4 1001 1001 26 Dec 3 07:23 openapi [2020-12-03T07:26:35.360Z] drwxrwxr-x 4 1001 1001 71 Dec 3 07:23 snap [2020-12-03T07:26:35.360Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 07:23 version.go [Pipeline] sh [2020-12-03T07:26:35.666Z] + '[' -e coverage.out ] [2020-12-03T07:26:35.666Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T07:26:35.929Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T07:26:36.226Z] + make build [2020-12-03T07:26:36.226Z] 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 [2020-12-03T07:26:34.876Z] > git remote # timeout=10 [2020-12-03T07:26:34.894Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T07:26:34.923Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T07:26:34.934Z] > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 [2020-12-03T07:26:34.958Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T07:26:34.981Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T07:26:34.994Z] > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 [2020-12-03T07:26:39.572Z] Commit message: "refactor: [V2]Add service prefixes for the Redis key of each service" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T07:26:41.324Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T07:26:41.845Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T07:26:42.178Z] + sudo service docker restart [2020-12-03T07:26:42.178Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T07:26:44.244Z] provisioning config files... [2020-12-03T07:26:44.287Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1778183708381200221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:26:44.489Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-03T07:26:44.711Z] ---> docker-login.sh [2020-12-03T07:26:44.711Z] nexus3.edgexfoundry.org:10001 [2020-12-03T07:26:45.313Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:26:45.921Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:26:45.922Z] Configure a credential helper to remove this warning. See [2020-12-03T07:26:45.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:26:45.922Z] [2020-12-03T07:26:45.922Z] Login Succeeded [2020-12-03T07:26:45.922Z] nexus3.edgexfoundry.org:10002 [2020-12-03T07:26:46.196Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:26:46.475Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:26:46.475Z] Configure a credential helper to remove this warning. See [2020-12-03T07:26:46.475Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:26:46.475Z] [2020-12-03T07:26:46.475Z] Login Succeeded [2020-12-03T07:26:46.475Z] nexus3.edgexfoundry.org:10003 [2020-12-03T07:26:46.750Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:26:47.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:26:47.026Z] Configure a credential helper to remove this warning. See [2020-12-03T07:26:47.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:26:47.026Z] [2020-12-03T07:26:47.026Z] Login Succeeded [2020-12-03T07:26:47.026Z] nexus3.edgexfoundry.org:10004 [2020-12-03T07:26:47.308Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:26:47.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:26:47.586Z] Configure a credential helper to remove this warning. See [2020-12-03T07:26:47.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:26:47.586Z] [2020-12-03T07:26:47.586Z] Login Succeeded [2020-12-03T07:26:47.586Z] docker.io [2020-12-03T07:26:47.861Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T07:26:48.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T07:26:48.136Z] Configure a credential helper to remove this warning. See [2020-12-03T07:26:48.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T07:26:48.136Z] [2020-12-03T07:26:48.136Z] Login Succeeded [2020-12-03T07:26:48.136Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T07:26:48.154Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T07:26:48.598Z] ========================================================= [2020-12-03T07:26:48.599Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T07:26:48.599Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:26:48.722Z] 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 [2020-12-03T07:26:48.983Z] + 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 . [2020-12-03T07:26:49.682Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T07:26:50.630Z] 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 [2020-12-03T07:26:51.637Z] Sending build context to Docker daemon 165.6MB [2020-12-03T07:26:51.637Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T07:26:51.637Z] Step 2/7 : FROM ${BASE} [2020-12-03T07:26:51.637Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T07:26:51.637Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T07:26:51.637Z] a4357932f1b6: Pulling fs layer [2020-12-03T07:26:51.637Z] 18c013af1878: Pulling fs layer [2020-12-03T07:26:51.637Z] 00ac8860ef70: Pulling fs layer [2020-12-03T07:26:51.637Z] 63d7cb157983: Pulling fs layer [2020-12-03T07:26:51.637Z] b116817d02f9: Pulling fs layer [2020-12-03T07:26:51.637Z] 745a02a5169b: Pulling fs layer [2020-12-03T07:26:51.637Z] 00ac8860ef70: Waiting [2020-12-03T07:26:51.637Z] 745a02a5169b: Waiting [2020-12-03T07:26:51.637Z] 63d7cb157983: Waiting [2020-12-03T07:26:51.637Z] b116817d02f9: Waiting [2020-12-03T07:26:51.637Z] 18c013af1878: Verifying Checksum [2020-12-03T07:26:51.637Z] 18c013af1878: Download complete [2020-12-03T07:26:51.637Z] a4357932f1b6: Verifying Checksum [2020-12-03T07:26:51.637Z] a4357932f1b6: Download complete [2020-12-03T07:26:51.637Z] 63d7cb157983: Verifying Checksum [2020-12-03T07:26:51.637Z] 63d7cb157983: Download complete [2020-12-03T07:26:51.637Z] b116817d02f9: Download complete [2020-12-03T07:26:51.637Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T07:26:51.637Z] 5f621e34cdf4: Download complete [2020-12-03T07:26:52.028Z] 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 [2020-12-03T07:26:52.241Z] 5f621e34cdf4: Pull complete [2020-12-03T07:26:52.604Z] 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 [2020-12-03T07:26:52.856Z] a4357932f1b6: Pull complete [2020-12-03T07:26:53.131Z] 18c013af1878: Pull complete [2020-12-03T07:26:54.010Z] 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 [2020-12-03T07:26:54.565Z] 745a02a5169b: Verifying Checksum [2020-12-03T07:26:54.565Z] 745a02a5169b: Download complete [2020-12-03T07:26:55.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T07:26:55.542Z] 00ac8860ef70: Verifying Checksum [2020-12-03T07:26:55.542Z] 00ac8860ef70: Download complete [2020-12-03T07:26:56.809Z] 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 [2020-12-03T07:26:57.762Z] 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 [2020-12-03T07:26:59.170Z] 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 [2020-12-03T07:26:59.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T07:27:01.156Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-03T07:27:02.124Z] $ docker stop --time=1 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce [2020-12-03T07:27:03.804Z] $ docker rm -f 9fc3cce0eaf099b1847cecfbecc5eceb22b732c44c6407c125bcb58169ca57ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-03T07:27:05.715Z] 00ac8860ef70: Pull complete [2020-12-03T07:27:05.715Z] 63d7cb157983: Pull complete [2020-12-03T07:27:06.313Z] b116817d02f9: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:27:07.192Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T07:27:07.192Z] [2020-12-03T07:27:07.192Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:27:07.536Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T07:27:07.537Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T07:27:07.537Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T07:27:07.537Z] ca9280d653b3: Pulling fs layer [2020-12-03T07:27:07.537Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T07:27:07.801Z] cbdbe7a5bc2a: Download complete [2020-12-03T07:27:08.067Z] cbdbe7a5bc2a: Pull complete [2020-12-03T07:27:08.067Z] ca9280d653b3: Verifying Checksum [2020-12-03T07:27:08.067Z] ca9280d653b3: Download complete [2020-12-03T07:27:09.460Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T07:27:09.460Z] 7e9c9ca2126c: Download complete [2020-12-03T07:27:09.460Z] ca9280d653b3: Pull complete [2020-12-03T07:27:09.728Z] 745a02a5169b: Pull complete [2020-12-03T07:27:09.728Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T07:27:09.728Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T07:27:09.728Z] ---> b7e6874047d6 [2020-12-03T07:27:09.728Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T07:27:13.131Z] ---> Running in f08a4922b602 [2020-12-03T07:27:14.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:27:15.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:27:15.677Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T07:27:15.948Z] (2/12) Installing file (5.38-r0) [2020-12-03T07:27:15.948Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T07:27:15.948Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T07:27:17.645Z] 7e9c9ca2126c: Pull complete [2020-12-03T07:27:17.645Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T07:27:17.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T07:27:17.645Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-03T07:27:17.818Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:27:17.867Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:27:18.883Z] $ docker top 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T07:27:19.335Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T07:27:19.335Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T07:27:19.335Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T07:27:19.335Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T07:27:19.335Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T07:27:19.335Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T07:27:19.335Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T07:27:19.429Z] + docker-compose build --help [2020-12-03T07:27:19.429Z] + grep parallel [2020-12-03T07:27:19.606Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T07:27:19.606Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:27:19.606Z] OK: 217 MiB in 51 packages [2020-12-03T07:27:20.374Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T07:27:20.394Z] $ docker stop --time=1 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b [2020-12-03T07:27:21.758Z] $ docker rm -f 5ea73028c335212bf14ae9b5d91f2f4d798d08ad9fa860d5aac37b90e1dcae3b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:27:22.373Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T07:27:22.373Z] . [Pipeline] withDockerContainer [2020-12-03T07:27:22.478Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:27:22.527Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:27:23.760Z] $ docker top f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 -eo pid,comm [Pipeline] { [2020-12-03T07:27:23.914Z] Removing intermediate container f08a4922b602 [2020-12-03T07:27:23.914Z] ---> ac9851646856 [2020-12-03T07:27:23.914Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T07:27:23.914Z] ---> Running in f894ed3799c9 [Pipeline] sh [2020-12-03T07:27:24.188Z] Removing intermediate container f894ed3799c9 [2020-12-03T07:27:24.188Z] ---> ea8e644524ed [2020-12-03T07:27:24.188Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T07:27:24.222Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T07:27:25.162Z] latest: Pulling from library/docker [2020-12-03T07:27:25.162Z] 5f621e34cdf4: Already exists [2020-12-03T07:27:25.162Z] 85db56a05063: Pulling fs layer [2020-12-03T07:27:25.162Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T07:27:25.162Z] de930078acea: Pulling fs layer [2020-12-03T07:27:25.162Z] d5a9d88a4785: Pulling fs layer [2020-12-03T07:27:25.162Z] e7f15c1544d5: Pulling fs layer [2020-12-03T07:27:25.162Z] 877c515997d3: Pulling fs layer [2020-12-03T07:27:25.162Z] e7f15c1544d5: Waiting [2020-12-03T07:27:25.162Z] d5a9d88a4785: Waiting [2020-12-03T07:27:25.162Z] 877c515997d3: Waiting [2020-12-03T07:27:25.165Z] Building docker-core-command-go ... [2020-12-03T07:27:25.165Z] Building docker-core-data-go ... [2020-12-03T07:27:25.165Z] Building docker-core-metadata-go ... [2020-12-03T07:27:25.165Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T07:27:25.165Z] Building docker-security-proxy-setup-go ... [2020-12-03T07:27:25.165Z] Building docker-security-secrets-setup-go ... [2020-12-03T07:27:25.165Z] Building docker-security-secretstore-setup-go ... [2020-12-03T07:27:25.165Z] Building docker-support-logging-go ... [2020-12-03T07:27:25.165Z] Building docker-support-notifications-go ... [2020-12-03T07:27:25.165Z] Building docker-support-scheduler-go ... [2020-12-03T07:27:25.165Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T07:27:25.165Z] Building docker-core-command-go [2020-12-03T07:27:25.165Z] Building docker-security-bootstrap-redis-go [2020-12-03T07:27:25.165Z] Building docker-sys-mgmt-agent-go [2020-12-03T07:27:25.165Z] Building docker-core-data-go [2020-12-03T07:27:25.165Z] Building docker-support-scheduler-go [2020-12-03T07:27:25.438Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T07:27:25.438Z] ccb67d6aeaaa: Download complete [2020-12-03T07:27:25.438Z] 85db56a05063: Download complete [2020-12-03T07:27:25.438Z] d5a9d88a4785: Verifying Checksum [2020-12-03T07:27:25.438Z] d5a9d88a4785: Download complete [2020-12-03T07:27:25.438Z] e7f15c1544d5: Verifying Checksum [2020-12-03T07:27:25.438Z] e7f15c1544d5: Download complete [2020-12-03T07:27:25.712Z] 877c515997d3: Verifying Checksum [2020-12-03T07:27:25.712Z] 877c515997d3: Download complete [2020-12-03T07:27:25.989Z] 85db56a05063: Pull complete [2020-12-03T07:27:26.597Z] ccb67d6aeaaa: Pull complete [2020-12-03T07:27:26.597Z] de930078acea: Verifying Checksum [2020-12-03T07:27:26.597Z] de930078acea: Download complete [2020-12-03T07:27:29.987Z] de930078acea: Pull complete [2020-12-03T07:27:30.260Z] d5a9d88a4785: Pull complete [2020-12-03T07:27:30.543Z] e7f15c1544d5: Pull complete [2020-12-03T07:27:30.818Z] 877c515997d3: Pull complete [2020-12-03T07:27:30.818Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T07:27:30.818Z] Status: Downloaded newer image for docker:latest [2020-12-03T07:27:34.211Z] ---> 081508898bdf [2020-12-03T07:27:34.211Z] Step 6/7 : COPY go.mod . [2020-12-03T07:27:34.809Z] ---> e5076e8dda4b [2020-12-03T07:27:34.809Z] Step 7/7 : RUN go mod download [2020-12-03T07:27:35.085Z] ---> Running in 0413161d6743 [2020-12-03T07:27:58.129Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:27:58.129Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:27:58.129Z] ---> 13cc16e02bbe [2020-12-03T07:27:58.129Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:27:58.129Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:27:58.129Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:27:58.129Z] ---> 13cc16e02bbe [2020-12-03T07:27:58.129Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T07:27:58.129Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:27:58.129Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:27:58.129Z] ---> 13cc16e02bbe [2020-12-03T07:27:58.129Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:27:58.129Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:27:58.129Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:27:58.129Z] ---> 13cc16e02bbe [2020-12-03T07:27:58.129Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T07:27:58.129Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:27:58.129Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:27:58.129Z] ---> 13cc16e02bbe [2020-12-03T07:27:58.129Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T07:27:58.129Z] ---> Running in b3807cbc1f32 [2020-12-03T07:27:58.129Z] ---> Running in e013d0c8e226 [2020-12-03T07:27:58.129Z] ---> Running in f77dca11424f [2020-12-03T07:27:58.129Z] ---> Running in 9c6ac613542e [2020-12-03T07:27:58.129Z] ---> Running in e5e335c5fc85 [2020-12-03T07:27:58.745Z] Removing intermediate container 9c6ac613542e [2020-12-03T07:27:58.745Z] ---> 7b93c16fe6d6 [2020-12-03T07:27:58.745Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:27:58.745Z] Removing intermediate container f77dca11424f [2020-12-03T07:27:58.745Z] ---> 6f203c67786b [2020-12-03T07:27:58.745Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:27:58.745Z] Removing intermediate container e5e335c5fc85 [2020-12-03T07:27:58.745Z] ---> 74ae6b685619 [2020-12-03T07:27:58.745Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:27:58.745Z] Removing intermediate container e013d0c8e226 [2020-12-03T07:27:58.745Z] ---> 75f49e5089f9 [2020-12-03T07:27:58.745Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:27:58.745Z] Removing intermediate container b3807cbc1f32 [2020-12-03T07:27:58.745Z] ---> effda538cc36 [2020-12-03T07:27:58.745Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:27:58.745Z] ---> Running in ac283c8ec4a6 [2020-12-03T07:27:58.745Z] ---> Running in 1f0b8d278f12 [2020-12-03T07:27:58.745Z] ---> Running in 072b2d15d9cf [2020-12-03T07:27:58.745Z] ---> Running in 5c5d12ee4ad8 [2020-12-03T07:27:58.745Z] ---> Running in dd0c5bd445c5 [2020-12-03T07:28:00.674Z] Removing intermediate container 1f0b8d278f12 [2020-12-03T07:28:00.674Z] ---> d4c908133930 [2020-12-03T07:28:00.674Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:28:00.674Z] ---> Running in 2caf281a6a2c [2020-12-03T07:28:00.674Z] Removing intermediate container ac283c8ec4a6 [2020-12-03T07:28:00.674Z] ---> ad0a0bb46288 [2020-12-03T07:28:00.674Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T07:28:01.249Z] ---> Running in 4aab1a54ac9c [2020-12-03T07:28:01.249Z] Removing intermediate container 072b2d15d9cf [2020-12-03T07:28:01.249Z] ---> 17642c0111d2 [2020-12-03T07:28:01.249Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T07:28:01.249Z] Removing intermediate container dd0c5bd445c5 [2020-12-03T07:28:01.249Z] ---> 914e5cbaa92d [2020-12-03T07:28:01.249Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T07:28:01.518Z] ---> Running in 7943625e7de5 [2020-12-03T07:28:01.518Z] ---> Running in b02fdf9998c0 [2020-12-03T07:28:01.781Z] Removing intermediate container 5c5d12ee4ad8 [2020-12-03T07:28:01.781Z] ---> 3edb28e9dd3f [2020-12-03T07:28:01.781Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:28:01.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:01.781Z] ---> Running in 4890b62651bd [2020-12-03T07:28:01.884Z] Removing intermediate container 0413161d6743 [2020-12-03T07:28:01.884Z] ---> 018d51c2fea5 [2020-12-03T07:28:01.884Z] Successfully built 018d51c2fea5 [2020-12-03T07:28:01.884Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:28:02.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.222Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T07:28:02.222Z] . [Pipeline] withDockerContainer [2020-12-03T07:28:02.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.320Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.493Z] prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container [2020-12-03T07:28:02.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T07:28:02.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:02.847Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:28:02.847Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:28:02.847Z] OK: 12745 distinct packages available [2020-12-03T07:28:03.109Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:28:03.109Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:28:03.109Z] OK: 12745 distinct packages available [2020-12-03T07:28:03.109Z] OK: 233 MiB in 51 packages [2020-12-03T07:28:03.109Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:03.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:03.372Z] OK: 233 MiB in 51 packages [2020-12-03T07:28:03.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:28:03.659Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:28:03.659Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:28:03.659Z] OK: 12745 distinct packages available [2020-12-03T07:28:03.659Z] Removing intermediate container 2caf281a6a2c [2020-12-03T07:28:03.659Z] ---> 2f390ae2ad61 [2020-12-03T07:28:03.659Z] Step 6/22 : COPY go.mod . [2020-12-03T07:28:03.659Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:28:03.659Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:28:03.660Z] OK: 12745 distinct packages available [2020-12-03T07:28:03.953Z] Removing intermediate container 4aab1a54ac9c [2020-12-03T07:28:03.953Z] ---> 15b3ae3205c1 [2020-12-03T07:28:03.953Z] Step 6/21 : COPY go.mod . [2020-12-03T07:28:03.953Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:28:03.953Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:28:03.953Z] OK: 12745 distinct packages available [2020-12-03T07:28:03.953Z] OK: 233 MiB in 51 packages [2020-12-03T07:28:03.953Z] OK: 233 MiB in 51 packages [2020-12-03T07:28:03.953Z] ---> 72e2c9475704 [2020-12-03T07:28:03.953Z] Step 7/22 : RUN go mod download [2020-12-03T07:28:04.085Z] $ docker top c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 -eo pid,comm [2020-12-03T07:28:04.226Z] ---> Running in 3c058308f405 [2020-12-03T07:28:04.226Z] OK: 233 MiB in 51 packages [2020-12-03T07:28:04.226Z] ---> 3bbf29aa3e5f [2020-12-03T07:28:04.226Z] Step 7/21 : RUN go mod download [Pipeline] { [Pipeline] sh [2020-12-03T07:28:04.492Z] ---> Running in d2722b25e663 [2020-12-03T07:28:04.757Z] Removing intermediate container b02fdf9998c0 [2020-12-03T07:28:04.757Z] ---> 81e99d6cedb2 [2020-12-03T07:28:04.757Z] Step 6/23 : COPY go.mod . [2020-12-03T07:28:05.029Z] Removing intermediate container 4890b62651bd [2020-12-03T07:28:05.029Z] ---> c5e21516252f [2020-12-03T07:28:05.029Z] Step 6/22 : COPY go.mod . [2020-12-03T07:28:05.029Z] ---> d2f500ccd6c1 [2020-12-03T07:28:05.029Z] Step 7/23 : RUN go mod download [2020-12-03T07:28:05.121Z] + go version [2020-12-03T07:28:05.121Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T07:28:05.146Z] $ docker stop --time=1 c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 [2020-12-03T07:28:05.297Z] ---> Running in 28308e0b50b6 [2020-12-03T07:28:05.298Z] ---> dbcc3533dd35 [2020-12-03T07:28:05.298Z] Step 7/22 : RUN go mod download [2020-12-03T07:28:05.298Z] Removing intermediate container 7943625e7de5 [2020-12-03T07:28:05.298Z] ---> eeed2bf05121 [2020-12-03T07:28:05.298Z] Step 6/27 : COPY go.mod . [2020-12-03T07:28:05.562Z] ---> Running in f3bb7f8a5177 [2020-12-03T07:28:05.831Z] ---> cca5b1a70425 [2020-12-03T07:28:05.831Z] Step 7/27 : RUN go mod download [2020-12-03T07:28:05.831Z] ---> Running in 1145745c2f4b [2020-12-03T07:28:06.794Z] Removing intermediate container 3c058308f405 [2020-12-03T07:28:06.794Z] ---> 59441371d72c [2020-12-03T07:28:06.794Z] Step 8/22 : COPY . . [2020-12-03T07:28:06.794Z] Removing intermediate container d2722b25e663 [2020-12-03T07:28:06.794Z] ---> a48ad2b82762 [2020-12-03T07:28:06.794Z] Step 8/21 : COPY . . [2020-12-03T07:28:07.070Z] $ docker rm -f c915ab9c9c3deb89c986b8cc28534c6d9d36fc8ca8102d32a52b09ea0c7181f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:28:08.086Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T07:28:08.086Z] . [Pipeline] withDockerContainer [2020-12-03T07:28:08.360Z] prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container [2020-12-03T07:28:08.444Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-03T07:28:09.863Z] $ docker top 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T07:28:10.264Z] ========================================================= [2020-12-03T07:28:10.264Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T07:28:10.264Z] ========================================================= [Pipeline] sh [2020-12-03T07:28:10.908Z] + make test [2020-12-03T07:28:10.908Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T07:28:13.428Z] Removing intermediate container 28308e0b50b6 [2020-12-03T07:28:13.428Z] ---> bcf5a192f413 [2020-12-03T07:28:13.428Z] Step 8/23 : COPY . . [2020-12-03T07:28:16.775Z] Removing intermediate container f3bb7f8a5177 [2020-12-03T07:28:16.775Z] ---> c1f8afa8f5bd [2020-12-03T07:28:16.775Z] Step 8/22 : COPY . . [2020-12-03T07:28:17.740Z] Removing intermediate container 1145745c2f4b [2020-12-03T07:28:17.740Z] ---> a34d026488cb [2020-12-03T07:28:17.740Z] Step 8/27 : COPY . . [2020-12-03T07:28:33.068Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T07:28:44.771Z] ---> 334386acf34a [2020-12-03T07:28:44.771Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T07:28:48.874Z] ---> a709ab5eb89a [2020-12-03T07:28:48.874Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T07:28:48.874Z] ---> Running in 8d1f88ed0609 [2020-12-03T07:28:48.874Z] ---> 4874dd81c09d [2020-12-03T07:28:48.874Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T07:28:52.200Z] ---> Running in fd734c2bc77a [2020-12-03T07:28:52.201Z] ---> Running in 1fbc15f5060e [2020-12-03T07:28:53.599Z] 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 [2020-12-03T07:28:54.179Z] 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 [2020-12-03T07:28:54.777Z] ---> 5a470b4cde8a [2020-12-03T07:28:54.777Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T07:28:55.051Z] 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 [2020-12-03T07:28:55.051Z] ---> 3728518476f9 [2020-12-03T07:28:55.051Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T07:28:55.051Z] ---> Running in cac2409f3ceb [2020-12-03T07:28:55.319Z] ---> Running in 0b4856aba041 [2020-12-03T07:28:56.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T07:28:56.292Z] 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 [2020-12-03T07:29:12.222Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T07:29:34.587Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T07:29:35.188Z] Removing intermediate container 0b4856aba041 [2020-12-03T07:29:35.188Z] ---> 8ec777c09667 [2020-12-03T07:29:35.188Z] [2020-12-03T07:29:35.188Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T07:29:35.188Z] Removing intermediate container cac2409f3ceb [2020-12-03T07:29:35.188Z] ---> f57230b203f4 [2020-12-03T07:29:35.188Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T07:29:35.188Z] Removing intermediate container 8d1f88ed0609 [2020-12-03T07:29:35.188Z] ---> 61400b2a9918 [2020-12-03T07:29:35.188Z] [2020-12-03T07:29:35.188Z] Step 10/22 : FROM scratch [2020-12-03T07:29:35.188Z] ---> [2020-12-03T07:29:35.188Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:29:35.188Z] Removing intermediate container 1fbc15f5060e [2020-12-03T07:29:35.188Z] ---> e7f69534aed3 [2020-12-03T07:29:35.188Z] [2020-12-03T07:29:35.188Z] Step 10/21 : FROM scratch [2020-12-03T07:29:35.188Z] ---> [2020-12-03T07:29:35.188Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:29:35.188Z] ---> Running in cd6e373f8e02 [2020-12-03T07:29:35.188Z] 3.10: Pulling from library/alpine [2020-12-03T07:29:35.188Z] ---> Running in 21c39756d7a6 [2020-12-03T07:29:35.188Z] ---> Running in 3d974ef365ff [2020-12-03T07:29:35.188Z] Removing intermediate container 3d974ef365ff [2020-12-03T07:29:35.188Z] ---> f4ee52371118 [2020-12-03T07:29:35.188Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T07:29:35.188Z] Removing intermediate container 21c39756d7a6 [2020-12-03T07:29:35.188Z] ---> 0054607a88e9 [2020-12-03T07:29:35.188Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T07:29:35.188Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T07:29:35.188Z] 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 [2020-12-03T07:29:35.188Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T07:29:35.188Z] ---> be4e4bea2c2e [2020-12-03T07:29:35.188Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T07:29:36.137Z] ---> Running in 9c6a46bd4c35 [2020-12-03T07:29:36.400Z] ---> Running in 0416fd440da2 [2020-12-03T07:29:36.974Z] ---> Running in 4a74a0101f54 [2020-12-03T07:29:37.548Z] Removing intermediate container 9c6a46bd4c35 [2020-12-03T07:29:37.548Z] ---> 61fc9cf5cd70 [2020-12-03T07:29:37.548Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T07:29:37.548Z] Removing intermediate container 0416fd440da2 [2020-12-03T07:29:37.548Z] ---> 2616b30cc84a [2020-12-03T07:29:37.548Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:29:37.810Z] ---> Running in 8f3dfd1780de [2020-12-03T07:29:37.810Z] Removing intermediate container fd734c2bc77a [2020-12-03T07:29:37.810Z] ---> b28d79160909 [2020-12-03T07:29:37.810Z] [2020-12-03T07:29:37.810Z] Step 10/23 : FROM alpine [2020-12-03T07:29:37.810Z] ---> Running in c33a9d802b10 [2020-12-03T07:29:38.078Z] latest: Pulling from library/alpine [2020-12-03T07:29:38.078Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T07:29:38.078Z] Removing intermediate container 8f3dfd1780de [2020-12-03T07:29:38.078Z] ---> 385d2081091b [2020-12-03T07:29:38.078Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T07:29:38.078Z] Status: Downloaded newer image for alpine:latest [2020-12-03T07:29:38.078Z] ---> d6e46aa2470d [2020-12-03T07:29:38.078Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:29:38.340Z] Removing intermediate container c33a9d802b10 [2020-12-03T07:29:38.340Z] ---> 76e4e231c5ae [2020-12-03T07:29:38.340Z] Step 14/22 : WORKDIR / [2020-12-03T07:29:38.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:38.340Z] ---> Running in 08bb28eb8239 [2020-12-03T07:29:38.607Z] ---> Running in c488d5424b2a [2020-12-03T07:29:38.607Z] Removing intermediate container cd6e373f8e02 [2020-12-03T07:29:38.607Z] ---> cf8efa67e8f2 [2020-12-03T07:29:38.607Z] [2020-12-03T07:29:38.607Z] Step 11/27 : FROM docker:latest [2020-12-03T07:29:38.607Z] ---> b0757c55a1fd [2020-12-03T07:29:38.607Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T07:29:38.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:38.607Z] ---> f5121ce68693 [2020-12-03T07:29:38.607Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T07:29:38.607Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T07:29:38.607Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T07:29:38.607Z] OK: 10348 distinct packages available [2020-12-03T07:29:38.607Z] ---> Running in de8ff481c0cd [2020-12-03T07:29:38.873Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T07:29:38.873Z] Removing intermediate container 08bb28eb8239 [2020-12-03T07:29:38.873Z] ---> c125d7560765 [2020-12-03T07:29:38.873Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T07:29:38.873Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T07:29:38.873Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T07:29:38.873Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T07:29:38.873Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T07:29:38.921Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.061s [2020-12-03T07:29:38.921Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T07:29:38.921Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-12-03T07:29:39.136Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T07:29:39.136Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T07:29:39.136Z] OK: 7 MiB in 19 packages [2020-12-03T07:29:39.523Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T07:29:39.712Z] Removing intermediate container c488d5424b2a [2020-12-03T07:29:39.712Z] ---> 28641508025e [2020-12-03T07:29:39.712Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T07:29:40.294Z] ---> Running in 95fc8e0cc70b [2020-12-03T07:29:40.295Z] ---> 24f0b8fc83ca [2020-12-03T07:29:40.295Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T07:29:40.295Z] ---> 9e6559194499 [2020-12-03T07:29:40.295Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T07:29:40.506Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T07:29:40.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T07:29:40.506Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T07:29:40.506Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T07:29:40.565Z] Removing intermediate container 95fc8e0cc70b [2020-12-03T07:29:40.565Z] ---> ac5007fec676 [2020-12-03T07:29:40.565Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T07:29:40.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:40.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:40.829Z] ---> Running in 2daa888d95f4 [2020-12-03T07:29:41.091Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T07:29:41.091Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T07:29:41.091Z] Executing bash-5.0.17-r0.post-install [2020-12-03T07:29:41.091Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:29:41.091Z] OK: 12 MiB in 22 packages [2020-12-03T07:29:41.353Z] ---> ac5bfa60b455 [2020-12-03T07:29:41.353Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T07:29:41.353Z] ---> 8c617a5d2264 [2020-12-03T07:29:41.353Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T07:29:41.353Z] Removing intermediate container 4a74a0101f54 [2020-12-03T07:29:41.353Z] ---> c1780986c4b3 [2020-12-03T07:29:41.353Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T07:29:41.621Z] ---> Running in 5ecd04e2bdaf [2020-12-03T07:29:41.621Z] ---> Running in afa90495a794 [2020-12-03T07:29:41.621Z] Removing intermediate container 2daa888d95f4 [2020-12-03T07:29:41.621Z] ---> 646e02571271 [2020-12-03T07:29:41.621Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:29:41.890Z] ---> Running in e458e707f7b1 [2020-12-03T07:29:41.890Z] ---> 8fd2acde928d [2020-12-03T07:29:41.890Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T07:29:42.468Z] ---> Running in 42ff6441870c [2020-12-03T07:29:42.731Z] Removing intermediate container afa90495a794 [2020-12-03T07:29:42.731Z] ---> 9573c068494b [2020-12-03T07:29:42.731Z] Step 13/22 : WORKDIR / [2020-12-03T07:29:42.731Z] Removing intermediate container 5ecd04e2bdaf [2020-12-03T07:29:42.731Z] ---> 62f521aec822 [2020-12-03T07:29:42.731Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:29:42.731Z] Removing intermediate container de8ff481c0cd [2020-12-03T07:29:42.731Z] ---> 4800157bdb1b [2020-12-03T07:29:42.731Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T07:29:42.731Z] ---> Running in db59332d6daa [2020-12-03T07:29:42.997Z] ---> Running in 14db357cd025 [2020-12-03T07:29:42.997Z] ---> Running in 314fab195e61 [2020-12-03T07:29:42.997Z] Removing intermediate container 42ff6441870c [2020-12-03T07:29:42.997Z] ---> 550cb4bd43c3 [2020-12-03T07:29:42.997Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:29:43.261Z] ---> Running in bca1a5346d4b [2020-12-03T07:29:43.261Z] Removing intermediate container 14db357cd025 [2020-12-03T07:29:43.261Z] ---> ac4dd1e68cac [2020-12-03T07:29:43.261Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T07:29:43.523Z] Removing intermediate container db59332d6daa [2020-12-03T07:29:43.523Z] ---> ad8fc5795b03 [2020-12-03T07:29:43.523Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T07:29:43.523Z] ---> Running in 85d551e1d954 [2020-12-03T07:29:43.787Z] Removing intermediate container bca1a5346d4b [2020-12-03T07:29:43.787Z] ---> 62d9fd78a5e0 [2020-12-03T07:29:43.787Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T07:29:43.787Z] ---> 86debbaff524 [2020-12-03T07:29:43.787Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T07:29:44.067Z] ---> Running in e8584baed87a [2020-12-03T07:29:44.067Z] Removing intermediate container 85d551e1d954 [2020-12-03T07:29:44.067Z] ---> 8b1715b586c2 [2020-12-03T07:29:44.067Z] Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:29:44.067Z] Removing intermediate container e458e707f7b1 [2020-12-03T07:29:44.067Z] ---> c4ea586cb6fb [2020-12-03T07:29:44.067Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T07:29:44.330Z] ---> Running in 897511d8ba04 [2020-12-03T07:29:44.330Z] ---> Running in 97126daacfc7 [2020-12-03T07:29:44.594Z] Removing intermediate container e8584baed87a [2020-12-03T07:29:44.594Z] ---> 0f9fd0c5b3d9 [2020-12-03T07:29:44.594Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:29:44.594Z] ---> 2f3438bec93c [2020-12-03T07:29:44.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T07:29:44.861Z] ---> Running in 41ce2c170ca9 [2020-12-03T07:29:44.861Z] Removing intermediate container 314fab195e61 [2020-12-03T07:29:44.861Z] ---> ffb26b165b07 [2020-12-03T07:29:44.861Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T07:29:44.861Z] Removing intermediate container 897511d8ba04 [2020-12-03T07:29:44.861Z] ---> 9134d45bfa35 [2020-12-03T07:29:44.861Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T07:29:45.127Z] ---> 02bee3dc99c6 [2020-12-03T07:29:45.127Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T07:29:45.127Z] ---> Running in 95d4d4ae3221 [2020-12-03T07:29:45.127Z] ---> Running in 163a7f0e7007 [2020-12-03T07:29:45.395Z] Removing intermediate container 41ce2c170ca9 [2020-12-03T07:29:45.395Z] ---> 796c84ff129b [2020-12-03T07:29:45.395Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:29:45.395Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:45.395Z] ---> Running in f86740ccc023 [2020-12-03T07:29:45.657Z] Removing intermediate container 95d4d4ae3221 [2020-12-03T07:29:45.657Z] ---> 2cc156c81319 [2020-12-03T07:29:45.657Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T07:29:45.657Z] ---> 2b6c043256ec [2020-12-03T07:29:45.657Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T07:29:45.657Z] Removing intermediate container 163a7f0e7007 [2020-12-03T07:29:45.657Z] ---> 99b2bb733989 [2020-12-03T07:29:45.657Z] [2020-12-03T07:29:45.657Z] ---> Running in 07c9d56002c1 [2020-12-03T07:29:45.924Z] ---> Running in e323489f0fab [2020-12-03T07:29:45.924Z] Removing intermediate container f86740ccc023 [2020-12-03T07:29:45.924Z] ---> febc19ab7342 [2020-12-03T07:29:45.924Z] [2020-12-03T07:29:45.924Z] Successfully built 99b2bb733989 [2020-12-03T07:29:45.924Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T07:29:45.924Z] Building docker-core-metadata-go [2020-12-03T07:29:46.187Z]  Building docker-support-scheduler-go ... done Successfully built febc19ab7342 [2020-12-03T07:29:46.187Z] Successfully tagged docker-core-command-go:latest [2020-12-03T07:29:46.187Z] Building docker-security-secrets-setup-go [2020-12-03T07:29:46.187Z]  Building docker-core-command-go ... done Removing intermediate container 07c9d56002c1 [2020-12-03T07:29:46.187Z] ---> fe8c59c72994 [2020-12-03T07:29:46.187Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T07:29:46.187Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:46.187Z] ---> Running in d8f4d2f5f37f [2020-12-03T07:29:46.450Z] Removing intermediate container d8f4d2f5f37f [2020-12-03T07:29:46.450Z] ---> 367d191f8b18 [2020-12-03T07:29:46.450Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T07:29:46.714Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T07:29:46.714Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T07:29:46.978Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T07:29:47.243Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T07:29:47.243Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T07:29:47.509Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:29:47.509Z] OK: 8 MiB in 19 packages [2020-12-03T07:29:47.509Z] ---> c971380e614e [2020-12-03T07:29:47.509Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T07:29:48.910Z] Removing intermediate container e323489f0fab [2020-12-03T07:29:48.910Z] ---> a6011e9caa34 [2020-12-03T07:29:48.910Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T07:29:50.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.298s coverage: 46.6% of statements [2020-12-03T07:29:50.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T07:29:50.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T07:29:50.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T07:29:50.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T07:29:50.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T07:29:52.232Z] ---> Running in 122e64c4d97a [2020-12-03T07:29:52.495Z] ---> 33b9040dcf0f [2020-12-03T07:29:52.495Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T07:29:52.761Z] Removing intermediate container 122e64c4d97a [2020-12-03T07:29:52.761Z] ---> 77e4df0c2da0 [2020-12-03T07:29:52.761Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T07:29:53.044Z] ---> Running in 2b661d74b717 [2020-12-03T07:29:53.044Z] Removing intermediate container 97126daacfc7 [2020-12-03T07:29:53.044Z] ---> ecf691a38ad0 [2020-12-03T07:29:53.044Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T07:29:53.309Z] ---> db81c9b572ef [2020-12-03T07:29:53.309Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T07:29:53.309Z] ---> Running in ec12c887c93e [2020-12-03T07:29:53.580Z] Removing intermediate container 2b661d74b717 [2020-12-03T07:29:53.580Z] ---> 4b465c278e91 [2020-12-03T07:29:53.580Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:29:54.163Z] ---> Running in 3085578c8e52 [2020-12-03T07:29:55.120Z] ---> 1c4915cef949 [2020-12-03T07:29:55.120Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T07:29:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.466s coverage: 27.1% of statements [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T07:29:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T07:29:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T07:29:56.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.513s coverage: 66.4% of statements [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T07:29:56.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T07:29:56.409Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.620s coverage: 82.7% of statements [2020-12-03T07:29:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T07:29:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T07:29:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T07:29:56.409Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T07:29:56.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:56.565Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:29:56.839Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T07:29:56.839Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T07:29:56.839Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T07:29:56.839Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T07:29:56.839Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T07:29:56.839Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T07:29:57.117Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T07:29:57.118Z] Removing intermediate container 3085578c8e52 [2020-12-03T07:29:57.118Z] ---> 306e4779c82b [2020-12-03T07:29:57.118Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:29:58.559Z] ---> Running in 72d427d9b964 [2020-12-03T07:30:03.922Z] ---> 088a46556b31 [2020-12-03T07:30:03.922Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T07:30:04.188Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T07:30:04.188Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T07:30:04.189Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T07:30:04.189Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T07:30:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.152s coverage: 28.6% of statements [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T07:30:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T07:30:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.088s coverage: 100.0% of statements [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T07:30:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.340s coverage: 86.7% of statements [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T07:30:04.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.326s coverage: 97.5% of statements [2020-12-03T07:30:04.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T07:30:04.770Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T07:30:05.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.135s coverage: 78.3% of statements [2020-12-03T07:30:05.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T07:30:05.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T07:30:05.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T07:30:05.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T07:30:05.359Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T07:30:05.359Z] Removing intermediate container 72d427d9b964 [2020-12-03T07:30:05.359Z] ---> 4e3dbd1823ec [2020-12-03T07:30:05.359Z] [2020-12-03T07:30:05.359Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T07:30:05.359Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T07:30:05.623Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T07:30:06.227Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T07:30:06.227Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T07:30:06.227Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T07:30:06.500Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:30:06.500Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:30:06.500Z] ---> 13cc16e02bbe [2020-12-03T07:30:06.764Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:30:06.764Z] ---> Using cache [2020-12-03T07:30:06.764Z] ---> effda538cc36 [2020-12-03T07:30:06.764Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:30:06.764Z] ---> Using cache [2020-12-03T07:30:06.764Z] ---> 914e5cbaa92d [2020-12-03T07:30:06.764Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:30:06.764Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T07:30:07.343Z] ---> 5bbbaf3e3812 [2020-12-03T07:30:07.343Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T07:30:07.343Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T07:30:07.606Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T07:30:07.606Z] Successfully built 4e3dbd1823ec [2020-12-03T07:30:07.878Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:30:07.878Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T07:30:08.140Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T07:30:08.730Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T07:30:08.730Z] ---> 13cc16e02bbe [2020-12-03T07:30:08.730Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T07:30:08.730Z]  Building docker-security-bootstrap-redis-go ... done  ---> Using cache [2020-12-03T07:30:08.730Z] Building docker-security-secretstore-setup-go [2020-12-03T07:30:08.730Z] ---> effda538cc36 [2020-12-03T07:30:08.730Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T07:30:08.730Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T07:30:08.993Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T07:30:08.993Z] ---> Running in 5d51f8f2d40d [2020-12-03T07:30:08.993Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T07:30:08.993Z] ---> Running in 11ce106d1e13 [2020-12-03T07:30:09.261Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T07:30:09.261Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T07:30:09.261Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T07:30:09.261Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T07:30:09.261Z] ---> Running in 6566b57b39c5 [2020-12-03T07:30:09.261Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T07:30:09.261Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T07:30:09.261Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T07:30:10.695Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:30:10.695Z] Removing intermediate container 11ce106d1e13 [2020-12-03T07:30:10.695Z] ---> 3ea5fd72817d [2020-12-03T07:30:10.695Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:30:10.695Z] OK: 71 MiB in 55 packages [2020-12-03T07:30:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.913s coverage: 94.7% of statements [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T07:30:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T07:30:10.828Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.319s coverage: 0.0% of statements [no tests to run] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T07:30:10.828Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T07:30:10.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T07:30:10.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T07:30:10.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2020-12-03T07:30:10.829Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T07:30:10.829Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements [2020-12-03T07:30:10.984Z] ---> Running in 892e4eee86a4 [2020-12-03T07:30:11.107Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements [2020-12-03T07:30:11.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.192s coverage: 87.2% of statements [2020-12-03T07:30:12.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:30:12.910Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:30:13.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2020-12-03T07:30:13.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.050s coverage: 100.0% of statements [2020-12-03T07:30:13.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T07:30:13.489Z] Removing intermediate container 892e4eee86a4 [2020-12-03T07:30:13.490Z] ---> 81be1efd5968 [2020-12-03T07:30:13.490Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T07:30:13.490Z] ---> Running in 34de02af04ff [2020-12-03T07:30:13.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:30:13.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:30:13.754Z] Removing intermediate container 34de02af04ff [2020-12-03T07:30:13.754Z] ---> 426b1481681c [2020-12-03T07:30:13.754Z] Step 22/23 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:30:13.754Z] ---> Running in ed0bb7e8561f [2020-12-03T07:30:14.338Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:30:14.338Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:30:14.338Z] OK: 12745 distinct packages available [2020-12-03T07:30:14.338Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:30:14.338Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:30:14.338Z] OK: 12745 distinct packages available [2020-12-03T07:30:14.602Z] OK: 233 MiB in 51 packages [2020-12-03T07:30:14.602Z] OK: 233 MiB in 51 packages [2020-12-03T07:30:15.338Z] Removing intermediate container ed0bb7e8561f [2020-12-03T07:30:15.338Z] ---> f8fffe430cd3 [2020-12-03T07:30:15.338Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T07:30:16.432Z] ---> Running in b3ddbb5e3b09 [2020-12-03T07:30:16.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.622s coverage: 63.5% of statements [2020-12-03T07:30:16.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T07:30:16.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T07:30:16.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2020-12-03T07:30:16.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2020-12-03T07:30:16.876Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2020-12-03T07:30:17.483Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2020-12-03T07:30:17.496Z] Removing intermediate container b3ddbb5e3b09 [2020-12-03T07:30:17.496Z] ---> 0df51bfacdbc [2020-12-03T07:30:17.496Z] [2020-12-03T07:30:17.787Z] Successfully built 0df51bfacdbc [2020-12-03T07:30:17.787Z] Successfully tagged docker-core-data-go:latest [2020-12-03T07:30:17.787Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2020-12-03T07:30:18.106Z] Removing intermediate container 6566b57b39c5 [2020-12-03T07:30:18.106Z] ---> 1ff35a0f5ce7 [2020-12-03T07:30:18.106Z] Step 5/29 : COPY go.mod . [2020-12-03T07:30:18.106Z] Removing intermediate container 5d51f8f2d40d [2020-12-03T07:30:18.106Z] ---> f4916762fff5 [2020-12-03T07:30:18.106Z] Step 6/22 : COPY go.mod . [2020-12-03T07:30:18.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.099s coverage: 100.0% of statements [2020-12-03T07:30:23.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.858s coverage: 55.9% of statements [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T07:30:23.236Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T07:30:26.395Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:30:26.395Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:30:26.395Z] ---> 13cc16e02bbe [2020-12-03T07:30:26.395Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T07:30:26.395Z] ---> Using cache [2020-12-03T07:30:26.395Z] ---> effda538cc36 [2020-12-03T07:30:26.395Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:30:26.395Z] ---> Using cache [2020-12-03T07:30:26.395Z] ---> 914e5cbaa92d [2020-12-03T07:30:26.395Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T07:30:26.395Z] ---> Using cache [2020-12-03T07:30:26.395Z] ---> f4916762fff5 [2020-12-03T07:30:26.395Z] Step 6/24 : COPY go.mod . [2020-12-03T07:30:26.395Z] ---> Using cache [2020-12-03T07:30:26.395Z] ---> c28b18c6591e [2020-12-03T07:30:26.395Z] Step 7/24 : RUN go mod download [2020-12-03T07:30:27.345Z] ---> c28b18c6591e [2020-12-03T07:30:27.345Z] Step 7/22 : RUN go mod download [2020-12-03T07:30:27.345Z] ---> 2f6ba2c88bd0 [2020-12-03T07:30:27.345Z] Step 6/29 : RUN go mod download [2020-12-03T07:30:27.922Z] ---> Running in b16d5912f25f [2020-12-03T07:30:27.922Z] ---> Running in 1b01ff1b42e5 [2020-12-03T07:30:27.922Z] ---> Running in 714834c89a72 [2020-12-03T07:30:31.273Z] Removing intermediate container ec12c887c93e [2020-12-03T07:30:31.273Z] ---> a5955310d9e8 [2020-12-03T07:30:31.273Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T07:30:32.687Z] ---> Running in 4d4653c3f634 [2020-12-03T07:30:34.103Z] Removing intermediate container b16d5912f25f [2020-12-03T07:30:34.103Z] ---> 5875d742679f [2020-12-03T07:30:34.103Z] Step 8/24 : COPY . . [2020-12-03T07:30:35.112Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:30:35.112Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:30:35.112Z] ---> 13cc16e02bbe [2020-12-03T07:30:35.112Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T07:30:35.112Z] ---> Using cache [2020-12-03T07:30:35.112Z] ---> effda538cc36 [2020-12-03T07:30:35.112Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:30:35.112Z] ---> Using cache [2020-12-03T07:30:35.112Z] ---> 914e5cbaa92d [2020-12-03T07:30:35.112Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T07:30:35.112Z] ---> Using cache [2020-12-03T07:30:35.112Z] ---> f4916762fff5 [2020-12-03T07:30:35.112Z] Step 6/21 : COPY go.mod . [2020-12-03T07:30:35.112Z] ---> Using cache [2020-12-03T07:30:35.112Z] ---> c28b18c6591e [2020-12-03T07:30:35.112Z] Step 7/21 : RUN go mod download [2020-12-03T07:30:35.112Z] ---> Using cache [2020-12-03T07:30:35.112Z] ---> 6b54cd97295a [2020-12-03T07:30:35.112Z] Step 8/21 : COPY . . [2020-12-03T07:30:35.112Z] Removing intermediate container 1b01ff1b42e5 [2020-12-03T07:30:35.112Z] ---> 6b54cd97295a [2020-12-03T07:30:35.112Z] Step 8/22 : COPY . . [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 13.652s coverage: 86.3% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.396s coverage: 72.2% of statements [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.434s coverage: 72.1% of statements [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.083s coverage: 82.4% of statements [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.100s coverage: 48.4% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.068s coverage: 28.8% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.080s coverage: 96.8% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.347s coverage: 37.2% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.610s coverage: 84.1% of statements [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.099s coverage: 42.9% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-12-03T07:30:35.670Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.057s coverage: 100.0% of statements [2020-12-03T07:30:35.670Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-12-03T07:30:36.287Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.116s coverage: 83.8% of statements [2020-12-03T07:30:36.287Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-12-03T07:30:43.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.367s coverage: 47.1% of statements [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T07:30:43.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.087s coverage: 100.0% of statements [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T07:30:43.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T07:30:43.033Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2020-12-03T07:30:43.033Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T07:30:47.419Z] Removing intermediate container 714834c89a72 [2020-12-03T07:30:47.419Z] ---> b16212aa6034 [2020-12-03T07:30:47.419Z] Step 7/29 : COPY . . [2020-12-03T07:30:48.392Z] Collecting docker-compose==1.23.2 [2020-12-03T07:30:48.392Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.818s coverage: 29.1% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.231s coverage: 99.0% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.066s coverage: 0.0% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T07:30:48.470Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T07:30:48.470Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2020-12-03T07:30:49.061Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.066s coverage: 32.1% of statements [2020-12-03T07:30:49.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2020-12-03T07:30:50.631Z] GO111MODULE=on go vet ./... [2020-12-03T07:30:51.731Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T07:30:51.731Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T07:30:55.987Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T07:30:55.987Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T07:30:57.953Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T07:30:57.953Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T07:30:59.366Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T07:30:59.366Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T07:31:07.579Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T07:31:07.579Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T07:31:08.083Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T07:31:08.083Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T07:31:10.670Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T07:31:10.670Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T07:31:11.653Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T07:31:12.233Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T07:31:12.233Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T07:31:12.810Z] ---> 6ddc09e7c829 [2020-12-03T07:31:12.810Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T07:31:14.739Z] Collecting PyYAML<4,>=3.10 [2020-12-03T07:31:14.739Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T07:31:15.002Z] ---> Running in eb8006b38ca9 [2020-12-03T07:31:15.267Z] ---> a3118750952b [2020-12-03T07:31:15.267Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T07:31:15.267Z] ---> 3e076580d549 [2020-12-03T07:31:15.267Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T07:31:16.217Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T07:31:16.217Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T07:31:17.180Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-03T07:31:17.180Z] ---> Running in 923e4c510ccb [2020-12-03T07:31:17.180Z] ---> Running in 2f7d55ae99be [2020-12-03T07:31:17.180Z] Collecting idna<2.8,>=2.5 [2020-12-03T07:31:17.180Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T07:31:17.451Z] 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) [2020-12-03T07:31:17.451Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T07:31:17.451Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T07:31:17.451Z] ---> 483acfac60fa [2020-12-03T07:31:17.451Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T07:31:17.731Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T07:31:17.731Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T07:31:17.731Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T07:31:17.731Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T07:31:17.731Z] 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 [2020-12-03T07:31:17.731Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, dockerpty, cached-property, texttable, docopt, PyYAML, docker-compose [2020-12-03T07:31:17.731Z] ---> Running in d6a80b2d1ec5 [2020-12-03T07:31:18.005Z] Attempting uninstall: idna [2020-12-03T07:31:18.005Z] Found existing installation: idna 2.9 [2020-12-03T07:31:18.005Z] Uninstalling idna-2.9: [2020-12-03T07:31:18.005Z] Successfully uninstalled idna-2.9 [2020-12-03T07:31:18.276Z] Attempting uninstall: urllib3 [2020-12-03T07:31:18.276Z] Found existing installation: urllib3 1.25.9 [2020-12-03T07:31:18.276Z] Uninstalling urllib3-1.25.9: [2020-12-03T07:31:18.276Z] 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 [2020-12-03T07:31:18.566Z] 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 [2020-12-03T07:31:18.566Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T07:31:18.566Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T07:31:18.862Z] Attempting uninstall: requests [2020-12-03T07:31:18.862Z] Found existing installation: requests 2.23.0 [2020-12-03T07:31:18.862Z] Uninstalling requests-2.23.0: [2020-12-03T07:31:18.862Z] Successfully uninstalled requests-2.23.0 [2020-12-03T07:31:19.474Z] Running setup.py install for dockerpty: started [2020-12-03T07:31:20.478Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T07:31:20.478Z] Running setup.py install for texttable: started [2020-12-03T07:31:21.469Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T07:31:22.068Z] Running setup.py install for docopt: started [2020-12-03T07:31:23.528Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T07:31:23.528Z] Running setup.py install for PyYAML: started [2020-12-03T07:31:24.516Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T07:31:24.792Z] 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 [2020-12-03T07:31:30.230Z] Removing intermediate container 4d4653c3f634 [2020-12-03T07:31:30.230Z] ---> ce25e58b7430 [2020-12-03T07:31:30.230Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T07:31:30.230Z] ---> Running in 4f7491d3400d [2020-12-03T07:31:30.852Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:31:31.132Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:31:31.413Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T07:31:31.413Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T07:31:31.413Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T07:31:31.413Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:31:31.413Z] OK: 72 MiB in 58 packages [2020-12-03T07:31:32.412Z] Removing intermediate container 4f7491d3400d [2020-12-03T07:31:32.412Z] ---> c6a055ff7376 [2020-12-03T07:31:32.412Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T07:31:32.412Z] ---> Running in f56322a8044d [2020-12-03T07:31:33.872Z] Removing intermediate container f56322a8044d [2020-12-03T07:31:33.872Z] ---> a3a9bcafafc4 [2020-12-03T07:31:33.872Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:31:34.153Z] ---> Running in b9e76c7248f6 [2020-12-03T07:31:34.750Z] Removing intermediate container b9e76c7248f6 [2020-12-03T07:31:34.750Z] ---> 8f2d44ffa798 [2020-12-03T07:31:34.750Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T07:31:34.750Z] ---> Running in 1d808040175f [2020-12-03T07:31:35.026Z] Removing intermediate container 1d808040175f [2020-12-03T07:31:35.026Z] ---> 21339a9faba0 [2020-12-03T07:31:35.026Z] Step 26/27 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:31:35.026Z] ---> Running in 7ac9ba077372 [2020-12-03T07:31:35.320Z] Removing intermediate container 7ac9ba077372 [2020-12-03T07:31:35.320Z] ---> bce35ab32130 [2020-12-03T07:31:35.320Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T07:31:35.320Z] ---> Running in 092a0308f9d5 [2020-12-03T07:31:35.928Z] Removing intermediate container 092a0308f9d5 [2020-12-03T07:31:35.928Z] ---> 57991c9dac4f [2020-12-03T07:31:35.928Z] [2020-12-03T07:31:36.217Z] Successfully built 57991c9dac4f [2020-12-03T07:31:36.217Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T07:31:36.218Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-12-03T07:31:46.407Z] 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 [2020-12-03T07:31:46.407Z] 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 [2020-12-03T07:31:53.119Z] Removing intermediate container d6a80b2d1ec5 [2020-12-03T07:31:53.119Z] ---> 8eefd0b1e4cf [2020-12-03T07:31:53.119Z] [2020-12-03T07:31:53.119Z] Step 9/29 : FROM alpine:latest [2020-12-03T07:31:53.119Z] ---> d6e46aa2470d [2020-12-03T07:31:53.119Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T07:31:54.660Z] ---> Running in 332866cf4d67 [2020-12-03T07:31:54.660Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:31:54.660Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:31:54.660Z] ---> 13cc16e02bbe [2020-12-03T07:31:54.660Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T07:31:54.928Z] ---> Using cache [2020-12-03T07:31:54.928Z] ---> effda538cc36 [2020-12-03T07:31:54.928Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:31:54.928Z] ---> Using cache [2020-12-03T07:31:54.928Z] ---> 914e5cbaa92d [2020-12-03T07:31:54.928Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T07:31:56.359Z] ---> Running in f0a471fd41b1 [2020-12-03T07:31:56.625Z] Removing intermediate container 332866cf4d67 [2020-12-03T07:31:56.625Z] ---> 93929d5474c1 [2020-12-03T07:31:56.626Z] Step 11/29 : USER root [2020-12-03T07:31:56.626Z] ---> Running in 5d47b928ceb2 [2020-12-03T07:31:57.218Z] Removing intermediate container 5d47b928ceb2 [2020-12-03T07:31:57.218Z] ---> 2fd1c6e777ef [2020-12-03T07:31:57.218Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T07:31:57.502Z] ---> Running in d23a575a37f6 [2020-12-03T07:31:57.775Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:31:58.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:31:58.695Z] gofmt -l . [2020-12-03T07:31:58.954Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:31:58.954Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:31:58.954Z] OK: 12745 distinct packages available [2020-12-03T07:31:59.222Z] OK: 233 MiB in 51 packages [2020-12-03T07:31:59.801Z] Removing intermediate container 2f7d55ae99be [2020-12-03T07:31:59.801Z] ---> 0c54a072cb85 [2020-12-03T07:31:59.801Z] [2020-12-03T07:31:59.801Z] Step 10/21 : FROM alpine [2020-12-03T07:31:59.801Z] ---> d6e46aa2470d [2020-12-03T07:31:59.801Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T07:31:59.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:31:59.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:32:00.066Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:32:00.066Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:32:00.066Z] OK: 12746 distinct packages available [2020-12-03T07:32:00.123Z] [ "`gofmt -l .`" = "" ] [2020-12-03T07:32:00.333Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T07:32:00.333Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T07:32:00.333Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:32:00.333Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T07:32:00.333Z] OK: 6 MiB in 16 packages [2020-12-03T07:32:01.097Z] Removing intermediate container eb8006b38ca9 [2020-12-03T07:32:01.097Z] ---> dd81da91d691 [2020-12-03T07:32:01.097Z] [2020-12-03T07:32:01.097Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T07:32:01.097Z] ---> be4e4bea2c2e [2020-12-03T07:32:01.097Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T07:32:01.097Z] ---> Using cache [2020-12-03T07:32:01.097Z] ---> c1780986c4b3 [2020-12-03T07:32:01.097Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T07:32:01.097Z] ---> Running in 01f2ead9d842 [2020-12-03T07:32:02.116Z] ---> Running in c16be2609a4a [2020-12-03T07:32:02.116Z] Removing intermediate container 923e4c510ccb [2020-12-03T07:32:02.116Z] ---> 3a1049450342 [2020-12-03T07:32:02.116Z] [2020-12-03T07:32:02.116Z] Step 10/22 : FROM scratch [2020-12-03T07:32:02.116Z] ---> [2020-12-03T07:32:02.116Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:32:02.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:32:02.706Z] ---> Using cache [2020-12-03T07:32:02.706Z] ---> f4ee52371118 [2020-12-03T07:32:02.706Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T07:32:02.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:32:02.731Z] ./bin/test-go-mod-tidy.sh [2020-12-03T07:32:02.971Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:32:02.971Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:32:02.971Z] OK: 12746 distinct packages available [2020-12-03T07:32:03.243Z] Removing intermediate container c16be2609a4a [2020-12-03T07:32:03.243Z] ---> 0ae48e24776e [2020-12-03T07:32:03.243Z] Step 13/24 : WORKDIR / [2020-12-03T07:32:03.243Z] ---> Running in ebb9ab68aa22 [2020-12-03T07:32:03.243Z] Removing intermediate container f0a471fd41b1 [2020-12-03T07:32:03.243Z] ---> eb68fa80b7ff [2020-12-03T07:32:03.243Z] Step 6/24 : COPY go.mod . [2020-12-03T07:32:03.243Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T07:32:03.243Z] Removing intermediate container d23a575a37f6 [2020-12-03T07:32:03.243Z] ---> d05c3cc65897 [2020-12-03T07:32:03.243Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T07:32:03.243Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T07:32:03.243Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T07:32:03.243Z] ---> Running in c43261692a5b [2020-12-03T07:32:03.243Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T07:32:03.243Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:32:03.243Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T07:32:03.328Z] ./bin/test-attribution-txt.sh [2020-12-03T07:32:03.509Z] OK: 7 MiB in 18 packages [2020-12-03T07:32:04.959Z] ---> Running in b0c27a7e85af [2020-12-03T07:32:04.959Z] ---> 73e1576eeb67 [2020-12-03T07:32:04.959Z] Step 7/24 : RUN go mod download [2020-12-03T07:32:04.959Z] Removing intermediate container ebb9ab68aa22 [2020-12-03T07:32:04.959Z] ---> 5284e1aee998 [2020-12-03T07:32:04.959Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:32:04.959Z] Removing intermediate container c43261692a5b [2020-12-03T07:32:04.959Z] ---> 45305d51bcf7 [2020-12-03T07:32:04.959Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T07:32:05.226Z] ---> Running in 9d017d2bc823 [2020-12-03T07:32:05.226Z] ---> Running in 0a064a128fcf [2020-12-03T07:32:05.226Z] Removing intermediate container b0c27a7e85af [2020-12-03T07:32:05.226Z] ---> 1488cfc8b9f6 [2020-12-03T07:32:05.226Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T07:32:05.491Z] ---> Running in c4cc135551f6 [2020-12-03T07:32:06.074Z] ---> 2832e48f9a45 [2020-12-03T07:32:06.074Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T07:32:06.074Z] Removing intermediate container 9d017d2bc823 [2020-12-03T07:32:06.074Z] ---> 51c419a5f8df [2020-12-03T07:32:06.074Z] Step 14/22 : WORKDIR / [2020-12-03T07:32:06.074Z] Removing intermediate container 01f2ead9d842 [2020-12-03T07:32:06.074Z] ---> 1b0ac7c1c0b6 [2020-12-03T07:32:06.074Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T07:32:06.338Z] Removing intermediate container c4cc135551f6 [2020-12-03T07:32:06.338Z] ---> 1ab886c27116 [2020-12-03T07:32:06.338Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T07:32:06.338Z] ---> Running in 1bc11539503e [2020-12-03T07:32:06.338Z] ---> Running in 7373bc047e10 [2020-12-03T07:32:06.933Z] ---> 53a62ceaf165 [2020-12-03T07:32:06.933Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T07:32:06.933Z] ---> Running in f8ed907e5815 [2020-12-03T07:32:07.209Z] Removing intermediate container 1bc11539503e [2020-12-03T07:32:07.209Z] ---> a92125072b1d [2020-12-03T07:32:07.209Z] Step 13/21 : WORKDIR /edgex [2020-12-03T07:32:07.209Z] Removing intermediate container 7373bc047e10 [2020-12-03T07:32:07.209Z] ---> d2d8838c9b8e [2020-12-03T07:32:07.209Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T07:32:07.479Z] ---> Running in e243f1452904 [2020-12-03T07:32:07.479Z] ---> a6af57611e5d [2020-12-03T07:32:07.479Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [Pipeline] sh [2020-12-03T07:32:08.073Z] ---> c08030009ea4 [2020-12-03T07:32:08.073Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T07:32:08.073Z] Removing intermediate container e243f1452904 [2020-12-03T07:32:08.073Z] ---> b7474ebb512f [2020-12-03T07:32:08.073Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T07:32:08.073Z] Removing intermediate container 0a064a128fcf [2020-12-03T07:32:08.073Z] ---> e8fb7b55772e [2020-12-03T07:32:08.073Z] Step 8/24 : COPY . . [2020-12-03T07:32:08.353Z] ---> 64471037ce0b [2020-12-03T07:32:08.353Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T07:32:08.353Z] ---> d486bb320aec [2020-12-03T07:32:08.353Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T07:32:08.353Z] Removing intermediate container f8ed907e5815 [2020-12-03T07:32:08.353Z] ---> 62ce28ab2125 [2020-12-03T07:32:08.353Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T07:32:08.406Z] + ls -al . [2020-12-03T07:32:08.407Z] total 692 [2020-12-03T07:32:08.407Z] drwxrwxr-x 9 1001 1001 4096 Dec 3 07:32 . [2020-12-03T07:32:08.407Z] drwxr-xr-x 4 root root 4096 Dec 3 07:28 .. [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 07:26 .dockerignore [2020-12-03T07:32:08.407Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 07:26 .git [2020-12-03T07:32:08.407Z] drwxrwxr-x 3 1001 1001 4096 Dec 3 07:26 .github [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 07:26 .gitignore [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 07:26 .sonarcloud.properties [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 07:26 CONTRIBUTING.md [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 07:26 Dockerfile.build [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 07:26 Jenkinsfile [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 07:26 LICENSE [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 6723 Dec 3 07:26 Makefile [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 07:26 README.md [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 07:26 SECURITY.md [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 07:24 VERSION [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 07:26 ZMQWindows.md [2020-12-03T07:32:08.407Z] drwxrwxr-x 2 1001 1001 4096 Dec 3 07:26 bin [2020-12-03T07:32:08.407Z] drwxrwxr-x 16 1001 1001 4096 Dec 3 07:26 cmd [2020-12-03T07:32:08.407Z] -rw-r--r-- 1 root root 571162 Dec 3 07:30 coverage.out [2020-12-03T07:32:08.407Z] -rw-r--r-- 1 root root 1041 Dec 3 07:32 go.mod [2020-12-03T07:32:08.407Z] -rw-r--r-- 1 root root 18856 Dec 3 07:32 go.sum [2020-12-03T07:32:08.407Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 07:26 internal [2020-12-03T07:32:08.407Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 07:26 openapi [2020-12-03T07:32:08.407Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 07:26 snap [2020-12-03T07:32:08.407Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 07:26 version.go [Pipeline] sh [2020-12-03T07:32:09.064Z] + '[' -e coverage.out ] [2020-12-03T07:32:09.064Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T07:32:09.083Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T07:32:09.764Z] ---> 35a885c1d5ff [2020-12-03T07:32:09.764Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T07:32:10.041Z] ---> e0ac8da21f26 [2020-12-03T07:32:10.041Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T07:32:10.119Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T07:32:10.768Z] + make build [2020-12-03T07:32:10.768Z] 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 [2020-12-03T07:32:11.442Z] ---> 032f52e8f95d [2020-12-03T07:32:11.442Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T07:32:11.442Z] ---> a79f225eab01 [2020-12-03T07:32:11.442Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T07:32:14.790Z] ---> cce2513732b6 [2020-12-03T07:32:14.790Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T07:32:16.200Z] ---> Running in 63f1152ca5e9 [2020-12-03T07:32:16.200Z] ---> dc049e181f5b [2020-12-03T07:32:16.200Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T07:32:16.200Z] ---> 61d350944131 [2020-12-03T07:32:16.200Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T07:32:16.200Z] ---> 272200686f1e [2020-12-03T07:32:16.200Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T07:32:18.155Z] ---> Running in d95a0f988c3b [2020-12-03T07:32:18.762Z] ---> Running in 5a5262e155a4 [2020-12-03T07:32:19.030Z] Removing intermediate container 63f1152ca5e9 [2020-12-03T07:32:19.030Z] ---> 2c77d9cc7a61 [2020-12-03T07:32:19.030Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:32:19.998Z] ---> 43121e97b1f4 [2020-12-03T07:32:19.998Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T07:32:20.977Z] ---> Running in d4355b9d4952 [2020-12-03T07:32:21.925Z] Removing intermediate container d95a0f988c3b [2020-12-03T07:32:21.925Z] ---> c602b9e522c8 [2020-12-03T07:32:21.925Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T07:32:22.504Z] Removing intermediate container d4355b9d4952 [2020-12-03T07:32:22.504Z] ---> 8b320db0f8f1 [2020-12-03T07:32:22.504Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T07:32:23.081Z] ---> 661167be69c1 [2020-12-03T07:32:23.081Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T07:32:25.045Z] ---> Running in cd79e5100e0a [2020-12-03T07:32:25.045Z] ---> Running in 8ace9cb2d88b [2020-12-03T07:32:26.985Z] ---> 3adc536a419e [2020-12-03T07:32:26.985Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T07:32:27.562Z] Removing intermediate container 8ace9cb2d88b [2020-12-03T07:32:27.562Z] ---> b2cabf5ce753 [2020-12-03T07:32:27.562Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:32:27.562Z] Removing intermediate container cd79e5100e0a [2020-12-03T07:32:27.562Z] ---> d6add30f93e7 [2020-12-03T07:32:27.562Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T07:32:27.833Z] ---> Running in b51ffd34fe21 [2020-12-03T07:32:27.833Z] ---> 8e301bf014b5 [2020-12-03T07:32:27.833Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T07:32:27.833Z] Removing intermediate container 5a5262e155a4 [2020-12-03T07:32:27.833Z] ---> 0c33cb8fbd69 [2020-12-03T07:32:27.833Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T07:32:27.833Z] ---> Running in d3fa7cf9fcc3 [2020-12-03T07:32:27.833Z] ---> Running in 97dffb555ef9 [2020-12-03T07:32:28.097Z] ---> Running in 9dc54c43c7a9 [2020-12-03T07:32:28.097Z] ---> Running in ceb86807b6e4 [2020-12-03T07:32:28.360Z] Removing intermediate container d3fa7cf9fcc3 [2020-12-03T07:32:28.360Z] ---> 9ef03bba274a [2020-12-03T07:32:28.360Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:32:28.360Z] Removing intermediate container 97dffb555ef9 [2020-12-03T07:32:28.360Z] ---> 65aa706001b8 [2020-12-03T07:32:28.360Z] Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:32:28.623Z] ---> Running in f8655c340647 [2020-12-03T07:32:28.623Z] ---> Running in 28761b5f0759 [2020-12-03T07:32:28.623Z] Removing intermediate container ceb86807b6e4 [2020-12-03T07:32:28.623Z] ---> 0456732cb0bc [2020-12-03T07:32:28.623Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T07:32:28.889Z] ---> Running in 6831784e7abd [2020-12-03T07:32:28.889Z] Removing intermediate container f8655c340647 [2020-12-03T07:32:28.889Z] ---> 37f38de76c68 [2020-12-03T07:32:28.889Z] [2020-12-03T07:32:28.889Z] Removing intermediate container 28761b5f0759 [2020-12-03T07:32:28.889Z] ---> ac601ad3aaff [2020-12-03T07:32:28.889Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T07:32:29.174Z] 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 [2020-12-03T07:32:29.174Z] ---> Running in 6a8755eda776 [2020-12-03T07:32:29.174Z] Successfully built 37f38de76c68 [2020-12-03T07:32:29.174Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T07:32:29.174Z]  Building docker-core-metadata-go ... done Building docker-support-logging-go [2020-12-03T07:32:29.447Z] Removing intermediate container 6831784e7abd [2020-12-03T07:32:29.447Z] ---> a0645ec6ae0d [2020-12-03T07:32:29.447Z] Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:32:29.447Z] ---> Running in 0694355f3382 [2020-12-03T07:32:29.447Z] Removing intermediate container b51ffd34fe21 [2020-12-03T07:32:29.447Z] ---> aae874a85996 [2020-12-03T07:32:29.447Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T07:32:29.447Z] Removing intermediate container 6a8755eda776 [2020-12-03T07:32:29.447Z] ---> ee3e560201d5 [2020-12-03T07:32:29.447Z] [2020-12-03T07:32:29.730Z] Removing intermediate container 0694355f3382 [2020-12-03T07:32:29.730Z] ---> ef6c779d4916 [2020-12-03T07:32:29.730Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T07:32:30.000Z] Successfully built ee3e560201d5 [2020-12-03T07:32:30.000Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T07:32:30.000Z] ---> Running in 4ea5550da0d8 [2020-12-03T07:32:30.269Z]  Building docker-security-proxy-setup-go ... done  ---> 1877998ce365 [2020-12-03T07:32:30.269Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T07:32:30.559Z] Removing intermediate container 4ea5550da0d8 [2020-12-03T07:32:30.559Z] ---> cb587cc7988f [2020-12-03T07:32:30.559Z] [2020-12-03T07:32:30.559Z] ---> Running in 39f043369bf9 [2020-12-03T07:32:30.828Z] Successfully built cb587cc7988f [2020-12-03T07:32:31.103Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T07:32:36.542Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 39f043369bf9 [2020-12-03T07:32:36.542Z] ---> 71b4c00e7d6b [2020-12-03T07:32:36.542Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T07:32:36.542Z] ---> Running in e5cff66fc3b2 [2020-12-03T07:32:37.572Z] 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 [2020-12-03T07:32:39.180Z] Removing intermediate container e5cff66fc3b2 [2020-12-03T07:32:39.181Z] ---> b0f28e66e4f9 [2020-12-03T07:32:39.181Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T07:32:39.181Z] ---> Running in eb2aff253202 [2020-12-03T07:32:40.181Z] Removing intermediate container eb2aff253202 [2020-12-03T07:32:40.181Z] ---> c0d7a4456d90 [2020-12-03T07:32:40.181Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T07:32:40.181Z] ---> Running in 01784fc37cdb [2020-12-03T07:32:40.462Z] Removing intermediate container 01784fc37cdb [2020-12-03T07:32:40.462Z] ---> 9d3dda9cc4e9 [2020-12-03T07:32:40.462Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T07:32:40.742Z] ---> Running in 61cacbc035fd [2020-12-03T07:32:41.377Z] Removing intermediate container 61cacbc035fd [2020-12-03T07:32:41.378Z] ---> bf6ee2ef95c5 [2020-12-03T07:32:41.378Z] Step 28/29 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:32:41.378Z] ---> Running in d87736443df9 [2020-12-03T07:32:42.856Z] Removing intermediate container d87736443df9 [2020-12-03T07:32:42.856Z] ---> eb57b30cac5a [2020-12-03T07:32:42.856Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T07:32:43.486Z] ---> Running in 8db7de8db1bf [2020-12-03T07:32:44.155Z] Removing intermediate container 8db7de8db1bf [2020-12-03T07:32:44.155Z] ---> e7da2d011c41 [2020-12-03T07:32:44.155Z] [2020-12-03T07:32:44.256Z] 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 [2020-12-03T07:32:44.439Z] Successfully built e7da2d011c41 [2020-12-03T07:32:44.439Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T07:32:48.755Z]  Building docker-security-secrets-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:32:48.755Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:32:48.755Z] ---> 13cc16e02bbe [2020-12-03T07:32:48.755Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:32:48.755Z] ---> Using cache [2020-12-03T07:32:48.755Z] ---> effda538cc36 [2020-12-03T07:32:48.755Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:32:48.755Z] ---> Using cache [2020-12-03T07:32:48.755Z] ---> 914e5cbaa92d [2020-12-03T07:32:48.755Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T07:32:49.333Z] ---> Running in 814b82cdb653 [2020-12-03T07:32:49.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T07:32:50.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T07:32:50.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T07:32:51.131Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:32:51.131Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:32:51.131Z] OK: 12745 distinct packages available [2020-12-03T07:32:51.393Z] OK: 233 MiB in 51 packages [2020-12-03T07:32:51.656Z] OK: 233 MiB in 51 packages [2020-12-03T07:32:51.921Z] Removing intermediate container 9dc54c43c7a9 [2020-12-03T07:32:51.921Z] ---> 9a785f8a47f0 [2020-12-03T07:32:51.921Z] [2020-12-03T07:32:51.921Z] Step 10/24 : FROM scratch [2020-12-03T07:32:51.921Z] ---> [2020-12-03T07:32:51.921Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T07:32:52.497Z] Removing intermediate container 814b82cdb653 [2020-12-03T07:32:52.497Z] ---> 61475bb7130d [2020-12-03T07:32:52.497Z] Step 6/22 : COPY go.mod . [2020-12-03T07:32:52.497Z] ---> Running in 98de194ad5d7 [2020-12-03T07:32:52.768Z] Removing intermediate container 98de194ad5d7 [2020-12-03T07:32:52.768Z] ---> 550bf4a23266 [2020-12-03T07:32:52.768Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T07:32:52.768Z] ---> Running in 384f6e081bf4 [2020-12-03T07:32:52.768Z] ---> aebee6c5cef6 [2020-12-03T07:32:52.768Z] Step 7/22 : RUN go mod download [2020-12-03T07:32:52.768Z] ---> Running in 8a11e1aa7b01 [2020-12-03T07:32:53.032Z] Removing intermediate container 384f6e081bf4 [2020-12-03T07:32:53.032Z] ---> 2971f6bbd4ac [2020-12-03T07:32:53.032Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T07:32:53.032Z] ---> Running in ee0b0ba82bc7 [2020-12-03T07:32:53.047Z] 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 [2020-12-03T07:32:53.296Z] Removing intermediate container ee0b0ba82bc7 [2020-12-03T07:32:53.296Z] ---> b20272cf5999 [2020-12-03T07:32:53.296Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T07:32:53.566Z] ---> ed8d88c71f53 [2020-12-03T07:32:53.566Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T07:32:54.978Z] ---> 6c376be0ab61 [2020-12-03T07:32:54.978Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T07:32:54.978Z] Removing intermediate container 8a11e1aa7b01 [2020-12-03T07:32:54.978Z] ---> a83a84ff9d73 [2020-12-03T07:32:54.978Z] Step 8/22 : COPY . . [2020-12-03T07:32:58.444Z] 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 [2020-12-03T07:32:59.242Z] ---> cc3eccc21603 [2020-12-03T07:32:59.242Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T07:32:59.423Z] 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 [2020-12-03T07:33:01.832Z] ---> e34f8de291e1 [2020-12-03T07:33:01.832Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T07:33:03.734Z] 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 [2020-12-03T07:33:04.398Z] ---> c3edb8ef199d [2020-12-03T07:33:04.398Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T07:33:04.977Z] ---> 257f7317d30f [2020-12-03T07:33:04.977Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T07:33:05.240Z] ---> Running in 586859c65dce [2020-12-03T07:33:06.204Z] Removing intermediate container 586859c65dce [2020-12-03T07:33:06.204Z] ---> 80ce2fc82745 [2020-12-03T07:33:06.204Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:33:06.469Z] ---> Running in 09b7a1a231bf [2020-12-03T07:33:06.734Z] Removing intermediate container 09b7a1a231bf [2020-12-03T07:33:06.734Z] ---> 27cc6939a4ab [2020-12-03T07:33:06.734Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T07:33:06.997Z] ---> Running in b2c7fe4d7019 [2020-12-03T07:33:07.581Z] Removing intermediate container b2c7fe4d7019 [2020-12-03T07:33:07.581Z] ---> 2d34ef230a64 [2020-12-03T07:33:07.581Z] Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:33:07.846Z] ---> Running in c8d27783d41a [2020-12-03T07:33:08.429Z] Removing intermediate container c8d27783d41a [2020-12-03T07:33:08.429Z] ---> 65e5ec8281d1 [2020-12-03T07:33:08.429Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T07:33:08.429Z] ---> Running in 5a12e5a882d3 [2020-12-03T07:33:09.013Z] Removing intermediate container 5a12e5a882d3 [2020-12-03T07:33:09.013Z] ---> 343943506812 [2020-12-03T07:33:09.013Z] [2020-12-03T07:33:09.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T07:33:09.593Z] Successfully built 343943506812 [2020-12-03T07:33:09.593Z] Successfully tagged docker-support-notifications-go:latest [2020-12-03T07:33:11.758Z] 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 [2020-12-03T07:33:12.918Z]  Building docker-support-notifications-go ... done  ---> 83814cda062a [2020-12-03T07:33:12.918Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T07:33:12.918Z] ---> Running in a53e4e438268 [2020-12-03T07:33:13.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T07:33:15.145Z] 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 [2020-12-03T07:33:19.454Z] 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 [2020-12-03T07:33:22.836Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T07:33:25.856Z] Removing intermediate container a53e4e438268 [2020-12-03T07:33:25.856Z] ---> d7cf7a1b9248 [2020-12-03T07:33:25.856Z] [2020-12-03T07:33:25.856Z] Step 10/22 : FROM scratch [2020-12-03T07:33:25.856Z] ---> [2020-12-03T07:33:25.856Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T07:33:25.856Z] ---> Using cache [2020-12-03T07:33:25.856Z] ---> 550bf4a23266 [2020-12-03T07:33:25.856Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T07:33:25.856Z] ---> Running in d969fd2e4d0b [2020-12-03T07:33:25.856Z] Removing intermediate container d969fd2e4d0b [2020-12-03T07:33:25.856Z] ---> ca255a542ffe [2020-12-03T07:33:25.856Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:33:25.856Z] ---> Running in ac1ac3da3de5 [2020-12-03T07:33:26.119Z] Removing intermediate container ac1ac3da3de5 [2020-12-03T07:33:26.119Z] ---> d9ae23b56159 [2020-12-03T07:33:26.119Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T07:33:27.120Z] ---> ea86e4a4e78e [2020-12-03T07:33:27.120Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T07:33:27.131Z] 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 [2020-12-03T07:33:27.400Z] ---> fa0ce1242206 [2020-12-03T07:33:27.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T07:33:28.015Z] ---> dcbf18451a19 [2020-12-03T07:33:28.015Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T07:33:28.300Z] ---> b432eb8a53c1 [2020-12-03T07:33:28.300Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T07:33:28.300Z] ---> Running in 5216feb234f4 [2020-12-03T07:33:28.300Z] Removing intermediate container 5216feb234f4 [2020-12-03T07:33:28.300Z] ---> 0232fe5687fd [2020-12-03T07:33:28.300Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:33:28.565Z] ---> Running in 0d609b8dd655 [2020-12-03T07:33:28.565Z] Removing intermediate container 0d609b8dd655 [2020-12-03T07:33:28.565Z] ---> faa9cb48108c [2020-12-03T07:33:28.565Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T07:33:28.565Z] ---> Running in cdff24e21279 [2020-12-03T07:33:28.827Z] Removing intermediate container cdff24e21279 [2020-12-03T07:33:28.827Z] ---> 448267d8ddd5 [2020-12-03T07:33:28.827Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:33:28.827Z] ---> Running in 117cf6aa69cf [2020-12-03T07:33:29.089Z] Removing intermediate container 117cf6aa69cf [2020-12-03T07:33:29.089Z] ---> 5c81fdd21931 [2020-12-03T07:33:29.089Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:33:29.089Z] ---> Running in 094415d4fd0e [2020-12-03T07:33:29.352Z] Removing intermediate container 094415d4fd0e [2020-12-03T07:33:29.352Z] ---> e75d0094e481 [2020-12-03T07:33:29.352Z] [2020-12-03T07:33:29.352Z] Successfully built e75d0094e481 [2020-12-03T07:33:29.614Z] Successfully tagged docker-support-logging-go:latest [2020-12-03T07:33:29.914Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-12-03T07:33:29.969Z] $ docker stop --time=1 f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 [2020-12-03T07:33:31.847Z] $ docker rm -f f46f1bbf4a89cff7b99478cac8ff1f75cc26cf152a2a9c58b5e002e72f67cd54 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2020-12-03T07:33:32.172Z] $ docker stop --time=1 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 [2020-12-03T07:33:32.434Z] + docker images [2020-12-03T07:33:32.435Z] + grep docker [2020-12-03T07:33:32.435Z] docker-support-logging-go latest e75d0094e481 3 seconds ago 11.1MB [2020-12-03T07:33:32.435Z] docker-support-notifications-go latest 343943506812 24 seconds ago 13.6MB [2020-12-03T07:33:32.435Z] docker-security-secrets-setup-go latest e7da2d011c41 49 seconds ago 23.9MB [2020-12-03T07:33:32.435Z] docker-security-secretstore-setup-go latest cb587cc7988f About a minute ago 24.7MB [2020-12-03T07:33:32.435Z] docker-security-proxy-setup-go latest ee3e560201d5 About a minute ago 24.6MB [2020-12-03T07:33:32.435Z] docker-core-metadata-go latest 37f38de76c68 About a minute ago 14.5MB [2020-12-03T07:33:32.435Z] docker-sys-mgmt-agent-go latest 57991c9dac4f About a minute ago 293MB [2020-12-03T07:33:32.435Z] docker-core-data-go latest 0df51bfacdbc 3 minutes ago 23.7MB [2020-12-03T07:33:32.435Z] docker-security-bootstrap-redis-go latest 4e3dbd1823ec 3 minutes ago 15.8MB [2020-12-03T07:33:32.435Z] docker-core-command-go latest febc19ab7342 3 minutes ago 12.2MB [2020-12-03T07:33:32.435Z] docker-support-scheduler-go latest 99b2bb733989 3 minutes ago 12.3MB [2020-12-03T07:33:32.435Z] docker latest b0757c55a1fd 30 hours ago 220MB [2020-12-03T07:33:34.716Z] $ docker rm -f 228ec0b64379d55e8db5ee926d549a6d016b2417bcb942d403fcfe73316e2e56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // withEnv [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2020-12-03T07:33:37.163Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T07:33:37.163Z] [2020-12-03T07:33:37.163Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] node [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:33:37.586Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T07:33:37.586Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T07:33:37.586Z] 29e5d40040c1: Pulling fs layer [2020-12-03T07:33:37.586Z] 1ce36da41761: Pulling fs layer [2020-12-03T07:33:37.586Z] 25b303627fd3: Pulling fs layer [2020-12-03T07:33:38.560Z] 29e5d40040c1: Verifying Checksum [2020-12-03T07:33:38.560Z] 29e5d40040c1: Download complete [2020-12-03T07:33:38.836Z] 1ce36da41761: Verifying Checksum [2020-12-03T07:33:38.836Z] 1ce36da41761: Download complete [2020-12-03T07:33:39.112Z] 29e5d40040c1: Pull complete [2020-12-03T07:33:40.539Z] 1ce36da41761: Pull complete [2020-12-03T07:33:40.539Z] 25b303627fd3: Verifying Checksum [2020-12-03T07:33:40.539Z] 25b303627fd3: Download complete [2020-12-03T07:33:50.720Z] 25b303627fd3: Pull complete [2020-12-03T07:33:50.720Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T07:33:50.720Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T07:33:50.720Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T07:33:50.962Z] prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container [2020-12-03T07:33:51.025Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T07:33:52.165Z] Still waiting to schedule task [2020-12-03T07:33:52.166Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-12-03T07:33:54.053Z] $ docker top ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T07:33:55.145Z] + grep parallel [2020-12-03T07:33:55.145Z] + docker-compose build --help [2020-12-03T07:33:59.431Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T07:33:59.441Z] $ docker stop --time=1 ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 [2020-12-03T07:34:01.331Z] $ docker rm -f ad3756d4a3412c804de198bbfe361b8938cb401f65dc92b77e7768519f582e90 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:34:02.256Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T07:34:02.256Z] . [Pipeline] withDockerContainer [2020-12-03T07:34:02.510Z] prd-ubuntu18.04-docker-arm64-4c-16g-14290 does not seem to be running inside a container [2020-12-03T07:34:02.573Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:34:03.961Z] $ docker top 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T07:34:05.048Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T07:34:09.329Z] Building docker-core-command-go ... [2020-12-03T07:34:09.329Z] Building docker-core-data-go ... [2020-12-03T07:34:09.329Z] Building docker-core-metadata-go ... [2020-12-03T07:34:09.329Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T07:34:09.329Z] Building docker-security-proxy-setup-go ... [2020-12-03T07:34:09.329Z] Building docker-security-secrets-setup-go ... [2020-12-03T07:34:09.329Z] Building docker-security-secretstore-setup-go ... [2020-12-03T07:34:09.329Z] Building docker-support-logging-go ... [2020-12-03T07:34:09.329Z] Building docker-support-notifications-go ... [2020-12-03T07:34:09.329Z] Building docker-support-scheduler-go ... [2020-12-03T07:34:09.329Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T07:34:09.329Z] Building docker-support-logging-go [2020-12-03T07:34:09.329Z] Building docker-support-scheduler-go [2020-12-03T07:34:09.329Z] Building docker-support-notifications-go [2020-12-03T07:34:09.329Z] Building docker-core-metadata-go [2020-12-03T07:34:09.329Z] Building docker-core-command-go [2020-12-03T07:34:48.140Z] Running on prd-centos7-docker-8c-8g-14293 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-03T07:34:48.193Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-03T07:34:50.087Z] using credential edgex-jenkins-ssh [2020-12-03T07:34:50.139Z] Cloning the remote Git repository [2020-12-03T07:34:50.053Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:34:50.116Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-03T07:34:50.140Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:34:50.140Z] > git --version # timeout=10 [2020-12-03T07:34:50.146Z] > git --version # 'git version 2.24.3' [2020-12-03T07:34:50.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T07:34:50.171Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T07:34:54.846Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T07:34:54.856Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T07:34:54.865Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T07:34:54.877Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T07:34:54.878Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T07:34:54.882Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T07:34:55.390Z] Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T07:34:56.221Z] Failed in branch amd64 [2020-12-03T07:34:55.401Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T07:34:55.411Z] > git checkout -f 5aea6bf3d26e7c185d5c6bec3e24362cb537e739 # timeout=10 [2020-12-03T07:35:17.355Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:35:17.355Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:35:17.355Z] ---> 018d51c2fea5 [2020-12-03T07:35:17.355Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T07:35:17.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:35:17.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:35:17.355Z] ---> 018d51c2fea5 [2020-12-03T07:35:17.355Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:35:17.355Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:35:17.355Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:35:17.355Z] ---> 018d51c2fea5 [2020-12-03T07:35:17.355Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:35:17.627Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:35:17.627Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:35:17.627Z] ---> 018d51c2fea5 [2020-12-03T07:35:17.627Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T07:35:17.627Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:35:17.627Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:35:17.627Z] ---> 018d51c2fea5 [2020-12-03T07:35:17.627Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:35:20.997Z] ---> Running in 9c05213627ba [2020-12-03T07:35:20.997Z] ---> Running in e6426d252c68 [2020-12-03T07:35:20.997Z] ---> Running in ef57468aed72 [2020-12-03T07:35:20.997Z] ---> Running in c833f7104898 [2020-12-03T07:35:20.997Z] ---> Running in 7de1e3680627 [2020-12-03T07:35:21.269Z] Removing intermediate container 7de1e3680627 [2020-12-03T07:35:21.269Z] ---> be87402a5899 [2020-12-03T07:35:21.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:35:21.269Z] Removing intermediate container c833f7104898 [2020-12-03T07:35:21.269Z] ---> ccbfc816c7e6 [2020-12-03T07:35:21.269Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:35:21.269Z] Removing intermediate container 9c05213627ba [2020-12-03T07:35:21.269Z] ---> 395cbb73717d [2020-12-03T07:35:21.269Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:35:21.269Z] Removing intermediate container ef57468aed72 [2020-12-03T07:35:21.269Z] ---> bee0cb05c630 [2020-12-03T07:35:21.269Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:35:21.541Z] Removing intermediate container e6426d252c68 [2020-12-03T07:35:21.541Z] ---> 55d215a65735 [2020-12-03T07:35:21.541Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:35:21.541Z] ---> Running in 5caa89f63a62 [2020-12-03T07:35:21.541Z] ---> Running in 3929e25690b6 [2020-12-03T07:35:21.812Z] ---> Running in 8c8e0fe39300 [2020-12-03T07:35:21.812Z] ---> Running in 84f5b7be7af3 [2020-12-03T07:35:21.812Z] ---> Running in 855aeb498029 [2020-12-03T07:35:25.202Z] Removing intermediate container 5caa89f63a62 [2020-12-03T07:35:25.202Z] ---> 24e905d83b86 [2020-12-03T07:35:25.202Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T07:35:25.475Z] ---> Running in 58cd3b8e31e9 [2020-12-03T07:35:25.475Z] Removing intermediate container 3929e25690b6 [2020-12-03T07:35:25.475Z] ---> 6afef5fd5fba [2020-12-03T07:35:25.475Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-12-03T07:35:25.747Z] Removing intermediate container 84f5b7be7af3 [2020-12-03T07:35:25.747Z] ---> 653f86c416bd [2020-12-03T07:35:25.747Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T07:35:25.747Z] ---> Running in 01f4dcb2ea3f [2020-12-03T07:35:26.020Z] ---> Running in da93c7cb612c [2020-12-03T07:35:26.020Z] Removing intermediate container 855aeb498029 [2020-12-03T07:35:26.020Z] ---> c778a83a084e [2020-12-03T07:35:26.020Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:35:26.020Z] Removing intermediate container 8c8e0fe39300 [2020-12-03T07:35:26.020Z] ---> 47e987e3bc55 [2020-12-03T07:35:26.020Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:35:26.295Z] ---> Running in a70b48e90347 [2020-12-03T07:35:26.295Z] ---> Running in 310c8f5643df [2020-12-03T07:35:27.298Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:27.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:27.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:27.907Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:28.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:28.182Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:28.779Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:35:28.779Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:35:28.779Z] OK: 12616 distinct packages available [2020-12-03T07:35:28.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:28.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:29.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:29.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:35:29.328Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:29.603Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:35:29.603Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:35:29.603Z] OK: 12616 distinct packages available [2020-12-03T07:35:29.879Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:35:29.879Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:35:29.879Z] OK: 12616 distinct packages available [2020-12-03T07:35:29.879Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:35:29.879Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:35:29.879Z] OK: 12616 distinct packages available [2020-12-03T07:35:29.879Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:35:29.879Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:35:29.879Z] OK: 12616 distinct packages available [2020-12-03T07:35:30.878Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:30.878Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:30.878Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:30.878Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:31.484Z] Removing intermediate container 58cd3b8e31e9 [2020-12-03T07:35:31.484Z] ---> 3beaf5b6fbe2 [2020-12-03T07:35:31.484Z] Step 6/24 : COPY go.mod . [2020-12-03T07:35:31.760Z] OK: 217 MiB in 51 packages [2020-12-03T07:35:32.740Z] ---> 0b44f29c840d [2020-12-03T07:35:32.740Z] Step 7/24 : RUN go mod download [2020-12-03T07:35:32.740Z] Removing intermediate container a70b48e90347 [2020-12-03T07:35:32.740Z] ---> dd2df79b9aa8 [2020-12-03T07:35:32.740Z] Step 6/22 : COPY go.mod . [2020-12-03T07:35:32.740Z] ---> Running in 7343088a2c30 [2020-12-03T07:35:33.021Z] Removing intermediate container da93c7cb612c [2020-12-03T07:35:33.021Z] ---> 5cab5ac1bae9 [2020-12-03T07:35:33.021Z] Step 6/21 : COPY go.mod . [2020-12-03T07:35:33.021Z] Removing intermediate container 310c8f5643df [2020-12-03T07:35:33.021Z] ---> 0f7516f82846 [2020-12-03T07:35:33.021Z] Step 6/22 : COPY go.mod . [2020-12-03T07:35:33.626Z] Removing intermediate container 01f4dcb2ea3f [2020-12-03T07:35:33.626Z] ---> 6f9f5ab92f34 [2020-12-03T07:35:33.626Z] Step 6/22 : COPY go.mod . [2020-12-03T07:35:33.626Z] ---> 45058737f3dd [2020-12-03T07:35:33.626Z] Step 7/22 : RUN go mod download [2020-12-03T07:35:33.906Z] ---> Running in 1d8289f0fdd8 [2020-12-03T07:35:34.182Z] ---> ca6ba68362b9 [2020-12-03T07:35:34.182Z] Step 7/22 : RUN go mod download [2020-12-03T07:35:34.470Z] ---> e6e268228b8f [2020-12-03T07:35:34.470Z] Step 7/21 : RUN go mod download [2020-12-03T07:35:34.470Z] ---> Running in 1d27f5f21dd1 [2020-12-03T07:35:34.759Z] ---> Running in 57df13dd6a01 [2020-12-03T07:35:34.759Z] ---> 46af4f789066 [2020-12-03T07:35:34.759Z] Step 7/22 : RUN go mod download [2020-12-03T07:35:35.362Z] ---> Running in 7a5f57084ade [2020-12-03T07:35:37.360Z] Removing intermediate container 7343088a2c30 [2020-12-03T07:35:37.360Z] ---> 4f1340991261 [2020-12-03T07:35:37.360Z] Step 8/24 : COPY . . [2020-12-03T07:35:38.343Z] Removing intermediate container 1d8289f0fdd8 [2020-12-03T07:35:38.344Z] ---> a469b3f4d8ff [2020-12-03T07:35:38.344Z] Step 8/22 : COPY . . [2020-12-03T07:35:39.837Z] Removing intermediate container 1d27f5f21dd1 [2020-12-03T07:35:39.837Z] ---> c3e7cad29906 [2020-12-03T07:35:39.837Z] Step 8/22 : COPY . . [2020-12-03T07:35:40.111Z] Removing intermediate container 7a5f57084ade [2020-12-03T07:35:40.111Z] ---> 792f6a962e34 [2020-12-03T07:35:40.111Z] Step 8/22 : COPY . . [2020-12-03T07:35:40.386Z] Removing intermediate container 57df13dd6a01 [2020-12-03T07:35:40.387Z] ---> 6f09018b7cbb [2020-12-03T07:35:40.387Z] Step 8/21 : COPY . . [2020-12-03T07:36:07.191Z] ---> 90345f6e88b2 [2020-12-03T07:36:07.191Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T07:36:07.191Z] ---> f176a4d35e4f [2020-12-03T07:36:07.191Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T07:36:07.191Z] ---> Running in d798fb64286f [2020-12-03T07:36:07.191Z] ---> 0dbff733f817 [2020-12-03T07:36:07.191Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T07:36:07.191Z] ---> 87c57200c8db [2020-12-03T07:36:07.191Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-12-03T07:36:07.191Z] ---> 3c1280635ced [2020-12-03T07:36:07.191Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T07:36:07.191Z] ---> Running in a785786dadf1 [2020-12-03T07:36:07.191Z] ---> Running in 6b84a9d265ed [2020-12-03T07:36:07.191Z] ---> Running in 2ec999ccce51 [2020-12-03T07:36:07.191Z] ---> Running in 37069097fc42 [2020-12-03T07:36:07.471Z] 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 [2020-12-03T07:36:08.078Z] 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 [2020-12-03T07:36:08.355Z] 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 [2020-12-03T07:36:08.632Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-12-03T07:36:08.632Z] 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 [2020-12-03T07:38:00.505Z] Removing intermediate container 2ec999ccce51 [2020-12-03T07:38:00.505Z] ---> 239ac4ab48af [2020-12-03T07:38:00.505Z] [2020-12-03T07:38:00.505Z] Step 10/22 : FROM scratch [2020-12-03T07:38:00.505Z] ---> [2020-12-03T07:38:00.505Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T07:38:00.505Z] ---> Running in 457174f5123a [2020-12-03T07:38:00.505Z] Removing intermediate container 457174f5123a [2020-12-03T07:38:00.505Z] ---> d81fdc716dec [2020-12-03T07:38:00.505Z] Step 12/22 : ENV APP_PORT=48061 [2020-12-03T07:38:00.505Z] ---> Running in c551d65e0f1c [2020-12-03T07:38:00.505Z] Removing intermediate container c551d65e0f1c [2020-12-03T07:38:00.505Z] ---> 3558e23b19d6 [2020-12-03T07:38:00.505Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:38:00.505Z] ---> Running in ff0b81e83582 [2020-12-03T07:38:00.505Z] Removing intermediate container ff0b81e83582 [2020-12-03T07:38:00.505Z] ---> 19c00c078175 [2020-12-03T07:38:00.505Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-12-03T07:38:00.505Z] ---> bba50ee57b1e [2020-12-03T07:38:00.505Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-12-03T07:38:00.505Z] ---> 2b9874907d6c [2020-12-03T07:38:00.505Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-12-03T07:38:00.505Z] ---> 89b0372ed4c5 [2020-12-03T07:38:00.505Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-12-03T07:38:00.505Z] ---> 12de647c49f9 [2020-12-03T07:38:00.505Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-12-03T07:38:00.505Z] ---> Running in 7392164f7cbc [2020-12-03T07:38:00.505Z] Removing intermediate container 7392164f7cbc [2020-12-03T07:38:00.505Z] ---> 052715e3624e [2020-12-03T07:38:00.505Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:38:00.505Z] ---> Running in 81cdc70985de [2020-12-03T07:38:00.778Z] Removing intermediate container 81cdc70985de [2020-12-03T07:38:00.778Z] ---> e3e0f75767fb [2020-12-03T07:38:00.778Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T07:38:01.051Z] ---> Running in 95e1f4d26651 [2020-12-03T07:38:02.062Z] Removing intermediate container 95e1f4d26651 [2020-12-03T07:38:02.062Z] ---> 5fb74fec8f55 [2020-12-03T07:38:02.062Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:38:02.062Z] ---> Running in 2f9aea63dcbb [2020-12-03T07:38:03.513Z] Removing intermediate container 2f9aea63dcbb [2020-12-03T07:38:03.513Z] ---> 2362bdbbb4ed [2020-12-03T07:38:03.513Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:38:04.115Z] ---> Running in 58975fd13309 [2020-12-03T07:38:05.556Z] Removing intermediate container 58975fd13309 [2020-12-03T07:38:05.556Z] ---> b6a09e51d2e3 [2020-12-03T07:38:05.556Z] [2020-12-03T07:38:05.851Z] Removing intermediate container d798fb64286f [2020-12-03T07:38:05.851Z] ---> b75116a8ee47 [2020-12-03T07:38:05.851Z] [2020-12-03T07:38:05.851Z] Step 10/24 : FROM scratch [2020-12-03T07:38:05.851Z] ---> [2020-12-03T07:38:05.851Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T07:38:06.150Z] ---> Using cache [2020-12-03T07:38:06.150Z] ---> d81fdc716dec [2020-12-03T07:38:06.150Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T07:38:06.150Z] Successfully built b6a09e51d2e3 [2020-12-03T07:38:06.429Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-12-03T07:38:06.429Z]  Building docker-support-logging-go ... done Building docker-core-data-go [2020-12-03T07:38:06.429Z] ---> Running in ccc4e03a8f13 [2020-12-03T07:38:07.416Z] Removing intermediate container ccc4e03a8f13 [2020-12-03T07:38:07.416Z] ---> fa2393beb89b [2020-12-03T07:38:07.416Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T07:38:07.693Z] ---> Running in a030e460c8ef [2020-12-03T07:38:09.687Z] Removing intermediate container a030e460c8ef [2020-12-03T07:38:09.687Z] ---> 6feb2904f9f1 [2020-12-03T07:38:09.687Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T07:38:13.175Z] ---> 346548e86ac2 [2020-12-03T07:38:13.175Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T07:38:13.621Z] Removing intermediate container 37069097fc42 [2020-12-03T07:38:13.621Z] ---> cf77e703fb09 [2020-12-03T07:38:13.621Z] [2020-12-03T07:38:13.621Z] Step 10/21 : FROM scratch [2020-12-03T07:38:13.621Z] ---> [2020-12-03T07:38:13.621Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:38:13.621Z] Removing intermediate container 6b84a9d265ed [2020-12-03T07:38:13.621Z] ---> 8da44c2f6eb7 [2020-12-03T07:38:13.621Z] [2020-12-03T07:38:13.621Z] Step 10/22 : FROM scratch [2020-12-03T07:38:13.621Z] ---> [2020-12-03T07:38:13.621Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:38:14.269Z] ---> Running in c97d03566b86 [2020-12-03T07:38:14.543Z] ---> Running in a9bc9235fb4c [2020-12-03T07:38:14.818Z] Removing intermediate container c97d03566b86 [2020-12-03T07:38:14.818Z] ---> 11921eda7bbd [2020-12-03T07:38:14.818Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T07:38:15.093Z] ---> Running in 0b7958be3e29 [2020-12-03T07:38:15.093Z] Removing intermediate container a9bc9235fb4c [2020-12-03T07:38:15.093Z] ---> 06cbd4da830e [2020-12-03T07:38:15.093Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T07:38:15.389Z] ---> Running in c16ac9fabc86 [2020-12-03T07:38:15.659Z] ---> dbe788881842 [2020-12-03T07:38:15.659Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T07:38:15.933Z] Removing intermediate container 0b7958be3e29 [2020-12-03T07:38:15.933Z] ---> 8d9c274517af [2020-12-03T07:38:15.933Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T07:38:16.207Z] Removing intermediate container c16ac9fabc86 [2020-12-03T07:38:16.207Z] ---> 97181a678019 [2020-12-03T07:38:16.207Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:38:16.478Z] ---> Running in 12030db3bbdd [2020-12-03T07:38:16.749Z] ---> Running in 8f7b666fd224 [2020-12-03T07:38:18.189Z] Removing intermediate container 12030db3bbdd [2020-12-03T07:38:18.189Z] ---> c6d046e998db [2020-12-03T07:38:18.189Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T07:38:18.467Z] ---> 6d5e2298fd8e [2020-12-03T07:38:18.467Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T07:38:18.467Z] Removing intermediate container 8f7b666fd224 [2020-12-03T07:38:18.467Z] ---> 950b1102542c [2020-12-03T07:38:18.467Z] Step 14/22 : WORKDIR / [2020-12-03T07:38:19.068Z] ---> Running in c26145a96589 [2020-12-03T07:38:19.068Z] ---> 2ad260e23630 [2020-12-03T07:38:19.344Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T07:38:19.827Z] ---> 069f7078937c [2020-12-03T07:38:19.827Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T07:38:20.425Z] Removing intermediate container c26145a96589 [2020-12-03T07:38:20.425Z] ---> f1e34617d9cd [2020-12-03T07:38:20.425Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T07:38:22.415Z] ---> 904a2f05dd73 [2020-12-03T07:38:22.415Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T07:38:23.016Z] ---> 459bfdb452a9 [2020-12-03T07:38:23.016Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T07:38:23.297Z] ---> c2b10195b745 [2020-12-03T07:38:23.297Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T07:38:23.574Z] ---> 0870805cf6e9 [2020-12-03T07:38:23.574Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T07:38:24.555Z] Removing intermediate container a785786dadf1 [2020-12-03T07:38:24.555Z] ---> 1ac3eec28ef6 [2020-12-03T07:38:24.555Z] [2020-12-03T07:38:24.555Z] Step 10/22 : FROM scratch [2020-12-03T07:38:24.555Z] ---> [2020-12-03T07:38:24.555Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:38:24.555Z] ---> Running in 82022c958a6b [2020-12-03T07:38:24.555Z] ---> Using cache [2020-12-03T07:38:24.555Z] ---> 06cbd4da830e [2020-12-03T07:38:24.555Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T07:38:25.164Z] ---> 5f1d1ca642f5 [2020-12-03T07:38:25.164Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T07:38:25.164Z] ---> Running in c8894ba7f04a [2020-12-03T07:38:25.438Z] ---> c5a9237b62de [2020-12-03T07:38:25.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T07:38:25.438Z] Removing intermediate container 82022c958a6b [2020-12-03T07:38:25.438Z] ---> 099880751b90 [2020-12-03T07:38:25.438Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:38:25.719Z] ---> Running in d8407f1491e4 [2020-12-03T07:38:25.719Z] ---> Running in d19e17b644ee [2020-12-03T07:38:25.993Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:38:25.993Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:38:25.993Z] ---> 018d51c2fea5 [2020-12-03T07:38:25.993Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T07:38:25.993Z] ---> Using cache [2020-12-03T07:38:25.993Z] ---> 55d215a65735 [2020-12-03T07:38:25.993Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:38:25.993Z] ---> Using cache [2020-12-03T07:38:25.993Z] ---> c778a83a084e [2020-12-03T07:38:25.993Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T07:38:25.993Z] Removing intermediate container c8894ba7f04a [2020-12-03T07:38:25.993Z] ---> 954aa6a3ca7d [2020-12-03T07:38:25.993Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T07:38:26.270Z] ---> Running in 48f4d68d721e [2020-12-03T07:38:26.270Z] ---> Running in 5ccfddea7c71 [2020-12-03T07:38:26.270Z] Removing intermediate container d8407f1491e4 [2020-12-03T07:38:26.270Z] ---> 884af64e8573 [2020-12-03T07:38:26.554Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:38:26.554Z] ---> Running in cbc23c79b52b [2020-12-03T07:38:26.554Z] ---> c825b176072b [2020-12-03T07:38:26.554Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T07:38:26.834Z] Removing intermediate container d19e17b644ee [2020-12-03T07:38:26.834Z] ---> 7e5828f28bf4 [2020-12-03T07:38:26.834Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T07:38:26.834Z] ---> Running in f0b4e67da739 [2020-12-03T07:38:26.834Z] ---> Running in 106a9a15c619 [2020-12-03T07:38:27.117Z] Removing intermediate container 5ccfddea7c71 [2020-12-03T07:38:27.117Z] ---> 768ec7e4afd9 [2020-12-03T07:38:27.117Z] Step 14/22 : WORKDIR / [2020-12-03T07:38:27.117Z] ---> Running in 4c98df7d8e82 [2020-12-03T07:38:27.391Z] Removing intermediate container cbc23c79b52b [2020-12-03T07:38:27.391Z] ---> 554b5155f129 [2020-12-03T07:38:27.391Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T07:38:27.665Z] ---> Running in a6bba7fe2427 [2020-12-03T07:38:27.665Z] Removing intermediate container f0b4e67da739 [2020-12-03T07:38:27.665Z] ---> 47dd06a17a3b [2020-12-03T07:38:27.665Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:38:27.938Z] Removing intermediate container 106a9a15c619 [2020-12-03T07:38:27.938Z] ---> 746967711621 [2020-12-03T07:38:27.938Z] Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:38:27.938Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:38:27.938Z] ---> Running in e78e3aa9df68 [2020-12-03T07:38:27.938Z] Removing intermediate container 4c98df7d8e82 [2020-12-03T07:38:27.938Z] ---> e0bdcb978911 [2020-12-03T07:38:27.938Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T07:38:28.213Z] ---> Running in 4b1dc41933f9 [2020-12-03T07:38:28.213Z] Removing intermediate container a6bba7fe2427 [2020-12-03T07:38:28.489Z] ---> 11b4ed4fbf63 [2020-12-03T07:38:28.489Z] Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:38:28.763Z] ---> Running in 3b339c74dbc4 [2020-12-03T07:38:28.763Z] Removing intermediate container e78e3aa9df68 [2020-12-03T07:38:28.763Z] ---> 97eeb831cd75 [2020-12-03T07:38:28.763Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T07:38:28.763Z] Removing intermediate container 4b1dc41933f9 [2020-12-03T07:38:28.763Z] ---> 6c55daaa673a [2020-12-03T07:38:28.763Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T07:38:28.763Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:38:29.036Z] ---> Running in e5d93ef1f71a [2020-12-03T07:38:29.036Z] ---> 2c7bdd8a1951 [2020-12-03T07:38:29.036Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T07:38:29.036Z] ---> Running in 4d26ea2a4b17 [2020-12-03T07:38:29.322Z] Removing intermediate container 3b339c74dbc4 [2020-12-03T07:38:29.323Z] ---> 4e896394fd6b [2020-12-03T07:38:29.323Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T07:38:29.597Z] ---> Running in 06f0ec489659 [2020-12-03T07:38:29.597Z] Removing intermediate container e5d93ef1f71a [2020-12-03T07:38:29.597Z] ---> 6cdd9230e6d7 [2020-12-03T07:38:29.597Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:38:29.870Z] Removing intermediate container 4d26ea2a4b17 [2020-12-03T07:38:29.870Z] ---> 40f3b355f49a [2020-12-03T07:38:29.870Z] [2020-12-03T07:38:30.145Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:38:30.145Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:38:30.145Z] OK: 12616 distinct packages available [2020-12-03T07:38:30.145Z] ---> Running in c5195c71b185 [2020-12-03T07:38:30.419Z] Removing intermediate container 06f0ec489659 [2020-12-03T07:38:30.419Z] ---> cd3acd887d83 [2020-12-03T07:38:30.419Z] [2020-12-03T07:38:30.693Z] Successfully built 40f3b355f49a [2020-12-03T07:38:30.693Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T07:38:30.693Z]  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go [2020-12-03T07:38:30.968Z] OK: 217 MiB in 51 packages [2020-12-03T07:38:31.239Z] Removing intermediate container c5195c71b185 [2020-12-03T07:38:31.239Z] ---> 5a5cde19de3d [2020-12-03T07:38:31.239Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:38:31.239Z] Successfully built cd3acd887d83 [2020-12-03T07:38:31.239Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T07:38:31.239Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-03T07:38:31.239Z] ---> 5d428f57e746 [2020-12-03T07:38:31.239Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T07:38:31.512Z] ---> Running in c03603580ec0 [2020-12-03T07:38:32.124Z] Removing intermediate container c03603580ec0 [2020-12-03T07:38:32.124Z] ---> 7fc99d549996 [2020-12-03T07:38:32.124Z] [2020-12-03T07:38:32.397Z] ---> 444c4336a9b3 [2020-12-03T07:38:32.397Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T07:38:32.674Z] Removing intermediate container 48f4d68d721e [2020-12-03T07:38:32.674Z] ---> c2c1879a0ee2 [2020-12-03T07:38:32.674Z] Step 6/23 : COPY go.mod . [2020-12-03T07:38:32.674Z] ---> Running in e1c7c4523815 [2020-12-03T07:38:32.674Z] Successfully built 7fc99d549996 [2020-12-03T07:38:32.674Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T07:38:32.674Z] Building docker-sys-mgmt-agent-go [2020-12-03T07:38:33.276Z]  Building docker-core-command-go ... done Removing intermediate container e1c7c4523815 [2020-12-03T07:38:33.276Z] ---> c7778d6501ab [2020-12-03T07:38:33.276Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:38:33.276Z] ---> b730bfc681e9 [2020-12-03T07:38:33.276Z] Step 7/23 : RUN go mod download [2020-12-03T07:38:33.555Z] ---> Running in 624143392f00 [2020-12-03T07:38:33.555Z] ---> Running in fc971b09a56d [2020-12-03T07:38:34.150Z] Removing intermediate container 624143392f00 [2020-12-03T07:38:34.150Z] ---> af9407454dc4 [2020-12-03T07:38:34.150Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T07:38:34.425Z] ---> Running in 881ebf880f3e [2020-12-03T07:38:35.029Z] Removing intermediate container 881ebf880f3e [2020-12-03T07:38:35.029Z] ---> f7159a5ed61c [2020-12-03T07:38:35.029Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:38:35.303Z] ---> Running in 5c3998ba0cde [2020-12-03T07:38:36.285Z] Removing intermediate container 5c3998ba0cde [2020-12-03T07:38:36.285Z] ---> b83ee657441e [2020-12-03T07:38:36.285Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:38:37.751Z] ---> Running in 4c546dfe4c9c [2020-12-03T07:38:38.355Z] Removing intermediate container fc971b09a56d [2020-12-03T07:38:38.355Z] ---> 19a23eb3dae6 [2020-12-03T07:38:38.355Z] Step 8/23 : COPY . . [2020-12-03T07:38:39.344Z] Removing intermediate container 4c546dfe4c9c [2020-12-03T07:38:39.344Z] ---> a73739441d58 [2020-12-03T07:38:39.344Z] [2020-12-03T07:38:39.941Z] Successfully built a73739441d58 [2020-12-03T07:38:39.941Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T07:38:39.941Z]  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go [2020-12-03T07:38:58.246Z] ---> 8c51afef1e92 [2020-12-03T07:38:58.246Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T07:38:58.246Z] ---> Running in e0d3315bba6c [2020-12-03T07:38:58.246Z] 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 [2020-12-03T07:39:30.679Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:39:30.679Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:39:30.679Z] ---> 018d51c2fea5 [2020-12-03T07:39:30.679Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> 55d215a65735 [2020-12-03T07:39:30.679Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> c778a83a084e [2020-12-03T07:39:30.679Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> dd2df79b9aa8 [2020-12-03T07:39:30.679Z] Step 6/24 : COPY go.mod . [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> 45058737f3dd [2020-12-03T07:39:30.679Z] Step 7/24 : RUN go mod download [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> a469b3f4d8ff [2020-12-03T07:39:30.679Z] Step 8/24 : COPY . . [2020-12-03T07:39:30.679Z] ---> Using cache [2020-12-03T07:39:30.679Z] ---> f176a4d35e4f [2020-12-03T07:39:30.679Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T07:39:30.679Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:39:30.680Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T07:39:30.680Z] ---> 018d51c2fea5 [2020-12-03T07:39:30.680Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T07:39:30.680Z] ---> Using cache [2020-12-03T07:39:30.680Z] ---> 55d215a65735 [2020-12-03T07:39:30.680Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T07:39:30.680Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:39:30.680Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:39:30.680Z] ---> 018d51c2fea5 [2020-12-03T07:39:30.680Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T07:39:30.680Z] ---> Using cache [2020-12-03T07:39:30.680Z] ---> 55d215a65735 [2020-12-03T07:39:30.680Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:39:30.680Z] ---> Using cache [2020-12-03T07:39:30.680Z] ---> c778a83a084e [2020-12-03T07:39:30.680Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T07:39:32.675Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:39:32.675Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:39:32.675Z] ---> 018d51c2fea5 [2020-12-03T07:39:32.675Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> 55d215a65735 [2020-12-03T07:39:32.675Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> c778a83a084e [2020-12-03T07:39:32.675Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> dd2df79b9aa8 [2020-12-03T07:39:32.675Z] Step 6/21 : COPY go.mod . [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> 45058737f3dd [2020-12-03T07:39:32.675Z] Step 7/21 : RUN go mod download [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> a469b3f4d8ff [2020-12-03T07:39:32.675Z] Step 8/21 : COPY . . [2020-12-03T07:39:32.675Z] ---> Using cache [2020-12-03T07:39:32.675Z] ---> f176a4d35e4f [2020-12-03T07:39:32.675Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T07:39:32.675Z] ---> Running in 4c8026b679ab [2020-12-03T07:39:32.675Z] ---> Running in 5a578d4cb473 [2020-12-03T07:39:32.675Z] ---> Running in 735f986a893b [2020-12-03T07:39:32.675Z] ---> Running in ed22c2b2c85b [2020-12-03T07:39:36.069Z] 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 [2020-12-03T07:39:36.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:39:36.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:39:36.345Z] 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 [2020-12-03T07:39:36.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:39:36.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:39:38.409Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:39:38.409Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:39:38.409Z] OK: 12616 distinct packages available [2020-12-03T07:39:38.409Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:39:38.409Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:39:38.409Z] OK: 12616 distinct packages available [2020-12-03T07:39:39.400Z] OK: 217 MiB in 51 packages [2020-12-03T07:39:39.677Z] OK: 217 MiB in 51 packages [2020-12-03T07:39:41.685Z] Removing intermediate container 4c8026b679ab [2020-12-03T07:39:41.685Z] ---> 92cf5842b168 [2020-12-03T07:39:41.685Z] Step 5/29 : COPY go.mod . [2020-12-03T07:39:41.967Z] Removing intermediate container 735f986a893b [2020-12-03T07:39:41.967Z] ---> 16430ab76ad0 [2020-12-03T07:39:41.967Z] Step 6/27 : COPY go.mod . [2020-12-03T07:39:43.420Z] ---> 3101450eb8a5 [2020-12-03T07:39:43.420Z] Step 6/29 : RUN go mod download [2020-12-03T07:39:43.420Z] ---> Running in 885af8b9204a [2020-12-03T07:39:43.420Z] ---> b3d21c765114 [2020-12-03T07:39:43.420Z] Step 7/27 : RUN go mod download [2020-12-03T07:39:43.700Z] ---> Running in 23a553f78b76 [2020-12-03T07:39:49.127Z] Removing intermediate container 885af8b9204a [2020-12-03T07:39:49.127Z] ---> bdaf1b2e976c [2020-12-03T07:39:49.127Z] Step 7/29 : COPY . . [2020-12-03T07:39:49.127Z] Removing intermediate container 23a553f78b76 [2020-12-03T07:39:49.127Z] ---> e917e1107422 [2020-12-03T07:39:49.127Z] Step 8/27 : COPY . . [2020-12-03T07:40:28.323Z] ---> 98ab46ecdb93 [2020-12-03T07:40:28.323Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T07:40:28.323Z] ---> 98f12f68f66a [2020-12-03T07:40:28.323Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T07:40:28.323Z] ---> Running in 1b6a03448650 [2020-12-03T07:40:28.323Z] ---> Running in 974c9611c2ab [2020-12-03T07:40:28.323Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T07:40:28.323Z] 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 [2020-12-03T07:40:46.666Z] Removing intermediate container e0d3315bba6c [2020-12-03T07:40:46.666Z] ---> 857248cf312a [2020-12-03T07:40:46.666Z] [2020-12-03T07:40:46.666Z] Step 10/23 : FROM alpine [2020-12-03T07:40:46.666Z] latest: Pulling from library/alpine [2020-12-03T07:40:46.666Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T07:40:46.666Z] Status: Downloaded newer image for alpine:latest [2020-12-03T07:40:46.666Z] ---> 2e77e061c27f [2020-12-03T07:40:46.666Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T07:40:46.666Z] ---> Running in 62674d249b87 [2020-12-03T07:40:46.949Z] Removing intermediate container 62674d249b87 [2020-12-03T07:40:46.949Z] ---> 40cf4c5817fa [2020-12-03T07:40:46.949Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T07:40:46.949Z] ---> Running in b3f38d71a4ab [2020-12-03T07:40:47.554Z] Removing intermediate container b3f38d71a4ab [2020-12-03T07:40:47.554Z] ---> 6c4caeee7c3c [2020-12-03T07:40:47.554Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T07:40:47.834Z] ---> Running in 7e57230a8ca7 [2020-12-03T07:40:48.439Z] Removing intermediate container 7e57230a8ca7 [2020-12-03T07:40:48.439Z] ---> 514e420ee862 [2020-12-03T07:40:48.439Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:40:48.718Z] ---> Running in 9b00a7cce93b [2020-12-03T07:40:52.158Z] Removing intermediate container 9b00a7cce93b [2020-12-03T07:40:52.158Z] ---> 76d18fbaa7ec [2020-12-03T07:40:52.158Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T07:40:52.158Z] ---> Running in 529e0a5b44a1 [2020-12-03T07:40:53.182Z] 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 [2020-12-03T07:40:53.462Z] 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 [2020-12-03T07:40:53.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:40:54.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:40:55.728Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T07:40:55.728Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T07:40:55.728Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T07:40:56.005Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T07:40:56.005Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T07:40:56.282Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:40:56.282Z] OK: 8 MiB in 19 packages [2020-12-03T07:40:58.287Z] Removing intermediate container 529e0a5b44a1 [2020-12-03T07:40:58.287Z] ---> af021021207a [2020-12-03T07:40:58.287Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T07:40:59.277Z] ---> b1cd629f7a1a [2020-12-03T07:40:59.277Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T07:41:01.270Z] ---> 3475c238f52d [2020-12-03T07:41:01.270Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T07:41:02.273Z] ---> b7cc229d11d4 [2020-12-03T07:41:02.273Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T07:41:02.543Z] ---> Running in 23828810246e [2020-12-03T07:41:03.142Z] Removing intermediate container 23828810246e [2020-12-03T07:41:03.142Z] ---> 74e2c1ab00a1 [2020-12-03T07:41:03.142Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:41:03.422Z] ---> Running in c27dfb1180d4 [2020-12-03T07:41:04.024Z] Removing intermediate container c27dfb1180d4 [2020-12-03T07:41:04.024Z] ---> af0969680e5c [2020-12-03T07:41:04.024Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T07:41:04.320Z] ---> Running in 5904f662aa31 [2020-12-03T07:41:04.930Z] Removing intermediate container 5904f662aa31 [2020-12-03T07:41:04.930Z] ---> d93fd5c01ab9 [2020-12-03T07:41:04.930Z] Step 22/23 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:41:05.204Z] ---> Running in 03529503f133 [2020-12-03T07:41:05.813Z] Removing intermediate container 03529503f133 [2020-12-03T07:41:05.813Z] ---> bf62c276954e [2020-12-03T07:41:05.813Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T07:41:06.087Z] ---> Running in c718c9efec96 [2020-12-03T07:41:07.096Z] Removing intermediate container c718c9efec96 [2020-12-03T07:41:07.096Z] ---> e3a4436829f4 [2020-12-03T07:41:07.096Z] [2020-12-03T07:41:08.613Z] Successfully built e3a4436829f4 [2020-12-03T07:41:08.613Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T07:41:08.613Z] Building docker-security-bootstrap-redis-go [2020-12-03T07:41:12.936Z]  Building docker-core-data-go ... done Removing intermediate container 5a578d4cb473 [2020-12-03T07:41:12.936Z] ---> 4109b53e5d95 [2020-12-03T07:41:12.936Z] [2020-12-03T07:41:12.936Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T07:41:12.936Z] 3.10: Pulling from library/alpine [2020-12-03T07:41:12.936Z] Removing intermediate container ed22c2b2c85b [2020-12-03T07:41:12.936Z] ---> 5266a464c461 [2020-12-03T07:41:12.936Z] [2020-12-03T07:41:12.936Z] Step 10/21 : FROM alpine [2020-12-03T07:41:12.936Z] ---> 2e77e061c27f [2020-12-03T07:41:12.936Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T07:41:13.220Z] ---> Running in e7de019c2a42 [2020-12-03T07:41:14.662Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T07:41:14.662Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T07:41:14.662Z] ---> 536a684cf733 [2020-12-03T07:41:14.662Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T07:41:15.273Z] ---> Running in 780de1e00161 [2020-12-03T07:41:15.273Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:15.875Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:16.871Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:41:16.871Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:41:16.871Z] OK: 12617 distinct packages available [2020-12-03T07:41:17.148Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:17.747Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T07:41:17.747Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:17.747Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T07:41:17.747Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T07:41:18.024Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T07:41:18.024Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:41:18.024Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T07:41:18.302Z] OK: 7 MiB in 18 packages [2020-12-03T07:41:18.580Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T07:41:18.580Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T07:41:18.580Z] OK: 10169 distinct packages available [2020-12-03T07:41:19.186Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T07:41:19.463Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T07:41:19.463Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T07:41:19.463Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T07:41:19.463Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T07:41:19.463Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T07:41:19.463Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T07:41:20.070Z] OK: 7 MiB in 19 packages [2020-12-03T07:41:22.058Z] Removing intermediate container e7de019c2a42 [2020-12-03T07:41:22.058Z] ---> fee5506fb211 [2020-12-03T07:41:22.058Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T07:41:22.332Z] ---> Running in a42a721ec9b3 [2020-12-03T07:41:23.775Z] Removing intermediate container 780de1e00161 [2020-12-03T07:41:23.775Z] ---> 22ac1f121d1d [2020-12-03T07:41:23.775Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T07:41:23.775Z] Removing intermediate container a42a721ec9b3 [2020-12-03T07:41:23.775Z] ---> 85c945360df4 [2020-12-03T07:41:23.775Z] Step 13/21 : WORKDIR /edgex [2020-12-03T07:41:24.048Z] ---> Running in fe499f7e8371 [2020-12-03T07:41:24.048Z] ---> Running in 29f74141ba84 [2020-12-03T07:41:25.038Z] Removing intermediate container fe499f7e8371 [2020-12-03T07:41:25.038Z] ---> 7221729ff908 [2020-12-03T07:41:25.038Z] Step 13/24 : WORKDIR / [2020-12-03T07:41:25.308Z] ---> Running in 5df68441900a [2020-12-03T07:41:25.308Z] Removing intermediate container 29f74141ba84 [2020-12-03T07:41:25.308Z] ---> 1efdf5eb36a2 [2020-12-03T07:41:25.308Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T07:41:26.751Z] Removing intermediate container 5df68441900a [2020-12-03T07:41:26.751Z] ---> 5737e244783c [2020-12-03T07:41:26.752Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T07:41:27.021Z] ---> a971bc12cc9d [2020-12-03T07:41:27.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T07:41:28.453Z] ---> 0fd80fb6d762 [2020-12-03T07:41:28.453Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T07:41:29.903Z] ---> 54e2e454c77a [2020-12-03T07:41:29.903Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T07:41:30.178Z] ---> e19e08e42c98 [2020-12-03T07:41:30.178Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T07:41:32.194Z] ---> e6e42bcce610 [2020-12-03T07:41:32.194Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T07:41:32.194Z] ---> 6d721440b4b3 [2020-12-03T07:41:32.194Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T07:41:32.474Z] ---> Running in be3cb0fcbf78 [2020-12-03T07:41:33.081Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T07:41:33.081Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T07:41:33.081Z] ---> 018d51c2fea5 [2020-12-03T07:41:33.081Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T07:41:33.081Z] ---> Using cache [2020-12-03T07:41:33.082Z] ---> 55d215a65735 [2020-12-03T07:41:33.082Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T07:41:33.082Z] ---> Using cache [2020-12-03T07:41:33.082Z] ---> c778a83a084e [2020-12-03T07:41:33.082Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T07:41:33.082Z] ---> Using cache [2020-12-03T07:41:33.082Z] ---> dd2df79b9aa8 [2020-12-03T07:41:33.082Z] Step 6/22 : COPY go.mod . [2020-12-03T07:41:33.082Z] ---> Using cache [2020-12-03T07:41:33.082Z] ---> 45058737f3dd [2020-12-03T07:41:33.082Z] Step 7/22 : RUN go mod download [2020-12-03T07:41:33.082Z] ---> Using cache [2020-12-03T07:41:33.082Z] ---> a469b3f4d8ff [2020-12-03T07:41:33.082Z] Step 8/22 : COPY . . [2020-12-03T07:41:33.360Z] ---> Using cache [2020-12-03T07:41:33.360Z] ---> f176a4d35e4f [2020-12-03T07:41:33.360Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T07:41:33.639Z] Removing intermediate container be3cb0fcbf78 [2020-12-03T07:41:33.639Z] ---> 61ee548fcaa3 [2020-12-03T07:41:33.639Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T07:41:33.639Z] ---> Running in 3790a88b7641 [2020-12-03T07:41:33.919Z] ---> Running in 619ef7125e6a [2020-12-03T07:41:34.523Z] ---> 3e3641af040c [2020-12-03T07:41:34.803Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T07:41:34.803Z] Removing intermediate container 619ef7125e6a [2020-12-03T07:41:34.803Z] ---> c66ac1bfec9c [2020-12-03T07:41:34.803Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T07:41:35.084Z] ---> Running in 731ce653cbdd [2020-12-03T07:41:36.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-03T07:41:36.072Z] Removing intermediate container 731ce653cbdd [2020-12-03T07:41:36.072Z] ---> 1bed4a81a19b [2020-12-03T07:41:36.072Z] Step 20/21 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:41:36.674Z] ---> Running in d354dabfc460 [2020-12-03T07:41:36.674Z] ---> 571596ded251 [2020-12-03T07:41:36.674Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T07:41:37.375Z] Removing intermediate container d354dabfc460 [2020-12-03T07:41:37.375Z] ---> 6a1d90ad522c [2020-12-03T07:41:37.375Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T07:41:38.030Z] ---> Running in d5c61d5384a0 [2020-12-03T07:41:38.365Z] ---> bfe592284347 [2020-12-03T07:41:38.365Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T07:41:38.365Z] ---> Running in 4986f1cbe4dd [2020-12-03T07:41:39.061Z] Removing intermediate container d5c61d5384a0 [2020-12-03T07:41:39.061Z] ---> 16716bdf6327 [2020-12-03T07:41:39.061Z] [2020-12-03T07:41:40.518Z] Successfully built 16716bdf6327 [2020-12-03T07:41:40.799Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T07:41:42.249Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 974c9611c2ab [2020-12-03T07:41:42.249Z] ---> 76fe7a926437 [2020-12-03T07:41:42.249Z] [2020-12-03T07:41:42.249Z] Step 9/29 : FROM alpine:latest [2020-12-03T07:41:42.249Z] ---> 2e77e061c27f [2020-12-03T07:41:42.249Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T07:41:42.249Z] ---> Running in ba2a99782127 [2020-12-03T07:41:43.242Z] Removing intermediate container ba2a99782127 [2020-12-03T07:41:43.242Z] ---> 3e917e9ca29f [2020-12-03T07:41:43.242Z] Step 11/29 : USER root [2020-12-03T07:41:43.527Z] ---> Running in cf6c232508d2 [2020-12-03T07:41:43.527Z] Removing intermediate container 4986f1cbe4dd [2020-12-03T07:41:43.527Z] ---> 33f1f33e7bf2 [2020-12-03T07:41:43.527Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T07:41:43.820Z] ---> Running in 1affe282eb3e [2020-12-03T07:41:44.451Z] Removing intermediate container cf6c232508d2 [2020-12-03T07:41:44.451Z] ---> df13ce40f5dd [2020-12-03T07:41:44.451Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T07:41:44.451Z] Removing intermediate container 1affe282eb3e [2020-12-03T07:41:44.451Z] ---> 302b0039164e [2020-12-03T07:41:44.451Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T07:41:44.451Z] ---> Running in 5e68b7a8b69b [2020-12-03T07:41:44.729Z] ---> Running in 70529983b723 [2020-12-03T07:41:45.732Z] Removing intermediate container 70529983b723 [2020-12-03T07:41:45.732Z] ---> e8654452a4c1 [2020-12-03T07:41:45.732Z] Step 23/24 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:41:46.013Z] ---> Running in 0fc0adb1e271 [2020-12-03T07:41:46.996Z] Removing intermediate container 0fc0adb1e271 [2020-12-03T07:41:47.271Z] ---> 19562e402d78 [2020-12-03T07:41:47.271Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T07:41:47.549Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:47.549Z] ---> Running in 11854bc8fa77 [2020-12-03T07:41:47.828Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:48.815Z] Removing intermediate container 11854bc8fa77 [2020-12-03T07:41:48.815Z] ---> 420108ac644f [2020-12-03T07:41:48.815Z] [2020-12-03T07:41:48.815Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T07:41:48.815Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T07:41:48.815Z] OK: 12617 distinct packages available [2020-12-03T07:41:49.412Z] Successfully built 420108ac644f [2020-12-03T07:41:49.412Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T07:41:49.685Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1b6a03448650 [2020-12-03T07:41:49.685Z] ---> 0329cb4bcb60 [2020-12-03T07:41:49.685Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T07:41:49.685Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T07:41:49.685Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T07:41:49.685Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:41:49.958Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T07:41:49.958Z] ---> Running in 3a8236757434 [2020-12-03T07:41:49.958Z] OK: 6 MiB in 16 packages [2020-12-03T07:41:51.944Z] 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 [2020-12-03T07:41:52.548Z] Removing intermediate container 5e68b7a8b69b [2020-12-03T07:41:52.549Z] ---> c24e5f451ae8 [2020-12-03T07:41:52.549Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T07:41:52.827Z] ---> Running in b320bcfa0116 [2020-12-03T07:41:53.420Z] Removing intermediate container b320bcfa0116 [2020-12-03T07:41:53.420Z] ---> 0ec39d01aaa1 [2020-12-03T07:41:53.420Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T07:41:53.420Z] ---> Running in 592e7b4327d9 [2020-12-03T07:41:54.016Z] Removing intermediate container 592e7b4327d9 [2020-12-03T07:41:54.016Z] ---> 6dd661112cfa [2020-12-03T07:41:54.016Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T07:41:54.299Z] ---> Running in e631bf09fca5 [2020-12-03T07:41:55.753Z] Removing intermediate container 3a8236757434 [2020-12-03T07:41:55.753Z] ---> 7de4397318f9 [2020-12-03T07:41:55.753Z] [2020-12-03T07:41:55.753Z] Step 11/27 : FROM docker:latest [2020-12-03T07:41:55.753Z] ---> 84e3a507c27b [2020-12-03T07:41:55.753Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T07:41:56.027Z] ---> Running in 5f612fc6524e [2020-12-03T07:41:58.017Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:58.017Z] Removing intermediate container e631bf09fca5 [2020-12-03T07:41:58.017Z] ---> fb61d25114e6 [2020-12-03T07:41:58.018Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T07:41:58.018Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:41:59.008Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T07:41:59.008Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T07:41:59.008Z] Executing bash-5.0.17-r0.post-install [2020-12-03T07:41:59.008Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:41:59.008Z] OK: 12 MiB in 22 packages [2020-12-03T07:41:59.008Z] ---> bb3bbd9fa0c0 [2020-12-03T07:41:59.008Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T07:42:00.458Z] ---> 4ef9ac6f89b6 [2020-12-03T07:42:00.458Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T07:42:00.739Z] Removing intermediate container 5f612fc6524e [2020-12-03T07:42:00.739Z] ---> 1f1c2c62d5d5 [2020-12-03T07:42:00.739Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T07:42:01.024Z] ---> Running in 2f35b2de4621 [2020-12-03T07:42:02.010Z] ---> 14f7d4084c2f [2020-12-03T07:42:02.010Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T07:42:02.997Z] ---> 99a22b598605 [2020-12-03T07:42:02.997Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T07:42:04.458Z] ---> 29a5aa52813b [2020-12-03T07:42:04.458Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T07:42:04.458Z] Removing intermediate container 2f35b2de4621 [2020-12-03T07:42:04.458Z] ---> d58a4f20b671 [2020-12-03T07:42:04.458Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T07:42:04.458Z] ---> Running in eb3edd381d1e [2020-12-03T07:42:04.731Z] ---> Running in e40ce17d4964 [2020-12-03T07:42:05.339Z] Removing intermediate container e40ce17d4964 [2020-12-03T07:42:05.339Z] ---> d1b146c60a79 [2020-12-03T07:42:05.339Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T07:42:05.619Z] ---> Running in 65921f66f288 [2020-12-03T07:42:06.598Z] Removing intermediate container 65921f66f288 [2020-12-03T07:42:06.599Z] ---> 217754e7423a [2020-12-03T07:42:06.599Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T07:42:06.599Z] ---> Running in 5bc24e79d1bc [2020-12-03T07:42:07.588Z] Removing intermediate container 5bc24e79d1bc [2020-12-03T07:42:07.588Z] ---> b419b9a9c12d [2020-12-03T07:42:07.588Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T07:42:07.883Z] Removing intermediate container eb3edd381d1e [2020-12-03T07:42:07.883Z] ---> 90eb4ae1d630 [2020-12-03T07:42:07.883Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T07:42:09.903Z] ---> b21e2e2e9814 [2020-12-03T07:42:09.903Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T07:42:09.903Z] ---> 8c12194dc0df [2020-12-03T07:42:09.903Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T07:42:09.903Z] ---> Running in a19b47075015 [2020-12-03T07:42:11.355Z] ---> 722d657b18b1 [2020-12-03T07:42:11.355Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T07:42:12.347Z] ---> 8b717817bea6 [2020-12-03T07:42:12.347Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T07:42:12.621Z] ---> Running in 7a5cbd0442d2 [2020-12-03T07:42:12.909Z] Removing intermediate container a19b47075015 [2020-12-03T07:42:12.909Z] ---> a066cc33df7e [2020-12-03T07:42:12.909Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T07:42:12.909Z] ---> Running in 41092c3ac60a [2020-12-03T07:42:14.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:42:14.363Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:42:15.358Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T07:42:15.358Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T07:42:15.358Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T07:42:15.358Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T07:42:15.358Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T07:42:15.358Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T07:42:15.358Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T07:42:16.802Z] Removing intermediate container 41092c3ac60a [2020-12-03T07:42:16.802Z] ---> 8a951dfa9f9b [2020-12-03T07:42:16.802Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T07:42:17.081Z] ---> Running in 803f7e2cac4b [2020-12-03T07:42:17.357Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T07:42:17.357Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T07:42:17.357Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T07:42:17.357Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T07:42:17.357Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T07:42:17.357Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T07:42:17.631Z] Removing intermediate container 3790a88b7641 [2020-12-03T07:42:17.631Z] ---> ede3a9965391 [2020-12-03T07:42:17.631Z] [2020-12-03T07:42:17.631Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T07:42:17.631Z] ---> 536a684cf733 [2020-12-03T07:42:17.631Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T07:42:17.631Z] ---> Using cache [2020-12-03T07:42:17.631Z] ---> 22ac1f121d1d [2020-12-03T07:42:17.631Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T07:42:17.631Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T07:42:17.906Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T07:42:17.906Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T07:42:17.906Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T07:42:17.906Z] Removing intermediate container 803f7e2cac4b [2020-12-03T07:42:17.906Z] ---> 498d16491e1f [2020-12-03T07:42:17.906Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T07:42:17.906Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T07:42:17.906Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T07:42:17.906Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T07:42:17.906Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T07:42:18.182Z] ---> Running in f763fb2447c0 [2020-12-03T07:42:18.182Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T07:42:18.182Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T07:42:18.182Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T07:42:18.182Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T07:42:18.182Z] ---> Running in dc8ab3249760 [2020-12-03T07:42:18.182Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T07:42:18.182Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T07:42:18.182Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T07:42:18.182Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T07:42:18.462Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T07:42:18.462Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T07:42:18.462Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T07:42:18.462Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T07:42:18.462Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:42:18.462Z] OK: 71 MiB in 55 packages [2020-12-03T07:42:18.742Z] Removing intermediate container f763fb2447c0 [2020-12-03T07:42:18.742Z] ---> 73cf14f2a62e [2020-12-03T07:42:18.742Z] Step 13/22 : WORKDIR / [2020-12-03T07:42:18.742Z] ---> Running in c4130ff45272 [2020-12-03T07:42:18.742Z] Removing intermediate container dc8ab3249760 [2020-12-03T07:42:18.742Z] ---> 3e8157abba01 [2020-12-03T07:42:18.742Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T07:42:19.024Z] ---> Running in 4163fc52cda5 [2020-12-03T07:42:19.626Z] Removing intermediate container c4130ff45272 [2020-12-03T07:42:19.626Z] ---> c1bdca171ce7 [2020-12-03T07:42:19.626Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T07:42:19.626Z] Removing intermediate container 4163fc52cda5 [2020-12-03T07:42:19.626Z] ---> b6bc586120d6 [2020-12-03T07:42:19.626Z] Step 28/29 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:42:19.902Z] ---> Running in 6e80ac535c6c [2020-12-03T07:42:20.508Z] ---> 8d1790ad42f2 [2020-12-03T07:42:20.508Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T07:42:20.508Z] Removing intermediate container 6e80ac535c6c [2020-12-03T07:42:20.508Z] ---> 7853ed086280 [2020-12-03T07:42:20.508Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T07:42:20.782Z] ---> Running in cfd93033128f [2020-12-03T07:42:21.771Z] Removing intermediate container cfd93033128f [2020-12-03T07:42:21.771Z] ---> 2a6af1b5f034 [2020-12-03T07:42:21.771Z] [2020-12-03T07:42:21.771Z] ---> 8adf0a3da6b4 [2020-12-03T07:42:21.771Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T07:42:22.052Z] Successfully built 2a6af1b5f034 [2020-12-03T07:42:22.052Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T07:42:23.039Z]  Building docker-security-secrets-setup-go ... done  ---> 0c18f72fefba [2020-12-03T07:42:23.039Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T07:42:24.031Z] ---> 27b6fc6fa6b1 [2020-12-03T07:42:24.031Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T07:42:24.031Z] ---> Running in 4e2766fe4580 [2020-12-03T07:42:25.477Z] Removing intermediate container 7a5cbd0442d2 [2020-12-03T07:42:25.477Z] ---> 0d86f6237032 [2020-12-03T07:42:25.477Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T07:42:25.477Z] ---> Running in 85a2129ab5db [2020-12-03T07:42:26.472Z] Removing intermediate container 4e2766fe4580 [2020-12-03T07:42:26.472Z] ---> 4c3809919216 [2020-12-03T07:42:26.472Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T07:42:26.746Z] ---> Running in 2e3e8519f905 [2020-12-03T07:42:27.343Z] Removing intermediate container 2e3e8519f905 [2020-12-03T07:42:27.343Z] ---> 12cb9e355be2 [2020-12-03T07:42:27.343Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T07:42:27.343Z] ---> Running in 0b34a65df57f [2020-12-03T07:42:27.941Z] Removing intermediate container 0b34a65df57f [2020-12-03T07:42:27.941Z] ---> c7d8e1efb0c0 [2020-12-03T07:42:27.941Z] Step 21/22 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:42:27.941Z] ---> Running in fd29a2a1c9c6 [2020-12-03T07:42:28.544Z] Removing intermediate container fd29a2a1c9c6 [2020-12-03T07:42:28.544Z] ---> 169112f05288 [2020-12-03T07:42:28.545Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T07:42:28.545Z] ---> Running in c63e912fa777 [2020-12-03T07:42:29.147Z] Removing intermediate container c63e912fa777 [2020-12-03T07:42:29.147Z] ---> d2f09e7413bb [2020-12-03T07:42:29.147Z] [2020-12-03T07:42:29.422Z] Successfully built d2f09e7413bb [2020-12-03T07:42:29.697Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T07:42:31.675Z]  Building docker-security-bootstrap-redis-go ... done Collecting docker-compose==1.23.2 [2020-12-03T07:42:31.675Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T07:42:31.975Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T07:42:31.975Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T07:42:34.668Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T07:42:34.668Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T07:42:35.641Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T07:42:35.641Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T07:42:36.234Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T07:42:36.234Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T07:42:38.845Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T07:42:38.845Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T07:42:38.845Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T07:42:39.118Z] Collecting PyYAML<4,>=3.10 [2020-12-03T07:42:39.390Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T07:42:42.772Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T07:42:42.772Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T07:42:46.150Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T07:42:46.150Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T07:42:46.422Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T07:42:46.422Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T07:42:46.692Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T07:42:46.965Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T07:42:47.562Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T07:42:47.562Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T07:42:47.836Z] Collecting idna<2.8,>=2.5 [2020-12-03T07:42:47.836Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T07:42:48.107Z] 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) [2020-12-03T07:42:48.107Z] 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) [2020-12-03T07:42:48.107Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T07:42:48.107Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T07:42:48.107Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T07:42:48.107Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T07:42:49.085Z] Installing collected packages: docopt, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, PyYAML, dockerpty, cached-property, docker-compose [2020-12-03T07:42:49.085Z] Running setup.py install for docopt: started [2020-12-03T07:42:51.703Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T07:42:52.298Z] Attempting uninstall: urllib3 [2020-12-03T07:42:52.298Z] Found existing installation: urllib3 1.25.9 [2020-12-03T07:42:52.298Z] Uninstalling urllib3-1.25.9: [2020-12-03T07:42:52.298Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T07:42:52.909Z] Attempting uninstall: idna [2020-12-03T07:42:52.909Z] Found existing installation: idna 2.9 [2020-12-03T07:42:52.909Z] Uninstalling idna-2.9: [2020-12-03T07:42:52.909Z] Successfully uninstalled idna-2.9 [2020-12-03T07:42:53.522Z] Attempting uninstall: requests [2020-12-03T07:42:53.522Z] Found existing installation: requests 2.23.0 [2020-12-03T07:42:53.522Z] Uninstalling requests-2.23.0: [2020-12-03T07:42:53.796Z] Successfully uninstalled requests-2.23.0 [2020-12-03T07:42:54.776Z] Running setup.py install for texttable: started [2020-12-03T07:42:57.387Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T07:42:57.387Z] Running setup.py install for PyYAML: started [2020-12-03T07:42:59.358Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T07:42:59.358Z] Running setup.py install for dockerpty: started [2020-12-03T07:43:01.979Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T07:43:02.575Z] 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 [2020-12-03T07:43:06.889Z] Removing intermediate container 85a2129ab5db [2020-12-03T07:43:06.889Z] ---> 8bb50d2692f6 [2020-12-03T07:43:06.889Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T07:43:06.889Z] ---> Running in 1887ae7ec55f [2020-12-03T07:43:07.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T07:43:07.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T07:43:08.464Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T07:43:08.464Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T07:43:08.738Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T07:43:08.738Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T07:43:08.738Z] OK: 71 MiB in 58 packages [2020-12-03T07:43:10.177Z] Removing intermediate container 1887ae7ec55f [2020-12-03T07:43:10.177Z] ---> cd18593f9cb2 [2020-12-03T07:43:10.177Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T07:43:10.177Z] ---> Running in a2e7b27de558 [2020-12-03T07:43:10.452Z] Removing intermediate container a2e7b27de558 [2020-12-03T07:43:10.452Z] ---> 9fe53c90e5df [2020-12-03T07:43:10.452Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T07:43:10.728Z] ---> Running in 0ae91a635b04 [2020-12-03T07:43:11.004Z] Removing intermediate container 0ae91a635b04 [2020-12-03T07:43:11.004Z] ---> e5a4c6735453 [2020-12-03T07:43:11.004Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T07:43:11.280Z] ---> Running in 0630f264a346 [2020-12-03T07:43:11.875Z] Removing intermediate container 0630f264a346 [2020-12-03T07:43:11.875Z] ---> 09c23e5ca176 [2020-12-03T07:43:11.875Z] Step 26/27 : LABEL git_sha=5aea6bf3d26e7c185d5c6bec3e24362cb537e739 [2020-12-03T07:43:11.875Z] ---> Running in db233daa52a1 [2020-12-03T07:43:12.470Z] Removing intermediate container db233daa52a1 [2020-12-03T07:43:12.470Z] ---> f3d60c9fce10 [2020-12-03T07:43:12.470Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T07:43:12.470Z] ---> Running in c3bd21a6b085 [2020-12-03T07:43:13.069Z] Removing intermediate container c3bd21a6b085 [2020-12-03T07:43:13.069Z] ---> 565b6502385d [2020-12-03T07:43:13.069Z] [2020-12-03T07:43:13.343Z] Successfully built 565b6502385d [2020-12-03T07:43:13.620Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T07:43:13.911Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T07:43:13.896Z] $ docker stop --time=1 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d [2020-12-03T07:43:15.850Z] $ docker rm -f 5f9123a5bd5b7b395cca76d4bda909b7f5bd32265fa4acaa902062b91dd3998d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T07:43:16.561Z] + docker images [2020-12-03T07:43:16.561Z] + grep docker [2020-12-03T07:43:16.832Z] docker-sys-mgmt-agent-go-arm64 latest 565b6502385d 4 seconds ago 273MB [2020-12-03T07:43:16.832Z] docker-security-bootstrap-redis-go-arm64 latest d2f09e7413bb 48 seconds ago 15.2MB [2020-12-03T07:43:16.832Z] docker-security-secrets-setup-go-arm64 latest 2a6af1b5f034 55 seconds ago 22.7MB [2020-12-03T07:43:16.832Z] docker-security-secretstore-setup-go-arm64 latest 420108ac644f About a minute ago 23.5MB [2020-12-03T07:43:16.832Z] docker-security-proxy-setup-go-arm64 latest 16716bdf6327 About a minute ago 23.4MB [2020-12-03T07:43:16.832Z] docker-core-data-go-arm64 latest e3a4436829f4 2 minutes ago 22.3MB [2020-12-03T07:43:16.832Z] docker-core-metadata-go-arm64 latest a73739441d58 4 minutes ago 13.6MB [2020-12-03T07:43:16.832Z] docker-core-command-go-arm64 latest 7fc99d549996 4 minutes ago 11.4MB [2020-12-03T07:43:16.832Z] docker-support-notifications-go-arm64 latest cd3acd887d83 4 minutes ago 12.9MB [2020-12-03T07:43:16.832Z] docker-support-scheduler-go-arm64 latest 40f3b355f49a 4 minutes ago 11.5MB [2020-12-03T07:43:16.832Z] docker-support-logging-go-arm64 latest b6a09e51d2e3 5 minutes ago 10.6MB [2020-12-03T07:43:16.832Z] docker latest 84e3a507c27b 31 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:21.070Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:21.953Z] ---> package-listing.sh [2020-12-03T07:43:21.953Z] ++ facter osfamily [2020-12-03T07:43:21.953Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T07:43:21.953Z] + OS_FAMILY=redhat [2020-12-03T07:43:21.953Z] + workspace=/w/workspace/edgex-go/2 [2020-12-03T07:43:21.953Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T07:43:21.953Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T07:43:21.953Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T07:43:21.953Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T07:43:21.953Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-03T07:43:21.953Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T07:43:21.953Z] + case "${OS_FAMILY}" in [2020-12-03T07:43:21.953Z] + rpm -qa [2020-12-03T07:43:21.953Z] + sort [2020-12-03T07:43:27.279Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T07:43:27.279Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T07:43:27.279Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T07:43:27.279Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-03T07:43:27.279Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-03T07:43:27.279Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-03T07:43:27.293Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-03T07:43:27.591Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:43:27.899Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T07:43:27.899Z] [2020-12-03T07:43:27.899Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T07:43:28.257Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T07:43:28.258Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T07:43:28.258Z] df20fa9351a1: Pulling fs layer [2020-12-03T07:43:28.258Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T07:43:28.258Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T07:43:28.258Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T07:43:28.258Z] 93b61091891f: Pulling fs layer [2020-12-03T07:43:28.258Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T07:43:28.258Z] 5e14af77c1be: Pulling fs layer [2020-12-03T07:43:28.258Z] 01666e4c0597: Pulling fs layer [2020-12-03T07:43:28.258Z] aa168da1d23b: Pulling fs layer [2020-12-03T07:43:28.258Z] 46f8f816bc3b: Waiting [2020-12-03T07:43:28.258Z] 93b61091891f: Waiting [2020-12-03T07:43:28.258Z] 93b9cdb0e59b: Waiting [2020-12-03T07:43:28.258Z] 5e14af77c1be: Waiting [2020-12-03T07:43:28.258Z] 01666e4c0597: Waiting [2020-12-03T07:43:28.258Z] aa168da1d23b: Waiting [2020-12-03T07:43:28.258Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T07:43:28.258Z] 36b3adc4ff6f: Download complete [2020-12-03T07:43:28.525Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T07:43:28.525Z] 46f8f816bc3b: Download complete [2020-12-03T07:43:28.525Z] df20fa9351a1: Verifying Checksum [2020-12-03T07:43:28.525Z] df20fa9351a1: Download complete [2020-12-03T07:43:28.525Z] 93b9cdb0e59b: Download complete [2020-12-03T07:43:28.525Z] 5e14af77c1be: Verifying Checksum [2020-12-03T07:43:28.525Z] 5e14af77c1be: Download complete [2020-12-03T07:43:28.525Z] 01666e4c0597: Verifying Checksum [2020-12-03T07:43:28.525Z] 01666e4c0597: Download complete [2020-12-03T07:43:28.525Z] 93b61091891f: Download complete [2020-12-03T07:43:28.793Z] df20fa9351a1: Pull complete [2020-12-03T07:43:29.056Z] 36b3adc4ff6f: Pull complete [2020-12-03T07:43:29.321Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T07:43:29.321Z] 8ad3a11d3b57: Download complete [2020-12-03T07:43:30.282Z] 8ad3a11d3b57: Pull complete [2020-12-03T07:43:30.282Z] 46f8f816bc3b: Pull complete [2020-12-03T07:43:31.232Z] aa168da1d23b: Verifying Checksum [2020-12-03T07:43:31.232Z] aa168da1d23b: Download complete [2020-12-03T07:43:31.495Z] 93b61091891f: Pull complete [2020-12-03T07:43:31.760Z] 93b9cdb0e59b: Pull complete [2020-12-03T07:43:31.760Z] 5e14af77c1be: Pull complete [2020-12-03T07:43:32.021Z] 01666e4c0597: Pull complete [2020-12-03T07:43:42.091Z] aa168da1d23b: Pull complete [2020-12-03T07:43:42.091Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T07:43:42.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T07:43:42.091Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T07:43:42.298Z] prd-centos7-docker-4c-2g-14289 does not seem to be running inside a container [2020-12-03T07:43:42.354Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2020-12-03T07:43:46.466Z] $ docker top 31f597f2e56570e634686ff8e89d752505ee0f5a3dd7d059dee9abdb7417a216 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T07:43:47.033Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T07:43:47.337Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T07:43:47.664Z] + ls /var/log/sa-host [2020-12-03T07:43:47.664Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T07:43:47.664Z] file_magic: OK [2020-12-03T07:43:47.664Z] HZ: Using current value: 100 [2020-12-03T07:43:47.664Z] file_header: OK [2020-12-03T07:43:47.664Z] 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 [2020-12-03T07:43:47.664Z] Statistics: [2020-12-03T07:43:47.664Z] 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... [2020-12-03T07:43:47.664Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T07:43:47.664Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T07:43:47.664Z] file_magic: OK [2020-12-03T07:43:47.664Z] HZ: Using current value: 100 [2020-12-03T07:43:47.664Z] file_header: OK [2020-12-03T07:43:47.664Z] 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 [2020-12-03T07:43:47.664Z] Statistics: [2020-12-03T07:43:47.664Z] Hnuu...uuuununununu... [2020-12-03T07:43:47.664Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T07:43:48.326Z] provisioning config files... [2020-12-03T07:43:48.347Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7644951857698604495tmp [Pipeline] { [Pipeline] echo [2020-12-03T07:43:48.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:48.785Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T07:43:48.795Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T07:43:48.916Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:49.219Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T07:43:49.230Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:49.528Z] ---> sudo-logs.sh [2020-12-03T07:43:49.528Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T07:43:49.539Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:49.842Z] ---> job-cost.sh [2020-12-03T07:43:49.843Z] lf-activate-venv: SKIPPING [2020-12-03T07:43:49.843Z] INFO: No Stack... [2020-12-03T07:43:50.789Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T07:43:51.051Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T07:43:51.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T07:43:51.364Z] ---> logs-deploy.sh [2020-12-03T07:43:51.364Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/2 [2020-12-03T07:43:51.364Z] INFO: archiving workspace using pattern(s): [2020-12-03T07:43:52.750Z] Archives upload complete. [2020-12-03T07:43:52.750Z] INFO: archiving logs to Nexus