Pull request #3292 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 5c807f8a55a10539e6b37763f51ae2e657833bf2+18e95d4ea95ce5d359f78633ddc21696924e37f4 (9eea189f9c6757243cf03de5d2b179680fca04cb) 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-31215 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [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 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 > 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/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5c807f8a55a10539e6b37763f51ae2e657833bf2 # 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 18e95d4ea95ce5d359f78633ddc21696924e37f4 # timeout=10 Merge succeeded, producing 4ff24e27371373e50a5d351116a3af9ab0e0a64c Checking out Revision 4ff24e27371373e50a5d351116a3af9ab0e0a64c (PR-3292) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4ff24e27371373e50a5d351116a3af9ab0e0a64c # timeout=10 Commit message: "Merge commit '18e95d4ea95ce5d359f78633ddc21696924e37f4' into HEAD" > git rev-list --no-walk ba4f4bc2de7460e30890833479339e7e566ef1c9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-24T15:43:43.079Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-24T15:43:43.329Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-24T15:43:43.531Z] ========================================================= [2021-03-24T15:43:43.531Z] EdgeX Global Pipelines Version Info [2021-03-24T15:43:43.531Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:43:45.512Z] ------------------- [2021-03-24T15:43:45.512Z] stable info: [2021-03-24T15:43:45.512Z] ------------------- [2021-03-24T15:43:45.512Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-24T15:43:45.512Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-24T15:43:45.512Z] Message: update stable to v1.0.186 [2021-03-24T15:43:46.086Z] ------------------- [2021-03-24T15:43:46.086Z] experimental info: [2021-03-24T15:43:46.086Z] ------------------- [2021-03-24T15:43:46.086Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-24T15:43:46.086Z] Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 [2021-03-24T15:43:46.086Z] Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-24T15:43:46.326Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-24T15:43:46.412Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-24T15:43:46.508Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-24T15:43:46.666Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-24T15:43:46.750Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-24T15:43:46.830Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-24T15:43:46.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-24T15:43:47.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-24T15:43:47.097Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-24T15:43:47.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-24T15:43:47.272Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-24T15:43:47.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-24T15:43:47.478Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-24T15:43:47.587Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-24T15:43:47.682Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T15:43:47.766Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-24T15:43:47.847Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-24T15:43:47.937Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-24T15:43:48.021Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-24T15:43:48.104Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-24T15:43:48.191Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-24T15:43:48.297Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-24T15:43:48.410Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3292 [Pipeline] echo [2021-03-24T15:43:48.491Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3292 [Pipeline] echo [2021-03-24T15:43:48.572Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3292 [Pipeline] echo [2021-03-24T15:43:48.687Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4ff24e27371373e50a5d351116a3af9ab0e0a64c [Pipeline] echo [2021-03-24T15:43:48.766Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4ff24e2 [Pipeline] echo [2021-03-24T15:43:48.849Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-24T15:43:49.045Z] provisioning config files... [2021-03-24T15:43:49.084Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3851166119953992667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:43:49.435Z] ---> docker-login.sh [2021-03-24T15:43:49.436Z] nexus3.edgexfoundry.org:10001 [2021-03-24T15:43:49.702Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T15:43:49.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T15:43:49.966Z] Configure a credential helper to remove this warning. See [2021-03-24T15:43:49.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T15:43:49.966Z] [2021-03-24T15:43:49.966Z] Login Succeeded [2021-03-24T15:43:49.966Z] nexus3.edgexfoundry.org:10002 [2021-03-24T15:43:50.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T15:43:50.230Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T15:43:50.230Z] Configure a credential helper to remove this warning. See [2021-03-24T15:43:50.230Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T15:43:50.230Z] [2021-03-24T15:43:50.230Z] Login Succeeded [2021-03-24T15:43:50.230Z] nexus3.edgexfoundry.org:10003 [2021-03-24T15:43:50.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T15:43:50.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T15:43:50.497Z] Configure a credential helper to remove this warning. See [2021-03-24T15:43:50.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T15:43:50.497Z] [2021-03-24T15:43:50.497Z] Login Succeeded [2021-03-24T15:43:50.497Z] nexus3.edgexfoundry.org:10004 [2021-03-24T15:43:50.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T15:43:50.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T15:43:50.497Z] Configure a credential helper to remove this warning. See [2021-03-24T15:43:50.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T15:43:50.497Z] [2021-03-24T15:43:50.497Z] Login Succeeded [2021-03-24T15:43:50.497Z] docker.io [2021-03-24T15:43:50.763Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-24T15:43:51.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-24T15:43:51.026Z] Configure a credential helper to remove this warning. See [2021-03-24T15:43:51.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-24T15:43:51.026Z] [2021-03-24T15:43:51.026Z] Login Succeeded [2021-03-24T15:43:51.026Z] ---> docker-login.sh ends [Pipeline] } [2021-03-24T15:43:51.037Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T15:43:51.538Z] ++ 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-24T15:43:51.538Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/core-command/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/core-data/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-24T15:43:51.539Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-24T15:43:51.539Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-24T15:43:51.539Z] ++ cut -d/ -f2 [2021-03-24T15:43:51.539Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-24T15:43:51.617Z] 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-24T15:43:52.836Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T15:43:52.837Z] [2021-03-24T15:43:52.837Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:43:53.187Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T15:43:53.187Z] latest: Pulling from edgex-devops/git-semver [2021-03-24T15:43:53.187Z] 31603596830f: Pulling fs layer [2021-03-24T15:43:53.187Z] 2a8b12db71e7: Pulling fs layer [2021-03-24T15:43:53.187Z] 6ca5941a6612: Pulling fs layer [2021-03-24T15:43:53.187Z] ecc8261a40a4: Pulling fs layer [2021-03-24T15:43:53.187Z] ecc8261a40a4: Waiting [2021-03-24T15:43:53.187Z] 2a8b12db71e7: Verifying Checksum [2021-03-24T15:43:53.188Z] 2a8b12db71e7: Download complete [2021-03-24T15:43:53.454Z] 31603596830f: Verifying Checksum [2021-03-24T15:43:53.454Z] 31603596830f: Download complete [2021-03-24T15:43:53.454Z] ecc8261a40a4: Verifying Checksum [2021-03-24T15:43:53.454Z] ecc8261a40a4: Download complete [2021-03-24T15:43:53.454Z] 6ca5941a6612: Verifying Checksum [2021-03-24T15:43:53.454Z] 6ca5941a6612: Download complete [2021-03-24T15:43:53.720Z] 31603596830f: Pull complete [2021-03-24T15:43:53.720Z] 2a8b12db71e7: Pull complete [2021-03-24T15:43:54.673Z] 6ca5941a6612: Pull complete [2021-03-24T15:43:54.935Z] ecc8261a40a4: Pull complete [2021-03-24T15:43:54.935Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-24T15:43:54.935Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-24T15:43:54.935Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-24T15:43:55.049Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:43:55.111Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-24T15:43:57.767Z] $ docker top 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-24T15:43:58.056Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T15:43:58.056Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T15:43:58.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T15:43:58.292Z] $ docker exec 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent [2021-03-24T15:43:58.453Z] SSH_AUTH_SOCK=/tmp/ssh-Pypu3jccPmaF/agent.12 [2021-03-24T15:43:58.453Z] SSH_AGENT_PID=17 [2021-03-24T15:43:58.464Z] Running ssh-add (command line suppressed) [2021-03-24T15:43:58.580Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6634220278348789326.key (/w/workspace/edgex-go/2@tmp/private_key_6634220278348789326.key) [2021-03-24T15:43:58.631Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T15:43:58.963Z] + git tag --points-at HEAD [Pipeline] } [2021-03-24T15:43:58.987Z] $ docker exec --env ******** --env ******** 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent -k [2021-03-24T15:43:59.098Z] unset SSH_AUTH_SOCK; [2021-03-24T15:43:59.099Z] unset SSH_AGENT_PID; [2021-03-24T15:43:59.099Z] echo Agent pid 17 killed; [2021-03-24T15:43:59.144Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-24T15:43:59.302Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-24T15:43:59.302Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-24T15:43:59.475Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-24T15:43:59.479Z] $ docker exec 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent [2021-03-24T15:43:59.645Z] SSH_AUTH_SOCK=/tmp/ssh-IZDtrehjT8vG/agent.46 [2021-03-24T15:43:59.645Z] SSH_AGENT_PID=51 [2021-03-24T15:43:59.652Z] Running ssh-add (command line suppressed) [2021-03-24T15:43:59.779Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4581497068215313364.key (/w/workspace/edgex-go/2@tmp/private_key_4581497068215313364.key) [2021-03-24T15:43:59.830Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-24T15:44:00.160Z] + git semver init [2021-03-24T15:44:00.160Z] # -> Open(): unable to determine branch for HEAD [2021-03-24T15:44:00.160Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-03-24T15:44:00.160Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-03-24T15:44:00.160Z] # $SEMVER_REMOTE_NAME = origin [2021-03-24T15:44:00.160Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-24T15:44:00.160Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-24T15:44:00.160Z] # $SEMVER_BRANCH = PR-3292 [2021-03-24T15:44:00.160Z] # $SEMVER_TEMP = /tmp/semver-618557876 [2021-03-24T15:44:00.160Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-24T15:44:18.316Z] # '/tmp/semver-618557876' -> '/w/workspace/edgex-go/2/.semver' [2021-03-24T15:44:18.316Z] # -> Force: false [2021-03-24T15:44:18.583Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-03-24T15:44:18.602Z] $ docker exec --env ******** --env ******** 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 ssh-agent -k [2021-03-24T15:44:19.047Z] unset SSH_AUTH_SOCK; [2021-03-24T15:44:19.048Z] unset SSH_AGENT_PID; [2021-03-24T15:44:19.048Z] echo Agent pid 51 killed; [2021-03-24T15:44:19.165Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-24T15:44:19.684Z] + git semver [Pipeline] } [2021-03-24T15:44:19.703Z] $ docker stop --time=1 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 [2021-03-24T15:44:21.332Z] $ docker rm -f 5086f0fac098d88de27dbe0765985aceb59aa28568a6713234a48da58e8ad9b5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T15:44:21.920Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-24T15:44:22.503Z] Stashed 1 file(s) [Pipeline] echo [2021-03-24T15:44:22.506Z] [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-24T15:44:23.341Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-24T15:44:23.644Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-24T15:44:23.947Z] + sudo service docker restart [2021-03-24T15:44:23.947Z] + true [2021-03-24T15:44:23.947Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-24T15:44:24.537Z] ========================================================= [2021-03-24T15:44:24.537Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-24T15:44:24.537Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:44:24.891Z] + 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-24T15:44:29.126Z] Sending build context to Docker daemon 328.8MB [2021-03-24T15:44:29.126Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-24T15:44:29.126Z] Step 2/6 : FROM ${BASE} [2021-03-24T15:44:29.126Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-24T15:44:29.126Z] 188c0c94c7c5: Pulling fs layer [2021-03-24T15:44:29.126Z] 0ef7d3d256c8: Pulling fs layer [2021-03-24T15:44:29.126Z] de9db76c5a1d: Pulling fs layer [2021-03-24T15:44:29.126Z] bca2f99d35d6: Pulling fs layer [2021-03-24T15:44:29.126Z] 93359f2a8cfa: Pulling fs layer [2021-03-24T15:44:29.126Z] 7c6f9722023f: Pulling fs layer [2021-03-24T15:44:29.126Z] a35cf1a2eb13: Pulling fs layer [2021-03-24T15:44:29.126Z] bca2f99d35d6: Waiting [2021-03-24T15:44:29.126Z] 7c6f9722023f: Waiting [2021-03-24T15:44:29.126Z] a35cf1a2eb13: Waiting [2021-03-24T15:44:29.126Z] 93359f2a8cfa: Waiting [2021-03-24T15:44:29.126Z] de9db76c5a1d: Verifying Checksum [2021-03-24T15:44:29.126Z] de9db76c5a1d: Download complete [2021-03-24T15:44:29.126Z] 0ef7d3d256c8: Verifying Checksum [2021-03-24T15:44:29.126Z] 0ef7d3d256c8: Download complete [2021-03-24T15:44:29.126Z] 93359f2a8cfa: Verifying Checksum [2021-03-24T15:44:29.126Z] 93359f2a8cfa: Download complete [2021-03-24T15:44:29.126Z] 7c6f9722023f: Verifying Checksum [2021-03-24T15:44:29.126Z] 7c6f9722023f: Download complete [2021-03-24T15:44:29.126Z] 188c0c94c7c5: Verifying Checksum [2021-03-24T15:44:29.126Z] 188c0c94c7c5: Download complete [2021-03-24T15:44:29.703Z] 188c0c94c7c5: Pull complete [2021-03-24T15:44:29.966Z] 0ef7d3d256c8: Pull complete [2021-03-24T15:44:29.966Z] de9db76c5a1d: Pull complete [2021-03-24T15:44:31.931Z] a35cf1a2eb13: Verifying Checksum [2021-03-24T15:44:31.931Z] a35cf1a2eb13: Download complete [2021-03-24T15:44:32.193Z] bca2f99d35d6: Verifying Checksum [2021-03-24T15:44:32.193Z] bca2f99d35d6: Download complete [2021-03-24T15:44:37.847Z] Still waiting to schedule task [2021-03-24T15:44:37.847Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-24T15:44:38.830Z] bca2f99d35d6: Pull complete [2021-03-24T15:44:38.831Z] 93359f2a8cfa: Pull complete [2021-03-24T15:44:38.831Z] 7c6f9722023f: Pull complete [2021-03-24T15:44:43.059Z] a35cf1a2eb13: Pull complete [2021-03-24T15:44:43.059Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-24T15:44:43.059Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-24T15:44:43.059Z] ---> a62c8e92a672 [2021-03-24T15:44:43.059Z] 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-24T15:44:43.059Z] ---> Running in 3bf60db7177d [2021-03-24T15:44:43.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:44:44.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:44:44.473Z] (1/12) Installing libmagic (5.38-r0) [2021-03-24T15:44:45.048Z] (2/12) Installing file (5.38-r0) [2021-03-24T15:44:45.310Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-24T15:44:45.310Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-24T15:44:53.476Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-24T15:44:53.476Z] (6/12) Installing patch (2.7.6-r6) [2021-03-24T15:44:53.476Z] (7/12) Installing build-base (0.5-r2) [2021-03-24T15:44:53.476Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-24T15:44:53.476Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-24T15:44:53.476Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-24T15:44:53.476Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-24T15:44:53.476Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-24T15:44:53.476Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:44:53.476Z] OK: 233 MiB in 51 packages [2021-03-24T15:44:56.793Z] Removing intermediate container 3bf60db7177d [2021-03-24T15:44:56.794Z] ---> feee901de12a [2021-03-24T15:44:56.794Z] Step 4/6 : WORKDIR /edgex-go [2021-03-24T15:44:56.794Z] ---> Running in 4b4a4f57c37a [2021-03-24T15:44:57.057Z] Removing intermediate container 4b4a4f57c37a [2021-03-24T15:44:57.057Z] ---> 02372be6861b [2021-03-24T15:44:57.057Z] Step 5/6 : COPY go.mod . [2021-03-24T15:44:57.057Z] ---> 726142d08a94 [2021-03-24T15:44:57.057Z] Step 6/6 : RUN go mod download [2021-03-24T15:44:57.320Z] ---> Running in a057636d5e4d [2021-03-24T15:45:19.360Z] Removing intermediate container a057636d5e4d [2021-03-24T15:45:19.360Z] ---> a494859b1e34 [2021-03-24T15:45:19.360Z] Successfully built a494859b1e34 [2021-03-24T15:45:19.360Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:45:19.725Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T15:45:19.726Z] . [Pipeline] withDockerContainer [2021-03-24T15:45:19.831Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:45:19.880Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T15:45:20.717Z] $ docker top 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T15:45:21.303Z] + go version [2021-03-24T15:45:21.304Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-24T15:45:21.321Z] $ docker stop --time=1 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 [2021-03-24T15:45:22.746Z] $ docker rm -f 8dc9f29495a6f2e76967705f1bbf7906d41a2940131d65b9526249bfa7fe6cd6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:45:23.566Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-24T15:45:23.566Z] . [Pipeline] withDockerContainer [2021-03-24T15:45:23.671Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:45:23.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-24T15:45:24.511Z] $ docker top 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-24T15:45:24.719Z] ========================================================= [2021-03-24T15:45:24.719Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-24T15:45:24.719Z] ========================================================= [Pipeline] sh [2021-03-24T15:45:25.012Z] + make test [2021-03-24T15:45:25.012Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-24T15:45:35.080Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-24T15:45:50.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-24T15:45:57.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-24T15:45:57.089Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-24T15:45:57.457Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-24T15:46:00.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-24T15:46:00.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-24T15:46:00.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-24T15:46:00.929Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-24T15:46:01.515Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-24T15:46:02.492Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-24T15:46:04.436Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-24T15:46:04.436Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-24T15:46:04.436Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-24T15:46:07.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.117s coverage: 45.9% of statements [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-24T15:46:07.068Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-24T15:46:07.068Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.057s coverage: 19.8% of statements [2021-03-24T15:46:07.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-03-24T15:46:10.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.252s coverage: 27.1% of statements [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-24T15:46:10.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.050s coverage: 100.0% of statements [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-24T15:46:10.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-24T15:46:10.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.130s coverage: 71.3% of statements [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-24T15:46:10.694Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-24T15:46:10.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.152s coverage: 82.9% of statements [2021-03-24T15:46:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-24T15:46:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T15:46:10.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.051s coverage: 78.9% of statements [2021-03-24T15:46:10.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.321s coverage: 28.6% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-24T15:46:13.545Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 78.3% of statements [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-24T15:46:13.545Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.389s coverage: 92.8% of statements [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.094s coverage: 0.1% of statements [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-24T15:46:16.931Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.052s coverage: 79.5% of statements [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-03-24T15:46:16.931Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.044s coverage: 87.5% of statements [2021-03-24T15:46:27.273Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-31216 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws [2021-03-24T15:46:27.331Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-24T15:46:29.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements [2021-03-24T15:46:29.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-03-24T15:46:31.785Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.225s coverage: 82.6% of statements [2021-03-24T15:46:32.253Z] using credential edgex-jenkins-ssh [2021-03-24T15:46:32.329Z] Cloning the remote Git repository [2021-03-24T15:46:32.382Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T15:46:32.488Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-24T15:46:32.573Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T15:46:32.574Z] > git --version # timeout=10 [2021-03-24T15:46:32.597Z] > git --version # 'git version 2.17.1' [2021-03-24T15:46:32.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T15:46:32.659Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.069s coverage: 92.9% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.038s coverage: 87.2% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.6% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.088s coverage: 91.6% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 64.4% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.372s coverage: 69.0% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-24T15:46:41.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 38.4% of statements [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-24T15:46:41.886Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.033s coverage: 84.8% of statements [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.157s coverage: 87.1% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.086s coverage: 99.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.088s coverage: 94.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-24T15:46:41.887Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-24T15:46:41.887Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-24T15:46:41.887Z] GO111MODULE=on go vet ./... [2021-03-24T15:46:48.709Z] Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T15:46:49.292Z] Failed in branch arm64 [2021-03-24T15:47:14.141Z] gofmt -l . [2021-03-24T15:47:14.141Z] [ "`gofmt -l .`" = "" ] [2021-03-24T15:47:14.141Z] ./bin/test-go-mod-tidy.sh [2021-03-24T15:47:14.141Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-24T15:47:14.455Z] + ls -al . [2021-03-24T15:47:14.456Z] total 776 [2021-03-24T15:47:14.456Z] drwxrwxr-x 10 1001 1001 4096 Mar 24 15:47 . [2021-03-24T15:47:14.456Z] drwxr-xr-x 4 root root 28 Mar 24 15:45 .. [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 11 Mar 24 15:43 .dockerignore [2021-03-24T15:47:14.456Z] drwxrwxr-x 8 1001 1001 179 Mar 24 15:43 .git [2021-03-24T15:47:14.456Z] drwxrwxr-x 3 1001 1001 125 Mar 24 15:43 .github [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 818 Mar 24 15:43 .gitignore [2021-03-24T15:47:14.456Z] drwx------ 3 1001 1001 60 Mar 24 15:44 .semver [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 166 Mar 24 15:43 .sonarcloud.properties [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 8607 Mar 24 15:43 Attribution.txt [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 3804 Mar 24 15:43 CONTRIBUTING.md [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 931 Mar 24 15:43 Dockerfile.build [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 863 Mar 24 15:43 Jenkinsfile [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 10775 Mar 24 15:43 LICENSE [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 5774 Mar 24 15:43 Makefile [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 6548 Mar 24 15:43 README.md [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 6755 Mar 24 15:43 SECURITY.md [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 5 Mar 24 15:44 VERSION [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 4131 Mar 24 15:43 ZMQWindows.md [2021-03-24T15:47:14.456Z] drwxrwxr-x 2 1001 1001 117 Mar 24 15:43 bin [2021-03-24T15:47:14.456Z] drwxrwxr-x 14 1001 1001 4096 Mar 24 15:43 cmd [2021-03-24T15:47:14.456Z] -rw-r--r-- 1 root root 666600 Mar 24 15:46 coverage.out [2021-03-24T15:47:14.456Z] -rw-r--r-- 1 root root 1056 Mar 24 15:47 go.mod [2021-03-24T15:47:14.456Z] -rw-r--r-- 1 root root 22211 Mar 24 15:47 go.sum [2021-03-24T15:47:14.456Z] drwxrwxr-x 8 1001 1001 127 Mar 24 15:43 internal [2021-03-24T15:47:14.456Z] drwxrwxr-x 4 1001 1001 26 Mar 24 15:43 openapi [2021-03-24T15:47:14.456Z] drwxrwxr-x 4 1001 1001 71 Mar 24 15:43 snap [2021-03-24T15:47:14.456Z] -rw-rw-r-- 1 1001 1001 168 Mar 24 15:43 version.go [Pipeline] sh [2021-03-24T15:47:14.774Z] + '[' -e coverage.out ] [2021-03-24T15:47:14.774Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-24T15:47:15.057Z] Stashed 1 file(s) [Pipeline] sh [2021-03-24T15:47:15.354Z] + make build [2021-03-24T15:47:15.354Z] 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-24T15:47:20.684Z] 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-24T15:47:28.898Z] 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-24T15:47:29.489Z] 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-24T15:47:31.452Z] 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-24T15:47:31.452Z] 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-24T15:47:33.392Z] 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-24T15:47:34.797Z] 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-24T15:47:35.743Z] 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-24T15:47:37.132Z] 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-24T15:47:38.091Z] 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-24T15:47:39.486Z] 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-24T15:47:41.433Z] $ docker stop --time=1 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed [2021-03-24T15:47:43.108Z] $ docker rm -f 9b18061d0bf080651a40450bff5b4e051d3c7755cc30a2eb80c1e046056ff6ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:47:47.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T15:47:47.065Z] [2021-03-24T15:47:47.065Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:47:47.423Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T15:47:47.423Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-24T15:47:47.423Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-24T15:47:47.423Z] ca9280d653b3: Pulling fs layer [2021-03-24T15:47:47.423Z] 7e9c9ca2126c: Pulling fs layer [2021-03-24T15:47:47.689Z] cbdbe7a5bc2a: Download complete [2021-03-24T15:47:47.953Z] cbdbe7a5bc2a: Pull complete [2021-03-24T15:47:48.218Z] ca9280d653b3: Download complete [2021-03-24T15:47:50.171Z] ca9280d653b3: Pull complete [2021-03-24T15:47:56.830Z] 7e9c9ca2126c: Pull complete [2021-03-24T15:47:56.830Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-24T15:47:56.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T15:47:56.830Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-24T15:47:57.046Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:47:57.198Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T15:47:59.163Z] $ docker top dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T15:47:59.657Z] + docker-compose build --help [2021-03-24T15:47:59.657Z] + grep parallel [2021-03-24T15:48:00.601Z] --parallel Build images in parallel. [Pipeline] } [2021-03-24T15:48:00.615Z] $ docker stop --time=1 dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 [2021-03-24T15:48:01.997Z] $ docker rm -f dd4257c51abd6fb89735a1df5cebe61d17ad3dedd9837f81c420841c5e2cae01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:48:02.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-24T15:48:02.638Z] . [Pipeline] withDockerContainer [2021-03-24T15:48:02.742Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:48:02.792Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-24T15:48:03.523Z] $ docker top 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T15:48:04.019Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-24T15:48:04.965Z] Building docker-core-command-go ... [2021-03-24T15:48:04.965Z] Building docker-core-data-go ... [2021-03-24T15:48:04.965Z] Building docker-core-metadata-go ... [2021-03-24T15:48:04.965Z] Building docker-security-bootstrapper-go ... [2021-03-24T15:48:04.965Z] Building docker-security-proxy-setup-go ... [2021-03-24T15:48:04.965Z] Building docker-security-secretstore-setup-go ... [2021-03-24T15:48:04.965Z] Building docker-support-notifications-go ... [2021-03-24T15:48:04.965Z] Building docker-support-scheduler-go ... [2021-03-24T15:48:04.965Z] Building docker-sys-mgmt-agent-go ... [2021-03-24T15:48:04.965Z] Building docker-core-metadata-go [2021-03-24T15:48:04.965Z] Building docker-security-secretstore-setup-go [2021-03-24T15:48:04.965Z] Building docker-security-proxy-setup-go [2021-03-24T15:48:04.965Z] Building docker-security-bootstrapper-go [2021-03-24T15:48:04.965Z] Building docker-support-notifications-go [2021-03-24T15:48:37.648Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:48:37.648Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:48:37.648Z] ---> a494859b1e34 [2021-03-24T15:48:37.648Z] Step 3/31 : WORKDIR /edgex-go [2021-03-24T15:48:39.057Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:48:39.057Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:48:39.057Z] ---> a494859b1e34 [2021-03-24T15:48:39.057Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T15:48:40.023Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:48:40.023Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:48:40.023Z] ---> a494859b1e34 [2021-03-24T15:48:40.023Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T15:48:40.023Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:48:40.023Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:48:40.023Z] ---> a494859b1e34 [2021-03-24T15:48:40.023Z] Step 3/24 : WORKDIR /edgex-go [2021-03-24T15:48:40.023Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:48:40.023Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:48:40.023Z] ---> a494859b1e34 [2021-03-24T15:48:40.023Z] Step 3/21 : WORKDIR /edgex-go [2021-03-24T15:48:41.429Z] ---> Running in 60ea8b7abe99 [2021-03-24T15:48:41.429Z] ---> Running in 8f8ebae88bbc [2021-03-24T15:48:41.429Z] ---> Running in eadbe30be34f [2021-03-24T15:48:41.429Z] ---> Running in 9e15b4cfc61a [2021-03-24T15:48:41.429Z] ---> Running in edc91f354fc5 [2021-03-24T15:48:42.009Z] Removing intermediate container 8f8ebae88bbc [2021-03-24T15:48:42.009Z] ---> e97635d49b11 [2021-03-24T15:48:42.009Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:48:42.009Z] Removing intermediate container 9e15b4cfc61a [2021-03-24T15:48:42.009Z] ---> b4987f09145d [2021-03-24T15:48:42.009Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:48:42.009Z] Removing intermediate container edc91f354fc5 [2021-03-24T15:48:42.009Z] ---> dbfd42ae524e [2021-03-24T15:48:42.009Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:48:42.009Z] Removing intermediate container eadbe30be34f [2021-03-24T15:48:42.009Z] ---> 2429825e74e9 [2021-03-24T15:48:42.009Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:48:42.009Z] Removing intermediate container 60ea8b7abe99 [2021-03-24T15:48:42.009Z] ---> 221cf900317f [2021-03-24T15:48:42.009Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:48:42.009Z] ---> Running in 8450dea4f800 [2021-03-24T15:48:42.009Z] ---> Running in 7e83dc9ae6cf [2021-03-24T15:48:42.009Z] ---> Running in 6234e2291ee7 [2021-03-24T15:48:42.279Z] ---> Running in 09ede36c87fb [2021-03-24T15:48:42.279Z] ---> Running in 74bca733c42a [2021-03-24T15:48:44.222Z] Removing intermediate container 7e83dc9ae6cf [2021-03-24T15:48:44.222Z] ---> 5203e1f5ecaa [2021-03-24T15:48:44.222Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-24T15:48:44.222Z] Removing intermediate container 6234e2291ee7 [2021-03-24T15:48:44.222Z] ---> d037c25dccef [2021-03-24T15:48:44.222Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-24T15:48:44.485Z] ---> Running in 81b6a19eca01 [2021-03-24T15:48:44.485Z] Removing intermediate container 8450dea4f800 [2021-03-24T15:48:44.485Z] ---> 56c222ed5c57 [2021-03-24T15:48:44.485Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-24T15:48:44.485Z] ---> Running in f5b1bf5cc62f [2021-03-24T15:48:44.748Z] Removing intermediate container 74bca733c42a [2021-03-24T15:48:44.748Z] ---> 340da9177384 [2021-03-24T15:48:44.748Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-24T15:48:44.748Z] ---> Running in 99c4ac9a7309 [2021-03-24T15:48:44.748Z] Removing intermediate container 09ede36c87fb [2021-03-24T15:48:44.748Z] ---> 0b5e05293653 [2021-03-24T15:48:44.748Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T15:48:44.748Z] ---> Running in db1f1095b7d6 [2021-03-24T15:48:45.016Z] ---> Running in 74e76633d51e [2021-03-24T15:48:45.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:45.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:45.867Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.394Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:48:46.946Z] OK: 233 MiB in 51 packages [2021-03-24T15:48:46.946Z] OK: 233 MiB in 51 packages [2021-03-24T15:48:47.209Z] OK: 233 MiB in 51 packages [2021-03-24T15:48:47.209Z] OK: 233 MiB in 51 packages [2021-03-24T15:48:47.473Z] OK: 233 MiB in 51 packages [2021-03-24T15:48:47.473Z] Removing intermediate container 81b6a19eca01 [2021-03-24T15:48:47.473Z] ---> 91b19348be3e [2021-03-24T15:48:47.473Z] Step 6/31 : COPY go.mod . [2021-03-24T15:48:47.736Z] Removing intermediate container f5b1bf5cc62f [2021-03-24T15:48:47.736Z] ---> 60867be67099 [2021-03-24T15:48:47.736Z] Step 6/21 : COPY go.mod . [2021-03-24T15:48:47.736Z] ---> 43de756674a5 [2021-03-24T15:48:47.736Z] Step 7/31 : RUN go mod download [2021-03-24T15:48:47.999Z] ---> Running in 19e334da3b70 [2021-03-24T15:48:48.264Z] Removing intermediate container 99c4ac9a7309 [2021-03-24T15:48:48.264Z] ---> b1e78c31807d [2021-03-24T15:48:48.264Z] Step 6/24 : COPY go.mod . [2021-03-24T15:48:48.264Z] ---> cf27878a7d64 [2021-03-24T15:48:48.264Z] Step 7/21 : RUN go mod download [2021-03-24T15:48:48.528Z] ---> Running in f3dcba58003c [2021-03-24T15:48:48.528Z] Removing intermediate container db1f1095b7d6 [2021-03-24T15:48:48.528Z] ---> 12abea816caa [2021-03-24T15:48:48.528Z] Step 6/22 : COPY go.mod . [2021-03-24T15:48:48.792Z] Removing intermediate container 74e76633d51e [2021-03-24T15:48:48.792Z] ---> 3392a8beeaf8 [2021-03-24T15:48:48.792Z] Step 6/23 : COPY go.mod . [2021-03-24T15:48:49.373Z] ---> 6a2b310e9a6b [2021-03-24T15:48:49.373Z] Step 7/24 : RUN go mod download [2021-03-24T15:48:49.373Z] ---> Running in aa243395174e [2021-03-24T15:48:49.643Z] ---> 17af068a8877 [2021-03-24T15:48:49.643Z] Step 7/23 : RUN go mod download [2021-03-24T15:48:49.643Z] ---> aabfd1f11e31 [2021-03-24T15:48:49.643Z] Step 7/22 : RUN go mod download [2021-03-24T15:48:49.916Z] ---> Running in 230834270d2f [2021-03-24T15:48:49.916Z] ---> Running in 2b880c0b9671 [2021-03-24T15:48:50.885Z] Removing intermediate container 19e334da3b70 [2021-03-24T15:48:50.885Z] ---> 0ee40d58e4b6 [2021-03-24T15:48:50.885Z] Step 8/31 : COPY . . [2021-03-24T15:48:50.885Z] Removing intermediate container f3dcba58003c [2021-03-24T15:48:50.885Z] ---> a65bd20e191a [2021-03-24T15:48:50.885Z] Step 8/21 : COPY . . [2021-03-24T15:48:51.158Z] Removing intermediate container aa243395174e [2021-03-24T15:48:51.158Z] ---> 521a869ed4b9 [2021-03-24T15:48:51.158Z] Step 8/24 : COPY . . [2021-03-24T15:48:59.393Z] Removing intermediate container 2b880c0b9671 [2021-03-24T15:48:59.393Z] ---> ee7ab18179a9 [2021-03-24T15:48:59.393Z] Step 8/22 : COPY . . [2021-03-24T15:48:59.393Z] Removing intermediate container 230834270d2f [2021-03-24T15:48:59.393Z] ---> ebcd82e01223 [2021-03-24T15:48:59.393Z] Step 8/23 : COPY . . [2021-03-24T15:49:38.339Z] ---> 1a2c356bc762 [2021-03-24T15:49:38.339Z] ---> 65c9e599d875 [2021-03-24T15:49:38.339Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-configStep 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-24T15:49:38.339Z] [2021-03-24T15:49:38.339Z] ---> Running in f81944db71d5 [2021-03-24T15:49:38.339Z] ---> Running in b80839af2308 [2021-03-24T15:49:38.339Z] ---> 79db98760ac5 [2021-03-24T15:49:38.339Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-24T15:49:38.339Z] ---> 46b1abb9945a [2021-03-24T15:49:38.339Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-24T15:49:38.339Z] ---> Running in 8a1493fffce1 [2021-03-24T15:49:38.339Z] ---> 7a1df9de0544 [2021-03-24T15:49:38.339Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-24T15:49:38.339Z] ---> Running in 65f5565831f1 [2021-03-24T15:49:38.339Z] ---> Running in da96db5ee7b8 [2021-03-24T15:49:38.339Z] 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-24T15:49:38.339Z] 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-24T15:49:38.339Z] 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-24T15:49:38.339Z] 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-24T15:49:38.339Z] 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-24T15:50:05.054Z] 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-24T15:50:05.054Z] 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-24T15:50:15.159Z] Removing intermediate container b80839af2308 [2021-03-24T15:50:15.159Z] ---> df4e8e8e8bdf [2021-03-24T15:50:15.159Z] [2021-03-24T15:50:15.159Z] Step 10/24 : FROM alpine:3.12 [2021-03-24T15:50:15.159Z] Removing intermediate container 8a1493fffce1 [2021-03-24T15:50:15.159Z] ---> e476d7d53ae9 [2021-03-24T15:50:15.159Z] [2021-03-24T15:50:15.159Z] Step 10/31 : FROM alpine:3.12 [2021-03-24T15:50:15.159Z] Removing intermediate container f81944db71d5 [2021-03-24T15:50:15.159Z] ---> 1b5daed159f2 [2021-03-24T15:50:15.159Z] [2021-03-24T15:50:15.159Z] Step 10/21 : FROM alpine:3.12 [2021-03-24T15:50:15.159Z] 3.12: Pulling from library/alpine [2021-03-24T15:50:15.159Z] 3.12: Pulling from library/alpine [2021-03-24T15:50:15.159Z] 3.12: Pulling from library/alpine [2021-03-24T15:50:15.424Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T15:50:15.424Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T15:50:15.424Z] Status: Image is up to date for alpine:3.12 [2021-03-24T15:50:15.424Z] Status: Downloaded newer image for alpine:3.12 [2021-03-24T15:50:15.424Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-24T15:50:15.424Z] Status: Image is up to date for alpine:3.12 [2021-03-24T15:50:15.424Z] ---> 88dd2752d2ea [2021-03-24T15:50:15.424Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-24T15:50:15.424Z] ---> 88dd2752d2ea [2021-03-24T15:50:15.424Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-24T15:50:15.424Z] ---> 88dd2752d2ea [2021-03-24T15:50:15.424Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-24T15:50:18.753Z] ---> Running in 9043882067cf [2021-03-24T15:50:18.753Z] ---> Running in 09a785a480e6 [2021-03-24T15:50:18.753Z] ---> Running in d281f30686b2 [2021-03-24T15:50:18.753Z] Removing intermediate container da96db5ee7b8 [2021-03-24T15:50:18.753Z] ---> 1f578532a3c7 [2021-03-24T15:50:18.753Z] [2021-03-24T15:50:18.753Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T15:50:18.753Z] ---> 88dd2752d2ea [2021-03-24T15:50:18.753Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-24T15:50:19.016Z] Removing intermediate container 65f5565831f1 [2021-03-24T15:50:19.016Z] ---> 58db67f15c8b [2021-03-24T15:50:19.016Z] [2021-03-24T15:50:19.016Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T15:50:19.016Z] ---> 88dd2752d2ea [2021-03-24T15:50:19.016Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T15:50:20.416Z] ---> Running in 0b3c665d5c52 [2021-03-24T15:50:20.416Z] ---> Running in c02e6706eea8 [2021-03-24T15:50:20.416Z] Removing intermediate container d281f30686b2 [2021-03-24T15:50:20.416Z] ---> 20f534c33f35 [2021-03-24T15:50:20.416Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-24T15:50:20.681Z] ---> Running in af0d55ed42f1 [2021-03-24T15:50:20.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:20.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:20.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:20.976Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:21.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:21.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:21.251Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-24T15:50:21.251Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-24T15:50:21.251Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T15:50:21.251Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-24T15:50:21.251Z] (4/6) Installing curl (7.69.1-r3) [2021-03-24T15:50:21.251Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-24T15:50:21.251Z] (6/6) Installing su-exec (0.2-r1) [2021-03-24T15:50:21.251Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:50:21.251Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T15:50:21.251Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T15:50:21.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:21.251Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-24T15:50:21.251Z] (4/4) Installing curl (7.69.1-r3) [2021-03-24T15:50:21.251Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:50:21.251Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:21.251Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T15:50:22.887Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-24T15:50:22.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:22.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:22.887Z] OK: 7 MiB in 20 packages [2021-03-24T15:50:22.887Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-24T15:50:22.887Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:50:22.887Z] Executing ca-certificates-20191127-r4.trigger [2021-03-24T15:50:22.887Z] OK: 7 MiB in 18 packages [2021-03-24T15:50:22.887Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-24T15:50:22.887Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:50:22.887Z] OK: 6 MiB in 16 packages [2021-03-24T15:50:22.887Z] OK: 6 MiB in 15 packages [2021-03-24T15:50:22.887Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-24T15:50:22.887Z] (2/2) Installing su-exec (0.2-r1) [2021-03-24T15:50:22.887Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:50:22.887Z] OK: 6 MiB in 16 packages [2021-03-24T15:50:23.465Z] Removing intermediate container 9043882067cf [2021-03-24T15:50:23.465Z] ---> d47dc0b30bb6 [2021-03-24T15:50:23.465Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T15:50:23.465Z] Removing intermediate container 09a785a480e6 [2021-03-24T15:50:23.465Z] ---> 167807a0f9a3 [2021-03-24T15:50:23.465Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-24T15:50:24.040Z] ---> Running in f61383cc743e [2021-03-24T15:50:24.041Z] ---> Running in a6b4fa8bbea2 [2021-03-24T15:50:24.041Z] Removing intermediate container c02e6706eea8 [2021-03-24T15:50:24.041Z] ---> 9eb14b1a76f9 [2021-03-24T15:50:24.041Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T15:50:24.041Z] Removing intermediate container 0b3c665d5c52 [2021-03-24T15:50:24.041Z] ---> dd4b5f3c69a6 [2021-03-24T15:50:24.041Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T15:50:24.307Z] Removing intermediate container af0d55ed42f1 [2021-03-24T15:50:24.308Z] ---> 3b965f15fa86 [2021-03-24T15:50:24.308Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-24T15:50:24.308Z] ---> Running in 8044ae636de3 [2021-03-24T15:50:24.308Z] ---> Running in cc58b8142c7f [2021-03-24T15:50:24.308Z] ---> Running in 39afbc706f03 [2021-03-24T15:50:24.572Z] Removing intermediate container f61383cc743e [2021-03-24T15:50:24.572Z] ---> aeb85fc80bf6 [2021-03-24T15:50:24.572Z] Step 13/24 : WORKDIR / [2021-03-24T15:50:24.572Z] Removing intermediate container a6b4fa8bbea2 [2021-03-24T15:50:24.572Z] ---> fb1b48a505b2 [2021-03-24T15:50:24.572Z] Step 13/21 : WORKDIR /edgex [2021-03-24T15:50:24.572Z] ---> Running in af5e9760f41e [2021-03-24T15:50:24.572Z] ---> Running in ad823256453d [2021-03-24T15:50:24.572Z] Removing intermediate container 8044ae636de3 [2021-03-24T15:50:24.572Z] ---> f7709bb3f40d [2021-03-24T15:50:24.572Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-24T15:50:24.835Z] Removing intermediate container 39afbc706f03 [2021-03-24T15:50:24.835Z] ---> c286b0aea68e [2021-03-24T15:50:24.835Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-24T15:50:24.835Z] Removing intermediate container cc58b8142c7f [2021-03-24T15:50:24.835Z] ---> 4f8b9838094e [2021-03-24T15:50:24.835Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-24T15:50:25.102Z] ---> Running in a6edbb78bcdd [2021-03-24T15:50:25.102Z] ---> Running in 6f1e886dd028 [2021-03-24T15:50:25.102Z] ---> Running in a58782889766 [2021-03-24T15:50:25.102Z] Removing intermediate container af5e9760f41e [2021-03-24T15:50:25.102Z] ---> cbe351fb7255 [2021-03-24T15:50:25.102Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-24T15:50:25.102Z] Removing intermediate container ad823256453d [2021-03-24T15:50:25.102Z] ---> 92bfb7ea1041 [2021-03-24T15:50:25.102Z] 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-24T15:50:25.367Z] Removing intermediate container a6edbb78bcdd [2021-03-24T15:50:25.367Z] ---> 44a5ca2fe5dc [2021-03-24T15:50:25.367Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-24T15:50:25.367Z] Removing intermediate container 6f1e886dd028 [2021-03-24T15:50:25.367Z] ---> 96dfd305a7f3 [2021-03-24T15:50:25.367Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T15:50:25.367Z] Removing intermediate container a58782889766 [2021-03-24T15:50:25.367Z] ---> a14200397894 [2021-03-24T15:50:25.367Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T15:50:25.630Z] ---> Running in c1acb3056046 [2021-03-24T15:50:25.899Z] ---> 8f3916b6f03e [2021-03-24T15:50:25.899Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-24T15:50:25.899Z] ---> 5c21e5d82317 [2021-03-24T15:50:25.899Z] 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-24T15:50:26.164Z] ---> Running in 27cadf0e9f1f [2021-03-24T15:50:26.164Z] ---> Running in b77298bb3db2 [2021-03-24T15:50:26.434Z] ---> ee35be74fc01 [2021-03-24T15:50:26.434Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-24T15:50:26.434Z] Removing intermediate container 27cadf0e9f1f [2021-03-24T15:50:26.434Z] ---> 7ad370274c94 [2021-03-24T15:50:26.434Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:50:26.434Z] Removing intermediate container b77298bb3db2 [2021-03-24T15:50:26.434Z] ---> 2597992d892c [2021-03-24T15:50:26.434Z] Step 15/23 : WORKDIR / [2021-03-24T15:50:26.699Z] ---> faa367727bb0 [2021-03-24T15:50:26.699Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-24T15:50:26.699Z] ---> Running in c90667d81574 [2021-03-24T15:50:27.027Z] ---> a8f9eb3a0b37 [2021-03-24T15:50:27.027Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-24T15:50:27.027Z] ---> 91dcddf4c093 [2021-03-24T15:50:27.027Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-24T15:50:27.441Z] Removing intermediate container c90667d81574 [2021-03-24T15:50:27.441Z] ---> 94b10d73b996 [2021-03-24T15:50:27.441Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:50:27.441Z] ---> d5c8fe1bf038 [2021-03-24T15:50:27.441Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-24T15:50:27.786Z] ---> Running in e3964b401de7 [2021-03-24T15:50:27.786Z] ---> 10f2e5327e1a [2021-03-24T15:50:27.786Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-24T15:50:27.786Z] Removing intermediate container c1acb3056046 [2021-03-24T15:50:27.786Z] ---> 5e9368c85f3a [2021-03-24T15:50:27.786Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-24T15:50:27.786Z] ---> 12d3ae6b8ae7 [2021-03-24T15:50:27.786Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-24T15:50:27.786Z] ---> f4ae4c1174e1 [2021-03-24T15:50:27.786Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-24T15:50:27.786Z] ---> Running in 7ec74271890a [2021-03-24T15:50:28.112Z] Removing intermediate container e3964b401de7 [2021-03-24T15:50:28.112Z] ---> ba2b8402adcb [2021-03-24T15:50:28.112Z] Step 18/21 : CMD ["--init=true"] [2021-03-24T15:50:28.112Z] ---> Running in 8efb142e5741 [2021-03-24T15:50:28.394Z] Removing intermediate container 7ec74271890a [2021-03-24T15:50:28.394Z] ---> c87e31d16fbc [2021-03-24T15:50:28.394Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-24T15:50:28.394Z] ---> 0c6d3f4a16e1 [2021-03-24T15:50:28.394Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-24T15:50:28.977Z] ---> 1fa0efbc15dd [2021-03-24T15:50:28.977Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-24T15:50:28.977Z] ---> 2a409527648a [2021-03-24T15:50:28.977Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-24T15:50:28.977Z] ---> Running in 65cf63ff1b3c [2021-03-24T15:50:28.977Z] Removing intermediate container 8efb142e5741 [2021-03-24T15:50:28.977Z] ---> 21530880a121 [2021-03-24T15:50:28.977Z] Step 19/21 : LABEL arch=x86_64 [2021-03-24T15:50:28.977Z] ---> 55fd0ca5c2fd [2021-03-24T15:50:28.977Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-24T15:50:29.243Z] ---> Running in b96a883cc429 [2021-03-24T15:50:29.243Z] ---> Running in 1f304e161a29 [2021-03-24T15:50:29.243Z] Removing intermediate container 65cf63ff1b3c [2021-03-24T15:50:29.243Z] ---> bc10ec502e1c [2021-03-24T15:50:29.243Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:50:29.507Z] ---> 427e98d8f851 [2021-03-24T15:50:29.507Z] 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-24T15:50:29.507Z] ---> e64ef6b9eb96 [2021-03-24T15:50:29.507Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-24T15:50:29.507Z] ---> Running in 9b53f3be33ac [2021-03-24T15:50:29.773Z] ---> Running in ccf567ebf980 [2021-03-24T15:50:29.773Z] ---> Running in 311804bec7a4 [2021-03-24T15:50:29.773Z] Removing intermediate container b96a883cc429 [2021-03-24T15:50:29.773Z] ---> 957608ebe308 [2021-03-24T15:50:29.773Z] Step 20/21 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:50:30.040Z] ---> Running in d8f72ffb6b3f [2021-03-24T15:50:30.040Z] Removing intermediate container 9b53f3be33ac [2021-03-24T15:50:30.040Z] ---> 505fd1edd37b [2021-03-24T15:50:30.040Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T15:50:30.040Z] Removing intermediate container 311804bec7a4 [2021-03-24T15:50:30.040Z] ---> e85cc29d9fe7 [2021-03-24T15:50:30.040Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:50:30.304Z] ---> Running in d1079bdb609e [2021-03-24T15:50:30.305Z] ---> Running in 773f2f0e07b7 [2021-03-24T15:50:30.567Z] Removing intermediate container d8f72ffb6b3f [2021-03-24T15:50:30.567Z] ---> 943be4c80a3c [2021-03-24T15:50:30.567Z] Step 21/21 : LABEL version=0.0.0 [2021-03-24T15:50:30.567Z] ---> Running in 8636c9f60d51 [2021-03-24T15:50:30.829Z] Removing intermediate container 773f2f0e07b7 [2021-03-24T15:50:30.829Z] ---> a09d52cdef18 [2021-03-24T15:50:30.829Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T15:50:30.830Z] Removing intermediate container d1079bdb609e [2021-03-24T15:50:30.830Z] ---> 5e96c31ea463 [2021-03-24T15:50:30.830Z] Step 21/22 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:50:31.093Z] ---> Running in 4a954f1de4d1 [2021-03-24T15:50:31.093Z] ---> Running in ffc2a6a01f29 [2021-03-24T15:50:31.093Z] Removing intermediate container 8636c9f60d51 [2021-03-24T15:50:31.093Z] ---> e8816a8ba4aa [2021-03-24T15:50:31.093Z] [2021-03-24T15:50:31.356Z] Successfully built e8816a8ba4aa [2021-03-24T15:50:31.620Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-24T15:50:31.620Z] Building docker-support-scheduler-go [2021-03-24T15:50:31.620Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4a954f1de4d1 [2021-03-24T15:50:31.620Z] ---> 1b41d5e76ff5 [2021-03-24T15:50:31.621Z] Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:50:31.621Z] Removing intermediate container ffc2a6a01f29 [2021-03-24T15:50:31.621Z] ---> 03a017ca3f84 [2021-03-24T15:50:31.621Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T15:50:31.621Z] Removing intermediate container 1f304e161a29 [2021-03-24T15:50:31.621Z] ---> 507db612397a [2021-03-24T15:50:31.621Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:50:31.883Z] ---> Running in afd570b4c345 [2021-03-24T15:50:31.883Z] ---> Running in bc148021fad3 [2021-03-24T15:50:31.883Z] Removing intermediate container ccf567ebf980 [2021-03-24T15:50:31.883Z] ---> 8e4806208268 [2021-03-24T15:50:31.883Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-24T15:50:31.883Z] ---> Running in c52bbc7d7f02 [2021-03-24T15:50:32.146Z] Removing intermediate container afd570b4c345 [2021-03-24T15:50:32.146Z] ---> 41517377f6c1 [2021-03-24T15:50:32.146Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T15:50:32.146Z] Removing intermediate container bc148021fad3 [2021-03-24T15:50:32.146Z] ---> bb457d653092 [2021-03-24T15:50:32.146Z] [2021-03-24T15:50:32.413Z] ---> 9e89a43a14b7 [2021-03-24T15:50:32.413Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-24T15:50:32.413Z] Removing intermediate container c52bbc7d7f02 [2021-03-24T15:50:32.413Z] ---> a8ef092909c6 [2021-03-24T15:50:32.413Z] Step 22/24 : LABEL arch=x86_64 [2021-03-24T15:50:32.676Z] ---> Running in afc508eac150 [2021-03-24T15:50:32.676Z] Successfully built bb457d653092 [2021-03-24T15:50:32.676Z] Successfully tagged docker-support-notifications-go:latest [2021-03-24T15:50:32.676Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-03-24T15:50:32.944Z] ---> Running in 6a125e5b13ac [2021-03-24T15:50:32.944Z] Removing intermediate container afc508eac150 [2021-03-24T15:50:32.944Z] ---> 2f1d5b23d495 [2021-03-24T15:50:32.944Z] [2021-03-24T15:50:33.208Z] Removing intermediate container 6a125e5b13ac [2021-03-24T15:50:33.208Z] ---> bd1ab1abba56 [2021-03-24T15:50:33.208Z] Step 23/24 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:50:33.470Z] Successfully built 2f1d5b23d495 [2021-03-24T15:50:34.867Z] Successfully tagged docker-core-metadata-go:latest [2021-03-24T15:50:34.867Z] Building docker-core-data-go [2021-03-24T15:50:35.832Z]  Building docker-core-metadata-go ... done  ---> Running in cbda8b1b4075 [2021-03-24T15:50:35.832Z] ---> f1af131f82af [2021-03-24T15:50:35.832Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-24T15:50:41.152Z] ---> 247715413538 [2021-03-24T15:50:41.152Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-24T15:50:41.152Z] Removing intermediate container cbda8b1b4075 [2021-03-24T15:50:41.152Z] ---> 0044bce880ef [2021-03-24T15:50:41.152Z] Step 24/24 : LABEL version=0.0.0 [2021-03-24T15:50:41.152Z] ---> Running in ee7beae6d29d [2021-03-24T15:50:41.733Z] ---> a9875d2aa388 [2021-03-24T15:50:41.733Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-24T15:50:41.733Z] Removing intermediate container ee7beae6d29d [2021-03-24T15:50:41.733Z] ---> a4a38d42c9f2 [2021-03-24T15:50:41.733Z] [2021-03-24T15:50:41.733Z] Successfully built a4a38d42c9f2 [2021-03-24T15:50:41.999Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-24T15:50:41.999Z] Building docker-sys-mgmt-agent-go [2021-03-24T15:50:41.999Z]  Building docker-security-secretstore-setup-go ... done  ---> 3e63c2887492 [2021-03-24T15:50:41.999Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-24T15:50:42.275Z] ---> Running in 82938bd2dd5e [2021-03-24T15:50:47.625Z] Removing intermediate container 82938bd2dd5e [2021-03-24T15:50:47.625Z] ---> a6631bf822b5 [2021-03-24T15:50:47.625Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-24T15:50:54.280Z] ---> 1bc6e6f85f6b [2021-03-24T15:50:54.280Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-24T15:50:55.256Z] ---> Running in feac925ea3a5 [2021-03-24T15:50:57.203Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:50:57.203Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:50:57.203Z] ---> a494859b1e34 [2021-03-24T15:50:57.203Z] Step 3/22 : WORKDIR /edgex-go [2021-03-24T15:50:57.203Z] ---> Using cache [2021-03-24T15:50:57.203Z] ---> 221cf900317f [2021-03-24T15:50:57.203Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:50:57.203Z] ---> Using cache [2021-03-24T15:50:57.203Z] ---> 340da9177384 [2021-03-24T15:50:57.203Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-24T15:50:57.203Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:50:57.203Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:50:57.203Z] ---> a494859b1e34 [2021-03-24T15:50:57.203Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T15:50:57.203Z] ---> Using cache [2021-03-24T15:50:57.203Z] ---> 221cf900317f [2021-03-24T15:50:57.203Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:50:57.203Z] ---> Using cache [2021-03-24T15:50:57.203Z] ---> 340da9177384 [2021-03-24T15:50:57.203Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-24T15:50:57.778Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:50:57.778Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:50:57.778Z] ---> a494859b1e34 [2021-03-24T15:50:57.778Z] Step 3/23 : WORKDIR /edgex-go [2021-03-24T15:50:57.778Z] ---> Using cache [2021-03-24T15:50:57.779Z] ---> 221cf900317f [2021-03-24T15:50:57.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:50:57.779Z] ---> Using cache [2021-03-24T15:50:57.779Z] ---> 340da9177384 [2021-03-24T15:50:57.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-24T15:50:58.381Z] ---> Running in 8ff53e7e46e4 [2021-03-24T15:50:58.381Z] ---> Running in 54d49272016c [2021-03-24T15:50:58.381Z] ---> Running in d2014666c0c7 [2021-03-24T15:50:59.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:59.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:59.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:50:59.794Z] Removing intermediate container feac925ea3a5 [2021-03-24T15:50:59.794Z] ---> 1e13ebb5ca5b [2021-03-24T15:50:59.794Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-24T15:51:00.057Z] ---> Running in b231aaf9b444 [2021-03-24T15:51:00.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:51:00.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:51:00.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:51:01.302Z] OK: 233 MiB in 51 packages [2021-03-24T15:51:01.302Z] OK: 233 MiB in 51 packages [2021-03-24T15:51:01.302Z] OK: 233 MiB in 51 packages [2021-03-24T15:51:01.571Z] Removing intermediate container b231aaf9b444 [2021-03-24T15:51:01.571Z] ---> c215a3f2632d [2021-03-24T15:51:01.571Z] Step 28/31 : CMD ["gate"] [2021-03-24T15:51:01.840Z] ---> Running in 92cc5edf31e5 [2021-03-24T15:51:03.263Z] Removing intermediate container 92cc5edf31e5 [2021-03-24T15:51:03.263Z] ---> dad1591745a6 [2021-03-24T15:51:03.263Z] Step 29/31 : LABEL arch=x86_64 [2021-03-24T15:51:03.263Z] Removing intermediate container 54d49272016c [2021-03-24T15:51:03.263Z] ---> cad12dd538af [2021-03-24T15:51:03.263Z] Step 6/23 : COPY go.mod . [2021-03-24T15:51:03.263Z] Removing intermediate container d2014666c0c7 [2021-03-24T15:51:03.263Z] ---> 886441012773 [2021-03-24T15:51:03.263Z] Step 6/23 : COPY go.mod . [2021-03-24T15:51:03.848Z] ---> Running in 5f10019d5391 [2021-03-24T15:51:03.849Z] Removing intermediate container 8ff53e7e46e4 [2021-03-24T15:51:03.849Z] ---> 8ad92de897ec [2021-03-24T15:51:03.849Z] Step 6/22 : COPY go.mod . [2021-03-24T15:51:05.249Z] ---> 4d9eceed4273 [2021-03-24T15:51:05.249Z] Step 7/23 : RUN go mod download [2021-03-24T15:51:05.249Z] ---> a14a054a082d [2021-03-24T15:51:05.249Z] Step 7/23 : RUN go mod download [2021-03-24T15:51:05.516Z] ---> Running in e5ebf60f35bb [2021-03-24T15:51:05.516Z] ---> Running in 9b5b6ce712a7 [2021-03-24T15:51:05.516Z] ---> b0b2ac0f10b9 [2021-03-24T15:51:05.516Z] Step 7/22 : RUN go mod download [2021-03-24T15:51:05.516Z] Removing intermediate container 5f10019d5391 [2021-03-24T15:51:05.516Z] ---> 2972badb15b1 [2021-03-24T15:51:05.516Z] Step 30/31 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:51:05.780Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-24T15:51:05.780Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-24T15:51:05.780Z] ---> a494859b1e34 [2021-03-24T15:51:05.780Z] Step 3/26 : WORKDIR /edgex-go [2021-03-24T15:51:05.780Z] ---> Using cache [2021-03-24T15:51:05.780Z] ---> 221cf900317f [2021-03-24T15:51:05.780Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:51:05.780Z] ---> Using cache [2021-03-24T15:51:05.780Z] ---> 340da9177384 [2021-03-24T15:51:05.780Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-24T15:51:06.731Z] ---> Running in e14f1faab2c3 [2021-03-24T15:51:06.731Z] ---> Running in 51b6ece4583b [2021-03-24T15:51:06.731Z] ---> Running in a39dbeca8e57 [2021-03-24T15:51:07.320Z] Removing intermediate container a39dbeca8e57 [2021-03-24T15:51:07.320Z] ---> af4edaccba15 [2021-03-24T15:51:07.320Z] Step 31/31 : LABEL version=0.0.0 [2021-03-24T15:51:07.587Z] ---> Running in 132591072df1 [2021-03-24T15:51:07.852Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:51:07.852Z] Removing intermediate container 132591072df1 [2021-03-24T15:51:07.852Z] ---> 034bea518b94 [2021-03-24T15:51:07.852Z] [2021-03-24T15:51:08.131Z] Successfully built 034bea518b94 [2021-03-24T15:51:08.131Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-24T15:51:08.396Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:51:08.659Z] Removing intermediate container 9b5b6ce712a7 [2021-03-24T15:51:08.659Z] ---> b4445d90df0a [2021-03-24T15:51:08.659Z] Step 8/23 : COPY . . [2021-03-24T15:51:08.659Z] Removing intermediate container e14f1faab2c3 [2021-03-24T15:51:08.659Z] ---> 858dfccced8b [2021-03-24T15:51:08.659Z] Step 8/22 : COPY . . [2021-03-24T15:51:08.943Z] Removing intermediate container e5ebf60f35bb [2021-03-24T15:51:08.943Z] ---> 8b0336c48929 [2021-03-24T15:51:08.943Z] Step 8/23 : COPY . . [2021-03-24T15:51:09.211Z] OK: 233 MiB in 51 packages [2021-03-24T15:51:17.405Z] Removing intermediate container 51b6ece4583b [2021-03-24T15:51:17.405Z] ---> 4e2414f5e364 [2021-03-24T15:51:17.405Z] Step 6/26 : COPY go.mod . [2021-03-24T15:51:21.634Z] ---> 18414d1adbd8 [2021-03-24T15:51:21.634Z] Step 7/26 : RUN go mod download [2021-03-24T15:51:22.610Z] ---> Running in 5910927131b7 [2021-03-24T15:51:31.031Z] Removing intermediate container 5910927131b7 [2021-03-24T15:51:31.031Z] ---> 104318d713bc [2021-03-24T15:51:31.031Z] Step 8/26 : COPY . . [2021-03-24T15:51:43.335Z] ---> c092e836eb73 [2021-03-24T15:51:43.335Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-24T15:51:43.916Z] ---> 2f26f2ebe2d9 [2021-03-24T15:51:43.916Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-24T15:51:43.916Z] ---> 266cf23548a2 [2021-03-24T15:51:43.916Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-24T15:51:44.181Z] ---> Running in 33c003cf627f [2021-03-24T15:51:44.447Z] ---> Running in 021c815699ea [2021-03-24T15:51:44.447Z] ---> Running in b0e282c5da14 [2021-03-24T15:51:45.421Z] 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-24T15:51:45.421Z] 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-24T15:51:45.702Z] 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-24T15:51:58.107Z] ---> 533397fe01b9 [2021-03-24T15:51:58.107Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-24T15:51:58.107Z] ---> Running in 74202f9b179b [2021-03-24T15:51:58.107Z] 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-24T15:52:24.842Z] Removing intermediate container b0e282c5da14 [2021-03-24T15:52:24.842Z] ---> 800ad6d5f0ac [2021-03-24T15:52:24.842Z] [2021-03-24T15:52:24.842Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T15:52:24.842Z] ---> 88dd2752d2ea [2021-03-24T15:52:24.842Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-24T15:52:24.842Z] Removing intermediate container 33c003cf627f [2021-03-24T15:52:24.842Z] ---> 1005add2e1b8 [2021-03-24T15:52:24.842Z] [2021-03-24T15:52:24.842Z] Step 10/22 : FROM alpine:3.12 [2021-03-24T15:52:24.842Z] ---> 88dd2752d2ea [2021-03-24T15:52:24.842Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-24T15:52:24.842Z] ---> Using cache [2021-03-24T15:52:24.842Z] ---> 9eb14b1a76f9 [2021-03-24T15:52:24.842Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T15:52:24.842Z] ---> Using cache [2021-03-24T15:52:24.842Z] ---> 9eb14b1a76f9 [2021-03-24T15:52:24.842Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-24T15:52:24.842Z] ---> Using cache [2021-03-24T15:52:24.842Z] ---> f7709bb3f40d [2021-03-24T15:52:24.842Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-24T15:52:24.842Z] ---> Using cache [2021-03-24T15:52:24.842Z] ---> f7709bb3f40d [2021-03-24T15:52:24.842Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-24T15:52:24.842Z] ---> Running in 45db7bbedca9 [2021-03-24T15:52:24.842Z] ---> Running in ad1462457bf9 [2021-03-24T15:52:24.842Z] Removing intermediate container ad1462457bf9 [2021-03-24T15:52:24.842Z] ---> d19ae33458c8 [2021-03-24T15:52:24.842Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-24T15:52:24.842Z] Removing intermediate container 45db7bbedca9 [2021-03-24T15:52:24.842Z] ---> b1a120e0a837 [2021-03-24T15:52:24.842Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-24T15:52:24.842Z] ---> Running in 3f1aba0c972e [2021-03-24T15:52:24.842Z] ---> Running in 37a61d4159f4 [2021-03-24T15:52:24.842Z] Removing intermediate container 3f1aba0c972e [2021-03-24T15:52:24.842Z] ---> 3d922ef24c7a [2021-03-24T15:52:24.842Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:52:24.842Z] Removing intermediate container 37a61d4159f4 [2021-03-24T15:52:24.842Z] ---> 5c939f4cf184 [2021-03-24T15:52:24.842Z] Step 15/23 : WORKDIR / [2021-03-24T15:52:25.105Z] ---> Running in 8b5c11db9a49 [2021-03-24T15:52:25.370Z] ---> e9437329e14a [2021-03-24T15:52:25.370Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-24T15:52:25.370Z] Removing intermediate container 021c815699ea [2021-03-24T15:52:25.370Z] ---> ceedaf3b9ce1 [2021-03-24T15:52:25.370Z] [2021-03-24T15:52:25.370Z] Step 10/23 : FROM alpine:3.12 [2021-03-24T15:52:25.370Z] ---> 88dd2752d2ea [2021-03-24T15:52:25.370Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-24T15:52:25.370Z] ---> Running in 5d2fe4e4be8f [2021-03-24T15:52:25.634Z] Removing intermediate container 8b5c11db9a49 [2021-03-24T15:52:25.634Z] ---> 1c79b6791f1a [2021-03-24T15:52:25.634Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:52:26.213Z] Removing intermediate container 5d2fe4e4be8f [2021-03-24T15:52:26.213Z] ---> 2505e6751ae9 [2021-03-24T15:52:26.213Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-24T15:52:27.168Z] ---> 27d17d46bdc9 [2021-03-24T15:52:27.168Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-24T15:52:27.168Z] ---> Running in 6dacdc378ae8 [2021-03-24T15:52:27.168Z] ---> 2639dce506e6 [2021-03-24T15:52:27.168Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-24T15:52:27.433Z] Removing intermediate container 74202f9b179b [2021-03-24T15:52:27.433Z] ---> 67c1e2dc6cf2 [2021-03-24T15:52:27.433Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-24T15:52:27.433Z] ---> Running in 2c59df51bef6 [2021-03-24T15:52:27.433Z] Removing intermediate container 6dacdc378ae8 [2021-03-24T15:52:27.433Z] ---> 4c65dd794394 [2021-03-24T15:52:27.433Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-24T15:52:27.712Z] ---> Running in f9f0635e2651 [2021-03-24T15:52:27.712Z] ---> d7fc2ec0271f [2021-03-24T15:52:27.712Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-24T15:52:27.981Z] ---> 0baa5f0a58cf [2021-03-24T15:52:27.981Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-24T15:52:27.981Z] ---> Running in 5192ac860029 [2021-03-24T15:52:27.981Z] Removing intermediate container f9f0635e2651 [2021-03-24T15:52:27.981Z] ---> 7623b32bda30 [2021-03-24T15:52:27.981Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-24T15:52:28.245Z] ---> Running in 4f369b82dcf6 [2021-03-24T15:52:28.245Z] Removing intermediate container 5192ac860029 [2021-03-24T15:52:28.245Z] ---> 8108853f8758 [2021-03-24T15:52:28.245Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:52:28.245Z] 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-24T15:52:29.203Z] ---> 9e08c70a4f9f [2021-03-24T15:52:29.203Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-24T15:52:29.203Z] ---> Running in f1ec98f87a99 [2021-03-24T15:52:29.203Z] ---> Running in 9ef17f0c426a [2021-03-24T15:52:29.476Z] Removing intermediate container f1ec98f87a99 [2021-03-24T15:52:29.476Z] ---> b205f267350c [2021-03-24T15:52:29.476Z] Step 20/22 : LABEL arch=x86_64 [2021-03-24T15:52:29.476Z] Removing intermediate container 9ef17f0c426a [2021-03-24T15:52:29.476Z] ---> 45aa39881c15 [2021-03-24T15:52:29.476Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:52:29.476Z] ---> Running in 9e0f1c96b35e [2021-03-24T15:52:29.740Z] ---> Running in 70492964917b [2021-03-24T15:52:29.740Z] Removing intermediate container 9e0f1c96b35e [2021-03-24T15:52:29.740Z] ---> 543dbc30ae12 [2021-03-24T15:52:29.740Z] Step 21/22 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:52:30.005Z] ---> Running in 6fb0b30e847d [2021-03-24T15:52:30.268Z] Removing intermediate container 70492964917b [2021-03-24T15:52:30.268Z] ---> 0384ed6795e1 [2021-03-24T15:52:30.268Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T15:52:30.268Z] Removing intermediate container 2c59df51bef6 [2021-03-24T15:52:30.268Z] ---> 8e86ac570541 [2021-03-24T15:52:30.268Z] [2021-03-24T15:52:30.268Z] Step 11/26 : FROM docker:20.10.0 [2021-03-24T15:52:30.268Z] ---> Running in 97a2388d0dc3 [2021-03-24T15:52:30.268Z] Removing intermediate container 6fb0b30e847d [2021-03-24T15:52:30.268Z] ---> 52022dcc8f00 [2021-03-24T15:52:30.268Z] Step 22/22 : LABEL version=0.0.0 [2021-03-24T15:52:30.530Z] 20.10.0: Pulling from library/docker [2021-03-24T15:52:30.530Z] ---> Running in 190a5bccfb7f [2021-03-24T15:52:30.530Z] Removing intermediate container 4f369b82dcf6 [2021-03-24T15:52:30.530Z] ---> febf6335869a [2021-03-24T15:52:30.530Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-24T15:52:30.530Z] Removing intermediate container 97a2388d0dc3 [2021-03-24T15:52:30.530Z] ---> 3ccbb6ef2a40 [2021-03-24T15:52:30.530Z] Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:52:30.797Z] ---> Running in 802ca87f2984 [2021-03-24T15:52:31.882Z] ---> Running in 5ee62609b519 [2021-03-24T15:52:31.882Z] Removing intermediate container 190a5bccfb7f [2021-03-24T15:52:31.882Z] ---> 226e571c1994 [2021-03-24T15:52:31.882Z] [2021-03-24T15:52:32.176Z] Successfully built 226e571c1994 [2021-03-24T15:52:32.176Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-24T15:52:32.176Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5ee62609b519 [2021-03-24T15:52:32.176Z] ---> c9a0ddbe7d2c [2021-03-24T15:52:32.176Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T15:52:32.464Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:32.464Z] ---> Running in 30b2cc449b7f [2021-03-24T15:52:32.464Z] Removing intermediate container 30b2cc449b7f [2021-03-24T15:52:32.464Z] ---> 6fe7d6dd0300 [2021-03-24T15:52:32.464Z] [2021-03-24T15:52:32.737Z] Successfully built 6fe7d6dd0300 [2021-03-24T15:52:32.737Z] Successfully tagged docker-core-command-go:latest [2021-03-24T15:52:33.052Z]  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:33.637Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-24T15:52:33.637Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-24T15:52:33.907Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-24T15:52:33.907Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-24T15:52:34.172Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-24T15:52:34.437Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-24T15:52:34.437Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:52:34.437Z] OK: 8 MiB in 20 packages [2021-03-24T15:52:35.835Z] Removing intermediate container 802ca87f2984 [2021-03-24T15:52:35.835Z] ---> e9830f59fa7e [2021-03-24T15:52:35.835Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-24T15:52:35.835Z] ---> c0f81a06b096 [2021-03-24T15:52:35.835Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-24T15:52:35.835Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-24T15:52:35.835Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-24T15:52:35.835Z] ---> aefe523efa57 [2021-03-24T15:52:35.835Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-24T15:52:36.099Z] ---> Running in c36d555ddc6b [2021-03-24T15:52:36.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:36.688Z] ---> 17684fc52602 [2021-03-24T15:52:36.688Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-24T15:52:36.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:36.688Z] (1/2) Installing readline (8.0.4-r0) [2021-03-24T15:52:36.688Z] (2/2) Installing bash (5.0.17-r0) [2021-03-24T15:52:36.688Z] Executing bash-5.0.17-r0.post-install [2021-03-24T15:52:36.688Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:52:36.688Z] ---> 58726059ba87 [2021-03-24T15:52:36.688Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-24T15:52:36.688Z] OK: 12 MiB in 22 packages [2021-03-24T15:52:36.952Z] ---> Running in a4a5a9ac0f7d [2021-03-24T15:52:36.952Z] Removing intermediate container a4a5a9ac0f7d [2021-03-24T15:52:36.952Z] ---> 88ee64567ac7 [2021-03-24T15:52:36.952Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:52:37.216Z] ---> Running in ca34c4a54485 [2021-03-24T15:52:37.478Z] Removing intermediate container ca34c4a54485 [2021-03-24T15:52:37.479Z] ---> 285a1703e380 [2021-03-24T15:52:37.479Z] Step 21/23 : LABEL arch=x86_64 [2021-03-24T15:52:37.479Z] Removing intermediate container c36d555ddc6b [2021-03-24T15:52:37.479Z] ---> 03eb2188a2ec [2021-03-24T15:52:37.479Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-24T15:52:37.479Z] ---> Running in 935959f5c60c [2021-03-24T15:52:37.479Z] ---> Running in 7aef97717f91 [2021-03-24T15:52:37.742Z] Removing intermediate container 935959f5c60c [2021-03-24T15:52:37.742Z] ---> e371c46366ae [2021-03-24T15:52:37.743Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-24T15:52:37.743Z] Removing intermediate container 7aef97717f91 [2021-03-24T15:52:37.743Z] ---> 5d910a3e425d [2021-03-24T15:52:37.743Z] Step 22/23 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:52:37.743Z] ---> Running in c873c4b125b0 [2021-03-24T15:52:37.743Z] ---> Running in f7ed1763d26c [2021-03-24T15:52:38.005Z] Removing intermediate container c873c4b125b0 [2021-03-24T15:52:38.005Z] ---> a341ee27c3b8 [2021-03-24T15:52:38.005Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-24T15:52:38.005Z] Removing intermediate container f7ed1763d26c [2021-03-24T15:52:38.005Z] ---> 07f970b60415 [2021-03-24T15:52:38.005Z] Step 23/23 : LABEL version=0.0.0 [2021-03-24T15:52:38.578Z] ---> Running in 47efd47261ad [2021-03-24T15:52:38.578Z] ---> Running in 14182ff3e1fd [2021-03-24T15:52:38.578Z] Removing intermediate container 47efd47261ad [2021-03-24T15:52:38.578Z] ---> c5475af69ca6 [2021-03-24T15:52:38.578Z] [2021-03-24T15:52:38.578Z] Removing intermediate container 14182ff3e1fd [2021-03-24T15:52:38.578Z] ---> 48ad239727a0 [2021-03-24T15:52:38.578Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-24T15:52:38.842Z] Successfully built c5475af69ca6 [2021-03-24T15:52:38.842Z] Successfully tagged docker-core-data-go:latest [2021-03-24T15:52:39.103Z]  Building docker-core-data-go ... done  ---> 42b83ab9432b [2021-03-24T15:52:39.103Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-24T15:52:39.365Z] ---> d34b04b04abd [2021-03-24T15:52:39.365Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-24T15:52:39.645Z] ---> 8788e141f35b [2021-03-24T15:52:39.645Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-24T15:52:39.645Z] ---> Running in 5acdf0440488 [2021-03-24T15:52:40.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:40.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:52:40.487Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-24T15:52:40.487Z] (2/33) Installing expat (2.2.9-r1) [2021-03-24T15:52:40.487Z] (3/33) Installing libffi (3.3-r2) [2021-03-24T15:52:40.487Z] (4/33) Installing gdbm (1.13-r1) [2021-03-24T15:52:40.487Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-24T15:52:40.487Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-24T15:52:40.487Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-24T15:52:41.876Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-24T15:52:41.876Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-24T15:52:41.876Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-24T15:52:41.876Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-24T15:52:41.876Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-24T15:52:41.876Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-24T15:52:41.876Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-24T15:52:41.876Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-24T15:52:41.876Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-24T15:52:41.876Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-24T15:52:41.876Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-24T15:52:41.876Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-24T15:52:41.876Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-24T15:52:41.876Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-24T15:52:41.876Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-24T15:52:41.876Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-24T15:52:42.140Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-24T15:52:42.140Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-24T15:52:42.140Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-24T15:52:42.140Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-24T15:52:42.140Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-24T15:52:42.140Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-24T15:52:42.140Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-24T15:52:42.140Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-24T15:52:42.140Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-24T15:52:42.140Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-24T15:52:42.140Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:52:42.140Z] OK: 71 MiB in 55 packages [2021-03-24T15:52:52.183Z] Removing intermediate container 5acdf0440488 [2021-03-24T15:52:52.183Z] ---> ab1b05c05906 [2021-03-24T15:52:52.183Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-24T15:52:52.183Z] ---> Running in 67f2047345cd [2021-03-24T15:52:52.757Z] Collecting docker-compose==1.23.2 [2021-03-24T15:52:52.757Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-24T15:52:53.020Z] Collecting cached-property<2,>=1.2.0 [2021-03-24T15:52:53.020Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-24T15:52:53.020Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-24T15:52:53.020Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-24T15:52:53.600Z] Collecting docker<4.0,>=3.6.0 [2021-03-24T15:52:53.600Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-24T15:52:53.864Z] Collecting docopt<0.7,>=0.6.1 [2021-03-24T15:52:53.864Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-24T15:52:54.438Z] Collecting texttable<0.10,>=0.9.0 [2021-03-24T15:52:54.438Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-24T15:52:54.700Z] 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-24T15:52:54.962Z] Collecting PyYAML<4,>=3.10 [2021-03-24T15:52:54.963Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-24T15:52:55.918Z] Collecting jsonschema<3,>=2.5.1 [2021-03-24T15:52:55.918Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-24T15:52:56.180Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-24T15:52:56.180Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-24T15:52:56.180Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-24T15:52:56.180Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-24T15:52:56.444Z] Collecting docker-pycreds>=0.4.0 [2021-03-24T15:52:56.444Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-24T15:52:56.444Z] 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-24T15:52:56.444Z] Collecting idna<2.8,>=2.5 [2021-03-24T15:52:56.444Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-24T15:52:56.444Z] 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-24T15:52:56.444Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-24T15:52:56.444Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-24T15:52:56.706Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-24T15:52:56.707Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-24T15:52:56.707Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-24T15:52:56.707Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-24T15:52:56.707Z] Installing collected packages: cached-property, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, texttable, PyYAML, jsonschema, docker-compose [2021-03-24T15:52:56.707Z] Running setup.py install for dockerpty: started [2021-03-24T15:52:57.280Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-24T15:52:57.280Z] Attempting uninstall: idna [2021-03-24T15:52:57.280Z] Found existing installation: idna 2.9 [2021-03-24T15:52:57.280Z] Uninstalling idna-2.9: [2021-03-24T15:52:57.280Z] Successfully uninstalled idna-2.9 [2021-03-24T15:52:57.544Z] Attempting uninstall: urllib3 [2021-03-24T15:52:57.544Z] Found existing installation: urllib3 1.25.9 [2021-03-24T15:52:57.544Z] Uninstalling urllib3-1.25.9: [2021-03-24T15:52:57.544Z] Successfully uninstalled urllib3-1.25.9 [2021-03-24T15:52:57.807Z] Attempting uninstall: requests [2021-03-24T15:52:57.807Z] Found existing installation: requests 2.23.0 [2021-03-24T15:52:57.807Z] Uninstalling requests-2.23.0: [2021-03-24T15:52:57.807Z] Successfully uninstalled requests-2.23.0 [2021-03-24T15:52:58.381Z] Running setup.py install for docopt: started [2021-03-24T15:52:58.643Z] Running setup.py install for docopt: finished with status 'done' [2021-03-24T15:52:58.643Z] Running setup.py install for texttable: started [2021-03-24T15:52:59.217Z] Running setup.py install for texttable: finished with status 'done' [2021-03-24T15:52:59.217Z] Running setup.py install for PyYAML: started [2021-03-24T15:52:59.793Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-24T15:53:00.369Z] 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-24T15:53:02.926Z] Removing intermediate container 67f2047345cd [2021-03-24T15:53:02.926Z] ---> a6d1d6195c65 [2021-03-24T15:53:02.926Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-24T15:53:02.926Z] ---> Running in a7993da30512 [2021-03-24T15:53:03.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-24T15:53:03.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-24T15:53:03.764Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-24T15:53:03.764Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-24T15:53:03.764Z] (3/3) Installing curl (7.69.1-r3) [2021-03-24T15:53:03.764Z] Executing busybox-1.31.1-r19.trigger [2021-03-24T15:53:03.764Z] OK: 72 MiB in 58 packages [2021-03-24T15:53:04.364Z] Removing intermediate container a7993da30512 [2021-03-24T15:53:04.364Z] ---> cacf989beaa0 [2021-03-24T15:53:04.364Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-24T15:53:04.364Z] ---> Running in 02fdd848bc1e [2021-03-24T15:53:04.626Z] Removing intermediate container 02fdd848bc1e [2021-03-24T15:53:04.626Z] ---> 7c3c143c1def [2021-03-24T15:53:04.626Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-24T15:53:04.626Z] ---> Running in c082639bd1eb [2021-03-24T15:53:04.889Z] Removing intermediate container c082639bd1eb [2021-03-24T15:53:04.889Z] ---> e3e503e4f1cc [2021-03-24T15:53:04.889Z] Step 24/26 : LABEL arch=x86_64 [2021-03-24T15:53:04.889Z] ---> Running in 94dbc494a1c0 [2021-03-24T15:53:04.889Z] Removing intermediate container 94dbc494a1c0 [2021-03-24T15:53:04.889Z] ---> e1da5ab2235b [2021-03-24T15:53:04.889Z] Step 25/26 : LABEL git_sha=4ff24e27371373e50a5d351116a3af9ab0e0a64c [2021-03-24T15:53:05.155Z] ---> Running in 49b6ee5ebfa4 [2021-03-24T15:53:05.155Z] Removing intermediate container 49b6ee5ebfa4 [2021-03-24T15:53:05.155Z] ---> 8e424b556b2e [2021-03-24T15:53:05.155Z] Step 26/26 : LABEL version=0.0.0 [2021-03-24T15:53:05.433Z] ---> Running in ba8f83811af4 [2021-03-24T15:53:05.433Z] Removing intermediate container ba8f83811af4 [2021-03-24T15:53:05.433Z] ---> 52bfb02ff7da [2021-03-24T15:53:05.433Z] [2021-03-24T15:53:05.696Z] Successfully built 52bfb02ff7da [2021-03-24T15:53:05.696Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-24T15:53:05.971Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-24T15:53:05.995Z] $ docker stop --time=1 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 [2021-03-24T15:53:07.632Z] $ docker rm -f 809cf3458530f5377c7b8b12008b952dd5db64805f403c2d9a355b900cf3f101 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-24T15:53:08.176Z] + docker images [2021-03-24T15:53:08.176Z] + grep docker [2021-03-24T15:53:08.439Z] docker-sys-mgmt-agent-go latest 52bfb02ff7da 3 seconds ago 313MB [2021-03-24T15:53:08.439Z] docker-core-data-go latest c5475af69ca6 30 seconds ago 22.6MB [2021-03-24T15:53:08.439Z] docker-core-command-go latest 6fe7d6dd0300 36 seconds ago 17.3MB [2021-03-24T15:53:08.439Z] docker-support-scheduler-go latest 226e571c1994 38 seconds ago 17.3MB [2021-03-24T15:53:08.439Z] docker-security-bootstrapper-go latest 034bea518b94 2 minutes ago 18.8MB [2021-03-24T15:53:08.439Z] docker-security-secretstore-setup-go latest a4a38d42c9f2 2 minutes ago 25MB [2021-03-24T15:53:08.439Z] docker-core-metadata-go latest 2f1d5b23d495 2 minutes ago 19.1MB [2021-03-24T15:53:08.439Z] docker-support-notifications-go latest bb457d653092 2 minutes ago 17.9MB [2021-03-24T15:53:08.439Z] docker-security-proxy-setup-go latest e8816a8ba4aa 2 minutes ago 24.7MB [2021-03-24T15:53:08.439Z] 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-24T15:53:24.177Z] Still waiting to schedule task [2021-03-24T15:53:24.177Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-24T15:54:13.087Z] Running on prd-ubuntu18.04-docker-8c-8g-31219 in /w/workspace/edgexfoundry_edgex-go_PR-3292 [Pipeline] { [Pipeline] ws [2021-03-24T15:54:13.141Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-03-24T15:54:15.271Z] using credential edgex-jenkins-ssh [2021-03-24T15:54:15.325Z] Cloning the remote Git repository [2021-03-24T15:54:15.370Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-24T15:54:15.440Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-03-24T15:54:15.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T15:54:15.465Z] > git --version # timeout=10 [2021-03-24T15:54:15.470Z] > git --version # 'git version 2.17.1' [2021-03-24T15:54:15.471Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T15:54:15.496Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T15:54:22.961Z] Merging remotes/origin/master commit 18e95d4ea95ce5d359f78633ddc21696924e37f4 into PR head commit 5c807f8a55a10539e6b37763f51ae2e657833bf2 [Pipeline] } [Pipeline] // ws [2021-03-24T15:54:22.286Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T15:54:22.292Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-24T15:54:22.300Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-24T15:54:22.311Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-24T15:54:22.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-24T15:54:22.315Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3292/head:refs/remotes/origin/PR-3292 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-24T15:54:22.987Z] > git config core.sparsecheckout # timeout=10 [2021-03-24T15:54:22.990Z] > git checkout -f 5c807f8a55a10539e6b37763f51ae2e657833bf2 # timeout=10 [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-24T15:54:23.573Z] 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-24T15:54:25.413Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:26.299Z] ---> package-listing.sh [2021-03-24T15:54:26.299Z] ++ facter osfamily [2021-03-24T15:54:26.299Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-24T15:54:26.299Z] + OS_FAMILY=redhat [2021-03-24T15:54:26.299Z] + workspace=/w/workspace/edgex-go/2 [2021-03-24T15:54:26.299Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-24T15:54:26.299Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-24T15:54:26.299Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-24T15:54:26.299Z] + PACKAGES=/tmp/packages_start.txt [2021-03-24T15:54:26.299Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-24T15:54:26.299Z] + PACKAGES=/tmp/packages_end.txt [2021-03-24T15:54:26.299Z] + case "${OS_FAMILY}" in [2021-03-24T15:54:26.299Z] + rpm -qa [2021-03-24T15:54:26.299Z] + sort [2021-03-24T15:54:31.611Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-24T15:54:31.611Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-24T15:54:31.611Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-24T15:54:31.611Z] + '[' /w/workspace/edgex-go/2 ']' [2021-03-24T15:54:31.611Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-03-24T15:54:31.611Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-03-24T15:54:31.625Z] 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-24T15:54:31.923Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:54:32.242Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T15:54:32.242Z] [2021-03-24T15:54:32.242Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-24T15:54:32.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T15:54:32.602Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-24T15:54:32.602Z] df20fa9351a1: Pulling fs layer [2021-03-24T15:54:32.602Z] 36b3adc4ff6f: Pulling fs layer [2021-03-24T15:54:32.602Z] 8ad3a11d3b57: Pulling fs layer [2021-03-24T15:54:32.602Z] 46f8f816bc3b: Pulling fs layer [2021-03-24T15:54:32.602Z] 93b61091891f: Pulling fs layer [2021-03-24T15:54:32.602Z] 93b9cdb0e59b: Pulling fs layer [2021-03-24T15:54:32.602Z] 5e14af77c1be: Pulling fs layer [2021-03-24T15:54:32.602Z] 01666e4c0597: Pulling fs layer [2021-03-24T15:54:32.602Z] aa168da1d23b: Pulling fs layer [2021-03-24T15:54:32.602Z] 46f8f816bc3b: Waiting [2021-03-24T15:54:32.602Z] 93b61091891f: Waiting [2021-03-24T15:54:32.602Z] 93b9cdb0e59b: Waiting [2021-03-24T15:54:32.602Z] 01666e4c0597: Waiting [2021-03-24T15:54:32.602Z] 5e14af77c1be: Waiting [2021-03-24T15:54:32.602Z] aa168da1d23b: Waiting [2021-03-24T15:54:32.602Z] 36b3adc4ff6f: Download complete [2021-03-24T15:54:32.602Z] 46f8f816bc3b: Verifying Checksum [2021-03-24T15:54:32.602Z] 46f8f816bc3b: Download complete [2021-03-24T15:54:32.866Z] df20fa9351a1: Verifying Checksum [2021-03-24T15:54:32.866Z] df20fa9351a1: Download complete [2021-03-24T15:54:32.866Z] 93b9cdb0e59b: Verifying Checksum [2021-03-24T15:54:32.866Z] 93b9cdb0e59b: Download complete [2021-03-24T15:54:32.866Z] 5e14af77c1be: Verifying Checksum [2021-03-24T15:54:32.866Z] 5e14af77c1be: Download complete [2021-03-24T15:54:32.866Z] 93b61091891f: Verifying Checksum [2021-03-24T15:54:32.866Z] 01666e4c0597: Verifying Checksum [2021-03-24T15:54:32.866Z] 01666e4c0597: Download complete [2021-03-24T15:54:32.866Z] 8ad3a11d3b57: Verifying Checksum [2021-03-24T15:54:32.866Z] 8ad3a11d3b57: Download complete [2021-03-24T15:54:33.141Z] df20fa9351a1: Pull complete [2021-03-24T15:54:33.404Z] 36b3adc4ff6f: Pull complete [2021-03-24T15:54:34.366Z] 8ad3a11d3b57: Pull complete [2021-03-24T15:54:34.366Z] 46f8f816bc3b: Pull complete [2021-03-24T15:54:35.328Z] aa168da1d23b: Verifying Checksum [2021-03-24T15:54:35.328Z] aa168da1d23b: Download complete [2021-03-24T15:54:35.905Z] 93b61091891f: Pull complete [2021-03-24T15:54:36.852Z] 93b9cdb0e59b: Pull complete [2021-03-24T15:54:36.852Z] 5e14af77c1be: Pull complete [2021-03-24T15:54:37.121Z] 01666e4c0597: Pull complete [2021-03-24T15:54:45.320Z] aa168da1d23b: Pull complete [2021-03-24T15:54:45.321Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-24T15:54:45.321Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-24T15:54:45.321Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-24T15:54:45.528Z] prd-centos7-docker-4c-2g-31215 does not seem to be running inside a container [2021-03-24T15:54:45.648Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-24T15:54:53.456Z] $ docker top 989c3383e87c0309a8004434558cd8a3fb323904cb5aca02e1b3e6d21b6891e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-24T15:54:54.146Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-24T15:54:54.454Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-24T15:54:54.754Z] + ls /var/log/sa-host [2021-03-24T15:54:54.754Z] + sadf -c /var/log/sa-host/sa23 [2021-03-24T15:54:54.754Z] file_magic: OK [2021-03-24T15:54:54.754Z] HZ: Using current value: 100 [2021-03-24T15:54:54.754Z] file_header: OK [2021-03-24T15:54:54.754Z] 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-24T15:54:54.754Z] Statistics: [2021-03-24T15:54:54.754Z] Hnuu...uuuununununu... [2021-03-24T15:54:54.754Z] File successfully converted to sysstat format version 12.2.1 [2021-03-24T15:54:54.754Z] + sadf -c /var/log/sa-host/sa24 [2021-03-24T15:54:54.754Z] file_magic: OK [2021-03-24T15:54:54.754Z] HZ: Using current value: 100 [2021-03-24T15:54:54.754Z] file_header: OK [2021-03-24T15:54:54.754Z] 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-24T15:54:54.754Z] Statistics: [2021-03-24T15:54:54.754Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-24T15:54:54.754Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-24T15:54:54.977Z] provisioning config files... [2021-03-24T15:54:54.996Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config1484063813696523507tmp [Pipeline] { [Pipeline] echo [2021-03-24T15:54:55.144Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:55.452Z] ---> create-netrc.sh [Pipeline] } [2021-03-24T15:54:55.463Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-24T15:54:55.562Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:55.862Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-24T15:54:55.873Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:56.168Z] ---> sudo-logs.sh [2021-03-24T15:54:56.168Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-24T15:54:56.226Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:56.524Z] ---> job-cost.sh [2021-03-24T15:54:56.524Z] lf-activate-venv: SKIPPING [2021-03-24T15:54:56.524Z] INFO: No Stack... [2021-03-24T15:54:57.477Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-24T15:54:58.052Z] INFO: Archiving Costs [Pipeline] echo [2021-03-24T15:54:58.068Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-24T15:54:58.366Z] ---> logs-deploy.sh [2021-03-24T15:54:58.366Z] lf-activate-venv: SKIPPING [2021-03-24T15:54:58.366Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3292/2 [2021-03-24T15:54:58.366Z] INFO: archiving workspace using pattern(s): [2021-03-24T15:54:59.756Z] Archives upload complete. [2021-03-24T15:55:00.019Z] INFO: archiving logs to Nexus