Pull request #3389 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ff428d534b5ee6997a5cb6ce9be63fbd715c9f66+78d0c9acab6154e266009190efcfebd61633f654 (3315bbd818a8aca7376cdd258fa1342669fe3cbc) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1250 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 Merge succeeded, producing 24d340cb18ecae066d42bc9713f9ac71c1d89a2c Checking out Revision 24d340cb18ecae066d42bc9713f9ac71c1d89a2c (PR-3389) > 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/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # 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 78d0c9acab6154e266009190efcfebd61633f654 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24d340cb18ecae066d42bc9713f9ac71c1d89a2c # timeout=10 Commit message: "Merge commit '78d0c9acab6154e266009190efcfebd61633f654' into HEAD" > git rev-list --no-walk ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-04-20T19:21:54.376Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-04-20T19:21:54.495Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-04-20T19:21:54.521Z] ========================================================= [2021-04-20T19:21:54.521Z] EdgeX Global Pipelines Version Info [2021-04-20T19:21:54.521Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:21:56.069Z] ------------------- [2021-04-20T19:21:56.069Z] stable info: [2021-04-20T19:21:56.069Z] ------------------- [2021-04-20T19:21:56.069Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-04-20T19:21:56.069Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-04-20T19:21:56.069Z] Message: update stable to v1.0.186 [2021-04-20T19:21:57.016Z] ------------------- [2021-04-20T19:21:57.016Z] experimental info: [2021-04-20T19:21:57.016Z] ------------------- [2021-04-20T19:21:57.016Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-04-20T19:21:57.016Z] Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 [2021-04-20T19:21:57.016Z] Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-04-20T19:21:57.144Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-04-20T19:21:57.173Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-04-20T19:21:57.194Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-04-20T19:21:57.216Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-04-20T19:21:57.237Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-04-20T19:21:57.261Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-04-20T19:21:57.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-04-20T19:21:57.315Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-04-20T19:21:57.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-04-20T19:21:57.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-04-20T19:21:57.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-04-20T19:21:57.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-04-20T19:21:57.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-04-20T19:21:57.445Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-04-20T19:21:57.466Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:21:57.488Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-04-20T19:21:57.510Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-04-20T19:21:57.550Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-04-20T19:21:57.577Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-04-20T19:21:57.600Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-04-20T19:21:57.622Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-04-20T19:21:57.644Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-04-20T19:21:57.667Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T19:21:57.688Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3389 [Pipeline] echo [2021-04-20T19:21:57.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3389 [Pipeline] echo [2021-04-20T19:21:57.730Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 24d340cb18ecae066d42bc9713f9ac71c1d89a2c [Pipeline] echo [2021-04-20T19:21:57.752Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 24d340c [Pipeline] echo [2021-04-20T19:21:57.775Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-04-20T19:21:57.850Z] provisioning config files... [2021-04-20T19:21:57.885Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4483673669277400021tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:21:58.214Z] ---> docker-login.sh [2021-04-20T19:21:58.215Z] nexus3.edgexfoundry.org:10001 [2021-04-20T19:21:58.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:58.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:58.754Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:58.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:58.754Z] [2021-04-20T19:21:58.754Z] Login Succeeded [2021-04-20T19:21:58.754Z] nexus3.edgexfoundry.org:10002 [2021-04-20T19:21:58.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:58.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:58.754Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:58.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:58.754Z] [2021-04-20T19:21:58.754Z] Login Succeeded [2021-04-20T19:21:58.754Z] nexus3.edgexfoundry.org:10003 [2021-04-20T19:21:59.021Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:59.021Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:59.021Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:59.021Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:59.021Z] [2021-04-20T19:21:59.021Z] Login Succeeded [2021-04-20T19:21:59.021Z] nexus3.edgexfoundry.org:10004 [2021-04-20T19:21:59.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:59.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:59.287Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:59.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:59.287Z] [2021-04-20T19:21:59.287Z] Login Succeeded [2021-04-20T19:21:59.287Z] docker.io [2021-04-20T19:21:59.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-04-20T19:21:59.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-04-20T19:21:59.814Z] Configure a credential helper to remove this warning. See [2021-04-20T19:21:59.815Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-04-20T19:21:59.815Z] [2021-04-20T19:21:59.815Z] Login Succeeded [2021-04-20T19:21:59.815Z] ---> docker-login.sh ends [Pipeline] } [2021-04-20T19:21:59.825Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:22:00.164Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/core-command/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo core-command,cmd/core-command/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/core-data/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo core-data,cmd/core-data/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/core-metadata/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/support-notifications/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-04-20T19:22:00.164Z] + for file in '`ls cmd/**/Dockerfile`' [2021-04-20T19:22:00.164Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-04-20T19:22:00.164Z] ++ cut -d/ -f2 [2021-04-20T19:22:00.164Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-04-20T19:22:00.255Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:00.871Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:22:00.871Z] [2021-04-20T19:22:00.871Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:01.198Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:22:01.198Z] latest: Pulling from edgex-devops/git-semver [2021-04-20T19:22:01.198Z] 31603596830f: Pulling fs layer [2021-04-20T19:22:01.198Z] 2a8b12db71e7: Pulling fs layer [2021-04-20T19:22:01.198Z] 6ca5941a6612: Pulling fs layer [2021-04-20T19:22:01.198Z] ecc8261a40a4: Pulling fs layer [2021-04-20T19:22:01.198Z] ecc8261a40a4: Waiting [2021-04-20T19:22:01.198Z] 2a8b12db71e7: Verifying Checksum [2021-04-20T19:22:01.198Z] 2a8b12db71e7: Download complete [2021-04-20T19:22:01.198Z] 31603596830f: Verifying Checksum [2021-04-20T19:22:01.198Z] 31603596830f: Download complete [2021-04-20T19:22:01.478Z] 6ca5941a6612: Verifying Checksum [2021-04-20T19:22:01.478Z] 6ca5941a6612: Download complete [2021-04-20T19:22:01.478Z] ecc8261a40a4: Verifying Checksum [2021-04-20T19:22:01.478Z] ecc8261a40a4: Download complete [2021-04-20T19:22:01.754Z] 31603596830f: Pull complete [2021-04-20T19:22:02.024Z] 2a8b12db71e7: Pull complete [2021-04-20T19:22:02.983Z] 6ca5941a6612: Pull complete [2021-04-20T19:22:02.983Z] ecc8261a40a4: Pull complete [2021-04-20T19:22:03.252Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-04-20T19:22:03.252Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-04-20T19:22:03.252Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-04-20T19:22:03.444Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:22:03.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-04-20T19:22:06.274Z] $ docker top 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-04-20T19:22:06.466Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:22:06.466Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:22:06.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:22:06.736Z] $ docker exec 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent [2021-04-20T19:22:06.925Z] SSH_AUTH_SOCK=/tmp/ssh-Bb6I0RIEN4kI/agent.11 [2021-04-20T19:22:06.925Z] SSH_AGENT_PID=16 [2021-04-20T19:22:06.948Z] Running ssh-add (command line suppressed) [2021-04-20T19:22:07.093Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6160980515413618186.key (/w/workspace/edgex-go/3@tmp/private_key_6160980515413618186.key) [2021-04-20T19:22:07.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:22:07.459Z] + git tag --points-at HEAD [Pipeline] } [2021-04-20T19:22:07.489Z] $ docker exec --env ******** --env ******** 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent -k [2021-04-20T19:22:07.629Z] unset SSH_AUTH_SOCK; [2021-04-20T19:22:07.629Z] unset SSH_AGENT_PID; [2021-04-20T19:22:07.629Z] echo Agent pid 16 killed; [2021-04-20T19:22:07.701Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-04-20T19:22:07.737Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-04-20T19:22:07.738Z] [ssh-agent] Looking for ssh-agent implementation... [2021-04-20T19:22:07.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-04-20T19:22:07.963Z] $ docker exec 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent [2021-04-20T19:22:08.156Z] SSH_AUTH_SOCK=/tmp/ssh-7qHWf36rO5vp/agent.47 [2021-04-20T19:22:08.156Z] SSH_AGENT_PID=52 [2021-04-20T19:22:08.164Z] Running ssh-add (command line suppressed) [2021-04-20T19:22:08.298Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8722840339412142023.key (/w/workspace/edgex-go/3@tmp/private_key_8722840339412142023.key) [2021-04-20T19:22:08.352Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-04-20T19:22:08.669Z] + git semver init [2021-04-20T19:22:08.669Z] # -> Open(): unable to determine branch for HEAD [2021-04-20T19:22:08.669Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-04-20T19:22:08.669Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-04-20T19:22:08.669Z] # $SEMVER_REMOTE_NAME = origin [2021-04-20T19:22:08.669Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-04-20T19:22:08.669Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-04-20T19:22:08.669Z] # $SEMVER_BRANCH = PR-3389 [2021-04-20T19:22:08.669Z] # $SEMVER_TEMP = /tmp/semver-690371276 [2021-04-20T19:22:08.669Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-04-20T19:22:35.411Z] # '/tmp/semver-690371276' -> '/w/workspace/edgex-go/3/.semver' [2021-04-20T19:22:35.679Z] # -> Force: false [2021-04-20T19:22:35.679Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-04-20T19:22:35.709Z] $ docker exec --env ******** --env ******** 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 ssh-agent -k [2021-04-20T19:22:36.044Z] unset SSH_AUTH_SOCK; [2021-04-20T19:22:36.045Z] unset SSH_AGENT_PID; [2021-04-20T19:22:36.045Z] echo Agent pid 52 killed; [2021-04-20T19:22:36.150Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-04-20T19:22:36.483Z] + git semver [Pipeline] } [2021-04-20T19:22:36.509Z] $ docker stop --time=1 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 [2021-04-20T19:22:38.109Z] $ docker rm -f 0c13406308f2d6d68b1108599ca9ea3cdc9afffdfe4d89655ac5f8ddd0de9406 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:22:38.619Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-04-20T19:22:39.130Z] Stashed 1 file(s) [Pipeline] echo [2021-04-20T19:22:39.133Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-04-20T19:22:39.708Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:40.020Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-04-20T19:22:40.326Z] + true [2021-04-20T19:22:40.326Z] + sudo service docker restart [2021-04-20T19:22:40.326Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-04-20T19:22:41.298Z] ========================================================= [2021-04-20T19:22:41.298Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-04-20T19:22:41.298Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:22:41.610Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-04-20T19:22:47.101Z] Sending build context to Docker daemon 329.7MB [2021-04-20T19:22:47.101Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-04-20T19:22:47.101Z] Step 2/6 : FROM ${BASE} [2021-04-20T19:22:47.101Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-04-20T19:22:47.101Z] 188c0c94c7c5: Pulling fs layer [2021-04-20T19:22:47.101Z] 0ef7d3d256c8: Pulling fs layer [2021-04-20T19:22:47.101Z] de9db76c5a1d: Pulling fs layer [2021-04-20T19:22:47.101Z] bca2f99d35d6: Pulling fs layer [2021-04-20T19:22:47.101Z] 93359f2a8cfa: Pulling fs layer [2021-04-20T19:22:47.101Z] 7c6f9722023f: Pulling fs layer [2021-04-20T19:22:47.101Z] a35cf1a2eb13: Pulling fs layer [2021-04-20T19:22:47.101Z] 93359f2a8cfa: Waiting [2021-04-20T19:22:47.101Z] 7c6f9722023f: Waiting [2021-04-20T19:22:47.101Z] bca2f99d35d6: Waiting [2021-04-20T19:22:47.101Z] a35cf1a2eb13: Waiting [2021-04-20T19:22:47.101Z] de9db76c5a1d: Verifying Checksum [2021-04-20T19:22:47.101Z] de9db76c5a1d: Download complete [2021-04-20T19:22:47.101Z] 0ef7d3d256c8: Verifying Checksum [2021-04-20T19:22:47.101Z] 0ef7d3d256c8: Download complete [2021-04-20T19:22:47.101Z] 93359f2a8cfa: Verifying Checksum [2021-04-20T19:22:47.101Z] 93359f2a8cfa: Download complete [2021-04-20T19:22:47.101Z] 7c6f9722023f: Verifying Checksum [2021-04-20T19:22:47.101Z] 7c6f9722023f: Download complete [2021-04-20T19:22:47.101Z] 188c0c94c7c5: Verifying Checksum [2021-04-20T19:22:47.101Z] 188c0c94c7c5: Download complete [2021-04-20T19:22:47.369Z] 188c0c94c7c5: Pull complete [2021-04-20T19:22:47.649Z] 0ef7d3d256c8: Pull complete [2021-04-20T19:22:47.649Z] de9db76c5a1d: Pull complete [2021-04-20T19:22:49.072Z] a35cf1a2eb13: Verifying Checksum [2021-04-20T19:22:49.072Z] a35cf1a2eb13: Download complete [2021-04-20T19:22:49.338Z] bca2f99d35d6: Verifying Checksum [2021-04-20T19:22:49.338Z] bca2f99d35d6: Download complete [2021-04-20T19:22:54.327Z] Still waiting to schedule task [2021-04-20T19:22:54.328Z] ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1231’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-1253’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-8c-8g-1242’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1234’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1252’ is offline [2021-04-20T19:22:55.987Z] bca2f99d35d6: Pull complete [2021-04-20T19:22:55.987Z] 93359f2a8cfa: Pull complete [2021-04-20T19:22:55.987Z] 7c6f9722023f: Pull complete [2021-04-20T19:23:00.231Z] a35cf1a2eb13: Pull complete [2021-04-20T19:23:00.231Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-04-20T19:23:00.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-04-20T19:23:00.231Z] ---> a62c8e92a672 [2021-04-20T19:23:00.231Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-04-20T19:23:00.496Z] ---> Running in 47a78ef720fb [2021-04-20T19:23:01.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:23:02.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:23:02.285Z] (1/12) Installing libmagic (5.38-r0) [2021-04-20T19:23:02.863Z] (2/12) Installing file (5.38-r0) [2021-04-20T19:23:02.863Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-04-20T19:23:03.125Z] (4/12) Installing g++ (9.3.0-r2) [2021-04-20T19:23:07.354Z] (5/12) Installing fortify-headers (1.1-r0) [2021-04-20T19:23:07.354Z] (6/12) Installing patch (2.7.6-r6) [2021-04-20T19:23:07.354Z] (7/12) Installing build-base (0.5-r2) [2021-04-20T19:23:07.354Z] (8/12) Installing libsodium (1.0.18-r0) [2021-04-20T19:23:07.354Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-04-20T19:23:07.354Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-04-20T19:23:07.619Z] (11/12) Installing libzmq (4.3.3-r0) [2021-04-20T19:23:07.619Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-04-20T19:23:07.619Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:23:07.619Z] OK: 233 MiB in 51 packages [2021-04-20T19:23:11.885Z] Removing intermediate container 47a78ef720fb [2021-04-20T19:23:11.885Z] ---> ed76d4be28ba [2021-04-20T19:23:11.885Z] Step 4/6 : WORKDIR /edgex-go [2021-04-20T19:23:11.885Z] ---> Running in 9504b13a3889 [2021-04-20T19:23:12.150Z] Removing intermediate container 9504b13a3889 [2021-04-20T19:23:12.150Z] ---> 8ea20c2c54c9 [2021-04-20T19:23:12.150Z] Step 5/6 : COPY go.mod . [2021-04-20T19:23:12.150Z] ---> 8ff04aa3d9fc [2021-04-20T19:23:12.150Z] Step 6/6 : RUN go mod download [2021-04-20T19:23:12.417Z] ---> Running in 0b821e231363 [2021-04-20T19:23:34.495Z] Removing intermediate container 0b821e231363 [2021-04-20T19:23:34.495Z] ---> 60429a1aa102 [2021-04-20T19:23:34.495Z] Successfully built 60429a1aa102 [2021-04-20T19:23:34.495Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:34.818Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:23:34.818Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:34.953Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:23:35.021Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:23:35.923Z] $ docker top 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:23:36.352Z] + go version [2021-04-20T19:23:36.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-04-20T19:23:36.383Z] $ docker stop --time=1 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f [2021-04-20T19:23:37.782Z] $ docker rm -f 52da8e745ed7535abe6ec5252335150bfe7d29ae67bdc6b6ec6082974925a44f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:23:38.314Z] + docker inspect -f . ci-base-image-x86_64 [2021-04-20T19:23:38.314Z] . [Pipeline] withDockerContainer [2021-04-20T19:23:38.434Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:23:38.489Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-04-20T19:23:39.308Z] $ docker top cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-04-20T19:23:39.471Z] ========================================================= [2021-04-20T19:23:39.472Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-04-20T19:23:39.472Z] ========================================================= [Pipeline] sh [2021-04-20T19:23:39.773Z] + make test [2021-04-20T19:23:39.773Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-04-20T19:23:49.863Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-04-20T19:24:16.748Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-04-20T19:24:16.748Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-04-20T19:24:18.734Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-04-20T19:24:18.734Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-04-20T19:24:19.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-04-20T19:24:19.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-04-20T19:24:19.735Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-04-20T19:24:20.341Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-04-20T19:24:21.324Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-04-20T19:24:21.928Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-04-20T19:24:25.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-04-20T19:24:25.340Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-04-20T19:24:25.340Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-04-20T19:24:27.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.137s coverage: 45.9% of statements [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-04-20T19:24:27.946Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-04-20T19:24:27.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.065s coverage: 19.8% of statements [2021-04-20T19:24:27.946Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.092s coverage: 100.0% of statements [2021-04-20T19:24:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.234s coverage: 27.1% of statements [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-04-20T19:24:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.090s coverage: 100.0% of statements [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-04-20T19:24:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.107s coverage: 100.0% of statements [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-04-20T19:24:33.365Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.145s coverage: 71.3% of statements [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-04-20T19:24:33.365Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-04-20T19:24:33.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.237s coverage: 82.9% of statements [2021-04-20T19:24:33.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-04-20T19:24:33.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:24:33.643Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-04-20T19:24:33.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.608s coverage: 28.6% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.102s coverage: 100.0% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.125s coverage: 100.0% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.220s coverage: 86.7% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.189s coverage: 97.5% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-04-20T19:24:38.026Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-04-20T19:24:38.026Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.482s coverage: 93.0% of statements [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.9% of statements [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-04-20T19:24:41.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 47.1% of statements [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.087s coverage: 79.5% of statements [2021-04-20T19:24:41.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-04-20T19:24:42.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-04-20T19:24:42.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.075s coverage: 87.5% of statements [2021-04-20T19:24:54.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.086s coverage: 94.4% of statements [2021-04-20T19:24:54.345Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-04-20T19:24:57.745Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.289s coverage: 81.9% of statements [2021-04-20T19:24:57.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.112s coverage: 92.9% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.042s coverage: 77.8% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.142s coverage: 75.5% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.080s coverage: 87.2% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.122s coverage: 84.6% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.144s coverage: 91.6% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.272s coverage: 64.4% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.066s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.753s coverage: 69.0% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.310s coverage: 38.4% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.127s coverage: 89.5% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.058s coverage: 84.8% of statements [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.219s coverage: 47.0% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.111s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-04-20T19:25:08.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.087s coverage: 9.6% of statements [2021-04-20T19:25:08.069Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-04-20T19:25:08.348Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.228s coverage: 88.6% of statements [2021-04-20T19:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-04-20T19:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:25:08.348Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.237s coverage: 28.7% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.126s coverage: 99.0% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.162s coverage: 64.6% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.128s coverage: 95.6% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-04-20T19:25:11.762Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-04-20T19:25:11.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-04-20T19:25:11.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-04-20T19:25:11.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-04-20T19:25:11.763Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-04-20T19:25:12.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-04-20T19:25:12.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.109s coverage: 28.1% of statements [2021-04-20T19:25:12.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.105s coverage: 100.0% of statements [2021-04-20T19:25:13.570Z] GO111MODULE=on go vet ./... [2021-04-20T19:25:31.162Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1257 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws [2021-04-20T19:25:31.180Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T19:25:37.427Z] using credential edgex-jenkins-ssh [2021-04-20T19:25:37.447Z] Cloning the remote Git repository [2021-04-20T19:25:37.524Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:37.695Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-20T19:25:37.790Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:37.791Z] > git --version # timeout=10 [2021-04-20T19:25:37.813Z] > git --version # 'git version 2.17.1' [2021-04-20T19:25:37.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:25:37.903Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:25:53.290Z] gofmt -l . [2021-04-20T19:25:53.291Z] [ "`gofmt -l .`" = "" ] [2021-04-20T19:25:53.291Z] ./bin/test-go-mod-tidy.sh [2021-04-20T19:25:53.291Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-04-20T19:25:54.006Z] + ls -al . [2021-04-20T19:25:54.006Z] total 812 [2021-04-20T19:25:54.006Z] drwxrwxr-x 10 1001 1001 4096 Apr 20 19:25 . [2021-04-20T19:25:54.006Z] drwxr-xr-x 4 root root 28 Apr 20 19:23 .. [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 11 Apr 20 19:21 .dockerignore [2021-04-20T19:25:54.006Z] drwxrwxr-x 8 1001 1001 179 Apr 20 19:21 .git [2021-04-20T19:25:54.006Z] drwxrwxr-x 3 1001 1001 125 Apr 20 19:21 .github [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 818 Apr 20 19:21 .gitignore [2021-04-20T19:25:54.006Z] drwx------ 3 1001 1001 60 Apr 20 19:22 .semver [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 166 Apr 20 19:21 .sonarcloud.properties [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 8609 Apr 20 19:21 Attribution.txt [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 3804 Apr 20 19:21 CONTRIBUTING.md [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 931 Apr 20 19:21 Dockerfile.build [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 863 Apr 20 19:21 Jenkinsfile [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 10775 Apr 20 19:21 LICENSE [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 5774 Apr 20 19:21 Makefile [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 7978 Apr 20 19:21 README.md [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 6755 Apr 20 19:21 SECURITY.md [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 5 Apr 20 19:22 VERSION [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 4131 Apr 20 19:21 ZMQWindows.md [2021-04-20T19:25:54.006Z] drwxrwxr-x 2 1001 1001 117 Apr 20 19:21 bin [2021-04-20T19:25:54.006Z] drwxrwxr-x 14 1001 1001 4096 Apr 20 19:21 cmd [2021-04-20T19:25:54.006Z] -rw-r--r-- 1 root root 703598 Apr 20 19:25 coverage.out [2021-04-20T19:25:54.006Z] -rw-r--r-- 1 root root 1059 Apr 20 19:25 go.mod [2021-04-20T19:25:54.006Z] -rw-r--r-- 1 root root 22300 Apr 20 19:25 go.sum [2021-04-20T19:25:54.006Z] drwxrwxr-x 8 1001 1001 127 Apr 20 19:21 internal [2021-04-20T19:25:54.006Z] drwxrwxr-x 4 1001 1001 26 Apr 20 19:21 openapi [2021-04-20T19:25:54.006Z] drwxrwxr-x 4 1001 1001 71 Apr 20 19:21 snap [2021-04-20T19:25:54.006Z] -rw-rw-r-- 1 1001 1001 168 Apr 20 19:21 version.go [Pipeline] sh [2021-04-20T19:25:54.422Z] + '[' -e coverage.out ] [2021-04-20T19:25:54.422Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-04-20T19:25:54.793Z] Stashed 1 file(s) [Pipeline] sh [2021-04-20T19:25:55.101Z] + make build [2021-04-20T19:25:55.101Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:25:55.212Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:25:55.237Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:25:55.264Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:25:55.295Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:25:55.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:25:55.308Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:25:56.377Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:25:56.513Z] Failed in branch arm64 [2021-04-20T19:25:56.407Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:25:56.422Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [2021-04-20T19:25:59.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:26:09.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:26:09.562Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:26:11.495Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:26:12.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:26:14.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:26:15.428Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:26:16.843Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:26:18.243Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:26:19.206Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:26:20.616Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-04-20T19:26:23.210Z] $ docker stop --time=1 cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 [2021-04-20T19:26:24.963Z] $ docker rm -f cf840f715647e0e9ec156d633844ea0a0db9d23d69b7750596e73523a112c594 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:26.467Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:26.467Z] [2021-04-20T19:26:26.467Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:26.807Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:27.077Z] latest: Pulling from edgex-devops/edgex-compose [2021-04-20T19:26:27.077Z] cbdbe7a5bc2a: Pulling fs layer [2021-04-20T19:26:27.077Z] ca9280d653b3: Pulling fs layer [2021-04-20T19:26:27.077Z] 7e9c9ca2126c: Pulling fs layer [2021-04-20T19:26:27.077Z] cbdbe7a5bc2a: Download complete [2021-04-20T19:26:27.659Z] cbdbe7a5bc2a: Pull complete [2021-04-20T19:26:27.659Z] ca9280d653b3: Verifying Checksum [2021-04-20T19:26:27.659Z] ca9280d653b3: Download complete [2021-04-20T19:26:29.069Z] 7e9c9ca2126c: Verifying Checksum [2021-04-20T19:26:29.069Z] 7e9c9ca2126c: Download complete [2021-04-20T19:26:29.069Z] ca9280d653b3: Pull complete [2021-04-20T19:26:37.261Z] 7e9c9ca2126c: Pull complete [2021-04-20T19:26:37.261Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-04-20T19:26:37.261Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:37.261Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-04-20T19:26:37.375Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:26:37.434Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-04-20T19:26:40.498Z] $ docker top 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:26:40.951Z] + docker-compose build --help [2021-04-20T19:26:40.952Z] + grep parallel [2021-04-20T19:26:41.896Z] --parallel Build images in parallel. [Pipeline] } [2021-04-20T19:26:41.917Z] $ docker stop --time=1 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 [2021-04-20T19:26:43.341Z] $ docker rm -f 258a46861598cb52844e35434ee2a1bfb527847738a3f13bae3e27d10e4a0f34 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:26:43.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-04-20T19:26:43.877Z] . [Pipeline] withDockerContainer [2021-04-20T19:26:43.996Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:26:44.064Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-devops/edgex-compose:latest cat [2021-04-20T19:26:44.913Z] $ docker top 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:26:45.374Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-04-20T19:26:46.769Z] Building docker-core-command-go ... [2021-04-20T19:26:46.769Z] Building docker-core-data-go ... [2021-04-20T19:26:46.769Z] Building docker-core-metadata-go ... [2021-04-20T19:26:46.769Z] Building docker-security-bootstrapper-go ... [2021-04-20T19:26:46.769Z] Building docker-security-proxy-setup-go ... [2021-04-20T19:26:46.769Z] Building docker-security-secretstore-setup-go ... [2021-04-20T19:26:46.769Z] Building docker-support-notifications-go ... [2021-04-20T19:26:46.769Z] Building docker-support-scheduler-go ... [2021-04-20T19:26:46.769Z] Building docker-sys-mgmt-agent-go ... [2021-04-20T19:26:46.769Z] Building docker-sys-mgmt-agent-go [2021-04-20T19:26:46.769Z] Building docker-support-notifications-go [2021-04-20T19:26:46.769Z] Building docker-security-secretstore-setup-go [2021-04-20T19:26:46.769Z] Building docker-core-metadata-go [2021-04-20T19:26:46.769Z] Building docker-security-proxy-setup-go [2021-04-20T19:27:25.738Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:25.738Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:25.738Z] ---> 60429a1aa102 [2021-04-20T19:27:25.738Z] Step 3/21 : WORKDIR /edgex-go [2021-04-20T19:27:25.738Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:25.738Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:25.738Z] ---> 60429a1aa102 [2021-04-20T19:27:25.738Z] Step 3/24 : WORKDIR /edgex-go [2021-04-20T19:27:25.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:25.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:25.738Z] ---> 60429a1aa102 [2021-04-20T19:27:25.738Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:27:25.738Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:25.738Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:25.738Z] ---> 60429a1aa102 [2021-04-20T19:27:25.738Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:27:25.738Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:27:25.738Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:27:25.738Z] ---> 60429a1aa102 [2021-04-20T19:27:25.739Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:27:25.739Z] ---> Running in 5fcc768661c1 [2021-04-20T19:27:25.739Z] ---> Running in 382e36a654c0 [2021-04-20T19:27:25.739Z] ---> Running in 2cd0ea72a3f5 [2021-04-20T19:27:25.739Z] ---> Running in 2ceb5332ad09 [2021-04-20T19:27:25.739Z] ---> Running in 5da4c73c7dfd [2021-04-20T19:27:26.320Z] Removing intermediate container 5da4c73c7dfd [2021-04-20T19:27:26.320Z] ---> 1a92c377e35d [2021-04-20T19:27:26.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:26.320Z] Removing intermediate container 5fcc768661c1 [2021-04-20T19:27:26.320Z] ---> 3d6d5e6ed01c [2021-04-20T19:27:26.320Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:26.320Z] Removing intermediate container 2ceb5332ad09 [2021-04-20T19:27:26.320Z] ---> bdaf96a50df1 [2021-04-20T19:27:26.320Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:26.320Z] Removing intermediate container 382e36a654c0 [2021-04-20T19:27:26.320Z] ---> b8816f6be6b2 [2021-04-20T19:27:26.320Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:26.320Z] Removing intermediate container 2cd0ea72a3f5 [2021-04-20T19:27:26.320Z] ---> f5d7a6aab373 [2021-04-20T19:27:26.320Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:27:26.320Z] ---> Running in 42ec82358255 [2021-04-20T19:27:26.320Z] ---> Running in 3264d3f71e3c [2021-04-20T19:27:26.320Z] ---> Running in fecf274cc9c0 [2021-04-20T19:27:26.585Z] ---> Running in 62502ca7f0b6 [2021-04-20T19:27:26.585Z] ---> Running in 28228ab861c9 [2021-04-20T19:27:29.161Z] Removing intermediate container 42ec82358255 [2021-04-20T19:27:29.161Z] ---> 6232d4c131c3 [2021-04-20T19:27:29.161Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:27:29.428Z] ---> Running in 8bdce537d7f5 [2021-04-20T19:27:29.428Z] Removing intermediate container 3264d3f71e3c [2021-04-20T19:27:29.428Z] ---> 8e78ccf4f0be [2021-04-20T19:27:29.428Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-04-20T19:27:30.015Z] Removing intermediate container fecf274cc9c0 [2021-04-20T19:27:30.015Z] ---> a90b27a28eb7 [2021-04-20T19:27:30.015Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-04-20T19:27:30.015Z] ---> Running in aa58fd966d84 [2021-04-20T19:27:30.280Z] ---> Running in 53696899c6b3 [2021-04-20T19:27:31.463Z] Removing intermediate container 62502ca7f0b6 [2021-04-20T19:27:31.463Z] ---> 9850d0c77459 [2021-04-20T19:27:31.463Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-04-20T19:27:31.463Z] Removing intermediate container 28228ab861c9 [2021-04-20T19:27:31.463Z] ---> 2a44780acd93 [2021-04-20T19:27:31.463Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-04-20T19:27:31.749Z] ---> Running in 3067a0694776 [2021-04-20T19:27:31.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:31.749Z] ---> Running in 133714cc94b2 [2021-04-20T19:27:32.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:32.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:32.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:32.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:32.833Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:33.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:33.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:33.385Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:33.385Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:33.669Z] Removing intermediate container 8bdce537d7f5 [2021-04-20T19:27:33.669Z] ---> a357669258c4 [2021-04-20T19:27:33.669Z] Step 6/23 : COPY go.mod . [2021-04-20T19:27:33.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:33.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:27:33.945Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:33.945Z] Removing intermediate container aa58fd966d84 [2021-04-20T19:27:33.945Z] ---> 7abe3aa52b0d [2021-04-20T19:27:33.945Z] Step 6/24 : COPY go.mod . [2021-04-20T19:27:34.207Z] ---> d583bfde165f [2021-04-20T19:27:34.207Z] Step 7/23 : RUN go mod download [2021-04-20T19:27:34.470Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:34.470Z] ---> Running in 00ef8da98a38 [2021-04-20T19:27:34.470Z] OK: 233 MiB in 51 packages [2021-04-20T19:27:34.470Z] ---> c3db29b06d5e [2021-04-20T19:27:34.470Z] Step 7/24 : RUN go mod download [2021-04-20T19:27:34.745Z] ---> Running in d3e714c61e30 [2021-04-20T19:27:35.709Z] Removing intermediate container 53696899c6b3 [2021-04-20T19:27:35.709Z] ---> 7a23b859dd84 [2021-04-20T19:27:35.709Z] Step 6/23 : COPY go.mod . [2021-04-20T19:27:36.294Z] ---> 4ffe9e36a2d5 [2021-04-20T19:27:36.294Z] Step 7/23 : RUN go mod download [2021-04-20T19:27:36.294Z] Removing intermediate container 133714cc94b2 [2021-04-20T19:27:36.294Z] ---> f1afef07f615 [2021-04-20T19:27:36.294Z] Step 6/21 : COPY go.mod . [2021-04-20T19:27:36.294Z] ---> Running in 701b7d01dc52 [2021-04-20T19:27:36.562Z] Removing intermediate container 3067a0694776 [2021-04-20T19:27:36.562Z] ---> c96bad5c4156 [2021-04-20T19:27:36.562Z] Step 6/22 : COPY go.mod . [2021-04-20T19:27:36.830Z] ---> 0d83535d82e0 [2021-04-20T19:27:36.830Z] Step 7/21 : RUN go mod download [2021-04-20T19:27:36.830Z] ---> 467e262d480d [2021-04-20T19:27:36.830Z] Step 7/22 : RUN go mod download [2021-04-20T19:27:36.830Z] ---> Running in 0c70d57132b2 [2021-04-20T19:27:36.830Z] ---> Running in 974ef5701a0e [2021-04-20T19:27:38.822Z] Removing intermediate container 00ef8da98a38 [2021-04-20T19:27:38.822Z] ---> c2b8184944ae [2021-04-20T19:27:38.822Z] Step 8/23 : COPY . . [2021-04-20T19:27:39.097Z] Removing intermediate container d3e714c61e30 [2021-04-20T19:27:39.097Z] ---> 4f6aec27f258 [2021-04-20T19:27:39.097Z] Step 8/24 : COPY . . [2021-04-20T19:27:39.097Z] Removing intermediate container 701b7d01dc52 [2021-04-20T19:27:39.097Z] ---> 5b1e3fc56a88 [2021-04-20T19:27:39.097Z] Step 8/23 : COPY . . [2021-04-20T19:27:43.415Z] Removing intermediate container 974ef5701a0e [2021-04-20T19:27:43.415Z] ---> 3c60a659a1e8 [2021-04-20T19:27:43.415Z] Step 8/22 : COPY . . [2021-04-20T19:27:46.776Z] Removing intermediate container 0c70d57132b2 [2021-04-20T19:27:46.776Z] ---> 1c7d45b04019 [2021-04-20T19:27:46.776Z] Step 8/21 : COPY . . [2021-04-20T19:28:26.437Z] ---> 72f51c62653b [2021-04-20T19:28:26.437Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-04-20T19:28:26.437Z] ---> 0c7403cfd9c7 [2021-04-20T19:28:26.437Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-04-20T19:28:26.437Z] ---> Running in f345bdbc51a5 [2021-04-20T19:28:26.437Z] ---> Running in a998ea1b1f4e [2021-04-20T19:28:26.437Z] ---> 85096eef551b [2021-04-20T19:28:26.437Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-04-20T19:28:26.437Z] ---> a2d1082d8070 [2021-04-20T19:28:26.437Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-04-20T19:28:26.437Z] ---> a4b918b4bd15 [2021-04-20T19:28:26.437Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-04-20T19:28:26.437Z] ---> Running in b84ca7be6298 [2021-04-20T19:28:26.437Z] ---> Running in d6336f7fb600 [2021-04-20T19:28:26.437Z] ---> Running in be61c6d910fe [2021-04-20T19:28:26.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-04-20T19:28:26.706Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-04-20T19:28:28.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-04-20T19:28:28.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-04-20T19:28:28.161Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-04-20T19:29:15.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-04-20T19:29:15.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-04-20T19:29:15.142Z] Removing intermediate container b84ca7be6298 [2021-04-20T19:29:15.142Z] ---> 4aa519f5b794 [2021-04-20T19:29:15.142Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-04-20T19:29:15.142Z] ---> Running in f70b19c97827 [2021-04-20T19:29:15.142Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-04-20T19:29:23.334Z] Removing intermediate container d6336f7fb600 [2021-04-20T19:29:23.334Z] ---> 28310f01e813 [2021-04-20T19:29:23.334Z] [2021-04-20T19:29:23.334Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:29:23.334Z] Removing intermediate container be61c6d910fe [2021-04-20T19:29:23.334Z] ---> 379bc860444c [2021-04-20T19:29:23.334Z] [2021-04-20T19:29:23.334Z] Step 10/21 : FROM alpine:3.12 [2021-04-20T19:29:23.334Z] 3.12: Pulling from library/alpine [2021-04-20T19:29:23.334Z] 3.12: Pulling from library/alpine [2021-04-20T19:29:23.334Z] Removing intermediate container a998ea1b1f4e [2021-04-20T19:29:23.334Z] ---> 3119034add9a [2021-04-20T19:29:23.334Z] [2021-04-20T19:29:23.334Z] Step 10/24 : FROM alpine:3.12 [2021-04-20T19:29:23.334Z] Removing intermediate container f345bdbc51a5 [2021-04-20T19:29:23.334Z] ---> d545a575a25e [2021-04-20T19:29:23.334Z] [2021-04-20T19:29:23.334Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:29:23.334Z] 3.12: Pulling from library/alpine [2021-04-20T19:29:23.334Z] 3.12: Pulling from library/alpine [2021-04-20T19:29:23.334Z] Removing intermediate container f70b19c97827 [2021-04-20T19:29:23.334Z] ---> 038002d542fa [2021-04-20T19:29:23.334Z] [2021-04-20T19:29:23.334Z] Step 11/23 : FROM docker:20.10.0 [2021-04-20T19:29:23.334Z] 20.10.0: Pulling from library/docker [2021-04-20T19:29:23.334Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:29:23.334Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:29:23.334Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:29:23.334Z] Status: Downloaded newer image for alpine:3.12 [2021-04-20T19:29:23.334Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:29:23.334Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:29:23.334Z] ---> 13621d1b12d4 [2021-04-20T19:29:23.334Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-04-20T19:29:23.334Z] ---> 13621d1b12d4 [2021-04-20T19:29:23.334Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:29:23.334Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-04-20T19:29:23.334Z] Status: Image is up to date for alpine:3.12 [2021-04-20T19:29:23.334Z] ---> 13621d1b12d4 [2021-04-20T19:29:23.334Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-04-20T19:29:23.334Z] ---> 13621d1b12d4 [2021-04-20T19:29:23.334Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-04-20T19:29:24.285Z] ---> Running in 0a71fd6446b3 [2021-04-20T19:29:24.285Z] ---> Running in 83ab1adb538b [2021-04-20T19:29:24.285Z] ---> Running in d97c1e8384f3 [2021-04-20T19:29:24.285Z] ---> Running in c20ccd6b266e [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.306Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.576Z] (1/6) Installing ca-certificates (20191127-r4) [2021-04-20T19:29:26.576Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:26.576Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:29:26.576Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:26.576Z] OK: 6 MiB in 15 packages [2021-04-20T19:29:26.576Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.577Z] (1/4) Installing ca-certificates (20191127-r4) [2021-04-20T19:29:26.577Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:29:26.577Z] (3/4) Installing libcurl (7.76.1-r0) [2021-04-20T19:29:26.577Z] (4/4) Installing curl (7.76.1-r0) [2021-04-20T19:29:26.577Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:26.577Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:26.577Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:29:26.857Z] (3/6) Installing libcurl (7.76.1-r0) [2021-04-20T19:29:26.857Z] OK: 7 MiB in 18 packages [2021-04-20T19:29:26.857Z] (4/6) Installing curl (7.76.1-r0) [2021-04-20T19:29:26.857Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:26.857Z] (6/6) Installing su-exec (0.2-r1) [2021-04-20T19:29:26.857Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:26.857Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:29:27.122Z] (1/2) Installing ca-certificates (20191127-r4) [2021-04-20T19:29:27.705Z] OK: 7 MiB in 20 packages [2021-04-20T19:29:27.976Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:27.977Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:29:27.977Z] Executing ca-certificates-20191127-r4.trigger [2021-04-20T19:29:27.977Z] OK: 6 MiB in 16 packages [2021-04-20T19:29:28.567Z] Removing intermediate container c20ccd6b266e [2021-04-20T19:29:28.567Z] ---> fa524b01b474 [2021-04-20T19:29:28.567Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:29:28.567Z] ---> Running in d26fc8a0a650 [2021-04-20T19:29:29.153Z] Removing intermediate container d97c1e8384f3 [2021-04-20T19:29:29.153Z] ---> 7208df92dea3 [2021-04-20T19:29:29.153Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:29:30.110Z] Removing intermediate container 0a71fd6446b3 [2021-04-20T19:29:30.110Z] ---> 5390e56f7d39 [2021-04-20T19:29:30.110Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-04-20T19:29:30.110Z] ---> Running in 7fc58ed4522e [2021-04-20T19:29:30.110Z] Removing intermediate container 83ab1adb538b [2021-04-20T19:29:30.110Z] ---> b4a83c70ab4e [2021-04-20T19:29:30.110Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:29:30.110Z] Removing intermediate container d26fc8a0a650 [2021-04-20T19:29:30.110Z] ---> c880b3875331 [2021-04-20T19:29:30.110Z] Step 13/23 : ENV APP_PORT=48081 [2021-04-20T19:29:30.110Z] ---> Running in 59b2e61f7360 [2021-04-20T19:29:30.110Z] ---> Running in bcfcc908ede5 [2021-04-20T19:29:30.110Z] ---> Running in d00e55134f56 [2021-04-20T19:29:30.378Z] Removing intermediate container 7fc58ed4522e [2021-04-20T19:29:30.378Z] ---> 2a6a095aeada [2021-04-20T19:29:30.378Z] Step 13/21 : WORKDIR /edgex [2021-04-20T19:29:30.378Z] ---> Running in 59cffd92d630 [2021-04-20T19:29:30.378Z] Removing intermediate container bcfcc908ede5 [2021-04-20T19:29:30.378Z] ---> 9716cdc04a21 [2021-04-20T19:29:30.378Z] Step 13/22 : ENV APP_PORT=48060 [2021-04-20T19:29:30.378Z] Removing intermediate container 59b2e61f7360 [2021-04-20T19:29:30.378Z] ---> 90eaccf70150 [2021-04-20T19:29:30.378Z] Step 13/24 : WORKDIR / [2021-04-20T19:29:30.647Z] Removing intermediate container d00e55134f56 [2021-04-20T19:29:30.647Z] ---> b2b17edee8c0 [2021-04-20T19:29:30.647Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:29:30.647Z] ---> Running in 185150d92a16 [2021-04-20T19:29:30.647Z] ---> Running in 2b89dd364700 [2021-04-20T19:29:30.917Z] ---> Running in 5d8129ab21ff [2021-04-20T19:29:30.917Z] Removing intermediate container 59cffd92d630 [2021-04-20T19:29:30.917Z] ---> 471eb1555968 [2021-04-20T19:29:30.917Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-04-20T19:29:30.917Z] Removing intermediate container 2b89dd364700 [2021-04-20T19:29:30.917Z] ---> ac12a7552596 [2021-04-20T19:29:30.917Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:29:31.182Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-04-20T19:29:31.182Z] Removing intermediate container 185150d92a16 [2021-04-20T19:29:31.182Z] ---> ad193bd51aee [2021-04-20T19:29:31.182Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-04-20T19:29:31.182Z] Status: Downloaded newer image for docker:20.10.0 [2021-04-20T19:29:31.182Z] ---> aefe523efa57 [2021-04-20T19:29:31.182Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:29:31.182Z] ---> Running in 344b2259ae45 [2021-04-20T19:29:31.182Z] Removing intermediate container 5d8129ab21ff [2021-04-20T19:29:31.182Z] ---> a9c2169dd19c [2021-04-20T19:29:31.182Z] Step 15/23 : WORKDIR / [2021-04-20T19:29:31.447Z] ---> e60ff3b7fdd4 [2021-04-20T19:29:31.447Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-04-20T19:29:31.447Z] ---> Running in d79c8574796b [2021-04-20T19:29:31.447Z] ---> Running in 5ec24571c157 [2021-04-20T19:29:31.717Z] Removing intermediate container 344b2259ae45 [2021-04-20T19:29:31.717Z] ---> cf8593d95f24 [2021-04-20T19:29:31.717Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:31.717Z] ---> c7833d288b2f [2021-04-20T19:29:31.717Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-04-20T19:29:31.717Z] Removing intermediate container d79c8574796b [2021-04-20T19:29:31.717Z] ---> 40d0def446d0 [2021-04-20T19:29:31.717Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-04-20T19:29:31.717Z] Removing intermediate container 5ec24571c157 [2021-04-20T19:29:31.717Z] ---> c491b0765c5d [2021-04-20T19:29:31.717Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:29:31.984Z] ---> Running in 06eb4417bed3 [2021-04-20T19:29:32.269Z] ---> aedb30654988 [2021-04-20T19:29:32.269Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-04-20T19:29:32.269Z] ---> 13a8d1b9b588 [2021-04-20T19:29:32.269Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:32.269Z] ---> bade3ad1f5e9 [2021-04-20T19:29:32.269Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-04-20T19:29:32.269Z] ---> 54393af06f6b [2021-04-20T19:29:32.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-04-20T19:29:33.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:33.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:29:33.512Z] (1/39) Installing readline (8.0.4-r0) [2021-04-20T19:29:33.512Z] (2/39) Installing bash (5.0.17-r0) [2021-04-20T19:29:33.512Z] Executing bash-5.0.17-r0.post-install [2021-04-20T19:29:33.512Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-04-20T19:29:33.512Z] (4/39) Installing libcurl (7.76.1-r0) [2021-04-20T19:29:34.092Z] (5/39) Installing curl (7.76.1-r0) [2021-04-20T19:29:34.092Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-04-20T19:29:34.092Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-04-20T19:29:34.092Z] (8/39) Installing expat (2.2.9-r1) [2021-04-20T19:29:34.092Z] ---> e690562ad57a [2021-04-20T19:29:34.092Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-04-20T19:29:34.092Z] (9/39) Installing libffi (3.3-r2) [2021-04-20T19:29:34.092Z] (10/39) Installing gdbm (1.13-r1) [2021-04-20T19:29:34.092Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-04-20T19:29:34.092Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-04-20T19:29:34.092Z] (13/39) Installing python3 (3.8.8-r0) [2021-04-20T19:29:34.092Z] ---> e6fda1a71eaa [2021-04-20T19:29:34.092Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:34.362Z] ---> 2925441d69cc [2021-04-20T19:29:34.362Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-04-20T19:29:34.362Z] ---> 3b3e2f95773e [2021-04-20T19:29:34.362Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-04-20T19:29:37.685Z] ---> Running in 925ef4f633f4 [2021-04-20T19:29:37.685Z] ---> 05204b35967e [2021-04-20T19:29:37.685Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-04-20T19:29:37.685Z] ---> 5e250fc13487 [2021-04-20T19:29:37.685Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-04-20T19:29:37.685Z] ---> 01f759562aff [2021-04-20T19:29:37.685Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-04-20T19:29:37.952Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-04-20T19:29:37.952Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-04-20T19:29:37.952Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-04-20T19:29:37.952Z] (17/39) Installing py3-six (1.15.0-r0) [2021-04-20T19:29:37.952Z] (18/39) Installing py3-packaging (20.4-r0) [2021-04-20T19:29:37.952Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-04-20T19:29:37.952Z] ---> Running in c91d93799f17 [2021-04-20T19:29:37.952Z] ---> Running in 49f491d1f8e2 [2021-04-20T19:29:37.952Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-04-20T19:29:38.526Z] (21/39) Installing py3-idna (2.9-r0) [2021-04-20T19:29:39.101Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-04-20T19:29:39.101Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-04-20T19:29:39.101Z] Removing intermediate container 925ef4f633f4 [2021-04-20T19:29:39.101Z] ---> 7c982c6ebf1d [2021-04-20T19:29:39.101Z] Step 18/21 : CMD ["--init=true"] [2021-04-20T19:29:39.101Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-04-20T19:29:39.101Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-04-20T19:29:39.677Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-04-20T19:29:39.677Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-04-20T19:29:39.677Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-04-20T19:29:39.939Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-04-20T19:29:39.939Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-04-20T19:29:39.939Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-04-20T19:29:39.939Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-04-20T19:29:39.939Z] Removing intermediate container 49f491d1f8e2 [2021-04-20T19:29:39.939Z] ---> 8e6fdb81b0d2 [2021-04-20T19:29:39.939Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:29:40.249Z] ---> Running in e465b03c9843 [2021-04-20T19:29:40.249Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-04-20T19:29:40.249Z] ---> 95356c925743 [2021-04-20T19:29:40.249Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-04-20T19:29:40.249Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-04-20T19:29:40.249Z] (35/39) Installing py3-progress (1.5-r0) [2021-04-20T19:29:40.249Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-04-20T19:29:40.249Z] Removing intermediate container c91d93799f17 [2021-04-20T19:29:40.249Z] ---> 3345606beee9 [2021-04-20T19:29:40.249Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:29:40.249Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-04-20T19:29:40.249Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-04-20T19:29:40.514Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-04-20T19:29:41.091Z] ---> Running in 8c06434ea005 [2021-04-20T19:29:41.354Z] Executing busybox-1.31.1-r19.trigger [2021-04-20T19:29:41.354Z] OK: 72 MiB in 59 packages [2021-04-20T19:29:41.354Z] Removing intermediate container e465b03c9843 [2021-04-20T19:29:41.354Z] ---> 1510d5d5cbba [2021-04-20T19:29:41.354Z] Step 19/21 : LABEL arch=x86_64 [2021-04-20T19:29:41.354Z] ---> Running in 61dae6cc1be4 [2021-04-20T19:29:41.354Z] ---> aeaf9e6994b5 [2021-04-20T19:29:41.354Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-04-20T19:29:41.619Z] ---> Running in 82e378a79017 [2021-04-20T19:29:41.619Z] Removing intermediate container 8c06434ea005 [2021-04-20T19:29:41.619Z] ---> f0911d1b459c [2021-04-20T19:29:41.619Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:29:41.619Z] ---> Running in cc46f7dd5573 [2021-04-20T19:29:41.619Z] Removing intermediate container 61dae6cc1be4 [2021-04-20T19:29:41.619Z] ---> 21997dc0bddf [2021-04-20T19:29:41.619Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:29:41.619Z] ---> Running in 737813ff5ace [2021-04-20T19:29:41.890Z] ---> Running in fe4e288e5d28 [2021-04-20T19:29:41.890Z] Removing intermediate container 82e378a79017 [2021-04-20T19:29:41.890Z] ---> 4e754bb8b8c6 [2021-04-20T19:29:41.890Z] Step 20/21 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:29:42.159Z] Removing intermediate container 737813ff5ace [2021-04-20T19:29:42.159Z] ---> e558c93ceec1 [2021-04-20T19:29:42.159Z] Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:29:42.159Z] ---> Running in d52f9f91c0ea [2021-04-20T19:29:42.159Z] Removing intermediate container fe4e288e5d28 [2021-04-20T19:29:42.159Z] ---> 9be752fe71b3 [2021-04-20T19:29:42.159Z] Step 21/22 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:29:42.422Z] Collecting docker-compose==1.23.2 [2021-04-20T19:29:43.013Z] ---> Running in 4e94ac3e4bca [2021-04-20T19:29:43.013Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-04-20T19:29:43.013Z] ---> Running in a4732bacc8e6 [2021-04-20T19:29:43.282Z] Removing intermediate container d52f9f91c0ea [2021-04-20T19:29:43.282Z] ---> da43d0918a32 [2021-04-20T19:29:43.282Z] Step 21/21 : LABEL version=0.0.0 [2021-04-20T19:29:43.282Z] Collecting cached-property<2,>=1.2.0 [2021-04-20T19:29:43.282Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-04-20T19:29:43.544Z] Collecting jsonschema<3,>=2.5.1 [2021-04-20T19:29:43.544Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-04-20T19:29:43.544Z] ---> Running in 7b43a7ffd0ff [2021-04-20T19:29:43.544Z] Removing intermediate container a4732bacc8e6 [2021-04-20T19:29:43.544Z] ---> d9ba89cb2543 [2021-04-20T19:29:43.544Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:29:43.807Z] Removing intermediate container 4e94ac3e4bca [2021-04-20T19:29:43.808Z] ---> ad044d810307 [2021-04-20T19:29:43.808Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:29:43.808Z] Collecting docopt<0.7,>=0.6.1 [2021-04-20T19:29:43.808Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-04-20T19:29:43.808Z] ---> Running in df52168316d6 [2021-04-20T19:29:44.088Z] ---> Running in 74db97f553c2 [2021-04-20T19:29:44.088Z] Removing intermediate container 7b43a7ffd0ff [2021-04-20T19:29:44.088Z] ---> efb3155d54ff [2021-04-20T19:29:44.088Z] [2021-04-20T19:29:44.088Z] Removing intermediate container cc46f7dd5573 [2021-04-20T19:29:44.088Z] ---> 6230f60610bd [2021-04-20T19:29:44.088Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-04-20T19:29:44.355Z] ---> Running in 6cf6869418e1 [2021-04-20T19:29:44.355Z] Removing intermediate container df52168316d6 [2021-04-20T19:29:44.355Z] ---> cd02446052d9 [2021-04-20T19:29:44.355Z] [2021-04-20T19:29:44.355Z] Removing intermediate container 74db97f553c2 [2021-04-20T19:29:44.355Z] ---> afc1a3915ec3 [2021-04-20T19:29:44.355Z] [2021-04-20T19:29:44.355Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-04-20T19:29:44.355Z] Successfully built efb3155d54ff [2021-04-20T19:29:44.355Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-04-20T19:29:44.623Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-04-20T19:29:44.624Z] Removing intermediate container 6cf6869418e1 [2021-04-20T19:29:44.624Z] ---> e50776932542 [2021-04-20T19:29:44.624Z] Step 22/24 : LABEL arch=x86_64 [2021-04-20T19:29:44.624Z] Successfully built cd02446052d9 [2021-04-20T19:29:44.624Z] Successfully tagged docker-support-notifications-go:latest [2021-04-20T19:29:44.624Z] Building docker-core-command-go [2021-04-20T19:29:44.624Z]  Building docker-support-notifications-go ... done Successfully built afc1a3915ec3 [2021-04-20T19:29:44.624Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-04-20T19:29:44.624Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-04-20T19:29:44.624Z] ---> Running in 04fbe4ade52e [2021-04-20T19:29:44.624Z] Successfully tagged docker-core-metadata-go:latest [2021-04-20T19:29:44.624Z] Building docker-core-data-go [2021-04-20T19:29:44.888Z]  Building docker-core-metadata-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-04-20T19:29:44.888Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-04-20T19:29:44.888Z] Removing intermediate container 04fbe4ade52e [2021-04-20T19:29:44.888Z] ---> 75119f433d43 [2021-04-20T19:29:44.888Z] Step 23/24 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:29:45.162Z] ---> Running in 340588fac879 [2021-04-20T19:29:45.162Z] Collecting PyYAML<4,>=3.10 [2021-04-20T19:29:45.162Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-04-20T19:29:45.162Z] Removing intermediate container 340588fac879 [2021-04-20T19:29:45.162Z] ---> d1e142227055 [2021-04-20T19:29:45.162Z] Step 24/24 : LABEL version=0.0.0 [2021-04-20T19:29:48.512Z] ---> Running in cdaa1ee44b25 [2021-04-20T19:29:49.476Z] Collecting texttable<0.10,>=0.9.0 [2021-04-20T19:29:49.476Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-04-20T19:29:50.071Z] Removing intermediate container cdaa1ee44b25 [2021-04-20T19:29:50.071Z] ---> ed35a046946c [2021-04-20T19:29:50.071Z] [2021-04-20T19:29:50.336Z] Collecting docker<4.0,>=3.6.0 [2021-04-20T19:29:50.336Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-04-20T19:29:52.944Z] Successfully built ed35a046946c [2021-04-20T19:29:52.944Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-04-20T19:29:52.944Z] Collecting dockerpty<0.5,>=0.4.1 [2021-04-20T19:29:52.944Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-04-20T19:29:52.944Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-04-20T19:29:53.524Z] Collecting idna<2.8,>=2.5 [2021-04-20T19:29:53.524Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-04-20T19:29:53.524Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-04-20T19:29:53.789Z] Collecting urllib3<1.25,>=1.21.1 [2021-04-20T19:29:53.789Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-04-20T19:29:55.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) [2021-04-20T19:29:56.600Z] Collecting docker-pycreds>=0.4.0 [2021-04-20T19:29:56.600Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-04-20T19:29:57.576Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-04-20T19:29:57.576Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-04-20T19:29:57.576Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-04-20T19:29:57.576Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-04-20T19:29:57.840Z] Installing collected packages: cached-property, jsonschema, docopt, idna, urllib3, requests, websocket-client, PyYAML, texttable, docker-pycreds, docker, dockerpty, docker-compose [2021-04-20T19:29:58.801Z] Running setup.py install for docopt: started [2021-04-20T19:29:59.760Z] Running setup.py install for docopt: finished with status 'done' [2021-04-20T19:29:59.760Z] Attempting uninstall: idna [2021-04-20T19:29:59.760Z] Found existing installation: idna 2.9 [2021-04-20T19:29:59.760Z] Uninstalling idna-2.9: [2021-04-20T19:29:59.760Z] Successfully uninstalled idna-2.9 [2021-04-20T19:30:00.041Z] Attempting uninstall: urllib3 [2021-04-20T19:30:00.041Z] Found existing installation: urllib3 1.25.9 [2021-04-20T19:30:00.041Z] Uninstalling urllib3-1.25.9: [2021-04-20T19:30:00.041Z] Successfully uninstalled urllib3-1.25.9 [2021-04-20T19:30:00.310Z] Attempting uninstall: requests [2021-04-20T19:30:00.310Z] Found existing installation: requests 2.23.0 [2021-04-20T19:30:00.310Z] Uninstalling requests-2.23.0: [2021-04-20T19:30:00.889Z] Successfully uninstalled requests-2.23.0 [2021-04-20T19:30:04.285Z] Running setup.py install for PyYAML: started [2021-04-20T19:30:06.283Z] Running setup.py install for PyYAML: finished with status 'done' [2021-04-20T19:30:06.283Z] Running setup.py install for texttable: started [2021-04-20T19:30:08.579Z] Running setup.py install for texttable: finished with status 'done' [2021-04-20T19:30:09.182Z] Running setup.py install for dockerpty: started [2021-04-20T19:30:10.625Z] Running setup.py install for dockerpty: finished with status 'done' [2021-04-20T19:30:11.223Z] 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.58.0 [2021-04-20T19:30:16.703Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:16.703Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:30:16.986Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:16.986Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:30:16.986Z] ---> 60429a1aa102 [2021-04-20T19:30:16.986Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:30:16.986Z] ---> 60429a1aa102 [2021-04-20T19:30:16.986Z] Step 3/23 : WORKDIR /edgex-go [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> f5d7a6aab373 [2021-04-20T19:30:16.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:30:16.986Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:16.986Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> f5d7a6aab373 [2021-04-20T19:30:16.986Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:30:16.986Z] ---> 60429a1aa102 [2021-04-20T19:30:16.986Z] Step 3/31 : WORKDIR /edgex-go [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> f5d7a6aab373 [2021-04-20T19:30:16.986Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 2a44780acd93 [2021-04-20T19:30:16.986Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 2a44780acd93 [2021-04-20T19:30:16.986Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 2a44780acd93 [2021-04-20T19:30:16.986Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> f1afef07f615 [2021-04-20T19:30:16.986Z] Step 6/31 : COPY go.mod . [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> f1afef07f615 [2021-04-20T19:30:16.986Z] Step 6/23 : COPY go.mod . [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 0d83535d82e0 [2021-04-20T19:30:16.986Z] ---> 0d83535d82e0 [2021-04-20T19:30:16.986Z] Step 7/23 : RUN go mod downloadStep 7/31 : RUN go mod download [2021-04-20T19:30:16.986Z] [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 1c7d45b04019 [2021-04-20T19:30:16.986Z] Step 8/23 : COPY . . [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> 1c7d45b04019 [2021-04-20T19:30:16.986Z] Step 8/31 : COPY . . [2021-04-20T19:30:16.986Z] ---> Using cache [2021-04-20T19:30:16.986Z] ---> a2d1082d8070 [2021-04-20T19:30:16.986Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-04-20T19:30:17.249Z] ---> Using cache [2021-04-20T19:30:17.249Z] ---> a2d1082d8070 [2021-04-20T19:30:17.249Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-04-20T19:30:19.842Z] ---> Running in 6f6973754b50 [2021-04-20T19:30:19.842Z] ---> Running in ab0281cd7ca6 [2021-04-20T19:30:19.842Z] ---> Running in 9523fa90c928 [2021-04-20T19:30:20.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-04-20T19:30:20.814Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-04-20T19:30:20.814Z] ---> 60429a1aa102 [2021-04-20T19:30:20.814Z] Step 3/22 : WORKDIR /edgex-go [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> f5d7a6aab373 [2021-04-20T19:30:20.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> 2a44780acd93 [2021-04-20T19:30:20.814Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> f1afef07f615 [2021-04-20T19:30:20.814Z] Step 6/22 : COPY go.mod . [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> 0d83535d82e0 [2021-04-20T19:30:20.814Z] Step 7/22 : RUN go mod download [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> 1c7d45b04019 [2021-04-20T19:30:20.814Z] Step 8/22 : COPY . . [2021-04-20T19:30:20.814Z] ---> Using cache [2021-04-20T19:30:20.814Z] ---> a2d1082d8070 [2021-04-20T19:30:20.814Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-04-20T19:30:22.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-04-20T19:30:22.797Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-04-20T19:30:22.797Z] ---> Running in ecb473f7d811 [2021-04-20T19:30:22.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:23.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:30:23.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-04-20T19:30:23.967Z] OK: 233 MiB in 51 packages [2021-04-20T19:30:25.128Z] Removing intermediate container ab0281cd7ca6 [2021-04-20T19:30:25.128Z] ---> 4568f0c676ba [2021-04-20T19:30:25.128Z] Step 6/23 : COPY go.mod . [2021-04-20T19:30:27.077Z] ---> 6181a4f15182 [2021-04-20T19:30:27.077Z] Step 7/23 : RUN go mod download [2021-04-20T19:30:28.504Z] ---> Running in 821d049299a2 [2021-04-20T19:30:32.784Z] Removing intermediate container 821d049299a2 [2021-04-20T19:30:32.784Z] ---> e3fecf7997be [2021-04-20T19:30:32.784Z] Step 8/23 : COPY . . [2021-04-20T19:30:37.080Z] Removing intermediate container 06eb4417bed3 [2021-04-20T19:30:37.080Z] ---> 0c62e2fa0ddc [2021-04-20T19:30:37.080Z] Step 14/23 : ENV APP_PORT=48090 [2021-04-20T19:30:38.517Z] ---> Running in dfa28162fe5f [2021-04-20T19:30:39.119Z] Removing intermediate container dfa28162fe5f [2021-04-20T19:30:39.119Z] ---> 1fe8260e0193 [2021-04-20T19:30:39.119Z] Step 15/23 : EXPOSE $APP_PORT [2021-04-20T19:30:39.119Z] ---> Running in efb6e6d11887 [2021-04-20T19:30:42.527Z] Removing intermediate container efb6e6d11887 [2021-04-20T19:30:42.527Z] ---> ee361fec71b5 [2021-04-20T19:30:42.527Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-04-20T19:30:45.177Z] ---> a19f376ef140 [2021-04-20T19:30:45.177Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-04-20T19:30:46.629Z] ---> b8721f31b990 [2021-04-20T19:30:46.629Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-04-20T19:30:48.650Z] ---> 251fcb19b55f [2021-04-20T19:30:48.650Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-04-20T19:30:48.930Z] ---> Running in d7616871ba3d [2021-04-20T19:30:51.605Z] Removing intermediate container d7616871ba3d [2021-04-20T19:30:51.605Z] ---> b9ba7f35eafc [2021-04-20T19:30:51.605Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:30:51.883Z] ---> Running in 037b92c2a7a4 [2021-04-20T19:30:53.328Z] Removing intermediate container 037b92c2a7a4 [2021-04-20T19:30:53.328Z] ---> 032823b63ead [2021-04-20T19:30:53.328Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:30:55.913Z] ---> Running in 82b3234871c4 [2021-04-20T19:30:58.506Z] Removing intermediate container 82b3234871c4 [2021-04-20T19:30:58.506Z] ---> c54778330d9c [2021-04-20T19:30:58.506Z] Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:31:01.097Z] ---> Running in e9176a12319b [2021-04-20T19:31:01.675Z] Removing intermediate container e9176a12319b [2021-04-20T19:31:01.675Z] ---> 355658e828aa [2021-04-20T19:31:01.675Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:31:03.082Z] ---> Running in 25bbfcf1be74 [2021-04-20T19:31:03.668Z] Removing intermediate container 25bbfcf1be74 [2021-04-20T19:31:03.668Z] ---> ecc441c15847 [2021-04-20T19:31:03.668Z] [2021-04-20T19:31:03.668Z] ---> 1e0fd0a78a0b [2021-04-20T19:31:03.668Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-04-20T19:31:03.930Z] Successfully built ecc441c15847 [2021-04-20T19:31:04.193Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-04-20T19:31:04.194Z] ---> Running in 5e779c8e3ae0 [2021-04-20T19:31:05.167Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-04-20T19:31:09.428Z] Removing intermediate container 9523fa90c928 [2021-04-20T19:31:09.428Z] ---> 4b9909e8c32a [2021-04-20T19:31:09.428Z] [2021-04-20T19:31:09.428Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:31:09.428Z] Removing intermediate container 6f6973754b50 [2021-04-20T19:31:09.428Z] ---> 5e76723c4f15 [2021-04-20T19:31:09.428Z] [2021-04-20T19:31:09.428Z] Step 10/31 : FROM alpine:3.12 [2021-04-20T19:31:09.428Z] ---> 13621d1b12d4 [2021-04-20T19:31:09.428Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-04-20T19:31:09.428Z] ---> 13621d1b12d4 [2021-04-20T19:31:09.428Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:31:09.428Z] ---> Using cache [2021-04-20T19:31:09.428Z] ---> fa524b01b474 [2021-04-20T19:31:09.428Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:31:09.428Z] ---> Using cache [2021-04-20T19:31:09.428Z] ---> c880b3875331 [2021-04-20T19:31:09.428Z] Step 13/23 : ENV APP_PORT=48082 [2021-04-20T19:31:09.428Z] Removing intermediate container ecb473f7d811 [2021-04-20T19:31:09.428Z] ---> b4005e796c49 [2021-04-20T19:31:09.428Z] [2021-04-20T19:31:09.428Z] Step 10/22 : FROM alpine:3.12 [2021-04-20T19:31:09.428Z] ---> 13621d1b12d4 [2021-04-20T19:31:09.428Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-04-20T19:31:09.428Z] ---> Using cache [2021-04-20T19:31:09.428Z] ---> fa524b01b474 [2021-04-20T19:31:09.428Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-04-20T19:31:09.428Z] ---> Using cache [2021-04-20T19:31:09.428Z] ---> c880b3875331 [2021-04-20T19:31:09.428Z] Step 13/22 : ENV APP_PORT=48085 [2021-04-20T19:31:09.717Z] ---> Running in 789542e21c2e [2021-04-20T19:31:09.717Z] ---> Running in 441a95d09d79 [2021-04-20T19:31:09.717Z] ---> Running in 58de7eca8c15 [2021-04-20T19:31:10.018Z] Removing intermediate container 789542e21c2e [2021-04-20T19:31:10.018Z] ---> 8c110e626819 [2021-04-20T19:31:10.018Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-04-20T19:31:10.290Z] Removing intermediate container 441a95d09d79 [2021-04-20T19:31:10.290Z] ---> ce389f6dd51f [2021-04-20T19:31:10.291Z] Step 14/23 : EXPOSE $APP_PORT [2021-04-20T19:31:10.291Z] Removing intermediate container 58de7eca8c15 [2021-04-20T19:31:10.291Z] ---> 0f66d2d50ee6 [2021-04-20T19:31:10.291Z] Step 14/22 : EXPOSE $APP_PORT [2021-04-20T19:31:10.291Z] ---> Running in 4ff8dbdf3243 [2021-04-20T19:31:10.291Z] ---> Running in f4cbcb98c731 [2021-04-20T19:31:10.560Z] ---> Running in f800008181e9 [2021-04-20T19:31:11.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:11.525Z] Removing intermediate container f4cbcb98c731 [2021-04-20T19:31:11.525Z] ---> 25c8e2fb8d34 [2021-04-20T19:31:11.525Z] Step 15/23 : WORKDIR / [2021-04-20T19:31:11.525Z] Removing intermediate container f800008181e9 [2021-04-20T19:31:11.525Z] ---> 1069fbb21762 [2021-04-20T19:31:11.525Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:31:11.525Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:11.525Z] ---> Running in caceafa3780d [2021-04-20T19:31:11.525Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-04-20T19:31:11.525Z] (2/2) Installing su-exec (0.2-r1) [2021-04-20T19:31:11.525Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:31:11.798Z] OK: 6 MiB in 16 packages [2021-04-20T19:31:11.798Z] Removing intermediate container caceafa3780d [2021-04-20T19:31:11.798Z] ---> 69379511b14a [2021-04-20T19:31:11.798Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:31:12.088Z] ---> c9e9f22bb1b2 [2021-04-20T19:31:12.088Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-04-20T19:31:12.692Z] ---> 4a2fd2d7f1ba [2021-04-20T19:31:12.692Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-04-20T19:31:12.692Z] Removing intermediate container 4ff8dbdf3243 [2021-04-20T19:31:12.692Z] ---> 948896dd9a2a [2021-04-20T19:31:12.692Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-04-20T19:31:12.976Z] ---> Running in 53712221762d [2021-04-20T19:31:13.248Z] ---> bfa77425358a [2021-04-20T19:31:13.248Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-04-20T19:31:13.248Z] Removing intermediate container 53712221762d [2021-04-20T19:31:13.248Z] ---> 781c54ac9e53 [2021-04-20T19:31:13.248Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-04-20T19:31:13.534Z] ---> Running in d28a0a99a800 [2021-04-20T19:31:14.952Z] ---> 8aba006797d0 [2021-04-20T19:31:14.952Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-04-20T19:31:14.952Z] ---> ce3fd14f90e9 [2021-04-20T19:31:14.952Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-04-20T19:31:14.952Z] Removing intermediate container d28a0a99a800 [2021-04-20T19:31:14.952Z] ---> f10d12b13f49 [2021-04-20T19:31:14.952Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-04-20T19:31:14.952Z] ---> Running in f7a91885881d [2021-04-20T19:31:15.926Z] ---> Running in 37b01f6a9f81 [2021-04-20T19:31:17.007Z] ---> a02ab30af832 [2021-04-20T19:31:17.007Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-04-20T19:31:17.007Z] Removing intermediate container f7a91885881d [2021-04-20T19:31:17.007Z] ---> bd1a6c64d75e [2021-04-20T19:31:17.007Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:31:17.007Z] ---> Running in c4436e43d76a [2021-04-20T19:31:17.007Z] ---> Running in 97e15ae4b43b [2021-04-20T19:31:17.007Z] Removing intermediate container c4436e43d76a [2021-04-20T19:31:17.007Z] ---> dae338add215 [2021-04-20T19:31:17.007Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:31:17.007Z] Removing intermediate container 97e15ae4b43b [2021-04-20T19:31:17.007Z] ---> c0260d9b65aa [2021-04-20T19:31:17.007Z] Step 20/22 : LABEL arch=x86_64 [2021-04-20T19:31:17.275Z] ---> Running in b28882fb6b38 [2021-04-20T19:31:17.275Z] ---> Running in 0372dfe4b93c [2021-04-20T19:31:17.541Z] Removing intermediate container b28882fb6b38 [2021-04-20T19:31:17.541Z] ---> 1bda65e443d3 [2021-04-20T19:31:17.541Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:31:17.541Z] Removing intermediate container 0372dfe4b93c [2021-04-20T19:31:17.541Z] ---> 4b3936a4c55c [2021-04-20T19:31:17.541Z] Step 21/22 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:31:17.811Z] ---> Running in 8956e5785ca5 [2021-04-20T19:31:17.811Z] ---> Running in f608901c4175 [2021-04-20T19:31:18.089Z] Removing intermediate container 8956e5785ca5 [2021-04-20T19:31:18.089Z] ---> 026dbf44f23e [2021-04-20T19:31:18.089Z] Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:31:18.366Z] ---> Running in afe43122f40b [2021-04-20T19:31:18.366Z] Removing intermediate container f608901c4175 [2021-04-20T19:31:18.366Z] ---> 311481fae1d4 [2021-04-20T19:31:18.366Z] Step 22/22 : LABEL version=0.0.0 [2021-04-20T19:31:18.366Z] Removing intermediate container 37b01f6a9f81 [2021-04-20T19:31:18.366Z] ---> 7dbf5634c32e [2021-04-20T19:31:18.366Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-04-20T19:31:18.643Z] ---> Running in ede5feeea760 [2021-04-20T19:31:18.643Z] ---> Running in 7534a55787a7 [2021-04-20T19:31:18.909Z] Removing intermediate container afe43122f40b [2021-04-20T19:31:18.909Z] ---> 5ff3b855793b [2021-04-20T19:31:18.909Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:31:19.178Z] Removing intermediate container 7534a55787a7 [2021-04-20T19:31:19.178Z] ---> 3b88480c4115 [2021-04-20T19:31:19.178Z] [2021-04-20T19:31:19.178Z] ---> Running in 331123cc0fb4 [2021-04-20T19:31:19.462Z] Removing intermediate container ede5feeea760 [2021-04-20T19:31:19.462Z] ---> ce2b0895e5fa [2021-04-20T19:31:19.462Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-04-20T19:31:19.462Z] Successfully built 3b88480c4115 [2021-04-20T19:31:19.462Z] Successfully tagged docker-support-scheduler-go:latest [2021-04-20T19:31:19.462Z]  Building docker-support-scheduler-go ... done Removing intermediate container 331123cc0fb4 [2021-04-20T19:31:19.462Z] ---> a61f86a4115d [2021-04-20T19:31:19.462Z] [2021-04-20T19:31:19.733Z] Successfully built a61f86a4115d [2021-04-20T19:31:20.005Z] ---> 3fcf5e72ad89 [2021-04-20T19:31:20.005Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-04-20T19:31:20.005Z] Successfully tagged docker-core-command-go:latest [2021-04-20T19:31:20.005Z]  Building docker-core-command-go ... done  ---> Running in 7e2b9d3404f0 [2021-04-20T19:31:21.979Z] Removing intermediate container 7e2b9d3404f0 [2021-04-20T19:31:21.979Z] ---> 773384cfe370 [2021-04-20T19:31:21.979Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:31:22.243Z] ---> d520e9aec5c3 [2021-04-20T19:31:22.243Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-04-20T19:31:22.823Z] ---> 47dc2c6a521d [2021-04-20T19:31:22.823Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-04-20T19:31:23.400Z] ---> ef4496c42490 [2021-04-20T19:31:23.400Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-04-20T19:31:25.965Z] ---> 537a3cf54fd7 [2021-04-20T19:31:25.965Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-04-20T19:31:25.965Z] ---> 58d9bf4f7e9f [2021-04-20T19:31:25.965Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-04-20T19:31:26.228Z] ---> Running in 4b9439f91163 [2021-04-20T19:31:26.493Z] Removing intermediate container 4b9439f91163 [2021-04-20T19:31:26.493Z] ---> 91abc5318bbb [2021-04-20T19:31:26.493Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-04-20T19:31:27.881Z] ---> 1bee30cf525c [2021-04-20T19:31:27.881Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-04-20T19:31:28.455Z] ---> Running in f653b2570b59 [2021-04-20T19:31:28.456Z] Removing intermediate container 5e779c8e3ae0 [2021-04-20T19:31:28.456Z] ---> cb32e4a967ae [2021-04-20T19:31:28.456Z] [2021-04-20T19:31:28.456Z] Step 10/23 : FROM alpine:3.12 [2021-04-20T19:31:28.456Z] ---> 13621d1b12d4 [2021-04-20T19:31:28.456Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-04-20T19:31:28.722Z] ---> Running in 943ad733c386 [2021-04-20T19:31:28.722Z] Removing intermediate container 943ad733c386 [2021-04-20T19:31:28.722Z] ---> 9ca314531cf7 [2021-04-20T19:31:28.722Z] Step 12/23 : ENV APP_PORT=48080 [2021-04-20T19:31:28.984Z] ---> Running in 664e0bda5c67 [2021-04-20T19:31:28.984Z] Removing intermediate container 664e0bda5c67 [2021-04-20T19:31:28.984Z] ---> 613edb7c0dc1 [2021-04-20T19:31:28.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-04-20T19:31:29.248Z] ---> Running in bb5170ac607f [2021-04-20T19:31:29.248Z] Removing intermediate container bb5170ac607f [2021-04-20T19:31:29.248Z] ---> 604fdfea8beb [2021-04-20T19:31:29.248Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-04-20T19:31:29.510Z] Removing intermediate container f653b2570b59 [2021-04-20T19:31:29.510Z] ---> 78348e00c926 [2021-04-20T19:31:29.510Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-04-20T19:31:29.510Z] ---> Running in 1999e5b759be [2021-04-20T19:31:29.773Z] ---> Running in b6f592624691 [2021-04-20T19:31:29.773Z] Removing intermediate container b6f592624691 [2021-04-20T19:31:29.773Z] ---> e3065befa057 [2021-04-20T19:31:29.773Z] Step 28/31 : CMD ["gate"] [2021-04-20T19:31:30.037Z] ---> Running in f35b5d3aca55 [2021-04-20T19:31:30.299Z] Removing intermediate container f35b5d3aca55 [2021-04-20T19:31:30.299Z] ---> 051585c22e02 [2021-04-20T19:31:30.299Z] Step 29/31 : LABEL arch=x86_64 [2021-04-20T19:31:30.566Z] ---> Running in 19de48a5c7b4 [2021-04-20T19:31:30.566Z] Removing intermediate container 1999e5b759be [2021-04-20T19:31:30.566Z] ---> dc5c304f1271 [2021-04-20T19:31:30.566Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-04-20T19:31:30.828Z] Removing intermediate container 19de48a5c7b4 [2021-04-20T19:31:30.828Z] ---> 65cd9045ef04 [2021-04-20T19:31:30.828Z] Step 30/31 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:31:30.828Z] ---> Running in 7f3b65baeb13 [2021-04-20T19:31:30.828Z] ---> Running in 09775eaff3d5 [2021-04-20T19:31:31.097Z] Removing intermediate container 09775eaff3d5 [2021-04-20T19:31:31.097Z] ---> 643da1dcf3a5 [2021-04-20T19:31:31.097Z] Step 31/31 : LABEL version=0.0.0 [2021-04-20T19:31:31.359Z] ---> Running in d08632e3330b [2021-04-20T19:31:31.359Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:31.621Z] Removing intermediate container d08632e3330b [2021-04-20T19:31:31.621Z] ---> 5e2ebf00d5a1 [2021-04-20T19:31:31.621Z] [2021-04-20T19:31:31.621Z] Successfully built 5e2ebf00d5a1 [2021-04-20T19:31:31.885Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-04-20T19:31:32.147Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-04-20T19:31:32.720Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-04-20T19:31:32.720Z] (2/6) Installing libgcc (9.3.0-r2) [2021-04-20T19:31:32.983Z] (3/6) Installing libsodium (1.0.18-r0) [2021-04-20T19:31:32.983Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-04-20T19:31:33.245Z] (5/6) Installing libzmq (4.3.3-r0) [2021-04-20T19:31:33.245Z] (6/6) Installing zeromq (4.3.3-r0) [2021-04-20T19:31:33.245Z] Executing busybox-1.31.1-r20.trigger [2021-04-20T19:31:33.245Z] OK: 8 MiB in 20 packages [2021-04-20T19:31:33.820Z] Removing intermediate container 7f3b65baeb13 [2021-04-20T19:31:33.820Z] ---> 22ed3f83a112 [2021-04-20T19:31:33.820Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-04-20T19:31:34.081Z] ---> b89fef7e58f5 [2021-04-20T19:31:34.081Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-04-20T19:31:34.657Z] ---> b959b710cdab [2021-04-20T19:31:34.657Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-04-20T19:31:34.919Z] ---> 458621e7b0e4 [2021-04-20T19:31:34.919Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-04-20T19:31:35.182Z] ---> Running in a9490ba24908 [2021-04-20T19:31:35.182Z] Removing intermediate container a9490ba24908 [2021-04-20T19:31:35.182Z] ---> f034e02c50d7 [2021-04-20T19:31:35.182Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-04-20T19:31:35.182Z] ---> Running in 2a2b7678d320 [2021-04-20T19:31:35.445Z] Removing intermediate container 2a2b7678d320 [2021-04-20T19:31:35.445Z] ---> 6f2cde5cbf7c [2021-04-20T19:31:35.445Z] Step 21/23 : LABEL arch=x86_64 [2021-04-20T19:31:35.445Z] ---> Running in bbc6e7712a84 [2021-04-20T19:31:35.711Z] Removing intermediate container bbc6e7712a84 [2021-04-20T19:31:35.711Z] ---> 115872fff1f8 [2021-04-20T19:31:35.711Z] Step 22/23 : LABEL git_sha=24d340cb18ecae066d42bc9713f9ac71c1d89a2c [2021-04-20T19:31:35.711Z] ---> Running in 67c7016136aa [2021-04-20T19:31:35.975Z] Removing intermediate container 67c7016136aa [2021-04-20T19:31:35.975Z] ---> 207cdc30509e [2021-04-20T19:31:35.975Z] Step 23/23 : LABEL version=0.0.0 [2021-04-20T19:31:35.975Z] ---> Running in 987895cd00d5 [2021-04-20T19:31:36.237Z] Removing intermediate container 987895cd00d5 [2021-04-20T19:31:36.237Z] ---> 7fe19dc3f9f9 [2021-04-20T19:31:36.237Z] [2021-04-20T19:31:36.906Z] Successfully built 7fe19dc3f9f9 [2021-04-20T19:31:37.192Z] Successfully tagged docker-core-data-go:latest [2021-04-20T19:31:37.491Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-04-20T19:31:37.508Z] $ docker stop --time=1 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 [2021-04-20T19:31:39.398Z] $ docker rm -f 18896d2fa8b213877ab8bd79ad553776d598b071bfd69b358c7cf03b10cfb6f3 [Pipeline] // withDockerContainer [Pipeline] sh [2021-04-20T19:31:39.854Z] + docker images [2021-04-20T19:31:39.854Z] + grep docker [2021-04-20T19:31:40.117Z] docker-core-data-go latest 7fe19dc3f9f9 4 seconds ago 22.9MB [2021-04-20T19:31:40.117Z] docker-security-bootstrapper-go latest 5e2ebf00d5a1 9 seconds ago 19.3MB [2021-04-20T19:31:40.117Z] docker-core-command-go latest a61f86a4115d 21 seconds ago 17.5MB [2021-04-20T19:31:40.117Z] docker-support-scheduler-go latest 3b88480c4115 22 seconds ago 17.7MB [2021-04-20T19:31:40.117Z] docker-sys-mgmt-agent-go latest ecc441c15847 37 seconds ago 312MB [2021-04-20T19:31:40.117Z] docker-security-secretstore-setup-go latest ed35a046946c About a minute ago 26.3MB [2021-04-20T19:31:40.117Z] docker-core-metadata-go latest afc1a3915ec3 About a minute ago 19.2MB [2021-04-20T19:31:40.117Z] docker-support-notifications-go latest cd02446052d9 About a minute ago 18.2MB [2021-04-20T19:31:40.117Z] docker-security-proxy-setup-go latest efb3155d54ff About a minute ago 26MB [2021-04-20T19:31:40.117Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-04-20T19:31:55.378Z] Still waiting to schedule task [2021-04-20T19:31:55.378Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-04-20T19:34:17.524Z] Running on prd-ubuntu18.04-docker-8c-8g-1264 in /w/workspace/edgexfoundry_edgex-go_PR-3389 [Pipeline] { [Pipeline] ws [2021-04-20T19:34:17.542Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-04-20T19:34:20.026Z] using credential edgex-jenkins-ssh [2021-04-20T19:34:20.040Z] Cloning the remote Git repository [2021-04-20T19:34:20.059Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:20.121Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-04-20T19:34:20.147Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:20.147Z] > git --version # timeout=10 [2021-04-20T19:34:20.153Z] > git --version # 'git version 2.17.1' [2021-04-20T19:34:20.154Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:34:20.181Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:34:26.993Z] Merging remotes/origin/master commit 78d0c9acab6154e266009190efcfebd61633f654 into PR head commit ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-04-20T19:34:27.132Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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 [2021-04-20T19:34:26.479Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:34:26.486Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-04-20T19:34:26.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-04-20T19:34:26.504Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-04-20T19:34:26.505Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-04-20T19:34:26.510Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3389/head:refs/remotes/origin/PR-3389 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-04-20T19:34:27.001Z] > git config core.sparsecheckout # timeout=10 [2021-04-20T19:34:27.005Z] > git checkout -f ff428d534b5ee6997a5cb6ce9be63fbd715c9f66 # timeout=10 [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:28.041Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:28.931Z] ---> package-listing.sh [2021-04-20T19:34:28.931Z] ++ facter osfamily [2021-04-20T19:34:28.931Z] ++ tr '[:upper:]' '[:lower:]' [2021-04-20T19:34:28.931Z] + OS_FAMILY=redhat [2021-04-20T19:34:28.931Z] + workspace=/w/workspace/edgex-go/3 [2021-04-20T19:34:28.931Z] + START_PACKAGES=/tmp/packages_start.txt [2021-04-20T19:34:28.931Z] + END_PACKAGES=/tmp/packages_end.txt [2021-04-20T19:34:28.931Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-04-20T19:34:28.931Z] + PACKAGES=/tmp/packages_start.txt [2021-04-20T19:34:28.931Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T19:34:28.931Z] + PACKAGES=/tmp/packages_end.txt [2021-04-20T19:34:28.931Z] + case "${OS_FAMILY}" in [2021-04-20T19:34:28.931Z] + rpm -qa [2021-04-20T19:34:28.931Z] + sort [2021-04-20T19:34:34.244Z] + '[' -f /tmp/packages_start.txt ']' [2021-04-20T19:34:34.244Z] + '[' -f /tmp/packages_end.txt ']' [2021-04-20T19:34:34.244Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-04-20T19:34:34.244Z] + '[' /w/workspace/edgex-go/3 ']' [2021-04-20T19:34:34.244Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-04-20T19:34:34.244Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-04-20T19:34:34.260Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-04-20T19:34:34.574Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:34.887Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:34:34.887Z] [2021-04-20T19:34:34.887Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-04-20T19:34:35.207Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:34:35.207Z] alpine: Pulling from edgex-lftools-log-publisher [2021-04-20T19:34:35.207Z] df20fa9351a1: Pulling fs layer [2021-04-20T19:34:35.207Z] 36b3adc4ff6f: Pulling fs layer [2021-04-20T19:34:35.207Z] 8ad3a11d3b57: Pulling fs layer [2021-04-20T19:34:35.207Z] 46f8f816bc3b: Pulling fs layer [2021-04-20T19:34:35.207Z] 93b61091891f: Pulling fs layer [2021-04-20T19:34:35.207Z] 93b9cdb0e59b: Pulling fs layer [2021-04-20T19:34:35.207Z] 5e14af77c1be: Pulling fs layer [2021-04-20T19:34:35.207Z] 01666e4c0597: Pulling fs layer [2021-04-20T19:34:35.207Z] aa168da1d23b: Pulling fs layer [2021-04-20T19:34:35.207Z] 5e14af77c1be: Waiting [2021-04-20T19:34:35.207Z] 01666e4c0597: Waiting [2021-04-20T19:34:35.207Z] aa168da1d23b: Waiting [2021-04-20T19:34:35.207Z] 46f8f816bc3b: Waiting [2021-04-20T19:34:35.207Z] 93b61091891f: Waiting [2021-04-20T19:34:35.475Z] 36b3adc4ff6f: Download complete [2021-04-20T19:34:35.475Z] 46f8f816bc3b: Verifying Checksum [2021-04-20T19:34:35.475Z] 46f8f816bc3b: Download complete [2021-04-20T19:34:35.475Z] df20fa9351a1: Verifying Checksum [2021-04-20T19:34:35.475Z] df20fa9351a1: Download complete [2021-04-20T19:34:35.475Z] 93b9cdb0e59b: Verifying Checksum [2021-04-20T19:34:35.475Z] 93b9cdb0e59b: Download complete [2021-04-20T19:34:35.475Z] 5e14af77c1be: Verifying Checksum [2021-04-20T19:34:35.475Z] 5e14af77c1be: Download complete [2021-04-20T19:34:35.475Z] 01666e4c0597: Verifying Checksum [2021-04-20T19:34:35.475Z] 01666e4c0597: Download complete [2021-04-20T19:34:35.475Z] 93b61091891f: Verifying Checksum [2021-04-20T19:34:35.475Z] 93b61091891f: Download complete [2021-04-20T19:34:35.744Z] 8ad3a11d3b57: Download complete [2021-04-20T19:34:35.744Z] df20fa9351a1: Pull complete [2021-04-20T19:34:36.012Z] 36b3adc4ff6f: Pull complete [2021-04-20T19:34:37.429Z] aa168da1d23b: Verifying Checksum [2021-04-20T19:34:37.429Z] aa168da1d23b: Download complete [2021-04-20T19:34:38.823Z] 8ad3a11d3b57: Pull complete [2021-04-20T19:34:38.823Z] 46f8f816bc3b: Pull complete [2021-04-20T19:34:39.085Z] 93b61091891f: Pull complete [2021-04-20T19:34:39.085Z] 93b9cdb0e59b: Pull complete [2021-04-20T19:34:39.348Z] 5e14af77c1be: Pull complete [2021-04-20T19:34:39.348Z] 01666e4c0597: Pull complete [2021-04-20T19:34:47.534Z] aa168da1d23b: Pull complete [2021-04-20T19:34:47.534Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-04-20T19:34:47.534Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-04-20T19:34:47.534Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-04-20T19:34:47.833Z] prd-centos7-docker-4c-2g-1250 does not seem to be running inside a container [2021-04-20T19:34:47.894Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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:10003/edgex-lftools-log-publisher:alpine cat [2021-04-20T19:34:53.119Z] $ docker top d2d66b89861db8d01fadf80cc8147e7e87c734a1ef84a64b78a7b8f92a9a4499 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-04-20T19:34:53.575Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-04-20T19:34:53.875Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-04-20T19:34:54.181Z] + ls /var/log/sa-host [2021-04-20T19:34:54.181Z] + sadf -c /var/log/sa-host/sa20 [2021-04-20T19:34:54.181Z] file_magic: OK [2021-04-20T19:34:54.181Z] HZ: Using current value: 100 [2021-04-20T19:34:54.181Z] file_header: OK [2021-04-20T19:34:54.181Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:34:54.181Z] Statistics: [2021-04-20T19:34:54.181Z] 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... [2021-04-20T19:34:54.181Z] File successfully converted to sysstat format version 12.2.1 [2021-04-20T19:34:54.181Z] + sadf -c /var/log/sa-host/sa23 [2021-04-20T19:34:54.181Z] file_magic: OK [2021-04-20T19:34:54.181Z] HZ: Using current value: 100 [2021-04-20T19:34:54.181Z] file_header: OK [2021-04-20T19:34:54.181Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-04-20T19:34:54.181Z] Statistics: [2021-04-20T19:34:54.181Z] Hnuu...uuuununununu... [2021-04-20T19:34:54.181Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-04-20T19:34:54.354Z] provisioning config files... [2021-04-20T19:34:54.378Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2052058889641427439tmp [Pipeline] { [Pipeline] echo [2021-04-20T19:34:54.407Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:54.706Z] ---> create-netrc.sh [Pipeline] } [2021-04-20T19:34:54.716Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-04-20T19:34:54.740Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:55.038Z] ---> python-tools-install.sh [Pipeline] echo [2021-04-20T19:34:55.050Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:55.353Z] ---> sudo-logs.sh [2021-04-20T19:34:55.353Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-04-20T19:34:55.378Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:55.674Z] ---> job-cost.sh [2021-04-20T19:34:55.675Z] lf-activate-venv: SKIPPING [2021-04-20T19:34:55.675Z] INFO: No Stack... [2021-04-20T19:34:57.063Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-04-20T19:34:57.325Z] INFO: Archiving Costs [Pipeline] echo [2021-04-20T19:34:57.339Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-04-20T19:34:57.641Z] ---> logs-deploy.sh [2021-04-20T19:34:57.641Z] lf-activate-venv: SKIPPING [2021-04-20T19:34:57.641Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3389/3 [2021-04-20T19:34:57.641Z] INFO: archiving workspace using pattern(s): [2021-04-20T19:34:59.031Z] Archives upload complete. [2021-04-20T19:34:59.292Z] INFO: archiving logs to Nexus