Pull request #3293 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10558b9a28ea04086f65646d06c9cc297730a948+5dc7e5651dca608dfecf419d4d65481f56e38b66 (715883a11b98bc1a63fd9aaadf07446520477177) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31237 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 Merge succeeded, producing a93ffb4c9050ee7fb6674a44443b4033b4d00f17 Checking out Revision a93ffb4c9050ee7fb6674a44443b4033b4d00f17 (PR-3293) > 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/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5dc7e5651dca608dfecf419d4d65481f56e38b66 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a93ffb4c9050ee7fb6674a44443b4033b4d00f17 # timeout=10 Commit message: "Merge commit '5dc7e5651dca608dfecf419d4d65481f56e38b66' into HEAD" > git rev-list --no-walk 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T18:40:23.483Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T18:40:23.736Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T18:40:23.853Z] ========================================================= [2021-03-24T18:40:23.853Z] EdgeX Global Pipelines Version Info [2021-03-24T18:40:23.853Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:40:26.305Z] ------------------- [2021-03-24T18:40:26.305Z] stable info: [2021-03-24T18:40:26.305Z] ------------------- [2021-03-24T18:40:26.305Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T18:40:26.305Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T18:40:26.305Z] Message: update stable to v1.0.186 [2021-03-24T18:40:27.281Z] ------------------- [2021-03-24T18:40:27.281Z] experimental info: [2021-03-24T18:40:27.281Z] ------------------- [2021-03-24T18:40:27.281Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T18:40:27.281Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-24T18:40:27.281Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T18:40:27.590Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-24T18:40:27.689Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-24T18:40:27.817Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T18:40:27.919Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T18:40:28.011Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T18:40:28.112Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T18:40:28.207Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T18:40:28.304Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-24T18:40:28.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-24T18:40:28.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-24T18:40:28.646Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T18:40:28.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T18:40:28.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T18:40:28.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T18:40:29.026Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T18:40:29.120Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T18:40:29.216Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T18:40:29.309Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T18:40:29.407Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-24T18:40:29.534Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-24T18:40:29.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-24T18:40:29.742Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T18:40:29.868Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3293 [Pipeline] echo [2021-03-24T18:40:29.957Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3293 [Pipeline] echo [2021-03-24T18:40:30.047Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3293 [Pipeline] echo [2021-03-24T18:40:30.137Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [Pipeline] echo [2021-03-24T18:40:30.248Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a93ffb4 [Pipeline] echo [2021-03-24T18:40:30.365Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T18:40:30.579Z] provisioning config files... [2021-03-24T18:40:30.642Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2711004650587774279tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T18:40:31.054Z] ---> docker-login.sh [2021-03-24T18:40:31.054Z] nexus3.edgexfoundry.org:10001 [2021-03-24T18:40:32.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:40:32.412Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:40:32.412Z] Configure a credential helper to remove this warning. See [2021-03-24T18:40:32.412Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:40:32.412Z] [2021-03-24T18:40:32.412Z] Login Succeeded [2021-03-24T18:40:32.412Z] nexus3.edgexfoundry.org:10002 [2021-03-24T18:40:33.050Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:40:33.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:40:33.367Z] Configure a credential helper to remove this warning. See [2021-03-24T18:40:33.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:40:33.367Z] [2021-03-24T18:40:33.367Z] Login Succeeded [2021-03-24T18:40:33.367Z] nexus3.edgexfoundry.org:10003 [2021-03-24T18:40:34.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:40:34.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:40:34.088Z] Configure a credential helper to remove this warning. See [2021-03-24T18:40:34.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:40:34.088Z] [2021-03-24T18:40:34.088Z] Login Succeeded [2021-03-24T18:40:34.088Z] nexus3.edgexfoundry.org:10004 [2021-03-24T18:40:34.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:40:34.367Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:40:34.367Z] Configure a credential helper to remove this warning. See [2021-03-24T18:40:34.367Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:40:34.367Z] [2021-03-24T18:40:34.367Z] Login Succeeded [2021-03-24T18:40:34.367Z] docker.io [2021-03-24T18:40:34.654Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T18:40:34.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T18:40:34.931Z] Configure a credential helper to remove this warning. See [2021-03-24T18:40:34.931Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T18:40:34.931Z] [2021-03-24T18:40:34.931Z] Login Succeeded [2021-03-24T18:40:34.931Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T18:40:34.953Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T18:40:35.585Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/core-command/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/core-data/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-24T18:40:35.585Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T18:40:35.585Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-24T18:40:35.585Z] ++ cut -d/ -f2 [2021-03-24T18:40:35.585Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-24T18:40:35.689Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:40:37.244Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:40:37.244Z] [2021-03-24T18:40:37.244Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:40:37.622Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:40:37.622Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T18:40:37.622Z] 31603596830f: Pulling fs layer [2021-03-24T18:40:37.622Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T18:40:37.622Z] 6ca5941a6612: Pulling fs layer [2021-03-24T18:40:37.622Z] ecc8261a40a4: Pulling fs layer [2021-03-24T18:40:37.622Z] ecc8261a40a4: Waiting [2021-03-24T18:40:37.622Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T18:40:37.622Z] 2a8b12db71e7: Download complete [2021-03-24T18:40:37.907Z] 31603596830f: Download complete [2021-03-24T18:40:38.194Z] 6ca5941a6612: Verifying Checksum [2021-03-24T18:40:38.194Z] 6ca5941a6612: Download complete [2021-03-24T18:40:38.194Z] ecc8261a40a4: Verifying Checksum [2021-03-24T18:40:38.194Z] ecc8261a40a4: Download complete [2021-03-24T18:40:38.470Z] 31603596830f: Pull complete [2021-03-24T18:40:38.740Z] 2a8b12db71e7: Pull complete [2021-03-24T18:40:40.192Z] 6ca5941a6612: Pull complete [2021-03-24T18:40:40.192Z] ecc8261a40a4: Pull complete [2021-03-24T18:40:40.454Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T18:40:40.454Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T18:40:40.454Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T18:40:40.623Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T18:40:40.720Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T18:40:43.938Z] $ docker top 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T18:40:44.292Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T18:40:44.292Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T18:40:44.579Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T18:40:44.583Z] $ docker exec 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent [2021-03-24T18:40:44.816Z] SSH_AUTH_SOCK=/tmp/ssh-bAXWINTrc9a1/agent.11 [2021-03-24T18:40:44.816Z] SSH_AGENT_PID=16 [2021-03-24T18:40:44.834Z] Running ssh-add (command line suppressed) [2021-03-24T18:40:45.029Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_5283894759063362580.key (/w/workspace/edgex-go/2@tmp/private_key_5283894759063362580.key) [2021-03-24T18:40:45.137Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T18:40:45.866Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T18:40:45.896Z] $ docker exec --env ******** --env ******** 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent -k [2021-03-24T18:40:46.094Z] unset SSH_AUTH_SOCK; [2021-03-24T18:40:46.095Z] unset SSH_AGENT_PID; [2021-03-24T18:40:46.095Z] echo Agent pid 16 killed; [2021-03-24T18:40:46.202Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T18:40:46.346Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T18:40:46.346Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T18:40:46.727Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T18:40:46.754Z] $ docker exec 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent [2021-03-24T18:40:47.080Z] SSH_AUTH_SOCK=/tmp/ssh-0gU9pGFznWK4/agent.45 [2021-03-24T18:40:47.080Z] SSH_AGENT_PID=50 [2021-03-24T18:40:47.089Z] Running ssh-add (command line suppressed) [2021-03-24T18:40:47.260Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_625306308162323142.key (/w/workspace/edgex-go/2@tmp/private_key_625306308162323142.key) [2021-03-24T18:40:47.390Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T18:40:48.124Z] + git semver init [2021-03-24T18:40:48.124Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T18:40:48.124Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-24T18:40:48.124Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-24T18:40:48.124Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T18:40:48.124Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T18:40:48.124Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T18:40:48.124Z] # $SEMVER_BRANCH = PR-3293 [2021-03-24T18:40:48.124Z] # $SEMVER_TEMP = /tmp/semver-729195592 [2021-03-24T18:40:48.124Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-24T18:41:15.180Z] # '/tmp/semver-729195592' -> '/w/workspace/edgex-go/2/.semver' [2021-03-24T18:41:15.781Z] # -> Force: false [2021-03-24T18:41:15.781Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-24T18:41:15.804Z] $ docker exec --env ******** --env ******** 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa ssh-agent -k [2021-03-24T18:41:16.248Z] unset SSH_AUTH_SOCK; [2021-03-24T18:41:16.249Z] unset SSH_AGENT_PID; [2021-03-24T18:41:16.250Z] echo Agent pid 50 killed; [2021-03-24T18:41:16.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T18:41:17.325Z] + git semver [Pipeline] } [2021-03-24T18:41:17.349Z] $ docker stop --time=1 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa [2021-03-24T18:41:19.484Z] $ docker rm -f 6ee1e5c075dadf00c2eb1ecd55f3dcc5fefc407bdb06c1427293f7239f1260aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T18:41:20.164Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T18:41:21.557Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T18:41:21.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-03-24T18:41:22.627Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:41:22.972Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T18:41:23.282Z] + sudo service docker restart [2021-03-24T18:41:23.282Z] + true [2021-03-24T18:41:23.282Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-24T18:41:24.333Z] ========================================================= [2021-03-24T18:41:24.333Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T18:41:24.333Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:41:24.738Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-24T18:41:33.029Z] Sending build context to Docker daemon 328.8MB [2021-03-24T18:41:33.029Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T18:41:33.029Z] Step 2/6 : FROM ${BASE} [2021-03-24T18:41:33.029Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T18:41:33.029Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T18:41:33.029Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T18:41:33.029Z] de9db76c5a1d: Pulling fs layer [2021-03-24T18:41:33.029Z] bca2f99d35d6: Pulling fs layer [2021-03-24T18:41:33.029Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T18:41:33.029Z] 7c6f9722023f: Pulling fs layer [2021-03-24T18:41:33.029Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T18:41:33.029Z] bca2f99d35d6: Waiting [2021-03-24T18:41:33.029Z] 93359f2a8cfa: Waiting [2021-03-24T18:41:33.029Z] 7c6f9722023f: Waiting [2021-03-24T18:41:33.029Z] a35cf1a2eb13: Waiting [2021-03-24T18:41:33.029Z] de9db76c5a1d: Download complete [2021-03-24T18:41:33.029Z] 0ef7d3d256c8: Verifying Checksum [2021-03-24T18:41:33.029Z] 0ef7d3d256c8: Download complete [2021-03-24T18:41:33.029Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T18:41:33.029Z] 93359f2a8cfa: Download complete [2021-03-24T18:41:33.029Z] 7c6f9722023f: Verifying Checksum [2021-03-24T18:41:33.029Z] 7c6f9722023f: Download complete [2021-03-24T18:41:33.029Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T18:41:33.029Z] 188c0c94c7c5: Download complete [2021-03-24T18:41:33.647Z] 188c0c94c7c5: Pull complete [2021-03-24T18:41:34.501Z] 0ef7d3d256c8: Pull complete [2021-03-24T18:41:35.093Z] de9db76c5a1d: Pull complete [2021-03-24T18:41:36.551Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T18:41:36.551Z] a35cf1a2eb13: Download complete [2021-03-24T18:41:36.934Z] Still waiting to schedule task [2021-03-24T18:41:36.934Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T18:41:37.141Z] bca2f99d35d6: Verifying Checksum [2021-03-24T18:41:37.141Z] bca2f99d35d6: Download complete [2021-03-24T18:41:52.461Z] bca2f99d35d6: Pull complete [2021-03-24T18:41:52.461Z] 93359f2a8cfa: Pull complete [2021-03-24T18:41:52.461Z] 7c6f9722023f: Pull complete [2021-03-24T18:41:57.956Z] a35cf1a2eb13: Pull complete [2021-03-24T18:41:57.956Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T18:41:57.956Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T18:41:57.956Z] ---> a62c8e92a672 [2021-03-24T18:41:57.956Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-24T18:41:57.956Z] ---> Running in af70c6c4f170 [2021-03-24T18:42:00.118Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:42:00.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:42:00.980Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T18:42:01.953Z] (2/12) Installing file (5.38-r0) [2021-03-24T18:42:01.953Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T18:42:01.953Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T18:42:10.296Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T18:42:10.296Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T18:42:10.296Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T18:42:10.296Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T18:42:10.296Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T18:42:10.296Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T18:42:10.296Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T18:42:10.296Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T18:42:10.296Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:42:10.296Z] OK: 233 MiB in 51 packages [2021-03-24T18:42:17.061Z] Removing intermediate container af70c6c4f170 [2021-03-24T18:42:17.061Z] ---> 0ec72605491c [2021-03-24T18:42:17.061Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T18:42:17.061Z] ---> Running in 27b23cc6148b [2021-03-24T18:42:17.061Z] Removing intermediate container 27b23cc6148b [2021-03-24T18:42:17.061Z] ---> 5b011a336825 [2021-03-24T18:42:17.061Z] Step 5/6 : COPY go.mod . [2021-03-24T18:42:17.061Z] ---> 357064dc6375 [2021-03-24T18:42:17.061Z] Step 6/6 : RUN go mod download [2021-03-24T18:42:17.327Z] ---> Running in e52c1e43b755 [2021-03-24T18:42:49.984Z] Removing intermediate container e52c1e43b755 [2021-03-24T18:42:49.984Z] ---> 20ef77988e0d [2021-03-24T18:42:49.984Z] Successfully built 20ef77988e0d [2021-03-24T18:42:49.984Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:42:50.519Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T18:42:50.829Z] . [Pipeline] withDockerContainer [2021-03-24T18:42:51.018Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T18:42:51.095Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T18:42:52.449Z] $ docker top f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:42:53.019Z] + go version [2021-03-24T18:42:53.019Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T18:42:53.042Z] $ docker stop --time=1 f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 [2021-03-24T18:42:55.483Z] $ docker rm -f f8eeb6d9b99cdd9222a3145dcd666bddad935418e7b120adce2377a7bbc28337 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:42:56.404Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T18:42:56.404Z] . [Pipeline] withDockerContainer [2021-03-24T18:42:56.695Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T18:42:56.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T18:42:59.490Z] $ docker top 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T18:42:59.731Z] ========================================================= [2021-03-24T18:42:59.731Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T18:42:59.731Z] ========================================================= [Pipeline] sh [2021-03-24T18:43:00.727Z] + make test [2021-03-24T18:43:00.727Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T18:43:20.744Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31238 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-24T18:43:20.861Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-24T18:43:23.215Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T18:43:26.193Z] using credential edgex-jenkins-ssh [2021-03-24T18:43:26.253Z] Cloning the remote Git repository [2021-03-24T18:43:26.301Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:43:26.424Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-24T18:43:26.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:43:26.494Z] > git --version # timeout=10 [2021-03-24T18:43:26.519Z] > git --version # 'git version 2.17.1' [2021-03-24T18:43:26.521Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:43:26.573Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:43:46.352Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T18:43:46.785Z] Failed in branch arm64 [2021-03-24T18:43:45.586Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:43:45.611Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T18:43:45.640Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T18:43:45.676Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T18:43:45.676Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T18:43:45.690Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T18:43:46.372Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T18:43:46.392Z] > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 [2021-03-24T18:44:03.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T18:44:14.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T18:44:14.791Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T18:44:14.791Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T18:44:22.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T18:44:22.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T18:44:22.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T18:44:22.440Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T18:44:24.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T18:44:25.414Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T18:44:31.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T18:44:31.786Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T18:44:31.786Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T18:44:36.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 45.9% of statements [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T18:44:36.689Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T18:44:36.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.178s coverage: 19.8% of statements [2021-03-24T18:44:36.689Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.271s coverage: 100.0% of statements [2021-03-24T18:44:42.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.390s coverage: 27.1% of statements [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T18:44:42.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.053s coverage: 100.0% of statements [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T18:44:42.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.135s coverage: 100.0% of statements [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T18:44:42.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T18:44:42.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T18:44:43.209Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.490s coverage: 82.9% of statements [2021-03-24T18:44:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T18:44:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:44:43.210Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.101s coverage: 78.9% of statements [2021-03-24T18:44:43.210Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.833s coverage: 28.6% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.143s coverage: 100.0% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.188s coverage: 86.7% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.232s coverage: 97.5% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T18:44:50.574Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T18:44:50.574Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T18:44:56.351Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.304s coverage: 92.8% of statements [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T18:44:56.351Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.292s coverage: 58.8% of statements [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.1% of statements [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T18:44:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.057s coverage: 47.1% of statements [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.264s coverage: 96.3% of statements [2021-03-24T18:44:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-03-24T18:45:07.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2021-03-24T18:45:07.290Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.112s coverage: 44.8% of statements [2021-03-24T18:45:14.256Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.678s coverage: 82.6% of statements [2021-03-24T18:45:24.697Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.286s coverage: 92.9% of statements [2021-03-24T18:45:24.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T18:45:24.697Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.285s coverage: 77.8% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.088s coverage: 87.2% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.161s coverage: 75.5% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.6% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.157s coverage: 91.6% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.300s coverage: 64.4% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.065s coverage: 91.3% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.089s coverage: 100.0% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.107s coverage: 73.7% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.551s coverage: 69.0% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.165s coverage: 38.4% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.074s coverage: 89.5% of statements [2021-03-24T18:45:24.698Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T18:45:24.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.077s coverage: 84.8% of statements [2021-03-24T18:45:26.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.351s coverage: 47.0% of statements [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T18:45:26.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.143s coverage: 100.0% of statements [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T18:45:26.925Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T18:45:26.925Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T18:45:28.545Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.543s coverage: 87.1% of statements [2021-03-24T18:45:28.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T18:45:28.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:45:28.545Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T18:45:34.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.997s coverage: 29.1% of statements [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T18:45:34.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.117s coverage: 99.0% of statements [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T18:45:34.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.142s coverage: 100.0% of statements [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T18:45:34.252Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.242s coverage: 94.0% of statements [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T18:45:34.252Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T18:45:34.253Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.072s coverage: 0.0% of statements [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T18:45:34.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.085s coverage: 100.0% of statements [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T18:45:34.253Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.290s coverage: 87.9% of statements [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T18:45:34.253Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T18:45:35.007Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.135s coverage: 100.0% of statements [2021-03-24T18:45:36.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.045s coverage: 32.1% of statements [2021-03-24T18:45:36.006Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.059s coverage: 100.0% of statements [2021-03-24T18:45:37.019Z] GO111MODULE=on go vet ./... [2021-03-24T18:47:15.478Z] gofmt -l . [2021-03-24T18:47:15.478Z] [ "`gofmt -l .`" = "" ] [2021-03-24T18:47:15.478Z] ./bin/test-go-mod-tidy.sh [2021-03-24T18:47:15.478Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T18:47:19.163Z] + ls -al . [2021-03-24T18:47:19.163Z] total 776 [2021-03-24T18:47:19.163Z] drwxrwxr-x 10 1001 1001 4096 Mar 24 18:47 . [2021-03-24T18:47:19.163Z] drwxr-xr-x 4 root root 28 Mar 24 18:42 .. [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 18:40 .dockerignore [2021-03-24T18:47:19.163Z] drwxrwxr-x 8 1001 1001 179 Mar 24 18:40 .git [2021-03-24T18:47:19.163Z] drwxrwxr-x 3 1001 1001 125 Mar 24 18:40 .github [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 18:40 .gitignore [2021-03-24T18:47:19.163Z] drwx------ 3 1001 1001 60 Mar 24 18:41 .semver [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 18:40 .sonarcloud.properties [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 18:40 Attribution.txt [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 18:40 CONTRIBUTING.md [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 18:40 Dockerfile.build [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 18:40 Jenkinsfile [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 18:40 LICENSE [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 18:40 Makefile [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 18:40 README.md [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 18:40 SECURITY.md [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 18:41 VERSION [2021-03-24T18:47:19.163Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 18:40 ZMQWindows.md [2021-03-24T18:47:19.163Z] drwxrwxr-x 2 1001 1001 117 Mar 24 18:40 bin [2021-03-24T18:47:19.163Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 18:40 cmd [2021-03-24T18:47:19.163Z] -rw-r--r-- 1 root root 666600 Mar 24 18:45 coverage.out [2021-03-24T18:47:19.163Z] -rw-r--r-- 1 root root 1056 Mar 24 18:47 go.mod [2021-03-24T18:47:19.163Z] -rw-r--r-- 1 root root 22211 Mar 24 18:47 go.sum [2021-03-24T18:47:19.164Z] drwxrwxr-x 8 1001 1001 127 Mar 24 18:40 internal [2021-03-24T18:47:19.164Z] drwxrwxr-x 4 1001 1001 26 Mar 24 18:40 openapi [2021-03-24T18:47:19.164Z] drwxrwxr-x 4 1001 1001 71 Mar 24 18:40 snap [2021-03-24T18:47:19.164Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 18:40 version.go [Pipeline] sh [2021-03-24T18:47:19.785Z] + '[' -e coverage.out ] [2021-03-24T18:47:19.785Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T18:47:20.352Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T18:47:20.687Z] + make build [2021-03-24T18:47:20.687Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-24T18:47:27.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-24T18:48:08.808Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-24T18:48:15.756Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-24T18:48:24.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-24T18:48:24.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-24T18:48:29.215Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-24T18:48:34.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-24T18:48:35.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-24T18:48:39.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-24T18:48:42.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-24T18:48:50.752Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-24T18:48:59.477Z] $ docker stop --time=1 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 [2021-03-24T18:49:01.449Z] $ docker rm -f 599cc8e7a7285c6c1a22f902b6b2314c9dd78102f50ab9013fa9b595ceb8d771 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:49:03.967Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:49:03.967Z] [2021-03-24T18:49:03.967Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:49:04.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:49:04.376Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-24T18:49:04.376Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-24T18:49:04.376Z] ca9280d653b3: Pulling fs layer [2021-03-24T18:49:04.376Z] 7e9c9ca2126c: Pulling fs layer [2021-03-24T18:49:04.979Z] cbdbe7a5bc2a: Download complete [2021-03-24T18:49:05.571Z] ca9280d653b3: Verifying Checksum [2021-03-24T18:49:05.571Z] ca9280d653b3: Download complete [2021-03-24T18:49:05.571Z] cbdbe7a5bc2a: Pull complete [2021-03-24T18:49:07.577Z] 7e9c9ca2126c: Verifying Checksum [2021-03-24T18:49:07.577Z] 7e9c9ca2126c: Download complete [2021-03-24T18:49:07.577Z] ca9280d653b3: Pull complete [2021-03-24T18:49:17.868Z] 7e9c9ca2126c: Pull complete [2021-03-24T18:49:17.868Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-24T18:49:17.868Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:49:17.868Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-24T18:49:18.158Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T18:49:18.261Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T18:49:22.753Z] $ docker top 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:49:23.367Z] + docker-compose build --help [2021-03-24T18:49:23.367Z] + grep parallel [2021-03-24T18:49:25.371Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T18:49:25.537Z] $ docker stop --time=1 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 [2021-03-24T18:49:27.865Z] $ docker rm -f 83a3c21c3d18312d20aa0922a942569034bbdc45370a87302c21c2b3e7cf4a29 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T18:49:28.763Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T18:49:28.763Z] . [Pipeline] withDockerContainer [2021-03-24T18:49:29.086Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T18:49:29.181Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T18:49:31.362Z] $ docker top 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T18:49:33.502Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T18:49:35.734Z] Building docker-core-command-go ... [2021-03-24T18:49:35.734Z] Building docker-core-data-go ... [2021-03-24T18:49:35.734Z] Building docker-core-metadata-go ... [2021-03-24T18:49:35.734Z] Building docker-security-bootstrapper-go ... [2021-03-24T18:49:35.734Z] Building docker-security-proxy-setup-go ... [2021-03-24T18:49:35.734Z] Building docker-security-secretstore-setup-go ... [2021-03-24T18:49:35.734Z] Building docker-support-notifications-go ... [2021-03-24T18:49:35.734Z] Building docker-support-scheduler-go ... [2021-03-24T18:49:35.734Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T18:49:35.734Z] Building docker-core-metadata-go [2021-03-24T18:49:35.734Z] Building docker-support-scheduler-go [2021-03-24T18:49:35.734Z] Building docker-security-proxy-setup-go [2021-03-24T18:49:35.734Z] Building docker-security-bootstrapper-go [2021-03-24T18:49:35.735Z] Building docker-sys-mgmt-agent-go [2021-03-24T18:51:13.975Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:13.975Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:13.975Z] ---> 20ef77988e0d [2021-03-24T18:51:13.975Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T18:51:13.975Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:13.975Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:13.975Z] ---> 20ef77988e0d [2021-03-24T18:51:13.975Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T18:51:13.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:13.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:13.975Z] ---> 20ef77988e0d [2021-03-24T18:51:13.975Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T18:51:13.975Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:13.975Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:13.975Z] ---> 20ef77988e0d [2021-03-24T18:51:13.975Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:51:13.975Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:51:13.975Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:51:13.975Z] ---> 20ef77988e0d [2021-03-24T18:51:13.975Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T18:51:13.975Z] ---> Running in 68ede505046a [2021-03-24T18:51:13.975Z] ---> Running in 0cd22228d875 [2021-03-24T18:51:13.975Z] ---> Running in 1ac8eaf95f09 [2021-03-24T18:51:13.975Z] ---> Running in 2b77492e7297 [2021-03-24T18:51:13.975Z] ---> Running in f0940cf76792 [2021-03-24T18:51:13.975Z] Removing intermediate container f0940cf76792 [2021-03-24T18:51:13.975Z] ---> 994e45d40277 [2021-03-24T18:51:13.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:13.975Z] Removing intermediate container 1ac8eaf95f09 [2021-03-24T18:51:13.975Z] ---> 982f32641cb5 [2021-03-24T18:51:13.975Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:13.975Z] Removing intermediate container 2b77492e7297 [2021-03-24T18:51:13.975Z] ---> a506ebba2476 [2021-03-24T18:51:13.975Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:13.975Z] Removing intermediate container 0cd22228d875 [2021-03-24T18:51:13.975Z] ---> 995d32fb75fc [2021-03-24T18:51:13.975Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:13.975Z] Removing intermediate container 68ede505046a [2021-03-24T18:51:13.975Z] ---> d01d496a0dbe [2021-03-24T18:51:13.975Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:51:13.975Z] ---> Running in f2164879fa7f [2021-03-24T18:51:13.975Z] ---> Running in 91550a1dd3bb [2021-03-24T18:51:13.975Z] ---> Running in dd2cb9088730 [2021-03-24T18:51:13.975Z] ---> Running in ede176443166 [2021-03-24T18:51:13.975Z] ---> Running in bc79dce49bd7 [2021-03-24T18:51:13.975Z] Removing intermediate container 91550a1dd3bb [2021-03-24T18:51:13.975Z] ---> 5d7fe514b52c [2021-03-24T18:51:13.975Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T18:51:13.975Z] Removing intermediate container f2164879fa7f [2021-03-24T18:51:13.975Z] ---> 92d4c0b8a124 [2021-03-24T18:51:13.975Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T18:51:13.975Z] Removing intermediate container ede176443166 [2021-03-24T18:51:13.975Z] ---> 6bc8b242b116 [2021-03-24T18:51:13.975Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T18:51:13.975Z] Removing intermediate container bc79dce49bd7 [2021-03-24T18:51:13.975Z] ---> 81eaba9f19fb [2021-03-24T18:51:13.975Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T18:51:13.975Z] ---> Running in b825d30e19a4 [2021-03-24T18:51:13.975Z] ---> Running in 8d3969ef58e8 [2021-03-24T18:51:13.975Z] ---> Running in 4f2a55487dca [2021-03-24T18:51:13.975Z] ---> Running in ac94bc20fe9f [2021-03-24T18:51:13.975Z] Removing intermediate container dd2cb9088730 [2021-03-24T18:51:13.975Z] ---> eafaa51cac96 [2021-03-24T18:51:13.975Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:51:13.975Z] ---> Running in 9a52b5f6c5f9 [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.975Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:13.975Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:13.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.976Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:51:13.976Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:14.659Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:14.928Z] OK: 233 MiB in 51 packages [2021-03-24T18:51:15.592Z] Removing intermediate container b825d30e19a4 [2021-03-24T18:51:15.592Z] ---> f9151a2de4b3 [2021-03-24T18:51:15.592Z] Step 6/31 : COPY go.mod . [2021-03-24T18:51:15.592Z] Removing intermediate container 8d3969ef58e8 [2021-03-24T18:51:15.592Z] ---> a6c94dc3d664 [2021-03-24T18:51:15.592Z] Step 6/22 : COPY go.mod . [2021-03-24T18:51:15.902Z] Removing intermediate container 4f2a55487dca [2021-03-24T18:51:15.902Z] ---> 9b343f7be939 [2021-03-24T18:51:15.902Z] Step 6/21 : COPY go.mod . [2021-03-24T18:51:16.175Z] Removing intermediate container 9a52b5f6c5f9 [2021-03-24T18:51:16.175Z] ---> 8b43bb2bb604 [2021-03-24T18:51:16.175Z] Step 6/23 : COPY go.mod . [2021-03-24T18:51:16.830Z] ---> 5cf99cf9dd7c [2021-03-24T18:51:16.830Z] Step 7/31 : RUN go mod download [2021-03-24T18:51:16.830Z] Removing intermediate container ac94bc20fe9f [2021-03-24T18:51:16.830Z] ---> d80260c2a467 [2021-03-24T18:51:16.830Z] Step 6/26 : COPY go.mod . [2021-03-24T18:51:16.830Z] ---> 40be50dcfd34 [2021-03-24T18:51:16.830Z] Step 7/22 : RUN go mod download [2021-03-24T18:51:16.830Z] ---> 4fb06ef41a95 [2021-03-24T18:51:16.830Z] Step 7/21 : RUN go mod download [2021-03-24T18:51:17.105Z] ---> Running in cfe987ae403b [2021-03-24T18:51:17.105Z] ---> Running in 1b080223bad6 [2021-03-24T18:51:17.105Z] ---> Running in 77b31d9dacc4 [2021-03-24T18:51:17.105Z] ---> 824c5a7084bd [2021-03-24T18:51:17.105Z] Step 7/23 : RUN go mod download [2021-03-24T18:51:17.375Z] ---> Running in 0a37b6baceaa [2021-03-24T18:51:17.375Z] ---> a3b7a0722e7b [2021-03-24T18:51:17.375Z] Step 7/26 : RUN go mod download [2021-03-24T18:51:17.962Z] ---> Running in b9f5ac34ceb0 [2021-03-24T18:51:24.878Z] Removing intermediate container b9f5ac34ceb0 [2021-03-24T18:51:24.878Z] ---> f45bcbc5ef7c [2021-03-24T18:51:24.878Z] Step 8/26 : COPY . . [2021-03-24T18:51:24.878Z] Removing intermediate container 1b080223bad6 [2021-03-24T18:51:24.878Z] ---> 96c23375edbe [2021-03-24T18:51:24.878Z] Step 8/21 : COPY . . [2021-03-24T18:51:24.878Z] Removing intermediate container 77b31d9dacc4 [2021-03-24T18:51:24.878Z] ---> 6fbd38ec22a1 [2021-03-24T18:51:24.878Z] Step 8/22 : COPY . . [2021-03-24T18:51:24.878Z] Removing intermediate container 0a37b6baceaa [2021-03-24T18:51:24.878Z] ---> 465151cd7fae [2021-03-24T18:51:24.878Z] Step 8/23 : COPY . . [2021-03-24T18:51:25.601Z] Removing intermediate container cfe987ae403b [2021-03-24T18:51:25.601Z] ---> b911bfa819ff [2021-03-24T18:51:25.601Z] Step 8/31 : COPY . . [2021-03-24T18:53:35.831Z] ---> 58a9e847cbbb [2021-03-24T18:53:35.831Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T18:53:35.831Z] ---> 27800238c174 [2021-03-24T18:53:35.831Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T18:53:35.831Z] ---> 29081f06a484 [2021-03-24T18:53:35.831Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T18:53:35.831Z] ---> 13b522ce6d00 [2021-03-24T18:53:35.831Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> 0ded1df70f2f [2021-03-24T18:53:35.831Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T18:53:35.831Z] [2021-03-24T18:53:35.831Z] ---> Running in 6396ff024e12 [2021-03-24T18:53:35.831Z] ---> Running in 39d6d76195b6 [2021-03-24T18:53:35.831Z] ---> Running in b5370ec99560 [2021-03-24T18:53:35.831Z] ---> Running in 2784358a0064 [2021-03-24T18:53:35.831Z] ---> Running in 77d1d3c64246 [2021-03-24T18:53:36.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-24T18:53:36.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-24T18:53:36.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-24T18:53:36.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-24T18:53:36.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-24T18:54:34.179Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-24T18:54:50.224Z] Removing intermediate container b5370ec99560 [2021-03-24T18:54:50.224Z] ---> 4710840e707f [2021-03-24T18:54:50.224Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T18:54:50.224Z] ---> Running in 6f4f31f48623 [2021-03-24T18:54:50.224Z] Removing intermediate container 39d6d76195b6 [2021-03-24T18:54:50.224Z] ---> c90b94afbd2e [2021-03-24T18:54:50.224Z] [2021-03-24T18:54:50.224Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T18:54:50.224Z] 3.12: Pulling from library/alpine [2021-03-24T18:54:51.213Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-24T18:54:55.077Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T18:54:55.077Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T18:54:55.077Z] ---> 88dd2752d2ea [2021-03-24T18:54:55.077Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T18:54:55.373Z] Removing intermediate container 6396ff024e12 [2021-03-24T18:54:55.373Z] ---> 973a562e8c47 [2021-03-24T18:54:55.373Z] [2021-03-24T18:54:55.373Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T18:54:55.373Z] ---> 88dd2752d2ea [2021-03-24T18:54:55.373Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T18:54:55.973Z] ---> Running in fbd8105ffa7d [2021-03-24T18:54:56.808Z] ---> Running in e2a924c0481d [2021-03-24T18:54:57.397Z] Removing intermediate container 77d1d3c64246 [2021-03-24T18:54:57.397Z] ---> 5a57805a37e6 [2021-03-24T18:54:57.397Z] [2021-03-24T18:54:57.397Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T18:54:57.397Z] ---> 88dd2752d2ea [2021-03-24T18:54:57.397Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:54:59.043Z] ---> Running in 60413b829b7a [2021-03-24T18:54:59.043Z] Removing intermediate container fbd8105ffa7d [2021-03-24T18:54:59.043Z] ---> 383a2669b775 [2021-03-24T18:54:59.043Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T18:55:00.940Z] ---> Running in 3a79e5228414 [2021-03-24T18:55:01.737Z] Removing intermediate container 6f4f31f48623 [2021-03-24T18:55:01.737Z] ---> c6c6f9c8f49b [2021-03-24T18:55:01.737Z] [2021-03-24T18:55:01.737Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T18:55:01.737Z] 20.10.0: Pulling from library/docker [2021-03-24T18:55:02.093Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:02.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:02.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:03.201Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:04.198Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:04.568Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T18:55:04.568Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:04.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:55:04.568Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T18:55:04.568Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T18:55:04.568Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T18:55:04.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:55:04.568Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:55:04.568Z] OK: 6 MiB in 15 packages [2021-03-24T18:55:04.568Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:55:04.888Z] OK: 7 MiB in 18 packages [2021-03-24T18:55:04.888Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T18:55:04.888Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T18:55:04.889Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:55:04.889Z] OK: 6 MiB in 16 packages [2021-03-24T18:55:05.225Z] Removing intermediate container 2784358a0064 [2021-03-24T18:55:05.225Z] ---> d546ba08f391 [2021-03-24T18:55:05.225Z] [2021-03-24T18:55:05.225Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:55:05.225Z] ---> 88dd2752d2ea [2021-03-24T18:55:05.225Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:55:05.890Z] ---> Running in 4b7dd3a753fa [2021-03-24T18:55:07.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:07.443Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:07.742Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T18:55:07.742Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:55:07.742Z] Removing intermediate container e2a924c0481d [2021-03-24T18:55:07.742Z] ---> 5074716ca1ab [2021-03-24T18:55:07.742Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:55:07.742Z] OK: 6 MiB in 15 packages [2021-03-24T18:55:08.049Z] Removing intermediate container 60413b829b7a [2021-03-24T18:55:08.049Z] ---> 778850976ea4 [2021-03-24T18:55:08.049Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:55:08.049Z] Removing intermediate container 3a79e5228414 [2021-03-24T18:55:08.049Z] ---> 7a19eeb5ac04 [2021-03-24T18:55:08.049Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T18:55:08.340Z] ---> Running in b6b5f3dcd241 [2021-03-24T18:55:08.340Z] ---> Running in 4c0b314b7448 [2021-03-24T18:55:08.340Z] ---> Running in 847da578c143 [2021-03-24T18:55:09.862Z] Removing intermediate container b6b5f3dcd241 [2021-03-24T18:55:09.862Z] ---> 2692ceeccc98 [2021-03-24T18:55:09.862Z] Step 13/21 : WORKDIR /edgex [2021-03-24T18:55:09.862Z] Removing intermediate container 4c0b314b7448 [2021-03-24T18:55:09.862Z] ---> a0b2023bd0ee [2021-03-24T18:55:09.862Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T18:55:09.862Z] Removing intermediate container 847da578c143 [2021-03-24T18:55:09.862Z] ---> 23c781406a7e [2021-03-24T18:55:09.862Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T18:55:09.862Z] ---> Running in b2f884925f47 [2021-03-24T18:55:10.226Z] Removing intermediate container 4b7dd3a753fa [2021-03-24T18:55:10.226Z] ---> 5d928543d407 [2021-03-24T18:55:10.226Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:55:10.597Z] ---> Running in 2c24f78f4506 [2021-03-24T18:55:10.597Z] ---> Running in 5a058173ba9d [2021-03-24T18:55:11.345Z] ---> Running in 3e43f886f851 [2021-03-24T18:55:11.661Z] Removing intermediate container b2f884925f47 [2021-03-24T18:55:11.661Z] ---> ee07864a60ec [2021-03-24T18:55:11.661Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T18:55:11.661Z] Removing intermediate container 5a058173ba9d [2021-03-24T18:55:11.661Z] ---> a996cff5441c [2021-03-24T18:55:11.661Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T18:55:11.661Z] Removing intermediate container 2c24f78f4506 [2021-03-24T18:55:11.661Z] ---> beea41427c51 [2021-03-24T18:55:11.661Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T18:55:12.668Z] Removing intermediate container 3e43f886f851 [2021-03-24T18:55:12.668Z] ---> a5e6fab31a87 [2021-03-24T18:55:12.668Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T18:55:13.042Z] ---> Running in 693e4ecea6e0 [2021-03-24T18:55:13.042Z] ---> Running in 43ba343f9a51 [2021-03-24T18:55:13.439Z] ---> 625b026ceb5d [2021-03-24T18:55:13.439Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T18:55:13.439Z] ---> Running in 17c7789cdf8a [2021-03-24T18:55:16.899Z] Removing intermediate container 693e4ecea6e0 [2021-03-24T18:55:16.899Z] ---> c329d94e52dd [2021-03-24T18:55:16.899Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:55:16.899Z] Removing intermediate container 17c7789cdf8a [2021-03-24T18:55:16.899Z] ---> c539478da569 [2021-03-24T18:55:16.899Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:55:17.581Z] ---> 52f5be1b5d45 [2021-03-24T18:55:17.581Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T18:55:17.581Z] ---> Running in ca981cf3e94d [2021-03-24T18:55:18.427Z] ---> 2422abe32d9a [2021-03-24T18:55:18.427Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T18:55:19.332Z] Removing intermediate container ca981cf3e94d [2021-03-24T18:55:19.332Z] ---> a93f0a40d704 [2021-03-24T18:55:19.332Z] Step 15/23 : WORKDIR / [2021-03-24T18:55:20.583Z] ---> Running in a6c4f3e63341 [2021-03-24T18:55:20.583Z] ---> 660223b9854e [2021-03-24T18:55:20.583Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T18:55:21.045Z] ---> Running in b31053c91bcd [2021-03-24T18:55:21.437Z] Removing intermediate container 43ba343f9a51 [2021-03-24T18:55:21.437Z] ---> 7b75dccb5f1b [2021-03-24T18:55:21.437Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T18:55:21.437Z] Removing intermediate container a6c4f3e63341 [2021-03-24T18:55:21.437Z] ---> bc5bd93c8030 [2021-03-24T18:55:21.437Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:55:21.719Z] ---> d90d159d01b0 [2021-03-24T18:55:21.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T18:55:21.719Z] ---> Running in 7331bad48987 [2021-03-24T18:55:22.035Z] Removing intermediate container b31053c91bcd [2021-03-24T18:55:22.035Z] ---> 6ecb723f10c7 [2021-03-24T18:55:22.035Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T18:55:22.855Z] ---> Running in 1c1ab576a287 [2021-03-24T18:55:23.188Z] ---> e258b869ce45 [2021-03-24T18:55:23.188Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T18:55:23.188Z] Removing intermediate container 7331bad48987 [2021-03-24T18:55:23.188Z] ---> 04686828943f [2021-03-24T18:55:23.188Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T18:55:23.481Z] ---> e2a8284412d7 [2021-03-24T18:55:23.481Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T18:55:23.767Z] Removing intermediate container 1c1ab576a287 [2021-03-24T18:55:23.767Z] ---> 84b29e87405f [2021-03-24T18:55:23.767Z] Step 19/21 : LABEL arch=x86_64 [2021-03-24T18:55:23.767Z] ---> Running in 49181fd6a845 [2021-03-24T18:55:23.767Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T18:55:23.767Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T18:55:23.767Z] ---> aefe523efa57 [2021-03-24T18:55:23.767Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T18:55:23.767Z] ---> Running in 38a4df16bb08 [2021-03-24T18:55:24.063Z] ---> Running in b2e7018dd70c [2021-03-24T18:55:24.063Z] ---> 7221397a27f9 [2021-03-24T18:55:24.063Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T18:55:24.519Z] Removing intermediate container 49181fd6a845 [2021-03-24T18:55:24.519Z] ---> 22569813ab6a [2021-03-24T18:55:24.519Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:55:24.519Z] ---> Running in 72d480503dd3 [2021-03-24T18:55:25.162Z] Removing intermediate container 38a4df16bb08 [2021-03-24T18:55:25.162Z] ---> c34ba7364a50 [2021-03-24T18:55:25.162Z] Step 20/21 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:55:25.162Z] ---> 6098e666cf92 [2021-03-24T18:55:25.162Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T18:55:25.523Z] ---> Running in 48ab33202baf [2021-03-24T18:55:25.523Z] ---> Running in 4daa9598d236 [2021-03-24T18:55:28.807Z] Removing intermediate container 48ab33202baf [2021-03-24T18:55:28.807Z] ---> 0be15c3f8e14 [2021-03-24T18:55:28.807Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T18:55:28.807Z] Removing intermediate container 4daa9598d236 [2021-03-24T18:55:28.807Z] ---> 124a01570bf4 [2021-03-24T18:55:28.807Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T18:55:29.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:29.290Z] ---> 0db35834f3f3 [2021-03-24T18:55:29.290Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T18:55:29.290Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:29.290Z] ---> Running in 03431fcceaac [2021-03-24T18:55:30.142Z] ---> Running in 1bc765df29f9 [2021-03-24T18:55:30.142Z] ---> Running in ea3b941755df [2021-03-24T18:55:30.849Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T18:55:30.849Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T18:55:30.849Z] Removing intermediate container 03431fcceaac [2021-03-24T18:55:30.849Z] ---> 1b2462318d40 [2021-03-24T18:55:30.849Z] [2021-03-24T18:55:30.849Z] Executing bash-5.0.17-r0.post-install [2021-03-24T18:55:30.849Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:55:30.849Z] OK: 12 MiB in 22 packages [2021-03-24T18:55:30.849Z] Removing intermediate container 1bc765df29f9 [2021-03-24T18:55:30.849Z] ---> 14ad4d2230d4 [2021-03-24T18:55:30.849Z] Step 21/22 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:55:31.198Z] Removing intermediate container ea3b941755df [2021-03-24T18:55:31.198Z] ---> 635c6956e95a [2021-03-24T18:55:31.198Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:55:31.540Z] ---> Running in eaaeb7561923 [2021-03-24T18:55:31.973Z] ---> Running in ef4dc7e78d53 [2021-03-24T18:55:32.397Z] Successfully built 1b2462318d40 [2021-03-24T18:55:32.737Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-24T18:55:32.737Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-03-24T18:55:33.039Z] Removing intermediate container eaaeb7561923 [2021-03-24T18:55:33.039Z] ---> d53792089ff0 [2021-03-24T18:55:33.039Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T18:55:33.337Z] Removing intermediate container b2e7018dd70c [2021-03-24T18:55:33.337Z] ---> e5e538b4f882 [2021-03-24T18:55:33.337Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T18:55:33.337Z] Removing intermediate container ef4dc7e78d53 [2021-03-24T18:55:33.337Z] ---> 441ae210befb [2021-03-24T18:55:33.337Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T18:55:33.337Z] ---> Running in 8b16931b3181 [2021-03-24T18:55:33.730Z] ---> Running in 98e21e9deb31 [2021-03-24T18:55:33.730Z] ---> Running in f622e9f6e0e8 [2021-03-24T18:55:33.730Z] Removing intermediate container 72d480503dd3 [2021-03-24T18:55:33.730Z] ---> f66a57bdd456 [2021-03-24T18:55:33.730Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:55:34.443Z] Removing intermediate container 98e21e9deb31 [2021-03-24T18:55:34.443Z] ---> 240b98cda84f [2021-03-24T18:55:34.443Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T18:55:34.443Z] Removing intermediate container 8b16931b3181 [2021-03-24T18:55:34.443Z] ---> e924ed18b6d7 [2021-03-24T18:55:34.443Z] [2021-03-24T18:55:34.443Z] Removing intermediate container f622e9f6e0e8 [2021-03-24T18:55:34.443Z] ---> a1572d60f734 [2021-03-24T18:55:34.443Z] Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:55:35.063Z] ---> Running in 261643d4a787 [2021-03-24T18:55:36.048Z] Successfully built e924ed18b6d7 [2021-03-24T18:55:36.337Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-24T18:55:36.337Z] Building docker-core-data-go [2021-03-24T18:55:36.622Z]  Building docker-support-scheduler-go ... done  ---> 0e207bc0e1d2 [2021-03-24T18:55:36.622Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T18:55:36.622Z] ---> Running in e13130e3fcdc [2021-03-24T18:55:39.340Z] Removing intermediate container 261643d4a787 [2021-03-24T18:55:39.340Z] ---> 0df5134f86b3 [2021-03-24T18:55:39.340Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T18:55:39.340Z] Removing intermediate container e13130e3fcdc [2021-03-24T18:55:39.340Z] ---> 931ec772ab94 [2021-03-24T18:55:39.340Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:55:40.371Z] ---> Running in e77e10ab105a [2021-03-24T18:55:40.371Z] ---> e2615c4ac87e [2021-03-24T18:55:40.371Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T18:55:41.537Z] ---> Running in 4cb97938bd72 [2021-03-24T18:55:43.258Z] Removing intermediate container e77e10ab105a [2021-03-24T18:55:43.258Z] ---> 404de9d46b80 [2021-03-24T18:55:43.258Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T18:55:44.483Z] Removing intermediate container 4cb97938bd72 [2021-03-24T18:55:44.483Z] ---> d62913a6e73f [2021-03-24T18:55:44.483Z] [2021-03-24T18:55:44.483Z] ---> 5ddc5ca5e872 [2021-03-24T18:55:44.483Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T18:55:45.565Z] Successfully built d62913a6e73f [2021-03-24T18:55:45.565Z] Successfully tagged docker-core-metadata-go:latest [2021-03-24T18:55:45.565Z] Building docker-security-secretstore-setup-go [2021-03-24T18:55:46.185Z]  Building docker-core-metadata-go ... done  ---> 7c4c081ceac2 [2021-03-24T18:55:46.185Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T18:55:46.484Z] ---> aff708e3c2bc [2021-03-24T18:55:46.484Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T18:55:50.037Z] ---> 6aa52d95c779 [2021-03-24T18:55:50.037Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T18:55:50.037Z] ---> a965b32292a5 [2021-03-24T18:55:50.037Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T18:55:53.582Z] ---> Running in 21a58b5670e2 [2021-03-24T18:55:53.582Z] ---> 34d43db08bff [2021-03-24T18:55:53.582Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T18:55:53.914Z] ---> Running in ba0de2b9d3fe [2021-03-24T18:55:55.214Z] Removing intermediate container 21a58b5670e2 [2021-03-24T18:55:55.214Z] ---> b74b063fb13e [2021-03-24T18:55:55.214Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T18:55:58.123Z] ---> f2ed266038ca [2021-03-24T18:55:58.123Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T18:55:58.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:58.719Z] ---> Running in 9035b03b121c [2021-03-24T18:55:58.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:55:58.986Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T18:55:58.986Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T18:55:58.986Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T18:55:58.986Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T18:55:58.986Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T18:55:58.986Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T18:55:58.986Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T18:56:01.222Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T18:56:01.222Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T18:56:01.222Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T18:56:01.222Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T18:56:01.222Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T18:56:01.222Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T18:56:01.645Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T18:56:01.645Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T18:56:01.645Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T18:56:01.645Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T18:56:02.050Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T18:56:02.050Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T18:56:02.690Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T18:56:04.381Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T18:56:04.764Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T18:56:04.764Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T18:56:05.053Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T18:56:05.053Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T18:56:05.053Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T18:56:05.809Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T18:56:06.202Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T18:56:06.203Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T18:56:06.530Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T18:56:06.530Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T18:56:06.530Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T18:56:06.530Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T18:56:09.986Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:56:09.986Z] Removing intermediate container 9035b03b121c [2021-03-24T18:56:09.986Z] ---> e02c012617cc [2021-03-24T18:56:09.986Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T18:56:09.986Z] OK: 71 MiB in 55 packages [2021-03-24T18:56:13.789Z] ---> Running in c48cf15a7712 [2021-03-24T18:56:18.260Z] Removing intermediate container c48cf15a7712 [2021-03-24T18:56:18.260Z] ---> cc733985407f [2021-03-24T18:56:18.260Z] Step 28/31 : CMD ["gate"] [2021-03-24T18:56:21.736Z] ---> Running in c86582f1ae7c [2021-03-24T18:56:29.267Z] Removing intermediate container c86582f1ae7c [2021-03-24T18:56:29.267Z] ---> c33b47ddcbc7 [2021-03-24T18:56:29.267Z] Step 29/31 : LABEL arch=x86_64 [2021-03-24T18:56:33.954Z] ---> Running in aa1186039dbf [2021-03-24T18:56:40.047Z] Removing intermediate container aa1186039dbf [2021-03-24T18:56:40.047Z] ---> 3555fab015f8 [2021-03-24T18:56:40.047Z] Step 30/31 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:56:43.345Z] ---> Running in ce2a5a51a442 [2021-03-24T18:56:46.099Z] Removing intermediate container ce2a5a51a442 [2021-03-24T18:56:46.099Z] ---> da6583bbe8d9 [2021-03-24T18:56:46.099Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T18:56:49.941Z] ---> Running in 4fc4ce72c3e9 [2021-03-24T18:56:52.955Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:52.955Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:52.955Z] ---> 20ef77988e0d [2021-03-24T18:56:52.955Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:56:53.723Z] ---> Using cache [2021-03-24T18:56:53.723Z] ---> d01d496a0dbe [2021-03-24T18:56:53.723Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:54.012Z] ---> Using cache [2021-03-24T18:56:54.012Z] ---> 81eaba9f19fb [2021-03-24T18:56:54.012Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T18:56:54.288Z] ---> Using cache [2021-03-24T18:56:54.288Z] ---> 9b343f7be939 [2021-03-24T18:56:54.288Z] Step 6/23 : COPY go.mod . [2021-03-24T18:56:54.288Z] ---> Using cache [2021-03-24T18:56:54.288Z] ---> 4fb06ef41a95 [2021-03-24T18:56:54.288Z] Step 7/23 : RUN go mod download [2021-03-24T18:56:54.608Z] ---> Using cache [2021-03-24T18:56:54.608Z] ---> 96c23375edbe [2021-03-24T18:56:54.608Z] Step 8/23 : COPY . . [2021-03-24T18:56:54.608Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:54.608Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:54.608Z] ---> 20ef77988e0d [2021-03-24T18:56:54.608Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T18:56:54.608Z] ---> Using cache [2021-03-24T18:56:54.608Z] ---> d01d496a0dbe [2021-03-24T18:56:54.608Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:54.608Z] ---> Using cache [2021-03-24T18:56:54.608Z] ---> 81eaba9f19fb [2021-03-24T18:56:54.608Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T18:56:54.888Z] Removing intermediate container 4fc4ce72c3e9 [2021-03-24T18:56:54.888Z] ---> d7ae991eceb3 [2021-03-24T18:56:54.888Z] [2021-03-24T18:56:54.888Z] ---> Using cache [2021-03-24T18:56:54.888Z] ---> 13b522ce6d00 [2021-03-24T18:56:54.888Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T18:56:57.524Z] ---> Running in cba50411e783 [2021-03-24T18:56:57.524Z] ---> Running in 338ba8cca62e [2021-03-24T18:56:58.232Z] Successfully built d7ae991eceb3 [2021-03-24T18:56:58.232Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-24T18:56:58.232Z]  Building docker-security-bootstrapper-go ... done Building docker-support-notifications-go [2021-03-24T18:56:59.262Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:56:59.262Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:56:59.262Z] ---> 20ef77988e0d [2021-03-24T18:56:59.262Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> d01d496a0dbe [2021-03-24T18:56:59.262Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> 81eaba9f19fb [2021-03-24T18:56:59.262Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> 9b343f7be939 [2021-03-24T18:56:59.262Z] Step 6/24 : COPY go.mod . [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> 4fb06ef41a95 [2021-03-24T18:56:59.262Z] Step 7/24 : RUN go mod download [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> 96c23375edbe [2021-03-24T18:56:59.262Z] Step 8/24 : COPY . . [2021-03-24T18:56:59.262Z] ---> Using cache [2021-03-24T18:56:59.262Z] ---> 13b522ce6d00 [2021-03-24T18:56:59.542Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T18:57:02.354Z] ---> Running in afaebe1a411d [2021-03-24T18:57:03.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-24T18:57:03.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:57:04.199Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-24T18:57:04.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:57:05.409Z] OK: 233 MiB in 51 packages [2021-03-24T18:57:10.131Z] Removing intermediate container 338ba8cca62e [2021-03-24T18:57:10.131Z] ---> 4ba3c20e8b34 [2021-03-24T18:57:10.131Z] Step 6/23 : COPY go.mod . [2021-03-24T18:57:13.571Z] ---> 11794da5d239 [2021-03-24T18:57:13.571Z] Step 7/23 : RUN go mod download [2021-03-24T18:57:13.853Z] ---> Running in e981ed938535 [2021-03-24T18:57:36.703Z] Removing intermediate container e981ed938535 [2021-03-24T18:57:36.703Z] ---> accfda1d0595 [2021-03-24T18:57:36.703Z] Step 8/23 : COPY . . [2021-03-24T18:58:00.198Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T18:58:00.198Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T18:58:00.198Z] ---> 20ef77988e0d [2021-03-24T18:58:00.198Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T18:58:00.198Z] ---> Using cache [2021-03-24T18:58:00.198Z] ---> d01d496a0dbe [2021-03-24T18:58:00.198Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T18:58:00.198Z] ---> Using cache [2021-03-24T18:58:00.198Z] ---> 81eaba9f19fb [2021-03-24T18:58:00.198Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T18:58:00.198Z] ---> Running in 2efb3f104bc2 [2021-03-24T18:58:04.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:58:04.082Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-24T18:58:04.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:58:05.701Z] OK: 233 MiB in 51 packages [2021-03-24T18:58:06.194Z] Removing intermediate container ba0de2b9d3fe [2021-03-24T18:58:06.194Z] ---> a810d3e98f1d [2021-03-24T18:58:06.194Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T18:58:07.494Z] ---> Running in 95172b7dabce [2021-03-24T18:58:08.922Z] Removing intermediate container 2efb3f104bc2 [2021-03-24T18:58:08.922Z] ---> a2f368dac350 [2021-03-24T18:58:08.922Z] Step 6/22 : COPY go.mod . [2021-03-24T18:58:10.877Z] ---> 4ddb4d37f916 [2021-03-24T18:58:10.877Z] Step 7/22 : RUN go mod download [2021-03-24T18:58:15.665Z] ---> Running in 8dfe9758be20 [2021-03-24T18:58:24.621Z] Removing intermediate container cba50411e783 [2021-03-24T18:58:24.621Z] ---> 6d4583617279 [2021-03-24T18:58:24.621Z] [2021-03-24T18:58:24.621Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T18:58:24.621Z] ---> 88dd2752d2ea [2021-03-24T18:58:24.621Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T18:58:24.621Z] ---> Using cache [2021-03-24T18:58:24.621Z] ---> 5d928543d407 [2021-03-24T18:58:24.621Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T18:58:24.621Z] ---> Using cache [2021-03-24T18:58:24.621Z] ---> a5e6fab31a87 [2021-03-24T18:58:24.621Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T18:58:26.099Z] ---> Running in 0f1e027fed96 [2021-03-24T18:58:27.107Z] Removing intermediate container 0f1e027fed96 [2021-03-24T18:58:27.107Z] ---> 82e7a8f23e9d [2021-03-24T18:58:27.107Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T18:58:29.879Z] ---> Running in 4cbf543f4871 [2021-03-24T18:58:30.501Z] Removing intermediate container 8dfe9758be20 [2021-03-24T18:58:30.501Z] ---> 0e1cd1401977 [2021-03-24T18:58:30.501Z] Step 8/22 : COPY . . [2021-03-24T18:58:32.626Z] Collecting docker-compose==1.23.2 [2021-03-24T18:58:32.626Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T18:58:32.908Z] Removing intermediate container 4cbf543f4871 [2021-03-24T18:58:32.908Z] ---> cd7caf67da32 [2021-03-24T18:58:32.908Z] Step 15/23 : WORKDIR / [2021-03-24T18:58:34.455Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T18:58:34.455Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T18:58:37.273Z] ---> Running in 2c7742c0f32d [2021-03-24T18:58:37.560Z] Removing intermediate container afaebe1a411d [2021-03-24T18:58:37.560Z] ---> c49f823b9247 [2021-03-24T18:58:37.560Z] [2021-03-24T18:58:37.560Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T18:58:37.560Z] ---> 88dd2752d2ea [2021-03-24T18:58:37.560Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T18:58:38.597Z] Removing intermediate container 2c7742c0f32d [2021-03-24T18:58:38.597Z] ---> 1016aab0bd15 [2021-03-24T18:58:38.597Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T18:58:40.144Z] ---> Running in e5db3ba48fe1 [2021-03-24T18:58:44.723Z] ---> 02e33735786b [2021-03-24T18:58:44.723Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T18:58:45.432Z] Collecting PyYAML<4,>=3.10 [2021-03-24T18:58:45.432Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T18:58:46.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:58:46.480Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:58:47.205Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T18:58:47.205Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:58:47.205Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T18:58:47.205Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T18:58:47.205Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T18:58:47.205Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T18:58:47.205Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:58:47.205Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-24T18:58:47.529Z] ---> d1a6c3d5bd1c [2021-03-24T18:58:47.529Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T18:58:47.529Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T18:58:47.529Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T18:58:47.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T18:58:47.529Z] OK: 7 MiB in 20 packages [2021-03-24T18:58:49.226Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T18:58:49.226Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T18:58:49.572Z] ---> c8ee5db495fb [2021-03-24T18:58:49.572Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T18:58:51.068Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T18:58:51.068Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T18:58:51.494Z] ---> 143fb5ecae96 [2021-03-24T18:58:51.494Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T18:58:51.765Z] ---> Running in 0b25b74e8ab7 [2021-03-24T18:58:52.054Z] ---> Running in 8d5292a83f79 [2021-03-24T18:58:53.396Z] Removing intermediate container e5db3ba48fe1 [2021-03-24T18:58:53.396Z] ---> 401a9658f365 [2021-03-24T18:58:53.396Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T18:58:53.396Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T18:58:53.396Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T18:58:54.086Z] Removing intermediate container 8d5292a83f79 [2021-03-24T18:58:54.086Z] ---> bdd813a1e169 [2021-03-24T18:58:54.086Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:58:54.561Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-24T18:58:54.922Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T18:58:54.922Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T18:58:54.922Z] ---> Running in 1efeb7f09c58 [2021-03-24T18:58:55.560Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T18:58:55.560Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T18:58:55.560Z] ---> Running in 3cc590971180 [2021-03-24T18:58:55.830Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T18:58:55.830Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T18:58:56.136Z] Removing intermediate container 1efeb7f09c58 [2021-03-24T18:58:56.136Z] ---> 84289607fb16 [2021-03-24T18:58:56.136Z] Step 13/24 : WORKDIR / [2021-03-24T18:58:56.443Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T18:58:56.443Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T18:58:56.768Z] Removing intermediate container 3cc590971180 [2021-03-24T18:58:56.768Z] ---> 52d4fd6fa26e [2021-03-24T18:58:56.768Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T18:58:56.768Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-24T18:58:57.043Z] ---> Running in ed6ce42601e3 [2021-03-24T18:58:57.043Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T18:58:57.043Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T18:58:57.043Z] ---> Running in 981f585d1af5 [2021-03-24T18:58:57.366Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-24T18:58:58.462Z] Collecting idna<2.8,>=2.5 [2021-03-24T18:58:58.462Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T18:58:58.746Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T18:58:58.746Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T18:58:58.746Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T18:58:58.746Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T18:58:59.075Z] Removing intermediate container 981f585d1af5 [2021-03-24T18:58:59.075Z] ---> 77992156fcbe [2021-03-24T18:58:59.075Z] Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:58:59.075Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, jsonschema, docker-compose [2021-03-24T18:58:59.075Z] Running setup.py install for dockerpty: started [2021-03-24T18:59:00.077Z] Removing intermediate container ed6ce42601e3 [2021-03-24T18:59:00.077Z] ---> 6e74a0615be3 [2021-03-24T18:59:00.077Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-24T18:59:00.677Z] ---> Running in 7af70d5517fb [2021-03-24T18:59:05.435Z] Removing intermediate container 7af70d5517fb [2021-03-24T18:59:05.436Z] ---> 8b19f847f010 [2021-03-24T18:59:05.436Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T18:59:05.436Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T18:59:05.436Z] Running setup.py install for PyYAML: started [2021-03-24T18:59:05.436Z] ---> 596f144053d6 [2021-03-24T18:59:05.436Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-24T18:59:07.742Z] ---> Running in cc4a4beb21fa [2021-03-24T18:59:09.038Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T18:59:09.038Z] Running setup.py install for texttable: started [2021-03-24T18:59:09.533Z] ---> 7e3461acbf43 [2021-03-24T18:59:09.533Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T18:59:09.928Z] Removing intermediate container cc4a4beb21fa [2021-03-24T18:59:09.928Z] ---> 98295a64ff87 [2021-03-24T18:59:09.928Z] [2021-03-24T18:59:10.575Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T18:59:10.575Z] Running setup.py install for docopt: started [2021-03-24T18:59:11.691Z] ---> b0ea16d16017 [2021-03-24T18:59:11.691Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T18:59:11.691Z] Successfully built 98295a64ff87 [2021-03-24T18:59:11.691Z] Successfully tagged docker-core-command-go:latest [2021-03-24T18:59:12.105Z]  Building docker-core-command-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-03-24T18:59:14.789Z] Attempting uninstall: urllib3 [2021-03-24T18:59:14.789Z] Found existing installation: urllib3 1.25.9 [2021-03-24T18:59:14.789Z] Uninstalling urllib3-1.25.9: [2021-03-24T18:59:18.015Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T18:59:18.663Z] ---> 0a244c51642b [2021-03-24T18:59:18.663Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T18:59:20.945Z] Attempting uninstall: idna [2021-03-24T18:59:20.945Z] Found existing installation: idna 2.9 [2021-03-24T18:59:20.945Z] Uninstalling idna-2.9: [2021-03-24T18:59:20.945Z] Successfully uninstalled idna-2.9 [2021-03-24T18:59:22.164Z] Attempting uninstall: requests [2021-03-24T18:59:22.164Z] Found existing installation: requests 2.23.0 [2021-03-24T18:59:22.165Z] Uninstalling requests-2.23.0: [2021-03-24T18:59:23.879Z] ---> 9537dda507d8 [2021-03-24T18:59:23.879Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T18:59:24.347Z] Successfully uninstalled requests-2.23.0 [2021-03-24T18:59:25.923Z] ---> 172f05d0eb25 [2021-03-24T18:59:25.923Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-24T18:59:26.363Z] ---> Running in 114fd9d862c7 [2021-03-24T18:59:28.890Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-24T18:59:36.586Z] Removing intermediate container 114fd9d862c7 [2021-03-24T18:59:36.586Z] ---> 778ffc0ee40b [2021-03-24T18:59:36.586Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T18:59:39.539Z] ---> Running in af2aa050eb32 [2021-03-24T18:59:41.217Z] Removing intermediate container af2aa050eb32 [2021-03-24T18:59:41.217Z] ---> fb809539bd2a [2021-03-24T18:59:41.217Z] Step 22/24 : LABEL arch=x86_64 [2021-03-24T18:59:41.546Z] Removing intermediate container 95172b7dabce [2021-03-24T18:59:41.546Z] ---> b8defb74f858 [2021-03-24T18:59:41.546Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T18:59:41.546Z] ---> Running in 88156ea7696f [2021-03-24T18:59:41.912Z] ---> Running in 9cda28924c08 [2021-03-24T18:59:42.640Z] Removing intermediate container 88156ea7696f [2021-03-24T18:59:42.640Z] ---> 087125fe409e [2021-03-24T18:59:42.640Z] Step 23/24 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:59:43.351Z] ---> Running in f78fb603a805 [2021-03-24T18:59:45.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T18:59:45.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T18:59:45.469Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T18:59:45.469Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T18:59:45.469Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T18:59:45.469Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T18:59:45.742Z] OK: 72 MiB in 58 packages [2021-03-24T18:59:46.009Z] Removing intermediate container f78fb603a805 [2021-03-24T18:59:46.009Z] ---> 9023da538584 [2021-03-24T18:59:46.009Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T18:59:46.455Z] ---> Running in 7b3bff425423 [2021-03-24T18:59:47.507Z] ---> 5151eba17588 [2021-03-24T18:59:47.507Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T18:59:47.507Z] Removing intermediate container 7b3bff425423 [2021-03-24T18:59:47.507Z] ---> d27c926dadc8 [2021-03-24T18:59:47.507Z] [2021-03-24T18:59:49.290Z] ---> Running in d78ef6cb82e7 [2021-03-24T18:59:49.893Z] Successfully built d27c926dadc8 [2021-03-24T18:59:49.893Z] Removing intermediate container 9cda28924c08 [2021-03-24T18:59:49.893Z] ---> 2505461c4137 [2021-03-24T18:59:49.893Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T18:59:49.893Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-24T18:59:50.517Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in ce8ada6f1543 [2021-03-24T18:59:51.752Z] Removing intermediate container ce8ada6f1543 [2021-03-24T18:59:51.752Z] ---> 71a083120045 [2021-03-24T18:59:51.752Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T18:59:52.106Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-24T18:59:52.735Z] ---> Running in fb367f259879 [2021-03-24T18:59:53.570Z] Removing intermediate container fb367f259879 [2021-03-24T18:59:53.570Z] ---> ffa72388852b [2021-03-24T18:59:53.570Z] Step 24/26 : LABEL arch=x86_64 [2021-03-24T18:59:54.349Z] ---> Running in 5bee6f1a9113 [2021-03-24T18:59:54.967Z] Removing intermediate container 5bee6f1a9113 [2021-03-24T18:59:54.967Z] ---> 87f145cfdfbe [2021-03-24T18:59:54.967Z] Step 25/26 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T18:59:55.238Z] ---> Running in e430ac536c0a [2021-03-24T18:59:56.001Z] Removing intermediate container e430ac536c0a [2021-03-24T18:59:56.001Z] ---> 079f8a70bf65 [2021-03-24T18:59:56.001Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T18:59:56.667Z] ---> Running in 3401003e624f [2021-03-24T18:59:58.155Z] Removing intermediate container 3401003e624f [2021-03-24T18:59:58.155Z] ---> 41ce05001120 [2021-03-24T18:59:58.155Z] [2021-03-24T18:59:58.820Z] Successfully built 41ce05001120 [2021-03-24T18:59:58.820Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-24T19:00:06.761Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0b25b74e8ab7 [2021-03-24T19:00:06.761Z] ---> 0b8bb888a51d [2021-03-24T19:00:06.761Z] [2021-03-24T19:00:06.761Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T19:00:06.761Z] ---> 88dd2752d2ea [2021-03-24T19:00:06.761Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T19:00:06.761Z] ---> Running in 4d491fa31f47 [2021-03-24T19:00:07.436Z] Removing intermediate container 4d491fa31f47 [2021-03-24T19:00:07.437Z] ---> e06149e572a8 [2021-03-24T19:00:07.437Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T19:00:07.782Z] ---> Running in 8b1520d8fdc1 [2021-03-24T19:00:08.946Z] Removing intermediate container 8b1520d8fdc1 [2021-03-24T19:00:08.946Z] ---> f15db89aff51 [2021-03-24T19:00:08.946Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T19:00:08.946Z] ---> Running in 9aab06c68b3c [2021-03-24T19:00:10.565Z] Removing intermediate container 9aab06c68b3c [2021-03-24T19:00:10.565Z] ---> a82e0557b5c5 [2021-03-24T19:00:10.565Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T19:00:11.737Z] ---> Running in b3b4a233fa23 [2021-03-24T19:00:15.537Z] Removing intermediate container b3b4a233fa23 [2021-03-24T19:00:15.537Z] ---> 2753c5c9ce95 [2021-03-24T19:00:15.537Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T19:00:15.814Z] ---> Running in 94b5742e0574 [2021-03-24T19:00:17.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T19:00:18.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T19:00:19.750Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T19:00:19.750Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T19:00:19.750Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T19:00:20.119Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T19:00:20.465Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T19:00:20.465Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T19:00:20.844Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:00:20.844Z] OK: 8 MiB in 20 packages [2021-03-24T19:00:26.442Z] Removing intermediate container 94b5742e0574 [2021-03-24T19:00:26.442Z] ---> 31d2d81f671e [2021-03-24T19:00:26.442Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T19:00:26.442Z] ---> 44ae555ec6d1 [2021-03-24T19:00:26.442Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T19:00:29.998Z] ---> 0c93a344dc57 [2021-03-24T19:00:29.998Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T19:00:30.701Z] ---> c5c807b825f8 [2021-03-24T19:00:30.701Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T19:00:31.756Z] ---> Running in 63b8e433db15 [2021-03-24T19:00:34.330Z] Removing intermediate container 63b8e433db15 [2021-03-24T19:00:34.330Z] ---> 34008e495b5e [2021-03-24T19:00:34.330Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:00:34.618Z] Removing intermediate container d78ef6cb82e7 [2021-03-24T19:00:34.618Z] ---> 2dae713cdf92 [2021-03-24T19:00:34.618Z] [2021-03-24T19:00:34.618Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T19:00:34.618Z] ---> 88dd2752d2ea [2021-03-24T19:00:34.618Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T19:00:34.618Z] ---> Running in 211f30185d1e [2021-03-24T19:00:34.887Z] ---> Running in bb297f9cac01 [2021-03-24T19:00:35.160Z] Removing intermediate container 211f30185d1e [2021-03-24T19:00:35.160Z] ---> bf8928e603d7 [2021-03-24T19:00:35.160Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T19:00:35.456Z] ---> Running in 4e24930ceb1d [2021-03-24T19:00:36.068Z] Removing intermediate container 4e24930ceb1d [2021-03-24T19:00:36.068Z] ---> 6893442049df [2021-03-24T19:00:36.068Z] Step 22/23 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T19:00:36.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T19:00:36.368Z] ---> Running in 234d7a47e91d [2021-03-24T19:00:36.699Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T19:00:37.107Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T19:00:37.107Z] Removing intermediate container 234d7a47e91d [2021-03-24T19:00:37.107Z] ---> 7fa429da067d [2021-03-24T19:00:37.107Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T19:00:37.107Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T19:00:37.107Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T19:00:37.107Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T19:00:37.107Z] OK: 6 MiB in 16 packages [2021-03-24T19:00:37.416Z] ---> Running in b411d5d09e92 [2021-03-24T19:00:38.658Z] Removing intermediate container b411d5d09e92 [2021-03-24T19:00:38.658Z] ---> dc5c56e720a9 [2021-03-24T19:00:38.658Z] [2021-03-24T19:00:39.731Z] Successfully built dc5c56e720a9 [2021-03-24T19:00:39.731Z] Successfully tagged docker-core-data-go:latest [2021-03-24T19:00:39.731Z]  Building docker-core-data-go ... done Removing intermediate container bb297f9cac01 [2021-03-24T19:00:39.731Z] ---> d596e0aaca86 [2021-03-24T19:00:39.731Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T19:00:39.731Z] ---> Running in b550c721ce51 [2021-03-24T19:00:40.370Z] Removing intermediate container b550c721ce51 [2021-03-24T19:00:40.370Z] ---> fd347b3bc556 [2021-03-24T19:00:40.370Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T19:00:40.370Z] ---> Running in fb633de7aed2 [2021-03-24T19:00:41.014Z] Removing intermediate container fb633de7aed2 [2021-03-24T19:00:41.014Z] ---> 8db4f64e5527 [2021-03-24T19:00:41.014Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T19:00:41.014Z] ---> Running in d54aa3472171 [2021-03-24T19:00:41.646Z] Removing intermediate container d54aa3472171 [2021-03-24T19:00:41.646Z] ---> 300351cf8bd6 [2021-03-24T19:00:41.646Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T19:00:42.353Z] ---> 88401cfb09ff [2021-03-24T19:00:42.353Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T19:00:43.584Z] ---> 4bf91f3fcf1c [2021-03-24T19:00:43.584Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T19:00:44.295Z] ---> da3b2b945b65 [2021-03-24T19:00:44.295Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T19:00:44.295Z] ---> Running in 862e90078db1 [2021-03-24T19:00:44.583Z] Removing intermediate container 862e90078db1 [2021-03-24T19:00:44.583Z] ---> 4792cad99b15 [2021-03-24T19:00:44.583Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T19:00:44.862Z] ---> Running in 14bc2b631ad4 [2021-03-24T19:00:45.127Z] Removing intermediate container 14bc2b631ad4 [2021-03-24T19:00:45.127Z] ---> da85a013c400 [2021-03-24T19:00:45.127Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T19:00:45.127Z] ---> Running in e2e52270b313 [2021-03-24T19:00:45.410Z] Removing intermediate container e2e52270b313 [2021-03-24T19:00:45.410Z] ---> 554f493be164 [2021-03-24T19:00:45.410Z] Step 21/22 : LABEL git_sha=a93ffb4c9050ee7fb6674a44443b4033b4d00f17 [2021-03-24T19:00:45.410Z] ---> Running in b315a2516283 [2021-03-24T19:00:46.412Z] Removing intermediate container b315a2516283 [2021-03-24T19:00:46.412Z] ---> d269cf4864d2 [2021-03-24T19:00:46.412Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T19:00:46.412Z] ---> Running in 713cc6a6860e [2021-03-24T19:00:46.693Z] Removing intermediate container 713cc6a6860e [2021-03-24T19:00:46.693Z] ---> b4b042d22a09 [2021-03-24T19:00:46.693Z] [2021-03-24T19:00:46.693Z] Successfully built b4b042d22a09 [2021-03-24T19:00:46.968Z] Successfully tagged docker-support-notifications-go:latest [2021-03-24T19:00:48.101Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-03-24T19:00:48.205Z] $ docker stop --time=1 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d [2021-03-24T19:00:52.269Z] $ docker rm -f 64426bca1294989f400b6d0710944a7a507acffa1472c8b1321845382838a19d [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T19:00:53.944Z] + docker images [2021-03-24T19:00:53.944Z] + grep docker [2021-03-24T19:00:56.029Z] docker-support-notifications-go latest b4b042d22a09 9 seconds ago 17.9MB [2021-03-24T19:00:56.029Z] docker-core-data-go latest dc5c56e720a9 17 seconds ago 22.6MB [2021-03-24T19:00:56.029Z] docker-sys-mgmt-agent-go latest 41ce05001120 59 seconds ago 313MB [2021-03-24T19:00:56.029Z] docker-security-secretstore-setup-go latest d27c926dadc8 About a minute ago 25MB [2021-03-24T19:00:56.029Z] docker-core-command-go latest 98295a64ff87 About a minute ago 17.3MB [2021-03-24T19:00:56.029Z] docker-security-bootstrapper-go latest d7ae991eceb3 4 minutes ago 18.8MB [2021-03-24T19:00:56.029Z] docker-core-metadata-go latest d62913a6e73f 5 minutes ago 19.1MB [2021-03-24T19:00:56.029Z] docker-support-scheduler-go latest e924ed18b6d7 5 minutes ago 17.3MB [2021-03-24T19:00:56.029Z] docker-security-proxy-setup-go latest 1b2462318d40 5 minutes ago 24.7MB [2021-03-24T19:00:56.029Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-24T19:01:12.236Z] Still waiting to schedule task [2021-03-24T19:01:12.237Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-31241’ [2021-03-24T19:02:50.288Z] Running on prd-ubuntu18.04-docker-8c-8g-31242 in /w/workspace/edgexfoundry_edgex-go_PR-3293 [Pipeline] { [Pipeline] ws [2021-03-24T19:02:50.377Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-24T19:02:52.536Z] using credential edgex-jenkins-ssh [2021-03-24T19:02:52.598Z] Cloning the remote Git repository [2021-03-24T19:02:52.590Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T19:02:52.662Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-24T19:02:52.686Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T19:02:52.687Z] > git --version # timeout=10 [2021-03-24T19:02:52.699Z] > git --version # 'git version 2.17.1' [2021-03-24T19:02:52.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T19:02:52.728Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T19:03:03.046Z] Merging remotes/origin/master commit 5dc7e5651dca608dfecf419d4d65481f56e38b66 into PR head commit 10558b9a28ea04086f65646d06c9cc297730a948 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-03-24T19:03:01.874Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T19:03:01.881Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T19:03:01.893Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T19:03:01.908Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T19:03:01.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T19:03:01.914Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3293/head:refs/remotes/origin/PR-3293 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T19:03:03.040Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T19:03:03.044Z] > git checkout -f 10558b9a28ea04086f65646d06c9cc297730a948 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T19:03:03.756Z] 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-03-24T19:03:06.067Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:07.940Z] ---> package-listing.sh [2021-03-24T19:03:07.940Z] ++ facter osfamily [2021-03-24T19:03:07.940Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T19:03:08.211Z] + OS_FAMILY=redhat [2021-03-24T19:03:08.211Z] + workspace=/w/workspace/edgex-go/2 [2021-03-24T19:03:08.211Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T19:03:08.211Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T19:03:08.211Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T19:03:08.211Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T19:03:08.211Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-24T19:03:08.211Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T19:03:08.211Z] + case "${OS_FAMILY}" in [2021-03-24T19:03:08.211Z] + rpm -qa [2021-03-24T19:03:08.211Z] + sort [2021-03-24T19:03:18.603Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T19:03:18.603Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T19:03:18.603Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T19:03:18.603Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-24T19:03:18.603Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-24T19:03:18.603Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-24T19:03:18.668Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-24T19:03:19.047Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T19:03:19.385Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:03:19.650Z] [2021-03-24T19:03:19.650Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T19:03:20.092Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:03:20.092Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T19:03:20.092Z] df20fa9351a1: Pulling fs layer [2021-03-24T19:03:20.092Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T19:03:20.092Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T19:03:20.092Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T19:03:20.092Z] 93b61091891f: Pulling fs layer [2021-03-24T19:03:20.092Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T19:03:20.092Z] 5e14af77c1be: Pulling fs layer [2021-03-24T19:03:20.092Z] 01666e4c0597: Pulling fs layer [2021-03-24T19:03:20.092Z] aa168da1d23b: Pulling fs layer [2021-03-24T19:03:20.092Z] 93b9cdb0e59b: Waiting [2021-03-24T19:03:20.092Z] 5e14af77c1be: Waiting [2021-03-24T19:03:20.092Z] 01666e4c0597: Waiting [2021-03-24T19:03:20.092Z] 46f8f816bc3b: Waiting [2021-03-24T19:03:20.092Z] aa168da1d23b: Waiting [2021-03-24T19:03:20.092Z] 93b61091891f: Waiting [2021-03-24T19:03:20.365Z] 36b3adc4ff6f: Verifying Checksum [2021-03-24T19:03:20.365Z] 36b3adc4ff6f: Download complete [2021-03-24T19:03:20.365Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T19:03:20.365Z] 46f8f816bc3b: Download complete [2021-03-24T19:03:20.365Z] df20fa9351a1: Verifying Checksum [2021-03-24T19:03:20.365Z] df20fa9351a1: Download complete [2021-03-24T19:03:20.365Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T19:03:20.365Z] 93b9cdb0e59b: Download complete [2021-03-24T19:03:20.365Z] 5e14af77c1be: Verifying Checksum [2021-03-24T19:03:20.365Z] 5e14af77c1be: Download complete [2021-03-24T19:03:20.365Z] 01666e4c0597: Verifying Checksum [2021-03-24T19:03:20.365Z] 01666e4c0597: Download complete [2021-03-24T19:03:20.365Z] 93b61091891f: Download complete [2021-03-24T19:03:20.645Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T19:03:20.645Z] 8ad3a11d3b57: Download complete [2021-03-24T19:03:20.927Z] df20fa9351a1: Pull complete [2021-03-24T19:03:21.210Z] 36b3adc4ff6f: Pull complete [2021-03-24T19:03:22.649Z] 8ad3a11d3b57: Pull complete [2021-03-24T19:03:22.945Z] 46f8f816bc3b: Pull complete [2021-03-24T19:03:24.408Z] aa168da1d23b: Verifying Checksum [2021-03-24T19:03:24.408Z] aa168da1d23b: Download complete [2021-03-24T19:03:25.360Z] 93b61091891f: Pull complete [2021-03-24T19:03:25.360Z] 93b9cdb0e59b: Pull complete [2021-03-24T19:03:25.970Z] 5e14af77c1be: Pull complete [2021-03-24T19:03:26.272Z] 01666e4c0597: Pull complete [2021-03-24T19:03:48.848Z] aa168da1d23b: Pull complete [2021-03-24T19:03:48.848Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T19:03:48.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T19:03:48.848Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T19:03:49.886Z] prd-centos7-docker-4c-2g-31237 does not seem to be running inside a container [2021-03-24T19:03:50.048Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T19:03:54.568Z] $ docker top 5015f64f523ba9075a44978cf36e0ae350d40fe691cebf8a089f2ecc2de68c76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T19:03:55.972Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T19:03:56.677Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T19:03:57.360Z] + ls /var/log/sa-host [2021-03-24T19:03:57.360Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T19:03:57.360Z] file_magic: OK [2021-03-24T19:03:57.360Z] HZ: Using current value: 100 [2021-03-24T19:03:57.360Z] file_header: OK [2021-03-24T19:03:57.360Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-24T19:03:57.360Z] Statistics: [2021-03-24T19:03:57.360Z] Hnuu...uuuununununu... [2021-03-24T19:03:57.360Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T19:03:57.360Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T19:03:57.360Z] file_magic: OK [2021-03-24T19:03:57.360Z] HZ: Using current value: 100 [2021-03-24T19:03:57.360Z] file_header: OK [2021-03-24T19:03:57.360Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-24T19:03:57.360Z] Statistics: [2021-03-24T19:03:57.360Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T19:03:57.360Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T19:03:58.010Z] provisioning config files... [2021-03-24T19:03:58.059Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config288929200336876631tmp [Pipeline] { [Pipeline] echo [2021-03-24T19:03:58.142Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:58.474Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T19:03:58.498Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T19:03:58.593Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:58.945Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T19:03:58.970Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:59.307Z] ---> sudo-logs.sh [2021-03-24T19:03:59.307Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T19:03:59.372Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:03:59.793Z] ---> job-cost.sh [2021-03-24T19:03:59.793Z] lf-activate-venv: SKIPPING [2021-03-24T19:03:59.793Z] INFO: No Stack... [2021-03-24T19:04:01.195Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T19:04:01.780Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T19:04:01.804Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T19:04:02.141Z] ---> logs-deploy.sh [2021-03-24T19:04:02.141Z] lf-activate-venv: SKIPPING [2021-03-24T19:04:02.141Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3293/2 [2021-03-24T19:04:02.141Z] INFO: archiving workspace using pattern(s): [2021-03-24T19:04:04.761Z] Archives upload complete. [2021-03-24T19:04:04.761Z] INFO: archiving logs to Nexus [2021-03-24T19:04:06.838Z] ---> uname -a: [2021-03-24T19:04:06.838Z] Linux prd-centos7-docker-4c-2g-31237.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-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] ---> lscpu: [2021-03-24T19:04:06.838Z] Architecture: x86_64 [2021-03-24T19:04:06.838Z] CPU op-mode(s): 32-bit, 64-bit [2021-03-24T19:04:06.838Z] Byte Order: Little Endian [2021-03-24T19:04:06.838Z] Address sizes: 40 bits physical, 48 bits virtual [2021-03-24T19:04:06.838Z] CPU(s): 4 [2021-03-24T19:04:06.838Z] On-line CPU(s) list: 0-3 [2021-03-24T19:04:06.838Z] Thread(s) per core: 1 [2021-03-24T19:04:06.838Z] Core(s) per socket: 1 [2021-03-24T19:04:06.838Z] Socket(s): 4 [2021-03-24T19:04:06.838Z] NUMA node(s): 1 [2021-03-24T19:04:06.838Z] Vendor ID: GenuineIntel [2021-03-24T19:04:06.838Z] CPU family: 6 [2021-03-24T19:04:06.838Z] Model: 44 [2021-03-24T19:04:06.838Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-03-24T19:04:06.838Z] Stepping: 1 [2021-03-24T19:04:06.838Z] CPU MHz: 2933.438 [2021-03-24T19:04:06.838Z] BogoMIPS: 5866.87 [2021-03-24T19:04:06.838Z] Virtualization: VT-x [2021-03-24T19:04:06.838Z] Hypervisor vendor: KVM [2021-03-24T19:04:06.838Z] Virtualization type: full [2021-03-24T19:04:06.838Z] L1d cache: 128 KiB [2021-03-24T19:04:06.838Z] L1i cache: 128 KiB [2021-03-24T19:04:06.838Z] L2 cache: 16 MiB [2021-03-24T19:04:06.838Z] L3 cache: 64 MiB [2021-03-24T19:04:06.838Z] NUMA node0 CPU(s): 0-3 [2021-03-24T19:04:06.838Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-03-24T19:04:06.838Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-03-24T19:04:06.838Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-03-24T19:04:06.838Z] Vulnerability Meltdown: Mitigation; PTI [2021-03-24T19:04:06.838Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-03-24T19:04:06.838Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-03-24T19:04:06.838Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-03-24T19:04:06.838Z] Vulnerability Srbds: Not affected [2021-03-24T19:04:06.838Z] Vulnerability Tsx async abort: Not affected [2021-03-24T19:04:06.838Z] 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-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] ---> nproc: [2021-03-24T19:04:06.838Z] 4 [2021-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] [2021-03-24T19:04:06.838Z] ---> df -h: [2021-03-24T19:04:06.838Z] Filesystem Size Used Available Use% Mounted on [2021-03-24T19:04:06.838Z] overlay 50.0G 11.8G 38.2G 24% / [2021-03-24T19:04:06.838Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-03-24T19:04:06.838Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-03-24T19:04:06.838Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2@tmp [2021-03-24T19:04:06.839Z] /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/2 [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] ---> free -m: [2021-03-24T19:04:06.839Z] total used free shared buff/cache available [2021-03-24T19:04:06.839Z] Mem: 1837 687 118 0 1031 1065 [2021-03-24T19:04:06.839Z] Swap: 1023 105 918 [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] ---> ip addr: [2021-03-24T19:04:06.839Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-03-24T19:04:06.839Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-03-24T19:04:06.839Z] inet 127.0.0.1/8 scope host lo [2021-03-24T19:04:06.839Z] valid_lft forever preferred_lft forever [2021-03-24T19:04:06.839Z] inet6 ::1/128 scope host [2021-03-24T19:04:06.839Z] valid_lft forever preferred_lft forever [2021-03-24T19:04:06.839Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-03-24T19:04:06.839Z] link/ether fa:16:3e:7a:a9:ca brd ff:ff:ff:ff:ff:ff [2021-03-24T19:04:06.839Z] inet 10.30.123.98/23 brd 10.30.123.255 scope global dynamic eth0 [2021-03-24T19:04:06.839Z] valid_lft 84899sec preferred_lft 84899sec [2021-03-24T19:04:06.839Z] inet6 fe80::f816:3eff:fe7a:a9ca/64 scope link [2021-03-24T19:04:06.839Z] valid_lft forever preferred_lft forever [2021-03-24T19:04:06.839Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-03-24T19:04:06.839Z] link/ether 02:42:83:02:78:4f brd ff:ff:ff:ff:ff:ff [2021-03-24T19:04:06.839Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-03-24T19:04:06.839Z] valid_lft forever preferred_lft forever [2021-03-24T19:04:06.839Z] inet6 fe80::42:83ff:fe02:784f/64 scope link [2021-03-24T19:04:06.839Z] valid_lft forever preferred_lft forever [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] ---> sar -b -r -n DEV: [2021-03-24T19:04:06.839Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/24/21 _x86_64_ (4 CPU) [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] 18:38:49 LINUX RESTART (4 CPU) [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] 18:40:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-03-24T19:04:06.839Z] 18:41:01 71.48 16.26 55.23 0.00 5304.58 14520.64 0.00 [2021-03-24T19:04:06.839Z] 18:42:01 189.99 68.19 121.80 0.00 4799.34 38997.68 0.00 [2021-03-24T19:04:06.839Z] 18:43:01 156.15 25.79 130.36 0.00 1706.16 17847.05 0.00 [2021-03-24T19:04:06.839Z] 18:44:01 108.59 72.88 35.71 0.00 2282.03 3478.55 0.00 [2021-03-24T19:04:06.839Z] 18:45:02 72.50 18.19 54.31 0.00 698.53 6561.98 0.00 [2021-03-24T19:04:06.839Z] 18:46:01 71.54 34.53 37.01 0.00 1091.65 3080.89 0.00 [2021-03-24T19:04:06.839Z] 18:47:01 52.80 11.35 41.45 0.00 632.01 2864.89 0.00 [2021-03-24T19:04:06.839Z] 18:48:02 55.99 31.51 24.49 0.00 2179.39 4106.42 0.00 [2021-03-24T19:04:06.839Z] 18:49:01 15.11 2.04 13.06 0.00 253.60 3053.08 0.00 [2021-03-24T19:04:06.839Z] 18:50:02 195.11 48.55 146.56 0.00 15340.55 87472.30 0.00 [2021-03-24T19:04:06.839Z] 18:51:03 721.90 596.49 125.41 0.00 75199.34 76557.02 0.00 [2021-03-24T19:04:06.839Z] 18:52:05 1104.49 951.17 153.33 0.00 67692.61 69034.30 0.00 [2021-03-24T19:04:06.839Z] 18:53:15 1121.79 1027.59 94.20 0.00 56175.37 61772.31 0.00 [2021-03-24T19:04:06.839Z] 18:54:01 378.11 298.99 79.12 0.00 14596.34 15875.78 0.00 [2021-03-24T19:04:06.839Z] 18:55:01 158.71 51.73 106.99 0.00 6375.82 19520.63 0.00 [2021-03-24T19:04:06.839Z] 18:56:01 281.69 97.30 184.39 0.00 22790.93 62872.80 0.00 [2021-03-24T19:04:06.839Z] 18:57:02 847.17 698.84 148.32 0.00 48843.07 54233.96 0.00 [2021-03-24T19:04:06.839Z] 18:58:03 875.09 734.60 140.48 0.00 43953.62 47203.68 0.00 [2021-03-24T19:04:06.839Z] 18:59:04 898.14 700.08 198.05 0.00 39783.29 42219.32 0.00 [2021-03-24T19:04:06.839Z] 19:00:03 446.06 301.91 144.15 0.00 18019.89 21578.77 0.00 [2021-03-24T19:04:06.839Z] 19:01:01 106.14 27.75 78.40 0.00 3658.61 9895.86 0.00 [2021-03-24T19:04:06.839Z] 19:02:01 2.14 0.43 1.71 0.00 24.44 31.79 0.00 [2021-03-24T19:04:06.839Z] 19:03:01 0.32 0.07 0.25 0.00 0.93 2.60 0.00 [2021-03-24T19:04:06.839Z] Average: 352.75 260.30 92.45 0.00 19246.97 29401.90 0.00 [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] 18:40:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-03-24T19:04:06.839Z] 18:41:01 82992 0 703264 37.38 2620 1092668 1402304 47.86 615472 976892 28 [2021-03-24T19:04:06.839Z] 18:42:01 121404 0 697572 37.07 2344 1060224 1485668 50.70 579568 938440 5860 [2021-03-24T19:04:06.839Z] 18:43:01 293064 0 724772 38.52 1508 862200 1380268 47.11 485436 829024 48 [2021-03-24T19:04:06.839Z] 18:44:01 80048 0 879908 46.77 1468 920120 1865544 63.67 717176 799456 86516 [2021-03-24T19:04:06.839Z] 18:45:02 241860 0 805476 42.81 520 833688 1843452 62.91 673364 680112 82360 [2021-03-24T19:04:06.839Z] 18:46:01 333124 0 802616 42.66 520 745284 1667328 56.90 560356 699600 48948 [2021-03-24T19:04:06.839Z] 18:47:01 218652 0 791664 42.08 520 870708 1757548 59.98 635308 733288 77144 [2021-03-24T19:04:06.839Z] 18:48:02 232936 0 789340 41.95 428 858840 1499208 51.17 624968 726776 15360 [2021-03-24T19:04:06.839Z] 18:49:01 177872 0 746812 39.69 428 956432 1343488 45.85 610420 807856 88 [2021-03-24T19:04:06.839Z] 18:50:02 76648 0 713372 37.91 80 1091444 1331672 45.45 730188 841964 33388 [2021-03-24T19:04:06.839Z] 18:51:03 450496 0 765744 40.70 16 665288 1893268 64.61 571536 650092 60 [2021-03-24T19:04:06.839Z] 18:52:05 70676 0 839800 44.63 16 971052 2372060 80.95 781664 813292 80944 [2021-03-24T19:04:06.839Z] 18:53:15 67936 0 858964 45.65 16 954628 2373296 81.00 774656 806660 79896 [2021-03-24T19:04:06.839Z] 18:54:01 219660 0 1253388 66.61 16 408480 4346712 148.35 813436 577940 6768 [2021-03-24T19:04:06.839Z] 18:55:01 265100 0 829736 44.10 16 786692 2801772 95.62 623832 738900 15736 [2021-03-24T19:04:06.839Z] 18:56:01 87752 0 725288 38.55 16 1068488 1510476 51.55 686624 862616 49728 [2021-03-24T19:04:06.839Z] 18:57:02 81928 0 853680 45.37 16 945920 3185168 108.70 725076 845348 62492 [2021-03-24T19:04:06.839Z] 18:58:03 79840 0 815428 43.34 16 986260 2184892 74.57 548500 1002272 59364 [2021-03-24T19:04:06.839Z] 18:59:04 79432 0 809096 43.00 16 993000 2376672 81.11 609384 942740 11728 [2021-03-24T19:04:06.839Z] 19:00:03 239452 0 774264 41.15 16 867812 2043764 69.75 719768 671772 77316 [2021-03-24T19:04:06.839Z] 19:01:01 356608 0 603892 32.10 16 921028 1234504 42.13 547756 736844 20 [2021-03-24T19:04:06.839Z] 19:02:01 359192 0 600632 31.92 16 921704 1201976 41.02 545184 737380 12 [2021-03-24T19:04:06.839Z] 19:03:01 360212 0 599604 31.87 16 921712 1188668 40.57 544588 737340 12 [2021-03-24T19:04:06.839Z] Average: 198995 0 781927 41.56 463 900160 1925639 65.72 640185 789418 34514 [2021-03-24T19:04:06.839Z] [2021-03-24T19:04:06.839Z] 18:40:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-03-24T19:04:06.839Z] 18:41:01 eth0 975.45 616.50 6023.67 121.40 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:41:01 vethfc633dd 204.88 326.94 41.05 2725.06 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:41:01 docker0 204.88 326.80 38.25 2725.05 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:42:01 vethd5cabc0 10.44 11.11 0.86 35.56 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:42:01 eth0 296.22 249.62 2870.04 28.27 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:42:01 docker0 10.51 11.06 0.72 35.55 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:43:01 veth6ec75de 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:43:01 eth0 216.67 171.30 822.15 78.34 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:43:01 docker0 136.42 176.62 9.71 795.09 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:44:01 veth6ec75de 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:44:01 eth0 10.63 7.27 9.48 4.12 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:45:02 veth6ec75de 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:45:02 eth0 25.91 20.42 20.33 11.30 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:45:02 docker0 0.53 0.53 0.04 0.06 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:46:01 veth6ec75de 1.54 1.54 0.12 0.12 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:46:01 eth0 21.75 16.66 15.93 8.85 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:46:01 docker0 1.54 1.54 0.10 0.12 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:47:01 veth6ec75de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:47:01 eth0 2.48 1.70 1.66 0.89 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:48:02 veth6ec75de 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:48:02 eth0 25.28 23.41 13.39 69.64 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:49:01 eth0 23.44 18.27 18.97 10.15 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:50:02 veth11b100f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:50:02 eth0 174.84 140.59 1663.83 64.95 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:51:03 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:51:03 eth0 2.47 2.06 2.72 0.93 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:51:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:51:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:52:05 veth11b100f 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:52:05 eth0 38.66 22.74 150.81 6.24 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:52:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:52:05 docker0 13.11 26.37 0.68 140.99 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:53:15 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:53:15 eth0 1.60 1.37 1.21 0.69 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:53:15 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:53:15 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:54:01 vethd320b2e 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:54:01 vethe7bcb77 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.839Z] 18:54:01 veth11b100f 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:54:01 veth124a038 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:55:01 vethdedc921 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:55:01 veth11b100f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:55:01 veth067b40a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:55:01 eth0 1981.17 1398.53 12001.15 443.42 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:56:01 veth11b100f 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:56:01 veth6cd63b1 20.18 42.01 1.37 285.98 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:56:01 eth0 244.55 162.32 1683.44 81.20 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:56:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:57:02 vethd7596ff 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:57:02 vetha2b4899 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:57:02 veth4c22d2d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:57:02 veth695e898 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:58:03 vethd7596ff 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:58:03 veth11b100f 0.00 0.82 0.00 0.04 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:58:03 eth0 2279.32 1604.01 13684.99 598.57 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:58:03 vethb155df1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:59:04 veth11b100f 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:59:04 veth403eebf 2.86 4.02 0.44 17.76 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:59:04 eth0 65.28 48.10 115.30 68.80 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 18:59:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:00:03 veth11b100f 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:00:03 eth0 51.22 41.92 66.68 68.12 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:00:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:00:03 veth4e15058 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:01:01 eth0 49.61 33.05 108.79 15.81 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:01:01 docker0 429.79 680.11 53.26 4460.68 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:02:01 eth0 0.15 0.13 0.36 0.02 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:03:01 eth0 0.95 0.48 0.32 0.21 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] Average: eth0 100.23 71.40 593.84 31.60 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] Average: docker0 18.17 28.76 2.25 188.61 0.00 0.00 0.00 0.00 [2021-03-24T19:04:06.840Z] [2021-03-24T19:04:06.840Z]