Pull request #3422 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 648a76936c86a2d83b792934831f9cfce5b39e1d rather than 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 Obtained Jenkinsfile from 648a76936c86a2d83b792934831f9cfce5b39e1d 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 ‘prd-centos7-docker-4c-2g-4078’ Running on prd-centos7-docker-4c-2g-4080 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 > 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/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 Merge succeeded, producing 81b96ec15397cec4b027735c818cdb6266e2f4c8 Checking out Revision 81b96ec15397cec4b027735c818cdb6266e2f4c8 (PR-3422) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 648a76936c86a2d83b792934831f9cfce5b39e1d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81b96ec15397cec4b027735c818cdb6266e2f4c8 # timeout=10 Commit message: "Merge commit '648a76936c86a2d83b792934831f9cfce5b39e1d' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-10T13:54:23.255Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-10T13:54:23.344Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-10T13:54:23.370Z] ========================================================= [2021-05-10T13:54:23.370Z] EdgeX Global Pipelines Version Info [2021-05-10T13:54:23.370Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7a94d98fedae5449028a294d17bef3e0ebf273e5 # timeout=10 [2021-05-10T13:54:24.899Z] ------------------- [2021-05-10T13:54:24.899Z] stable info: [2021-05-10T13:54:24.899Z] ------------------- [2021-05-10T13:54:24.899Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-10T13:54:24.899Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:54:24.899Z] Message: update stable to v1.0.191 [2021-05-10T13:54:25.845Z] ------------------- [2021-05-10T13:54:25.845Z] experimental info: [2021-05-10T13:54:25.845Z] ------------------- [2021-05-10T13:54:25.845Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-10T13:54:25.845Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-10T13:54:25.845Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-10T13:54:25.972Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-10T13:54:25.995Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-10T13:54:26.018Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-10T13:54:26.041Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-10T13:54:26.063Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-10T13:54:26.102Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-10T13:54:26.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-10T13:54:26.150Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-10T13:54:26.171Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-10T13:54:26.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-10T13:54:26.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-10T13:54:26.261Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-10T13:54:26.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-10T13:54:26.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-10T13:54:26.329Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T13:54:26.381Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-10T13:54:26.405Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-10T13:54:26.428Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-10T13:54:26.449Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-10T13:54:26.471Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-10T13:54:26.506Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-10T13:54:26.528Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-10T13:54:26.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3422 [Pipeline] echo [2021-05-10T13:54:26.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3422 [Pipeline] echo [2021-05-10T13:54:26.591Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3422 [Pipeline] echo [2021-05-10T13:54:26.626Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81b96ec15397cec4b027735c818cdb6266e2f4c8 [Pipeline] echo [2021-05-10T13:54:26.647Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81b96ec [Pipeline] echo [2021-05-10T13:54:26.668Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-10T13:54:26.737Z] provisioning config files... [2021-05-10T13:54:26.770Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config7560081797512803310tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-10T13:54:27.091Z] ---> docker-login.sh [2021-05-10T13:54:27.091Z] nexus3.edgexfoundry.org:10001 [2021-05-10T13:54:27.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:54:27.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:54:27.623Z] Configure a credential helper to remove this warning. See [2021-05-10T13:54:27.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:54:27.623Z] [2021-05-10T13:54:27.623Z] Login Succeeded [2021-05-10T13:54:27.623Z] nexus3.edgexfoundry.org:10002 [2021-05-10T13:54:27.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:54:27.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:54:27.888Z] Configure a credential helper to remove this warning. See [2021-05-10T13:54:27.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:54:27.888Z] [2021-05-10T13:54:27.888Z] Login Succeeded [2021-05-10T13:54:27.888Z] nexus3.edgexfoundry.org:10003 [2021-05-10T13:54:27.888Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:54:27.888Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:54:27.888Z] Configure a credential helper to remove this warning. See [2021-05-10T13:54:27.888Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:54:27.888Z] [2021-05-10T13:54:27.888Z] Login Succeeded [2021-05-10T13:54:27.888Z] nexus3.edgexfoundry.org:10004 [2021-05-10T13:54:28.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:54:28.151Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:54:28.151Z] Configure a credential helper to remove this warning. See [2021-05-10T13:54:28.151Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:54:28.151Z] [2021-05-10T13:54:28.151Z] Login Succeeded [2021-05-10T13:54:28.151Z] docker.io [2021-05-10T13:54:28.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-10T13:54:28.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-10T13:54:28.727Z] Configure a credential helper to remove this warning. See [2021-05-10T13:54:28.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-10T13:54:28.727Z] [2021-05-10T13:54:28.727Z] Login Succeeded [2021-05-10T13:54:28.727Z] ---> docker-login.sh ends [Pipeline] } [2021-05-10T13:54:28.738Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T13:54:29.075Z] ++ 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-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/core-command/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/core-data/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-10T13:54:29.075Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-10T13:54:29.075Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-10T13:54:29.075Z] ++ cut -d/ -f2 [2021-05-10T13:54:29.075Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-10T13:54:29.164Z] 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-05-10T13:54:29.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:54:29.812Z] [2021-05-10T13:54:29.812Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:54:30.153Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:54:30.153Z] latest: Pulling from edgex-devops/git-semver [2021-05-10T13:54:30.153Z] 31603596830f: Pulling fs layer [2021-05-10T13:54:30.153Z] 54011a49482f: Pulling fs layer [2021-05-10T13:54:30.153Z] a6820b24f6d8: Pulling fs layer [2021-05-10T13:54:30.153Z] f581987b2513: Pulling fs layer [2021-05-10T13:54:30.153Z] f581987b2513: Waiting [2021-05-10T13:54:30.153Z] 54011a49482f: Download complete [2021-05-10T13:54:30.153Z] 31603596830f: Verifying Checksum [2021-05-10T13:54:30.153Z] 31603596830f: Download complete [2021-05-10T13:54:30.418Z] a6820b24f6d8: Verifying Checksum [2021-05-10T13:54:30.418Z] a6820b24f6d8: Download complete [2021-05-10T13:54:30.418Z] f581987b2513: Verifying Checksum [2021-05-10T13:54:30.418Z] f581987b2513: Download complete [2021-05-10T13:54:30.690Z] 31603596830f: Pull complete [2021-05-10T13:54:30.953Z] 54011a49482f: Pull complete [2021-05-10T13:54:31.913Z] a6820b24f6d8: Pull complete [2021-05-10T13:54:32.185Z] f581987b2513: Pull complete [2021-05-10T13:54:32.185Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-10T13:54:32.185Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-10T13:54:32.185Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-10T13:54:32.317Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T13:54:32.372Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-10T13:54:34.858Z] $ docker top 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-10T13:54:35.009Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:54:35.009Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:54:35.257Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:54:35.263Z] $ docker exec 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent [2021-05-10T13:54:35.425Z] SSH_AUTH_SOCK=/tmp/ssh-waDOiRUODpzK/agent.13 [2021-05-10T13:54:35.425Z] SSH_AGENT_PID=18 [2021-05-10T13:54:35.438Z] Running ssh-add (command line suppressed) [2021-05-10T13:54:35.563Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_545535310438728663.key (/w/workspace/edgex-go/12@tmp/private_key_545535310438728663.key) [2021-05-10T13:54:35.616Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:54:35.918Z] + git tag --points-at HEAD [Pipeline] } [2021-05-10T13:54:35.941Z] $ docker exec --env ******** --env ******** 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent -k [2021-05-10T13:54:36.057Z] unset SSH_AUTH_SOCK; [2021-05-10T13:54:36.057Z] unset SSH_AGENT_PID; [2021-05-10T13:54:36.057Z] echo Agent pid 18 killed; [2021-05-10T13:54:36.107Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-10T13:54:36.143Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-10T13:54:36.143Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-10T13:54:36.316Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-10T13:54:36.321Z] $ docker exec 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent [2021-05-10T13:54:36.489Z] SSH_AUTH_SOCK=/tmp/ssh-YsuycwvDbwAM/agent.47 [2021-05-10T13:54:36.489Z] SSH_AGENT_PID=52 [2021-05-10T13:54:36.498Z] Running ssh-add (command line suppressed) [2021-05-10T13:54:36.629Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_3136799750889424431.key (/w/workspace/edgex-go/12@tmp/private_key_3136799750889424431.key) [2021-05-10T13:54:36.688Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-10T13:54:36.990Z] + git semver init [2021-05-10T13:54:36.990Z] # -> Open(): unable to determine branch for HEAD [2021-05-10T13:54:36.990Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-05-10T13:54:36.990Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-05-10T13:54:36.990Z] # $SEMVER_REMOTE_NAME = origin [2021-05-10T13:54:36.990Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-10T13:54:36.990Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-10T13:54:36.990Z] # $SEMVER_BRANCH = PR-3422 [2021-05-10T13:54:36.990Z] # $SEMVER_TEMP = /tmp/semver-886007452 [2021-05-10T13:54:36.990Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-10T13:55:03.633Z] # '/tmp/semver-886007452' -> '/w/workspace/edgex-go/12/.semver' [2021-05-10T13:55:04.211Z] # -> Force: false [2021-05-10T13:55:04.211Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-05-10T13:55:04.229Z] $ docker exec --env ******** --env ******** 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 ssh-agent -k [2021-05-10T13:55:04.575Z] unset SSH_AUTH_SOCK; [2021-05-10T13:55:04.575Z] unset SSH_AGENT_PID; [2021-05-10T13:55:04.576Z] echo Agent pid 52 killed; [2021-05-10T13:55:04.698Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-10T13:55:05.033Z] + git semver [Pipeline] } [2021-05-10T13:55:05.057Z] $ docker stop --time=1 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 [2021-05-10T13:55:06.636Z] $ docker rm -f 9da23eb954f043e8787b74275ea0c1d7562fadc1cb8356dfc37c76c86dea4c13 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T13:55:07.099Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-10T13:55:07.556Z] Stashed 1 file(s) [Pipeline] echo [2021-05-10T13:55:07.560Z] [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-05-10T13:55:08.054Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:55:08.356Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-10T13:55:08.692Z] + sudo service docker restart [2021-05-10T13:55:08.692Z] + true [2021-05-10T13:55:08.692Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-10T13:55:09.285Z] ========================================================= [2021-05-10T13:55:09.285Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-10T13:55:09.285Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:55:09.592Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-10T13:55:13.940Z] Sending build context to Docker daemon 330.2MB [2021-05-10T13:55:13.940Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-10T13:55:13.940Z] Step 2/6 : FROM ${BASE} [2021-05-10T13:55:13.940Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-10T13:55:13.940Z] 540db60ca938: Pulling fs layer [2021-05-10T13:55:13.940Z] adcc1eea9eea: Pulling fs layer [2021-05-10T13:55:13.940Z] 4c4ab2625f07: Pulling fs layer [2021-05-10T13:55:13.941Z] 0510c868ecb4: Pulling fs layer [2021-05-10T13:55:13.941Z] afea3b2eda06: Pulling fs layer [2021-05-10T13:55:13.941Z] 7809a108b3ef: Pulling fs layer [2021-05-10T13:55:13.941Z] f706445af74f: Pulling fs layer [2021-05-10T13:55:13.941Z] 0510c868ecb4: Waiting [2021-05-10T13:55:13.941Z] afea3b2eda06: Waiting [2021-05-10T13:55:13.941Z] 7809a108b3ef: Waiting [2021-05-10T13:55:13.941Z] 4c4ab2625f07: Verifying Checksum [2021-05-10T13:55:13.941Z] 4c4ab2625f07: Download complete [2021-05-10T13:55:13.941Z] adcc1eea9eea: Download complete [2021-05-10T13:55:13.941Z] afea3b2eda06: Verifying Checksum [2021-05-10T13:55:13.941Z] afea3b2eda06: Download complete [2021-05-10T13:55:13.941Z] 540db60ca938: Verifying Checksum [2021-05-10T13:55:13.941Z] 540db60ca938: Download complete [2021-05-10T13:55:13.941Z] 7809a108b3ef: Verifying Checksum [2021-05-10T13:55:13.941Z] 7809a108b3ef: Download complete [2021-05-10T13:55:13.941Z] 540db60ca938: Pull complete [2021-05-10T13:55:14.207Z] adcc1eea9eea: Pull complete [2021-05-10T13:55:14.207Z] 4c4ab2625f07: Pull complete [2021-05-10T13:55:16.832Z] f706445af74f: Verifying Checksum [2021-05-10T13:55:16.832Z] f706445af74f: Download complete [2021-05-10T13:55:17.416Z] 0510c868ecb4: Verifying Checksum [2021-05-10T13:55:17.416Z] 0510c868ecb4: Download complete [2021-05-10T13:55:22.691Z] Still waiting to schedule task [2021-05-10T13:55:22.692Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-10T13:55:22.735Z] 0510c868ecb4: Pull complete [2021-05-10T13:55:22.735Z] afea3b2eda06: Pull complete [2021-05-10T13:55:22.735Z] 7809a108b3ef: Pull complete [2021-05-10T13:55:28.051Z] f706445af74f: Pull complete [2021-05-10T13:55:28.051Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-10T13:55:28.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-10T13:55:28.051Z] ---> b068be0155e3 [2021-05-10T13:55:28.051Z] 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-05-10T13:55:28.631Z] ---> Running in d2f831655c86 [2021-05-10T13:55:29.590Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:31.531Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:55:32.485Z] (1/12) Installing libmagic (5.39-r0) [2021-05-10T13:55:32.485Z] (2/12) Installing file (5.39-r0) [2021-05-10T13:55:32.748Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-10T13:55:33.011Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-10T13:55:43.044Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-10T13:55:43.044Z] (6/12) Installing patch (2.7.6-r6) [2021-05-10T13:55:43.044Z] (7/12) Installing build-base (0.5-r2) [2021-05-10T13:55:43.044Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-10T13:55:43.044Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-10T13:55:43.044Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-10T13:55:43.044Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-10T13:55:43.044Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-10T13:55:43.044Z] Executing busybox-1.32.1-r6.trigger [2021-05-10T13:55:43.044Z] OK: 219 MiB in 52 packages [2021-05-10T13:55:47.293Z] Removing intermediate container d2f831655c86 [2021-05-10T13:55:47.293Z] ---> da3402e56d8d [2021-05-10T13:55:47.293Z] Step 4/6 : WORKDIR /edgex-go [2021-05-10T13:55:47.293Z] ---> Running in 6176e48f16ec [2021-05-10T13:55:47.293Z] Removing intermediate container 6176e48f16ec [2021-05-10T13:55:47.293Z] ---> 5f8d735cb974 [2021-05-10T13:55:47.293Z] Step 5/6 : COPY go.mod . [2021-05-10T13:55:47.293Z] ---> 3dddede0da70 [2021-05-10T13:55:47.293Z] Step 6/6 : RUN go mod download [2021-05-10T13:55:47.293Z] ---> Running in 0ffc263e495e [2021-05-10T13:56:09.338Z] Removing intermediate container 0ffc263e495e [2021-05-10T13:56:09.338Z] ---> f9be7780250d [2021-05-10T13:56:09.338Z] Successfully built f9be7780250d [2021-05-10T13:56:09.338Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:56:09.671Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T13:56:09.671Z] . [Pipeline] withDockerContainer [2021-05-10T13:56:09.775Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T13:56:09.825Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T13:56:10.720Z] $ docker top f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:56:11.139Z] + go version [2021-05-10T13:56:11.139Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-10T13:56:11.155Z] $ docker stop --time=1 f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb [2021-05-10T13:56:12.524Z] $ docker rm -f f4dcf1ae6f39221baeebd894cfc8602506649c6168a33955d34b765ed8e32deb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:56:13.055Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-10T13:56:13.055Z] . [Pipeline] withDockerContainer [2021-05-10T13:56:13.166Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T13:56:13.221Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-10T13:56:13.949Z] $ docker top 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-10T13:56:14.078Z] ========================================================= [2021-05-10T13:56:14.078Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-10T13:56:14.078Z] ========================================================= [Pipeline] sh [2021-05-10T13:56:14.373Z] + go mod tidy [Pipeline] sh [2021-05-10T13:56:16.644Z] + make test [2021-05-10T13:56:16.644Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-10T13:56:26.715Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-10T13:56:44.999Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-10T13:56:53.253Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-10T13:56:53.253Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-10T13:56:53.253Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-10T13:56:55.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-10T13:56:55.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-10T13:56:55.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-10T13:56:55.214Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-10T13:56:57.805Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-10T13:56:57.805Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-10T13:57:00.411Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-10T13:57:00.411Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-10T13:57:00.411Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-10T13:57:03.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.112s coverage: 45.9% of statements [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-10T13:57:03.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-10T13:57:03.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.056s coverage: 19.8% of statements [2021-05-10T13:57:03.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.106s coverage: 100.0% of statements [2021-05-10T13:57:05.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.193s coverage: 27.1% of statements [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-10T13:57:05.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-10T13:57:05.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-10T13:57:05.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.088s coverage: 71.3% of statements [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-10T13:57:05.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-10T13:57:07.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.226s coverage: 87.7% of statements [2021-05-10T13:57:07.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-10T13:57:07.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:57:07.084Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements [2021-05-10T13:57:07.084Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.388s coverage: 28.6% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.091s coverage: 100.0% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.149s coverage: 97.5% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-10T13:57:10.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-10T13:57:10.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.506s coverage: 95.1% of statements [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.074s coverage: 58.8% of statements [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.9% of statements [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.067s coverage: 22.0% of statements [2021-05-10T13:57:13.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 47.1% of statements [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.061s coverage: 79.5% of statements [2021-05-10T13:57:13.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-05-10T13:57:13.337Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.079s coverage: 96.3% of statements [2021-05-10T13:57:13.610Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-05-10T13:57:25.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.064s coverage: 94.4% of statements [2021-05-10T13:57:25.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.054s coverage: 44.8% of statements [2021-05-10T13:57:27.881Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.230s coverage: 81.8% of statements [2021-05-10T13:57:27.881Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.109s coverage: 92.9% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 65.1% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.048s coverage: 87.2% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 76.0% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.0% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.085s coverage: 87.2% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.126s coverage: 91.2% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 64.4% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.431s coverage: 66.9% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.221s coverage: 43.4% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.145s coverage: 47.0% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-10T13:57:38.008Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-10T13:57:38.008Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-10T13:57:38.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.090s coverage: 22.7% of statements [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-10T13:57:38.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 92.6% of statements [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-10T13:57:38.972Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.926s coverage: 28.7% of statements [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-10T13:57:38.972Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-10T13:57:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.095s coverage: 99.0% of statements [2021-05-10T13:57:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-10T13:57:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.073s coverage: 100.0% of statements [2021-05-10T13:57:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-10T13:57:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-10T13:57:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-10T13:57:38.973Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.072s coverage: 64.6% of statements [2021-05-10T13:57:38.973Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-10T13:57:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.137s coverage: 97.6% of statements [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-10T13:57:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.029s coverage: 0.0% of statements [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-10T13:57:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-10T13:57:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-10T13:57:39.984Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-10T13:57:39.984Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2021-05-10T13:57:40.569Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 28.1% of statements [2021-05-10T13:57:40.569Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-10T13:57:40.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.037s coverage: 85.7% of statements [2021-05-10T13:57:40.833Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-10T13:57:40.833Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-05-10T13:57:41.412Z] GO111MODULE=on go vet ./... [2021-05-10T13:58:06.357Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4083 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-10T13:58:06.381Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-05-10T13:58:12.541Z] using credential edgex-jenkins-ssh [2021-05-10T13:58:12.616Z] Cloning the remote Git repository [2021-05-10T13:58:12.664Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:58:12.774Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-05-10T13:58:12.883Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:58:12.884Z] > git --version # timeout=10 [2021-05-10T13:58:12.902Z] > git --version # 'git version 2.17.1' [2021-05-10T13:58:12.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:58:12.970Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:58:21.113Z] gofmt -l . [2021-05-10T13:58:21.113Z] [ "`gofmt -l .`" = "" ] [2021-05-10T13:58:21.113Z] ./bin/test-go-mod-tidy.sh [2021-05-10T13:58:21.113Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-10T13:58:21.437Z] + ls -al . [2021-05-10T13:58:21.437Z] total 828 [2021-05-10T13:58:21.437Z] drwxrwxr-x 10 1001 1001 4096 May 10 13:58 . [2021-05-10T13:58:21.437Z] drwxr-xr-x 4 root root 30 May 10 13:56 .. [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 11 May 10 13:54 .dockerignore [2021-05-10T13:58:21.437Z] drwxrwxr-x 8 1001 1001 179 May 10 13:54 .git [2021-05-10T13:58:21.437Z] drwxrwxr-x 3 1001 1001 125 May 10 13:54 .github [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 818 May 10 13:54 .gitignore [2021-05-10T13:58:21.437Z] drwx------ 3 1001 1001 60 May 10 13:55 .semver [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 166 May 10 13:54 .sonarcloud.properties [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 8609 May 10 13:54 Attribution.txt [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 3804 May 10 13:54 CONTRIBUTING.md [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 931 May 10 13:54 Dockerfile.build [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 863 May 10 13:54 Jenkinsfile [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 10775 May 10 13:54 LICENSE [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 5774 May 10 13:54 Makefile [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 7978 May 10 13:54 README.md [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 6755 May 10 13:54 SECURITY.md [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 5 May 10 13:55 VERSION [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 4131 May 10 13:54 ZMQWindows.md [2021-05-10T13:58:21.437Z] drwxrwxr-x 2 1001 1001 117 May 10 13:54 bin [2021-05-10T13:58:21.437Z] drwxrwxr-x 14 1001 1001 4096 May 10 13:54 cmd [2021-05-10T13:58:21.437Z] -rw-r--r-- 1 root root 719131 May 10 13:57 coverage.out [2021-05-10T13:58:21.437Z] -rw-r--r-- 1 root root 1060 May 10 13:58 go.mod [2021-05-10T13:58:21.437Z] -rw-r--r-- 1 root root 22169 May 10 13:56 go.sum [2021-05-10T13:58:21.437Z] drwxrwxr-x 8 1001 1001 127 May 10 13:54 internal [2021-05-10T13:58:21.437Z] drwxrwxr-x 4 1001 1001 26 May 10 13:54 openapi [2021-05-10T13:58:21.437Z] drwxrwxr-x 4 1001 1001 71 May 10 13:54 snap [2021-05-10T13:58:21.437Z] -rw-rw-r-- 1 1001 1001 168 May 10 13:54 version.go [Pipeline] sh [2021-05-10T13:58:21.748Z] + '[' -e coverage.out ] [2021-05-10T13:58:21.748Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-10T13:58:21.997Z] Stashed 1 file(s) [Pipeline] sh [2021-05-10T13:58:22.304Z] + make build [2021-05-10T13:58:22.304Z] 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-05-10T13:58:24.887Z] 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-05-10T13:58:28.563Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T13:58:28.591Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T13:58:28.619Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T13:58:28.656Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T13:58:28.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T13:58:28.672Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T13:58:29.703Z] Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T13:58:29.849Z] Failed in branch arm64 [2021-05-10T13:58:29.719Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T13:58:29.739Z] > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 [2021-05-10T13:58:37.271Z] 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-05-10T13:58:37.271Z] 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-05-10T13:58:38.674Z] 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-05-10T13:58:38.939Z] 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-05-10T13:58:40.357Z] 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-05-10T13:58:42.297Z] 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-05-10T13:58:43.251Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-10T13:58:44.644Z] 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-05-10T13:58:46.046Z] 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-05-10T13:58:47.007Z] 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-05-10T13:58:49.588Z] $ docker stop --time=1 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 [2021-05-10T13:58:51.654Z] $ docker rm -f 04a72e0e2e250d127d2be7fec99a48c7a1e79d463c455a0e3b8a4b39201dd3e5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:53.398Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:58:53.398Z] [2021-05-10T13:58:53.398Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:58:53.721Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:58:53.721Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-10T13:58:53.721Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-10T13:58:53.721Z] ca9280d653b3: Pulling fs layer [2021-05-10T13:58:53.721Z] 7e9c9ca2126c: Pulling fs layer [2021-05-10T13:58:53.721Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-10T13:58:53.721Z] cbdbe7a5bc2a: Download complete [2021-05-10T13:58:54.299Z] cbdbe7a5bc2a: Pull complete [2021-05-10T13:58:54.299Z] ca9280d653b3: Verifying Checksum [2021-05-10T13:58:54.299Z] ca9280d653b3: Download complete [2021-05-10T13:58:55.735Z] ca9280d653b3: Pull complete [2021-05-10T13:58:55.735Z] 7e9c9ca2126c: Verifying Checksum [2021-05-10T13:58:55.735Z] 7e9c9ca2126c: Download complete [2021-05-10T13:59:03.926Z] 7e9c9ca2126c: Pull complete [2021-05-10T13:59:03.926Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-10T13:59:03.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:59:03.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-10T13:59:04.133Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T13:59:04.190Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T13:59:05.782Z] $ docker top 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:59:06.237Z] + docker-compose build --help [2021-05-10T13:59:06.237Z] + grep parallel [2021-05-10T13:59:07.190Z] --parallel Build images in parallel. [Pipeline] } [2021-05-10T13:59:07.468Z] $ docker stop --time=1 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe [2021-05-10T13:59:08.842Z] $ docker rm -f 0f0021fa1edbdcfc9b9ca3968a62fcbbd679bba2cbb8ae9b12232c3ee3af7dbe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-10T13:59:09.325Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-10T13:59:09.325Z] . [Pipeline] withDockerContainer [2021-05-10T13:59:09.440Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T13:59:09.496Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-10T13:59:10.211Z] $ docker top fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T13:59:10.661Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-10T13:59:12.053Z] Building docker-core-command-go ... [2021-05-10T13:59:12.053Z] Building docker-core-data-go ... [2021-05-10T13:59:12.053Z] Building docker-core-metadata-go ... [2021-05-10T13:59:12.053Z] Building docker-security-bootstrapper-go ... [2021-05-10T13:59:12.053Z] Building docker-security-proxy-setup-go ... [2021-05-10T13:59:12.053Z] Building docker-security-secretstore-setup-go ... [2021-05-10T13:59:12.053Z] Building docker-support-notifications-go ... [2021-05-10T13:59:12.053Z] Building docker-support-scheduler-go ... [2021-05-10T13:59:12.053Z] Building docker-sys-mgmt-agent-go ... [2021-05-10T13:59:12.053Z] Building docker-sys-mgmt-agent-go [2021-05-10T13:59:12.053Z] Building docker-core-data-go [2021-05-10T13:59:12.053Z] Building docker-support-scheduler-go [2021-05-10T13:59:12.053Z] Building docker-support-notifications-go [2021-05-10T13:59:12.053Z] Building docker-security-bootstrapper-go [2021-05-10T13:59:51.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:59:51.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:59:51.256Z] ---> f9be7780250d [2021-05-10T13:59:51.256Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:59:51.256Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:59:51.256Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:59:51.256Z] ---> f9be7780250d [2021-05-10T13:59:51.256Z] Step 3/31 : WORKDIR /edgex-go [2021-05-10T13:59:51.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:59:51.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:59:51.256Z] ---> f9be7780250d [2021-05-10T13:59:51.256Z] Step 3/22 : WORKDIR /edgex-go [2021-05-10T13:59:51.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:59:51.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:59:51.256Z] ---> f9be7780250d [2021-05-10T13:59:51.256Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:59:51.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T13:59:51.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T13:59:51.256Z] ---> f9be7780250d [2021-05-10T13:59:51.256Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T13:59:51.256Z] ---> Running in 399e115c07bf [2021-05-10T13:59:51.256Z] ---> Running in c8b9087081ba [2021-05-10T13:59:51.256Z] ---> Running in 336aa0dbe719 [2021-05-10T13:59:51.256Z] ---> Running in e0b6e35a27a9 [2021-05-10T13:59:51.256Z] ---> Running in 20b4038fd516 [2021-05-10T13:59:51.256Z] Removing intermediate container e0b6e35a27a9 [2021-05-10T13:59:51.256Z] ---> aeae4e59a74e [2021-05-10T13:59:51.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:51.256Z] Removing intermediate container 336aa0dbe719 [2021-05-10T13:59:51.256Z] ---> 00433f2e4276 [2021-05-10T13:59:51.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:51.256Z] Removing intermediate container 399e115c07bf [2021-05-10T13:59:51.256Z] ---> b22a25e157dc [2021-05-10T13:59:51.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:51.256Z] Removing intermediate container 20b4038fd516 [2021-05-10T13:59:51.256Z] ---> 59a30d9f4327 [2021-05-10T13:59:51.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:51.256Z] Removing intermediate container c8b9087081ba [2021-05-10T13:59:51.256Z] ---> e27acaa350da [2021-05-10T13:59:51.256Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T13:59:51.256Z] ---> Running in 52a4f9e56760 [2021-05-10T13:59:51.256Z] ---> Running in c0c57d3a236e [2021-05-10T13:59:51.256Z] ---> Running in f8038d7eae2d [2021-05-10T13:59:51.256Z] ---> Running in 568fdff06a22 [2021-05-10T13:59:51.256Z] ---> Running in 1b48dda4e4e7 [2021-05-10T13:59:52.216Z] Removing intermediate container c0c57d3a236e [2021-05-10T13:59:52.216Z] ---> 8370c9c34bb1 [2021-05-10T13:59:52.216Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-10T13:59:52.216Z] Removing intermediate container f8038d7eae2d [2021-05-10T13:59:52.216Z] ---> 5dfd1d251d8c [2021-05-10T13:59:52.216Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-10T13:59:52.216Z] ---> Running in 9f06d2001712 [2021-05-10T13:59:52.216Z] Removing intermediate container 1b48dda4e4e7 [2021-05-10T13:59:52.216Z] ---> 1bfeaeee04b8 [2021-05-10T13:59:52.216Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-10T13:59:52.478Z] ---> Running in 992f4acd562f [2021-05-10T13:59:52.478Z] Removing intermediate container 52a4f9e56760 [2021-05-10T13:59:52.478Z] ---> ca53af74d32a [2021-05-10T13:59:52.478Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-10T13:59:52.478Z] Removing intermediate container 568fdff06a22 [2021-05-10T13:59:52.478Z] ---> 89d5b0194def [2021-05-10T13:59:52.478Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-10T13:59:52.740Z] ---> Running in a85cd8418642 [2021-05-10T13:59:52.740Z] ---> Running in 63094fa074b6 [2021-05-10T13:59:52.740Z] ---> Running in 27008d902710 [2021-05-10T13:59:53.697Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:53.697Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:53.697Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:53.958Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:53.958Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:55.350Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:55.350Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:55.612Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:55.612Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T13:59:56.187Z] OK: 219 MiB in 52 packages [2021-05-10T13:59:56.452Z] OK: 219 MiB in 52 packages [2021-05-10T13:59:56.728Z] Removing intermediate container 992f4acd562f [2021-05-10T13:59:56.728Z] ---> 0d091319b84a [2021-05-10T13:59:56.728Z] Step 6/23 : COPY go.mod . [2021-05-10T13:59:56.728Z] OK: 219 MiB in 52 packages [2021-05-10T13:59:57.013Z] Removing intermediate container 27008d902710 [2021-05-10T13:59:57.013Z] ---> ba38f5d79b25 [2021-05-10T13:59:57.013Z] Step 6/22 : COPY go.mod . [2021-05-10T13:59:57.013Z] ---> 0ac45fea73fe [2021-05-10T13:59:57.013Z] Step 7/23 : RUN go mod download [2021-05-10T13:59:57.013Z] OK: 219 MiB in 52 packages [2021-05-10T13:59:57.013Z] ---> Running in c23957f6bcaf [2021-05-10T13:59:57.277Z] ---> 4809ec279d7a [2021-05-10T13:59:57.277Z] Step 7/22 : RUN go mod download [2021-05-10T13:59:57.544Z] ---> Running in dc5b6aef2d37 [2021-05-10T13:59:57.544Z] Removing intermediate container 63094fa074b6 [2021-05-10T13:59:57.544Z] ---> 6773ae22adb9 [2021-05-10T13:59:57.544Z] Step 6/22 : COPY go.mod . [2021-05-10T13:59:58.128Z] Removing intermediate container 9f06d2001712 [2021-05-10T13:59:58.128Z] ---> bc3ff0debaf9 [2021-05-10T13:59:58.128Z] Step 6/23 : COPY go.mod . [2021-05-10T13:59:58.128Z] ---> 1e77c9c87a1a [2021-05-10T13:59:58.128Z] Step 7/22 : RUN go mod download [2021-05-10T13:59:58.128Z] ---> Running in 35fd72c4bf03 [2021-05-10T13:59:58.710Z] ---> 24801fbfcc57 [2021-05-10T13:59:58.710Z] Step 7/23 : RUN go mod download [2021-05-10T13:59:58.710Z] ---> Running in 2b567cd3a4f8 [2021-05-10T13:59:59.300Z] Removing intermediate container dc5b6aef2d37 [2021-05-10T13:59:59.300Z] ---> 8c43bbb47704 [2021-05-10T13:59:59.300Z] Step 8/22 : COPY . . [2021-05-10T13:59:59.300Z] Removing intermediate container c23957f6bcaf [2021-05-10T13:59:59.300Z] ---> df41ae890889 [2021-05-10T13:59:59.300Z] Step 8/23 : COPY . . [2021-05-10T14:00:01.866Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:00:03.266Z] Removing intermediate container 35fd72c4bf03 [2021-05-10T14:00:03.266Z] ---> e661c44bd3ff [2021-05-10T14:00:03.266Z] Step 8/22 : COPY . . [2021-05-10T14:00:05.859Z] Removing intermediate container 2b567cd3a4f8 [2021-05-10T14:00:05.859Z] ---> c3fbd54fad44 [2021-05-10T14:00:05.859Z] Step 8/23 : COPY . . [2021-05-10T14:00:05.859Z] OK: 219 MiB in 52 packages [2021-05-10T14:00:15.948Z] Removing intermediate container a85cd8418642 [2021-05-10T14:00:15.948Z] ---> a7cb8847066b [2021-05-10T14:00:15.948Z] Step 6/31 : COPY go.mod . [2021-05-10T14:00:20.187Z] ---> 1bbdf97262d0 [2021-05-10T14:00:20.187Z] Step 7/31 : RUN go mod download [2021-05-10T14:00:23.566Z] ---> Running in 12455aef596f [2021-05-10T14:00:38.614Z] Removing intermediate container 12455aef596f [2021-05-10T14:00:38.614Z] ---> 5ccd99081b93 [2021-05-10T14:00:38.614Z] Step 8/31 : COPY . . [2021-05-10T14:00:41.192Z] ---> 8f09f5a962cf [2021-05-10T14:00:41.192Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-10T14:00:43.768Z] ---> 25fa76bbe1c1 [2021-05-10T14:00:43.768Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-10T14:00:44.044Z] ---> 4a5c086fd0aa [2021-05-10T14:00:44.044Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-10T14:00:44.630Z] ---> Running in fcb8802aac29 [2021-05-10T14:00:44.630Z] ---> 7d98af1f2dbb [2021-05-10T14:00:44.630Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-10T14:00:46.035Z] ---> Running in e7f2aa6c50d9 [2021-05-10T14:00:46.035Z] ---> Running in 3b4f29b5e863 [2021-05-10T14:00:46.035Z] ---> Running in 64c79c3137ae [2021-05-10T14:00:47.452Z] 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-05-10T14:00:48.415Z] 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-05-10T14:00:48.415Z] 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-05-10T14:00:48.686Z] 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-05-10T14:01:01.085Z] ---> 165644841db7 [2021-05-10T14:01:01.085Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-10T14:01:01.085Z] ---> Running in b7a22067595a [2021-05-10T14:01:01.085Z] 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-05-10T14:01:33.359Z] Removing intermediate container 3b4f29b5e863 [2021-05-10T14:01:33.359Z] ---> 84ec0c3cea9d [2021-05-10T14:01:33.359Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-10T14:01:35.937Z] ---> Running in 039ab9992655 [2021-05-10T14:01:37.886Z] 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-05-10T14:01:38.472Z] Removing intermediate container 64c79c3137ae [2021-05-10T14:01:38.472Z] ---> 8a5f11689cae [2021-05-10T14:01:38.472Z] [2021-05-10T14:01:38.472Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T14:01:38.739Z] Removing intermediate container fcb8802aac29 [2021-05-10T14:01:38.739Z] ---> 518b4c577773 [2021-05-10T14:01:38.739Z] [2021-05-10T14:01:38.739Z] Step 10/22 : FROM alpine:3.12 [2021-05-10T14:01:38.739Z] 3.12: Pulling from library/alpine [2021-05-10T14:01:38.739Z] 3.12: Pulling from library/alpine [2021-05-10T14:01:42.990Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T14:01:42.990Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-10T14:01:42.990Z] Removing intermediate container 039ab9992655 [2021-05-10T14:01:42.990Z] ---> 4eb1572b5a74 [2021-05-10T14:01:42.990Z] [2021-05-10T14:01:42.990Z] Step 11/23 : FROM docker:20.10.0 [2021-05-10T14:01:42.990Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T14:01:42.990Z] Status: Downloaded newer image for alpine:3.12 [2021-05-10T14:01:42.990Z] ---> 13621d1b12d4 [2021-05-10T14:01:42.990Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-10T14:01:42.990Z] ---> 13621d1b12d4 [2021-05-10T14:01:42.990Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-10T14:01:42.990Z] 20.10.0: Pulling from library/docker [2021-05-10T14:01:43.254Z] ---> Running in ca91840ea992 [2021-05-10T14:01:43.254Z] ---> Running in 43bbf0e351e7 [2021-05-10T14:01:43.254Z] Removing intermediate container b7a22067595a [2021-05-10T14:01:43.254Z] ---> 5d8511f16683 [2021-05-10T14:01:43.254Z] [2021-05-10T14:01:43.254Z] Step 10/31 : FROM alpine:3.12 [2021-05-10T14:01:43.254Z] ---> 13621d1b12d4 [2021-05-10T14:01:43.254Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-10T14:01:43.254Z] Removing intermediate container e7f2aa6c50d9 [2021-05-10T14:01:43.254Z] ---> 1618738bf9a0 [2021-05-10T14:01:43.254Z] [2021-05-10T14:01:43.254Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T14:01:43.254Z] ---> 13621d1b12d4 [2021-05-10T14:01:43.254Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-10T14:01:43.517Z] ---> Running in 8abaedfc1d85 [2021-05-10T14:01:43.517Z] ---> Running in 43a8b3793700 [2021-05-10T14:01:43.784Z] Removing intermediate container 8abaedfc1d85 [2021-05-10T14:01:43.784Z] ---> 991dd55fc436 [2021-05-10T14:01:43.784Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-10T14:01:43.784Z] Removing intermediate container 43a8b3793700 [2021-05-10T14:01:43.784Z] ---> 503c93892262 [2021-05-10T14:01:43.784Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-10T14:01:44.066Z] ---> Running in f429a2c5485c [2021-05-10T14:01:44.066Z] ---> Running in 4156e963ef7d [2021-05-10T14:01:44.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:44.066Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:44.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:44.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:44.346Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-10T14:01:44.346Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:01:44.346Z] OK: 6 MiB in 15 packages [2021-05-10T14:01:44.613Z] Removing intermediate container 4156e963ef7d [2021-05-10T14:01:44.613Z] ---> 6bfdcf53e804 [2021-05-10T14:01:44.613Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-10T14:01:44.613Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-10T14:01:44.613Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-10T14:01:44.613Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:01:44.613Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T14:01:44.613Z] ---> Running in bac9ea778a0f [2021-05-10T14:01:44.613Z] OK: 6 MiB in 16 packages [2021-05-10T14:01:44.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:45.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:45.421Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-10T14:01:45.421Z] (2/2) Installing su-exec (0.2-r1) [2021-05-10T14:01:45.421Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:01:45.690Z] OK: 6 MiB in 16 packages [2021-05-10T14:01:46.277Z] Removing intermediate container bac9ea778a0f [2021-05-10T14:01:46.277Z] ---> 60103c11ab80 [2021-05-10T14:01:46.277Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T14:01:46.858Z] Removing intermediate container 43bbf0e351e7 [2021-05-10T14:01:46.858Z] ---> 4ded726aa8a7 [2021-05-10T14:01:46.858Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T14:01:46.858Z] ---> Running in 2007245d26fc [2021-05-10T14:01:46.858Z] ---> Running in 1b2dfe8bbd92 [2021-05-10T14:01:47.435Z] Removing intermediate container 1b2dfe8bbd92 [2021-05-10T14:01:47.435Z] ---> a5697899b4a3 [2021-05-10T14:01:47.435Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-10T14:01:47.435Z] Removing intermediate container ca91840ea992 [2021-05-10T14:01:47.435Z] ---> a6a90d59f732 [2021-05-10T14:01:47.435Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T14:01:47.710Z] Removing intermediate container f429a2c5485c [2021-05-10T14:01:47.710Z] ---> 35551c902534 [2021-05-10T14:01:47.710Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-10T14:01:47.710Z] ---> Running in b113374df4dc [2021-05-10T14:01:47.710Z] ---> Running in f91e0731277c [2021-05-10T14:01:47.982Z] ---> Running in 7297b4c5434a [2021-05-10T14:01:48.247Z] Removing intermediate container b113374df4dc [2021-05-10T14:01:48.247Z] ---> 56dd3235f802 [2021-05-10T14:01:48.247Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T14:01:48.247Z] Removing intermediate container f91e0731277c [2021-05-10T14:01:48.247Z] ---> 62ac00034a16 [2021-05-10T14:01:48.247Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-10T14:01:48.829Z] Removing intermediate container 7297b4c5434a [2021-05-10T14:01:48.829Z] ---> 4c20a958c5b1 [2021-05-10T14:01:48.829Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-10T14:01:49.411Z] ---> Running in 20dd81c83054 [2021-05-10T14:01:49.411Z] ---> Running in d3442d7b1952 [2021-05-10T14:01:49.411Z] ---> Running in 7b1dfa7eb0da [2021-05-10T14:01:49.991Z] Removing intermediate container 7b1dfa7eb0da [2021-05-10T14:01:49.991Z] ---> f2ec0545e7be [2021-05-10T14:01:49.991Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-10T14:01:49.991Z] Removing intermediate container 20dd81c83054 [2021-05-10T14:01:49.991Z] ---> c3621de8149f [2021-05-10T14:01:49.991Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:01:49.991Z] Removing intermediate container d3442d7b1952 [2021-05-10T14:01:49.991Z] ---> 9d3f9eeb8436 [2021-05-10T14:01:49.991Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-10T14:01:49.991Z] Removing intermediate container 2007245d26fc [2021-05-10T14:01:49.991Z] ---> ec69f2f282fe [2021-05-10T14:01:49.991Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-10T14:01:50.260Z] ---> Running in 983a2c4d9d40 [2021-05-10T14:01:50.260Z] ---> Running in 2c57a90fcadf [2021-05-10T14:01:50.260Z] ---> Running in 7f7e441f7bb9 [2021-05-10T14:01:50.530Z] Removing intermediate container 7f7e441f7bb9 [2021-05-10T14:01:50.530Z] ---> 578e1b77a0c4 [2021-05-10T14:01:50.530Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:01:50.530Z] ---> b3731dbad64c [2021-05-10T14:01:50.530Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-10T14:01:51.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:51.139Z] ---> 799e1207ff0f [2021-05-10T14:01:51.139Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-10T14:01:51.139Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-10T14:01:51.139Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-10T14:01:51.139Z] ---> aefe523efa57 [2021-05-10T14:01:51.139Z] 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-05-10T14:01:51.409Z] ---> Running in 544b918acc52 [2021-05-10T14:01:51.677Z] ---> ea510248dfcf [2021-05-10T14:01:51.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-10T14:01:51.677Z] ---> 2ca2aa6a6752 [2021-05-10T14:01:51.677Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-10T14:01:51.677Z] Removing intermediate container 983a2c4d9d40 [2021-05-10T14:01:51.677Z] ---> 8f87c85f1ad0 [2021-05-10T14:01:51.677Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-10T14:01:51.677Z] Removing intermediate container 544b918acc52 [2021-05-10T14:01:51.677Z] ---> 69c09f600e3f [2021-05-10T14:01:51.677Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-10T14:01:51.943Z] ---> Running in f7b1f094403e [2021-05-10T14:01:51.943Z] ---> Running in f62bbc23c51f [2021-05-10T14:01:52.207Z] ---> 4eaae57ebeb0 [2021-05-10T14:01:52.207Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-10T14:01:52.207Z] ---> e3bb631cf44b [2021-05-10T14:01:52.207Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-10T14:01:52.473Z] ---> Running in b41d7392ae65 [2021-05-10T14:01:52.473Z] ---> Running in 8a6909ae2c6e [2021-05-10T14:01:52.473Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:52.473Z] Removing intermediate container f62bbc23c51f [2021-05-10T14:01:52.473Z] ---> d1fbd98ddf69 [2021-05-10T14:01:52.473Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-10T14:01:53.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:53.050Z] Removing intermediate container 8a6909ae2c6e [2021-05-10T14:01:53.050Z] ---> 63e3170d3ac0 [2021-05-10T14:01:53.051Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:01:53.051Z] Removing intermediate container b41d7392ae65 [2021-05-10T14:01:53.051Z] ---> 401bd902a848 [2021-05-10T14:01:53.051Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:01:53.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:01:53.051Z] ---> Running in 392646f4b777 [2021-05-10T14:01:53.051Z] ---> 3fecf7739cf8 [2021-05-10T14:01:53.051Z] ---> Running in fe15a0146c16 [2021-05-10T14:01:53.051Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-10T14:01:53.051Z] (1/39) Installing readline (8.0.4-r0) [2021-05-10T14:01:53.051Z] (2/39) Installing bash (5.0.17-r0) [2021-05-10T14:01:53.051Z] Executing bash-5.0.17-r0.post-install [2021-05-10T14:01:53.051Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T14:01:53.051Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-10T14:01:53.051Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-10T14:01:53.313Z] (5/39) Installing curl (7.76.1-r0) [2021-05-10T14:01:53.313Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-10T14:01:53.313Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-10T14:01:53.313Z] (8/39) Installing expat (2.2.9-r1) [2021-05-10T14:01:53.313Z] (9/39) Installing libffi (3.3-r2) [2021-05-10T14:01:53.313Z] (10/39) Installing gdbm (1.13-r1) [2021-05-10T14:01:53.313Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-10T14:01:53.313Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-10T14:01:53.313Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-10T14:01:53.313Z] ---> Running in 3edc563dc73d [2021-05-10T14:01:53.313Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-10T14:01:53.577Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-10T14:01:54.980Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-10T14:01:56.380Z] Removing intermediate container 392646f4b777 [2021-05-10T14:01:56.380Z] ---> eace01c1a054 [2021-05-10T14:01:56.380Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T14:01:56.380Z] Removing intermediate container fe15a0146c16 [2021-05-10T14:01:56.380Z] ---> 87fc6a92cbe8 [2021-05-10T14:01:56.380Z] Step 20/22 : LABEL arch=x86_64 [2021-05-10T14:01:56.380Z] ---> Running in 326ecb2506a7 [2021-05-10T14:01:56.380Z] ---> Running in b02c34db94fd [2021-05-10T14:01:56.380Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-10T14:01:56.380Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-10T14:01:56.380Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-10T14:01:56.380Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-10T14:01:56.380Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-10T14:01:56.654Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-10T14:01:56.654Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-10T14:01:56.925Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-10T14:01:57.502Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-10T14:01:57.502Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-10T14:01:57.502Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-10T14:01:57.502Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-10T14:01:57.502Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:01:57.502Z] OK: 8 MiB in 20 packages [2021-05-10T14:01:58.079Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-10T14:01:58.079Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-10T14:01:58.342Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-10T14:01:58.342Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-10T14:01:58.342Z] Removing intermediate container 326ecb2506a7 [2021-05-10T14:01:58.342Z] ---> 09a4ddd19790 [2021-05-10T14:01:58.342Z] Step 21/22 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:01:58.342Z] Removing intermediate container b02c34db94fd [2021-05-10T14:01:58.342Z] ---> 4d56454c74f2 [2021-05-10T14:01:58.342Z] Step 21/22 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:01:58.606Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-10T14:01:58.606Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-10T14:01:58.877Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-10T14:01:59.140Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-10T14:01:59.140Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-10T14:01:59.140Z] ---> Running in 1119f82feef8 [2021-05-10T14:01:59.140Z] ---> Running in ca8f7c47f394 [2021-05-10T14:01:59.140Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-10T14:01:59.140Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-10T14:01:59.140Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-10T14:01:59.140Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-10T14:01:59.140Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-10T14:01:59.140Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-10T14:01:59.140Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-10T14:01:59.719Z] Executing busybox-1.31.1-r19.trigger [2021-05-10T14:01:59.719Z] OK: 72 MiB in 59 packages [2021-05-10T14:02:00.300Z] Removing intermediate container 1119f82feef8 [2021-05-10T14:02:00.300Z] ---> ec0f788f79a2 [2021-05-10T14:02:00.300Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T14:02:00.575Z] Removing intermediate container ca8f7c47f394 [2021-05-10T14:02:00.575Z] ---> 3866e76d46cf [2021-05-10T14:02:00.575Z] Step 22/22 : LABEL version=0.0.0 [2021-05-10T14:02:00.575Z] Removing intermediate container 2c57a90fcadf [2021-05-10T14:02:00.575Z] ---> 90c6c996ed73 [2021-05-10T14:02:00.575Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:02:00.575Z] ---> Running in aac639fc74e4 [2021-05-10T14:02:00.575Z] ---> Running in 85c49b35fc8e [2021-05-10T14:02:00.575Z] Removing intermediate container 3edc563dc73d [2021-05-10T14:02:00.575Z] ---> 1271ddfdd8fd [2021-05-10T14:02:00.575Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:02:00.844Z] Removing intermediate container 85c49b35fc8e [2021-05-10T14:02:00.844Z] ---> 97de85191eab [2021-05-10T14:02:00.844Z] [2021-05-10T14:02:00.844Z] Removing intermediate container aac639fc74e4 [2021-05-10T14:02:00.844Z] ---> b17496526b64 [2021-05-10T14:02:00.844Z] [2021-05-10T14:02:00.844Z] ---> c2ed00a2d405 [2021-05-10T14:02:00.844Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-10T14:02:00.844Z] Collecting docker-compose==1.23.2 [2021-05-10T14:02:01.108Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-10T14:02:01.108Z] ---> bafbfd72a605 [2021-05-10T14:02:01.108Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-10T14:02:01.108Z] Successfully built 97de85191eab [2021-05-10T14:02:01.108Z] Successfully built b17496526b64 [2021-05-10T14:02:01.108Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-10T14:02:01.108Z] Building docker-core-command-go [2021-05-10T14:02:01.108Z] Successfully tagged docker-support-notifications-go:latest [2021-05-10T14:02:01.108Z]  Building docker-support-scheduler-go ... done  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-05-10T14:02:01.385Z] Collecting docopt<0.7,>=0.6.1 [2021-05-10T14:02:01.385Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-10T14:02:02.778Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-10T14:02:02.778Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-10T14:02:04.260Z] Collecting texttable<0.10,>=0.9.0 [2021-05-10T14:02:04.260Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-10T14:02:05.951Z] ---> 90650b9c1f92 [2021-05-10T14:02:05.951Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-10T14:02:05.951Z] ---> a1c3736c1214 [2021-05-10T14:02:05.951Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-10T14:02:07.143Z] Collecting jsonschema<3,>=2.5.1 [2021-05-10T14:02:07.143Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-10T14:02:08.556Z] ---> 42e27af033c6 [2021-05-10T14:02:08.556Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-10T14:02:08.556Z] ---> 961377856bf3 [2021-05-10T14:02:08.556Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-10T14:02:08.556Z] ---> Running in fe4d4ad6b0bc [2021-05-10T14:02:08.556Z] Collecting PyYAML<4,>=3.10 [2021-05-10T14:02:08.556Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-10T14:02:10.487Z] Collecting cached-property<2,>=1.2.0 [2021-05-10T14:02:10.487Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-10T14:02:10.749Z] Removing intermediate container fe4d4ad6b0bc [2021-05-10T14:02:10.749Z] ---> 3fafa007d483 [2021-05-10T14:02:10.749Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:02:10.749Z] ---> 6a098cc75e8c [2021-05-10T14:02:10.749Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-10T14:02:10.749Z] ---> Running in 4a3d250dcbc0 [2021-05-10T14:02:10.749Z] Collecting docker<4.0,>=3.6.0 [2021-05-10T14:02:10.749Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-10T14:02:11.018Z] 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-05-10T14:02:11.280Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-10T14:02:11.280Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-10T14:02:11.542Z] Removing intermediate container 4a3d250dcbc0 [2021-05-10T14:02:11.542Z] ---> 8441098aed2c [2021-05-10T14:02:11.542Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T14:02:12.137Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-10T14:02:12.137Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-10T14:02:13.116Z] ---> 96fbca2d6f2f [2021-05-10T14:02:13.116Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-10T14:02:14.538Z] Collecting docker-pycreds>=0.4.0 [2021-05-10T14:02:14.802Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-10T14:02:16.737Z] 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-05-10T14:02:16.737Z] 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-05-10T14:02:17.329Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-10T14:02:17.329Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-10T14:02:17.606Z] ---> Running in 19cb115ea7fe [2021-05-10T14:02:17.606Z] Collecting idna<2.8,>=2.5 [2021-05-10T14:02:17.874Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-10T14:02:17.874Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-10T14:02:17.874Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-10T14:02:17.874Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-10T14:02:17.874Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-10T14:02:18.465Z] Installing collected packages: docopt, dockerpty, texttable, jsonschema, PyYAML, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, docker-compose [2021-05-10T14:02:18.465Z] Running setup.py install for docopt: started [2021-05-10T14:02:18.734Z] ---> Running in 01bd26072211 [2021-05-10T14:02:21.324Z] Running setup.py install for docopt: finished with status 'done' [2021-05-10T14:02:21.324Z] Running setup.py install for dockerpty: started [2021-05-10T14:02:21.586Z] Removing intermediate container 19cb115ea7fe [2021-05-10T14:02:21.586Z] ---> c9322bf38659 [2021-05-10T14:02:21.586Z] Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:02:21.586Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-10T14:02:21.586Z] Running setup.py install for texttable: started [2021-05-10T14:02:23.001Z] Running setup.py install for texttable: finished with status 'done' [2021-05-10T14:02:23.580Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T14:02:23.580Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-10T14:02:23.580Z] ---> f9be7780250d [2021-05-10T14:02:23.580Z] Step 3/25 : WORKDIR /edgex-go [2021-05-10T14:02:23.580Z] ---> Using cache [2021-05-10T14:02:23.580Z] ---> e27acaa350da [2021-05-10T14:02:23.580Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T14:02:23.580Z] ---> Using cache [2021-05-10T14:02:23.580Z] ---> 1bfeaeee04b8 [2021-05-10T14:02:23.580Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-10T14:02:23.580Z] ---> Using cache [2021-05-10T14:02:23.580Z] ---> a7cb8847066b [2021-05-10T14:02:23.580Z] Step 6/25 : COPY go.mod . [2021-05-10T14:02:23.580Z] ---> Using cache [2021-05-10T14:02:23.580Z] ---> 1bbdf97262d0 [2021-05-10T14:02:23.580Z] Step 7/25 : RUN go mod download [2021-05-10T14:02:23.580Z] ---> Using cache [2021-05-10T14:02:23.580Z] ---> 5ccd99081b93 [2021-05-10T14:02:23.580Z] Step 8/25 : COPY . . [2021-05-10T14:02:23.843Z] ---> Using cache [2021-05-10T14:02:23.843Z] ---> 165644841db7 [2021-05-10T14:02:23.843Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-10T14:02:24.417Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T14:02:24.417Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T14:02:24.417Z] ---> f9be7780250d [2021-05-10T14:02:24.417Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T14:02:24.417Z] ---> Using cache [2021-05-10T14:02:24.417Z] ---> e27acaa350da [2021-05-10T14:02:24.417Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T14:02:24.417Z] ---> Using cache [2021-05-10T14:02:24.417Z] ---> 1bfeaeee04b8 [2021-05-10T14:02:24.417Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T14:02:24.417Z] ---> Using cache [2021-05-10T14:02:24.417Z] ---> a7cb8847066b [2021-05-10T14:02:24.417Z] Step 6/23 : COPY go.mod . [2021-05-10T14:02:24.418Z] ---> Using cache [2021-05-10T14:02:24.418Z] ---> 1bbdf97262d0 [2021-05-10T14:02:24.418Z] Step 7/23 : RUN go mod download [2021-05-10T14:02:24.418Z] ---> Using cache [2021-05-10T14:02:24.418Z] ---> 5ccd99081b93 [2021-05-10T14:02:24.418Z] Step 8/23 : COPY . . [2021-05-10T14:02:24.418Z] ---> Using cache [2021-05-10T14:02:24.418Z] ---> 165644841db7 [2021-05-10T14:02:24.418Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-10T14:02:25.417Z] Removing intermediate container 01bd26072211 [2021-05-10T14:02:25.417Z] ---> c6c4cc760280 [2021-05-10T14:02:25.417Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-10T14:02:25.417Z] Running setup.py install for PyYAML: started [2021-05-10T14:02:25.417Z] ---> Running in 10eb638c0d8f [2021-05-10T14:02:25.417Z] ---> Running in 7e913d509aa0 [2021-05-10T14:02:25.417Z] ---> Running in d82106f3623f [2021-05-10T14:02:25.680Z] Removing intermediate container 10eb638c0d8f [2021-05-10T14:02:25.680Z] ---> 5c92a68632e7 [2021-05-10T14:02:25.680Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T14:02:25.946Z] ---> Running in 7d2024d6918d [2021-05-10T14:02:25.946Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-10T14:02:25.946Z] ---> c460089319ed [2021-05-10T14:02:25.946Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-10T14:02:26.217Z] Attempting uninstall: urllib3 [2021-05-10T14:02:26.217Z] Found existing installation: urllib3 1.25.9 [2021-05-10T14:02:26.217Z] Uninstalling urllib3-1.25.9: [2021-05-10T14:02:26.217Z] Successfully uninstalled urllib3-1.25.9 [2021-05-10T14:02:26.489Z] ---> Running in d36d37886a62 [2021-05-10T14:02:26.489Z] Removing intermediate container 7d2024d6918d [2021-05-10T14:02:26.489Z] ---> 83495f971219 [2021-05-10T14:02:26.489Z] [2021-05-10T14:02:26.489Z] Attempting uninstall: idna [2021-05-10T14:02:26.489Z] Found existing installation: idna 2.9 [2021-05-10T14:02:26.489Z] 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-05-10T14:02:26.489Z] 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-05-10T14:02:26.489Z] Uninstalling idna-2.9: [2021-05-10T14:02:26.489Z] Successfully uninstalled idna-2.9 [2021-05-10T14:02:26.764Z] Successfully built 83495f971219 [2021-05-10T14:02:26.764Z] Attempting uninstall: requests [2021-05-10T14:02:26.764Z] Found existing installation: requests 2.23.0 [2021-05-10T14:02:26.764Z] Uninstalling requests-2.23.0: [2021-05-10T14:02:26.764Z] Successfully tagged docker-core-data-go:latest [2021-05-10T14:02:26.764Z] Building docker-security-proxy-setup-go [2021-05-10T14:02:27.032Z]  Building docker-core-data-go ... done  Successfully uninstalled requests-2.23.0 [2021-05-10T14:02:32.390Z] 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.59.0 [2021-05-10T14:02:32.390Z] Removing intermediate container d36d37886a62 [2021-05-10T14:02:32.390Z] ---> ffc5eb496650 [2021-05-10T14:02:32.390Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-10T14:02:32.656Z] ---> Running in b9fd55a5a55a [2021-05-10T14:02:34.639Z] Removing intermediate container b9fd55a5a55a [2021-05-10T14:02:34.639Z] ---> e7197a7f75ad [2021-05-10T14:02:34.639Z] Step 28/31 : CMD ["gate"] [2021-05-10T14:02:34.908Z] ---> Running in 09f958d82853 [2021-05-10T14:02:37.544Z] Removing intermediate container 09f958d82853 [2021-05-10T14:02:37.544Z] ---> d1fe0065d776 [2021-05-10T14:02:37.544Z] Step 29/31 : LABEL arch=x86_64 [2021-05-10T14:02:38.531Z] ---> Running in 89381eddf9aa [2021-05-10T14:02:39.147Z] Removing intermediate container 89381eddf9aa [2021-05-10T14:02:39.147Z] ---> 03e3de6a1446 [2021-05-10T14:02:39.147Z] Step 30/31 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:02:40.153Z] ---> Running in 6cdd4150271a [2021-05-10T14:02:41.604Z] Removing intermediate container 6cdd4150271a [2021-05-10T14:02:41.604Z] ---> 9957b2431e47 [2021-05-10T14:02:41.604Z] Step 31/31 : LABEL version=0.0.0 [2021-05-10T14:02:42.192Z] ---> Running in 60ade29f5abf [2021-05-10T14:02:43.644Z] Removing intermediate container 60ade29f5abf [2021-05-10T14:02:43.644Z] ---> 83d6ba1b321c [2021-05-10T14:02:43.644Z] [2021-05-10T14:02:43.922Z] Successfully built 83d6ba1b321c [2021-05-10T14:02:43.922Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-10T14:02:43.922Z] Building docker-core-metadata-go [2021-05-10T14:02:52.193Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T14:02:52.193Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-10T14:02:52.193Z] ---> f9be7780250d [2021-05-10T14:02:52.193Z] Step 3/21 : WORKDIR /edgex-go [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> e27acaa350da [2021-05-10T14:02:52.193Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> 1bfeaeee04b8 [2021-05-10T14:02:52.193Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> a7cb8847066b [2021-05-10T14:02:52.193Z] Step 6/21 : COPY go.mod . [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> 1bbdf97262d0 [2021-05-10T14:02:52.193Z] Step 7/21 : RUN go mod download [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> 5ccd99081b93 [2021-05-10T14:02:52.193Z] Step 8/21 : COPY . . [2021-05-10T14:02:52.193Z] ---> Using cache [2021-05-10T14:02:52.193Z] ---> 165644841db7 [2021-05-10T14:02:52.193Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-10T14:02:53.167Z] ---> Running in efd5f6e3635d [2021-05-10T14:02:55.769Z] 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-05-10T14:02:58.373Z] 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-05-10T14:03:05.062Z] Removing intermediate container f7b1f094403e [2021-05-10T14:03:05.062Z] ---> 303e239107ff [2021-05-10T14:03:05.062Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-10T14:03:07.095Z] ---> Running in 5e63f791b348 [2021-05-10T14:03:09.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-10T14:03:09.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-10T14:03:09.107Z] ---> f9be7780250d [2021-05-10T14:03:09.107Z] Step 3/23 : WORKDIR /edgex-go [2021-05-10T14:03:09.107Z] ---> Using cache [2021-05-10T14:03:09.107Z] ---> e27acaa350da [2021-05-10T14:03:09.107Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-10T14:03:09.107Z] ---> Using cache [2021-05-10T14:03:09.108Z] ---> 1bfeaeee04b8 [2021-05-10T14:03:09.108Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-10T14:03:09.108Z] ---> Using cache [2021-05-10T14:03:09.108Z] ---> a7cb8847066b [2021-05-10T14:03:09.108Z] Step 6/23 : COPY go.mod . [2021-05-10T14:03:09.108Z] ---> Using cache [2021-05-10T14:03:09.108Z] ---> 1bbdf97262d0 [2021-05-10T14:03:09.108Z] Step 7/23 : RUN go mod download [2021-05-10T14:03:09.108Z] ---> Using cache [2021-05-10T14:03:09.108Z] ---> 5ccd99081b93 [2021-05-10T14:03:09.108Z] Step 8/23 : COPY . . [2021-05-10T14:03:09.108Z] ---> Using cache [2021-05-10T14:03:09.108Z] ---> 165644841db7 [2021-05-10T14:03:09.108Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-10T14:03:11.060Z] Removing intermediate container 5e63f791b348 [2021-05-10T14:03:11.060Z] ---> 02b7e7203cc2 [2021-05-10T14:03:11.060Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-10T14:03:12.015Z] ---> Running in 9c7e951efdd1 [2021-05-10T14:03:12.599Z] ---> Running in 96157099b472 [2021-05-10T14:03:13.181Z] Removing intermediate container 7e913d509aa0 [2021-05-10T14:03:13.181Z] ---> 91dc15238bce [2021-05-10T14:03:13.181Z] [2021-05-10T14:03:13.181Z] Step 10/25 : FROM alpine:3.12 [2021-05-10T14:03:13.181Z] ---> 13621d1b12d4 [2021-05-10T14:03:13.181Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-10T14:03:13.181Z] Removing intermediate container d82106f3623f [2021-05-10T14:03:13.181Z] ---> 616b0672af90 [2021-05-10T14:03:13.181Z] [2021-05-10T14:03:13.181Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T14:03:13.181Z] ---> 13621d1b12d4 [2021-05-10T14:03:13.181Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T14:03:13.181Z] ---> Using cache [2021-05-10T14:03:13.181Z] ---> 4ded726aa8a7 [2021-05-10T14:03:13.181Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T14:03:13.181Z] ---> Using cache [2021-05-10T14:03:13.181Z] ---> a5697899b4a3 [2021-05-10T14:03:13.181Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-10T14:03:13.450Z] Removing intermediate container 96157099b472 [2021-05-10T14:03:13.450Z] ---> 76dbab7352f7 [2021-05-10T14:03:13.450Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-10T14:03:13.450Z] ---> Running in 1e604a82c6d6 [2021-05-10T14:03:13.450Z] ---> Running in 185760fd6a37 [2021-05-10T14:03:13.721Z] 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-05-10T14:03:13.998Z] Removing intermediate container 185760fd6a37 [2021-05-10T14:03:13.998Z] ---> c18a3a8fd18b [2021-05-10T14:03:13.998Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T14:03:14.271Z] ---> Running in 272a8a903404 [2021-05-10T14:03:14.537Z] ---> 07b186a8ed97 [2021-05-10T14:03:14.537Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-10T14:03:14.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:03:14.537Z] Removing intermediate container 272a8a903404 [2021-05-10T14:03:14.537Z] ---> 26b76c6a7456 [2021-05-10T14:03:14.537Z] Step 15/23 : WORKDIR / [2021-05-10T14:03:14.537Z] ---> Running in a510da0028ef [2021-05-10T14:03:14.811Z] ---> fcd76f12f975 [2021-05-10T14:03:14.811Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-10T14:03:14.811Z] Removing intermediate container a510da0028ef [2021-05-10T14:03:14.811Z] ---> 87b4f8cdd705 [2021-05-10T14:03:14.811Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:03:15.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:03:15.390Z] ---> 651a10e9e796 [2021-05-10T14:03:15.390Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-10T14:03:15.674Z] ---> 0c4adbe5d772 [2021-05-10T14:03:15.674Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-10T14:03:15.674Z] ---> Running in ea1876a53e3a [2021-05-10T14:03:16.278Z] Removing intermediate container ea1876a53e3a [2021-05-10T14:03:16.278Z] ---> 031bf042bc7f [2021-05-10T14:03:16.278Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:03:16.278Z] ---> Running in 62c3ef1287d8 [2021-05-10T14:03:16.278Z] ---> ed97b9c4bd9f [2021-05-10T14:03:16.278Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-10T14:03:16.543Z] Removing intermediate container 62c3ef1287d8 [2021-05-10T14:03:16.543Z] ---> dc535ad327dc [2021-05-10T14:03:16.543Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T14:03:16.808Z] ---> Running in 74b4c0ba9950 [2021-05-10T14:03:16.808Z] ---> e90696be4502 [2021-05-10T14:03:16.808Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-10T14:03:17.075Z] ---> Running in 13559e08a867 [2021-05-10T14:03:17.075Z] 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-05-10T14:03:17.075Z] Removing intermediate container 74b4c0ba9950 [2021-05-10T14:03:17.075Z] ---> 9bb6af597e6a [2021-05-10T14:03:17.075Z] Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:03:17.075Z] ---> Running in b27fc6a5f683 [2021-05-10T14:03:17.338Z] Removing intermediate container 13559e08a867 [2021-05-10T14:03:17.338Z] ---> 066d85500f7a [2021-05-10T14:03:17.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:03:17.913Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-10T14:03:18.176Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T14:03:18.447Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-10T14:03:18.722Z] (4/6) Installing curl (7.76.1-r0) [2021-05-10T14:03:19.390Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-10T14:03:19.390Z] (6/6) Installing su-exec (0.2-r1) [2021-05-10T14:03:19.390Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:03:19.390Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T14:03:19.390Z] OK: 7 MiB in 20 packages [2021-05-10T14:03:19.390Z] ---> Running in d23a15145963 [2021-05-10T14:03:19.390Z] Removing intermediate container b27fc6a5f683 [2021-05-10T14:03:19.390Z] ---> 72a739faeaf9 [2021-05-10T14:03:19.390Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T14:03:19.390Z] ---> Running in 7fd82a557a56 [2021-05-10T14:03:19.701Z] Removing intermediate container d23a15145963 [2021-05-10T14:03:19.701Z] ---> 5e37eeecbdcd [2021-05-10T14:03:19.701Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T14:03:20.099Z] Removing intermediate container 7fd82a557a56 [2021-05-10T14:03:20.099Z] ---> 0e5d55061692 [2021-05-10T14:03:20.099Z] [2021-05-10T14:03:20.099Z] ---> Running in d8f81485d523 [2021-05-10T14:03:20.450Z] Successfully built 0e5d55061692 [2021-05-10T14:03:20.450Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-10T14:03:21.146Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d8f81485d523 [2021-05-10T14:03:21.146Z] ---> 8cbbdad81a1e [2021-05-10T14:03:21.146Z] Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:03:21.146Z] Removing intermediate container 1e604a82c6d6 [2021-05-10T14:03:21.146Z] ---> 4a16005ee9fc [2021-05-10T14:03:21.146Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T14:03:21.146Z] ---> Running in 01d9c95fa2b6 [2021-05-10T14:03:21.146Z] ---> Running in 2dda916f00c0 [2021-05-10T14:03:21.419Z] Removing intermediate container 01d9c95fa2b6 [2021-05-10T14:03:21.419Z] ---> d50e61d43830 [2021-05-10T14:03:21.419Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T14:03:21.692Z] ---> Running in c34933c0d353 [2021-05-10T14:03:21.964Z] Removing intermediate container 2dda916f00c0 [2021-05-10T14:03:21.964Z] ---> 495bd22d3902 [2021-05-10T14:03:21.964Z] Step 13/25 : WORKDIR / [2021-05-10T14:03:22.248Z] Removing intermediate container c34933c0d353 [2021-05-10T14:03:22.248Z] ---> b64c009f0a9e [2021-05-10T14:03:22.248Z] [2021-05-10T14:03:22.248Z] ---> Running in 3bcac23b676b [2021-05-10T14:03:22.871Z] Successfully built b64c009f0a9e [2021-05-10T14:03:22.871Z] Successfully tagged docker-core-command-go:latest [2021-05-10T14:03:23.150Z]  Building docker-core-command-go ... done Removing intermediate container 3bcac23b676b [2021-05-10T14:03:23.150Z] ---> c3803173afa7 [2021-05-10T14:03:23.150Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-10T14:03:24.573Z] ---> 11161c336632 [2021-05-10T14:03:24.573Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-10T14:03:24.840Z] Removing intermediate container efd5f6e3635d [2021-05-10T14:03:24.840Z] ---> 09a10569841e [2021-05-10T14:03:24.840Z] [2021-05-10T14:03:24.840Z] Step 10/21 : FROM alpine:3.12 [2021-05-10T14:03:24.840Z] ---> 13621d1b12d4 [2021-05-10T14:03:24.840Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-10T14:03:25.419Z] ---> Running in f650c5a869f0 [2021-05-10T14:03:25.693Z] ---> 52603182087c [2021-05-10T14:03:25.693Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-10T14:03:26.279Z] ---> a5d7255c83bf [2021-05-10T14:03:26.279Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-10T14:03:26.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-10T14:03:26.550Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-10T14:03:26.550Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-10T14:03:26.550Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-10T14:03:26.817Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-10T14:03:26.817Z] (4/4) Installing curl (7.76.1-r0) [2021-05-10T14:03:26.817Z] Executing busybox-1.31.1-r20.trigger [2021-05-10T14:03:26.817Z] Executing ca-certificates-20191127-r4.trigger [2021-05-10T14:03:26.817Z] OK: 7 MiB in 18 packages [2021-05-10T14:03:27.405Z] ---> 25889f9f5969 [2021-05-10T14:03:27.405Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-10T14:03:28.403Z] ---> 94b2821e2f3e [2021-05-10T14:03:28.403Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-10T14:03:28.988Z] Removing intermediate container f650c5a869f0 [2021-05-10T14:03:28.988Z] ---> d6e6fdfdc87d [2021-05-10T14:03:28.988Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-10T14:03:29.257Z] ---> Running in 59c3a252c951 [2021-05-10T14:03:29.545Z] ---> be1697a28685 [2021-05-10T14:03:29.545Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-10T14:03:29.545Z] Removing intermediate container 59c3a252c951 [2021-05-10T14:03:29.545Z] ---> d390e82c8b85 [2021-05-10T14:03:29.545Z] Step 13/21 : WORKDIR /edgex [2021-05-10T14:03:29.811Z] ---> Running in dfc921e295f6 [2021-05-10T14:03:29.811Z] ---> 5e17e6a5c73e [2021-05-10T14:03:29.811Z] Step 21/25 : 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-05-10T14:03:30.109Z] ---> Running in f2f7724c4ed0 [2021-05-10T14:03:30.109Z] Removing intermediate container dfc921e295f6 [2021-05-10T14:03:30.109Z] ---> c2211fbc58bb [2021-05-10T14:03:30.109Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-10T14:03:30.375Z] ---> 3d4172628e73 [2021-05-10T14:03:30.375Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-10T14:03:31.364Z] ---> 4cf474406a21 [2021-05-10T14:03:31.364Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-10T14:03:31.364Z] Removing intermediate container f2f7724c4ed0 [2021-05-10T14:03:31.364Z] ---> 265feba83f3f [2021-05-10T14:03:31.364Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-10T14:03:31.364Z] ---> Running in a010d8184ff1 [2021-05-10T14:03:31.631Z] Removing intermediate container a010d8184ff1 [2021-05-10T14:03:31.631Z] ---> bd71f5206682 [2021-05-10T14:03:31.631Z] Step 23/25 : LABEL arch=x86_64 [2021-05-10T14:03:31.631Z] ---> Running in c1e32918b055 [2021-05-10T14:03:32.580Z] ---> d881db30caa3 [2021-05-10T14:03:32.580Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-10T14:03:32.580Z] ---> Running in 02f62580279e [2021-05-10T14:03:32.580Z] Removing intermediate container c1e32918b055 [2021-05-10T14:03:32.580Z] ---> 4a16460f5314 [2021-05-10T14:03:32.580Z] Step 24/25 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:03:32.580Z] ---> Running in daec9412cdf8 [2021-05-10T14:03:32.843Z] Removing intermediate container 02f62580279e [2021-05-10T14:03:32.844Z] ---> 094d71d2a2be [2021-05-10T14:03:32.844Z] Step 18/21 : CMD ["--init=true"] [2021-05-10T14:03:32.844Z] ---> Running in 1db702eeaee7 [2021-05-10T14:03:32.844Z] Removing intermediate container daec9412cdf8 [2021-05-10T14:03:32.844Z] ---> f33f0797d12f [2021-05-10T14:03:32.844Z] Step 25/25 : LABEL version=0.0.0 [2021-05-10T14:03:33.108Z] ---> Running in f35806bc0770 [2021-05-10T14:03:33.371Z] Removing intermediate container 1db702eeaee7 [2021-05-10T14:03:33.371Z] ---> 5316536681b5 [2021-05-10T14:03:33.371Z] Step 19/21 : LABEL arch=x86_64 [2021-05-10T14:03:35.939Z] ---> Running in 03dddd44a6e8 [2021-05-10T14:03:35.939Z] Removing intermediate container f35806bc0770 [2021-05-10T14:03:35.939Z] ---> d84688ecd3f3 [2021-05-10T14:03:35.939Z] [2021-05-10T14:03:36.205Z] Removing intermediate container 9c7e951efdd1 [2021-05-10T14:03:36.205Z] ---> bc4abb3b5c02 [2021-05-10T14:03:36.205Z] [2021-05-10T14:03:36.205Z] Step 10/23 : FROM alpine:3.12 [2021-05-10T14:03:36.205Z] ---> 13621d1b12d4 [2021-05-10T14:03:36.205Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-10T14:03:36.205Z] ---> Using cache [2021-05-10T14:03:36.205Z] ---> 4ded726aa8a7 [2021-05-10T14:03:36.205Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-10T14:03:36.205Z] ---> Using cache [2021-05-10T14:03:36.205Z] ---> a5697899b4a3 [2021-05-10T14:03:36.205Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-10T14:03:36.205Z] Successfully built d84688ecd3f3 [2021-05-10T14:03:36.205Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-10T14:03:36.205Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 1f15af8151b8 [2021-05-10T14:03:36.205Z] Removing intermediate container 03dddd44a6e8 [2021-05-10T14:03:36.205Z] ---> c7af5f9d1b7b [2021-05-10T14:03:36.205Z] Step 20/21 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:03:36.469Z] ---> Running in 5fd5e0d7982c [2021-05-10T14:03:36.469Z] Removing intermediate container 1f15af8151b8 [2021-05-10T14:03:36.469Z] ---> b23cc034b638 [2021-05-10T14:03:36.469Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-10T14:03:36.469Z] ---> Running in f4adbc029a88 [2021-05-10T14:03:36.469Z] Removing intermediate container 5fd5e0d7982c [2021-05-10T14:03:36.469Z] ---> 977621870ad8 [2021-05-10T14:03:36.469Z] Step 21/21 : LABEL version=0.0.0 [2021-05-10T14:03:36.469Z] ---> Running in 7b887a3a3dd6 [2021-05-10T14:03:36.732Z] Removing intermediate container f4adbc029a88 [2021-05-10T14:03:36.732Z] ---> 3f7607a60b72 [2021-05-10T14:03:36.732Z] Step 15/23 : WORKDIR / [2021-05-10T14:03:36.732Z] ---> Running in a5cfd4394ebc [2021-05-10T14:03:36.732Z] Removing intermediate container 7b887a3a3dd6 [2021-05-10T14:03:36.732Z] ---> a0b9abc9efbb [2021-05-10T14:03:36.732Z] [2021-05-10T14:03:36.994Z] Successfully built a0b9abc9efbb [2021-05-10T14:03:36.994Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-10T14:03:36.994Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a5cfd4394ebc [2021-05-10T14:03:36.994Z] ---> 8ebcb3a5e26b [2021-05-10T14:03:36.994Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-10T14:03:37.256Z] ---> bf3f1ed93c19 [2021-05-10T14:03:37.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-10T14:03:37.830Z] ---> 3ab365541db5 [2021-05-10T14:03:37.830Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-10T14:03:38.093Z] ---> a32af0fb51a6 [2021-05-10T14:03:38.093Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-10T14:03:38.356Z] ---> Running in 0bfa360a75a0 [2021-05-10T14:03:38.356Z] Removing intermediate container 0bfa360a75a0 [2021-05-10T14:03:38.356Z] ---> 327854f04b72 [2021-05-10T14:03:38.356Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-10T14:03:38.619Z] ---> Running in 62c625a40bfa [2021-05-10T14:03:38.619Z] Removing intermediate container 62c625a40bfa [2021-05-10T14:03:38.619Z] ---> 7ff550b2b5cc [2021-05-10T14:03:38.619Z] Step 21/23 : LABEL arch=x86_64 [2021-05-10T14:03:38.619Z] ---> Running in 35571f419b93 [2021-05-10T14:03:38.883Z] Removing intermediate container 35571f419b93 [2021-05-10T14:03:38.883Z] ---> 31746c0b561f [2021-05-10T14:03:38.883Z] Step 22/23 : LABEL git_sha=81b96ec15397cec4b027735c818cdb6266e2f4c8 [2021-05-10T14:03:38.883Z] ---> Running in e3f4179e5e37 [2021-05-10T14:03:39.145Z] Removing intermediate container e3f4179e5e37 [2021-05-10T14:03:39.145Z] ---> a55717ce314a [2021-05-10T14:03:39.145Z] Step 23/23 : LABEL version=0.0.0 [2021-05-10T14:03:39.145Z] ---> Running in c24499a9c63e [2021-05-10T14:03:39.407Z] Removing intermediate container c24499a9c63e [2021-05-10T14:03:39.407Z] ---> bfb11f21fa2e [2021-05-10T14:03:39.407Z] [2021-05-10T14:03:39.407Z] Successfully built bfb11f21fa2e [2021-05-10T14:03:39.670Z] Successfully tagged docker-core-metadata-go:latest [2021-05-10T14:03:39.945Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-05-10T14:03:39.952Z] $ docker stop --time=1 fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c [2021-05-10T14:03:41.631Z] $ docker rm -f fd75a0f8fdf748e6ca26f4d520b331f2f2a9e589616188c05a5cf65c6b97730c [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-10T14:03:42.193Z] + docker images [2021-05-10T14:03:42.193Z] + grep docker [2021-05-10T14:03:43.138Z] docker-core-metadata-go latest bfb11f21fa2e 4 seconds ago 18.6MB [2021-05-10T14:03:43.138Z] docker-security-proxy-setup-go latest a0b9abc9efbb 7 seconds ago 25.3MB [2021-05-10T14:03:43.138Z] docker-security-secretstore-setup-go latest d84688ecd3f3 10 seconds ago 25.7MB [2021-05-10T14:03:43.138Z] docker-core-command-go latest b64c009f0a9e 22 seconds ago 17MB [2021-05-10T14:03:43.138Z] docker-sys-mgmt-agent-go latest 0e5d55061692 24 seconds ago 312MB [2021-05-10T14:03:43.138Z] docker-security-bootstrapper-go latest 83d6ba1b321c About a minute ago 18.2MB [2021-05-10T14:03:43.138Z] docker-core-data-go latest 83495f971219 About a minute ago 21.5MB [2021-05-10T14:03:43.138Z] docker-support-notifications-go latest b17496526b64 About a minute ago 17.7MB [2021-05-10T14:03:43.138Z] docker-support-scheduler-go latest 97de85191eab About a minute ago 17.1MB [2021-05-10T14:03:43.138Z] docker 20.10.0 aefe523efa57 5 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-05-10T14:03:58.446Z] Still waiting to schedule task [2021-05-10T14:03:58.446Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-05-10T14:05:02.251Z] Running on prd-ubuntu18.04-docker-8c-8g-4090 in /w/workspace/edgexfoundry_edgex-go_PR-3422 [Pipeline] { [Pipeline] ws [2021-05-10T14:05:02.272Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-05-10T14:05:04.659Z] using credential edgex-jenkins-ssh [2021-05-10T14:05:04.673Z] Cloning the remote Git repository [2021-05-10T14:05:04.021Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-10T14:05:04.087Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-05-10T14:05:04.117Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T14:05:04.117Z] > git --version # timeout=10 [2021-05-10T14:05:04.123Z] > git --version # 'git version 2.17.1' [2021-05-10T14:05:04.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T14:05:04.151Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T14:05:32.818Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T14:05:32.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-10T14:05:32.859Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-10T14:05:32.876Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-10T14:05:32.876Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-10T14:05:32.897Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3422/head:refs/remotes/origin/PR-3422 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-10T14:05:33.546Z] Merging remotes/origin/master commit 648a76936c86a2d83b792934831f9cfce5b39e1d into PR head commit 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-10T14:05:33.687Z] 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 [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:05:34.443Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:05:35.346Z] ---> package-listing.sh [2021-05-10T14:05:35.347Z] ++ facter osfamily [2021-05-10T14:05:35.347Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-10T14:05:35.347Z] + OS_FAMILY=redhat [2021-05-10T14:05:35.347Z] + workspace=/w/workspace/edgex-go/12 [2021-05-10T14:05:35.347Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-10T14:05:35.347Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-10T14:05:35.347Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-10T14:05:35.347Z] + PACKAGES=/tmp/packages_start.txt [2021-05-10T14:05:35.347Z] + '[' /w/workspace/edgex-go/12 ']' [2021-05-10T14:05:35.347Z] + PACKAGES=/tmp/packages_end.txt [2021-05-10T14:05:35.347Z] + case "${OS_FAMILY}" in [2021-05-10T14:05:35.347Z] + rpm -qa [2021-05-10T14:05:35.347Z] + sort [2021-05-10T14:05:33.552Z] > git config core.sparsecheckout # timeout=10 [2021-05-10T14:05:33.558Z] > git checkout -f 4f199f5dab1770daf54cafb280a5ab69e2bd1b83 # timeout=10 [2021-05-10T14:05:41.182Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-10T14:05:41.182Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-10T14:05:41.182Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-10T14:05:41.182Z] + '[' /w/workspace/edgex-go/12 ']' [2021-05-10T14:05:41.182Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-05-10T14:05:41.182Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-05-10T14:05:41.199Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-10T14:05:41.496Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:05:41.807Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:05:41.807Z] [2021-05-10T14:05:41.807Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-10T14:05:42.124Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:05:42.124Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-10T14:05:42.124Z] df20fa9351a1: Pulling fs layer [2021-05-10T14:05:42.124Z] 36b3adc4ff6f: Pulling fs layer [2021-05-10T14:05:42.124Z] 8ad3a11d3b57: Pulling fs layer [2021-05-10T14:05:42.124Z] 46f8f816bc3b: Pulling fs layer [2021-05-10T14:05:42.124Z] 93b61091891f: Pulling fs layer [2021-05-10T14:05:42.124Z] 93b9cdb0e59b: Pulling fs layer [2021-05-10T14:05:42.124Z] 5e14af77c1be: Pulling fs layer [2021-05-10T14:05:42.124Z] 01666e4c0597: Pulling fs layer [2021-05-10T14:05:42.124Z] aa168da1d23b: Pulling fs layer [2021-05-10T14:05:42.124Z] 5e14af77c1be: Waiting [2021-05-10T14:05:42.124Z] 01666e4c0597: Waiting [2021-05-10T14:05:42.124Z] aa168da1d23b: Waiting [2021-05-10T14:05:42.124Z] 93b61091891f: Waiting [2021-05-10T14:05:42.124Z] 93b9cdb0e59b: Waiting [2021-05-10T14:05:42.124Z] 36b3adc4ff6f: Verifying Checksum [2021-05-10T14:05:42.124Z] 36b3adc4ff6f: Download complete [2021-05-10T14:05:42.124Z] 46f8f816bc3b: Verifying Checksum [2021-05-10T14:05:42.124Z] 46f8f816bc3b: Download complete [2021-05-10T14:05:42.390Z] df20fa9351a1: Verifying Checksum [2021-05-10T14:05:42.390Z] df20fa9351a1: Download complete [2021-05-10T14:05:42.390Z] 93b9cdb0e59b: Verifying Checksum [2021-05-10T14:05:42.390Z] 93b9cdb0e59b: Download complete [2021-05-10T14:05:42.390Z] 93b61091891f: Verifying Checksum [2021-05-10T14:05:42.390Z] 93b61091891f: Download complete [2021-05-10T14:05:42.390Z] 01666e4c0597: Verifying Checksum [2021-05-10T14:05:42.390Z] 01666e4c0597: Download complete [2021-05-10T14:05:42.655Z] 5e14af77c1be: Verifying Checksum [2021-05-10T14:05:42.655Z] 5e14af77c1be: Download complete [2021-05-10T14:05:42.655Z] 8ad3a11d3b57: Verifying Checksum [2021-05-10T14:05:42.655Z] 8ad3a11d3b57: Download complete [2021-05-10T14:05:42.655Z] df20fa9351a1: Pull complete [2021-05-10T14:05:42.917Z] 36b3adc4ff6f: Pull complete [2021-05-10T14:05:43.499Z] 8ad3a11d3b57: Pull complete [2021-05-10T14:05:43.767Z] 46f8f816bc3b: Pull complete [2021-05-10T14:05:44.029Z] 93b61091891f: Pull complete [2021-05-10T14:05:44.292Z] 93b9cdb0e59b: Pull complete [2021-05-10T14:05:44.292Z] 5e14af77c1be: Pull complete [2021-05-10T14:05:44.554Z] 01666e4c0597: Pull complete [2021-05-10T14:05:48.773Z] aa168da1d23b: Verifying Checksum [2021-05-10T14:05:48.773Z] aa168da1d23b: Download complete [2021-05-10T14:05:56.981Z] aa168da1d23b: Pull complete [2021-05-10T14:05:56.981Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-10T14:05:56.981Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-10T14:05:56.981Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-10T14:05:57.216Z] prd-centos7-docker-4c-2g-4080 does not seem to be running inside a container [2021-05-10T14:05:57.289Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-10T14:06:07.281Z] $ docker top 406998899f66f4dbd210940fee9ee1ad27019c679bc50a099f3688f4df4173cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-10T14:06:07.787Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-10T14:06:08.092Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-10T14:06:08.395Z] + ls /var/log/sa-host [2021-05-10T14:06:08.395Z] + sadf -c /var/log/sa-host/sa10 [2021-05-10T14:06:08.395Z] file_magic: OK [2021-05-10T14:06:08.395Z] HZ: Using current value: 100 [2021-05-10T14:06:08.395Z] file_header: OK [2021-05-10T14:06:08.395Z] 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-05-10T14:06:08.395Z] Statistics: [2021-05-10T14:06:08.395Z] 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-05-10T14:06:08.395Z] File successfully converted to sysstat format version 12.2.1 [2021-05-10T14:06:08.395Z] + sadf -c /var/log/sa-host/sa23 [2021-05-10T14:06:08.395Z] file_magic: OK [2021-05-10T14:06:08.395Z] HZ: Using current value: 100 [2021-05-10T14:06:08.395Z] file_header: OK [2021-05-10T14:06:08.395Z] 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-05-10T14:06:08.395Z] Statistics: [2021-05-10T14:06:08.395Z] Hnuu...uuuununununu... [2021-05-10T14:06:08.395Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-10T14:06:08.577Z] provisioning config files... [2021-05-10T14:06:08.599Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config5185750392139053643tmp [Pipeline] { [Pipeline] echo [2021-05-10T14:06:08.621Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:08.927Z] ---> create-netrc.sh [Pipeline] } [2021-05-10T14:06:08.975Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-10T14:06:09.005Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:09.337Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-10T14:06:09.353Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:09.764Z] ---> sudo-logs.sh [2021-05-10T14:06:09.764Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-10T14:06:09.791Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:10.091Z] ---> job-cost.sh [2021-05-10T14:06:10.091Z] lf-activate-venv: SKIPPING [2021-05-10T14:06:10.091Z] INFO: No Stack... [2021-05-10T14:06:11.037Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-10T14:06:11.611Z] INFO: Archiving Costs [Pipeline] echo [2021-05-10T14:06:11.625Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-10T14:06:11.927Z] ---> logs-deploy.sh [2021-05-10T14:06:11.927Z] lf-activate-venv: SKIPPING [2021-05-10T14:06:11.927Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3422/12 [2021-05-10T14:06:11.927Z] INFO: archiving workspace using pattern(s): [2021-05-10T14:06:13.317Z] Archives upload complete. [2021-05-10T14:06:13.579Z] INFO: archiving logs to Nexus [2021-05-10T14:06:14.526Z] ---> uname -a: [2021-05-10T14:06:14.526Z] Linux prd-centos7-docker-4c-2g-4080.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-10T14:06:14.526Z] [2021-05-10T14:06:14.526Z] [2021-05-10T14:06:14.526Z] ---> lscpu: [2021-05-10T14:06:14.526Z] Architecture: x86_64 [2021-05-10T14:06:14.526Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-10T14:06:14.526Z] Byte Order: Little Endian [2021-05-10T14:06:14.526Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-10T14:06:14.526Z] CPU(s): 4 [2021-05-10T14:06:14.526Z] On-line CPU(s) list: 0-3 [2021-05-10T14:06:14.526Z] Thread(s) per core: 1 [2021-05-10T14:06:14.526Z] Core(s) per socket: 1 [2021-05-10T14:06:14.526Z] Socket(s): 4 [2021-05-10T14:06:14.526Z] NUMA node(s): 1 [2021-05-10T14:06:14.526Z] Vendor ID: GenuineIntel [2021-05-10T14:06:14.526Z] CPU family: 6 [2021-05-10T14:06:14.526Z] Model: 44 [2021-05-10T14:06:14.526Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-10T14:06:14.526Z] Stepping: 1 [2021-05-10T14:06:14.526Z] CPU MHz: 2933.442 [2021-05-10T14:06:14.526Z] BogoMIPS: 5866.88 [2021-05-10T14:06:14.526Z] Virtualization: VT-x [2021-05-10T14:06:14.526Z] Hypervisor vendor: KVM [2021-05-10T14:06:14.526Z] Virtualization type: full [2021-05-10T14:06:14.526Z] L1d cache: 128 KiB [2021-05-10T14:06:14.526Z] L1i cache: 128 KiB [2021-05-10T14:06:14.526Z] L2 cache: 16 MiB [2021-05-10T14:06:14.527Z] L3 cache: 64 MiB [2021-05-10T14:06:14.527Z] NUMA node0 CPU(s): 0-3 [2021-05-10T14:06:14.527Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-10T14:06:14.527Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-10T14:06:14.527Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-10T14:06:14.527Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-10T14:06:14.527Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-10T14:06:14.527Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-10T14:06:14.527Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-10T14:06:14.527Z] Vulnerability Srbds: Not affected [2021-05-10T14:06:14.527Z] Vulnerability Tsx async abort: Not affected [2021-05-10T14:06:14.527Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-05-10T14:06:14.527Z] [2021-05-10T14:06:14.527Z] [2021-05-10T14:06:14.527Z] ---> nproc: [2021-05-10T14:06:14.527Z] 4 [2021-05-10T14:06:14.527Z] [2021-05-10T14:06:14.527Z] [2021-05-10T14:06:14.527Z] ---> df -h: [2021-05-10T14:06:14.527Z] Filesystem Size Used Available Use% Mounted on [2021-05-10T14:06:14.527Z] overlay 50.0G 11.7G 38.3G 23% / [2021-05-10T14:06:14.527Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-10T14:06:14.527Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-10T14:06:14.527Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12@tmp [2021-05-10T14:06:14.527Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/12 [2021-05-10T14:06:14.527Z] [2021-05-10T14:06:14.527Z]