Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5f4c972d2592fc2985c3de358e6f1142267c5400+f2bd0815c0e73667d07e5744b61daa5be38d8f92 (7c14eb33a3517d9b05dab45bce1dc3a22b880e0d) 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-32277 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/51 [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/51 # 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 > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 Merge succeeded, producing c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c Checking out Revision c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c (PR-3234) > git config core.sparsecheckout # timeout=10 > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # 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 f2bd0815c0e73667d07e5744b61daa5be38d8f92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c # timeout=10 Commit message: "Merge commit 'f2bd0815c0e73667d07e5744b61daa5be38d8f92' into HEAD" > git rev-list --no-walk 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-31T16:46:09.246Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-31T16:46:09.484Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-31T16:46:09.585Z] ========================================================= [2021-03-31T16:46:09.585Z] EdgeX Global Pipelines Version Info [2021-03-31T16:46:09.585Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:46:11.151Z] ------------------- [2021-03-31T16:46:11.152Z] stable info: [2021-03-31T16:46:11.152Z] ------------------- [2021-03-31T16:46:11.152Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-31T16:46:11.152Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-31T16:46:11.152Z] Message: update stable to v1.0.186 [2021-03-31T16:46:12.100Z] ------------------- [2021-03-31T16:46:12.100Z] experimental info: [2021-03-31T16:46:12.100Z] ------------------- [2021-03-31T16:46:12.100Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-31T16:46:12.100Z] Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 [2021-03-31T16:46:12.100Z] Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-31T16:46:12.345Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-31T16:46:12.437Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-31T16:46:12.533Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-31T16:46:12.665Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-31T16:46:12.789Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-31T16:46:12.902Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-31T16:46:12.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-31T16:46:13.072Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-31T16:46:13.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-31T16:46:13.243Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-31T16:46:13.329Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-31T16:46:13.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-31T16:46:13.494Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-31T16:46:13.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-31T16:46:13.690Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:46:13.794Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-31T16:46:13.879Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-31T16:46:13.967Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-31T16:46:14.051Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-31T16:46:14.140Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-31T16:46:14.255Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-31T16:46:14.340Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-31T16:46:14.428Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:46:14.515Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo [2021-03-31T16:46:14.602Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo [2021-03-31T16:46:14.690Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [Pipeline] echo [2021-03-31T16:46:14.774Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c25e155 [Pipeline] echo [2021-03-31T16:46:14.856Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-31T16:46:15.093Z] provisioning config files... [2021-03-31T16:46:15.145Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/51@tmp/config6717480760485259268tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:46:15.558Z] ---> docker-login.sh [2021-03-31T16:46:15.558Z] nexus3.edgexfoundry.org:10001 [2021-03-31T16:46:15.821Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:46:16.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:46:16.088Z] Configure a credential helper to remove this warning. See [2021-03-31T16:46:16.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:46:16.088Z] [2021-03-31T16:46:16.088Z] Login Succeeded [2021-03-31T16:46:16.088Z] nexus3.edgexfoundry.org:10002 [2021-03-31T16:46:16.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:46:16.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:46:16.088Z] Configure a credential helper to remove this warning. See [2021-03-31T16:46:16.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:46:16.088Z] [2021-03-31T16:46:16.351Z] Login Succeeded [2021-03-31T16:46:16.351Z] nexus3.edgexfoundry.org:10003 [2021-03-31T16:46:16.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:46:16.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:46:16.351Z] Configure a credential helper to remove this warning. See [2021-03-31T16:46:16.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:46:16.351Z] [2021-03-31T16:46:16.351Z] Login Succeeded [2021-03-31T16:46:16.351Z] nexus3.edgexfoundry.org:10004 [2021-03-31T16:46:16.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:46:16.612Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:46:16.612Z] Configure a credential helper to remove this warning. See [2021-03-31T16:46:16.612Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:46:16.612Z] [2021-03-31T16:46:16.612Z] Login Succeeded [2021-03-31T16:46:16.612Z] docker.io [2021-03-31T16:46:16.612Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-31T16:46:16.875Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-31T16:46:16.875Z] Configure a credential helper to remove this warning. See [2021-03-31T16:46:16.875Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-31T16:46:16.875Z] [2021-03-31T16:46:16.875Z] Login Succeeded [2021-03-31T16:46:16.875Z] ---> docker-login.sh ends [Pipeline] } [2021-03-31T16:46:16.884Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:46:17.356Z] ++ 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-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/core-command/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/core-data/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-31T16:46:17.356Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-31T16:46:17.356Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-31T16:46:17.356Z] ++ cut -d/ -f2 [2021-03-31T16:46:17.356Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-31T16:46:17.440Z] 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-31T16:46:19.065Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:46:19.065Z] [2021-03-31T16:46:19.065Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:46:19.414Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:46:19.414Z] latest: Pulling from edgex-devops/git-semver [2021-03-31T16:46:19.414Z] 31603596830f: Pulling fs layer [2021-03-31T16:46:19.414Z] 2a8b12db71e7: Pulling fs layer [2021-03-31T16:46:19.414Z] 6ca5941a6612: Pulling fs layer [2021-03-31T16:46:19.414Z] ecc8261a40a4: Pulling fs layer [2021-03-31T16:46:19.414Z] ecc8261a40a4: Waiting [2021-03-31T16:46:19.414Z] 2a8b12db71e7: Verifying Checksum [2021-03-31T16:46:19.414Z] 2a8b12db71e7: Download complete [2021-03-31T16:46:19.682Z] 31603596830f: Verifying Checksum [2021-03-31T16:46:19.682Z] 31603596830f: Download complete [2021-03-31T16:46:19.682Z] ecc8261a40a4: Verifying Checksum [2021-03-31T16:46:19.682Z] ecc8261a40a4: Download complete [2021-03-31T16:46:19.682Z] 6ca5941a6612: Verifying Checksum [2021-03-31T16:46:19.682Z] 6ca5941a6612: Download complete [2021-03-31T16:46:19.944Z] 31603596830f: Pull complete [2021-03-31T16:46:20.217Z] 2a8b12db71e7: Pull complete [2021-03-31T16:46:21.190Z] 6ca5941a6612: Pull complete [2021-03-31T16:46:21.190Z] ecc8261a40a4: Pull complete [2021-03-31T16:46:21.190Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-31T16:46:21.458Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-31T16:46:21.458Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-31T16:46:21.586Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:46:21.648Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-31T16:46:24.468Z] $ docker top 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-31T16:46:24.789Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:46:24.789Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:46:25.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:46:25.024Z] $ docker exec 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent [2021-03-31T16:46:25.209Z] SSH_AUTH_SOCK=/tmp/ssh-CwdO63EwPc0G/agent.12 [2021-03-31T16:46:25.209Z] SSH_AGENT_PID=17 [2021-03-31T16:46:25.226Z] Running ssh-add (command line suppressed) [2021-03-31T16:46:25.362Z] Identity added: /w/workspace/edgex-go/51@tmp/private_key_4551924628091594750.key (/w/workspace/edgex-go/51@tmp/private_key_4551924628091594750.key) [2021-03-31T16:46:25.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:46:25.834Z] + git tag --points-at HEAD [Pipeline] } [2021-03-31T16:46:25.867Z] $ docker exec --env ******** --env ******** 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent -k [2021-03-31T16:46:25.995Z] unset SSH_AUTH_SOCK; [2021-03-31T16:46:25.996Z] unset SSH_AGENT_PID; [2021-03-31T16:46:25.996Z] echo Agent pid 17 killed; [2021-03-31T16:46:26.044Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-31T16:46:26.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-31T16:46:26.219Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-31T16:46:26.410Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-31T16:46:26.415Z] $ docker exec 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent [2021-03-31T16:46:26.601Z] SSH_AUTH_SOCK=/tmp/ssh-DANSsQZQF3BM/agent.47 [2021-03-31T16:46:26.601Z] SSH_AGENT_PID=53 [2021-03-31T16:46:26.609Z] Running ssh-add (command line suppressed) [2021-03-31T16:46:26.753Z] Identity added: /w/workspace/edgex-go/51@tmp/private_key_353278633318412167.key (/w/workspace/edgex-go/51@tmp/private_key_353278633318412167.key) [2021-03-31T16:46:26.809Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-31T16:46:27.243Z] + git semver init [2021-03-31T16:46:27.243Z] # -> Open(): unable to determine branch for HEAD [2021-03-31T16:46:27.243Z] # $GIT_DIR = /w/workspace/edgex-go/51/.git [2021-03-31T16:46:27.243Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/51 [2021-03-31T16:46:27.243Z] # $SEMVER_REMOTE_NAME = origin [2021-03-31T16:46:27.243Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-31T16:46:27.243Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-31T16:46:27.243Z] # $SEMVER_BRANCH = PR-3234 [2021-03-31T16:46:27.243Z] # $SEMVER_TEMP = /tmp/semver-345498943 [2021-03-31T16:46:27.243Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-31T16:46:49.309Z] # '/tmp/semver-345498943' -> '/w/workspace/edgex-go/51/.semver' [2021-03-31T16:46:49.309Z] # -> Force: false [2021-03-31T16:46:49.309Z] # $SEMVER_DIR = /w/workspace/edgex-go/51/.semver [Pipeline] } [2021-03-31T16:46:49.325Z] $ docker exec --env ******** --env ******** 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 ssh-agent -k [2021-03-31T16:46:49.545Z] unset SSH_AUTH_SOCK; [2021-03-31T16:46:49.545Z] unset SSH_AGENT_PID; [2021-03-31T16:46:49.545Z] echo Agent pid 53 killed; [2021-03-31T16:46:49.619Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-31T16:46:50.124Z] + git semver [Pipeline] } [2021-03-31T16:46:50.151Z] $ docker stop --time=1 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 [2021-03-31T16:46:51.766Z] $ docker rm -f 41574069f34d7eb5f1bed8dcc5ba4dcb7691a24c1695af6bc1aabdb0fce40f19 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:46:52.332Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-31T16:46:52.937Z] Stashed 1 file(s) [Pipeline] echo [2021-03-31T16:46:52.940Z] [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-31T16:46:53.840Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:46:54.148Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-31T16:46:54.455Z] + sudo service docker restart [2021-03-31T16:46:54.455Z] + true [2021-03-31T16:46:54.455Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-31T16:46:55.050Z] ========================================================= [2021-03-31T16:46:55.050Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-31T16:46:55.050Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:46:55.408Z] + 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-31T16:46:59.653Z] Sending build context to Docker daemon 329MB [2021-03-31T16:46:59.653Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-31T16:46:59.653Z] Step 2/6 : FROM ${BASE} [2021-03-31T16:46:59.653Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-31T16:46:59.653Z] 188c0c94c7c5: Pulling fs layer [2021-03-31T16:46:59.653Z] 0ef7d3d256c8: Pulling fs layer [2021-03-31T16:46:59.653Z] de9db76c5a1d: Pulling fs layer [2021-03-31T16:46:59.653Z] bca2f99d35d6: Pulling fs layer [2021-03-31T16:46:59.653Z] 93359f2a8cfa: Pulling fs layer [2021-03-31T16:46:59.653Z] 7c6f9722023f: Pulling fs layer [2021-03-31T16:46:59.653Z] a35cf1a2eb13: Pulling fs layer [2021-03-31T16:46:59.653Z] 93359f2a8cfa: Waiting [2021-03-31T16:46:59.653Z] 7c6f9722023f: Waiting [2021-03-31T16:46:59.653Z] a35cf1a2eb13: Waiting [2021-03-31T16:46:59.653Z] bca2f99d35d6: Waiting [2021-03-31T16:46:59.653Z] de9db76c5a1d: Verifying Checksum [2021-03-31T16:46:59.653Z] de9db76c5a1d: Download complete [2021-03-31T16:46:59.653Z] 0ef7d3d256c8: Verifying Checksum [2021-03-31T16:46:59.653Z] 0ef7d3d256c8: Download complete [2021-03-31T16:46:59.653Z] 7c6f9722023f: Verifying Checksum [2021-03-31T16:46:59.653Z] 7c6f9722023f: Download complete [2021-03-31T16:46:59.653Z] 188c0c94c7c5: Verifying Checksum [2021-03-31T16:46:59.653Z] 188c0c94c7c5: Download complete [2021-03-31T16:46:59.653Z] 188c0c94c7c5: Pull complete [2021-03-31T16:47:00.228Z] 0ef7d3d256c8: Pull complete [2021-03-31T16:47:00.493Z] de9db76c5a1d: Pull complete [2021-03-31T16:47:01.913Z] a35cf1a2eb13: Download complete [2021-03-31T16:47:02.495Z] bca2f99d35d6: Verifying Checksum [2021-03-31T16:47:02.495Z] bca2f99d35d6: Download complete [2021-03-31T16:47:07.826Z] bca2f99d35d6: Pull complete [2021-03-31T16:47:08.091Z] 93359f2a8cfa: Pull complete [2021-03-31T16:47:08.091Z] 7c6f9722023f: Pull complete [2021-03-31T16:47:08.339Z] Still waiting to schedule task [2021-03-31T16:47:08.340Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-31T16:47:13.428Z] a35cf1a2eb13: Pull complete [2021-03-31T16:47:13.428Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-31T16:47:13.428Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-31T16:47:13.428Z] ---> a62c8e92a672 [2021-03-31T16:47:13.428Z] 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-31T16:47:13.428Z] ---> Running in 80b901318acc [2021-03-31T16:47:13.698Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:47:14.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:47:14.915Z] (1/12) Installing libmagic (5.38-r0) [2021-03-31T16:47:15.496Z] (2/12) Installing file (5.38-r0) [2021-03-31T16:47:15.496Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-31T16:47:15.496Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-31T16:47:23.671Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-31T16:47:23.671Z] (6/12) Installing patch (2.7.6-r6) [2021-03-31T16:47:23.671Z] (7/12) Installing build-base (0.5-r2) [2021-03-31T16:47:23.671Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-31T16:47:23.671Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-31T16:47:23.671Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-31T16:47:23.671Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-31T16:47:23.671Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-31T16:47:23.671Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:47:23.671Z] OK: 233 MiB in 51 packages [2021-03-31T16:47:27.003Z] Removing intermediate container 80b901318acc [2021-03-31T16:47:27.003Z] ---> eb6f16e06b5c [2021-03-31T16:47:27.003Z] Step 4/6 : WORKDIR /edgex-go [2021-03-31T16:47:27.003Z] ---> Running in 74a51e5cdf61 [2021-03-31T16:47:27.269Z] Removing intermediate container 74a51e5cdf61 [2021-03-31T16:47:27.269Z] ---> 52347dcf286c [2021-03-31T16:47:27.269Z] Step 5/6 : COPY go.mod . [2021-03-31T16:47:27.544Z] ---> 71e874695507 [2021-03-31T16:47:27.544Z] Step 6/6 : RUN go mod download [2021-03-31T16:47:27.544Z] ---> Running in 5f84d58ba9d8 [2021-03-31T16:47:49.592Z] Removing intermediate container 5f84d58ba9d8 [2021-03-31T16:47:49.592Z] ---> c4ce2b46cd92 [2021-03-31T16:47:49.592Z] Successfully built c4ce2b46cd92 [2021-03-31T16:47:49.592Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:47:49.917Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:47:49.917Z] . [Pipeline] withDockerContainer [2021-03-31T16:47:50.027Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:47:50.073Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T16:47:50.929Z] $ docker top 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:47:51.496Z] + go version [2021-03-31T16:47:51.496Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-31T16:47:51.521Z] $ docker stop --time=1 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 [2021-03-31T16:47:52.913Z] $ docker rm -f 073a7615b47c732565b77d7bac6c120a52ae5ac1b7e09ac03b5a11d69b827598 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:47:53.777Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-31T16:47:53.777Z] . [Pipeline] withDockerContainer [2021-03-31T16:47:53.892Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:47:53.949Z] $ 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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-31T16:47:54.786Z] $ docker top d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-31T16:47:54.992Z] ========================================================= [2021-03-31T16:47:54.992Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-31T16:47:54.992Z] ========================================================= [Pipeline] sh [2021-03-31T16:47:55.291Z] + make test [2021-03-31T16:47:55.291Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-31T16:48:05.400Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-31T16:48:20.922Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-31T16:48:29.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-31T16:48:29.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-31T16:48:29.339Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-31T16:48:31.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-31T16:48:31.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-31T16:48:31.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-31T16:48:31.302Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-31T16:48:32.282Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-31T16:48:32.889Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-31T16:48:35.516Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-31T16:48:35.516Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-31T16:48:35.516Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-31T16:48:37.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 45.9% of statements [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-31T16:48:37.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-31T16:48:37.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.076s coverage: 19.8% of statements [2021-03-31T16:48:37.760Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.108s coverage: 100.0% of statements [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.100s coverage: 100.0% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 71.3% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.241s coverage: 82.9% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:48:42.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.069s coverage: 78.9% of statements [2021-03-31T16:48:42.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-31T16:48:44.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.429s coverage: 28.6% of statements [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-31T16:48:44.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.094s coverage: 100.0% of statements [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-31T16:48:44.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-31T16:48:44.702Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-03-31T16:48:44.702Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-31T16:48:44.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.203s coverage: 97.5% of statements [2021-03-31T16:48:44.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-31T16:48:44.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2021-03-31T16:48:44.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-31T16:48:44.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-31T16:48:44.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-31T16:48:44.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.414s coverage: 92.8% of statements [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.093s coverage: 1.0% of statements [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-31T16:48:47.615Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.083s coverage: 47.1% of statements [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.121s coverage: 79.5% of statements [2021-03-31T16:48:47.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.069s coverage: 94.1% of statements [2021-03-31T16:48:47.892Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.101s coverage: 96.3% of statements [2021-03-31T16:48:48.160Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.059s coverage: 87.5% of statements [2021-03-31T16:48:55.395Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-32278 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T16:48:55.454Z] Running in /w/workspace/edgex-go/51 [Pipeline] { [Pipeline] checkout [2021-03-31T16:49:00.447Z] using credential edgex-jenkins-ssh [2021-03-31T16:49:00.462Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.083s coverage: 94.4% of statements [2021-03-31T16:49:00.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.063s coverage: 44.8% of statements [2021-03-31T16:49:00.517Z] Cloning the remote Git repository [2021-03-31T16:49:00.605Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:49:00.727Z] > git init /w/workspace/edgex-go/51 # timeout=10 [2021-03-31T16:49:00.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:49:00.797Z] > git --version # timeout=10 [2021-03-31T16:49:00.817Z] > git --version # 'git version 2.17.1' [2021-03-31T16:49:00.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:49:00.871Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:49:03.815Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.276s coverage: 82.6% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.127s coverage: 92.9% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.040s coverage: 87.2% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 75.5% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.068s coverage: 84.6% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.116s coverage: 91.6% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.205s coverage: 64.4% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.039s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.042s coverage: 73.7% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.324s coverage: 69.0% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.116s coverage: 38.4% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.045s coverage: 89.5% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.0% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-31T16:49:12.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.195s coverage: 87.1% of statements [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:49:12.086Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-31T16:49:13.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.752s coverage: 29.1% of statements [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-31T16:49:13.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-31T16:49:13.060Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.081s coverage: 100.0% of statements [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-31T16:49:13.060Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-31T16:49:13.648Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.115s coverage: 95.0% of statements [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-31T16:49:13.648Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-31T16:49:13.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-31T16:49:13.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-31T16:49:13.648Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-31T16:49:13.648Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-03-31T16:49:13.914Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-03-31T16:49:14.495Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2021-03-31T16:49:14.759Z] GO111MODULE=on go vet ./... [2021-03-31T16:49:17.059Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T16:49:17.504Z] Failed in branch arm64 [2021-03-31T16:49:16.206Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:49:16.234Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:49:16.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:49:16.310Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:49:16.311Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:49:16.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T16:49:17.092Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:49:17.117Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [2021-03-31T16:49:47.071Z] gofmt -l . [2021-03-31T16:49:47.071Z] [ "`gofmt -l .`" = "" ] [2021-03-31T16:49:47.071Z] ./bin/test-go-mod-tidy.sh [2021-03-31T16:49:47.071Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-31T16:49:47.714Z] + ls -al . [2021-03-31T16:49:47.714Z] total 780 [2021-03-31T16:49:47.714Z] drwxrwxr-x 10 1001 1001 4096 Mar 31 16:49 . [2021-03-31T16:49:47.714Z] drwxr-xr-x 4 root root 30 Mar 31 16:47 .. [2021-03-31T16:49:47.714Z] -rw-rw-r-- 1 1001 1001 11 Mar 31 16:46 .dockerignore [2021-03-31T16:49:47.714Z] drwxrwxr-x 8 1001 1001 179 Mar 31 16:46 .git [2021-03-31T16:49:47.714Z] drwxrwxr-x 3 1001 1001 125 Mar 31 16:46 .github [2021-03-31T16:49:47.714Z] -rw-rw-r-- 1 1001 1001 818 Mar 31 16:46 .gitignore [2021-03-31T16:49:47.714Z] drwx------ 3 1001 1001 60 Mar 31 16:46 .semver [2021-03-31T16:49:47.714Z] -rw-rw-r-- 1 1001 1001 166 Mar 31 16:46 .sonarcloud.properties [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 8607 Mar 31 16:46 Attribution.txt [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 3804 Mar 31 16:46 CONTRIBUTING.md [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 931 Mar 31 16:46 Dockerfile.build [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 863 Mar 31 16:46 Jenkinsfile [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 10775 Mar 31 16:46 LICENSE [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 5774 Mar 31 16:46 Makefile [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 6548 Mar 31 16:46 README.md [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 6755 Mar 31 16:46 SECURITY.md [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 5 Mar 31 16:46 VERSION [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 4131 Mar 31 16:46 ZMQWindows.md [2021-03-31T16:49:47.715Z] drwxrwxr-x 2 1001 1001 117 Mar 31 16:46 bin [2021-03-31T16:49:47.715Z] drwxrwxr-x 14 1001 1001 4096 Mar 31 16:46 cmd [2021-03-31T16:49:47.715Z] -rw-r--r-- 1 root root 669470 Mar 31 16:49 coverage.out [2021-03-31T16:49:47.715Z] -rw-r--r-- 1 root root 1057 Mar 31 16:49 go.mod [2021-03-31T16:49:47.715Z] -rw-r--r-- 1 root root 22362 Mar 31 16:49 go.sum [2021-03-31T16:49:47.715Z] drwxrwxr-x 8 1001 1001 127 Mar 31 16:46 internal [2021-03-31T16:49:47.715Z] drwxrwxr-x 4 1001 1001 26 Mar 31 16:46 openapi [2021-03-31T16:49:47.715Z] drwxrwxr-x 4 1001 1001 71 Mar 31 16:46 snap [2021-03-31T16:49:47.715Z] -rw-rw-r-- 1 1001 1001 168 Mar 31 16:46 version.go [Pipeline] sh [2021-03-31T16:49:48.018Z] + '[' -e coverage.out ] [2021-03-31T16:49:48.019Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-31T16:49:48.305Z] Stashed 1 file(s) [Pipeline] sh [2021-03-31T16:49:48.607Z] + make build [2021-03-31T16:49:48.607Z] 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-31T16:49:52.870Z] 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-31T16:50:01.080Z] 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-31T16:50:03.025Z] 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-31T16:50:04.957Z] 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-31T16:50:04.957Z] 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-31T16:50:06.911Z] 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-31T16:50:08.881Z] 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-31T16:50:10.287Z] 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-31T16:50:11.716Z] 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-31T16:50:13.119Z] 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-31T16:50:14.114Z] 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-31T16:50:16.727Z] $ docker stop --time=1 d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 [2021-03-31T16:50:18.434Z] $ docker rm -f d29e997d879425d2ce6d17e00c5ea70c12b66743b93fd140b5371bc974b0ae85 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:50:21.864Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:50:21.864Z] [2021-03-31T16:50:21.864Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:50:22.221Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:50:22.221Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-31T16:50:22.221Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-31T16:50:22.221Z] ca9280d653b3: Pulling fs layer [2021-03-31T16:50:22.221Z] 7e9c9ca2126c: Pulling fs layer [2021-03-31T16:50:22.804Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-31T16:50:22.804Z] cbdbe7a5bc2a: Download complete [2021-03-31T16:50:23.382Z] cbdbe7a5bc2a: Pull complete [2021-03-31T16:50:23.382Z] ca9280d653b3: Download complete [2021-03-31T16:50:24.352Z] 7e9c9ca2126c: Download complete [2021-03-31T16:50:24.352Z] ca9280d653b3: Pull complete [2021-03-31T16:50:31.018Z] 7e9c9ca2126c: Pull complete [2021-03-31T16:50:31.018Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-31T16:50:31.018Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:50:31.018Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-31T16:50:31.227Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:50:31.280Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T16:50:34.610Z] $ docker top 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:50:35.204Z] + docker-compose build --help [2021-03-31T16:50:35.204Z] + grep parallel [2021-03-31T16:50:36.192Z] --parallel Build images in parallel. [Pipeline] } [2021-03-31T16:50:36.471Z] $ docker stop --time=1 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 [2021-03-31T16:50:37.886Z] $ docker rm -f 5a9d2c00cd7cc506067ef771f38878ff471162849d4d7f7f0f59357b4d0dd727 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:50:38.525Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-31T16:50:38.525Z] . [Pipeline] withDockerContainer [2021-03-31T16:50:38.655Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:50:38.709Z] $ 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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-31T16:50:39.520Z] $ docker top f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:50:40.074Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-31T16:50:41.474Z] Building docker-core-command-go ... [2021-03-31T16:50:41.474Z] Building docker-core-data-go ... [2021-03-31T16:50:41.474Z] Building docker-core-metadata-go ... [2021-03-31T16:50:41.474Z] Building docker-security-bootstrapper-go ... [2021-03-31T16:50:41.474Z] Building docker-security-proxy-setup-go ... [2021-03-31T16:50:41.474Z] Building docker-security-secretstore-setup-go ... [2021-03-31T16:50:41.474Z] Building docker-support-notifications-go ... [2021-03-31T16:50:41.474Z] Building docker-support-scheduler-go ... [2021-03-31T16:50:41.474Z] Building docker-sys-mgmt-agent-go ... [2021-03-31T16:50:41.474Z] Building docker-sys-mgmt-agent-go [2021-03-31T16:50:41.474Z] Building docker-support-notifications-go [2021-03-31T16:50:41.474Z] Building docker-core-command-go [2021-03-31T16:50:41.474Z] Building docker-core-metadata-go [2021-03-31T16:50:41.474Z] Building docker-security-proxy-setup-go [2021-03-31T16:51:20.396Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:51:20.396Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:51:20.396Z] ---> c4ce2b46cd92 [2021-03-31T16:51:20.396Z] Step 3/26 : WORKDIR /edgex-go [2021-03-31T16:51:20.396Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:51:20.396Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:51:20.396Z] ---> c4ce2b46cd92 [2021-03-31T16:51:20.396Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:51:20.396Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:51:20.396Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:51:20.396Z] ---> c4ce2b46cd92 [2021-03-31T16:51:20.396Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:51:20.396Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:51:20.396Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:51:20.396Z] ---> c4ce2b46cd92 [2021-03-31T16:51:20.396Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:51:20.396Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:51:20.396Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:51:20.396Z] ---> c4ce2b46cd92 [2021-03-31T16:51:20.396Z] Step 3/21 : WORKDIR /edgex-go [2021-03-31T16:51:20.396Z] ---> Running in 7f53fb47f8c7 [2021-03-31T16:51:20.396Z] ---> Running in 21f66b717348 [2021-03-31T16:51:20.396Z] ---> Running in f9381eba69ab [2021-03-31T16:51:20.396Z] ---> Running in bd649d977f08 [2021-03-31T16:51:20.396Z] ---> Running in ec73cbb342cd [2021-03-31T16:51:20.396Z] Removing intermediate container 21f66b717348 [2021-03-31T16:51:20.396Z] ---> b89efc1264ac [2021-03-31T16:51:20.396Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:51:20.396Z] Removing intermediate container bd649d977f08 [2021-03-31T16:51:20.396Z] ---> 34c546547d16 [2021-03-31T16:51:20.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:51:20.396Z] Removing intermediate container ec73cbb342cd [2021-03-31T16:51:20.396Z] ---> f0b6b938a523 [2021-03-31T16:51:20.396Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:51:20.396Z] Removing intermediate container f9381eba69ab [2021-03-31T16:51:20.396Z] ---> 1726de5cce16 [2021-03-31T16:51:20.396Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:51:20.396Z] Removing intermediate container 7f53fb47f8c7 [2021-03-31T16:51:20.396Z] ---> 4efd3ea8f12d [2021-03-31T16:51:20.396Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:51:20.396Z] ---> Running in 2af6cb1a3e28 [2021-03-31T16:51:20.396Z] ---> Running in 8d465bba2fa2 [2021-03-31T16:51:20.396Z] ---> Running in 8917b72557e1 [2021-03-31T16:51:20.396Z] ---> Running in 21c4446501f0 [2021-03-31T16:51:20.396Z] ---> Running in 69969a6a0daa [2021-03-31T16:51:20.396Z] Removing intermediate container 8917b72557e1 [2021-03-31T16:51:20.396Z] ---> 8b2910769fa6 [2021-03-31T16:51:20.396Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-31T16:51:20.660Z] ---> Running in adf634ed2ed6 [2021-03-31T16:51:20.660Z] Removing intermediate container 2af6cb1a3e28 [2021-03-31T16:51:20.660Z] ---> fa3728c831d1 [2021-03-31T16:51:20.661Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-31T16:51:20.661Z] Removing intermediate container 69969a6a0daa [2021-03-31T16:51:20.661Z] ---> 2c0726f6a609 [2021-03-31T16:51:20.661Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-31T16:51:20.924Z] Removing intermediate container 8d465bba2fa2 [2021-03-31T16:51:20.924Z] ---> faf3d819e766 [2021-03-31T16:51:20.924Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:51:20.924Z] Removing intermediate container 21c4446501f0 [2021-03-31T16:51:20.924Z] ---> 39b8bda66e6e [2021-03-31T16:51:20.924Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-31T16:51:21.207Z] ---> Running in 47e118082d95 [2021-03-31T16:51:21.207Z] ---> Running in a9676149224d [2021-03-31T16:51:21.207Z] ---> Running in d0ee2bb5bb3f [2021-03-31T16:51:21.207Z] ---> Running in ab5fb7739023 [2021-03-31T16:51:21.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.930Z] OK: 233 MiB in 51 packages [2021-03-31T16:51:22.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:22.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:23.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:51:23.459Z] OK: 233 MiB in 51 packages [2021-03-31T16:51:23.459Z] Removing intermediate container adf634ed2ed6 [2021-03-31T16:51:23.459Z] ---> 545182c34f5f [2021-03-31T16:51:23.459Z] Step 6/22 : COPY go.mod . [2021-03-31T16:51:23.748Z] OK: 233 MiB in 51 packages [2021-03-31T16:51:23.748Z] ---> 71f5be4cf845 [2021-03-31T16:51:23.748Z] Step 7/22 : RUN go mod download [2021-03-31T16:51:23.748Z] OK: 233 MiB in 51 packages [2021-03-31T16:51:24.035Z] OK: 233 MiB in 51 packages [2021-03-31T16:51:24.035Z] ---> Running in f15e0236d0ce [2021-03-31T16:51:24.035Z] Removing intermediate container 47e118082d95 [2021-03-31T16:51:24.035Z] ---> 243b67e93f67 [2021-03-31T16:51:24.035Z] Step 6/21 : COPY go.mod . [2021-03-31T16:51:24.620Z] ---> 8d2a10492e52 [2021-03-31T16:51:24.620Z] Step 7/21 : RUN go mod download [2021-03-31T16:51:24.897Z] Removing intermediate container ab5fb7739023 [2021-03-31T16:51:24.897Z] ---> 0c78b701ee06 [2021-03-31T16:51:24.897Z] Step 6/23 : COPY go.mod . [2021-03-31T16:51:24.897Z] ---> Running in 7a01b8b12648 [2021-03-31T16:51:24.897Z] Removing intermediate container a9676149224d [2021-03-31T16:51:24.897Z] ---> b91dc62271d7 [2021-03-31T16:51:24.897Z] Step 6/26 : COPY go.mod . [2021-03-31T16:51:24.897Z] Removing intermediate container d0ee2bb5bb3f [2021-03-31T16:51:24.897Z] ---> 8f05ec1e0e3b [2021-03-31T16:51:24.897Z] Step 6/23 : COPY go.mod . [2021-03-31T16:51:25.176Z] ---> 36d01075bdbc [2021-03-31T16:51:25.176Z] Step 7/23 : RUN go mod download [2021-03-31T16:51:25.441Z] ---> ac492315a5ae [2021-03-31T16:51:25.441Z] Step 7/26 : RUN go mod download [2021-03-31T16:51:25.441Z] ---> Running in 193bba17b62b [2021-03-31T16:51:25.441Z] ---> 8ff1f6280250 [2021-03-31T16:51:25.441Z] Step 7/23 : RUN go mod download [2021-03-31T16:51:25.711Z] ---> Running in 2b0b308788e1 [2021-03-31T16:51:25.711Z] ---> Running in 4bff95221c74 [2021-03-31T16:51:26.680Z] Removing intermediate container f15e0236d0ce [2021-03-31T16:51:26.680Z] ---> 75b489248be2 [2021-03-31T16:51:26.680Z] Step 8/22 : COPY . . [2021-03-31T16:51:26.680Z] Removing intermediate container 7a01b8b12648 [2021-03-31T16:51:26.680Z] ---> b713d1cadd0e [2021-03-31T16:51:26.680Z] Step 8/21 : COPY . . [2021-03-31T16:51:30.056Z] Removing intermediate container 193bba17b62b [2021-03-31T16:51:30.056Z] ---> 7921dbc77302 [2021-03-31T16:51:30.056Z] Step 8/23 : COPY . . [2021-03-31T16:51:33.411Z] Removing intermediate container 2b0b308788e1 [2021-03-31T16:51:33.411Z] ---> bef06c4e48a3 [2021-03-31T16:51:33.411Z] Step 8/26 : COPY . . [2021-03-31T16:51:34.390Z] Removing intermediate container 4bff95221c74 [2021-03-31T16:51:34.390Z] ---> 59b4fd5b9e77 [2021-03-31T16:51:34.390Z] Step 8/23 : COPY . . [2021-03-31T16:52:13.396Z] ---> ef41ef8e29d3 [2021-03-31T16:52:13.396Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-31T16:52:13.396Z] ---> 82bb384c48ba [2021-03-31T16:52:13.396Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-31T16:52:13.396Z] ---> 798e16120cdf [2021-03-31T16:52:13.396Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-31T16:52:13.396Z] ---> Running in cdefbf23b902 [2021-03-31T16:52:13.396Z] ---> Running in 8c8e7656041d [2021-03-31T16:52:13.396Z] ---> Running in 2ee5d0003747 [2021-03-31T16:52:13.396Z] ---> 7fc0d2ad26e0 [2021-03-31T16:52:13.396Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-31T16:52:13.396Z] ---> 7a582dd09d4d [2021-03-31T16:52:13.396Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-31T16:52:13.396Z] ---> Running in 2d1f724d62d9 [2021-03-31T16:52:13.396Z] ---> Running in 6c273d90b52a [2021-03-31T16:52:13.396Z] 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-31T16:52:13.396Z] 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-31T16:52:13.396Z] 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-31T16:52:13.396Z] 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-31T16:52:13.396Z] 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-31T16:52:45.688Z] 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-31T16:52:55.839Z] Removing intermediate container 6c273d90b52a [2021-03-31T16:52:55.840Z] ---> 54af95ee2b29 [2021-03-31T16:52:55.840Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-31T16:52:56.102Z] Removing intermediate container 2d1f724d62d9 [2021-03-31T16:52:56.102Z] ---> e810f25e8302 [2021-03-31T16:52:56.102Z] [2021-03-31T16:52:56.102Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:52:56.102Z] Removing intermediate container cdefbf23b902 [2021-03-31T16:52:56.102Z] ---> fbca53fe6bed [2021-03-31T16:52:56.102Z] [2021-03-31T16:52:56.102Z] Step 10/21 : FROM alpine:3.12 [2021-03-31T16:52:56.102Z] 3.12: Pulling from library/alpine [2021-03-31T16:52:56.102Z] 3.12: Pulling from library/alpine [2021-03-31T16:52:56.683Z] ---> Running in 552a68e45620 [2021-03-31T16:52:57.264Z] Removing intermediate container 2ee5d0003747 [2021-03-31T16:52:57.264Z] ---> 82e5c6cee343 [2021-03-31T16:52:57.264Z] [2021-03-31T16:52:57.264Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:52:57.264Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:52:57.264Z] 3.12: Pulling from library/alpine [2021-03-31T16:52:57.264Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:52:57.264Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T16:52:57.264Z] ---> 42cb162f0360 [2021-03-31T16:52:57.264Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:52:57.264Z] Digest: sha256:d1eaae2a6814b4b10a722fa75e8a6b53db42d1bf531395a107fea0458bfbf1d8 [2021-03-31T16:52:57.264Z] Status: Image is up to date for alpine:3.12 [2021-03-31T16:52:57.264Z] ---> 42cb162f0360 [2021-03-31T16:52:57.264Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-31T16:52:57.264Z] Status: Downloaded newer image for alpine:3.12 [2021-03-31T16:52:57.264Z] ---> 42cb162f0360 [2021-03-31T16:52:57.264Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-31T16:52:59.205Z] ---> Running in 4d3c1162b751 [2021-03-31T16:52:59.205Z] ---> Running in e95df1e35566 [2021-03-31T16:52:59.205Z] ---> Running in baf6da3dd65e [2021-03-31T16:52:59.205Z] 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-31T16:52:59.782Z] Removing intermediate container 8c8e7656041d [2021-03-31T16:52:59.782Z] ---> 55636e38cf6b [2021-03-31T16:52:59.782Z] [2021-03-31T16:52:59.782Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:52:59.782Z] ---> 42cb162f0360 [2021-03-31T16:52:59.782Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:53:00.048Z] ---> Running in 11febd695ea2 [2021-03-31T16:53:00.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.637Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.901Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:53:00.901Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:00.901Z] Removing intermediate container 552a68e45620 [2021-03-31T16:53:00.901Z] ---> 6a1e4854b310 [2021-03-31T16:53:00.901Z] [2021-03-31T16:53:00.901Z] Step 11/26 : FROM docker:20.10.0 [2021-03-31T16:53:00.901Z] OK: 6 MiB in 15 packages [2021-03-31T16:53:00.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:00.901Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-31T16:53:00.901Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:53:00.901Z] 20.10.0: Pulling from library/docker [2021-03-31T16:53:00.901Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-31T16:53:00.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:01.170Z] (4/4) Installing curl (7.69.1-r3) [2021-03-31T16:53:01.170Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:01.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:01.170Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:53:01.170Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-31T16:53:01.170Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:53:01.170Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:01.170Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:53:01.445Z] OK: 7 MiB in 18 packages [2021-03-31T16:53:01.445Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-31T16:53:01.445Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:01.445Z] OK: 6 MiB in 15 packages [2021-03-31T16:53:01.445Z] OK: 6 MiB in 16 packages [2021-03-31T16:53:03.392Z] Removing intermediate container 4d3c1162b751 [2021-03-31T16:53:03.392Z] ---> f7b920eec5e2 [2021-03-31T16:53:03.392Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:53:03.656Z] Removing intermediate container 11febd695ea2 [2021-03-31T16:53:03.656Z] ---> c851454d016e [2021-03-31T16:53:03.656Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:53:03.656Z] ---> Running in 5b1d4bb3a1e9 [2021-03-31T16:53:04.610Z] ---> Running in 91900a54280d [2021-03-31T16:53:04.875Z] Removing intermediate container e95df1e35566 [2021-03-31T16:53:04.875Z] ---> 730ea4b319f3 [2021-03-31T16:53:04.875Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:53:04.875Z] Removing intermediate container baf6da3dd65e [2021-03-31T16:53:04.875Z] ---> 7086fc471e47 [2021-03-31T16:53:04.875Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:53:04.875Z] Removing intermediate container 5b1d4bb3a1e9 [2021-03-31T16:53:04.875Z] ---> 57ecb2a36f28 [2021-03-31T16:53:04.875Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-31T16:53:05.151Z] ---> Running in 218b7a2bac9d [2021-03-31T16:53:05.151Z] ---> Running in 16a3a0751ad1 [2021-03-31T16:53:05.151Z] ---> Running in e03b81d273de [2021-03-31T16:53:05.151Z] Removing intermediate container 91900a54280d [2021-03-31T16:53:05.151Z] ---> fd9c35a8b0d1 [2021-03-31T16:53:05.151Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-31T16:53:05.416Z] ---> Running in e56fccdd4df3 [2021-03-31T16:53:05.416Z] Removing intermediate container 16a3a0751ad1 [2021-03-31T16:53:05.416Z] ---> 1482369636c0 [2021-03-31T16:53:05.416Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-31T16:53:05.416Z] Removing intermediate container 218b7a2bac9d [2021-03-31T16:53:05.416Z] ---> 4352757f8987 [2021-03-31T16:53:05.416Z] Step 13/21 : WORKDIR /edgex [2021-03-31T16:53:05.689Z] Removing intermediate container e03b81d273de [2021-03-31T16:53:05.689Z] ---> 6c0991ddd9fd [2021-03-31T16:53:05.689Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:53:05.689Z] ---> Running in b9be97cb2784 [2021-03-31T16:53:05.689Z] ---> Running in 27a8fe55122b [2021-03-31T16:53:05.689Z] ---> Running in 8cac09217940 [2021-03-31T16:53:05.689Z] Removing intermediate container e56fccdd4df3 [2021-03-31T16:53:05.689Z] ---> 83bc72c423dc [2021-03-31T16:53:05.689Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-31T16:53:05.963Z] ---> Running in 4cff7af6ee7c [2021-03-31T16:53:05.963Z] Removing intermediate container 8cac09217940 [2021-03-31T16:53:05.963Z] ---> b2387e6aa34f [2021-03-31T16:53:05.963Z] Step 15/23 : WORKDIR / [2021-03-31T16:53:06.243Z] Removing intermediate container b9be97cb2784 [2021-03-31T16:53:06.243Z] ---> 762a5293dd78 [2021-03-31T16:53:06.243Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:53:06.243Z] ---> Running in 6b7e94520e97 [2021-03-31T16:53:06.243Z] Removing intermediate container 27a8fe55122b [2021-03-31T16:53:06.243Z] ---> 93efcb29fb68 [2021-03-31T16:53:06.243Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-31T16:53:06.511Z] Removing intermediate container 4cff7af6ee7c [2021-03-31T16:53:06.511Z] ---> 764cf07fba6c [2021-03-31T16:53:06.511Z] Step 15/23 : WORKDIR / [2021-03-31T16:53:06.774Z] ---> Running in 094b61cdbe60 [2021-03-31T16:53:07.042Z] ---> Running in 8f97d3aa4635 [2021-03-31T16:53:07.042Z] ---> c19902ccdd8a [2021-03-31T16:53:07.042Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-31T16:53:07.042Z] Removing intermediate container 6b7e94520e97 [2021-03-31T16:53:07.042Z] ---> cd3714539af8 [2021-03-31T16:53:07.042Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:53:07.042Z] Removing intermediate container 094b61cdbe60 [2021-03-31T16:53:07.042Z] ---> b0ce16ddb99e [2021-03-31T16:53:07.042Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:53:07.309Z] Removing intermediate container 8f97d3aa4635 [2021-03-31T16:53:07.309Z] ---> caa9df0ef9e6 [2021-03-31T16:53:07.309Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:53:07.586Z] ---> 7f24ab02da9c [2021-03-31T16:53:07.586Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-31T16:53:07.586Z] ---> ce982f7a70df [2021-03-31T16:53:07.586Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-31T16:53:07.861Z] ---> 77ed5dbc6134 [2021-03-31T16:53:07.861Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-31T16:53:07.861Z] ---> a30184854819 [2021-03-31T16:53:07.861Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-31T16:53:09.806Z] ---> 9ca84b62b7f5 [2021-03-31T16:53:09.806Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-31T16:53:09.806Z] ---> 8ce8c14ec421 [2021-03-31T16:53:09.806Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-31T16:53:09.806Z] ---> 1e86063ba7ca [2021-03-31T16:53:09.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-31T16:53:09.806Z] ---> 6b1387b6463f [2021-03-31T16:53:09.806Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-31T16:53:09.806Z] ---> Running in adb8542c89d7 [2021-03-31T16:53:10.071Z] Removing intermediate container adb8542c89d7 [2021-03-31T16:53:10.071Z] ---> 60047a5efca6 [2021-03-31T16:53:10.071Z] Step 18/21 : CMD ["--init=true"] [2021-03-31T16:53:10.071Z] ---> 2b30f1fdc5da [2021-03-31T16:53:10.071Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-31T16:53:10.071Z] ---> d2e93017a152 [2021-03-31T16:53:10.071Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-31T16:53:10.334Z] ---> 8b6056ba826a [2021-03-31T16:53:10.334Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-31T16:53:10.334Z] ---> Running in deae9fe97d74 [2021-03-31T16:53:10.334Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-31T16:53:10.334Z] ---> Running in c0d392b8387b [2021-03-31T16:53:10.334Z] ---> Running in 27798eb13ef9 [2021-03-31T16:53:10.334Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-31T16:53:10.334Z] ---> aefe523efa57 [2021-03-31T16:53:10.334Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-31T16:53:10.597Z] ---> Running in 5bc7b606b91d [2021-03-31T16:53:10.597Z] ---> Running in 88a010261936 [2021-03-31T16:53:10.862Z] Removing intermediate container deae9fe97d74 [2021-03-31T16:53:10.862Z] ---> 05c6b6a80e43 [2021-03-31T16:53:10.862Z] Step 19/21 : LABEL arch=x86_64 [2021-03-31T16:53:10.862Z] Removing intermediate container c0d392b8387b [2021-03-31T16:53:10.862Z] ---> bb71d9acb168 [2021-03-31T16:53:10.862Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:53:10.862Z] Removing intermediate container 27798eb13ef9 [2021-03-31T16:53:10.862Z] ---> e86b1ce53d29 [2021-03-31T16:53:10.863Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:53:11.136Z] ---> Running in 89c82f5f2090 [2021-03-31T16:53:11.136Z] Removing intermediate container 5bc7b606b91d [2021-03-31T16:53:11.136Z] ---> 90cd7aae7d72 [2021-03-31T16:53:11.136Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:53:11.136Z] ---> Running in 528f4ea940dd [2021-03-31T16:53:11.136Z] ---> Running in 80a414f7abfc [2021-03-31T16:53:11.136Z] ---> Running in f26b2da41a85 [2021-03-31T16:53:11.720Z] Removing intermediate container 89c82f5f2090 [2021-03-31T16:53:11.720Z] ---> 81d62163684a [2021-03-31T16:53:11.720Z] Step 20/21 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:53:11.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:11.984Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:11.984Z] ---> Running in 5dc84fdc0070 [2021-03-31T16:53:11.984Z] Removing intermediate container f26b2da41a85 [2021-03-31T16:53:11.984Z] ---> fb9e205eaace [2021-03-31T16:53:11.984Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:53:12.258Z] Removing intermediate container 528f4ea940dd [2021-03-31T16:53:12.258Z] ---> 24dfdc6581d6 [2021-03-31T16:53:12.258Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:53:12.258Z] Removing intermediate container 80a414f7abfc [2021-03-31T16:53:12.258Z] ---> 82be94370daf [2021-03-31T16:53:12.258Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:53:12.258Z] (1/2) Installing readline (8.0.4-r0) [2021-03-31T16:53:12.258Z] (2/2) Installing bash (5.0.17-r0) [2021-03-31T16:53:12.258Z] Executing bash-5.0.17-r0.post-install [2021-03-31T16:53:12.258Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:12.258Z] OK: 12 MiB in 22 packages [2021-03-31T16:53:12.258Z] ---> Running in 9e25b3c1a203 [2021-03-31T16:53:12.258Z] ---> Running in e68878de4068 [2021-03-31T16:53:12.258Z] ---> Running in 72442ba9fbd6 [2021-03-31T16:53:12.529Z] Removing intermediate container 5dc84fdc0070 [2021-03-31T16:53:12.529Z] ---> 0175a723e4e9 [2021-03-31T16:53:12.529Z] Step 21/21 : LABEL version=0.0.0 [2021-03-31T16:53:12.529Z] ---> Running in f992b815507b [2021-03-31T16:53:12.529Z] Removing intermediate container 9e25b3c1a203 [2021-03-31T16:53:12.529Z] ---> 13cb1f4920cf [2021-03-31T16:53:12.529Z] Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:53:12.798Z] Removing intermediate container 72442ba9fbd6 [2021-03-31T16:53:12.798Z] ---> 6695d3ccb4db [2021-03-31T16:53:12.798Z] Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:53:12.798Z] Removing intermediate container e68878de4068 [2021-03-31T16:53:12.798Z] ---> b67e6b1c7678 [2021-03-31T16:53:12.798Z] Step 21/22 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:53:13.067Z] ---> Running in d5ac99058bfb [2021-03-31T16:53:13.067Z] ---> Running in b22f27db17b5 [2021-03-31T16:53:13.067Z] ---> Running in 37029a56ae8c [2021-03-31T16:53:13.067Z] Removing intermediate container f992b815507b [2021-03-31T16:53:13.067Z] ---> 03647184e008 [2021-03-31T16:53:13.067Z] [2021-03-31T16:53:13.330Z] Removing intermediate container d5ac99058bfb [2021-03-31T16:53:13.330Z] ---> 065e4ba3403f [2021-03-31T16:53:13.330Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:53:13.330Z] ---> Running in 1a3e90c27559 [2021-03-31T16:53:13.330Z] Successfully built 03647184e008 [2021-03-31T16:53:13.612Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-31T16:53:13.612Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-03-31T16:53:13.612Z] Removing intermediate container b22f27db17b5 [2021-03-31T16:53:13.612Z] ---> b96e2ae98338 [2021-03-31T16:53:13.612Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:53:13.612Z] Removing intermediate container 88a010261936 [2021-03-31T16:53:13.612Z] ---> 4d16c03b01e2 [2021-03-31T16:53:13.612Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-31T16:53:13.612Z] Removing intermediate container 37029a56ae8c [2021-03-31T16:53:13.612Z] ---> dfef832ce749 [2021-03-31T16:53:13.613Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:53:13.613Z] ---> Running in 7730f7aeca1f [2021-03-31T16:53:13.613Z] ---> Running in 1489b708fc4d [2021-03-31T16:53:13.890Z] ---> Running in ebcb40d0e643 [2021-03-31T16:53:13.890Z] Removing intermediate container 1a3e90c27559 [2021-03-31T16:53:13.890Z] ---> cd9170be92c8 [2021-03-31T16:53:13.890Z] [2021-03-31T16:53:14.162Z] Removing intermediate container 1489b708fc4d [2021-03-31T16:53:14.162Z] ---> 478c63a005ea [2021-03-31T16:53:14.162Z] [2021-03-31T16:53:14.162Z] Successfully built cd9170be92c8 [2021-03-31T16:53:14.162Z] Successfully tagged docker-core-metadata-go:latest [2021-03-31T16:53:14.162Z] Building docker-security-secretstore-setup-go [2021-03-31T16:53:14.162Z]  Building docker-core-metadata-go ... done Removing intermediate container 7730f7aeca1f [2021-03-31T16:53:14.162Z] ---> 2ce8b899efe7 [2021-03-31T16:53:14.162Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-31T16:53:14.162Z] Removing intermediate container ebcb40d0e643 [2021-03-31T16:53:14.162Z] ---> 19db4254aca9 [2021-03-31T16:53:14.162Z] [2021-03-31T16:53:14.162Z] Successfully built 478c63a005ea [2021-03-31T16:53:14.162Z] ---> Running in a26610727160 [2021-03-31T16:53:14.162Z] Successfully tagged docker-core-command-go:latest [2021-03-31T16:53:14.162Z] Building docker-support-scheduler-go [2021-03-31T16:53:14.429Z]  Building docker-core-command-go ... done Successfully built 19db4254aca9 [2021-03-31T16:53:14.429Z] Successfully tagged docker-support-notifications-go:latest [2021-03-31T16:53:14.429Z] Building docker-core-data-go [2021-03-31T16:53:14.694Z]  Building docker-support-notifications-go ... done Removing intermediate container a26610727160 [2021-03-31T16:53:14.694Z] ---> ca4aeb672034 [2021-03-31T16:53:14.694Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-31T16:53:14.694Z] ---> Running in 5cf3144dd03a [2021-03-31T16:53:14.982Z] Removing intermediate container 5cf3144dd03a [2021-03-31T16:53:14.982Z] ---> d6426919ba36 [2021-03-31T16:53:14.982Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-31T16:53:16.935Z] ---> 5b7313222291 [2021-03-31T16:53:16.935Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-31T16:53:19.142Z] ---> 7d2a01e7cfee [2021-03-31T16:53:19.142Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-31T16:53:23.398Z] ---> d48b0d930655 [2021-03-31T16:53:23.398Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-31T16:53:23.398Z] ---> Running in e9d5bd0e5d59 [2021-03-31T16:53:23.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:23.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:23.930Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-31T16:53:23.930Z] (2/33) Installing expat (2.2.9-r1) [2021-03-31T16:53:23.930Z] (3/33) Installing libffi (3.3-r2) [2021-03-31T16:53:23.930Z] (4/33) Installing gdbm (1.13-r1) [2021-03-31T16:53:23.930Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-31T16:53:23.930Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-31T16:53:23.930Z] (7/33) Installing python3 (3.8.8-r0) [2021-03-31T16:53:27.269Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-31T16:53:27.269Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-31T16:53:27.269Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-31T16:53:27.269Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-31T16:53:27.550Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-31T16:53:27.550Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-31T16:53:27.550Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-31T16:53:27.816Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-31T16:53:27.816Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-31T16:53:27.816Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-31T16:53:27.816Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-31T16:53:27.816Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-31T16:53:27.816Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-31T16:53:27.816Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-31T16:53:27.816Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-31T16:53:27.816Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-31T16:53:27.816Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-31T16:53:27.816Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-31T16:53:27.816Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-31T16:53:28.082Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-31T16:53:28.082Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-31T16:53:28.082Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-31T16:53:28.082Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-31T16:53:28.082Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-31T16:53:28.082Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-31T16:53:28.082Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-31T16:53:28.082Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:53:28.082Z] OK: 71 MiB in 55 packages [2021-03-31T16:53:46.350Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:53:46.350Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:53:46.350Z] ---> c4ce2b46cd92 [2021-03-31T16:53:46.350Z] Step 3/22 : WORKDIR /edgex-go [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 4efd3ea8f12d [2021-03-31T16:53:46.350Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 2c0726f6a609 [2021-03-31T16:53:46.350Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-31T16:53:46.350Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:53:46.350Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:53:46.350Z] ---> c4ce2b46cd92 [2021-03-31T16:53:46.350Z] Step 3/23 : WORKDIR /edgex-go [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 4efd3ea8f12d [2021-03-31T16:53:46.350Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 2c0726f6a609 [2021-03-31T16:53:46.350Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-31T16:53:46.350Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:53:46.350Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:53:46.350Z] ---> c4ce2b46cd92 [2021-03-31T16:53:46.350Z] Step 3/31 : WORKDIR /edgex-go [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 4efd3ea8f12d [2021-03-31T16:53:46.350Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 2c0726f6a609 [2021-03-31T16:53:46.350Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-31T16:53:46.350Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-31T16:53:46.350Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-31T16:53:46.350Z] ---> c4ce2b46cd92 [2021-03-31T16:53:46.350Z] Step 3/24 : WORKDIR /edgex-go [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 4efd3ea8f12d [2021-03-31T16:53:46.350Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:53:46.350Z] ---> Using cache [2021-03-31T16:53:46.350Z] ---> 2c0726f6a609 [2021-03-31T16:53:46.350Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-31T16:53:46.952Z] ---> Running in 2127213b2619 [2021-03-31T16:53:46.952Z] ---> Running in d5a396aa16f4 [2021-03-31T16:53:46.952Z] ---> Running in e7e0848fdc96 [2021-03-31T16:53:46.952Z] ---> Running in 65e7caa5c834 [2021-03-31T16:53:48.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:48.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:48.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:48.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:49.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:49.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:49.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:49.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:53:50.077Z] OK: 233 MiB in 51 packages [2021-03-31T16:53:50.077Z] OK: 233 MiB in 51 packages [2021-03-31T16:53:50.077Z] OK: 233 MiB in 51 packages [2021-03-31T16:53:50.077Z] OK: 233 MiB in 51 packages [2021-03-31T16:53:52.645Z] Removing intermediate container 65e7caa5c834 [2021-03-31T16:53:52.645Z] ---> 3200d21c816a [2021-03-31T16:53:52.645Z] Step 6/31 : COPY go.mod . [2021-03-31T16:53:52.645Z] Removing intermediate container 2127213b2619 [2021-03-31T16:53:52.645Z] ---> 0f2a35150908 [2021-03-31T16:53:52.645Z] Step 6/24 : COPY go.mod . [2021-03-31T16:53:52.645Z] Removing intermediate container d5a396aa16f4 [2021-03-31T16:53:52.645Z] ---> cc2a716f6c46 [2021-03-31T16:53:52.645Z] Step 6/22 : COPY go.mod . [2021-03-31T16:53:52.910Z] Removing intermediate container e9d5bd0e5d59 [2021-03-31T16:53:52.910Z] ---> 8556d8277424 [2021-03-31T16:53:52.910Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-31T16:53:53.173Z] Removing intermediate container e7e0848fdc96 [2021-03-31T16:53:53.173Z] ---> 42796f4c3b94 [2021-03-31T16:53:53.173Z] Step 6/23 : COPY go.mod . [2021-03-31T16:53:53.173Z] ---> e1edadf6d6ed [2021-03-31T16:53:53.173Z] Step 7/24 : RUN go mod download [2021-03-31T16:53:53.173Z] ---> Running in 0db96af64ada [2021-03-31T16:53:53.173Z] ---> 1878f52049f4 [2021-03-31T16:53:53.173Z] Step 7/31 : RUN go mod download [2021-03-31T16:53:53.437Z] ---> Running in b9e48870a458 [2021-03-31T16:53:53.437Z] ---> Running in 2b7bcfa89490 [2021-03-31T16:53:53.701Z] ---> 22765c73ad1f [2021-03-31T16:53:53.701Z] Step 7/22 : RUN go mod download [2021-03-31T16:53:53.701Z] ---> ab786e652772 [2021-03-31T16:53:53.701Z] Step 7/23 : RUN go mod download [2021-03-31T16:53:53.701Z] ---> Running in de00cf266864 [2021-03-31T16:53:53.966Z] ---> Running in 33d90a9202c6 [2021-03-31T16:53:55.930Z] Collecting docker-compose==1.23.2 [2021-03-31T16:53:55.930Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-31T16:53:55.930Z] Collecting texttable<0.10,>=0.9.0 [2021-03-31T16:53:55.930Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-31T16:53:56.202Z] Removing intermediate container b9e48870a458 [2021-03-31T16:53:56.202Z] ---> 4f017cb65364 [2021-03-31T16:53:56.202Z] Step 8/31 : COPY . . [2021-03-31T16:53:56.202Z] Removing intermediate container 2b7bcfa89490 [2021-03-31T16:53:56.202Z] ---> 59a1f2e0b346 [2021-03-31T16:53:56.202Z] Step 8/24 : COPY . . [2021-03-31T16:53:56.470Z] Removing intermediate container 33d90a9202c6 [2021-03-31T16:53:56.470Z] ---> f2c9ca82fb4e [2021-03-31T16:53:56.470Z] Step 8/23 : COPY . . [2021-03-31T16:53:56.470Z] Removing intermediate container de00cf266864 [2021-03-31T16:53:56.470Z] ---> fd420bba319f [2021-03-31T16:53:56.470Z] Step 8/22 : COPY . . [2021-03-31T16:53:57.050Z] Collecting jsonschema<3,>=2.5.1 [2021-03-31T16:53:57.050Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-31T16:53:57.632Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-31T16:53:57.632Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-31T16:54:00.998Z] Collecting PyYAML<4,>=3.10 [2021-03-31T16:54:00.998Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-31T16:54:02.995Z] 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-31T16:54:03.586Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-31T16:54:03.586Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-31T16:54:05.816Z] Collecting cached-property<2,>=1.2.0 [2021-03-31T16:54:05.816Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-31T16:54:07.268Z] Collecting docker<4.0,>=3.6.0 [2021-03-31T16:54:07.268Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-31T16:54:08.228Z] Collecting docopt<0.7,>=0.6.1 [2021-03-31T16:54:08.228Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-31T16:54:11.955Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-31T16:54:11.955Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-31T16:54:13.372Z] 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-31T16:54:13.372Z] Collecting idna<2.8,>=2.5 [2021-03-31T16:54:13.372Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-31T16:54:13.372Z] 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-31T16:54:13.372Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-31T16:54:13.372Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-31T16:54:13.641Z] Collecting docker-pycreds>=0.4.0 [2021-03-31T16:54:13.641Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-31T16:54:13.641Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-31T16:54:13.641Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-31T16:54:13.641Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-31T16:54:13.641Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-31T16:54:13.912Z] Installing collected packages: texttable, jsonschema, websocket-client, PyYAML, idna, urllib3, requests, cached-property, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-03-31T16:54:13.912Z] Running setup.py install for texttable: started [2021-03-31T16:54:17.617Z] Running setup.py install for texttable: finished with status 'done' [2021-03-31T16:54:21.004Z] Running setup.py install for PyYAML: started [2021-03-31T16:54:22.473Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-31T16:54:22.473Z] Attempting uninstall: idna [2021-03-31T16:54:22.473Z] Found existing installation: idna 2.9 [2021-03-31T16:54:22.473Z] Uninstalling idna-2.9: [2021-03-31T16:54:23.065Z] Successfully uninstalled idna-2.9 [2021-03-31T16:54:25.660Z] Attempting uninstall: urllib3 [2021-03-31T16:54:25.660Z] Found existing installation: urllib3 1.25.9 [2021-03-31T16:54:25.660Z] Uninstalling urllib3-1.25.9: [2021-03-31T16:54:25.660Z] Successfully uninstalled urllib3-1.25.9 [2021-03-31T16:54:26.286Z] Attempting uninstall: requests [2021-03-31T16:54:26.286Z] Found existing installation: requests 2.23.0 [2021-03-31T16:54:26.286Z] Uninstalling requests-2.23.0: [2021-03-31T16:54:26.875Z] Successfully uninstalled requests-2.23.0 [2021-03-31T16:54:32.252Z] Running setup.py install for docopt: started [2021-03-31T16:54:33.681Z] Running setup.py install for docopt: finished with status 'done' [2021-03-31T16:54:33.681Z] Running setup.py install for dockerpty: started [2021-03-31T16:54:34.267Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-31T16:54:37.017Z] 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-31T16:54:37.017Z] ---> facf6e3ff4a6 [2021-03-31T16:54:37.017Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-31T16:54:37.988Z] ---> f3050aa735c3 [2021-03-31T16:54:37.988Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-31T16:54:37.988Z] ---> f8675e768806 [2021-03-31T16:54:37.988Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-31T16:54:37.988Z] ---> Running in f811a3bea5a8 [2021-03-31T16:54:38.571Z] ---> 55e632727cf9 [2021-03-31T16:54:38.571Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-31T16:54:38.836Z] ---> Running in 6066ebc7e3af [2021-03-31T16:54:38.836Z] ---> Running in bfc92c734539 [2021-03-31T16:54:39.102Z] ---> Running in e54d11254051 [2021-03-31T16:54:40.067Z] 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-31T16:54:40.067Z] 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-31T16:54:40.067Z] 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-31T16:54:40.067Z] 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-31T16:54:42.068Z] Removing intermediate container 0db96af64ada [2021-03-31T16:54:42.068Z] ---> 6e3f45e793ac [2021-03-31T16:54:42.068Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-31T16:54:42.068Z] ---> Running in 8f901f2f1a03 [2021-03-31T16:54:43.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:54:43.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:54:43.326Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:54:43.326Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-31T16:54:43.326Z] (3/3) Installing curl (7.69.1-r3) [2021-03-31T16:54:43.326Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:54:43.326Z] OK: 72 MiB in 58 packages [2021-03-31T16:54:46.710Z] Removing intermediate container 8f901f2f1a03 [2021-03-31T16:54:46.710Z] ---> fa2ef3014fa8 [2021-03-31T16:54:46.710Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-31T16:54:47.303Z] ---> Running in d879a1340b7f [2021-03-31T16:54:48.304Z] Removing intermediate container d879a1340b7f [2021-03-31T16:54:48.304Z] ---> e25c67c2dc09 [2021-03-31T16:54:48.304Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:54:48.304Z] ---> Running in e7ff3f62f635 [2021-03-31T16:54:48.584Z] Removing intermediate container e7ff3f62f635 [2021-03-31T16:54:48.584Z] ---> 1141a8703f47 [2021-03-31T16:54:48.584Z] Step 24/26 : LABEL arch=x86_64 [2021-03-31T16:54:48.854Z] ---> Running in 4c283d4160e1 [2021-03-31T16:54:49.125Z] Removing intermediate container 4c283d4160e1 [2021-03-31T16:54:49.125Z] ---> 64ddfd2ae01c [2021-03-31T16:54:49.125Z] Step 25/26 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:54:49.125Z] ---> Running in 1a4ab5da0bba [2021-03-31T16:54:49.714Z] Removing intermediate container 1a4ab5da0bba [2021-03-31T16:54:49.714Z] ---> 8c31a939792a [2021-03-31T16:54:49.714Z] Step 26/26 : LABEL version=0.0.0 [2021-03-31T16:54:49.714Z] ---> Running in a1c3b5131c26 [2021-03-31T16:54:49.984Z] Removing intermediate container a1c3b5131c26 [2021-03-31T16:54:49.984Z] ---> 65b64d104c7b [2021-03-31T16:54:49.984Z] [2021-03-31T16:54:50.255Z] Successfully built 65b64d104c7b [2021-03-31T16:54:50.255Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-31T16:55:12.409Z]  Building docker-sys-mgmt-agent-go ... done 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-31T16:55:22.527Z] Removing intermediate container f811a3bea5a8 [2021-03-31T16:55:22.527Z] ---> 27aee4d5d927 [2021-03-31T16:55:22.527Z] [2021-03-31T16:55:22.527Z] Step 10/31 : FROM alpine:3.12 [2021-03-31T16:55:22.527Z] ---> 42cb162f0360 [2021-03-31T16:55:22.527Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-31T16:55:22.527Z] Removing intermediate container bfc92c734539 [2021-03-31T16:55:22.527Z] ---> 286ee3314fbf [2021-03-31T16:55:22.527Z] [2021-03-31T16:55:22.527Z] Step 10/24 : FROM alpine:3.12 [2021-03-31T16:55:22.527Z] ---> 42cb162f0360 [2021-03-31T16:55:22.527Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-03-31T16:55:22.527Z] Removing intermediate container 6066ebc7e3af [2021-03-31T16:55:22.527Z] ---> af6d8c91cb42 [2021-03-31T16:55:22.527Z] [2021-03-31T16:55:22.527Z] Step 10/22 : FROM alpine:3.12 [2021-03-31T16:55:22.527Z] ---> 42cb162f0360 [2021-03-31T16:55:22.527Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-31T16:55:22.527Z] ---> Using cache [2021-03-31T16:55:22.527Z] ---> c851454d016e [2021-03-31T16:55:22.527Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-31T16:55:22.527Z] ---> Using cache [2021-03-31T16:55:22.527Z] ---> fd9c35a8b0d1 [2021-03-31T16:55:22.527Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-31T16:55:22.527Z] ---> Running in 7359621113d5 [2021-03-31T16:55:22.527Z] ---> Running in aef8f39c57d3 [2021-03-31T16:55:22.527Z] ---> Running in 5bff746b7992 [2021-03-31T16:55:22.527Z] Removing intermediate container aef8f39c57d3 [2021-03-31T16:55:22.527Z] ---> b0567c1cf83c [2021-03-31T16:55:22.527Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-31T16:55:22.528Z] Removing intermediate container 5bff746b7992 [2021-03-31T16:55:22.528Z] ---> 19af78b9a312 [2021-03-31T16:55:22.528Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-31T16:55:22.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:22.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:22.528Z] (1/6) Installing ca-certificates (20191127-r4) [2021-03-31T16:55:22.528Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-03-31T16:55:22.528Z] (3/6) Installing libcurl (7.69.1-r3) [2021-03-31T16:55:22.528Z] (4/6) Installing curl (7.69.1-r3) [2021-03-31T16:55:22.528Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:55:22.528Z] (6/6) Installing su-exec (0.2-r1) [2021-03-31T16:55:22.528Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:55:22.528Z] ---> Running in 622630480d9a [2021-03-31T16:55:22.528Z] ---> Running in 00e5c1a90545 [2021-03-31T16:55:22.528Z] Executing ca-certificates-20191127-r4.trigger [2021-03-31T16:55:22.528Z] OK: 7 MiB in 20 packages [2021-03-31T16:55:24.062Z] Removing intermediate container 622630480d9a [2021-03-31T16:55:24.062Z] ---> c10023be1ef5 [2021-03-31T16:55:24.062Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:55:24.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:24.062Z] Removing intermediate container e54d11254051 [2021-03-31T16:55:24.062Z] ---> 42913b36cae7 [2021-03-31T16:55:24.062Z] [2021-03-31T16:55:24.062Z] Step 10/23 : FROM alpine:3.12 [2021-03-31T16:55:24.062Z] ---> 42cb162f0360 [2021-03-31T16:55:24.062Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-31T16:55:24.062Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:24.062Z] ---> Running in a53445e3ca6f [2021-03-31T16:55:24.062Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-31T16:55:24.062Z] (2/2) Installing su-exec (0.2-r1) [2021-03-31T16:55:24.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:55:24.062Z] OK: 6 MiB in 16 packages [2021-03-31T16:55:24.856Z] ---> c58acfdc1105 [2021-03-31T16:55:24.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-31T16:55:24.856Z] Removing intermediate container a53445e3ca6f [2021-03-31T16:55:24.856Z] ---> 245bd7ba09ed [2021-03-31T16:55:24.856Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-31T16:55:24.856Z] Removing intermediate container 7359621113d5 [2021-03-31T16:55:24.856Z] ---> bf71e31ba3ba [2021-03-31T16:55:24.857Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-31T16:55:25.132Z] ---> Running in 6c0d75d6429d [2021-03-31T16:55:25.132Z] ---> Running in 36249bef311a [2021-03-31T16:55:25.132Z] Removing intermediate container 00e5c1a90545 [2021-03-31T16:55:25.132Z] ---> b54146986046 [2021-03-31T16:55:25.132Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-31T16:55:26.088Z] ---> 159ebc771e21 [2021-03-31T16:55:26.088Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-31T16:55:26.088Z] Removing intermediate container 6c0d75d6429d [2021-03-31T16:55:26.088Z] ---> 4c011de34535 [2021-03-31T16:55:26.088Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-31T16:55:26.088Z] ---> Running in 98cd2ee6bd00 [2021-03-31T16:55:26.088Z] ---> Running in 801c0051bc6c [2021-03-31T16:55:26.088Z] Removing intermediate container 36249bef311a [2021-03-31T16:55:26.088Z] ---> 2fe90fc19bf1 [2021-03-31T16:55:26.088Z] Step 13/24 : WORKDIR / [2021-03-31T16:55:26.354Z] ---> Running in 43436f7ca33e [2021-03-31T16:55:26.354Z] ---> 88ceaa505b88 [2021-03-31T16:55:26.354Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-31T16:55:26.354Z] Removing intermediate container 98cd2ee6bd00 [2021-03-31T16:55:26.354Z] ---> 9d923cbfe33b [2021-03-31T16:55:26.354Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-31T16:55:26.354Z] ---> Running in c01b253e90be [2021-03-31T16:55:26.619Z] Removing intermediate container 801c0051bc6c [2021-03-31T16:55:26.619Z] ---> 3949e270d526 [2021-03-31T16:55:26.619Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-31T16:55:26.619Z] ---> Running in 8843fdf8091c [2021-03-31T16:55:26.619Z] ---> Running in 252e64fe3baa [2021-03-31T16:55:26.619Z] Removing intermediate container 43436f7ca33e [2021-03-31T16:55:26.619Z] ---> 9d2b0f6e46a2 [2021-03-31T16:55:26.619Z] 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-31T16:55:26.619Z] Removing intermediate container c01b253e90be [2021-03-31T16:55:26.619Z] ---> d535bd7ea975 [2021-03-31T16:55:26.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:55:26.887Z] ---> Running in de358f0274be [2021-03-31T16:55:27.167Z] Removing intermediate container 8843fdf8091c [2021-03-31T16:55:27.167Z] ---> 03aa1613f340 [2021-03-31T16:55:27.167Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-31T16:55:27.167Z] ---> 0375b3079f5d [2021-03-31T16:55:27.167Z] 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-31T16:55:27.167Z] ---> Running in b66198a4ca6d [2021-03-31T16:55:27.445Z] Removing intermediate container de358f0274be [2021-03-31T16:55:27.445Z] ---> e56316cdd77d [2021-03-31T16:55:27.445Z] Step 20/22 : LABEL arch=x86_64 [2021-03-31T16:55:27.445Z] ---> Running in e6326ce6dd05 [2021-03-31T16:55:27.716Z] ---> a2e8c1eef060 [2021-03-31T16:55:27.716Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-31T16:55:27.989Z] Removing intermediate container e6326ce6dd05 [2021-03-31T16:55:27.989Z] ---> 6d01b2050442 [2021-03-31T16:55:27.989Z] Step 21/22 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:55:28.259Z] ---> Running in ab88af64b15b [2021-03-31T16:55:28.526Z] ---> 605ce9ca8083 [2021-03-31T16:55:28.526Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-31T16:55:28.790Z] Removing intermediate container ab88af64b15b [2021-03-31T16:55:28.790Z] ---> 1be089182ad3 [2021-03-31T16:55:28.790Z] Step 22/22 : LABEL version=0.0.0 [2021-03-31T16:55:29.056Z] ---> Running in 1b9bce3044c7 [2021-03-31T16:55:29.056Z] Removing intermediate container 252e64fe3baa [2021-03-31T16:55:29.056Z] ---> 1acce0b09e74 [2021-03-31T16:55:29.056Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-31T16:55:29.056Z] ---> Running in 610d4d97304c [2021-03-31T16:55:29.327Z] Removing intermediate container b66198a4ca6d [2021-03-31T16:55:29.327Z] ---> ef0e2cc4096a [2021-03-31T16:55:29.327Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-31T16:55:29.327Z] ---> 6139c1a8d7d3 [2021-03-31T16:55:29.327Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-31T16:55:29.327Z] Removing intermediate container 1b9bce3044c7 [2021-03-31T16:55:29.327Z] ---> ca2af45f9fe6 [2021-03-31T16:55:29.327Z] [2021-03-31T16:55:29.596Z] ---> Running in 1ab44fcd1f17 [2021-03-31T16:55:29.870Z] Successfully built ca2af45f9fe6 [2021-03-31T16:55:29.870Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-31T16:55:29.870Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1ab44fcd1f17 [2021-03-31T16:55:29.870Z] ---> e7d67c033d1f [2021-03-31T16:55:29.870Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-31T16:55:29.870Z] ---> 2a673ed1f618 [2021-03-31T16:55:29.870Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-31T16:55:30.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:30.414Z] ---> ed81e8ba100b [2021-03-31T16:55:30.414Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-31T16:55:30.414Z] ---> 71888e20a31f [2021-03-31T16:55:30.414Z] 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-31T16:55:30.414Z] ---> Running in 4709d2da5e34 [2021-03-31T16:55:30.681Z] ---> Running in 2fcbaa8b23f5 [2021-03-31T16:55:30.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-31T16:55:31.652Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-31T16:55:31.652Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-31T16:55:31.652Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-31T16:55:31.917Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-31T16:55:32.183Z] Removing intermediate container 2fcbaa8b23f5 [2021-03-31T16:55:32.183Z] ---> c405a4c0bec0 [2021-03-31T16:55:32.183Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-31T16:55:32.183Z] Removing intermediate container 4709d2da5e34 [2021-03-31T16:55:32.183Z] ---> 86d59b6ef5ba [2021-03-31T16:55:32.183Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:55:32.183Z] ---> Running in 676a56edc091 [2021-03-31T16:55:32.183Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-31T16:55:32.462Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-31T16:55:32.462Z] Removing intermediate container 676a56edc091 [2021-03-31T16:55:32.462Z] ---> 980d47d284da [2021-03-31T16:55:32.462Z] Step 22/24 : LABEL arch=x86_64 [2021-03-31T16:55:32.462Z] ---> 414becaacb99 [2021-03-31T16:55:32.462Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-31T16:55:32.462Z] Executing busybox-1.31.1-r19.trigger [2021-03-31T16:55:32.462Z] ---> Running in e59df3915bcd [2021-03-31T16:55:32.462Z] OK: 8 MiB in 20 packages [2021-03-31T16:55:32.734Z] Removing intermediate container e59df3915bcd [2021-03-31T16:55:32.734Z] ---> 67b3df111958 [2021-03-31T16:55:32.734Z] Step 23/24 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:55:32.734Z] ---> Running in 6ab5cf9f7213 [2021-03-31T16:55:33.319Z] ---> f0c9fef874ba [2021-03-31T16:55:33.319Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-31T16:55:33.319Z] Removing intermediate container 6ab5cf9f7213 [2021-03-31T16:55:33.319Z] ---> 8ec7c4c8b8a0 [2021-03-31T16:55:33.319Z] Step 24/24 : LABEL version=0.0.0 [2021-03-31T16:55:33.319Z] Removing intermediate container 610d4d97304c [2021-03-31T16:55:33.319Z] ---> f67a35c34f29 [2021-03-31T16:55:33.319Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-31T16:55:33.319Z] ---> Running in f58680c8f3e8 [2021-03-31T16:55:33.592Z] ---> 85072f04d17e [2021-03-31T16:55:33.592Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-31T16:55:33.592Z] Removing intermediate container f58680c8f3e8 [2021-03-31T16:55:33.592Z] ---> 15d7be97f76d [2021-03-31T16:55:33.592Z] [2021-03-31T16:55:33.592Z] ---> 5d0264ab8de6 [2021-03-31T16:55:33.592Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-31T16:55:33.860Z] Successfully built 15d7be97f76d [2021-03-31T16:55:33.860Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-31T16:55:34.125Z]  Building docker-security-secretstore-setup-go ... done  ---> 018e83f4e6cf [2021-03-31T16:55:34.125Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-31T16:55:34.387Z] ---> cdad036b0161 [2021-03-31T16:55:34.387Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-31T16:55:34.387Z] ---> 0a56c2b8c638 [2021-03-31T16:55:34.387Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-31T16:55:34.664Z] ---> Running in 846fa31512e9 [2021-03-31T16:55:34.664Z] ---> 347ce2a6f903 [2021-03-31T16:55:34.664Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-31T16:55:34.664Z] ---> Running in 83e7fb21f14f [2021-03-31T16:55:34.664Z] Removing intermediate container 846fa31512e9 [2021-03-31T16:55:34.664Z] ---> 6bf3333c2075 [2021-03-31T16:55:34.664Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-31T16:55:34.928Z] Removing intermediate container 83e7fb21f14f [2021-03-31T16:55:34.928Z] ---> b221a8648f4d [2021-03-31T16:55:34.928Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-31T16:55:34.928Z] ---> Running in dc48bd782c4d [2021-03-31T16:55:35.192Z] ---> b8993d389d89 [2021-03-31T16:55:35.192Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-31T16:55:35.192Z] ---> Running in 12a6c4189750 [2021-03-31T16:55:35.192Z] Removing intermediate container dc48bd782c4d [2021-03-31T16:55:35.192Z] ---> 607d742d286d [2021-03-31T16:55:35.192Z] Step 21/23 : LABEL arch=x86_64 [2021-03-31T16:55:35.455Z] ---> Running in d45813205d9b [2021-03-31T16:55:35.455Z] Removing intermediate container d45813205d9b [2021-03-31T16:55:35.455Z] ---> 7c5d66c383a7 [2021-03-31T16:55:35.455Z] Step 22/23 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:55:35.718Z] ---> Running in ed2631a60c3c [2021-03-31T16:55:35.718Z] Removing intermediate container ed2631a60c3c [2021-03-31T16:55:35.718Z] ---> 12487e4c8753 [2021-03-31T16:55:35.718Z] Step 23/23 : LABEL version=0.0.0 [2021-03-31T16:55:35.982Z] ---> Running in a4b967d6d6c8 [2021-03-31T16:55:36.243Z] Removing intermediate container a4b967d6d6c8 [2021-03-31T16:55:36.243Z] ---> 40289450c10b [2021-03-31T16:55:36.243Z] [2021-03-31T16:55:36.510Z] Successfully built 40289450c10b [2021-03-31T16:55:36.510Z] Successfully tagged docker-core-data-go:latest [2021-03-31T16:55:36.510Z]  Building docker-core-data-go ... done Removing intermediate container 12a6c4189750 [2021-03-31T16:55:36.510Z] ---> 1abb66f3f158 [2021-03-31T16:55:36.510Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-31T16:55:36.774Z] ---> Running in 4e955ed6afc6 [2021-03-31T16:55:37.037Z] Removing intermediate container 4e955ed6afc6 [2021-03-31T16:55:37.037Z] ---> 3b46561d719b [2021-03-31T16:55:37.037Z] Step 28/31 : CMD ["gate"] [2021-03-31T16:55:37.301Z] ---> Running in f66610194303 [2021-03-31T16:55:37.301Z] Removing intermediate container f66610194303 [2021-03-31T16:55:37.301Z] ---> 361871f0d054 [2021-03-31T16:55:37.301Z] Step 29/31 : LABEL arch=x86_64 [2021-03-31T16:55:37.565Z] ---> Running in 25530771222d [2021-03-31T16:55:37.565Z] Removing intermediate container 25530771222d [2021-03-31T16:55:37.565Z] ---> 21a41c417be4 [2021-03-31T16:55:37.565Z] Step 30/31 : LABEL git_sha=c25e1559cf6ed21ae9d72dbb498b4a022bc0b26c [2021-03-31T16:55:37.827Z] ---> Running in b9ea8ccf7de9 [2021-03-31T16:55:38.091Z] Removing intermediate container b9ea8ccf7de9 [2021-03-31T16:55:38.091Z] ---> 27722a894dfe [2021-03-31T16:55:38.091Z] Step 31/31 : LABEL version=0.0.0 [2021-03-31T16:55:38.091Z] ---> Running in b161058cc42a [2021-03-31T16:55:38.353Z] Removing intermediate container b161058cc42a [2021-03-31T16:55:38.353Z] ---> 17a413a0d47d [2021-03-31T16:55:38.353Z] [2021-03-31T16:55:38.614Z] Successfully built 17a413a0d47d [2021-03-31T16:55:38.614Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-31T16:55:38.887Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-03-31T16:55:38.922Z] $ docker stop --time=1 f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa [2021-03-31T16:55:40.659Z] $ docker rm -f f3d7fbd9d76f61473a62748d71555f1eae162d198b5f3e786911596c003aacfa [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-31T16:55:41.227Z] + docker images [2021-03-31T16:55:41.227Z] + grep docker [2021-03-31T16:55:41.491Z] docker-security-bootstrapper-go latest 17a413a0d47d 3 seconds ago 18.9MB [2021-03-31T16:55:41.491Z] docker-core-data-go latest 40289450c10b 6 seconds ago 22.7MB [2021-03-31T16:55:41.491Z] docker-security-secretstore-setup-go latest 15d7be97f76d 8 seconds ago 25.7MB [2021-03-31T16:55:41.491Z] docker-support-scheduler-go latest ca2af45f9fe6 12 seconds ago 17.4MB [2021-03-31T16:55:41.491Z] docker-sys-mgmt-agent-go latest 65b64d104c7b 52 seconds ago 314MB [2021-03-31T16:55:41.491Z] docker-support-notifications-go latest 19db4254aca9 2 minutes ago 17.9MB [2021-03-31T16:55:41.491Z] docker-core-command-go latest 478c63a005ea 2 minutes ago 17.3MB [2021-03-31T16:55:41.491Z] docker-core-metadata-go latest cd9170be92c8 2 minutes ago 19MB [2021-03-31T16:55:41.491Z] docker-security-proxy-setup-go latest 03647184e008 2 minutes ago 25.4MB [2021-03-31T16:55:41.491Z] 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-31T16:55:57.592Z] Still waiting to schedule task [2021-03-31T16:55:57.593Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-31T16:56:50.137Z] Running on prd-ubuntu18.04-docker-8c-8g-32285 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws [2021-03-31T16:56:50.222Z] Running in /w/workspace/edgex-go/51 [Pipeline] { [Pipeline] checkout [2021-03-31T16:56:52.695Z] using credential edgex-jenkins-ssh [2021-03-31T16:56:52.746Z] Cloning the remote Git repository [2021-03-31T16:56:52.746Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:56:52.813Z] > git init /w/workspace/edgex-go/51 # timeout=10 [2021-03-31T16:56:52.840Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:56:52.840Z] > git --version # timeout=10 [2021-03-31T16:56:52.852Z] > git --version # 'git version 2.17.1' [2021-03-31T16:56:52.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:56:52.879Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:57:00.083Z] Merging remotes/origin/master commit f2bd0815c0e73667d07e5744b61daa5be38d8f92 into PR head commit 5f4c972d2592fc2985c3de358e6f1142267c5400 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2021-03-31T16:56:59.558Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:56:59.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-31T16:56:59.572Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-31T16:56:59.583Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-31T16:56:59.583Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-31T16:56:59.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-31T16:57:00.077Z] > git config core.sparsecheckout # timeout=10 [2021-03-31T16:57:00.082Z] > git checkout -f 5f4c972d2592fc2985c3de358e6f1142267c5400 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-31T16:57:00.874Z] 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-31T16:57:03.080Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:03.991Z] ---> package-listing.sh [2021-03-31T16:57:03.991Z] ++ facter osfamily [2021-03-31T16:57:03.991Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-31T16:57:03.991Z] + OS_FAMILY=redhat [2021-03-31T16:57:03.991Z] + workspace=/w/workspace/edgex-go/51 [2021-03-31T16:57:03.991Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-31T16:57:03.991Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-31T16:57:03.991Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-31T16:57:03.991Z] + PACKAGES=/tmp/packages_start.txt [2021-03-31T16:57:03.991Z] + '[' /w/workspace/edgex-go/51 ']' [2021-03-31T16:57:03.991Z] + PACKAGES=/tmp/packages_end.txt [2021-03-31T16:57:03.991Z] + case "${OS_FAMILY}" in [2021-03-31T16:57:03.991Z] + rpm -qa [2021-03-31T16:57:03.991Z] + sort [2021-03-31T16:57:09.346Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-31T16:57:09.346Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-31T16:57:09.346Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-31T16:57:09.346Z] + '[' /w/workspace/edgex-go/51 ']' [2021-03-31T16:57:09.346Z] + mkdir -p /w/workspace/edgex-go/51/archives/ [2021-03-31T16:57:09.346Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/51/archives/ [Pipeline] echo [2021-03-31T16:57:09.366Z] 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/51/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-31T16:57:09.689Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:57:10.034Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:57:10.302Z] [2021-03-31T16:57:10.302Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-31T16:57:10.671Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:57:10.671Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-31T16:57:10.671Z] df20fa9351a1: Pulling fs layer [2021-03-31T16:57:10.671Z] 36b3adc4ff6f: Pulling fs layer [2021-03-31T16:57:10.671Z] 8ad3a11d3b57: Pulling fs layer [2021-03-31T16:57:10.671Z] 46f8f816bc3b: Pulling fs layer [2021-03-31T16:57:10.671Z] 93b61091891f: Pulling fs layer [2021-03-31T16:57:10.671Z] 93b9cdb0e59b: Pulling fs layer [2021-03-31T16:57:10.671Z] 5e14af77c1be: Pulling fs layer [2021-03-31T16:57:10.671Z] 01666e4c0597: Pulling fs layer [2021-03-31T16:57:10.671Z] aa168da1d23b: Pulling fs layer [2021-03-31T16:57:10.671Z] 46f8f816bc3b: Waiting [2021-03-31T16:57:10.671Z] 5e14af77c1be: Waiting [2021-03-31T16:57:10.671Z] 01666e4c0597: Waiting [2021-03-31T16:57:10.671Z] aa168da1d23b: Waiting [2021-03-31T16:57:10.671Z] 93b61091891f: Waiting [2021-03-31T16:57:10.671Z] 93b9cdb0e59b: Waiting [2021-03-31T16:57:10.671Z] 36b3adc4ff6f: Verifying Checksum [2021-03-31T16:57:10.671Z] 36b3adc4ff6f: Download complete [2021-03-31T16:57:10.671Z] 46f8f816bc3b: Verifying Checksum [2021-03-31T16:57:10.671Z] 46f8f816bc3b: Download complete [2021-03-31T16:57:10.937Z] df20fa9351a1: Verifying Checksum [2021-03-31T16:57:10.937Z] df20fa9351a1: Download complete [2021-03-31T16:57:10.937Z] 93b9cdb0e59b: Verifying Checksum [2021-03-31T16:57:10.937Z] 93b9cdb0e59b: Download complete [2021-03-31T16:57:10.937Z] 5e14af77c1be: Verifying Checksum [2021-03-31T16:57:10.937Z] 5e14af77c1be: Download complete [2021-03-31T16:57:10.937Z] 93b61091891f: Verifying Checksum [2021-03-31T16:57:10.937Z] 93b61091891f: Download complete [2021-03-31T16:57:10.937Z] 01666e4c0597: Verifying Checksum [2021-03-31T16:57:10.937Z] 01666e4c0597: Download complete [2021-03-31T16:57:10.937Z] 8ad3a11d3b57: Verifying Checksum [2021-03-31T16:57:10.937Z] 8ad3a11d3b57: Download complete [2021-03-31T16:57:11.204Z] df20fa9351a1: Pull complete [2021-03-31T16:57:11.469Z] 36b3adc4ff6f: Pull complete [2021-03-31T16:57:12.438Z] 8ad3a11d3b57: Pull complete [2021-03-31T16:57:13.401Z] aa168da1d23b: Verifying Checksum [2021-03-31T16:57:13.401Z] aa168da1d23b: Download complete [2021-03-31T16:57:13.978Z] 46f8f816bc3b: Pull complete [2021-03-31T16:57:14.944Z] 93b61091891f: Pull complete [2021-03-31T16:57:14.944Z] 93b9cdb0e59b: Pull complete [2021-03-31T16:57:14.944Z] 5e14af77c1be: Pull complete [2021-03-31T16:57:15.224Z] 01666e4c0597: Pull complete [2021-03-31T16:57:25.343Z] aa168da1d23b: Pull complete [2021-03-31T16:57:25.343Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-31T16:57:25.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-31T16:57:25.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-31T16:57:25.575Z] prd-centos7-docker-4c-2g-32277 does not seem to be running inside a container [2021-03-31T16:57:25.632Z] $ 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/51/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/51 -v /w/workspace/edgex-go/51:/w/workspace/edgex-go/51:rw,z -v /w/workspace/edgex-go/51@tmp:/w/workspace/edgex-go/51@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-31T16:57:29.647Z] $ docker top 59a5741cf5dc22c62db4975503817c31ad50a6b6bce47bcf16105788a364cacb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-31T16:57:30.229Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-31T16:57:30.539Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-31T16:57:30.838Z] + ls /var/log/sa-host [2021-03-31T16:57:30.838Z] + sadf -c /var/log/sa-host/sa23 [2021-03-31T16:57:30.838Z] file_magic: OK [2021-03-31T16:57:30.838Z] HZ: Using current value: 100 [2021-03-31T16:57:30.838Z] file_header: OK [2021-03-31T16:57:30.838Z] 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-31T16:57:30.838Z] Statistics: [2021-03-31T16:57:30.838Z] Hnuu...uuuununununu... [2021-03-31T16:57:30.838Z] File successfully converted to sysstat format version 12.2.1 [2021-03-31T16:57:30.838Z] + sadf -c /var/log/sa-host/sa31 [2021-03-31T16:57:30.838Z] file_magic: OK [2021-03-31T16:57:30.838Z] HZ: Using current value: 100 [2021-03-31T16:57:30.838Z] file_header: OK [2021-03-31T16:57:30.838Z] 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-31T16:57:30.838Z] Statistics: [2021-03-31T16:57:30.838Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-31T16:57:30.838Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-31T16:57:31.481Z] provisioning config files... [2021-03-31T16:57:31.507Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/51@tmp/config3867996220020341302tmp [Pipeline] { [Pipeline] echo [2021-03-31T16:57:31.626Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:31.927Z] ---> create-netrc.sh [Pipeline] } [2021-03-31T16:57:31.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-31T16:57:32.028Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:32.332Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-31T16:57:32.344Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:32.673Z] ---> sudo-logs.sh [2021-03-31T16:57:32.673Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-31T16:57:32.770Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:33.109Z] ---> job-cost.sh [2021-03-31T16:57:33.110Z] lf-activate-venv: SKIPPING [2021-03-31T16:57:33.110Z] INFO: No Stack... [2021-03-31T16:57:34.522Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-31T16:57:35.097Z] INFO: Archiving Costs [Pipeline] echo [2021-03-31T16:57:35.111Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-31T16:57:35.411Z] ---> logs-deploy.sh [2021-03-31T16:57:35.411Z] lf-activate-venv: SKIPPING [2021-03-31T16:57:35.411Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/51 [2021-03-31T16:57:35.411Z] INFO: archiving workspace using pattern(s): [2021-03-31T16:57:37.335Z] Archives upload complete. [2021-03-31T16:57:37.335Z] INFO: archiving logs to Nexus