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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 rather than 9afced1f6966ba240c04c983fee117c0b614922b Obtained Jenkinsfile from 0163c92eb67c845bff5e90a4dc6407d0e1146c78 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 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-14443’ Running on prd-centos7-docker-4c-2g-14445 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b Merge succeeded, producing 1e323e510a116749d1afb4156ad19742f363f26f Checking out Revision 1e323e510a116749d1afb4156ad19742f363f26f (PR-2920) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1e323e510a116749d1afb4156ad19742f363f26f # timeout=10 Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T03:48:53.440Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T03:48:53.713Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T03:48:53.829Z] ========================================================= [2020-12-04T03:48:53.829Z] EdgeX Global Pipelines Version Info [2020-12-04T03:48:53.829Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 [2020-12-04T03:48:55.379Z] ------------------- [2020-12-04T03:48:55.379Z] stable info: [2020-12-04T03:48:55.379Z] ------------------- [2020-12-04T03:48:55.379Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T03:48:55.379Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T03:48:55.379Z] Message: update stable to v1.0.169 [2020-12-04T03:48:56.328Z] ------------------- [2020-12-04T03:48:56.328Z] experimental info: [2020-12-04T03:48:56.328Z] ------------------- [2020-12-04T03:48:56.328Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T03:48:56.328Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T03:48:56.328Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T03:48:56.634Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-04T03:48:56.750Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-04T03:48:56.866Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T03:48:56.980Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T03:48:57.101Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T03:48:57.210Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T03:48:57.310Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T03:48:57.413Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-04T03:48:57.520Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-04T03:48:57.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-04T03:48:57.743Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T03:48:57.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T03:48:57.964Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T03:48:58.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T03:48:58.187Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T03:48:58.293Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T03:48:58.395Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T03:48:58.498Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T03:48:58.616Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-04T03:48:58.718Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-04T03:48:58.816Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T03:48:58.943Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T03:48:59.113Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo [2020-12-04T03:48:59.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo [2020-12-04T03:48:59.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo [2020-12-04T03:48:59.480Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1e323e510a116749d1afb4156ad19742f363f26f [Pipeline] echo [2020-12-04T03:48:59.627Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1e323e5 [Pipeline] echo [2020-12-04T03:48:59.770Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T03:48:59.969Z] provisioning config files... [2020-12-04T03:49:00.008Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4476032966808025504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T03:49:00.432Z] ---> docker-login.sh [2020-12-04T03:49:00.432Z] nexus3.edgexfoundry.org:10001 [2020-12-04T03:49:00.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:49:00.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:49:00.990Z] Configure a credential helper to remove this warning. See [2020-12-04T03:49:00.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:49:00.990Z] [2020-12-04T03:49:00.990Z] Login Succeeded [2020-12-04T03:49:00.990Z] nexus3.edgexfoundry.org:10002 [2020-12-04T03:49:00.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:49:01.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:49:01.269Z] Configure a credential helper to remove this warning. See [2020-12-04T03:49:01.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:49:01.269Z] [2020-12-04T03:49:01.269Z] Login Succeeded [2020-12-04T03:49:01.269Z] nexus3.edgexfoundry.org:10003 [2020-12-04T03:49:01.269Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:49:01.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:49:01.269Z] Configure a credential helper to remove this warning. See [2020-12-04T03:49:01.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:49:01.269Z] [2020-12-04T03:49:01.269Z] Login Succeeded [2020-12-04T03:49:01.269Z] nexus3.edgexfoundry.org:10004 [2020-12-04T03:49:01.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:49:01.556Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:49:01.556Z] Configure a credential helper to remove this warning. See [2020-12-04T03:49:01.556Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:49:01.556Z] [2020-12-04T03:49:01.556Z] Login Succeeded [2020-12-04T03:49:01.556Z] docker.io [2020-12-04T03:49:01.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:49:02.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:49:02.155Z] Configure a credential helper to remove this warning. See [2020-12-04T03:49:02.155Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:49:02.155Z] [2020-12-04T03:49:02.155Z] Login Succeeded [2020-12-04T03:49:02.155Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T03:49:02.173Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T03:49:02.775Z] ++ 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-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/core-command/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/core-data/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-04T03:49:02.775Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:49:02.775Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-04T03:49:02.775Z] ++ cut -d/ -f2 [2020-12-04T03:49:02.775Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T03:49:02.871Z] 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-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-04T03:49:03.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:49:03.807Z] [2020-12-04T03:49:03.807Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:49:04.160Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:49:04.161Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T03:49:04.161Z] 31603596830f: Pulling fs layer [2020-12-04T03:49:04.161Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T03:49:04.161Z] 6ca5941a6612: Pulling fs layer [2020-12-04T03:49:04.161Z] ecc8261a40a4: Pulling fs layer [2020-12-04T03:49:04.161Z] ecc8261a40a4: Waiting [2020-12-04T03:49:04.161Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T03:49:04.161Z] 2a8b12db71e7: Download complete [2020-12-04T03:49:04.422Z] 31603596830f: Verifying Checksum [2020-12-04T03:49:04.422Z] 31603596830f: Download complete [2020-12-04T03:49:04.422Z] ecc8261a40a4: Verifying Checksum [2020-12-04T03:49:04.422Z] ecc8261a40a4: Download complete [2020-12-04T03:49:04.422Z] 6ca5941a6612: Verifying Checksum [2020-12-04T03:49:04.422Z] 6ca5941a6612: Download complete [2020-12-04T03:49:04.683Z] 31603596830f: Pull complete [2020-12-04T03:49:04.949Z] 2a8b12db71e7: Pull complete [2020-12-04T03:49:05.526Z] 6ca5941a6612: Pull complete [2020-12-04T03:49:05.787Z] ecc8261a40a4: Pull complete [2020-12-04T03:49:05.787Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T03:49:05.787Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:49:05.787Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T03:49:05.890Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T03:49:05.944Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T03:49:08.503Z] $ docker top bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T03:49:08.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T03:49:08.834Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T03:49:09.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T03:49:09.069Z] $ docker exec bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent [2020-12-04T03:49:09.239Z] SSH_AUTH_SOCK=/tmp/ssh-L9I7f1EXlNUY/agent.11 [2020-12-04T03:49:09.239Z] SSH_AGENT_PID=16 [2020-12-04T03:49:09.252Z] Running ssh-add (command line suppressed) [2020-12-04T03:49:09.375Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_7844321731737282368.key (/w/workspace/edgex-go/6@tmp/private_key_7844321731737282368.key) [2020-12-04T03:49:09.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T03:49:09.824Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T03:49:09.887Z] $ docker exec --env ******** --env ******** bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent -k [2020-12-04T03:49:10.001Z] unset SSH_AUTH_SOCK; [2020-12-04T03:49:10.001Z] unset SSH_AGENT_PID; [2020-12-04T03:49:10.001Z] echo Agent pid 16 killed; [2020-12-04T03:49:10.059Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T03:49:10.240Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T03:49:10.240Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T03:49:10.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T03:49:10.439Z] $ docker exec bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent [2020-12-04T03:49:10.605Z] SSH_AUTH_SOCK=/tmp/ssh-8Rk3TP4oYKPD/agent.46 [2020-12-04T03:49:10.605Z] SSH_AGENT_PID=51 [2020-12-04T03:49:10.629Z] Running ssh-add (command line suppressed) [2020-12-04T03:49:10.754Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_8985146192747181711.key (/w/workspace/edgex-go/6@tmp/private_key_8985146192747181711.key) [2020-12-04T03:49:10.824Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T03:49:11.224Z] + git semver init [2020-12-04T03:49:11.224Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T03:49:11.224Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-12-04T03:49:11.224Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-12-04T03:49:11.224Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T03:49:11.224Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T03:49:11.224Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T03:49:11.224Z] # $SEMVER_BRANCH = PR-2920 [2020-12-04T03:49:11.224Z] # $SEMVER_TEMP = /tmp/semver-209509470 [2020-12-04T03:49:11.224Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-04T03:49:33.393Z] # '/tmp/semver-209509470' -> '/w/workspace/edgex-go/6/.semver' [2020-12-04T03:49:33.393Z] # -> Force: false [2020-12-04T03:49:33.393Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-12-04T03:49:33.414Z] $ docker exec --env ******** --env ******** bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed ssh-agent -k [2020-12-04T03:49:33.594Z] unset SSH_AUTH_SOCK; [2020-12-04T03:49:33.594Z] unset SSH_AGENT_PID; [2020-12-04T03:49:33.595Z] echo Agent pid 51 killed; [2020-12-04T03:49:33.675Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T03:49:34.207Z] + git semver [Pipeline] } [2020-12-04T03:49:34.228Z] $ docker stop --time=1 bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed [2020-12-04T03:49:35.834Z] $ docker rm -f bcabb989d9b1ff49217d07bdcfbbb9bc4b6079201dc3624417b21b0c12b871ed [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T03:49:36.355Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T03:49:36.854Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T03:49:36.856Z] [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-04T03:49:37.766Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:49:38.067Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:49:38.370Z] + sudo service docker restart [2020-12-04T03:49:38.370Z] + true [2020-12-04T03:49:38.370Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-04T03:49:38.958Z] ========================================================= [2020-12-04T03:49:38.958Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T03:49:38.958Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:49:39.303Z] + 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-04T03:49:42.635Z] Sending build context to Docker daemon 326.2MB [2020-12-04T03:49:42.635Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T03:49:42.635Z] Step 2/7 : FROM ${BASE} [2020-12-04T03:49:42.635Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T03:49:42.635Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T03:49:42.635Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T03:49:42.635Z] de9db76c5a1d: Pulling fs layer [2020-12-04T03:49:42.635Z] bca2f99d35d6: Pulling fs layer [2020-12-04T03:49:42.635Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T03:49:42.635Z] 7c6f9722023f: Pulling fs layer [2020-12-04T03:49:42.635Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T03:49:42.635Z] bca2f99d35d6: Waiting [2020-12-04T03:49:42.635Z] 93359f2a8cfa: Waiting [2020-12-04T03:49:42.635Z] 7c6f9722023f: Waiting [2020-12-04T03:49:42.635Z] a35cf1a2eb13: Waiting [2020-12-04T03:49:42.635Z] de9db76c5a1d: Verifying Checksum [2020-12-04T03:49:42.635Z] de9db76c5a1d: Download complete [2020-12-04T03:49:42.910Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T03:49:42.910Z] 0ef7d3d256c8: Download complete [2020-12-04T03:49:42.910Z] 93359f2a8cfa: Download complete [2020-12-04T03:49:43.179Z] 7c6f9722023f: Verifying Checksum [2020-12-04T03:49:43.179Z] 7c6f9722023f: Download complete [2020-12-04T03:49:43.449Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T03:49:43.450Z] 188c0c94c7c5: Download complete [2020-12-04T03:49:43.720Z] 188c0c94c7c5: Pull complete [2020-12-04T03:49:43.985Z] 0ef7d3d256c8: Pull complete [2020-12-04T03:49:45.390Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T03:49:45.390Z] a35cf1a2eb13: Download complete [2020-12-04T03:49:45.390Z] de9db76c5a1d: Pull complete [2020-12-04T03:49:45.655Z] bca2f99d35d6: Verifying Checksum [2020-12-04T03:49:45.655Z] bca2f99d35d6: Download complete [2020-12-04T03:49:52.260Z] Still waiting to schedule task [2020-12-04T03:49:52.261Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-04T03:49:52.284Z] bca2f99d35d6: Pull complete [2020-12-04T03:49:52.284Z] 93359f2a8cfa: Pull complete [2020-12-04T03:49:52.284Z] 7c6f9722023f: Pull complete [2020-12-04T03:49:56.526Z] a35cf1a2eb13: Pull complete [2020-12-04T03:49:56.526Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T03:49:56.526Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T03:49:56.526Z] ---> a62c8e92a672 [2020-12-04T03:49:56.526Z] 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-04T03:49:56.526Z] ---> Running in 293ff53a7a53 [2020-12-04T03:49:57.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:49:58.051Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:49:58.634Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T03:49:58.897Z] (2/12) Installing file (5.38-r0) [2020-12-04T03:49:58.897Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T03:49:58.897Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T03:50:20.914Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T03:50:20.914Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T03:50:20.914Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T03:50:20.914Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T03:50:20.914Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T03:50:20.914Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T03:50:20.914Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T03:50:20.914Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T03:50:20.914Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:50:20.914Z] OK: 233 MiB in 51 packages [2020-12-04T03:50:23.495Z] Removing intermediate container 293ff53a7a53 [2020-12-04T03:50:23.495Z] ---> 2338f56e46e4 [2020-12-04T03:50:23.495Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T03:50:23.495Z] ---> Running in f939e43e4ee8 [2020-12-04T03:50:23.495Z] Removing intermediate container f939e43e4ee8 [2020-12-04T03:50:23.495Z] ---> cf5571c65f00 [2020-12-04T03:50:23.495Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T03:50:24.451Z] latest: Pulling from library/docker [2020-12-04T03:50:24.451Z] 188c0c94c7c5: Already exists [2020-12-04T03:50:24.451Z] 0c7c675703d6: Pulling fs layer [2020-12-04T03:50:24.451Z] cc8c12a437cb: Pulling fs layer [2020-12-04T03:50:24.451Z] f092543453df: Pulling fs layer [2020-12-04T03:50:24.451Z] 65b6bc45957d: Pulling fs layer [2020-12-04T03:50:24.451Z] 4de832df471b: Pulling fs layer [2020-12-04T03:50:24.451Z] 79aa7fa92271: Pulling fs layer [2020-12-04T03:50:24.451Z] 65b6bc45957d: Waiting [2020-12-04T03:50:24.451Z] 4de832df471b: Waiting [2020-12-04T03:50:24.451Z] 79aa7fa92271: Waiting [2020-12-04T03:50:24.718Z] 0c7c675703d6: Verifying Checksum [2020-12-04T03:50:24.718Z] 0c7c675703d6: Download complete [2020-12-04T03:50:24.718Z] 65b6bc45957d: Verifying Checksum [2020-12-04T03:50:24.718Z] 65b6bc45957d: Download complete [2020-12-04T03:50:24.718Z] 4de832df471b: Verifying Checksum [2020-12-04T03:50:24.718Z] 4de832df471b: Download complete [2020-12-04T03:50:24.718Z] 79aa7fa92271: Verifying Checksum [2020-12-04T03:50:24.718Z] 79aa7fa92271: Download complete [2020-12-04T03:50:24.995Z] 0c7c675703d6: Pull complete [2020-12-04T03:50:24.995Z] cc8c12a437cb: Pull complete [2020-12-04T03:50:25.607Z] f092543453df: Download complete [2020-12-04T03:50:28.183Z] f092543453df: Pull complete [2020-12-04T03:50:28.183Z] 65b6bc45957d: Pull complete [2020-12-04T03:50:28.450Z] 4de832df471b: Pull complete [2020-12-04T03:50:28.450Z] 79aa7fa92271: Pull complete [2020-12-04T03:50:28.450Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T03:50:28.450Z] Status: Downloaded newer image for docker:latest [2020-12-04T03:50:30.383Z] ---> 62f64edbcce0 [2020-12-04T03:50:30.383Z] Step 6/7 : COPY go.mod . [2020-12-04T03:50:30.383Z] ---> 78c8438f11d9 [2020-12-04T03:50:30.383Z] Step 7/7 : RUN go mod download [2020-12-04T03:50:30.383Z] ---> Running in 06a19429f329 [2020-12-04T03:50:52.456Z] Removing intermediate container 06a19429f329 [2020-12-04T03:50:52.456Z] ---> 4d0fbf852898 [2020-12-04T03:50:52.456Z] Successfully built 4d0fbf852898 [2020-12-04T03:50:52.456Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:50:52.784Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T03:50:52.784Z] . [Pipeline] withDockerContainer [2020-12-04T03:50:52.928Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T03:50:53.061Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T03:50:53.798Z] $ docker top 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:50:54.322Z] + go version [2020-12-04T03:50:54.322Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T03:50:54.341Z] $ docker stop --time=1 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 [2020-12-04T03:50:55.720Z] $ docker rm -f 4a0c1ac670da399b8ef87e5701b1d23fad52794d00105c0acbfd65440caf82b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:50:56.694Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T03:50:56.694Z] . [Pipeline] withDockerContainer [2020-12-04T03:50:56.820Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T03:50:56.873Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-04T03:50:57.446Z] $ docker top a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T03:50:57.673Z] ========================================================= [2020-12-04T03:50:57.673Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T03:50:57.673Z] ========================================================= [Pipeline] sh [2020-12-04T03:50:57.976Z] + make test [2020-12-04T03:50:57.976Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T03:51:08.067Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T03:51:20.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T03:51:27.269Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T03:51:27.879Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T03:51:27.879Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T03:51:27.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T03:51:27.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T03:51:27.879Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T03:51:30.913Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.046s [2020-12-04T03:51:30.913Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T03:51:30.913Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T03:51:31.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T03:51:31.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T03:51:31.191Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T03:51:31.191Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T03:51:32.439Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14446 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-04T03:51:32.502Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-04T03:51:34.651Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.080s coverage: 46.6% of statements [2020-12-04T03:51:34.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T03:51:34.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T03:51:34.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T03:51:34.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T03:51:34.651Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T03:51:37.592Z] using credential edgex-jenkins-ssh [2020-12-04T03:51:37.728Z] Cloning the remote Git repository [2020-12-04T03:51:37.796Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:51:37.921Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-04T03:51:38.011Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:51:38.011Z] > git --version # timeout=10 [2020-12-04T03:51:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.1% of statements [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T03:51:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T03:51:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.044s coverage: 100.0% of statements [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T03:51:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.398s coverage: 66.4% of statements [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T03:51:38.926Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.113s coverage: 82.7% of statements [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T03:51:38.926Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T03:51:38.031Z] > git --version # 'git version 2.17.1' [2020-12-04T03:51:38.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:51:38.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:51:39.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T03:51:39.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T03:51:39.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2020-12-04T03:51:39.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T03:51:40.526Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2020-12-04T03:51:40.526Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T03:51:40.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.108s coverage: 97.5% of statements [2020-12-04T03:51:40.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T03:51:40.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.088s coverage: 78.3% of statements [2020-12-04T03:51:40.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T03:51:40.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T03:51:40.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T03:51:40.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.292s coverage: 94.7% of statements [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2020-12-04T03:51:42.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.053s coverage: 75.5% of statements [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2020-12-04T03:51:42.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.088s coverage: 87.2% of statements [2020-12-04T03:51:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2020-12-04T03:51:43.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.032s coverage: 100.0% of statements [2020-12-04T03:51:43.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T03:51:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.190s coverage: 63.5% of statements [2020-12-04T03:51:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T03:51:44.026Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T03:51:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.042s coverage: 100.0% of statements [2020-12-04T03:51:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2020-12-04T03:51:44.026Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2020-12-04T03:51:44.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.028s coverage: 73.7% of statements [2020-12-04T03:51:44.570Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-12-04T03:51:45.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 55.9% of statements [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T03:51:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T03:51:52.519Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:51:52.531Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:51:52.557Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:51:52.589Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:51:52.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:51:52.599Z] > 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-04T03:51:53.353Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b [2020-12-04T03:51:54.122Z] Merge succeeded, producing c245aa0a24db32861af594f7620bc37071109388 [2020-12-04T03:51:54.123Z] Checking out Revision c245aa0a24db32861af594f7620bc37071109388 (PR-2920) [2020-12-04T03:51:53.379Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T03:51:53.392Z] > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # timeout=10 [2020-12-04T03:51:53.706Z] > git remote # timeout=10 [2020-12-04T03:51:53.720Z] > git config --get remote.origin.url # timeout=10 [2020-12-04T03:51:53.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:51:53.750Z] > git merge 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 [2020-12-04T03:51:54.112Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-04T03:51:54.137Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T03:51:54.153Z] > git checkout -f c245aa0a24db32861af594f7620bc37071109388 # timeout=10 [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 12.042s coverage: 86.3% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.134s coverage: 72.2% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.477s coverage: 72.1% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.046s coverage: 28.8% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.090s coverage: 37.2% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.1% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.074s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.636s coverage: 29.1% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.047s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T03:51:58.393Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.029s coverage: 32.1% of statements [2020-12-04T03:51:58.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-04T03:51:58.393Z] GO111MODULE=on go vet ./... [2020-12-04T03:51:58.558Z] Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" [2020-12-04T03:51:58.579Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T03:51:58.572Z] > git rev-list --no-walk a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 [2020-12-04T03:52:00.342Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:52:00.917Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:52:01.297Z] + sudo service docker restart [2020-12-04T03:52:01.297Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T03:52:03.468Z] provisioning config files... [2020-12-04T03:52:03.522Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config686433372650328176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T03:52:03.988Z] ---> docker-login.sh [2020-12-04T03:52:03.988Z] nexus3.edgexfoundry.org:10001 [2020-12-04T03:52:04.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:52:05.243Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:52:05.243Z] Configure a credential helper to remove this warning. See [2020-12-04T03:52:05.243Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:52:05.243Z] [2020-12-04T03:52:05.243Z] Login Succeeded [2020-12-04T03:52:05.243Z] nexus3.edgexfoundry.org:10002 [2020-12-04T03:52:05.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:52:05.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:52:05.798Z] Configure a credential helper to remove this warning. See [2020-12-04T03:52:05.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:52:05.798Z] [2020-12-04T03:52:05.798Z] Login Succeeded [2020-12-04T03:52:05.798Z] nexus3.edgexfoundry.org:10003 [2020-12-04T03:52:06.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:52:06.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:52:06.345Z] Configure a credential helper to remove this warning. See [2020-12-04T03:52:06.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:52:06.345Z] [2020-12-04T03:52:06.345Z] Login Succeeded [2020-12-04T03:52:06.345Z] nexus3.edgexfoundry.org:10004 [2020-12-04T03:52:06.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:52:06.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:52:06.892Z] Configure a credential helper to remove this warning. See [2020-12-04T03:52:06.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:52:06.892Z] [2020-12-04T03:52:06.892Z] Login Succeeded [2020-12-04T03:52:06.892Z] docker.io [2020-12-04T03:52:07.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:52:07.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:52:07.761Z] Configure a credential helper to remove this warning. See [2020-12-04T03:52:07.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:52:07.761Z] [2020-12-04T03:52:07.761Z] Login Succeeded [2020-12-04T03:52:07.761Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T03:52:07.783Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-04T03:52:08.291Z] ========================================================= [2020-12-04T03:52:08.291Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-04T03:52:08.291Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:52:08.681Z] + 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-04T03:52:10.668Z] Sending build context to Docker daemon 165.6MB [2020-12-04T03:52:10.945Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T03:52:10.945Z] Step 2/7 : FROM ${BASE} [2020-12-04T03:52:10.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-04T03:52:10.945Z] 5f621e34cdf4: Pulling fs layer [2020-12-04T03:52:10.945Z] a4357932f1b6: Pulling fs layer [2020-12-04T03:52:10.945Z] 18c013af1878: Pulling fs layer [2020-12-04T03:52:10.945Z] 00ac8860ef70: Pulling fs layer [2020-12-04T03:52:10.945Z] 63d7cb157983: Pulling fs layer [2020-12-04T03:52:10.945Z] b116817d02f9: Pulling fs layer [2020-12-04T03:52:10.945Z] 745a02a5169b: Pulling fs layer [2020-12-04T03:52:10.945Z] 00ac8860ef70: Waiting [2020-12-04T03:52:10.945Z] 63d7cb157983: Waiting [2020-12-04T03:52:10.945Z] b116817d02f9: Waiting [2020-12-04T03:52:10.945Z] 745a02a5169b: Waiting [2020-12-04T03:52:10.945Z] a4357932f1b6: Verifying Checksum [2020-12-04T03:52:10.945Z] a4357932f1b6: Download complete [2020-12-04T03:52:10.945Z] 18c013af1878: Verifying Checksum [2020-12-04T03:52:10.945Z] 18c013af1878: Download complete [2020-12-04T03:52:10.945Z] 63d7cb157983: Verifying Checksum [2020-12-04T03:52:10.945Z] 63d7cb157983: Download complete [2020-12-04T03:52:10.945Z] 5f621e34cdf4: Verifying Checksum [2020-12-04T03:52:10.945Z] 5f621e34cdf4: Download complete [2020-12-04T03:52:11.546Z] b116817d02f9: Verifying Checksum [2020-12-04T03:52:11.546Z] b116817d02f9: Download complete [2020-12-04T03:52:12.539Z] 5f621e34cdf4: Pull complete [2020-12-04T03:52:12.819Z] a4357932f1b6: Pull complete [2020-12-04T03:52:13.431Z] 18c013af1878: Pull complete [2020-12-04T03:52:14.449Z] 745a02a5169b: Download complete [2020-12-04T03:52:15.046Z] 00ac8860ef70: Verifying Checksum [2020-12-04T03:52:15.046Z] 00ac8860ef70: Download complete [2020-12-04T03:52:25.208Z] gofmt -l . [2020-12-04T03:52:25.208Z] [ "`gofmt -l .`" = "" ] [2020-12-04T03:52:25.208Z] ./bin/test-go-mod-tidy.sh [2020-12-04T03:52:25.208Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-04T03:52:25.230Z] 00ac8860ef70: Pull complete [2020-12-04T03:52:25.508Z] 63d7cb157983: Pull complete [2020-12-04T03:52:25.523Z] + ls -al . [2020-12-04T03:52:25.523Z] total 648 [2020-12-04T03:52:25.523Z] drwxrwxr-x 10 1001 1001 4096 Dec 4 03:52 . [2020-12-04T03:52:25.523Z] drwxr-xr-x 4 root root 28 Dec 4 03:50 .. [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 03:48 .dockerignore [2020-12-04T03:52:25.523Z] drwxrwxr-x 8 1001 1001 179 Dec 4 03:48 .git [2020-12-04T03:52:25.523Z] drwxrwxr-x 3 1001 1001 125 Dec 4 03:48 .github [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 03:48 .gitignore [2020-12-04T03:52:25.523Z] drwx------ 3 1001 1001 47 Dec 4 03:49 .semver [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 03:48 .sonarcloud.properties [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:48 CONTRIBUTING.md [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:48 Dockerfile.build [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 03:48 Jenkinsfile [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:48 LICENSE [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:48 Makefile [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:48 README.md [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 03:48 SECURITY.md [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 5 Dec 4 03:49 VERSION [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:48 ZMQWindows.md [2020-12-04T03:52:25.523Z] drwxrwxr-x 2 1001 1001 117 Dec 4 03:48 bin [2020-12-04T03:52:25.523Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 03:48 cmd [2020-12-04T03:52:25.523Z] -rw-r--r-- 1 root root 555226 Dec 4 03:51 coverage.out [2020-12-04T03:52:25.523Z] -rw-r--r-- 1 root root 1041 Dec 4 03:52 go.mod [2020-12-04T03:52:25.523Z] -rw-r--r-- 1 root root 18856 Dec 4 03:52 go.sum [2020-12-04T03:52:25.523Z] drwxrwxr-x 8 1001 1001 127 Dec 4 03:48 internal [2020-12-04T03:52:25.523Z] drwxrwxr-x 4 1001 1001 26 Dec 4 03:48 openapi [2020-12-04T03:52:25.523Z] drwxrwxr-x 4 1001 1001 71 Dec 4 03:48 snap [2020-12-04T03:52:25.523Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 03:48 version.go [Pipeline] sh [2020-12-04T03:52:25.839Z] + '[' -e coverage.out ] [2020-12-04T03:52:25.839Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T03:52:26.050Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T03:52:26.108Z] b116817d02f9: Pull complete [2020-12-04T03:52:26.357Z] + make build [2020-12-04T03:52:26.357Z] 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-04T03:52:30.476Z] 745a02a5169b: Pull complete [2020-12-04T03:52:30.476Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-04T03:52:30.476Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-04T03:52:30.476Z] ---> b7e6874047d6 [2020-12-04T03:52:30.476Z] 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-04T03:52:30.616Z] 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-04T03:52:33.105Z] ---> Running in 2069d835a021 [2020-12-04T03:52:34.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T03:52:35.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T03:52:37.520Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T03:52:37.793Z] (2/12) Installing file (5.38-r0) [2020-12-04T03:52:37.793Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T03:52:38.067Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T03:52:38.932Z] 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-04T03:52:39.888Z] 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-04T03:52:41.293Z] 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-04T03:52:41.558Z] 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-04T03:52:42.973Z] 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-04T03:52:44.409Z] 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-04T03:52:45.386Z] 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-04T03:52:46.802Z] 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-04T03:52:47.780Z] 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-04T03:52:48.788Z] 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-04T03:52:50.229Z] 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-04T03:52:51.331Z] $ docker stop --time=1 a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 [2020-12-04T03:52:52.925Z] $ docker rm -f a798e8bec1e6c646da88db2332a1c471bcd24752e4168143c87e798112b5eb75 [2020-12-04T03:52:53.156Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T03:52:53.156Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T03:52:53.156Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T03:52:53.156Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T03:52:53.156Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T03:52:53.156Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T03:52:53.156Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T03:52:53.156Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T03:52:53.156Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:52:53.156Z] OK: 217 MiB in 51 packages [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:52:54.953Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:52:54.953Z] [2020-12-04T03:52:54.953Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:52:55.385Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:52:55.385Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-04T03:52:55.385Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-04T03:52:55.385Z] ca9280d653b3: Pulling fs layer [2020-12-04T03:52:55.385Z] 7e9c9ca2126c: Pulling fs layer [2020-12-04T03:52:55.664Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-04T03:52:55.664Z] cbdbe7a5bc2a: Download complete [2020-12-04T03:52:55.813Z] Removing intermediate container 2069d835a021 [2020-12-04T03:52:55.813Z] ---> 0547223d6b09 [2020-12-04T03:52:55.813Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T03:52:55.813Z] ---> Running in 7db3fd024b62 [2020-12-04T03:52:56.129Z] Removing intermediate container 7db3fd024b62 [2020-12-04T03:52:56.129Z] ---> a301192d20dc [2020-12-04T03:52:56.129Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T03:52:56.252Z] cbdbe7a5bc2a: Pull complete [2020-12-04T03:52:56.515Z] ca9280d653b3: Verifying Checksum [2020-12-04T03:52:56.515Z] ca9280d653b3: Download complete [2020-12-04T03:52:57.138Z] latest: Pulling from library/docker [2020-12-04T03:52:57.138Z] 5f621e34cdf4: Already exists [2020-12-04T03:52:57.138Z] 85db56a05063: Pulling fs layer [2020-12-04T03:52:57.138Z] ccb67d6aeaaa: Pulling fs layer [2020-12-04T03:52:57.138Z] de930078acea: Pulling fs layer [2020-12-04T03:52:57.139Z] d5a9d88a4785: Pulling fs layer [2020-12-04T03:52:57.139Z] e7f15c1544d5: Pulling fs layer [2020-12-04T03:52:57.139Z] 877c515997d3: Pulling fs layer [2020-12-04T03:52:57.139Z] d5a9d88a4785: Waiting [2020-12-04T03:52:57.139Z] e7f15c1544d5: Waiting [2020-12-04T03:52:57.139Z] 877c515997d3: Waiting [2020-12-04T03:52:57.418Z] ccb67d6aeaaa: Verifying Checksum [2020-12-04T03:52:57.418Z] ccb67d6aeaaa: Download complete [2020-12-04T03:52:57.418Z] 85db56a05063: Verifying Checksum [2020-12-04T03:52:57.418Z] 85db56a05063: Download complete [2020-12-04T03:52:57.418Z] d5a9d88a4785: Verifying Checksum [2020-12-04T03:52:57.418Z] d5a9d88a4785: Download complete [2020-12-04T03:52:57.472Z] ca9280d653b3: Pull complete [2020-12-04T03:52:57.695Z] e7f15c1544d5: Verifying Checksum [2020-12-04T03:52:57.695Z] e7f15c1544d5: Download complete [2020-12-04T03:52:57.695Z] 877c515997d3: Verifying Checksum [2020-12-04T03:52:57.695Z] 877c515997d3: Download complete [2020-12-04T03:52:57.735Z] 7e9c9ca2126c: Verifying Checksum [2020-12-04T03:52:57.735Z] 7e9c9ca2126c: Download complete [2020-12-04T03:52:58.306Z] 85db56a05063: Pull complete [2020-12-04T03:52:58.583Z] ccb67d6aeaaa: Pull complete [2020-12-04T03:52:59.257Z] de930078acea: Verifying Checksum [2020-12-04T03:52:59.257Z] de930078acea: Download complete [2020-12-04T03:53:02.805Z] de930078acea: Pull complete [2020-12-04T03:53:02.805Z] d5a9d88a4785: Pull complete [2020-12-04T03:53:03.398Z] e7f15c1544d5: Pull complete [2020-12-04T03:53:03.671Z] 877c515997d3: Pull complete [2020-12-04T03:53:03.671Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T03:53:03.671Z] Status: Downloaded newer image for docker:latest [2020-12-04T03:53:04.430Z] 7e9c9ca2126c: Pull complete [2020-12-04T03:53:04.430Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-04T03:53:04.430Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:53:04.430Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-04T03:53:04.563Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T03:53:04.618Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T03:53:07.069Z] ---> 00e340bb0535 [2020-12-04T03:53:07.069Z] Step 6/7 : COPY go.mod . [2020-12-04T03:53:07.342Z] ---> 88c5a1e2b536 [2020-12-04T03:53:07.342Z] Step 7/7 : RUN go mod download [2020-12-04T03:53:07.428Z] $ docker top 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d -eo pid,comm [2020-12-04T03:53:07.615Z] ---> Running in 98e14b019a2f [Pipeline] { [Pipeline] sh [2020-12-04T03:53:08.100Z] + docker-compose build --help [2020-12-04T03:53:08.100Z] + grep parallel [2020-12-04T03:53:09.071Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T03:53:09.092Z] $ docker stop --time=1 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d [2020-12-04T03:53:10.419Z] $ docker rm -f 6dcf6a70b32d9aca526edede295eee0a354dc9e0cb7993d0d74d47e1e377db1d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:53:11.074Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:53:11.074Z] . [Pipeline] withDockerContainer [2020-12-04T03:53:11.176Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T03:53:11.229Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-04T03:53:11.879Z] $ docker top 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:53:12.404Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T03:53:13.352Z] Building docker-core-command-go ... [2020-12-04T03:53:13.352Z] Building docker-core-data-go ... [2020-12-04T03:53:13.352Z] Building docker-core-metadata-go ... [2020-12-04T03:53:13.352Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T03:53:13.352Z] Building docker-security-proxy-setup-go ... [2020-12-04T03:53:13.352Z] Building docker-security-secrets-setup-go ... [2020-12-04T03:53:13.352Z] Building docker-security-secretstore-setup-go ... [2020-12-04T03:53:13.352Z] Building docker-support-notifications-go ... [2020-12-04T03:53:13.352Z] Building docker-support-scheduler-go ... [2020-12-04T03:53:13.352Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T03:53:13.352Z] Building docker-security-bootstrap-redis-go [2020-12-04T03:53:13.352Z] Building docker-security-secretstore-setup-go [2020-12-04T03:53:13.352Z] Building docker-sys-mgmt-agent-go [2020-12-04T03:53:13.352Z] Building docker-security-secrets-setup-go [2020-12-04T03:53:13.352Z] Building docker-core-data-go [2020-12-04T03:53:34.456Z] Removing intermediate container 98e14b019a2f [2020-12-04T03:53:34.456Z] ---> ad73217958d9 [2020-12-04T03:53:34.456Z] Successfully built ad73217958d9 [2020-12-04T03:53:34.456Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:53:34.816Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T03:53:34.816Z] . [Pipeline] withDockerContainer [2020-12-04T03:53:36.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container [2020-12-04T03:53:36.370Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-04T03:53:37.870Z] $ docker top e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:53:38.967Z] + go version [2020-12-04T03:53:38.967Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-04T03:53:39.007Z] $ docker stop --time=1 e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e [2020-12-04T03:53:40.913Z] $ docker rm -f e18e7f2f8744e91d11129a5a9d36facca364c2e0fa62ef4db7ac3c563ebd405e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:53:42.038Z] + docker inspect -f . ci-base-image-arm64 [2020-12-04T03:53:42.038Z] . [Pipeline] withDockerContainer [2020-12-04T03:53:42.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container [2020-12-04T03:53:42.386Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-04T03:53:43.776Z] $ docker top 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T03:53:44.165Z] ========================================================= [2020-12-04T03:53:44.165Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T03:53:44.165Z] ========================================================= [Pipeline] sh [2020-12-04T03:53:44.810Z] + make test [2020-12-04T03:53:44.810Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T03:53:46.276Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:53:46.276Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:53:46.276Z] ---> 4d0fbf852898 [2020-12-04T03:53:46.276Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T03:53:46.276Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:53:46.276Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:53:46.276Z] ---> 4d0fbf852898 [2020-12-04T03:53:46.276Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T03:53:46.276Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:53:46.276Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:53:46.276Z] ---> 4d0fbf852898 [2020-12-04T03:53:46.276Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:53:46.276Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:53:46.276Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T03:53:46.276Z] ---> 4d0fbf852898 [2020-12-04T03:53:46.276Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T03:53:46.276Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:53:46.276Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:53:46.276Z] ---> 4d0fbf852898 [2020-12-04T03:53:46.276Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T03:53:46.276Z] ---> Running in e8b9da037b39 [2020-12-04T03:53:46.276Z] ---> Running in 74ae9aa101a9 [2020-12-04T03:53:46.276Z] ---> Running in 78c065dd7ae3 [2020-12-04T03:53:46.276Z] ---> Running in aed492bfae81 [2020-12-04T03:53:46.276Z] ---> Running in 74f5d9c0fa6e [2020-12-04T03:53:46.276Z] Removing intermediate container 74ae9aa101a9 [2020-12-04T03:53:46.276Z] ---> d2f606fb6202 [2020-12-04T03:53:46.276Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:53:46.276Z] Removing intermediate container e8b9da037b39 [2020-12-04T03:53:46.276Z] ---> 80b9973c8dbf [2020-12-04T03:53:46.276Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:53:46.547Z] Removing intermediate container aed492bfae81 [2020-12-04T03:53:46.547Z] ---> b5052219550a [2020-12-04T03:53:46.547Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:53:46.547Z] Removing intermediate container 78c065dd7ae3 [2020-12-04T03:53:46.547Z] ---> e003df1249ae [2020-12-04T03:53:46.547Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T03:53:46.547Z] Removing intermediate container 74f5d9c0fa6e [2020-12-04T03:53:46.547Z] ---> 5fa75a5096af [2020-12-04T03:53:46.547Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:53:46.547Z] ---> Running in f7b0e550dce8 [2020-12-04T03:53:46.547Z] ---> Running in 206a143b3915 [2020-12-04T03:53:46.547Z] ---> Running in cd5192fea2a6 [2020-12-04T03:53:46.547Z] ---> Running in 77428f21f761 [2020-12-04T03:53:46.547Z] ---> Running in e0980daf7192 [2020-12-04T03:53:47.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:48.246Z] Removing intermediate container 206a143b3915 [2020-12-04T03:53:48.246Z] ---> 1ed19159f6d3 [2020-12-04T03:53:48.246Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:53:48.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:48.508Z] ---> Running in db4a8a8fcd63 [2020-12-04T03:53:48.508Z] Removing intermediate container f7b0e550dce8 [2020-12-04T03:53:48.508Z] ---> 92252841e6f3 [2020-12-04T03:53:48.508Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T03:53:48.508Z] Removing intermediate container cd5192fea2a6 [2020-12-04T03:53:48.508Z] ---> f57f8123907e [2020-12-04T03:53:48.508Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T03:53:48.777Z] ---> Running in 0390a1d126ec [2020-12-04T03:53:48.777Z] ---> Running in d0ca01b3be8a [2020-12-04T03:53:48.777Z] Removing intermediate container e0980daf7192 [2020-12-04T03:53:48.777Z] ---> 9c3442ae3854 [2020-12-04T03:53:48.777Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T03:53:49.043Z] ---> Running in 6e195e13bcb0 [2020-12-04T03:53:49.043Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:53:49.043Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:53:49.043Z] OK: 12745 distinct packages available [2020-12-04T03:53:49.314Z] OK: 233 MiB in 51 packages [2020-12-04T03:53:49.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.853Z] Removing intermediate container 77428f21f761 [2020-12-04T03:53:49.853Z] ---> 74e1c1ec7501 [2020-12-04T03:53:49.853Z] Step 5/29 : COPY go.mod . [2020-12-04T03:53:50.115Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:50.115Z] ---> 5dbfdd53879e [2020-12-04T03:53:50.115Z] Step 6/29 : RUN go mod download [2020-12-04T03:53:50.377Z] ---> Running in 580fc0d9ea21 [2020-12-04T03:53:50.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:50.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:50.643Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:50.643Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:53:50.643Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:53:50.643Z] OK: 12745 distinct packages available [2020-12-04T03:53:50.935Z] OK: 233 MiB in 51 packages [2020-12-04T03:53:50.935Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:53:50.935Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:53:50.935Z] OK: 12745 distinct packages available [2020-12-04T03:53:51.242Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:53:51.242Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:53:51.242Z] OK: 12745 distinct packages available [2020-12-04T03:53:51.242Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:53:51.242Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:53:51.242Z] OK: 12745 distinct packages available [2020-12-04T03:53:51.242Z] OK: 233 MiB in 51 packages [2020-12-04T03:53:51.525Z] OK: 233 MiB in 51 packages [2020-12-04T03:53:51.525Z] OK: 233 MiB in 51 packages [2020-12-04T03:53:51.525Z] Removing intermediate container db4a8a8fcd63 [2020-12-04T03:53:51.525Z] ---> 77abe5c5a44f [2020-12-04T03:53:51.525Z] Step 6/22 : COPY go.mod . [2020-12-04T03:53:52.115Z] ---> cee846059091 [2020-12-04T03:53:52.115Z] Step 7/22 : RUN go mod download [2020-12-04T03:53:52.115Z] ---> Running in b5e0fdf14c8d [2020-12-04T03:53:52.379Z] Removing intermediate container 0390a1d126ec [2020-12-04T03:53:52.379Z] ---> 43580cbda982 [2020-12-04T03:53:52.379Z] Step 6/27 : COPY go.mod . [2020-12-04T03:53:52.645Z] Removing intermediate container d0ca01b3be8a [2020-12-04T03:53:52.646Z] ---> 59b11b17c9f1 [2020-12-04T03:53:52.646Z] Step 6/24 : COPY go.mod . [2020-12-04T03:53:52.646Z] Removing intermediate container 580fc0d9ea21 [2020-12-04T03:53:52.646Z] ---> 3de7fdf61845 [2020-12-04T03:53:52.646Z] Step 7/29 : COPY . . [2020-12-04T03:53:52.646Z] ---> 741508b215a4 [2020-12-04T03:53:52.646Z] Step 7/27 : RUN go mod download [2020-12-04T03:53:52.646Z] Removing intermediate container 6e195e13bcb0 [2020-12-04T03:53:52.646Z] ---> 9df69247ed26 [2020-12-04T03:53:52.646Z] Step 6/23 : COPY go.mod . [2020-12-04T03:53:52.920Z] ---> Running in 4cbbe0f4d61c [2020-12-04T03:53:52.920Z] ---> f22ad8bdb9ef [2020-12-04T03:53:52.920Z] Step 7/24 : RUN go mod download [2020-12-04T03:53:53.892Z] ---> Running in 75871d3d14f4 [2020-12-04T03:53:54.215Z] ---> 993d194027f3 [2020-12-04T03:53:54.215Z] Step 7/23 : RUN go mod download [2020-12-04T03:53:55.185Z] ---> Running in 35cb557268d9 [2020-12-04T03:53:58.526Z] Removing intermediate container b5e0fdf14c8d [2020-12-04T03:53:58.526Z] ---> 4b160453ece1 [2020-12-04T03:53:58.526Z] Step 8/22 : COPY . . [2020-12-04T03:54:02.810Z] Removing intermediate container 4cbbe0f4d61c [2020-12-04T03:54:02.810Z] ---> 5a24a7d6308f [2020-12-04T03:54:02.810Z] Step 8/27 : COPY . . [2020-12-04T03:54:07.039Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T03:54:12.895Z] Removing intermediate container 75871d3d14f4 [2020-12-04T03:54:12.895Z] ---> 202b4318401a [2020-12-04T03:54:12.895Z] Step 8/24 : COPY . . [2020-12-04T03:54:13.169Z] Removing intermediate container 35cb557268d9 [2020-12-04T03:54:13.169Z] ---> 26194f3e556c [2020-12-04T03:54:13.169Z] Step 8/23 : COPY . . [2020-12-04T03:54:31.488Z] ---> fc9db9c7b4ae [2020-12-04T03:54:31.488Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T03:54:31.488Z] ---> Running in a7d9f4f1b458 [2020-12-04T03:54:35.746Z] ---> 6d0603946df3 [2020-12-04T03:54:35.746Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T03:54:38.323Z] ---> 69d792dfe123 [2020-12-04T03:54:38.323Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T03:54:40.276Z] 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-04T03:54:40.550Z] ---> Running in 586a77598038 [2020-12-04T03:54:40.550Z] ---> Running in e278f67d6c0c [2020-12-04T03:54:43.148Z] 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-04T03:54:43.148Z] 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-04T03:54:45.752Z] ---> 1b6756dc2923 [2020-12-04T03:54:45.752Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T03:54:46.021Z] ---> Running in 8b3c2612c7ea [2020-12-04T03:54:46.021Z] ---> 4fef77e02aad [2020-12-04T03:54:46.021Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T03:54:46.294Z] ---> Running in a7a7ace2f7a4 [2020-12-04T03:54:46.510Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T03:54:47.270Z] 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-04T03:54:47.270Z] 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-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T03:55:08.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T03:55:09.380Z] Removing intermediate container a7d9f4f1b458 [2020-12-04T03:55:09.380Z] ---> 8a33908125f4 [2020-12-04T03:55:09.380Z] [2020-12-04T03:55:09.380Z] Step 9/29 : FROM alpine:latest [2020-12-04T03:55:09.380Z] latest: Pulling from library/alpine [2020-12-04T03:55:09.380Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T03:55:09.380Z] Status: Downloaded newer image for alpine:latest [2020-12-04T03:55:09.380Z] ---> d6e46aa2470d [2020-12-04T03:55:09.380Z] 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-04T03:55:09.380Z] ---> Running in 2bf60f76ef6a [2020-12-04T03:55:09.380Z] Removing intermediate container 2bf60f76ef6a [2020-12-04T03:55:09.380Z] ---> 9358bfd882fa [2020-12-04T03:55:09.380Z] Step 11/29 : USER root [2020-12-04T03:55:09.380Z] ---> Running in face846612d3 [2020-12-04T03:55:09.380Z] Removing intermediate container face846612d3 [2020-12-04T03:55:09.380Z] ---> fb5fbd588725 [2020-12-04T03:55:09.380Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T03:55:09.659Z] ---> Running in 12ac09022ecd [2020-12-04T03:55:11.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:11.122Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:11.402Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:55:11.402Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:55:11.402Z] OK: 12746 distinct packages available [2020-12-04T03:55:11.684Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T03:55:11.684Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T03:55:11.684Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:55:11.975Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T03:55:11.975Z] OK: 6 MiB in 16 packages [2020-12-04T03:55:12.145Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.058s [2020-12-04T03:55:12.145Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T03:55:12.145Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T03:55:12.251Z] 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-04T03:55:12.521Z] Removing intermediate container e278f67d6c0c [2020-12-04T03:55:12.521Z] ---> 91af0aad35f8 [2020-12-04T03:55:12.521Z] [2020-12-04T03:55:12.521Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T03:55:12.521Z] 3.10: Pulling from library/alpine [2020-12-04T03:55:13.592Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T03:55:13.592Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T03:55:13.592Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T03:55:13.592Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T03:55:13.941Z] Removing intermediate container 586a77598038 [2020-12-04T03:55:13.941Z] ---> 8d223dea7f86 [2020-12-04T03:55:13.941Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T03:55:14.219Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T03:55:14.488Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T03:55:14.488Z] ---> be4e4bea2c2e [2020-12-04T03:55:14.488Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T03:55:14.488Z] Removing intermediate container 12ac09022ecd [2020-12-04T03:55:14.488Z] ---> f7386847df62 [2020-12-04T03:55:14.488Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T03:55:14.754Z] ---> Running in 74e32d7603ae [2020-12-04T03:55:15.020Z] ---> Running in 1d9daa43cccf [2020-12-04T03:55:15.020Z] ---> Running in f1386bacc0b1 [2020-12-04T03:55:15.608Z] Removing intermediate container f1386bacc0b1 [2020-12-04T03:55:15.608Z] ---> 442e238c3376 [2020-12-04T03:55:15.608Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T03:55:15.880Z] 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-04T03:55:15.880Z] ---> Running in f28e202460c5 [2020-12-04T03:55:16.174Z] Removing intermediate container f28e202460c5 [2020-12-04T03:55:16.174Z] ---> 439a211d7b23 [2020-12-04T03:55:16.174Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T03:55:16.174Z] ---> Running in 85b3d8375603 [2020-12-04T03:55:16.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:16.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:16.486Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T03:55:16.486Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T03:55:16.486Z] OK: 10348 distinct packages available [2020-12-04T03:55:16.929Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T03:55:16.929Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T03:55:16.929Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T03:55:16.929Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T03:55:16.929Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T03:55:16.929Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T03:55:16.929Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T03:55:16.929Z] OK: 7 MiB in 19 packages [2020-12-04T03:55:19.619Z] Removing intermediate container 74e32d7603ae [2020-12-04T03:55:19.619Z] ---> 266568cf8f41 [2020-12-04T03:55:19.620Z] [2020-12-04T03:55:19.620Z] Step 11/27 : FROM docker:latest [2020-12-04T03:55:19.620Z] ---> b0757c55a1fd [2020-12-04T03:55:19.620Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T03:55:19.620Z] Removing intermediate container a7a7ace2f7a4 [2020-12-04T03:55:19.620Z] ---> b278a73a520d [2020-12-04T03:55:19.620Z] [2020-12-04T03:55:19.620Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T03:55:19.620Z] ---> be4e4bea2c2e [2020-12-04T03:55:19.620Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T03:55:20.203Z] ---> Running in 8bd42d7b21ab [2020-12-04T03:55:20.203Z] ---> Running in 91d02a4d0c13 [2020-12-04T03:55:20.474Z] Removing intermediate container 85b3d8375603 [2020-12-04T03:55:20.474Z] ---> 1199b50643b8 [2020-12-04T03:55:20.474Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T03:55:20.474Z] Removing intermediate container 1d9daa43cccf [2020-12-04T03:55:20.474Z] ---> ecef3735a1fb [2020-12-04T03:55:20.474Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T03:55:20.741Z] ---> Running in 05d7506b3760 [2020-12-04T03:55:23.301Z] Removing intermediate container 05d7506b3760 [2020-12-04T03:55:23.301Z] ---> e30443d7f8f6 [2020-12-04T03:55:23.301Z] Step 13/22 : WORKDIR / [2020-12-04T03:55:23.573Z] ---> 8353f69b0a0f [2020-12-04T03:55:23.573Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T03:55:23.573Z] ---> Running in 56652cbcb765 [2020-12-04T03:55:23.573Z] Removing intermediate container 8b3c2612c7ea [2020-12-04T03:55:23.573Z] ---> 30c3aa27955b [2020-12-04T03:55:23.573Z] [2020-12-04T03:55:23.573Z] Step 10/23 : FROM alpine [2020-12-04T03:55:23.573Z] ---> d6e46aa2470d [2020-12-04T03:55:23.573Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:55:23.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.324s coverage: 46.6% of statements [2020-12-04T03:55:23.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T03:55:23.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T03:55:23.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T03:55:23.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T03:55:23.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T03:55:23.842Z] ---> Running in 48bb15b47ad0 [2020-12-04T03:55:23.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:23.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:23.842Z] ---> 938b5535445d [2020-12-04T03:55:23.842Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T03:55:23.842Z] Removing intermediate container 56652cbcb765 [2020-12-04T03:55:23.842Z] ---> 9affd0148154 [2020-12-04T03:55:23.842Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T03:55:23.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:24.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:24.114Z] Removing intermediate container 48bb15b47ad0 [2020-12-04T03:55:24.114Z] ---> be8e84e994e7 [2020-12-04T03:55:24.114Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T03:55:24.114Z] ---> Running in f427692840db [2020-12-04T03:55:24.114Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T03:55:24.114Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T03:55:24.114Z] OK: 10348 distinct packages available [2020-12-04T03:55:24.114Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T03:55:24.114Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T03:55:24.386Z] Executing bash-5.0.17-r0.post-install [2020-12-04T03:55:24.386Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:55:24.386Z] OK: 12 MiB in 22 packages [2020-12-04T03:55:24.386Z] ---> 227836ded264 [2020-12-04T03:55:24.386Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T03:55:24.386Z] ---> 8e4bf083d60d [2020-12-04T03:55:24.386Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T03:55:24.386Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T03:55:24.386Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T03:55:24.386Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T03:55:24.386Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T03:55:24.386Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T03:55:24.386Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T03:55:24.386Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T03:55:24.647Z] OK: 7 MiB in 19 packages [2020-12-04T03:55:24.909Z] Removing intermediate container f427692840db [2020-12-04T03:55:24.909Z] ---> 2a139565e3fb [2020-12-04T03:55:24.909Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T03:55:25.172Z] ---> Running in 92540fb0d75b [2020-12-04T03:55:25.434Z] ---> d4753e87ec9b [2020-12-04T03:55:25.434Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T03:55:26.011Z] ---> b24551289f37 [2020-12-04T03:55:26.011Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T03:55:26.273Z] Removing intermediate container 92540fb0d75b [2020-12-04T03:55:26.273Z] ---> 6ed81c13950f [2020-12-04T03:55:26.273Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:55:26.273Z] ---> a1fe8f501bb3 [2020-12-04T03:55:26.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T03:55:26.847Z] ---> 7574fc13cba4 [2020-12-04T03:55:26.848Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T03:55:26.848Z] ---> Running in fa0ecc33dd4e [2020-12-04T03:55:26.848Z] Removing intermediate container 8bd42d7b21ab [2020-12-04T03:55:26.848Z] ---> 7e321ef879f9 [2020-12-04T03:55:26.848Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T03:55:27.111Z] ---> dfeadca54959 [2020-12-04T03:55:27.111Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T03:55:27.111Z] Removing intermediate container 91d02a4d0c13 [2020-12-04T03:55:27.111Z] ---> a75aee85cf58 [2020-12-04T03:55:27.111Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T03:55:27.111Z] ---> Running in 56ae15bc07e0 [2020-12-04T03:55:27.376Z] ---> Running in 736ffaeb1651 [2020-12-04T03:55:27.376Z] ---> Running in 32c66cdfb31a [2020-12-04T03:55:27.376Z] ---> Running in 5b1cfb05c52e [2020-12-04T03:55:27.956Z] Removing intermediate container 32c66cdfb31a [2020-12-04T03:55:27.956Z] ---> db3665a5221b [2020-12-04T03:55:27.956Z] Step 13/24 : WORKDIR / [2020-12-04T03:55:29.359Z] ---> Running in 4b8c61676d7f [2020-12-04T03:55:29.359Z] Removing intermediate container 4b8c61676d7f [2020-12-04T03:55:29.359Z] ---> 01d4109fe88c [2020-12-04T03:55:29.359Z] 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-04T03:55:29.636Z] Removing intermediate container fa0ecc33dd4e [2020-12-04T03:55:29.636Z] ---> a52d69a5a853 [2020-12-04T03:55:29.636Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T03:55:29.898Z] ---> Running in bf2a2306ec13 [2020-12-04T03:55:29.898Z] ---> 3e3e92bb1210 [2020-12-04T03:55:29.898Z] 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-04T03:55:30.162Z] Removing intermediate container 56ae15bc07e0 [2020-12-04T03:55:30.162Z] ---> e0fecd7affb3 [2020-12-04T03:55:30.162Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T03:55:30.426Z] ---> 947ac087d38d [2020-12-04T03:55:30.426Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T03:55:30.426Z] Removing intermediate container 736ffaeb1651 [2020-12-04T03:55:30.426Z] ---> 88239787ac7d [2020-12-04T03:55:30.426Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T03:55:30.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.521s coverage: 27.1% of statements [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T03:55:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T03:55:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T03:55:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.511s coverage: 66.4% of statements [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T03:55:30.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.297s coverage: 82.7% of statements [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T03:55:30.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T03:55:30.688Z] ---> Running in ea92692af2c0 [2020-12-04T03:55:30.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:30.688Z] ---> 54ee087f35dc [2020-12-04T03:55:30.688Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T03:55:30.688Z] Removing intermediate container 5b1cfb05c52e [2020-12-04T03:55:30.688Z] ---> 01457239b01f [2020-12-04T03:55:30.688Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T03:55:30.952Z] ---> Running in ddc2345808da [2020-12-04T03:55:30.952Z] ---> Running in 125a1cb7b76c [2020-12-04T03:55:30.952Z] ---> 483cbbe7b330 [2020-12-04T03:55:30.952Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T03:55:30.952Z] Removing intermediate container ea92692af2c0 [2020-12-04T03:55:30.952Z] ---> d1fe6ea2f93f [2020-12-04T03:55:30.952Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T03:55:31.537Z] ---> Running in 596bde6eaaed [2020-12-04T03:55:31.537Z] Removing intermediate container ddc2345808da [2020-12-04T03:55:31.537Z] ---> b259e7fd8487 [2020-12-04T03:55:31.537Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:55:31.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:31.537Z] ---> 7ef51f20fed5 [2020-12-04T03:55:31.537Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T03:55:31.537Z] ---> Running in 71fba4b2ce4c [2020-12-04T03:55:31.537Z] Removing intermediate container 596bde6eaaed [2020-12-04T03:55:31.537Z] ---> 7c0f42d5af07 [2020-12-04T03:55:31.537Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T03:55:31.800Z] ---> Running in 21f7059f2116 [2020-12-04T03:55:31.800Z] Removing intermediate container 71fba4b2ce4c [2020-12-04T03:55:31.800Z] ---> a10029515be1 [2020-12-04T03:55:31.800Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:55:32.073Z] ---> Running in 505549ea9f33 [2020-12-04T03:55:32.073Z] Removing intermediate container 21f7059f2116 [2020-12-04T03:55:32.073Z] ---> b6a97e05a871 [2020-12-04T03:55:32.073Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T03:55:32.073Z] ---> 93659833ea17 [2020-12-04T03:55:32.073Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T03:55:32.337Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T03:55:32.337Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T03:55:32.337Z] Removing intermediate container 505549ea9f33 [2020-12-04T03:55:32.337Z] ---> 336b8a8596e1 [2020-12-04T03:55:32.337Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:55:32.337Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T03:55:32.602Z] ---> Running in e5f0fff481c4 [2020-12-04T03:55:32.602Z] Removing intermediate container 125a1cb7b76c [2020-12-04T03:55:32.602Z] ---> 03d26165f5b6 [2020-12-04T03:55:32.602Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T03:55:32.602Z] ---> bdde6398151d [2020-12-04T03:55:32.602Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T03:55:32.602Z] ---> 21ec83d8993c [2020-12-04T03:55:32.602Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T03:55:32.602Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T03:55:32.865Z] ---> Running in 7db07a6cb832 [2020-12-04T03:55:32.865Z] ---> Running in 3ec1c47551db [2020-12-04T03:55:32.865Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T03:55:32.865Z] Removing intermediate container e5f0fff481c4 [2020-12-04T03:55:32.865Z] ---> 5cd691012d1d [2020-12-04T03:55:32.865Z] [2020-12-04T03:55:32.865Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:55:33.138Z] OK: 8 MiB in 19 packages [2020-12-04T03:55:33.138Z] ---> 8ce8a59f2573 [2020-12-04T03:55:33.138Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T03:55:33.138Z] Successfully built 5cd691012d1d [2020-12-04T03:55:33.138Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-04T03:55:33.403Z] Building docker-core-metadata-go [2020-12-04T03:55:33.673Z]  Building docker-security-bootstrap-redis-go ... done  ---> bee69fbd2594 [2020-12-04T03:55:33.673Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T03:55:33.673Z] ---> Running in 1fe7b621ff99 [2020-12-04T03:55:33.673Z] Removing intermediate container bf2a2306ec13 [2020-12-04T03:55:33.673Z] ---> e8be8d06fdcc [2020-12-04T03:55:33.673Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T03:55:36.282Z] ---> 8f141a95e203 [2020-12-04T03:55:36.282Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T03:55:36.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:36.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:55:36.814Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T03:55:36.814Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T03:55:36.814Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T03:55:36.814Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T03:55:37.081Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T03:55:37.081Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T03:55:37.081Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T03:55:37.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.191s coverage: 28.6% of statements [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T03:55:37.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.160s coverage: 100.0% of statements [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T03:55:37.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T03:55:37.264Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.344s coverage: 86.7% of statements [2020-12-04T03:55:37.264Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T03:55:38.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2020-12-04T03:55:38.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T03:55:38.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 78.3% of statements [2020-12-04T03:55:38.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T03:55:38.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T03:55:38.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T03:55:38.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T03:55:45.254Z] Removing intermediate container 3ec1c47551db [2020-12-04T03:55:45.254Z] ---> 74877785623a [2020-12-04T03:55:45.254Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T03:55:45.254Z] ---> b0b6a3691608 [2020-12-04T03:55:45.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T03:55:45.254Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T03:55:45.254Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T03:55:45.254Z] Removing intermediate container 7db07a6cb832 [2020-12-04T03:55:45.254Z] ---> 5680cf12303b [2020-12-04T03:55:45.254Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T03:55:45.254Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T03:55:45.254Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T03:55:45.254Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T03:55:45.254Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T03:55:45.254Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.084s coverage: 94.7% of statements [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.165s coverage: 0.1% of statements [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.080s coverage: 100.0% of statements [2020-12-04T03:55:45.466Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2020-12-04T03:55:45.466Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2020-12-04T03:55:46.210Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T03:55:46.210Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T03:55:46.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements [2020-12-04T03:55:46.467Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 100.0% of statements [2020-12-04T03:55:46.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T03:55:46.482Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T03:55:46.482Z] ---> Running in 6a24e81bbd8a [2020-12-04T03:55:46.482Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T03:55:46.482Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T03:55:47.068Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T03:55:47.068Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T03:55:47.330Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T03:55:47.593Z] ---> Running in b637dfcf2141 [2020-12-04T03:55:48.174Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T03:55:48.437Z] ---> ca82865b0f9c [2020-12-04T03:55:48.437Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T03:55:48.437Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T03:55:48.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:55:48.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:55:48.962Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T03:55:49.536Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T03:55:49.536Z] ---> 4d0fbf852898 [2020-12-04T03:55:49.536Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:55:49.801Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T03:55:49.801Z] Removing intermediate container 6a24e81bbd8a [2020-12-04T03:55:49.801Z] ---> 354bdae6abb2 [2020-12-04T03:55:49.801Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T03:55:49.801Z] ---> Using cache [2020-12-04T03:55:49.801Z] ---> b5052219550a [2020-12-04T03:55:49.801Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:55:49.801Z] ---> Using cache [2020-12-04T03:55:49.801Z] ---> 1ed19159f6d3 [2020-12-04T03:55:49.801Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:55:49.801Z] ---> Using cache [2020-12-04T03:55:49.801Z] ---> 77abe5c5a44f [2020-12-04T03:55:49.801Z] Step 6/22 : COPY go.mod . [2020-12-04T03:55:49.801Z] ---> Using cache [2020-12-04T03:55:49.801Z] ---> cee846059091 [2020-12-04T03:55:49.801Z] Step 7/22 : RUN go mod download [2020-12-04T03:55:49.801Z] ---> Using cache [2020-12-04T03:55:49.801Z] ---> 4b160453ece1 [2020-12-04T03:55:49.801Z] Step 8/22 : COPY . . [2020-12-04T03:55:49.801Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T03:55:49.801Z] ---> Running in 6708e63cd774 [2020-12-04T03:55:49.801Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T03:55:50.065Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T03:55:50.065Z] Removing intermediate container b637dfcf2141 [2020-12-04T03:55:50.065Z] ---> 4dd1966382c8 [2020-12-04T03:55:50.065Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T03:55:50.065Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T03:55:50.065Z] ---> Using cache [2020-12-04T03:55:50.065Z] ---> 6d0603946df3 [2020-12-04T03:55:50.065Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T03:55:50.065Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T03:55:50.065Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T03:55:50.327Z] ---> Running in 24ffa3092184 [2020-12-04T03:55:50.589Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:55:50.589Z] OK: 71 MiB in 55 packages [2020-12-04T03:55:50.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.563s coverage: 63.5% of statements [2020-12-04T03:55:50.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T03:55:50.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T03:55:50.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2020-12-04T03:55:50.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.105s coverage: 91.3% of statements [2020-12-04T03:55:50.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2020-12-04T03:55:50.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-12-04T03:55:50.856Z] ---> Running in d534c95679dc [2020-12-04T03:55:50.856Z] ---> Running in 1784f22609c3 [2020-12-04T03:55:51.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2020-12-04T03:55:51.119Z] Removing intermediate container 6708e63cd774 [2020-12-04T03:55:51.119Z] ---> 2bfab4f278bd [2020-12-04T03:55:51.119Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:55:51.119Z] Removing intermediate container 24ffa3092184 [2020-12-04T03:55:51.119Z] ---> 2a5a0eedc682 [2020-12-04T03:55:51.119Z] Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:55:51.119Z] ---> Running in 0ced1fdb27f2 [2020-12-04T03:55:51.380Z] ---> Running in 71a92a16f5b7 [2020-12-04T03:55:51.380Z] Removing intermediate container 1784f22609c3 [2020-12-04T03:55:51.380Z] ---> 804657c087ff [2020-12-04T03:55:51.380Z] Step 27/29 : LABEL arch=x86_64 [2020-12-04T03:55:51.645Z] ---> Running in ff8e751b3f9c [2020-12-04T03:55:51.645Z] Removing intermediate container 0ced1fdb27f2 [2020-12-04T03:55:51.645Z] ---> 89bd68155447 [2020-12-04T03:55:51.645Z] Step 21/23 : LABEL arch=x86_64 [2020-12-04T03:55:51.645Z] Removing intermediate container 71a92a16f5b7 [2020-12-04T03:55:51.645Z] ---> ba1bc1fdf127 [2020-12-04T03:55:51.645Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T03:55:51.913Z] ---> Running in d981cf48e43b [2020-12-04T03:55:52.178Z] ---> Running in 139cda69a6cf [2020-12-04T03:55:52.178Z] Removing intermediate container ff8e751b3f9c [2020-12-04T03:55:52.178Z] ---> 55302d7cdefb [2020-12-04T03:55:52.178Z] Step 28/29 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:55:52.178Z] 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-04T03:55:53.636Z] Removing intermediate container d981cf48e43b [2020-12-04T03:55:53.637Z] ---> 9ac76e17b72c [2020-12-04T03:55:53.637Z] Step 22/23 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:55:53.637Z] ---> Running in 33594d064e1e [2020-12-04T03:55:54.226Z] Removing intermediate container 139cda69a6cf [2020-12-04T03:55:54.226Z] ---> 8cd8754c1448 [2020-12-04T03:55:54.226Z] [2020-12-04T03:55:54.490Z] Successfully built 8cd8754c1448 [2020-12-04T03:55:54.755Z] ---> Running in c308c1966b31 [2020-12-04T03:55:55.357Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-04T03:55:55.357Z] Building docker-support-scheduler-go [2020-12-04T03:55:55.939Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 33594d064e1e [2020-12-04T03:55:55.939Z] ---> 0704e65b67fd [2020-12-04T03:55:55.939Z] Step 29/29 : LABEL version=0.0.0 [2020-12-04T03:55:56.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.839s coverage: 55.9% of statements [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T03:55:56.480Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T03:56:01.285Z] ---> Running in 997c5e6c1a2c [2020-12-04T03:56:01.285Z] Removing intermediate container c308c1966b31 [2020-12-04T03:56:01.285Z] ---> f39a7d42809a [2020-12-04T03:56:01.285Z] Step 23/23 : LABEL version=0.0.0 [2020-12-04T03:56:03.222Z] Removing intermediate container 1fe7b621ff99 [2020-12-04T03:56:03.222Z] ---> b7d109fec17f [2020-12-04T03:56:03.222Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T03:56:03.222Z] ---> Running in 6e9a67ea0580 [2020-12-04T03:56:03.222Z] Removing intermediate container 997c5e6c1a2c [2020-12-04T03:56:03.222Z] ---> 361d32fd3d01 [2020-12-04T03:56:03.222Z] [2020-12-04T03:56:03.491Z] ---> Running in 07e5ed0221d9 [2020-12-04T03:56:03.491Z] Successfully built 361d32fd3d01 [2020-12-04T03:56:03.491Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-04T03:56:03.491Z]  Building docker-security-secrets-setup-go ... done Building docker-core-command-go [2020-12-04T03:56:03.757Z] Removing intermediate container 6e9a67ea0580 [2020-12-04T03:56:03.757Z] ---> b1edd8fa4d42 [2020-12-04T03:56:03.757Z] [2020-12-04T03:56:04.032Z] Successfully built b1edd8fa4d42 [2020-12-04T03:56:04.032Z] Successfully tagged docker-core-data-go:latest [2020-12-04T03:56:04.032Z] Building docker-support-notifications-go [2020-12-04T03:56:16.345Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2020-12-04T03:56:16.627Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T03:56:16.908Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T03:56:16.908Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T03:56:18.889Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:56:18.889Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:56:18.889Z] ---> 4d0fbf852898 [2020-12-04T03:56:18.889Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> b5052219550a [2020-12-04T03:56:18.889Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> 1ed19159f6d3 [2020-12-04T03:56:18.889Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> 77abe5c5a44f [2020-12-04T03:56:18.889Z] Step 6/21 : COPY go.mod . [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> cee846059091 [2020-12-04T03:56:18.889Z] Step 7/21 : RUN go mod download [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> 4b160453ece1 [2020-12-04T03:56:18.889Z] Step 8/21 : COPY . . [2020-12-04T03:56:18.889Z] ---> Using cache [2020-12-04T03:56:18.889Z] ---> 6d0603946df3 [2020-12-04T03:56:18.889Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T03:56:19.874Z] ---> Running in 16f87bfbc475 [2020-12-04T03:56:20.160Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T03:56:20.160Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T03:56:22.090Z] Collecting PyYAML<4,>=3.10 [2020-12-04T03:56:22.090Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T03:56:27.462Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T03:56:27.462Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T03:56:27.730Z] 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-04T03:56:27.730Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T03:56:27.730Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T03:56:28.697Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T03:56:28.697Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T03:56:28.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 30.080s coverage: 86.3% of statements [2020-12-04T03:56:28.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T03:56:28.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.279s coverage: 72.2% of statements [2020-12-04T03:56:28.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.513s coverage: 72.1% of statements [2020-12-04T03:56:28.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.092s coverage: 82.4% of statements [2020-12-04T03:56:28.842Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.075s coverage: 48.4% of statements [2020-12-04T03:56:28.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T03:56:28.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.057s coverage: 28.8% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.076s coverage: 96.8% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.2% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.505s coverage: 84.1% of statements [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.339s coverage: 47.1% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.121s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.889s coverage: 29.1% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.168s coverage: 99.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.090s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.057s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.088s coverage: 87.9% of statements [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T03:56:28.843Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-12-04T03:56:28.843Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-12-04T03:56:28.843Z] GO111MODULE=on go vet ./... [2020-12-04T03:56:28.964Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T03:56:28.964Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T03:56:29.546Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T03:56:29.546Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T03:56:29.822Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:56:29.822Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:56:29.822Z] ---> 4d0fbf852898 [2020-12-04T03:56:29.822Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> b5052219550a [2020-12-04T03:56:29.822Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> 1ed19159f6d3 [2020-12-04T03:56:29.822Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> 77abe5c5a44f [2020-12-04T03:56:29.822Z] Step 6/22 : COPY go.mod . [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> cee846059091 [2020-12-04T03:56:29.822Z] Step 7/22 : RUN go mod download [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> 4b160453ece1 [2020-12-04T03:56:29.822Z] Step 8/22 : COPY . . [2020-12-04T03:56:29.822Z] ---> Using cache [2020-12-04T03:56:29.822Z] ---> 6d0603946df3 [2020-12-04T03:56:29.822Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T03:56:30.406Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:56:30.406Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:56:30.406Z] ---> 4d0fbf852898 [2020-12-04T03:56:30.406Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T03:56:30.406Z] ---> Using cache [2020-12-04T03:56:30.406Z] ---> b5052219550a [2020-12-04T03:56:30.406Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:56:30.406Z] ---> Using cache [2020-12-04T03:56:30.406Z] ---> 1ed19159f6d3 [2020-12-04T03:56:30.406Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T03:56:30.406Z] 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-04T03:56:31.355Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T03:56:31.355Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T03:56:31.635Z] ---> Running in 86a77a3bbdd0 [2020-12-04T03:56:31.635Z] ---> Running in 6fd2bf1ca7e4 [2020-12-04T03:56:31.635Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T03:56:31.635Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T03:56:31.912Z] Collecting idna<2.8,>=2.5 [2020-12-04T03:56:31.912Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T03:56:31.912Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T03:56:31.912Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T03:56:32.191Z] 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-04T03:56:32.191Z] 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-04T03:56:32.191Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T03:56:32.191Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T03:56:32.191Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T03:56:32.191Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T03:56:32.191Z] Installing collected packages: texttable, websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, dockerpty, jsonschema, docopt, cached-property, docker-compose [2020-12-04T03:56:32.191Z] Running setup.py install for texttable: started [2020-12-04T03:56:32.835Z] 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-04T03:56:32.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:33.110Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T03:56:33.110Z] Running setup.py install for PyYAML: started [2020-12-04T03:56:33.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:33.978Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T03:56:33.978Z] Attempting uninstall: idna [2020-12-04T03:56:33.978Z] Found existing installation: idna 2.9 [2020-12-04T03:56:33.978Z] Uninstalling idna-2.9: [2020-12-04T03:56:34.252Z] Successfully uninstalled idna-2.9 [2020-12-04T03:56:34.252Z] Attempting uninstall: urllib3 [2020-12-04T03:56:34.252Z] Found existing installation: urllib3 1.25.9 [2020-12-04T03:56:34.252Z] Uninstalling urllib3-1.25.9: [2020-12-04T03:56:34.848Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:56:34.848Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:56:34.848Z] OK: 12745 distinct packages available [2020-12-04T03:56:35.830Z] OK: 233 MiB in 51 packages [2020-12-04T03:56:35.830Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T03:56:38.844Z] Attempting uninstall: requests [2020-12-04T03:56:38.845Z] Found existing installation: requests 2.23.0 [2020-12-04T03:56:38.845Z] Uninstalling requests-2.23.0: [2020-12-04T03:56:38.845Z] Removing intermediate container d534c95679dc [2020-12-04T03:56:38.845Z] ---> 0ea5abd3d391 [2020-12-04T03:56:38.845Z] [2020-12-04T03:56:38.845Z] Step 10/22 : FROM scratch [2020-12-04T03:56:38.845Z] ---> [2020-12-04T03:56:38.845Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:56:38.845Z] Successfully uninstalled requests-2.23.0 [2020-12-04T03:56:39.908Z] Removing intermediate container 86a77a3bbdd0 [2020-12-04T03:56:39.908Z] ---> 3a21c0d7aff5 [2020-12-04T03:56:39.908Z] Step 6/24 : COPY go.mod . [2020-12-04T03:56:39.908Z] Running setup.py install for dockerpty: started [2020-12-04T03:56:39.908Z] ---> Running in 6961fd3e2741 [2020-12-04T03:56:41.314Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T03:56:41.906Z] Running setup.py install for docopt: started [2020-12-04T03:56:41.906Z] Removing intermediate container 6961fd3e2741 [2020-12-04T03:56:41.906Z] ---> 01800d2984b6 [2020-12-04T03:56:41.906Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T03:56:41.906Z] ---> c9964e17a996 [2020-12-04T03:56:41.906Z] Step 7/24 : RUN go mod download [2020-12-04T03:56:42.177Z] ---> Running in 1e75eb6406c5 [2020-12-04T03:56:42.177Z] ---> Running in 4c394e01a2ef [2020-12-04T03:56:42.443Z] Removing intermediate container 1e75eb6406c5 [2020-12-04T03:56:42.444Z] ---> 82f9d5390eaf [2020-12-04T03:56:42.444Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T03:56:42.712Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T03:56:42.712Z] ---> Running in 7f0e0711d239 [2020-12-04T03:56:43.338Z] Removing intermediate container 7f0e0711d239 [2020-12-04T03:56:43.338Z] ---> db59f48dbdcb [2020-12-04T03:56:43.338Z] Step 14/22 : WORKDIR / [2020-12-04T03:56:43.338Z] 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-04T03:56:43.630Z] ---> Running in 06ea9dc43db6 [2020-12-04T03:56:43.908Z] Removing intermediate container 06ea9dc43db6 [2020-12-04T03:56:43.908Z] ---> 3fac84ed45ba [2020-12-04T03:56:43.908Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T03:56:44.514Z] ---> 565f09a1f75b [2020-12-04T03:56:44.514Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T03:56:47.864Z] Removing intermediate container 4c394e01a2ef [2020-12-04T03:56:47.864Z] ---> 41cc5e7e8e88 [2020-12-04T03:56:47.864Z] Step 8/24 : COPY . . [2020-12-04T03:56:48.457Z] ---> 0bee91ed13f0 [2020-12-04T03:56:48.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T03:56:51.805Z] Removing intermediate container 07e5ed0221d9 [2020-12-04T03:56:51.805Z] ---> ce24f9194079 [2020-12-04T03:56:51.805Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T03:56:56.155Z] ---> 00b11446d387 [2020-12-04T03:56:56.155Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T03:56:56.155Z] ---> Running in e2ec0ba50fa8 [2020-12-04T03:56:57.110Z] ---> Running in e6f9ab529e40 [2020-12-04T03:56:59.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:59.680Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:59.952Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T03:56:59.952Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T03:56:59.952Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T03:56:59.952Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:57:00.541Z] OK: 72 MiB in 58 packages [2020-12-04T03:57:00.808Z] Removing intermediate container e6f9ab529e40 [2020-12-04T03:57:00.808Z] ---> 8f25680376a7 [2020-12-04T03:57:00.808Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:01.391Z] ---> Running in c558f8a49d2a [2020-12-04T03:57:05.616Z] Removing intermediate container c558f8a49d2a [2020-12-04T03:57:05.616Z] ---> e2af4ab38483 [2020-12-04T03:57:05.616Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:57:06.199Z] Removing intermediate container 16f87bfbc475 [2020-12-04T03:57:06.199Z] ---> 1c781951495b [2020-12-04T03:57:06.199Z] [2020-12-04T03:57:06.199Z] Step 10/21 : FROM scratch [2020-12-04T03:57:06.199Z] ---> [2020-12-04T03:57:06.199Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:57:06.199Z] ---> Using cache [2020-12-04T03:57:06.199Z] ---> 01800d2984b6 [2020-12-04T03:57:06.199Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T03:57:06.199Z] ---> Running in 3d4a058d059f [2020-12-04T03:57:06.199Z] Removing intermediate container e2ec0ba50fa8 [2020-12-04T03:57:06.199Z] ---> 92db25ad2a64 [2020-12-04T03:57:06.199Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T03:57:07.604Z] ---> Running in 473b813ee1be [2020-12-04T03:57:08.220Z] ---> Running in e8b1ecbacf0c [2020-12-04T03:57:11.597Z] Removing intermediate container 3d4a058d059f [2020-12-04T03:57:11.597Z] ---> 3204cd86a273 [2020-12-04T03:57:11.597Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:11.597Z] Removing intermediate container 473b813ee1be [2020-12-04T03:57:11.597Z] ---> 6f8c965f630b [2020-12-04T03:57:11.597Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T03:57:11.597Z] ---> Running in 4e5a1903d0ca [2020-12-04T03:57:11.597Z] Removing intermediate container e8b1ecbacf0c [2020-12-04T03:57:11.597Z] ---> cd87dd946e6f [2020-12-04T03:57:11.597Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:11.597Z] ---> Running in a32f6c4d1f97 [2020-12-04T03:57:11.597Z] ---> Running in 9f9211f6049c [2020-12-04T03:57:11.597Z] Removing intermediate container 6fd2bf1ca7e4 [2020-12-04T03:57:11.597Z] ---> 22578e57fec1 [2020-12-04T03:57:11.597Z] [2020-12-04T03:57:11.597Z] Step 10/22 : FROM scratch [2020-12-04T03:57:11.597Z] ---> [2020-12-04T03:57:11.597Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:57:11.597Z] ---> 77c2095ab5fe [2020-12-04T03:57:11.597Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T03:57:11.597Z] ---> Using cache [2020-12-04T03:57:11.597Z] ---> 01800d2984b6 [2020-12-04T03:57:11.597Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T03:57:11.864Z] ---> Running in 90b1d8aa8b52 [2020-12-04T03:57:11.864Z] ---> Running in 9d4a81a10b44 [2020-12-04T03:57:11.864Z] Removing intermediate container a32f6c4d1f97 [2020-12-04T03:57:11.864Z] ---> 069256ebe72a [2020-12-04T03:57:11.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T03:57:11.864Z] Removing intermediate container 4e5a1903d0ca [2020-12-04T03:57:11.864Z] ---> 280fb68d3a7b [2020-12-04T03:57:11.864Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:57:12.131Z] Removing intermediate container 9f9211f6049c [2020-12-04T03:57:12.131Z] ---> 5b204c3c79f1 [2020-12-04T03:57:12.131Z] Step 25/27 : LABEL arch=x86_64 [2020-12-04T03:57:12.131Z] ---> Running in 7dfb2bb3c6af [2020-12-04T03:57:12.131Z] Removing intermediate container 90b1d8aa8b52 [2020-12-04T03:57:12.131Z] ---> 81e26e85c018 [2020-12-04T03:57:12.131Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T03:57:12.402Z] ---> Running in 5644528fc155 [2020-12-04T03:57:12.402Z] ---> 4b428497fbdf [2020-12-04T03:57:12.402Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T03:57:12.402Z] ---> Running in 27cb8e5b8c08 [2020-12-04T03:57:12.402Z] Removing intermediate container 7dfb2bb3c6af [2020-12-04T03:57:12.402Z] ---> 80009f806309 [2020-12-04T03:57:12.402Z] [2020-12-04T03:57:12.671Z] 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-04T03:57:12.671Z] Removing intermediate container 5644528fc155 [2020-12-04T03:57:12.671Z] ---> fb8dae8bc524 [2020-12-04T03:57:12.671Z] Step 26/27 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:12.671Z] Successfully built 80009f806309 [2020-12-04T03:57:12.945Z] Successfully tagged docker-core-metadata-go:latest [2020-12-04T03:57:12.945Z] Building docker-security-proxy-setup-go [2020-12-04T03:57:12.945Z]  Building docker-core-metadata-go ... done Removing intermediate container 27cb8e5b8c08 [2020-12-04T03:57:12.945Z] ---> fd626008935a [2020-12-04T03:57:12.945Z] Step 14/22 : WORKDIR / [2020-12-04T03:57:12.945Z] ---> Running in 8b6b69895299 [2020-12-04T03:57:12.945Z] ---> Running in bac4873ac4a4 [2020-12-04T03:57:12.945Z] ---> 1dabb88b8712 [2020-12-04T03:57:12.945Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T03:57:13.220Z] Removing intermediate container 8b6b69895299 [2020-12-04T03:57:13.220Z] ---> b1def0e6ab94 [2020-12-04T03:57:13.220Z] Step 27/27 : LABEL version=0.0.0 [2020-12-04T03:57:13.220Z] Removing intermediate container bac4873ac4a4 [2020-12-04T03:57:13.220Z] ---> 6253cd38fc9f [2020-12-04T03:57:13.220Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T03:57:13.220Z] ---> Running in db29e7d5b058 [2020-12-04T03:57:13.220Z] ---> 1cd9ed9e1446 [2020-12-04T03:57:13.220Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T03:57:13.492Z] ---> Running in 5bd0d49af4af [2020-12-04T03:57:13.782Z] Removing intermediate container db29e7d5b058 [2020-12-04T03:57:13.782Z] ---> eb996d855994 [2020-12-04T03:57:13.782Z] [2020-12-04T03:57:13.782Z] ---> 698e8288e930 [2020-12-04T03:57:13.782Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T03:57:13.782Z] Successfully built eb996d855994 [2020-12-04T03:57:16.416Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-04T03:57:16.416Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5bd0d49af4af [2020-12-04T03:57:16.416Z] ---> 5ad6bb415cc3 [2020-12-04T03:57:16.416Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:18.364Z] ---> Running in 332cd7f75f33 [2020-12-04T03:57:18.642Z] ---> bed69e4795dc [2020-12-04T03:57:18.642Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T03:57:19.269Z] Removing intermediate container 332cd7f75f33 [2020-12-04T03:57:19.269Z] ---> 969ac8b918e6 [2020-12-04T03:57:19.269Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T03:57:20.284Z] ---> Running in c1bbac3c07a5 [2020-12-04T03:57:20.882Z] ---> e7963bd70b51 [2020-12-04T03:57:20.882Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T03:57:21.473Z] ---> Running in 29a2df83338b [2020-12-04T03:57:21.473Z] Removing intermediate container c1bbac3c07a5 [2020-12-04T03:57:21.473Z] ---> cabd74a5ed50 [2020-12-04T03:57:21.473Z] Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:22.062Z] ---> Running in ec3c12613e70 [2020-12-04T03:57:22.062Z] Removing intermediate container 29a2df83338b [2020-12-04T03:57:22.062Z] ---> 47ec8dfc84f7 [2020-12-04T03:57:22.062Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:23.041Z] ---> Running in dbe279078d1b [2020-12-04T03:57:23.041Z] Removing intermediate container ec3c12613e70 [2020-12-04T03:57:23.041Z] ---> a7bed0df72d1 [2020-12-04T03:57:23.041Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T03:57:23.667Z] ---> Running in e8b3564e8e67 [2020-12-04T03:57:23.668Z] Removing intermediate container dbe279078d1b [2020-12-04T03:57:23.668Z] ---> 78ae74e79992 [2020-12-04T03:57:23.668Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:57:23.952Z] ---> Running in b1dfb41ce2e3 [2020-12-04T03:57:23.952Z] Removing intermediate container e8b3564e8e67 [2020-12-04T03:57:23.952Z] ---> 7ae4665f7a5d [2020-12-04T03:57:23.952Z] [2020-12-04T03:57:24.228Z] Successfully built 7ae4665f7a5d [2020-12-04T03:57:24.530Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-04T03:57:24.530Z]  Building docker-support-scheduler-go ... done Removing intermediate container b1dfb41ce2e3 [2020-12-04T03:57:24.530Z] ---> 5237accf66f4 [2020-12-04T03:57:24.530Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:24.530Z] ---> Running in 20c4dd842006 [2020-12-04T03:57:26.009Z] Removing intermediate container 20c4dd842006 [2020-12-04T03:57:26.009Z] ---> d81579b94b10 [2020-12-04T03:57:26.009Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:57:26.610Z] ---> Running in a8fc8f8f15a8 [2020-12-04T03:57:27.628Z] Removing intermediate container a8fc8f8f15a8 [2020-12-04T03:57:27.628Z] ---> e22485a015b7 [2020-12-04T03:57:27.628Z] [2020-12-04T03:57:27.915Z] Successfully built e22485a015b7 [2020-12-04T03:57:27.915Z] Successfully tagged docker-core-command-go:latest [2020-12-04T03:57:28.930Z]  Building docker-core-command-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:57:28.930Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:57:28.930Z] ---> 4d0fbf852898 [2020-12-04T03:57:28.930Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> b5052219550a [2020-12-04T03:57:28.930Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> 1ed19159f6d3 [2020-12-04T03:57:28.930Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> 77abe5c5a44f [2020-12-04T03:57:28.930Z] Step 6/21 : COPY go.mod . [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> cee846059091 [2020-12-04T03:57:28.930Z] Step 7/21 : RUN go mod download [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> 4b160453ece1 [2020-12-04T03:57:28.930Z] Step 8/21 : COPY . . [2020-12-04T03:57:28.930Z] ---> Using cache [2020-12-04T03:57:28.930Z] ---> 6d0603946df3 [2020-12-04T03:57:28.930Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T03:57:30.344Z] ---> Running in e0b8f04b4ad2 [2020-12-04T03:57:30.613Z] 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-04T03:57:34.050Z] Removing intermediate container 9d4a81a10b44 [2020-12-04T03:57:34.050Z] ---> 1a10677b3429 [2020-12-04T03:57:34.050Z] [2020-12-04T03:57:34.050Z] Step 10/24 : FROM scratch [2020-12-04T03:57:34.050Z] ---> [2020-12-04T03:57:34.050Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T03:57:34.050Z] ---> Running in a79299ad1654 [2020-12-04T03:57:34.050Z] Removing intermediate container a79299ad1654 [2020-12-04T03:57:34.050Z] ---> eec6c4318fe4 [2020-12-04T03:57:34.050Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T03:57:34.318Z] ---> Running in bc5f0d8e3d8d [2020-12-04T03:57:34.318Z] Removing intermediate container bc5f0d8e3d8d [2020-12-04T03:57:34.318Z] ---> 5ed7e2e0506f [2020-12-04T03:57:34.318Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T03:57:34.318Z] ---> Running in f4ad1da881a5 [2020-12-04T03:57:35.736Z] Removing intermediate container f4ad1da881a5 [2020-12-04T03:57:35.736Z] ---> 695167c52346 [2020-12-04T03:57:35.736Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T03:57:35.736Z] ---> 738245fb2907 [2020-12-04T03:57:35.736Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T03:57:36.970Z] gofmt -l . [2020-12-04T03:57:36.970Z] [ "`gofmt -l .`" = "" ] [2020-12-04T03:57:36.970Z] ./bin/test-go-mod-tidy.sh [2020-12-04T03:57:37.225Z] ---> f5ebed066e81 [2020-12-04T03:57:37.225Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T03:57:37.242Z] ./bin/test-attribution-txt.sh [2020-12-04T03:57:37.821Z] ---> 83c11d7fef6d [2020-12-04T03:57:37.821Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T03:57:38.089Z] ---> 162594057c85 [2020-12-04T03:57:38.089Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T03:57:38.683Z] ---> 017aa82cd970 [2020-12-04T03:57:38.683Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T03:57:38.953Z] ---> 4eccbd82acbd [2020-12-04T03:57:38.953Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T03:57:38.953Z] ---> Running in 5ac4847013a9 [2020-12-04T03:57:39.219Z] Removing intermediate container 5ac4847013a9 [2020-12-04T03:57:39.220Z] ---> 723bf6e03cac [2020-12-04T03:57:39.220Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:39.220Z] ---> Running in 4195804b9f72 [2020-12-04T03:57:39.485Z] Removing intermediate container 4195804b9f72 [2020-12-04T03:57:39.485Z] ---> c699cb5eb3c4 [2020-12-04T03:57:39.485Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T03:57:39.485Z] ---> Running in 57748840caef [2020-12-04T03:57:39.768Z] Removing intermediate container 57748840caef [2020-12-04T03:57:39.768Z] ---> 084b0623e467 [2020-12-04T03:57:39.768Z] Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:39.768Z] 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-04T03:57:39.768Z] ---> Running in 2b3c743ddd9e [2020-12-04T03:57:40.034Z] Removing intermediate container 2b3c743ddd9e [2020-12-04T03:57:40.034Z] ---> a45062b3d3a2 [2020-12-04T03:57:40.034Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T03:57:40.298Z] ---> Running in 7acddfc56ef5 [2020-12-04T03:57:40.298Z] Removing intermediate container 7acddfc56ef5 [2020-12-04T03:57:40.298Z] ---> 0591093df644 [2020-12-04T03:57:40.298Z] [2020-12-04T03:57:40.564Z] Successfully built 0591093df644 [2020-12-04T03:57:40.564Z] Successfully tagged docker-support-notifications-go:latest [Pipeline] sh [2020-12-04T03:57:42.203Z] + ls -al . [2020-12-04T03:57:42.203Z] total 676 [2020-12-04T03:57:42.203Z] drwxrwxr-x 9 1001 1001 4096 Dec 4 03:57 . [2020-12-04T03:57:42.203Z] drwxr-xr-x 4 root root 4096 Dec 4 03:53 .. [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 03:51 .dockerignore [2020-12-04T03:57:42.203Z] drwxrwxr-x 8 1001 1001 4096 Dec 4 03:51 .git [2020-12-04T03:57:42.203Z] drwxrwxr-x 3 1001 1001 4096 Dec 4 03:51 .github [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 03:51 .gitignore [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 03:51 .sonarcloud.properties [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:51 CONTRIBUTING.md [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:51 Dockerfile.build [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 03:51 Jenkinsfile [2020-12-04T03:57:42.203Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:51 LICENSE [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:51 Makefile [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:51 README.md [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 03:51 SECURITY.md [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 5 Dec 4 03:49 VERSION [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:51 ZMQWindows.md [2020-12-04T03:57:42.204Z] drwxrwxr-x 2 1001 1001 4096 Dec 4 03:51 bin [2020-12-04T03:57:42.204Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 03:51 cmd [2020-12-04T03:57:42.204Z] -rw-r--r-- 1 root root 555226 Dec 4 03:56 coverage.out [2020-12-04T03:57:42.204Z] -rw-r--r-- 1 root root 1041 Dec 4 03:57 go.mod [2020-12-04T03:57:42.204Z] -rw-r--r-- 1 root root 18856 Dec 4 03:57 go.sum [2020-12-04T03:57:42.204Z] drwxrwxr-x 8 1001 1001 4096 Dec 4 03:51 internal [2020-12-04T03:57:42.204Z] drwxrwxr-x 4 1001 1001 4096 Dec 4 03:51 openapi [2020-12-04T03:57:42.204Z] drwxrwxr-x 4 1001 1001 4096 Dec 4 03:51 snap [2020-12-04T03:57:42.204Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 03:51 version.go [Pipeline] sh [2020-12-04T03:57:42.900Z] + '[' -e coverage.out ] [2020-12-04T03:57:42.900Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T03:57:42.924Z] Warning: overwriting stash ‘coverage-report’ [2020-12-04T03:57:43.175Z]  Building docker-support-notifications-go ... done Removing intermediate container e0b8f04b4ad2 [2020-12-04T03:57:43.175Z] ---> ef2b63cf30e7 [2020-12-04T03:57:43.175Z] [2020-12-04T03:57:43.175Z] Step 10/21 : FROM alpine [2020-12-04T03:57:43.175Z] ---> d6e46aa2470d [2020-12-04T03:57:43.175Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T03:57:43.448Z] ---> Running in 9e53e589836b [2020-12-04T03:57:44.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:44.030Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:44.255Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T03:57:44.293Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:57:44.294Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:57:44.294Z] OK: 12746 distinct packages available [2020-12-04T03:57:44.294Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T03:57:44.558Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T03:57:44.558Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T03:57:44.558Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T03:57:44.558Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:57:44.558Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T03:57:44.558Z] OK: 7 MiB in 18 packages [2020-12-04T03:57:44.963Z] + make build [2020-12-04T03:57:44.963Z] 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-04T03:57:45.515Z] Removing intermediate container 9e53e589836b [2020-12-04T03:57:45.515Z] ---> b44f57df9e1a [2020-12-04T03:57:45.515Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T03:57:45.515Z] ---> Running in 4e4a683f0c7a [2020-12-04T03:57:45.515Z] Removing intermediate container 4e4a683f0c7a [2020-12-04T03:57:45.515Z] ---> 0425ef71b0c0 [2020-12-04T03:57:45.515Z] Step 13/21 : WORKDIR /edgex [2020-12-04T03:57:45.814Z] ---> Running in 595ad91bab4a [2020-12-04T03:57:45.814Z] Removing intermediate container 595ad91bab4a [2020-12-04T03:57:45.814Z] ---> c9d04dd79c51 [2020-12-04T03:57:45.814Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T03:57:46.087Z] ---> 3e524d19f7c0 [2020-12-04T03:57:46.087Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T03:57:46.681Z] ---> 228b3ff6f979 [2020-12-04T03:57:46.681Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T03:57:46.979Z] ---> c713723bb2ac [2020-12-04T03:57:46.979Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T03:57:46.979Z] ---> Running in e8f2df993d91 [2020-12-04T03:57:47.267Z] Removing intermediate container e8f2df993d91 [2020-12-04T03:57:47.268Z] ---> 34f36a9a5288 [2020-12-04T03:57:47.268Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T03:57:47.268Z] ---> Running in 6d006c479e65 [2020-12-04T03:57:47.543Z] Removing intermediate container 6d006c479e65 [2020-12-04T03:57:47.543Z] ---> 87180d6e2d8d [2020-12-04T03:57:47.543Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T03:57:47.543Z] ---> Running in 498108e03538 [2020-12-04T03:57:47.806Z] Removing intermediate container 498108e03538 [2020-12-04T03:57:47.807Z] ---> 728a23504e54 [2020-12-04T03:57:47.807Z] Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T03:57:47.807Z] ---> Running in 6e112f756305 [2020-12-04T03:57:47.807Z] Removing intermediate container 6e112f756305 [2020-12-04T03:57:47.807Z] ---> 4abd9b8483cf [2020-12-04T03:57:47.807Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T03:57:48.072Z] ---> Running in 9ad639d9dbac [2020-12-04T03:57:48.072Z] Removing intermediate container 9ad639d9dbac [2020-12-04T03:57:48.072Z] ---> 821db6dc6e3d [2020-12-04T03:57:48.072Z] [2020-12-04T03:57:48.650Z] Successfully built 821db6dc6e3d [2020-12-04T03:57:48.650Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-04T03:57:48.672Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-04T03:57:48.691Z] $ docker stop --time=1 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 [2020-12-04T03:57:50.400Z] $ docker rm -f 8e2ba93b6bcea4e99c6a950758e7bc856498dabedf916d90f0e62a1c128dcea9 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T03:57:51.008Z] + docker images [2020-12-04T03:57:51.008Z] + grep docker [2020-12-04T03:57:51.008Z] docker-security-proxy-setup-go latest 821db6dc6e3d 3 seconds ago 24.6MB [2020-12-04T03:57:51.008Z] docker-support-notifications-go latest 0591093df644 10 seconds ago 13.6MB [2020-12-04T03:57:51.008Z] docker-core-command-go latest e22485a015b7 24 seconds ago 12.2MB [2020-12-04T03:57:51.008Z] docker-support-scheduler-go latest 7ae4665f7a5d 27 seconds ago 12.3MB [2020-12-04T03:57:51.008Z] docker-sys-mgmt-agent-go latest eb996d855994 37 seconds ago 293MB [2020-12-04T03:57:51.008Z] docker-core-metadata-go latest 80009f806309 38 seconds ago 14.5MB [2020-12-04T03:57:51.008Z] docker-core-data-go latest b1edd8fa4d42 About a minute ago 23.7MB [2020-12-04T03:57:51.008Z] docker-security-secrets-setup-go latest 361d32fd3d01 About a minute ago 23.9MB [2020-12-04T03:57:51.008Z] docker-security-secretstore-setup-go latest 8cd8754c1448 About a minute ago 24.7MB [2020-12-04T03:57:51.008Z] docker-security-bootstrap-redis-go latest 5cd691012d1d 2 minutes ago 15.8MB [2020-12-04T03:57:51.008Z] docker latest b0757c55a1fd 2 days ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-04T03:57:51.760Z] Running on prd-centos7-docker-8c-8g-14428 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-04T03:57:51.842Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-04T03:57:53.717Z] using credential edgex-jenkins-ssh [2020-12-04T03:57:53.771Z] Cloning the remote Git repository [2020-12-04T03:57:53.792Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:57:53.859Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-04T03:57:53.882Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:57:53.882Z] > git --version # timeout=10 [2020-12-04T03:57:53.887Z] > git --version # 'git version 2.24.3' [2020-12-04T03:57:53.887Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:57:53.909Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:57:55.174Z] 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-04T03:58:03.988Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 9afced1f6966ba240c04c983fee117c0b614922b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-12-04T03:58:03.406Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:58:03.410Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:58:03.420Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:58:03.430Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:58:03.431Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:58:03.434Z] > 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-04T03:58:03.998Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T03:58:04.001Z] > git checkout -f 9afced1f6966ba240c04c983fee117c0b614922b # timeout=10 [Pipeline] // stage [Pipeline] } [2020-12-04T03:58:05.048Z] Failed in branch amd64 [2020-12-04T03:58:22.066Z] 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-04T03:58:22.664Z] 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-04T03:58:28.079Z] 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-04T03:58:29.074Z] 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-04T03:58:34.462Z] 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-04T03:58:38.790Z] 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-04T03:58:42.174Z] 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-04T03:58:46.481Z] 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-04T03:58:50.793Z] 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-04T03:58:54.174Z] 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-04T03:58:57.561Z] 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-04T03:59:00.979Z] $ docker stop --time=1 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 [2020-12-04T03:59:03.628Z] $ docker rm -f 570b4550969522fcd87fa3204666f1fd2e48104cc9c1d9a302d6b7261c7c2924 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:59:05.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T03:59:05.628Z] [2020-12-04T03:59:05.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:59:06.016Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T03:59:06.286Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-04T03:59:06.286Z] 29e5d40040c1: Pulling fs layer [2020-12-04T03:59:06.286Z] 1ce36da41761: Pulling fs layer [2020-12-04T03:59:06.286Z] 25b303627fd3: Pulling fs layer [2020-12-04T03:59:06.877Z] 29e5d40040c1: Download complete [2020-12-04T03:59:07.152Z] 1ce36da41761: Verifying Checksum [2020-12-04T03:59:07.152Z] 1ce36da41761: Download complete [2020-12-04T03:59:07.426Z] 29e5d40040c1: Pull complete [2020-12-04T03:59:08.859Z] 1ce36da41761: Pull complete [2020-12-04T03:59:08.859Z] 25b303627fd3: Verifying Checksum [2020-12-04T03:59:08.859Z] 25b303627fd3: Download complete [2020-12-04T03:59:19.001Z] 25b303627fd3: Pull complete [2020-12-04T03:59:19.001Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-04T03:59:19.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T03:59:19.001Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-04T03:59:19.267Z] prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container [2020-12-04T03:59:19.354Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-04T03:59:22.464Z] $ docker top d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:59:23.477Z] + docker-compose build --help [2020-12-04T03:59:23.477Z] + grep parallel [2020-12-04T03:59:26.838Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T03:59:26.861Z] $ docker stop --time=1 d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a [2020-12-04T03:59:28.778Z] $ docker rm -f d6b2f2e189f9f8e1a9d37724bcbb17a1cb9296384640277cd665a13c0e91b80a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:59:29.613Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-04T03:59:29.613Z] . [Pipeline] withDockerContainer [2020-12-04T03:59:29.895Z] prd-ubuntu18.04-docker-arm64-4c-16g-14446 does not seem to be running inside a container [2020-12-04T03:59:30.001Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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-04T03:59:31.423Z] $ docker top ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:59:32.693Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T03:59:37.013Z] Building docker-core-command-go ... [2020-12-04T03:59:37.013Z] Building docker-core-data-go ... [2020-12-04T03:59:37.013Z] Building docker-core-metadata-go ... [2020-12-04T03:59:37.013Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T03:59:37.013Z] Building docker-security-proxy-setup-go ... [2020-12-04T03:59:37.013Z] Building docker-security-secrets-setup-go ... [2020-12-04T03:59:37.013Z] Building docker-security-secretstore-setup-go ... [2020-12-04T03:59:37.013Z] Building docker-support-notifications-go ... [2020-12-04T03:59:37.013Z] Building docker-support-scheduler-go ... [2020-12-04T03:59:37.013Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T03:59:37.013Z] Building docker-core-data-go [2020-12-04T03:59:37.013Z] Building docker-support-scheduler-go [2020-12-04T03:59:37.013Z] Building docker-core-command-go [2020-12-04T03:59:37.013Z] Building docker-security-proxy-setup-go [2020-12-04T03:59:37.013Z] Building docker-security-bootstrap-redis-go [2020-12-04T04:00:58.809Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:00:58.809Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:00:58.810Z] ---> ad73217958d9 [2020-12-04T04:00:58.810Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T04:00:58.810Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:00:58.810Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:00:58.810Z] ---> ad73217958d9 [2020-12-04T04:00:58.810Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T04:00:58.810Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:00:58.810Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:00:58.810Z] ---> ad73217958d9 [2020-12-04T04:00:58.810Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T04:00:58.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:00:58.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:00:58.810Z] ---> ad73217958d9 [2020-12-04T04:00:58.810Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T04:00:58.810Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:00:58.810Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:00:58.810Z] ---> ad73217958d9 [2020-12-04T04:00:58.810Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T04:00:58.810Z] ---> Running in a89367b826d4 [2020-12-04T04:00:58.810Z] ---> Running in e1c634b7a757 [2020-12-04T04:00:58.810Z] ---> Running in bebff4262f50 [2020-12-04T04:00:58.810Z] ---> Running in ed42e5c5abf6 [2020-12-04T04:00:58.810Z] ---> Running in c1105676c380 [2020-12-04T04:00:58.810Z] Removing intermediate container e1c634b7a757 [2020-12-04T04:00:58.810Z] ---> 6b5502cc6001 [2020-12-04T04:00:58.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:00:58.810Z] Removing intermediate container ed42e5c5abf6 [2020-12-04T04:00:58.810Z] ---> 600b6c01c87f [2020-12-04T04:00:58.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:00:58.810Z] Removing intermediate container bebff4262f50 [2020-12-04T04:00:58.810Z] ---> 197c866a2cba [2020-12-04T04:00:58.810Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:00:58.810Z] Removing intermediate container c1105676c380 [2020-12-04T04:00:58.810Z] ---> 62be517e6472 [2020-12-04T04:00:58.810Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:00:58.810Z] Removing intermediate container a89367b826d4 [2020-12-04T04:00:58.810Z] ---> 589360bee76d [2020-12-04T04:00:58.810Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:00:58.810Z] ---> Running in 11a59bc2b513 [2020-12-04T04:00:58.810Z] ---> Running in 12bc9b24a622 [2020-12-04T04:00:58.810Z] ---> Running in 2afddb2aaf2c [2020-12-04T04:00:58.810Z] ---> Running in 40c73770498d [2020-12-04T04:00:58.810Z] ---> Running in 6c671fea962b [2020-12-04T04:00:58.810Z] Removing intermediate container 11a59bc2b513 [2020-12-04T04:00:58.810Z] ---> 4047241c5213 [2020-12-04T04:00:58.810Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T04:00:58.810Z] ---> Running in 61a3d36831b6 [2020-12-04T04:00:58.810Z] Removing intermediate container 12bc9b24a622 [2020-12-04T04:00:58.810Z] ---> 4fbb75a05e55 [2020-12-04T04:00:58.810Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T04:00:58.810Z] ---> Running in bfd32d10f8c7 [2020-12-04T04:00:58.810Z] Removing intermediate container 6c671fea962b [2020-12-04T04:00:58.810Z] ---> 0cedc23c1e1e [2020-12-04T04:00:58.810Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T04:00:58.810Z] Removing intermediate container 40c73770498d [2020-12-04T04:00:58.810Z] ---> 677bed2b9630 [2020-12-04T04:00:58.810Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T04:00:59.120Z] Removing intermediate container 2afddb2aaf2c [2020-12-04T04:00:59.120Z] ---> 29e9152bc6a3 [2020-12-04T04:00:59.120Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T04:00:59.120Z] ---> Running in e721d6fe7a80 [2020-12-04T04:00:59.120Z] ---> Running in 2aafe4258c2b [2020-12-04T04:00:59.408Z] ---> Running in ff2cd835eaff [2020-12-04T04:01:00.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:00.285Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:00.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:00.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:01.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:01.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:01.164Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:01.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:02.042Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:02.043Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:01:02.043Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:01:02.043Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:01:02.043Z] OK: 12616 distinct packages available [2020-12-04T04:01:02.318Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:01:02.318Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:01:02.318Z] OK: 12616 distinct packages available [2020-12-04T04:01:02.923Z] OK: 217 MiB in 51 packages [2020-12-04T04:01:03.202Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:01:03.202Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:01:03.202Z] OK: 12616 distinct packages available [2020-12-04T04:01:03.480Z] OK: 217 MiB in 51 packages [2020-12-04T04:01:03.480Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:01:03.480Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:01:03.480Z] OK: 12616 distinct packages available [2020-12-04T04:01:03.480Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:01:03.480Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:01:03.480Z] OK: 12616 distinct packages available [2020-12-04T04:01:04.099Z] OK: 217 MiB in 51 packages [2020-12-04T04:01:04.396Z] OK: 217 MiB in 51 packages [2020-12-04T04:01:04.678Z] OK: 217 MiB in 51 packages [2020-12-04T04:01:04.956Z] Removing intermediate container 61a3d36831b6 [2020-12-04T04:01:04.956Z] ---> c9960eb4fec5 [2020-12-04T04:01:04.956Z] Step 6/21 : COPY go.mod . [2020-12-04T04:01:05.237Z] Removing intermediate container bfd32d10f8c7 [2020-12-04T04:01:05.237Z] ---> b40e4f403fce [2020-12-04T04:01:05.237Z] Step 6/22 : COPY go.mod . [2020-12-04T04:01:06.231Z] Removing intermediate container e721d6fe7a80 [2020-12-04T04:01:06.231Z] ---> 083866ad1e27 [2020-12-04T04:01:06.231Z] Step 6/23 : COPY go.mod . [2020-12-04T04:01:06.231Z] ---> 6b6723b5ff6f [2020-12-04T04:01:06.231Z] Step 7/21 : RUN go mod download [2020-12-04T04:01:06.231Z] Removing intermediate container 2aafe4258c2b [2020-12-04T04:01:06.231Z] ---> ccfc162bb9e3 [2020-12-04T04:01:06.231Z] Step 6/21 : COPY go.mod . [2020-12-04T04:01:06.508Z] ---> Running in 64f850df1751 [2020-12-04T04:01:06.508Z] Removing intermediate container ff2cd835eaff [2020-12-04T04:01:06.508Z] ---> a425b6abaa55 [2020-12-04T04:01:06.508Z] Step 6/22 : COPY go.mod . [2020-12-04T04:01:06.508Z] ---> 94e067fe903d [2020-12-04T04:01:06.508Z] Step 7/22 : RUN go mod download [2020-12-04T04:01:06.787Z] ---> Running in e9e1e8db0bc3 [2020-12-04T04:01:07.079Z] ---> 13d2a8f7c037 [2020-12-04T04:01:07.079Z] Step 7/23 : RUN go mod download [2020-12-04T04:01:07.362Z] ---> Running in 6cfaf4c33ec3 [2020-12-04T04:01:07.645Z] ---> f307571d903f [2020-12-04T04:01:07.645Z] Step 7/21 : RUN go mod download [2020-12-04T04:01:07.645Z] ---> 0d7395454621 [2020-12-04T04:01:07.645Z] Step 7/22 : RUN go mod download [2020-12-04T04:01:07.645Z] ---> Running in 42af3340c771 [2020-12-04T04:01:07.921Z] ---> Running in 8d0e9799d512 [2020-12-04T04:01:11.347Z] Removing intermediate container 64f850df1751 [2020-12-04T04:01:11.347Z] ---> a3deaf61bdc4 [2020-12-04T04:01:11.347Z] Step 8/21 : COPY . . [2020-12-04T04:01:11.347Z] Removing intermediate container e9e1e8db0bc3 [2020-12-04T04:01:11.347Z] ---> f62d3a1705a8 [2020-12-04T04:01:11.347Z] Step 8/22 : COPY . . [2020-12-04T04:01:11.956Z] Removing intermediate container 6cfaf4c33ec3 [2020-12-04T04:01:11.956Z] ---> 40bf68564ebb [2020-12-04T04:01:11.956Z] Step 8/23 : COPY . . [2020-12-04T04:01:12.559Z] Removing intermediate container 42af3340c771 [2020-12-04T04:01:12.559Z] ---> 7a08edc96e68 [2020-12-04T04:01:12.559Z] Step 8/21 : COPY . . [2020-12-04T04:01:13.154Z] Removing intermediate container 8d0e9799d512 [2020-12-04T04:01:13.154Z] ---> 0bf80a443360 [2020-12-04T04:01:13.154Z] Step 8/22 : COPY . . [2020-12-04T04:01:39.973Z] ---> 5527d11eb6b1 [2020-12-04T04:01:39.973Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T04:01:39.973Z] ---> 30a2aee3211b [2020-12-04T04:01:39.973Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T04:01:39.973Z] ---> dcb629a9fbef [2020-12-04T04:01:39.973Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T04:01:39.973Z] ---> Running in 4b8fa46c04cf [2020-12-04T04:01:39.973Z] ---> 77dd489bbc36 [2020-12-04T04:01:39.973Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T04:01:39.973Z] ---> Running in b0d75e094088 [2020-12-04T04:01:39.973Z] ---> 83d00fbc035d [2020-12-04T04:01:39.973Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T04:01:39.973Z] ---> Running in 723804e3f1c8 [2020-12-04T04:01:39.973Z] ---> Running in 238c61632952 [2020-12-04T04:01:39.973Z] ---> Running in 2634c8d04ed5 [2020-12-04T04:01:39.973Z] 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-04T04:01:39.973Z] 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-04T04:01:39.973Z] 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-04T04:01:39.973Z] 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-04T04:01:39.973Z] 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-04T04:03:01.871Z] 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-04T04:03:08.612Z] Removing intermediate container b0d75e094088 [2020-12-04T04:03:08.612Z] ---> 8a9c721dea21 [2020-12-04T04:03:08.612Z] [2020-12-04T04:03:08.612Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T04:03:08.612Z] 3.10: Pulling from library/alpine [2020-12-04T04:03:10.616Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T04:03:10.616Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T04:03:10.616Z] ---> 536a684cf733 [2020-12-04T04:03:10.616Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T04:03:10.616Z] ---> Running in 4c453bd1f494 [2020-12-04T04:03:13.247Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:03:13.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:03:14.118Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T04:03:14.118Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T04:03:14.118Z] OK: 10169 distinct packages available [2020-12-04T04:03:14.395Z] Removing intermediate container 4b8fa46c04cf [2020-12-04T04:03:14.395Z] ---> b0172ebce0d5 [2020-12-04T04:03:14.395Z] [2020-12-04T04:03:14.395Z] Step 10/21 : FROM alpine [2020-12-04T04:03:14.395Z] latest: Pulling from library/alpine [2020-12-04T04:03:14.675Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T04:03:14.675Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T04:03:14.950Z] Status: Downloaded newer image for alpine:latest [2020-12-04T04:03:14.950Z] ---> 2e77e061c27f [2020-12-04T04:03:14.950Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T04:03:14.950Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T04:03:14.950Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T04:03:14.950Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T04:03:14.950Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T04:03:15.224Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T04:03:15.224Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T04:03:15.224Z] ---> Running in 9cdcdf2f12ac [2020-12-04T04:03:15.500Z] OK: 7 MiB in 19 packages [2020-12-04T04:03:17.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:03:18.088Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:03:18.688Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:03:18.688Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:03:18.688Z] OK: 12617 distinct packages available [2020-12-04T04:03:19.004Z] Removing intermediate container 4c453bd1f494 [2020-12-04T04:03:19.004Z] ---> 8cd5f5e9504f [2020-12-04T04:03:19.004Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T04:03:19.004Z] ---> Running in 1ab8a8694eb2 [2020-12-04T04:03:19.737Z] Removing intermediate container 1ab8a8694eb2 [2020-12-04T04:03:19.737Z] ---> 40371346cba6 [2020-12-04T04:03:19.737Z] Step 13/22 : WORKDIR / [2020-12-04T04:03:19.737Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T04:03:20.078Z] ---> Running in 04496a63e8a0 [2020-12-04T04:03:20.078Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T04:03:20.078Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T04:03:20.078Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T04:03:20.078Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:03:20.078Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T04:03:20.535Z] OK: 7 MiB in 18 packages [2020-12-04T04:03:20.847Z] Removing intermediate container 04496a63e8a0 [2020-12-04T04:03:20.847Z] ---> 2fa4789f87e0 [2020-12-04T04:03:20.847Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T04:03:22.342Z] ---> 364e0376e856 [2020-12-04T04:03:22.342Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T04:03:23.318Z] Removing intermediate container 9cdcdf2f12ac [2020-12-04T04:03:23.318Z] ---> d9d3119f0c0d [2020-12-04T04:03:23.318Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T04:03:23.591Z] ---> Running in 9500787b94dd [2020-12-04T04:03:24.579Z] ---> 9b9e9be32d0a [2020-12-04T04:03:24.579Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T04:03:24.579Z] Removing intermediate container 9500787b94dd [2020-12-04T04:03:24.579Z] ---> d54c6fb25fe1 [2020-12-04T04:03:24.579Z] Step 13/21 : WORKDIR /edgex [2020-12-04T04:03:24.860Z] ---> Running in e2a6d56b273c [2020-12-04T04:03:25.455Z] ---> c2318c63ab23 [2020-12-04T04:03:25.455Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T04:03:25.729Z] Removing intermediate container e2a6d56b273c [2020-12-04T04:03:25.729Z] ---> 21e10fecf78a [2020-12-04T04:03:25.729Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T04:03:26.705Z] ---> a635699da2b8 [2020-12-04T04:03:26.705Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T04:03:26.981Z] ---> Running in 64b2512b8a98 [2020-12-04T04:03:26.981Z] ---> 320ed76083e2 [2020-12-04T04:03:26.981Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T04:03:30.366Z] ---> f2fd5ef25af8 [2020-12-04T04:03:30.366Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T04:03:32.355Z] Removing intermediate container 64b2512b8a98 [2020-12-04T04:03:32.355Z] ---> 5cd0cd037809 [2020-12-04T04:03:32.355Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T04:03:32.355Z] ---> Running in 8d5d1b0fc684 [2020-12-04T04:03:33.343Z] ---> 651089787c6e [2020-12-04T04:03:33.343Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T04:03:33.343Z] Removing intermediate container 8d5d1b0fc684 [2020-12-04T04:03:33.343Z] ---> dac464944c04 [2020-12-04T04:03:33.343Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T04:03:33.619Z] ---> Running in b3811822b195 [2020-12-04T04:03:33.899Z] ---> Running in 43a739ffce98 [2020-12-04T04:03:34.174Z] Removing intermediate container b3811822b195 [2020-12-04T04:03:34.174Z] ---> 0eb16be13c10 [2020-12-04T04:03:34.174Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T04:03:34.774Z] ---> Running in e70eaaba0040 [2020-12-04T04:03:34.774Z] Removing intermediate container 43a739ffce98 [2020-12-04T04:03:34.774Z] ---> f46e5e78b7eb [2020-12-04T04:03:34.774Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:03:35.377Z] ---> Running in 5f8ba1bd36cb [2020-12-04T04:03:35.377Z] Removing intermediate container e70eaaba0040 [2020-12-04T04:03:35.377Z] ---> 9a21babb9106 [2020-12-04T04:03:35.377Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T04:03:35.377Z] Removing intermediate container 723804e3f1c8 [2020-12-04T04:03:35.377Z] ---> 1ded74ab5384 [2020-12-04T04:03:35.377Z] [2020-12-04T04:03:35.377Z] Step 10/21 : FROM scratch [2020-12-04T04:03:35.377Z] ---> [2020-12-04T04:03:35.377Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T04:03:35.652Z] Removing intermediate container 238c61632952 [2020-12-04T04:03:35.652Z] ---> 8d420a4d9247 [2020-12-04T04:03:35.652Z] [2020-12-04T04:03:35.652Z] Step 10/22 : FROM scratch [2020-12-04T04:03:35.652Z] ---> [2020-12-04T04:03:35.652Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T04:03:35.925Z] ---> Running in 4d99dd7aa849 [2020-12-04T04:03:35.925Z] ---> Running in 0e823bc216f3 [2020-12-04T04:03:35.925Z] ---> Running in 488747d59172 [2020-12-04T04:03:35.925Z] Removing intermediate container 5f8ba1bd36cb [2020-12-04T04:03:35.925Z] ---> 305a0c6c139e [2020-12-04T04:03:35.925Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T04:03:36.216Z] ---> Running in 0afe993fe1e6 [2020-12-04T04:03:36.493Z] Removing intermediate container 4d99dd7aa849 [2020-12-04T04:03:36.493Z] ---> 00eec5c05642 [2020-12-04T04:03:36.493Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T04:03:36.493Z] Removing intermediate container 0e823bc216f3 [2020-12-04T04:03:36.493Z] ---> f9c6b60f817d [2020-12-04T04:03:36.493Z] Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:03:36.767Z] Removing intermediate container 488747d59172 [2020-12-04T04:03:36.767Z] ---> adb4188538a2 [2020-12-04T04:03:36.767Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T04:03:36.767Z] ---> Running in 02336666feaf [2020-12-04T04:03:36.767Z] ---> Running in e9e448e574b4 [2020-12-04T04:03:36.767Z] ---> Running in f990665027a5 [2020-12-04T04:03:37.050Z] Removing intermediate container 0afe993fe1e6 [2020-12-04T04:03:37.050Z] ---> 0546b8f0ab45 [2020-12-04T04:03:37.050Z] [2020-12-04T04:03:37.667Z] Removing intermediate container 02336666feaf [2020-12-04T04:03:37.667Z] ---> 136354805358 [2020-12-04T04:03:37.667Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T04:03:37.667Z] Removing intermediate container f990665027a5 [2020-12-04T04:03:37.667Z] ---> cb610aa894fc [2020-12-04T04:03:37.667Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T04:03:37.667Z] Removing intermediate container e9e448e574b4 [2020-12-04T04:03:37.667Z] ---> 362656ff1266 [2020-12-04T04:03:37.667Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T04:03:37.667Z] Successfully built 0546b8f0ab45 [2020-12-04T04:03:37.667Z] ---> Running in c2e68312a4a0 [2020-12-04T04:03:37.945Z] ---> Running in cc581dfdba0c [2020-12-04T04:03:37.945Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-04T04:03:37.945Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2020-12-04T04:03:37.945Z] ---> Running in 8afa18cbd12f [2020-12-04T04:03:38.550Z] Removing intermediate container c2e68312a4a0 [2020-12-04T04:03:38.550Z] ---> 42bb8954ad47 [2020-12-04T04:03:38.550Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T04:03:38.550Z] Removing intermediate container 8afa18cbd12f [2020-12-04T04:03:38.550Z] ---> 69991805a9f4 [2020-12-04T04:03:38.550Z] [2020-12-04T04:03:38.823Z] Removing intermediate container cc581dfdba0c [2020-12-04T04:03:38.823Z] ---> 472d59583a00 [2020-12-04T04:03:38.823Z] Step 14/22 : WORKDIR / [2020-12-04T04:03:38.823Z] ---> Running in 040e8c0a700d [2020-12-04T04:03:39.424Z] Successfully built 69991805a9f4 [2020-12-04T04:03:39.424Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-04T04:03:39.424Z] Building docker-support-notifications-go [2020-12-04T04:03:40.021Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 040e8c0a700d [2020-12-04T04:03:40.021Z] ---> 2ea0482e6741 [2020-12-04T04:03:40.021Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T04:03:40.021Z] ---> b4fe3300b1f4 [2020-12-04T04:03:40.021Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T04:03:41.008Z] ---> 3f8ecf1fc7c8 [2020-12-04T04:03:41.008Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T04:03:42.486Z] ---> e7313dc7fee7 [2020-12-04T04:03:42.486Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T04:03:43.479Z] ---> a153654c3288 [2020-12-04T04:03:43.479Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T04:03:44.092Z] ---> 7e6fe35b5063 [2020-12-04T04:03:44.092Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T04:03:44.709Z] ---> Running in 340e435a97d3 [2020-12-04T04:03:44.991Z] ---> c34b799b82bf [2020-12-04T04:03:44.991Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T04:03:45.270Z] Removing intermediate container 340e435a97d3 [2020-12-04T04:03:45.270Z] ---> 8de57858cf66 [2020-12-04T04:03:45.270Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:03:45.270Z] ---> Running in c5bd18b70e4b [2020-12-04T04:03:45.549Z] ---> Running in 3dff1897a1fa [2020-12-04T04:03:46.182Z] Removing intermediate container c5bd18b70e4b [2020-12-04T04:03:46.182Z] ---> 741d8930aef9 [2020-12-04T04:03:46.182Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:03:46.182Z] Removing intermediate container 3dff1897a1fa [2020-12-04T04:03:46.182Z] ---> 4f1739c63879 [2020-12-04T04:03:46.453Z] Step 19/21 : LABEL arch=arm64 [2020-12-04T04:03:46.453Z] ---> Running in d647e84b0c7a [2020-12-04T04:03:46.727Z] ---> Running in 01fe52ee4283 [2020-12-04T04:03:47.356Z] Removing intermediate container d647e84b0c7a [2020-12-04T04:03:47.356Z] ---> 6ad10212b097 [2020-12-04T04:03:47.356Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T04:03:47.356Z] Removing intermediate container 01fe52ee4283 [2020-12-04T04:03:47.356Z] ---> 4787411ca6b7 [2020-12-04T04:03:47.356Z] Step 20/21 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:03:47.661Z] ---> Running in 47b471ccaa4b [2020-12-04T04:03:47.944Z] ---> Running in d36ff5f08c5f [2020-12-04T04:03:48.215Z] Removing intermediate container 47b471ccaa4b [2020-12-04T04:03:48.216Z] ---> 7a9cb1eda66b [2020-12-04T04:03:48.216Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:03:48.492Z] ---> Running in 5292082c3c9e [2020-12-04T04:03:48.492Z] Removing intermediate container d36ff5f08c5f [2020-12-04T04:03:48.492Z] ---> 8e721148fc8a [2020-12-04T04:03:48.492Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T04:03:48.769Z] ---> Running in 6ba35bf71424 [2020-12-04T04:03:49.044Z] Removing intermediate container 5292082c3c9e [2020-12-04T04:03:49.044Z] ---> ba221f526316 [2020-12-04T04:03:49.044Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T04:03:49.317Z] Removing intermediate container 6ba35bf71424 [2020-12-04T04:03:49.317Z] ---> cd7343cc787a [2020-12-04T04:03:49.317Z] [2020-12-04T04:03:49.317Z] ---> Running in 2fe4addb1e1c [2020-12-04T04:03:49.921Z] Successfully built cd7343cc787a [2020-12-04T04:03:49.921Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-04T04:03:49.921Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-04T04:03:50.194Z] Removing intermediate container 2fe4addb1e1c [2020-12-04T04:03:50.194Z] ---> 70afc0478c25 [2020-12-04T04:03:50.194Z] [2020-12-04T04:03:50.469Z] Successfully built 70afc0478c25 [2020-12-04T04:03:50.745Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-04T04:03:50.745Z] Building docker-sys-mgmt-agent-go [2020-12-04T04:03:53.364Z]  Building docker-core-command-go ... done Removing intermediate container 2634c8d04ed5 [2020-12-04T04:03:53.365Z] ---> c80141a57154 [2020-12-04T04:03:53.365Z] [2020-12-04T04:03:53.365Z] Step 10/23 : FROM alpine [2020-12-04T04:03:53.365Z] ---> 2e77e061c27f [2020-12-04T04:03:53.365Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T04:03:53.365Z] ---> Running in eb8e6a0c5823 [2020-12-04T04:03:53.637Z] Removing intermediate container eb8e6a0c5823 [2020-12-04T04:03:53.637Z] ---> 1de1079f0033 [2020-12-04T04:03:53.637Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T04:03:53.911Z] ---> Running in 858f1ad3bf36 [2020-12-04T04:03:54.515Z] Removing intermediate container 858f1ad3bf36 [2020-12-04T04:03:54.515Z] ---> d2d70af0813f [2020-12-04T04:03:54.515Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T04:03:54.515Z] ---> Running in 1584c808f740 [2020-12-04T04:03:55.116Z] Removing intermediate container 1584c808f740 [2020-12-04T04:03:55.116Z] ---> ff66fc7e3d12 [2020-12-04T04:03:55.116Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:03:55.393Z] ---> Running in f120e555c762 [2020-12-04T04:03:58.798Z] Removing intermediate container f120e555c762 [2020-12-04T04:03:58.798Z] ---> 44093211aae8 [2020-12-04T04:03:58.798Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T04:03:58.798Z] ---> Running in 64c44859ec7d [2020-12-04T04:04:00.244Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:01.226Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:01.823Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T04:04:01.823Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T04:04:02.098Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T04:04:02.373Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T04:04:02.373Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T04:04:02.646Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:04:02.646Z] OK: 8 MiB in 19 packages [2020-12-04T04:04:05.280Z] Removing intermediate container 64c44859ec7d [2020-12-04T04:04:05.280Z] ---> 1a8d7a7b7ec3 [2020-12-04T04:04:05.280Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T04:04:06.265Z] ---> 1efdaca4168c [2020-12-04T04:04:06.265Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T04:04:08.254Z] ---> 81ca4f91a32f [2020-12-04T04:04:08.254Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T04:04:09.686Z] ---> d4d82f3db6e1 [2020-12-04T04:04:09.686Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T04:04:09.686Z] ---> Running in c959607622ed [2020-12-04T04:04:10.287Z] Removing intermediate container c959607622ed [2020-12-04T04:04:10.287Z] ---> c0d14592b705 [2020-12-04T04:04:10.287Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:04:10.566Z] ---> Running in 35ca3784d588 [2020-12-04T04:04:11.169Z] Removing intermediate container 35ca3784d588 [2020-12-04T04:04:11.169Z] ---> 35f83d34c58f [2020-12-04T04:04:11.169Z] Step 21/23 : LABEL arch=arm64 [2020-12-04T04:04:11.448Z] ---> Running in 8466bc3b58ce [2020-12-04T04:04:12.053Z] Removing intermediate container 8466bc3b58ce [2020-12-04T04:04:12.053Z] ---> 60c7ddac8e7b [2020-12-04T04:04:12.053Z] Step 22/23 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:04:12.328Z] ---> Running in e8338acf6fdc [2020-12-04T04:04:12.926Z] Removing intermediate container e8338acf6fdc [2020-12-04T04:04:12.926Z] ---> 33d80fa613ed [2020-12-04T04:04:12.926Z] Step 23/23 : LABEL version=0.0.0 [2020-12-04T04:04:13.200Z] ---> Running in 4560e34eec13 [2020-12-04T04:04:13.797Z] Removing intermediate container 4560e34eec13 [2020-12-04T04:04:13.797Z] ---> f2cae9373b13 [2020-12-04T04:04:13.797Z] [2020-12-04T04:04:14.069Z] Successfully built f2cae9373b13 [2020-12-04T04:04:14.069Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-04T04:04:14.069Z] Building docker-security-secrets-setup-go [2020-12-04T04:04:32.484Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:04:32.484Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:04:32.484Z] ---> ad73217958d9 [2020-12-04T04:04:32.484Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> 589360bee76d [2020-12-04T04:04:32.484Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> 677bed2b9630 [2020-12-04T04:04:32.484Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> ccfc162bb9e3 [2020-12-04T04:04:32.484Z] Step 6/22 : COPY go.mod . [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> f307571d903f [2020-12-04T04:04:32.484Z] Step 7/22 : RUN go mod download [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> 7a08edc96e68 [2020-12-04T04:04:32.484Z] Step 8/22 : COPY . . [2020-12-04T04:04:32.484Z] ---> Using cache [2020-12-04T04:04:32.484Z] ---> dcb629a9fbef [2020-12-04T04:04:32.484Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T04:04:33.962Z] ---> Running in 0670d139b3b2 [2020-12-04T04:04:33.962Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:04:33.962Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:04:33.962Z] ---> ad73217958d9 [2020-12-04T04:04:33.962Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T04:04:33.962Z] ---> Using cache [2020-12-04T04:04:33.962Z] ---> 589360bee76d [2020-12-04T04:04:33.962Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:04:33.962Z] ---> Using cache [2020-12-04T04:04:33.962Z] ---> 677bed2b9630 [2020-12-04T04:04:33.962Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T04:04:33.962Z] ---> Running in 7dce7a62db47 [2020-12-04T04:04:35.406Z] 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-04T04:04:35.684Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:36.668Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:37.650Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:04:37.650Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:04:37.650Z] OK: 12616 distinct packages available [2020-12-04T04:04:38.643Z] OK: 217 MiB in 51 packages [2020-12-04T04:04:42.041Z] Removing intermediate container 7dce7a62db47 [2020-12-04T04:04:42.041Z] ---> c66bb1651717 [2020-12-04T04:04:42.041Z] Step 6/24 : COPY go.mod . [2020-12-04T04:04:44.030Z] ---> 2392ecf32688 [2020-12-04T04:04:44.030Z] Step 7/24 : RUN go mod download [2020-12-04T04:04:44.305Z] ---> Running in 6a56c92219ce [2020-12-04T04:04:48.624Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:04:48.624Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:04:48.624Z] ---> ad73217958d9 [2020-12-04T04:04:48.624Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> 589360bee76d [2020-12-04T04:04:48.624Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> 677bed2b9630 [2020-12-04T04:04:48.624Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T04:04:48.624Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:04:48.624Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T04:04:48.624Z] ---> ad73217958d9 [2020-12-04T04:04:48.624Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> 589360bee76d [2020-12-04T04:04:48.624Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> 677bed2b9630 [2020-12-04T04:04:48.624Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> ccfc162bb9e3 [2020-12-04T04:04:48.624Z] Step 6/24 : COPY go.mod . [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> f307571d903f [2020-12-04T04:04:48.624Z] Step 7/24 : RUN go mod download [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> 7a08edc96e68 [2020-12-04T04:04:48.624Z] Step 8/24 : COPY . . [2020-12-04T04:04:48.624Z] ---> Using cache [2020-12-04T04:04:48.624Z] ---> dcb629a9fbef [2020-12-04T04:04:48.624Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T04:04:48.624Z] ---> Running in 5e2365a1c48c [2020-12-04T04:04:48.624Z] ---> Running in 47a4f063ac5d [2020-12-04T04:04:51.263Z] Removing intermediate container 6a56c92219ce [2020-12-04T04:04:51.263Z] ---> c202f6a744e1 [2020-12-04T04:04:51.263Z] Step 8/24 : COPY . . [2020-12-04T04:04:51.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:51.538Z] 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-04T04:04:52.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:04:53.981Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:04:53.981Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:04:53.981Z] OK: 12616 distinct packages available [2020-12-04T04:04:54.967Z] OK: 217 MiB in 51 packages [2020-12-04T04:05:00.442Z] Removing intermediate container 47a4f063ac5d [2020-12-04T04:05:00.442Z] ---> 6de11436f319 [2020-12-04T04:05:00.442Z] Step 6/27 : COPY go.mod . [2020-12-04T04:05:01.893Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T04:05:01.893Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T04:05:01.893Z] ---> ad73217958d9 [2020-12-04T04:05:01.893Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T04:05:01.893Z] ---> Using cache [2020-12-04T04:05:01.893Z] ---> 589360bee76d [2020-12-04T04:05:01.893Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T04:05:01.893Z] ---> c5632ae6cc63 [2020-12-04T04:05:01.893Z] Step 7/27 : RUN go mod download [2020-12-04T04:05:02.172Z] ---> Running in e3d305ed259e [2020-12-04T04:05:02.544Z] ---> Running in e7e134966ac6 [2020-12-04T04:05:05.958Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:05:06.558Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:05:07.590Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:05:07.590Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:05:07.590Z] OK: 12616 distinct packages available [2020-12-04T04:05:08.577Z] OK: 217 MiB in 51 packages [2020-12-04T04:05:09.596Z] Removing intermediate container e7e134966ac6 [2020-12-04T04:05:09.596Z] ---> 85b97dc7118e [2020-12-04T04:05:09.596Z] Step 8/27 : COPY . . [2020-12-04T04:05:11.614Z] Removing intermediate container e3d305ed259e [2020-12-04T04:05:11.614Z] ---> 52d35e80391c [2020-12-04T04:05:11.615Z] Step 5/29 : COPY go.mod . [2020-12-04T04:05:14.290Z] ---> f15411315151 [2020-12-04T04:05:14.290Z] Step 6/29 : RUN go mod download [2020-12-04T04:05:15.322Z] ---> Running in 2b55306c0670 [2020-12-04T04:05:20.789Z] ---> 7435c7b7e648 [2020-12-04T04:05:20.789Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T04:05:21.393Z] ---> Running in 77e5ab27f71a [2020-12-04T04:05:21.671Z] Removing intermediate container 2b55306c0670 [2020-12-04T04:05:21.671Z] ---> 7fd940836586 [2020-12-04T04:05:21.671Z] Step 7/29 : COPY . . [2020-12-04T04:05:23.667Z] 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-04T04:05:42.042Z] ---> b8af6d92ba42 [2020-12-04T04:05:42.042Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T04:05:42.042Z] ---> Running in 9c0eeaf26bde [2020-12-04T04:05:44.048Z] 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-04T04:05:47.481Z] ---> b50ac2e2a056 [2020-12-04T04:05:47.481Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T04:05:47.764Z] ---> Running in f1d66fddc2d9 [2020-12-04T04:05:49.769Z] 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-04T04:05:58.205Z] 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-04T04:06:13.558Z] Removing intermediate container 5e2365a1c48c [2020-12-04T04:06:13.558Z] ---> 0eaf26da905d [2020-12-04T04:06:13.558Z] [2020-12-04T04:06:13.558Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T04:06:13.558Z] ---> 536a684cf733 [2020-12-04T04:06:13.558Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T04:06:13.558Z] ---> Using cache [2020-12-04T04:06:13.558Z] ---> 8cd5f5e9504f [2020-12-04T04:06:13.558Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T04:06:13.558Z] ---> Running in 49df3d96094b [2020-12-04T04:06:13.558Z] Removing intermediate container 49df3d96094b [2020-12-04T04:06:13.558Z] ---> 993e9c63cb79 [2020-12-04T04:06:13.558Z] Step 13/24 : WORKDIR / [2020-12-04T04:06:13.558Z] ---> Running in 5eca6c7583a7 [2020-12-04T04:06:14.173Z] Removing intermediate container 5eca6c7583a7 [2020-12-04T04:06:14.173Z] ---> 19f513077b25 [2020-12-04T04:06:14.173Z] 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-04T04:06:15.178Z] ---> 160ae738d644 [2020-12-04T04:06:15.178Z] 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-04T04:06:16.670Z] ---> 7fb07625038b [2020-12-04T04:06:16.670Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T04:06:18.124Z] ---> f2eb20bbc0b4 [2020-12-04T04:06:18.124Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T04:06:20.131Z] ---> ac6408b14378 [2020-12-04T04:06:20.131Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T04:06:23.569Z] ---> b448fd9fe0ed [2020-12-04T04:06:23.569Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T04:06:24.171Z] Removing intermediate container 0670d139b3b2 [2020-12-04T04:06:24.171Z] ---> 977907783f98 [2020-12-04T04:06:24.171Z] [2020-12-04T04:06:24.171Z] Step 10/22 : FROM scratch [2020-12-04T04:06:24.171Z] ---> [2020-12-04T04:06:24.171Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T04:06:24.463Z] ---> Using cache [2020-12-04T04:06:24.463Z] ---> adb4188538a2 [2020-12-04T04:06:24.463Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T04:06:24.742Z] ---> Running in a4b05f8e2519 [2020-12-04T04:06:24.742Z] ---> 6ceb6788fed4 [2020-12-04T04:06:24.742Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T04:06:25.019Z] ---> Running in dfa1984192cf [2020-12-04T04:06:25.308Z] Removing intermediate container a4b05f8e2519 [2020-12-04T04:06:25.308Z] ---> 06abe705f447 [2020-12-04T04:06:25.308Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T04:06:25.584Z] ---> Running in cb3a4b6697d8 [2020-12-04T04:06:26.572Z] Removing intermediate container cb3a4b6697d8 [2020-12-04T04:06:26.572Z] ---> 89aa402aa3ee [2020-12-04T04:06:26.572Z] Step 14/22 : WORKDIR / [2020-12-04T04:06:26.572Z] ---> Running in 5d1bb507ad6b [2020-12-04T04:06:27.174Z] Removing intermediate container 5d1bb507ad6b [2020-12-04T04:06:27.174Z] ---> 39e0d3ec89d1 [2020-12-04T04:06:27.174Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T04:06:28.635Z] ---> 1d8bce6e32c5 [2020-12-04T04:06:28.635Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T04:06:28.635Z] Removing intermediate container dfa1984192cf [2020-12-04T04:06:28.635Z] ---> 5231b2ac1d22 [2020-12-04T04:06:28.635Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T04:06:28.918Z] ---> Running in ecc020b6c00c [2020-12-04T04:06:29.913Z] Removing intermediate container ecc020b6c00c [2020-12-04T04:06:29.913Z] ---> 8ae2aa4a5721 [2020-12-04T04:06:29.913Z] Step 22/24 : LABEL arch=arm64 [2020-12-04T04:06:30.191Z] ---> Running in f7038a1229a9 [2020-12-04T04:06:31.204Z] Removing intermediate container f7038a1229a9 [2020-12-04T04:06:31.204Z] ---> 8bfc37f2cf12 [2020-12-04T04:06:31.204Z] Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:06:31.204Z] ---> 62cadfe733b6 [2020-12-04T04:06:31.204Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T04:06:31.204Z] ---> Running in 03430a12a4f2 [2020-12-04T04:06:32.200Z] Removing intermediate container 03430a12a4f2 [2020-12-04T04:06:32.200Z] ---> f24a67e446d1 [2020-12-04T04:06:32.200Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T04:06:32.478Z] ---> 79f3b606e23d [2020-12-04T04:06:32.478Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T04:06:32.478Z] ---> Running in 5ab1f0c0839b [2020-12-04T04:06:32.753Z] ---> Running in 98c4f710494e [2020-12-04T04:06:33.361Z] Removing intermediate container 5ab1f0c0839b [2020-12-04T04:06:33.361Z] ---> dce07a0a2fc6 [2020-12-04T04:06:33.361Z] [2020-12-04T04:06:33.361Z] Removing intermediate container 98c4f710494e [2020-12-04T04:06:33.361Z] ---> 9f1190edb279 [2020-12-04T04:06:33.361Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:06:33.642Z] ---> Running in 28f91b7811c9 [2020-12-04T04:06:34.256Z] Successfully built dce07a0a2fc6 [2020-12-04T04:06:34.256Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-04T04:06:34.545Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 28f91b7811c9 [2020-12-04T04:06:34.545Z] ---> 8de37ae124c9 [2020-12-04T04:06:34.545Z] Step 20/22 : LABEL arch=arm64 [2020-12-04T04:06:34.821Z] ---> Running in 4fae4b658101 [2020-12-04T04:06:35.426Z] Removing intermediate container 4fae4b658101 [2020-12-04T04:06:35.426Z] ---> a43f48f1033c [2020-12-04T04:06:35.426Z] Step 21/22 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:06:35.426Z] ---> Running in a1c09d42b9c2 [2020-12-04T04:06:36.035Z] Removing intermediate container a1c09d42b9c2 [2020-12-04T04:06:36.035Z] ---> 0a15e750daea [2020-12-04T04:06:36.035Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T04:06:36.315Z] ---> Running in 84e12a3fa291 [2020-12-04T04:06:36.949Z] Removing intermediate container 84e12a3fa291 [2020-12-04T04:06:36.949Z] ---> 22d8d6a1dc03 [2020-12-04T04:06:36.949Z] [2020-12-04T04:06:37.612Z] Successfully built 22d8d6a1dc03 [2020-12-04T04:06:37.612Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-04T04:06:59.832Z]  Building docker-core-metadata-go ... done Removing intermediate container f1d66fddc2d9 [2020-12-04T04:06:59.832Z] ---> b67f7a0133ca [2020-12-04T04:06:59.832Z] [2020-12-04T04:06:59.832Z] Step 9/29 : FROM alpine:latest [2020-12-04T04:06:59.832Z] ---> 2e77e061c27f [2020-12-04T04:06:59.832Z] 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-04T04:06:59.832Z] ---> Running in 803ea641b9ed [2020-12-04T04:06:59.832Z] Removing intermediate container 803ea641b9ed [2020-12-04T04:06:59.832Z] ---> 3523984a1a5c [2020-12-04T04:06:59.832Z] Step 11/29 : USER root [2020-12-04T04:06:59.832Z] Removing intermediate container 77e5ab27f71a [2020-12-04T04:06:59.832Z] ---> c4856f483cd2 [2020-12-04T04:06:59.832Z] [2020-12-04T04:06:59.832Z] Step 10/24 : FROM scratch [2020-12-04T04:06:59.832Z] ---> [2020-12-04T04:06:59.832Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T04:06:59.832Z] ---> Running in 5116251705c0 [2020-12-04T04:06:59.832Z] ---> Running in ce568ee60c02 [2020-12-04T04:06:59.832Z] Removing intermediate container 9c0eeaf26bde [2020-12-04T04:06:59.832Z] ---> 11a1c050ac7e [2020-12-04T04:06:59.832Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T04:06:59.832Z] Removing intermediate container 5116251705c0 [2020-12-04T04:06:59.832Z] ---> 7531082249e6 [2020-12-04T04:06:59.832Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T04:06:59.832Z] ---> Running in 7062a1f0d69c [2020-12-04T04:06:59.832Z] ---> Running in 19ee243d0a4e [2020-12-04T04:06:59.832Z] Removing intermediate container ce568ee60c02 [2020-12-04T04:06:59.832Z] ---> 1112ce247ff8 [2020-12-04T04:06:59.832Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T04:07:00.105Z] ---> Running in b1674d4dc1a4 [2020-12-04T04:07:00.707Z] Removing intermediate container b1674d4dc1a4 [2020-12-04T04:07:00.707Z] ---> 9c81fd001893 [2020-12-04T04:07:00.707Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T04:07:00.707Z] ---> Running in ee89534f68fe [2020-12-04T04:07:01.304Z] Removing intermediate container ee89534f68fe [2020-12-04T04:07:01.304Z] ---> fe1a344f16c0 [2020-12-04T04:07:01.304Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T04:07:01.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:01.583Z] 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-04T04:07:01.583Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:02.184Z] ---> 97940869b153 [2020-12-04T04:07:02.184Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T04:07:02.458Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T04:07:02.458Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T04:07:02.458Z] OK: 12617 distinct packages available [2020-12-04T04:07:03.050Z] ---> 2d051b0dda75 [2020-12-04T04:07:03.050Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T04:07:03.050Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T04:07:03.327Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T04:07:03.327Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:07:03.327Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T04:07:03.603Z] OK: 6 MiB in 16 packages [2020-12-04T04:07:04.592Z] ---> c7759c7e156e [2020-12-04T04:07:04.592Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T04:07:04.866Z] Removing intermediate container 7062a1f0d69c [2020-12-04T04:07:04.866Z] ---> 435ed4a84149 [2020-12-04T04:07:04.866Z] [2020-12-04T04:07:04.866Z] Step 11/27 : FROM docker:latest [2020-12-04T04:07:04.866Z] ---> 84e3a507c27b [2020-12-04T04:07:04.866Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T04:07:05.142Z] ---> Running in c48bb27d6146 [2020-12-04T04:07:05.738Z] Removing intermediate container 19ee243d0a4e [2020-12-04T04:07:05.738Z] ---> 91c9ff38d293 [2020-12-04T04:07:05.738Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T04:07:05.738Z] ---> 0ad12b71d177 [2020-12-04T04:07:05.738Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T04:07:05.738Z] ---> Running in 8c0a7fcdb5dc [2020-12-04T04:07:06.326Z] Removing intermediate container 8c0a7fcdb5dc [2020-12-04T04:07:06.326Z] ---> de6b16477197 [2020-12-04T04:07:06.326Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T04:07:06.326Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:06.326Z] ---> Running in f5c482f8920e [2020-12-04T04:07:06.596Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:06.867Z] ---> 0d8fa78b5d45 [2020-12-04T04:07:06.868Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T04:07:07.138Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T04:07:07.138Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T04:07:07.138Z] Executing bash-5.0.17-r0.post-install [2020-12-04T04:07:07.138Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:07:07.138Z] Removing intermediate container f5c482f8920e [2020-12-04T04:07:07.138Z] ---> 04de9aff608a [2020-12-04T04:07:07.138Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T04:07:07.138Z] OK: 12 MiB in 22 packages [2020-12-04T04:07:07.408Z] ---> Running in 4edfba4af950 [2020-12-04T04:07:08.003Z] ---> 4565adb1e957 [2020-12-04T04:07:08.003Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T04:07:08.003Z] ---> Running in 08d29f923ccd [2020-12-04T04:07:08.600Z] Removing intermediate container c48bb27d6146 [2020-12-04T04:07:08.600Z] ---> 4a17323f57a4 [2020-12-04T04:07:08.600Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T04:07:08.600Z] Removing intermediate container 08d29f923ccd [2020-12-04T04:07:08.600Z] ---> 4d980cba5f94 [2020-12-04T04:07:08.600Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:07:08.873Z] ---> Running in 11d41388526c [2020-12-04T04:07:08.873Z] ---> Running in c395ced8a694 [2020-12-04T04:07:09.466Z] Removing intermediate container c395ced8a694 [2020-12-04T04:07:09.466Z] ---> e0162da20d4c [2020-12-04T04:07:09.466Z] Step 22/24 : LABEL arch=arm64 [2020-12-04T04:07:09.466Z] ---> Running in aa4751537d84 [2020-12-04T04:07:09.466Z] Removing intermediate container 4edfba4af950 [2020-12-04T04:07:09.466Z] ---> 6eb294009309 [2020-12-04T04:07:09.466Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T04:07:10.059Z] Removing intermediate container aa4751537d84 [2020-12-04T04:07:10.059Z] ---> 7882a93aa3e3 [2020-12-04T04:07:10.059Z] Step 23/24 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:07:10.059Z] ---> Running in c0219066f645 [2020-12-04T04:07:10.666Z] Removing intermediate container c0219066f645 [2020-12-04T04:07:10.666Z] ---> dbb633750f09 [2020-12-04T04:07:10.666Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T04:07:10.942Z] ---> bc3b3483a959 [2020-12-04T04:07:10.942Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T04:07:10.942Z] ---> Running in c20ec2383c16 [2020-12-04T04:07:11.541Z] Removing intermediate container c20ec2383c16 [2020-12-04T04:07:11.541Z] ---> 809582b24b8c [2020-12-04T04:07:11.541Z] [2020-12-04T04:07:11.541Z] Removing intermediate container 11d41388526c [2020-12-04T04:07:11.541Z] ---> fee8b6c60e90 [2020-12-04T04:07:11.541Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T04:07:11.816Z] ---> Running in ed6782cb5bfe [2020-12-04T04:07:11.816Z] Successfully built 809582b24b8c [2020-12-04T04:07:11.816Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-04T04:07:12.091Z]  Building docker-support-notifications-go ... done  ---> 69eb24f67159 [2020-12-04T04:07:12.091Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T04:07:12.362Z] Removing intermediate container ed6782cb5bfe [2020-12-04T04:07:12.362Z] ---> ded2c5f9533e [2020-12-04T04:07:12.362Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T04:07:12.640Z] ---> Running in f723fdad8760 [2020-12-04T04:07:12.640Z] ---> 18db04c11d9d [2020-12-04T04:07:12.640Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T04:07:12.924Z] Removing intermediate container f723fdad8760 [2020-12-04T04:07:12.924Z] ---> aef860203431 [2020-12-04T04:07:12.924Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T04:07:13.196Z] ---> Running in 1fedcff5bb23 [2020-12-04T04:07:13.466Z] ---> 529c75072d96 [2020-12-04T04:07:13.466Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T04:07:13.737Z] Removing intermediate container 1fedcff5bb23 [2020-12-04T04:07:13.737Z] ---> d3ad31eb209f [2020-12-04T04:07:13.737Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T04:07:14.342Z] ---> af8231a9c0f5 [2020-12-04T04:07:14.342Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T04:07:14.625Z] ---> Running in 80caa6dcdfa8 [2020-12-04T04:07:14.907Z] ---> 70421ebe7bb4 [2020-12-04T04:07:14.907Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T04:07:15.891Z] ---> 066867520b90 [2020-12-04T04:07:15.891Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T04:07:16.869Z] ---> 04564f43bf6a [2020-12-04T04:07:16.869Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T04:07:16.869Z] ---> Running in aa50050bb4e4 [2020-12-04T04:07:17.141Z] Removing intermediate container 80caa6dcdfa8 [2020-12-04T04:07:17.141Z] ---> f1c32349da8f [2020-12-04T04:07:17.141Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T04:07:18.165Z] ---> 9458b1c384d1 [2020-12-04T04:07:18.165Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T04:07:18.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:18.165Z] ---> Running in c0127e79e052 [2020-12-04T04:07:18.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:07:19.093Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T04:07:19.093Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T04:07:19.093Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T04:07:19.094Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T04:07:19.094Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T04:07:19.094Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T04:07:19.094Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T04:07:21.182Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T04:07:21.182Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T04:07:21.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T04:07:21.182Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T04:07:21.182Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T04:07:21.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T04:07:21.182Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T04:07:21.182Z] Removing intermediate container c0127e79e052 [2020-12-04T04:07:21.182Z] ---> a0b98b478039 [2020-12-04T04:07:21.182Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T04:07:21.182Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T04:07:21.454Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T04:07:21.454Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T04:07:21.454Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T04:07:21.735Z] ---> Running in e28e1a7a8b4a [2020-12-04T04:07:21.735Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T04:07:21.735Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T04:07:21.735Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T04:07:21.735Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T04:07:21.735Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T04:07:21.735Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T04:07:21.735Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T04:07:21.735Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T04:07:22.013Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T04:07:22.013Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T04:07:22.013Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T04:07:22.013Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T04:07:22.013Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T04:07:22.013Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T04:07:22.013Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T04:07:22.294Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:07:22.294Z] OK: 71 MiB in 55 packages [2020-12-04T04:07:24.936Z] Removing intermediate container e28e1a7a8b4a [2020-12-04T04:07:24.936Z] ---> f90ad6c95345 [2020-12-04T04:07:24.936Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T04:07:24.936Z] ---> Running in aa0d09e0db64 [2020-12-04T04:07:25.541Z] Removing intermediate container aa0d09e0db64 [2020-12-04T04:07:25.542Z] ---> 93f74f7abf58 [2020-12-04T04:07:25.542Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T04:07:25.542Z] ---> Running in 28626530a1e7 [2020-12-04T04:07:26.140Z] Removing intermediate container 28626530a1e7 [2020-12-04T04:07:26.140Z] ---> 024ad069273f [2020-12-04T04:07:26.140Z] Step 27/29 : LABEL arch=arm64 [2020-12-04T04:07:26.416Z] ---> Running in 91e7ff808ec4 [2020-12-04T04:07:27.017Z] Removing intermediate container 91e7ff808ec4 [2020-12-04T04:07:27.017Z] ---> d73039af732c [2020-12-04T04:07:27.017Z] Step 28/29 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:07:27.017Z] ---> Running in 4b5d0770a7ec [2020-12-04T04:07:27.615Z] Removing intermediate container 4b5d0770a7ec [2020-12-04T04:07:27.615Z] ---> ce112cb9df6d [2020-12-04T04:07:27.615Z] Step 29/29 : LABEL version=0.0.0 [2020-12-04T04:07:27.903Z] ---> Running in d4651718ba8b [2020-12-04T04:07:28.177Z] Removing intermediate container aa50050bb4e4 [2020-12-04T04:07:28.177Z] ---> 6b688f9d82b0 [2020-12-04T04:07:28.177Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T04:07:28.450Z] Removing intermediate container d4651718ba8b [2020-12-04T04:07:28.450Z] ---> afdfc3e080f7 [2020-12-04T04:07:28.450Z] [2020-12-04T04:07:28.721Z] ---> Running in 918e3a162162 [2020-12-04T04:07:28.995Z] Successfully built afdfc3e080f7 [2020-12-04T04:07:28.995Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-04T04:07:33.303Z]  Building docker-security-secrets-setup-go ... done Collecting docker-compose==1.23.2 [2020-12-04T04:07:33.303Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T04:07:33.898Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T04:07:33.898Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T04:07:34.172Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T04:07:34.172Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T04:07:34.767Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T04:07:34.767Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T04:07:36.198Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T04:07:36.198Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T04:07:36.469Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T04:07:36.740Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T04:07:37.011Z] 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-04T04:07:37.284Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T04:07:37.284Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T04:07:39.256Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T04:07:39.256Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T04:07:41.225Z] Collecting PyYAML<4,>=3.10 [2020-12-04T04:07:41.225Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T04:07:44.606Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T04:07:44.606Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T04:07:46.036Z] 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-04T04:07:46.036Z] 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-04T04:07:46.307Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T04:07:46.307Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T04:07:46.577Z] Collecting idna<2.8,>=2.5 [2020-12-04T04:07:46.577Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T04:07:46.850Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T04:07:46.850Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T04:07:47.120Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T04:07:47.120Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T04:07:47.120Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T04:07:47.120Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T04:07:47.713Z] Installing collected packages: cached-property, websocket-client, jsonschema, urllib3, idna, requests, docker-pycreds, docker, texttable, docopt, PyYAML, dockerpty, docker-compose [2020-12-04T04:07:48.688Z] Attempting uninstall: urllib3 [2020-12-04T04:07:48.688Z] Found existing installation: urllib3 1.25.9 [2020-12-04T04:07:48.688Z] Uninstalling urllib3-1.25.9: [2020-12-04T04:07:48.688Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T04:07:49.283Z] Attempting uninstall: idna [2020-12-04T04:07:49.283Z] Found existing installation: idna 2.9 [2020-12-04T04:07:49.283Z] Uninstalling idna-2.9: [2020-12-04T04:07:49.283Z] Successfully uninstalled idna-2.9 [2020-12-04T04:07:49.901Z] Attempting uninstall: requests [2020-12-04T04:07:49.901Z] Found existing installation: requests 2.23.0 [2020-12-04T04:07:49.901Z] Uninstalling requests-2.23.0: [2020-12-04T04:07:50.173Z] Successfully uninstalled requests-2.23.0 [2020-12-04T04:07:51.147Z] Running setup.py install for texttable: started [2020-12-04T04:07:53.117Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T04:07:53.117Z] Running setup.py install for docopt: started [2020-12-04T04:07:55.090Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T04:07:55.090Z] Running setup.py install for PyYAML: started [2020-12-04T04:07:57.053Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T04:07:57.053Z] Running setup.py install for dockerpty: started [2020-12-04T04:07:58.476Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T04:07:59.448Z] 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-04T04:08:02.820Z] Removing intermediate container 918e3a162162 [2020-12-04T04:08:02.820Z] ---> c172d9bd596c [2020-12-04T04:08:02.820Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T04:08:03.114Z] ---> Running in fdffb3ccc968 [2020-12-04T04:08:04.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-04T04:08:04.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-04T04:08:04.965Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T04:08:04.965Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T04:08:04.965Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T04:08:04.965Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T04:08:04.965Z] OK: 71 MiB in 58 packages [2020-12-04T04:08:06.391Z] Removing intermediate container fdffb3ccc968 [2020-12-04T04:08:06.391Z] ---> aa5bc7f0ffb8 [2020-12-04T04:08:06.391Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T04:08:06.391Z] ---> Running in 1f421821c45d [2020-12-04T04:08:06.984Z] Removing intermediate container 1f421821c45d [2020-12-04T04:08:06.984Z] ---> 6a5d234f8662 [2020-12-04T04:08:06.984Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T04:08:06.984Z] ---> Running in 080cbcfd1fba [2020-12-04T04:08:07.577Z] Removing intermediate container 080cbcfd1fba [2020-12-04T04:08:07.577Z] ---> 382a3030ec55 [2020-12-04T04:08:07.577Z] Step 25/27 : LABEL arch=arm64 [2020-12-04T04:08:07.577Z] ---> Running in cf87fa875c1e [2020-12-04T04:08:08.171Z] Removing intermediate container cf87fa875c1e [2020-12-04T04:08:08.171Z] ---> c7d2c6beaa3d [2020-12-04T04:08:08.171Z] Step 26/27 : LABEL git_sha=1e323e510a116749d1afb4156ad19742f363f26f [2020-12-04T04:08:08.171Z] ---> Running in 21c5e68ef984 [2020-12-04T04:08:08.772Z] Removing intermediate container 21c5e68ef984 [2020-12-04T04:08:08.772Z] ---> 79916bd7e2dc [2020-12-04T04:08:08.772Z] Step 27/27 : LABEL version=0.0.0 [2020-12-04T04:08:08.772Z] ---> Running in 9c11fa7ed55f [2020-12-04T04:08:09.368Z] Removing intermediate container 9c11fa7ed55f [2020-12-04T04:08:09.368Z] ---> 0a9c5b1290df [2020-12-04T04:08:09.368Z] [2020-12-04T04:08:09.640Z] Successfully built 0a9c5b1290df [2020-12-04T04:08:09.640Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-04T04:08:09.932Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-04T04:08:09.942Z] $ docker stop --time=1 ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f [2020-12-04T04:08:11.795Z] $ docker rm -f ad752cad0aca43ea6e5dc82fb8379e5415e2d1db629c86cf596baf06bec1b06f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T04:08:12.489Z] + grep docker [2020-12-04T04:08:12.489Z] + docker images [2020-12-04T04:08:12.759Z] docker-sys-mgmt-agent-go-arm64 latest 0a9c5b1290df 4 seconds ago 273MB [2020-12-04T04:08:12.759Z] docker-security-secrets-setup-go-arm64 latest afdfc3e080f7 44 seconds ago 22.7MB [2020-12-04T04:08:12.759Z] docker-support-notifications-go-arm64 latest 809582b24b8c About a minute ago 12.9MB [2020-12-04T04:08:12.759Z] docker-core-metadata-go-arm64 latest 22d8d6a1dc03 About a minute ago 13.6MB [2020-12-04T04:08:12.759Z] docker-security-secretstore-setup-go-arm64 latest dce07a0a2fc6 About a minute ago 23.5MB [2020-12-04T04:08:12.759Z] docker-core-data-go-arm64 latest f2cae9373b13 3 minutes ago 22.3MB [2020-12-04T04:08:12.759Z] docker-core-command-go-arm64 latest 70afc0478c25 4 minutes ago 11.4MB [2020-12-04T04:08:12.759Z] docker-support-scheduler-go-arm64 latest cd7343cc787a 4 minutes ago 11.5MB [2020-12-04T04:08:12.759Z] docker-security-proxy-setup-go-arm64 latest 69991805a9f4 4 minutes ago 23.4MB [2020-12-04T04:08:12.759Z] docker-security-bootstrap-redis-go-arm64 latest 0546b8f0ab45 4 minutes ago 15.2MB [2020-12-04T04:08:12.759Z] docker latest 84e3a507c27b 2 days 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-04T04:08:16.486Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:17.373Z] ---> package-listing.sh [2020-12-04T04:08:17.373Z] ++ facter osfamily [2020-12-04T04:08:17.373Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T04:08:17.373Z] + OS_FAMILY=redhat [2020-12-04T04:08:17.373Z] + workspace=/w/workspace/edgex-go/6 [2020-12-04T04:08:17.373Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T04:08:17.373Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T04:08:17.373Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T04:08:17.373Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T04:08:17.373Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-04T04:08:17.373Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T04:08:17.373Z] + case "${OS_FAMILY}" in [2020-12-04T04:08:17.373Z] + rpm -qa [2020-12-04T04:08:17.373Z] + sort [2020-12-04T04:08:22.694Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T04:08:22.694Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T04:08:22.694Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T04:08:22.694Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-04T04:08:22.694Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-12-04T04:08:22.694Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-12-04T04:08:22.707Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T04:08:23.006Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T04:08:23.317Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:08:23.317Z] [2020-12-04T04:08:23.317Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T04:08:24.868Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:08:24.868Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T04:08:24.868Z] df20fa9351a1: Pulling fs layer [2020-12-04T04:08:24.868Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T04:08:24.868Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T04:08:24.868Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T04:08:24.868Z] 93b61091891f: Pulling fs layer [2020-12-04T04:08:24.868Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T04:08:24.868Z] 5e14af77c1be: Pulling fs layer [2020-12-04T04:08:24.868Z] 01666e4c0597: Pulling fs layer [2020-12-04T04:08:24.868Z] aa168da1d23b: Pulling fs layer [2020-12-04T04:08:24.868Z] 46f8f816bc3b: Waiting [2020-12-04T04:08:24.868Z] 93b61091891f: Waiting [2020-12-04T04:08:24.868Z] 93b9cdb0e59b: Waiting [2020-12-04T04:08:24.868Z] 01666e4c0597: Waiting [2020-12-04T04:08:24.868Z] aa168da1d23b: Waiting [2020-12-04T04:08:24.868Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T04:08:24.868Z] 36b3adc4ff6f: Download complete [2020-12-04T04:08:25.135Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T04:08:25.135Z] 46f8f816bc3b: Download complete [2020-12-04T04:08:25.135Z] df20fa9351a1: Download complete [2020-12-04T04:08:25.135Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T04:08:25.135Z] 93b9cdb0e59b: Download complete [2020-12-04T04:08:25.135Z] 5e14af77c1be: Verifying Checksum [2020-12-04T04:08:25.135Z] 5e14af77c1be: Download complete [2020-12-04T04:08:25.135Z] 93b61091891f: Verifying Checksum [2020-12-04T04:08:25.135Z] 93b61091891f: Download complete [2020-12-04T04:08:25.135Z] 01666e4c0597: Verifying Checksum [2020-12-04T04:08:25.135Z] 01666e4c0597: Download complete [2020-12-04T04:08:25.135Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T04:08:25.135Z] 8ad3a11d3b57: Download complete [2020-12-04T04:08:25.405Z] df20fa9351a1: Pull complete [2020-12-04T04:08:25.671Z] 36b3adc4ff6f: Pull complete [2020-12-04T04:08:26.623Z] 8ad3a11d3b57: Pull complete [2020-12-04T04:08:26.623Z] 46f8f816bc3b: Pull complete [2020-12-04T04:08:27.583Z] aa168da1d23b: Download complete [2020-12-04T04:08:28.531Z] 93b61091891f: Pull complete [2020-12-04T04:08:28.531Z] 93b9cdb0e59b: Pull complete [2020-12-04T04:08:28.798Z] 5e14af77c1be: Pull complete [2020-12-04T04:08:28.798Z] 01666e4c0597: Pull complete [2020-12-04T04:08:37.021Z] aa168da1d23b: Pull complete [2020-12-04T04:08:37.021Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T04:08:37.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:08:37.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T04:08:37.458Z] prd-centos7-docker-4c-2g-14445 does not seem to be running inside a container [2020-12-04T04:08:37.519Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T04:08:41.075Z] $ docker top bf2b658fecb579500de8f88403c800052da157429ed27a5a99271b73c9dc0bf7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T04:08:41.691Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T04:08:42.002Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T04:08:42.304Z] + ls /var/log/sa-host [2020-12-04T04:08:42.304Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T04:08:42.304Z] file_magic: OK [2020-12-04T04:08:42.304Z] HZ: Using current value: 100 [2020-12-04T04:08:42.304Z] file_header: OK [2020-12-04T04:08:42.304Z] 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-04T04:08:42.304Z] Statistics: [2020-12-04T04:08:42.304Z] 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... [2020-12-04T04:08:42.304Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T04:08:42.304Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T04:08:42.304Z] file_magic: OK [2020-12-04T04:08:42.304Z] HZ: Using current value: 100 [2020-12-04T04:08:42.304Z] file_header: OK [2020-12-04T04:08:42.304Z] 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-04T04:08:42.304Z] Statistics: [2020-12-04T04:08:42.304Z] Hnuu...uuuununununu... [2020-12-04T04:08:42.304Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T04:08:42.510Z] provisioning config files... [2020-12-04T04:08:42.526Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config3883740508345308913tmp [Pipeline] { [Pipeline] echo [2020-12-04T04:08:42.613Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:42.915Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T04:08:42.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T04:08:43.013Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:43.312Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T04:08:43.324Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:43.644Z] ---> sudo-logs.sh [2020-12-04T04:08:43.644Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T04:08:43.655Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:43.954Z] ---> job-cost.sh [2020-12-04T04:08:43.954Z] lf-activate-venv: SKIPPING [2020-12-04T04:08:43.954Z] INFO: No Stack... [2020-12-04T04:08:44.901Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T04:08:45.475Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T04:08:45.488Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:08:45.871Z] ---> logs-deploy.sh [2020-12-04T04:08:45.872Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/6 [2020-12-04T04:08:45.872Z] INFO: archiving workspace using pattern(s): [2020-12-04T04:08:47.291Z] Archives upload complete. [2020-12-04T04:08:47.291Z] INFO: archiving logs to Nexus