Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than f367429d956e5d276e7818cc1999ba8807e11e1c Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23376 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c Merge succeeded, producing 49ddd11b749eeebb677a405925b1cca628037eed Checking out Revision 49ddd11b749eeebb677a405925b1cca628037eed (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49ddd11b749eeebb677a405925b1cca628037eed # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8e6a0e0219ddaca0ab8fe4c9751e78bfa8472019 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-27T08:08:12.265Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-27T08:08:12.497Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-27T08:08:12.599Z] ========================================================= [2021-01-27T08:08:12.599Z] EdgeX Global Pipelines Version Info [2021-01-27T08:08:12.599Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:08:14.137Z] ------------------- [2021-01-27T08:08:14.137Z] stable info: [2021-01-27T08:08:14.137Z] ------------------- [2021-01-27T08:08:14.137Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T08:08:14.137Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T08:08:14.137Z] Message: update stable to v1.0.179 [2021-01-27T08:08:15.087Z] ------------------- [2021-01-27T08:08:15.087Z] experimental info: [2021-01-27T08:08:15.087Z] ------------------- [2021-01-27T08:08:15.087Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-27T08:08:15.087Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-27T08:08:15.087Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-27T08:08:15.331Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-27T08:08:15.419Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-27T08:08:15.507Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-27T08:08:15.589Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-27T08:08:15.673Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-27T08:08:15.771Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-27T08:08:15.883Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-27T08:08:15.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-27T08:08:16.051Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-27T08:08:16.139Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-27T08:08:16.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-27T08:08:16.323Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-27T08:08:16.410Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-27T08:08:16.493Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-27T08:08:16.584Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T08:08:16.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-27T08:08:16.788Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-27T08:08:16.876Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-27T08:08:16.964Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-27T08:08:17.062Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-27T08:08:17.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-27T08:08:17.227Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-27T08:08:17.307Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-27T08:08:17.388Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-27T08:08:17.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-27T08:08:17.558Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-27T08:08:17.643Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49ddd11b749eeebb677a405925b1cca628037eed [Pipeline] echo [2021-01-27T08:08:17.725Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49ddd11 [Pipeline] echo [2021-01-27T08:08:17.806Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-27T08:08:17.963Z] provisioning config files... [2021-01-27T08:08:18.015Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config7979340469041605093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:08:18.410Z] ---> docker-login.sh [2021-01-27T08:08:18.410Z] nexus3.edgexfoundry.org:10001 [2021-01-27T08:08:18.674Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T08:08:18.944Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T08:08:18.944Z] Configure a credential helper to remove this warning. See [2021-01-27T08:08:18.944Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T08:08:18.944Z] [2021-01-27T08:08:18.944Z] Login Succeeded [2021-01-27T08:08:18.944Z] nexus3.edgexfoundry.org:10002 [2021-01-27T08:08:18.944Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T08:08:19.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T08:08:19.209Z] Configure a credential helper to remove this warning. See [2021-01-27T08:08:19.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T08:08:19.209Z] [2021-01-27T08:08:19.209Z] Login Succeeded [2021-01-27T08:08:19.209Z] nexus3.edgexfoundry.org:10003 [2021-01-27T08:08:19.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T08:08:19.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T08:08:19.209Z] Configure a credential helper to remove this warning. See [2021-01-27T08:08:19.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T08:08:19.209Z] [2021-01-27T08:08:19.209Z] Login Succeeded [2021-01-27T08:08:19.209Z] nexus3.edgexfoundry.org:10004 [2021-01-27T08:08:19.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T08:08:19.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T08:08:19.473Z] Configure a credential helper to remove this warning. See [2021-01-27T08:08:19.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T08:08:19.473Z] [2021-01-27T08:08:19.473Z] Login Succeeded [2021-01-27T08:08:19.473Z] docker.io [2021-01-27T08:08:19.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-27T08:08:19.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-27T08:08:19.737Z] Configure a credential helper to remove this warning. See [2021-01-27T08:08:19.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-27T08:08:19.737Z] [2021-01-27T08:08:19.737Z] Login Succeeded [2021-01-27T08:08:19.737Z] ---> docker-login.sh ends [Pipeline] } [2021-01-27T08:08:19.747Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T08:08:20.236Z] ++ 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-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/core-command/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/core-data/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-27T08:08:20.236Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-27T08:08:20.236Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-27T08:08:20.236Z] ++ cut -d/ -f2 [2021-01-27T08:08:20.236Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-27T08:08:20.315Z] 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-01-27T08:08:21.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T08:08:21.132Z] [2021-01-27T08:08:21.132Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:08:21.478Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T08:08:21.478Z] latest: Pulling from edgex-devops/git-semver [2021-01-27T08:08:21.478Z] 31603596830f: Pulling fs layer [2021-01-27T08:08:21.478Z] 2a8b12db71e7: Pulling fs layer [2021-01-27T08:08:21.478Z] 6ca5941a6612: Pulling fs layer [2021-01-27T08:08:21.478Z] ecc8261a40a4: Pulling fs layer [2021-01-27T08:08:21.478Z] ecc8261a40a4: Waiting [2021-01-27T08:08:21.478Z] 2a8b12db71e7: Verifying Checksum [2021-01-27T08:08:21.478Z] 2a8b12db71e7: Download complete [2021-01-27T08:08:21.750Z] 31603596830f: Download complete [2021-01-27T08:08:21.750Z] ecc8261a40a4: Verifying Checksum [2021-01-27T08:08:21.750Z] ecc8261a40a4: Download complete [2021-01-27T08:08:21.750Z] 6ca5941a6612: Verifying Checksum [2021-01-27T08:08:21.750Z] 6ca5941a6612: Download complete [2021-01-27T08:08:22.014Z] 31603596830f: Pull complete [2021-01-27T08:08:22.014Z] 2a8b12db71e7: Pull complete [2021-01-27T08:08:22.965Z] 6ca5941a6612: Pull complete [2021-01-27T08:08:23.228Z] ecc8261a40a4: Pull complete [2021-01-27T08:08:23.228Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-27T08:08:23.228Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-27T08:08:23.228Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-27T08:08:23.333Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:08:23.389Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-27T08:08:26.022Z] $ docker top 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-27T08:08:26.390Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T08:08:26.390Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T08:08:26.616Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T08:08:26.620Z] $ docker exec 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent [2021-01-27T08:08:26.782Z] SSH_AUTH_SOCK=/tmp/ssh-RExyuvdhXCuS/agent.11 [2021-01-27T08:08:26.782Z] SSH_AGENT_PID=16 [2021-01-27T08:08:26.793Z] Running ssh-add (command line suppressed) [2021-01-27T08:08:26.906Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_2529769003618445716.key (/w/workspace/edgex-go/26@tmp/private_key_2529769003618445716.key) [2021-01-27T08:08:26.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T08:08:27.289Z] + git tag --points-at HEAD [Pipeline] } [2021-01-27T08:08:27.314Z] $ docker exec --env ******** --env ******** 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent -k [2021-01-27T08:08:27.422Z] unset SSH_AUTH_SOCK; [2021-01-27T08:08:27.422Z] unset SSH_AGENT_PID; [2021-01-27T08:08:27.422Z] echo Agent pid 16 killed; [2021-01-27T08:08:27.467Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-27T08:08:27.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-27T08:08:27.608Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-27T08:08:27.776Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-27T08:08:27.780Z] $ docker exec 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent [2021-01-27T08:08:27.958Z] SSH_AUTH_SOCK=/tmp/ssh-RT3paS4CiQ1n/agent.46 [2021-01-27T08:08:27.958Z] SSH_AGENT_PID=52 [2021-01-27T08:08:27.965Z] Running ssh-add (command line suppressed) [2021-01-27T08:08:28.093Z] Identity added: /w/workspace/edgex-go/26@tmp/private_key_1982328814426269691.key (/w/workspace/edgex-go/26@tmp/private_key_1982328814426269691.key) [2021-01-27T08:08:28.151Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-27T08:08:28.484Z] + git semver init [2021-01-27T08:08:28.484Z] # -> Open(): unable to determine branch for HEAD [2021-01-27T08:08:28.484Z] # $GIT_DIR = /w/workspace/edgex-go/26/.git [2021-01-27T08:08:28.484Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/26 [2021-01-27T08:08:28.484Z] # $SEMVER_REMOTE_NAME = origin [2021-01-27T08:08:28.484Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-27T08:08:28.484Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-27T08:08:28.484Z] # $SEMVER_BRANCH = PR-3030 [2021-01-27T08:08:28.484Z] # $SEMVER_TEMP = /tmp/semver-274928796 [2021-01-27T08:08:28.484Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-27T08:08:46.674Z] # '/tmp/semver-274928796' -> '/w/workspace/edgex-go/26/.semver' [2021-01-27T08:08:46.674Z] # -> Force: false [2021-01-27T08:08:46.674Z] # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } [2021-01-27T08:08:46.691Z] $ docker exec --env ******** --env ******** 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent -k [2021-01-27T08:08:46.969Z] unset SSH_AUTH_SOCK; [2021-01-27T08:08:46.971Z] unset SSH_AGENT_PID; [2021-01-27T08:08:46.971Z] echo Agent pid 52 killed; [2021-01-27T08:08:47.092Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-27T08:08:47.646Z] + git semver [Pipeline] } [2021-01-27T08:08:47.666Z] $ docker stop --time=1 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff [2021-01-27T08:08:49.306Z] $ docker rm -f 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T08:08:49.821Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-27T08:08:50.376Z] Stashed 1 file(s) [Pipeline] echo [2021-01-27T08:08:50.379Z] [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-01-27T08:08:51.376Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-27T08:08:51.681Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-27T08:08:51.982Z] + sudo service docker restart [2021-01-27T08:08:51.982Z] + true [2021-01-27T08:08:51.982Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-27T08:08:52.575Z] ========================================================= [2021-01-27T08:08:52.576Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-27T08:08:52.576Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:08:52.921Z] + 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-01-27T08:08:56.252Z] Sending build context to Docker daemon 327.2MB [2021-01-27T08:08:56.252Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-27T08:08:56.252Z] Step 2/6 : FROM ${BASE} [2021-01-27T08:08:56.252Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-27T08:08:56.252Z] 188c0c94c7c5: Pulling fs layer [2021-01-27T08:08:56.252Z] 0ef7d3d256c8: Pulling fs layer [2021-01-27T08:08:56.252Z] de9db76c5a1d: Pulling fs layer [2021-01-27T08:08:56.252Z] bca2f99d35d6: Pulling fs layer [2021-01-27T08:08:56.252Z] 93359f2a8cfa: Pulling fs layer [2021-01-27T08:08:56.252Z] 7c6f9722023f: Pulling fs layer [2021-01-27T08:08:56.252Z] a35cf1a2eb13: Pulling fs layer [2021-01-27T08:08:56.253Z] bca2f99d35d6: Waiting [2021-01-27T08:08:56.253Z] 93359f2a8cfa: Waiting [2021-01-27T08:08:56.253Z] 7c6f9722023f: Waiting [2021-01-27T08:08:56.253Z] a35cf1a2eb13: Waiting [2021-01-27T08:08:56.253Z] de9db76c5a1d: Verifying Checksum [2021-01-27T08:08:56.253Z] de9db76c5a1d: Download complete [2021-01-27T08:08:56.253Z] 0ef7d3d256c8: Verifying Checksum [2021-01-27T08:08:56.253Z] 0ef7d3d256c8: Download complete [2021-01-27T08:08:56.253Z] 93359f2a8cfa: Verifying Checksum [2021-01-27T08:08:56.253Z] 93359f2a8cfa: Download complete [2021-01-27T08:08:56.521Z] 7c6f9722023f: Download complete [2021-01-27T08:08:56.521Z] 188c0c94c7c5: Verifying Checksum [2021-01-27T08:08:56.521Z] 188c0c94c7c5: Download complete [2021-01-27T08:08:56.784Z] 188c0c94c7c5: Pull complete [2021-01-27T08:08:57.049Z] 0ef7d3d256c8: Pull complete [2021-01-27T08:08:57.049Z] de9db76c5a1d: Pull complete [2021-01-27T08:08:58.983Z] a35cf1a2eb13: Verifying Checksum [2021-01-27T08:08:58.983Z] a35cf1a2eb13: Download complete [2021-01-27T08:08:59.248Z] bca2f99d35d6: Download complete [2021-01-27T08:09:04.595Z] bca2f99d35d6: Pull complete [2021-01-27T08:09:04.595Z] 93359f2a8cfa: Pull complete [2021-01-27T08:09:04.595Z] 7c6f9722023f: Pull complete [2021-01-27T08:09:05.802Z] Still waiting to schedule task [2021-01-27T08:09:05.802Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-27T08:09:09.912Z] a35cf1a2eb13: Pull complete [2021-01-27T08:09:09.912Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-27T08:09:09.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-27T08:09:09.912Z] ---> a62c8e92a672 [2021-01-27T08:09:09.912Z] 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-01-27T08:09:09.912Z] ---> Running in c85202388cdd [2021-01-27T08:09:09.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:09:10.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:09:11.062Z] (1/12) Installing libmagic (5.38-r0) [2021-01-27T08:09:11.325Z] (2/12) Installing file (5.38-r0) [2021-01-27T08:09:11.325Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-27T08:09:11.587Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-27T08:09:18.193Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-27T08:09:18.193Z] (6/12) Installing patch (2.7.6-r6) [2021-01-27T08:09:18.193Z] (7/12) Installing build-base (0.5-r2) [2021-01-27T08:09:18.193Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-27T08:09:18.193Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-27T08:09:18.193Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-27T08:09:18.193Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-27T08:09:18.193Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-27T08:09:18.193Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:09:18.193Z] OK: 233 MiB in 51 packages [2021-01-27T08:09:22.423Z] Removing intermediate container c85202388cdd [2021-01-27T08:09:22.423Z] ---> 49e55b6de65a [2021-01-27T08:09:22.423Z] Step 4/6 : WORKDIR /edgex-go [2021-01-27T08:09:22.685Z] ---> Running in fa4fcd9a8021 [2021-01-27T08:09:22.685Z] Removing intermediate container fa4fcd9a8021 [2021-01-27T08:09:22.685Z] ---> 37d03994f19c [2021-01-27T08:09:22.685Z] Step 5/6 : COPY go.mod . [2021-01-27T08:09:22.948Z] ---> 8fb12397c79f [2021-01-27T08:09:22.948Z] Step 6/6 : RUN go mod download [2021-01-27T08:09:22.948Z] ---> Running in b3d9680b8848 [2021-01-27T08:09:44.977Z] Removing intermediate container b3d9680b8848 [2021-01-27T08:09:44.977Z] ---> 31236e18f952 [2021-01-27T08:09:44.977Z] Successfully built 31236e18f952 [2021-01-27T08:09:44.977Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:09:45.293Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T08:09:45.293Z] . [Pipeline] withDockerContainer [2021-01-27T08:09:45.394Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:09:45.442Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T08:09:46.311Z] $ docker top 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T08:09:46.869Z] + go version [2021-01-27T08:09:46.869Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-27T08:09:46.885Z] $ docker stop --time=1 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 [2021-01-27T08:09:48.244Z] $ docker rm -f 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:09:49.133Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-27T08:09:49.133Z] . [Pipeline] withDockerContainer [2021-01-27T08:09:49.229Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:09:49.286Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-27T08:09:50.826Z] $ docker top f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-27T08:09:51.042Z] ========================================================= [2021-01-27T08:09:51.043Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-27T08:09:51.043Z] ========================================================= [Pipeline] sh [2021-01-27T08:09:51.335Z] + make test [2021-01-27T08:09:51.335Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-27T08:09:59.527Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-27T08:10:14.604Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-27T08:10:19.972Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-27T08:10:20.997Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-27T08:10:20.997Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-27T08:10:20.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-27T08:10:23.600Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-27T08:10:23.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-27T08:10:23.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-27T08:10:23.601Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-27T08:10:23.601Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-27T08:10:23.601Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-27T08:10:26.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-27T08:10:26.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-27T08:10:26.172Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-27T08:10:27.589Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-27T08:10:27.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-27T08:10:27.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-27T08:10:27.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-27T08:10:27.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-27T08:10:27.589Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-27T08:10:32.916Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-27T08:10:32.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-27T08:10:32.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-27T08:10:32.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-27T08:10:32.917Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.3% of statements [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-27T08:10:32.917Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-27T08:10:33.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-27T08:10:33.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-27T08:10:33.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-27T08:10:33.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-01-27T08:10:33.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-27T08:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements [2021-01-27T08:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-27T08:10:34.475Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-01-27T08:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-27T08:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-27T08:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-27T08:10:34.475Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-27T08:10:37.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 43.8% of statements [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-01-27T08:10:37.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.663s coverage: 29.1% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-27T08:10:49.762Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-27T08:10:49.762Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-27T08:10:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-01-27T08:10:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-27T08:10:50.340Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-27T08:10:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-01-27T08:10:50.340Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-01-27T08:10:50.918Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-27T08:10:51.183Z] GO111MODULE=on go vet ./... [2021-01-27T08:11:02.503Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23377 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-27T08:11:02.573Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-01-27T08:11:07.455Z] using credential edgex-jenkins-ssh [2021-01-27T08:11:07.524Z] Cloning the remote Git repository [2021-01-27T08:11:07.587Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:11:07.697Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-01-27T08:11:07.796Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:11:07.796Z] > git --version # timeout=10 [2021-01-27T08:11:07.818Z] > git --version # 'git version 2.17.1' [2021-01-27T08:11:07.821Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T08:11:07.887Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T08:11:17.902Z] gofmt -l . [2021-01-27T08:11:17.902Z] [ "`gofmt -l .`" = "" ] [2021-01-27T08:11:17.902Z] ./bin/test-go-mod-tidy.sh [2021-01-27T08:11:17.902Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-27T08:11:18.214Z] + ls -al . [2021-01-27T08:11:18.214Z] total 668 [2021-01-27T08:11:18.214Z] drwxrwxr-x 10 1001 1001 4096 Jan 27 08:11 . [2021-01-27T08:11:18.214Z] drwxr-xr-x 4 root root 30 Jan 27 08:09 .. [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 11 Jan 27 08:08 .dockerignore [2021-01-27T08:11:18.214Z] drwxrwxr-x 8 1001 1001 179 Jan 27 08:08 .git [2021-01-27T08:11:18.214Z] drwxrwxr-x 3 1001 1001 125 Jan 27 08:08 .github [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 872 Jan 27 08:08 .gitignore [2021-01-27T08:11:18.214Z] drwx------ 3 1001 1001 60 Jan 27 08:08 .semver [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 166 Jan 27 08:08 .sonarcloud.properties [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 7859 Jan 27 08:08 Attribution.txt [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 3804 Jan 27 08:08 CONTRIBUTING.md [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 931 Jan 27 08:08 Dockerfile.build [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 863 Jan 27 08:08 Jenkinsfile [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 10775 Jan 27 08:08 LICENSE [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 6001 Jan 27 08:08 Makefile [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 6524 Jan 27 08:08 README.md [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 6755 Jan 27 08:08 SECURITY.md [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 5 Jan 27 08:08 VERSION [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 4131 Jan 27 08:08 ZMQWindows.md [2021-01-27T08:11:18.214Z] drwxrwxr-x 2 1001 1001 117 Jan 27 08:08 bin [2021-01-27T08:11:18.214Z] drwxrwxr-x 15 1001 1001 4096 Jan 27 08:08 cmd [2021-01-27T08:11:18.214Z] -rw-r--r-- 1 root root 564700 Jan 27 08:10 coverage.out [2021-01-27T08:11:18.214Z] -rw-r--r-- 1 root root 1053 Jan 27 08:11 go.mod [2021-01-27T08:11:18.214Z] -rw-r--r-- 1 root root 18995 Jan 27 08:11 go.sum [2021-01-27T08:11:18.214Z] drwxrwxr-x 8 1001 1001 127 Jan 27 08:08 internal [2021-01-27T08:11:18.214Z] drwxrwxr-x 4 1001 1001 26 Jan 27 08:08 openapi [2021-01-27T08:11:18.214Z] drwxrwxr-x 4 1001 1001 71 Jan 27 08:08 snap [2021-01-27T08:11:18.214Z] -rw-rw-r-- 1 1001 1001 168 Jan 27 08:08 version.go [Pipeline] sh [2021-01-27T08:11:18.535Z] + '[' -e coverage.out ] [2021-01-27T08:11:18.535Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-27T08:11:18.814Z] Stashed 1 file(s) [Pipeline] sh [2021-01-27T08:11:19.111Z] + make build [2021-01-27T08:11:19.111Z] 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-01-27T08:11:22.467Z] 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-01-27T08:11:24.154Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T08:11:24.636Z] Failed in branch arm64 [2021-01-27T08:11:23.184Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T08:11:23.205Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T08:11:23.276Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T08:11:23.322Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:11:23.323Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T08:11:23.358Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T08:11:24.174Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T08:11:24.190Z] > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # timeout=10 [2021-01-27T08:11:29.168Z] 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-01-27T08:11:30.136Z] 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-01-27T08:11:31.554Z] 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-01-27T08:11:31.819Z] 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-01-27T08:11:33.221Z] 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-01-27T08:11:34.634Z] 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-01-27T08:11:35.588Z] 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-01-27T08:11:36.985Z] 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-01-27T08:11:37.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T08:11:38.895Z] 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-01-27T08:11:39.857Z] 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-01-27T08:11:41.269Z] $ docker stop --time=1 f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 [2021-01-27T08:11:42.923Z] $ docker rm -f f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:11:45.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T08:11:45.232Z] [2021-01-27T08:11:45.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:11:45.585Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T08:11:45.585Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-27T08:11:45.585Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-27T08:11:45.585Z] ca9280d653b3: Pulling fs layer [2021-01-27T08:11:45.585Z] 7e9c9ca2126c: Pulling fs layer [2021-01-27T08:11:45.848Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-27T08:11:45.848Z] cbdbe7a5bc2a: Download complete [2021-01-27T08:11:46.436Z] cbdbe7a5bc2a: Pull complete [2021-01-27T08:11:46.436Z] ca9280d653b3: Verifying Checksum [2021-01-27T08:11:46.436Z] ca9280d653b3: Download complete [2021-01-27T08:11:47.385Z] 7e9c9ca2126c: Download complete [2021-01-27T08:11:47.385Z] ca9280d653b3: Pull complete [2021-01-27T08:11:57.424Z] 7e9c9ca2126c: Pull complete [2021-01-27T08:11:57.424Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-27T08:11:57.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T08:11:57.424Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-27T08:11:57.568Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:11:57.615Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T08:11:58.490Z] $ docker top 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T08:11:59.050Z] + docker-compose build --help [2021-01-27T08:11:59.051Z] + grep parallel [2021-01-27T08:12:00.000Z] --parallel Build images in parallel. [Pipeline] } [2021-01-27T08:12:00.016Z] $ docker stop --time=1 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef [2021-01-27T08:12:01.414Z] $ docker rm -f 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:12:02.033Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-27T08:12:02.033Z] . [Pipeline] withDockerContainer [2021-01-27T08:12:02.131Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:12:02.177Z] $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-27T08:12:02.894Z] $ docker top 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T08:12:03.369Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-27T08:12:04.313Z] Building docker-core-command-go ... [2021-01-27T08:12:04.313Z] Building docker-core-data-go ... [2021-01-27T08:12:04.313Z] Building docker-core-metadata-go ... [2021-01-27T08:12:04.313Z] Building docker-security-bootstrapper-go ... [2021-01-27T08:12:04.313Z] Building docker-security-proxy-setup-go ... [2021-01-27T08:12:04.313Z] Building docker-security-secretstore-setup-go ... [2021-01-27T08:12:04.313Z] Building docker-support-notifications-go ... [2021-01-27T08:12:04.313Z] Building docker-support-scheduler-go ... [2021-01-27T08:12:04.313Z] Building docker-sys-mgmt-agent-go ... [2021-01-27T08:12:04.313Z] Building docker-core-metadata-go [2021-01-27T08:12:04.313Z] Building docker-security-secretstore-setup-go [2021-01-27T08:12:04.313Z] Building docker-security-proxy-setup-go [2021-01-27T08:12:04.313Z] Building docker-core-command-go [2021-01-27T08:12:04.313Z] Building docker-sys-mgmt-agent-go [2021-01-27T08:12:36.819Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:12:36.819Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:12:36.819Z] ---> 31236e18f952 [2021-01-27T08:12:36.819Z] Step 3/21 : WORKDIR /edgex-go [2021-01-27T08:12:36.819Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:12:36.819Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:12:36.819Z] ---> 31236e18f952 [2021-01-27T08:12:36.819Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T08:12:36.819Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:12:36.819Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:12:36.819Z] ---> 31236e18f952 [2021-01-27T08:12:36.819Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T08:12:36.819Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:12:36.819Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:12:36.819Z] ---> 31236e18f952 [2021-01-27T08:12:36.819Z] Step 3/24 : WORKDIR /edgex-go [2021-01-27T08:12:36.819Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:12:36.819Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:12:36.819Z] ---> 31236e18f952 [2021-01-27T08:12:36.819Z] Step 3/26 : WORKDIR /edgex-go [2021-01-27T08:12:37.397Z] ---> Running in ef37681f8508 [2021-01-27T08:12:37.397Z] ---> Running in 69099fd697fa [2021-01-27T08:12:37.397Z] ---> Running in e6729f20478a [2021-01-27T08:12:37.397Z] ---> Running in d474de765ae1 [2021-01-27T08:12:37.397Z] ---> Running in 0418f9f4696a [2021-01-27T08:12:37.976Z] Removing intermediate container 0418f9f4696a [2021-01-27T08:12:37.976Z] ---> 8ab021ac27e1 [2021-01-27T08:12:37.976Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:12:37.976Z] Removing intermediate container d474de765ae1 [2021-01-27T08:12:37.976Z] ---> 213f30934508 [2021-01-27T08:12:37.976Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:12:37.976Z] Removing intermediate container e6729f20478a [2021-01-27T08:12:37.976Z] ---> 33c3b2397450 [2021-01-27T08:12:37.976Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:12:37.976Z] Removing intermediate container 69099fd697fa [2021-01-27T08:12:37.976Z] ---> ec24c5f8991d [2021-01-27T08:12:37.976Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:12:37.976Z] Removing intermediate container ef37681f8508 [2021-01-27T08:12:37.976Z] ---> 5d21da3254f2 [2021-01-27T08:12:37.976Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:12:37.976Z] ---> Running in e80f9ad9f3a5 [2021-01-27T08:12:38.241Z] ---> Running in f124d8a6306a [2021-01-27T08:12:38.241Z] ---> Running in 9a4d4f5723c7 [2021-01-27T08:12:38.241Z] ---> Running in 61db1cb4b105 [2021-01-27T08:12:38.241Z] ---> Running in 7ca91f5e114d [2021-01-27T08:12:40.192Z] Removing intermediate container 9a4d4f5723c7 [2021-01-27T08:12:40.192Z] ---> ec59feaf370e [2021-01-27T08:12:40.192Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-27T08:12:40.192Z] Removing intermediate container f124d8a6306a [2021-01-27T08:12:40.192Z] ---> 6d7249cfbc74 [2021-01-27T08:12:40.192Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T08:12:40.455Z] ---> Running in 3171cd886abe [2021-01-27T08:12:40.455Z] ---> Running in 9aa7ca715977 [2021-01-27T08:12:40.455Z] Removing intermediate container e80f9ad9f3a5 [2021-01-27T08:12:40.455Z] ---> cdd0b32c868f [2021-01-27T08:12:40.455Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-27T08:12:40.719Z] Removing intermediate container 61db1cb4b105 [2021-01-27T08:12:40.719Z] ---> 44addf74f1a2 [2021-01-27T08:12:40.719Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-27T08:12:40.719Z] Removing intermediate container 7ca91f5e114d [2021-01-27T08:12:40.719Z] ---> 272ce0944c95 [2021-01-27T08:12:40.719Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-27T08:12:40.985Z] ---> Running in 9db2f09ece8a [2021-01-27T08:12:40.985Z] ---> Running in 160f78392ffc [2021-01-27T08:12:40.985Z] ---> Running in 7b02c88d2fdf [2021-01-27T08:12:41.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:41.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:41.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.091Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.616Z] OK: 233 MiB in 51 packages [2021-01-27T08:12:42.616Z] OK: 233 MiB in 51 packages [2021-01-27T08:12:42.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:12:42.888Z] OK: 233 MiB in 51 packages [2021-01-27T08:12:42.888Z] OK: 233 MiB in 51 packages [2021-01-27T08:12:42.888Z] Removing intermediate container 3171cd886abe [2021-01-27T08:12:42.888Z] ---> 7f82811fc554 [2021-01-27T08:12:42.888Z] Step 6/23 : COPY go.mod . [2021-01-27T08:12:43.156Z] Removing intermediate container 9aa7ca715977 [2021-01-27T08:12:43.156Z] ---> 1de6a679b991 [2021-01-27T08:12:43.156Z] Step 6/26 : COPY go.mod . [2021-01-27T08:12:43.418Z] ---> 563b778687cc [2021-01-27T08:12:43.418Z] Step 7/23 : RUN go mod download [2021-01-27T08:12:43.418Z] OK: 233 MiB in 51 packages [2021-01-27T08:12:43.684Z] ---> Running in 6c4ecf051f4e [2021-01-27T08:12:43.684Z] Removing intermediate container 160f78392ffc [2021-01-27T08:12:43.684Z] ---> ba4f72390f3c [2021-01-27T08:12:43.684Z] Step 6/21 : COPY go.mod . [2021-01-27T08:12:43.684Z] ---> 689a1687195b [2021-01-27T08:12:43.684Z] Step 7/26 : RUN go mod download [2021-01-27T08:12:43.684Z] Removing intermediate container 7b02c88d2fdf [2021-01-27T08:12:43.684Z] ---> cc458672cb29 [2021-01-27T08:12:43.684Z] Step 6/23 : COPY go.mod . [2021-01-27T08:12:43.947Z] ---> Running in 787a5a5132aa [2021-01-27T08:12:44.211Z] ---> 5db0c8cfba0e [2021-01-27T08:12:44.211Z] Step 7/21 : RUN go mod download [2021-01-27T08:12:44.482Z] ---> Running in 2f2faac7125b [2021-01-27T08:12:44.482Z] ---> 9732afee0f38 [2021-01-27T08:12:44.482Z] Step 7/23 : RUN go mod download [2021-01-27T08:12:44.482Z] Removing intermediate container 9db2f09ece8a [2021-01-27T08:12:44.482Z] ---> 122986bf6d06 [2021-01-27T08:12:44.482Z] Step 6/24 : COPY go.mod . [2021-01-27T08:12:44.482Z] ---> Running in c4a4b1546795 [2021-01-27T08:12:44.772Z] ---> 0762c425760e [2021-01-27T08:12:44.772Z] Step 7/24 : RUN go mod download [2021-01-27T08:12:45.042Z] ---> Running in 03340e740074 [2021-01-27T08:12:46.447Z] Removing intermediate container 2f2faac7125b [2021-01-27T08:12:46.447Z] ---> 80e379ff0341 [2021-01-27T08:12:46.447Z] Step 8/21 : COPY . . [2021-01-27T08:12:46.447Z] Removing intermediate container 6c4ecf051f4e [2021-01-27T08:12:46.447Z] ---> 349a7c556b87 [2021-01-27T08:12:46.447Z] Step 8/23 : COPY . . [2021-01-27T08:12:46.447Z] Removing intermediate container 787a5a5132aa [2021-01-27T08:12:46.447Z] ---> b01b108d16c8 [2021-01-27T08:12:46.447Z] Step 8/26 : COPY . . [2021-01-27T08:12:48.405Z] Removing intermediate container c4a4b1546795 [2021-01-27T08:12:48.405Z] ---> 5617e9219bfd [2021-01-27T08:12:48.405Z] Step 8/23 : COPY . . [2021-01-27T08:12:51.430Z] Removing intermediate container 03340e740074 [2021-01-27T08:12:51.430Z] ---> 9204ede85412 [2021-01-27T08:12:51.430Z] Step 8/24 : COPY . . [2021-01-27T08:13:30.423Z] ---> f738b0728f50 [2021-01-27T08:13:30.423Z] ---> 40cefeac80f6 [2021-01-27T08:13:30.423Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-27T08:13:30.423Z] [2021-01-27T08:13:30.423Z] ---> Running in 77bcd6129748 [2021-01-27T08:13:30.423Z] ---> Running in c940b2bb09ae [2021-01-27T08:13:30.423Z] ---> 6e9acb4dc488 [2021-01-27T08:13:30.423Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-27T08:13:30.423Z] ---> f1e676c798f9 [2021-01-27T08:13:30.423Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-27T08:13:30.423Z] ---> 2650f8dbd758 [2021-01-27T08:13:30.423Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-27T08:13:30.423Z] ---> Running in bddf5ad22ba6 [2021-01-27T08:13:30.423Z] ---> Running in f1dad7b3cebe [2021-01-27T08:13:30.423Z] ---> Running in 25a3f12cc064 [2021-01-27T08:13:30.423Z] 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-01-27T08:13:30.423Z] 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-01-27T08:13:30.423Z] 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-01-27T08:13:30.423Z] 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-01-27T08:13:30.423Z] 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-01-27T08:13:52.548Z] 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-01-27T08:13:52.548Z] 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-01-27T08:14:02.630Z] Removing intermediate container 77bcd6129748 [2021-01-27T08:14:02.630Z] ---> 22133c9e46a4 [2021-01-27T08:14:02.630Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-27T08:14:02.630Z] Removing intermediate container f1dad7b3cebe [2021-01-27T08:14:02.630Z] ---> 359b936cef45 [2021-01-27T08:14:02.630Z] [2021-01-27T08:14:02.630Z] Step 10/21 : FROM alpine:3.12 [2021-01-27T08:14:02.630Z] Removing intermediate container 25a3f12cc064 [2021-01-27T08:14:02.630Z] ---> a13d83b0e437 [2021-01-27T08:14:02.630Z] [2021-01-27T08:14:02.630Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T08:14:02.630Z] Removing intermediate container bddf5ad22ba6 [2021-01-27T08:14:02.630Z] ---> 39a3ccf8696c [2021-01-27T08:14:02.630Z] [2021-01-27T08:14:02.630Z] Step 10/24 : FROM alpine:3.12 [2021-01-27T08:14:02.630Z] ---> Running in 77fa63f81467 [2021-01-27T08:14:02.630Z] 3.12: Pulling from library/alpine [2021-01-27T08:14:02.630Z] 3.12: Pulling from library/alpine [2021-01-27T08:14:02.630Z] 3.12: Pulling from library/alpine [2021-01-27T08:14:02.903Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T08:14:02.903Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T08:14:02.903Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-27T08:14:02.903Z] Status: Image is up to date for alpine:3.12 [2021-01-27T08:14:02.903Z] ---> 389fef711851 [2021-01-27T08:14:02.903Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-27T08:14:02.903Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T08:14:02.903Z] ---> 389fef711851 [2021-01-27T08:14:02.903Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T08:14:02.903Z] Status: Downloaded newer image for alpine:3.12 [2021-01-27T08:14:02.903Z] ---> 389fef711851 [2021-01-27T08:14:02.903Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-27T08:14:02.903Z] 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-01-27T08:14:05.460Z] ---> Running in f50af6bfcc99 [2021-01-27T08:14:05.461Z] ---> Running in 11e8bd7bb35d [2021-01-27T08:14:05.461Z] ---> Running in 0ad529bc562e [2021-01-27T08:14:05.461Z] Removing intermediate container c940b2bb09ae [2021-01-27T08:14:05.461Z] ---> 6b0b22551356 [2021-01-27T08:14:05.461Z] [2021-01-27T08:14:05.461Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T08:14:05.461Z] ---> 389fef711851 [2021-01-27T08:14:05.461Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-27T08:14:05.724Z] ---> Running in d731f9695244 [2021-01-27T08:14:06.307Z] Removing intermediate container 77fa63f81467 [2021-01-27T08:14:06.307Z] ---> 0b4a26ad941e [2021-01-27T08:14:06.307Z] [2021-01-27T08:14:06.307Z] Step 11/26 : FROM docker:20.10.0 [2021-01-27T08:14:06.307Z] 20.10.0: Pulling from library/docker [2021-01-27T08:14:06.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.580Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T08:14:06.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.580Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:06.580Z] OK: 6 MiB in 15 packages [2021-01-27T08:14:06.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.850Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-27T08:14:06.850Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T08:14:06.850Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-27T08:14:06.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.850Z] (4/5) Installing curl (7.69.1-r3) [2021-01-27T08:14:06.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:06.850Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-27T08:14:06.850Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:06.850Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T08:14:07.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:07.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:07.120Z] OK: 7 MiB in 19 packages [2021-01-27T08:14:07.120Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-27T08:14:07.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:07.120Z] OK: 6 MiB in 15 packages [2021-01-27T08:14:07.394Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-27T08:14:07.394Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T08:14:07.394Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-27T08:14:07.394Z] (4/4) Installing curl (7.69.1-r3) [2021-01-27T08:14:07.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:07.394Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T08:14:07.394Z] OK: 7 MiB in 18 packages [2021-01-27T08:14:08.341Z] Removing intermediate container f50af6bfcc99 [2021-01-27T08:14:08.342Z] ---> 17b81219a741 [2021-01-27T08:14:08.342Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T08:14:08.941Z] ---> Running in 3d2e8094f13f [2021-01-27T08:14:08.941Z] Removing intermediate container 11e8bd7bb35d [2021-01-27T08:14:08.941Z] ---> 5fc3bc3a8a45 [2021-01-27T08:14:08.941Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T08:14:09.209Z] Removing intermediate container d731f9695244 [2021-01-27T08:14:09.209Z] ---> 457b63689da9 [2021-01-27T08:14:09.209Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T08:14:09.474Z] ---> Running in 22cdd77a2d18 [2021-01-27T08:14:09.741Z] ---> Running in dc27594926c6 [2021-01-27T08:14:09.741Z] Removing intermediate container 3d2e8094f13f [2021-01-27T08:14:09.741Z] ---> ff2eedea9dc8 [2021-01-27T08:14:09.741Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-27T08:14:09.741Z] Removing intermediate container 0ad529bc562e [2021-01-27T08:14:09.741Z] ---> c65b7f442a65 [2021-01-27T08:14:09.741Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-27T08:14:09.741Z] ---> Running in 6b6ba1dba88c [2021-01-27T08:14:10.007Z] ---> Running in 38b787485e2e [2021-01-27T08:14:10.007Z] Removing intermediate container 22cdd77a2d18 [2021-01-27T08:14:10.007Z] ---> e06af6743cb2 [2021-01-27T08:14:10.007Z] Step 13/24 : WORKDIR / [2021-01-27T08:14:10.007Z] Removing intermediate container dc27594926c6 [2021-01-27T08:14:10.007Z] ---> 2f8a5320cf2c [2021-01-27T08:14:10.007Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-27T08:14:10.007Z] ---> Running in 25a14c705592 [2021-01-27T08:14:10.007Z] Removing intermediate container 6b6ba1dba88c [2021-01-27T08:14:10.007Z] ---> 75c4000a74ec [2021-01-27T08:14:10.007Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T08:14:10.007Z] ---> Running in 2f53bacbe69f [2021-01-27T08:14:10.271Z] Removing intermediate container 38b787485e2e [2021-01-27T08:14:10.271Z] ---> 9bb7a8278a7b [2021-01-27T08:14:10.271Z] Step 13/21 : WORKDIR /edgex [2021-01-27T08:14:10.271Z] ---> Running in 17bafa35ac5a [2021-01-27T08:14:10.271Z] ---> Running in 0d07ec052f28 [2021-01-27T08:14:10.534Z] Removing intermediate container 2f53bacbe69f [2021-01-27T08:14:10.534Z] ---> ea868cfb8fef [2021-01-27T08:14:10.534Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-27T08:14:10.534Z] Removing intermediate container 25a14c705592 [2021-01-27T08:14:10.534Z] ---> dcac36aacd40 [2021-01-27T08:14:10.534Z] 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-01-27T08:14:11.486Z] ---> Running in 375a8a364a09 [2021-01-27T08:14:11.486Z] Removing intermediate container 17bafa35ac5a [2021-01-27T08:14:11.486Z] ---> 13e7248cc279 [2021-01-27T08:14:11.486Z] Step 15/23 : WORKDIR / [2021-01-27T08:14:11.486Z] Removing intermediate container 0d07ec052f28 [2021-01-27T08:14:11.486Z] ---> 1fef95aebb6f [2021-01-27T08:14:11.486Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-27T08:14:11.486Z] ---> 71d3eae07264 [2021-01-27T08:14:11.486Z] 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-01-27T08:14:11.486Z] ---> Running in 1e90574fabd8 [2021-01-27T08:14:11.748Z] Removing intermediate container 375a8a364a09 [2021-01-27T08:14:11.748Z] ---> 8183ec3ce339 [2021-01-27T08:14:11.748Z] Step 15/23 : WORKDIR / [2021-01-27T08:14:12.013Z] ---> Running in 07a0ee81bb57 [2021-01-27T08:14:12.013Z] Removing intermediate container 1e90574fabd8 [2021-01-27T08:14:12.013Z] ---> b1b7e7fea8b3 [2021-01-27T08:14:12.013Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-27T08:14:12.013Z] ---> 30535a244c36 [2021-01-27T08:14:12.013Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:14:12.013Z] ---> 7c6eb3c319ad [2021-01-27T08:14:12.013Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-27T08:14:12.013Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-27T08:14:12.013Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-27T08:14:12.297Z] ---> aefe523efa57 [2021-01-27T08:14:12.297Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-27T08:14:12.297Z] Removing intermediate container 07a0ee81bb57 [2021-01-27T08:14:12.297Z] ---> 84d9186f6ca2 [2021-01-27T08:14:12.297Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:14:12.297Z] ---> Running in eb4a24b01f44 [2021-01-27T08:14:12.570Z] ---> 1edfe428d6a0 [2021-01-27T08:14:12.570Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-27T08:14:12.570Z] ---> 2bc80710e874 [2021-01-27T08:14:12.570Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-27T08:14:12.838Z] ---> 407786a215c4 [2021-01-27T08:14:12.838Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-27T08:14:12.838Z] ---> c628a4773ee5 [2021-01-27T08:14:12.838Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-27T08:14:13.116Z] ---> ac68e8f08fbf [2021-01-27T08:14:13.116Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-27T08:14:13.116Z] ---> 14042556f368 [2021-01-27T08:14:13.116Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-27T08:14:14.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:14.085Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:14.357Z] ---> 1502c2f3f494 [2021-01-27T08:14:14.357Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-27T08:14:14.357Z] ---> 6b4e2e40d3e1 [2021-01-27T08:14:14.357Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-27T08:14:14.357Z] ---> 8053861f8d60 [2021-01-27T08:14:14.357Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-27T08:14:14.357Z] ---> 606957c1dd54 [2021-01-27T08:14:14.357Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-27T08:14:14.357Z] (1/2) Installing readline (8.0.4-r0) [2021-01-27T08:14:14.357Z] (2/2) Installing bash (5.0.17-r0) [2021-01-27T08:14:14.357Z] Executing bash-5.0.17-r0.post-install [2021-01-27T08:14:14.357Z] ---> Running in ddd9e3656d2d [2021-01-27T08:14:14.357Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:14.357Z] ---> Running in 3f74b24a5132 [2021-01-27T08:14:14.357Z] OK: 12 MiB in 22 packages [2021-01-27T08:14:14.944Z] Removing intermediate container ddd9e3656d2d [2021-01-27T08:14:14.944Z] ---> 6cf7e45a8270 [2021-01-27T08:14:14.944Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:14:14.944Z] Removing intermediate container 3f74b24a5132 [2021-01-27T08:14:14.944Z] ---> 0d8e1825f346 [2021-01-27T08:14:14.944Z] Step 18/21 : CMD ["--init=true"] [2021-01-27T08:14:14.944Z] ---> e25ce5dbf82c [2021-01-27T08:14:14.944Z] 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-01-27T08:14:14.944Z] ---> a641862cbb01 [2021-01-27T08:14:14.944Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-27T08:14:15.215Z] ---> Running in 73e291603616 [2021-01-27T08:14:15.215Z] ---> Running in 38ac546ab0e1 [2021-01-27T08:14:15.215Z] ---> Running in 8dcacb54ca57 [2021-01-27T08:14:15.215Z] ---> Running in c70280ac7a7f [2021-01-27T08:14:15.486Z] Removing intermediate container 38ac546ab0e1 [2021-01-27T08:14:15.486Z] ---> d540157b73b6 [2021-01-27T08:14:15.486Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T08:14:15.486Z] Removing intermediate container 73e291603616 [2021-01-27T08:14:15.486Z] ---> 7a1350fff443 [2021-01-27T08:14:15.486Z] Step 19/21 : LABEL arch=x86_64 [2021-01-27T08:14:15.762Z] Removing intermediate container eb4a24b01f44 [2021-01-27T08:14:15.762Z] ---> 64d673eea823 [2021-01-27T08:14:15.762Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-27T08:14:15.762Z] Removing intermediate container c70280ac7a7f [2021-01-27T08:14:15.762Z] ---> 04f35eb4293f [2021-01-27T08:14:15.762Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:14:15.762Z] ---> Running in 3893907ba565 [2021-01-27T08:14:15.762Z] ---> Running in 383a280fbc48 [2021-01-27T08:14:15.762Z] ---> Running in 5fb738caa870 [2021-01-27T08:14:15.762Z] ---> Running in 115ee4718ab8 [2021-01-27T08:14:16.028Z] Removing intermediate container 3893907ba565 [2021-01-27T08:14:16.028Z] ---> fb4ef181e45e [2021-01-27T08:14:16.028Z] Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:14:16.291Z] ---> Running in f831adaa61e9 [2021-01-27T08:14:16.291Z] Removing intermediate container 383a280fbc48 [2021-01-27T08:14:16.291Z] ---> dc020eefe899 [2021-01-27T08:14:16.291Z] Step 20/21 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:14:16.291Z] Removing intermediate container 5fb738caa870 [2021-01-27T08:14:16.291Z] ---> a8966cec14d4 [2021-01-27T08:14:16.291Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-27T08:14:16.291Z] Removing intermediate container 115ee4718ab8 [2021-01-27T08:14:16.291Z] ---> 90301dbb0d42 [2021-01-27T08:14:16.291Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T08:14:16.554Z] ---> Running in dbe07bc2c917 [2021-01-27T08:14:16.554Z] ---> Running in 8546b3276f6b [2021-01-27T08:14:16.554Z] ---> Running in 527c97a4d9bd [2021-01-27T08:14:16.554Z] Removing intermediate container f831adaa61e9 [2021-01-27T08:14:16.554Z] ---> 881e9f782161 [2021-01-27T08:14:16.554Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T08:14:16.818Z] ---> Running in 6e720162e350 [2021-01-27T08:14:16.818Z] Removing intermediate container 8dcacb54ca57 [2021-01-27T08:14:16.818Z] ---> d4b34d5ad1c0 [2021-01-27T08:14:16.818Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-27T08:14:16.818Z] Removing intermediate container dbe07bc2c917 [2021-01-27T08:14:16.818Z] ---> 76183cd44499 [2021-01-27T08:14:16.818Z] Step 21/21 : LABEL version=0.0.0 [2021-01-27T08:14:16.818Z] Removing intermediate container 8546b3276f6b [2021-01-27T08:14:16.818Z] ---> 179b3fa37bc9 [2021-01-27T08:14:16.818Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-27T08:14:17.082Z] Removing intermediate container 527c97a4d9bd [2021-01-27T08:14:17.082Z] ---> 014f5a33e742 [2021-01-27T08:14:17.082Z] Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:14:17.082Z] ---> Running in ad59359bd537 [2021-01-27T08:14:17.082Z] ---> Running in 1dc8ff510ab5 [2021-01-27T08:14:17.082Z] ---> Running in c471e569595a [2021-01-27T08:14:17.082Z] Removing intermediate container 6e720162e350 [2021-01-27T08:14:17.082Z] ---> 97ac5a88d369 [2021-01-27T08:14:17.082Z] [2021-01-27T08:14:17.082Z] ---> Running in 2afce6ad042f [2021-01-27T08:14:17.345Z] Removing intermediate container ad59359bd537 [2021-01-27T08:14:17.345Z] ---> a6c651767493 [2021-01-27T08:14:17.345Z] Step 22/24 : LABEL arch=x86_64 [2021-01-27T08:14:17.345Z] Removing intermediate container c471e569595a [2021-01-27T08:14:17.345Z] ---> 67cf50ba532c [2021-01-27T08:14:17.345Z] [2021-01-27T08:14:17.345Z] Successfully built 97ac5a88d369 [2021-01-27T08:14:17.608Z] Removing intermediate container 1dc8ff510ab5 [2021-01-27T08:14:17.608Z] ---> 27f06293cc29 [2021-01-27T08:14:17.608Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-27T08:14:17.608Z] Successfully built 67cf50ba532c [2021-01-27T08:14:17.874Z] Successfully tagged docker-core-command-go:latest [2021-01-27T08:14:17.874Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-27T08:14:17.874Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-27T08:14:17.874Z] Building docker-core-data-go [2021-01-27T08:14:17.874Z] ---> Running in a9b7a1f0164e [2021-01-27T08:14:17.874Z] Removing intermediate container 2afce6ad042f [2021-01-27T08:14:17.874Z] ---> 6d857dfb05df [2021-01-27T08:14:17.874Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T08:14:17.874Z]  Building docker-security-proxy-setup-go ... done  ---> Running in bc63bb89219f [2021-01-27T08:14:18.145Z] Removing intermediate container a9b7a1f0164e [2021-01-27T08:14:18.145Z] ---> 9dfe0212519e [2021-01-27T08:14:18.145Z] Step 23/24 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:14:18.145Z] Removing intermediate container bc63bb89219f [2021-01-27T08:14:18.145Z] ---> 069093bd2ffc [2021-01-27T08:14:18.145Z] [2021-01-27T08:14:18.145Z] ---> Running in 08078ea453b0 [2021-01-27T08:14:18.410Z] Successfully built 069093bd2ffc [2021-01-27T08:14:18.410Z] ---> 97255b548578 [2021-01-27T08:14:18.410Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-27T08:14:18.410Z] Successfully tagged docker-core-metadata-go:latest [2021-01-27T08:14:18.410Z] Building docker-support-notifications-go [2021-01-27T08:14:18.410Z]  Building docker-core-metadata-go ... done Removing intermediate container 08078ea453b0 [2021-01-27T08:14:18.410Z] ---> 2643c13595a3 [2021-01-27T08:14:18.410Z] Step 24/24 : LABEL version=0.0.0 [2021-01-27T08:14:18.673Z] ---> Running in 722c32448fe9 [2021-01-27T08:14:18.936Z] ---> 0d2a3c7f7ce5 [2021-01-27T08:14:18.936Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-27T08:14:23.160Z] Removing intermediate container 722c32448fe9 [2021-01-27T08:14:23.160Z] ---> 78db4d9d70cf [2021-01-27T08:14:23.160Z] [2021-01-27T08:14:23.160Z] Successfully built 78db4d9d70cf [2021-01-27T08:14:23.160Z] ---> b4fb751af610 [2021-01-27T08:14:23.160Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-27T08:14:23.160Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-27T08:14:23.160Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go [2021-01-27T08:14:26.506Z] ---> Running in 8f86ea469536 [2021-01-27T08:14:30.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:30.758Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:30.758Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-27T08:14:30.758Z] (2/33) Installing expat (2.2.9-r1) [2021-01-27T08:14:30.758Z] (3/33) Installing libffi (3.3-r2) [2021-01-27T08:14:30.758Z] (4/33) Installing gdbm (1.13-r1) [2021-01-27T08:14:30.758Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-27T08:14:30.758Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-27T08:14:30.758Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-27T08:14:44.187Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-27T08:14:44.187Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-27T08:14:44.187Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-27T08:14:44.187Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-27T08:14:44.187Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-27T08:14:44.187Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-27T08:14:44.187Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-27T08:14:44.464Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-27T08:14:44.464Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-27T08:14:44.464Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-27T08:14:44.728Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-27T08:14:44.729Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-27T08:14:44.729Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-27T08:14:44.729Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-27T08:14:44.729Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-27T08:14:44.729Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-27T08:14:45.312Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-27T08:14:45.900Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-27T08:14:46.165Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-27T08:14:46.436Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-27T08:14:46.436Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-27T08:14:46.436Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-27T08:14:46.436Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-27T08:14:46.436Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-27T08:14:46.436Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-27T08:14:46.436Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-27T08:14:46.700Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:14:46.700Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:14:46.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:14:46.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:14:46.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:14:46.700Z] ---> 31236e18f952 [2021-01-27T08:14:46.700Z] Step 3/23 : WORKDIR /edgex-go [2021-01-27T08:14:46.700Z] ---> 31236e18f952 [2021-01-27T08:14:46.700Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T08:14:46.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:14:46.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:14:46.965Z] ---> 31236e18f952 [2021-01-27T08:14:46.965Z] Step 3/22 : WORKDIR /edgex-go [2021-01-27T08:14:46.965Z] ---> Using cache [2021-01-27T08:14:46.965Z] ---> Using cache [2021-01-27T08:14:46.965Z] ---> Using cache [2021-01-27T08:14:46.965Z] ---> 5d21da3254f2 [2021-01-27T08:14:46.965Z] ---> 5d21da3254f2 [2021-01-27T08:14:46.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:14:46.965Z] ---> 5d21da3254f2 [2021-01-27T08:14:46.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:14:46.965Z] [2021-01-27T08:14:47.231Z] ---> Using cache [2021-01-27T08:14:47.231Z] ---> Using cache [2021-01-27T08:14:47.231Z] ---> 272ce0944c95 [2021-01-27T08:14:47.231Z] ---> Using cache [2021-01-27T08:14:47.232Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> 272ce0944c95 [2021-01-27T08:14:47.232Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-27T08:14:47.232Z] ---> 272ce0944c95 [2021-01-27T08:14:47.232Z] [2021-01-27T08:14:47.232Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-27T08:14:47.232Z] ---> Using cache [2021-01-27T08:14:47.232Z] ---> cc458672cb29 [2021-01-27T08:14:47.232Z] Step 6/22 : COPY go.mod . [2021-01-27T08:14:47.232Z] ---> Using cache [2021-01-27T08:14:47.232Z] ---> 9732afee0f38 [2021-01-27T08:14:47.232Z] Step 7/22 : RUN go mod download [2021-01-27T08:14:47.232Z] ---> Using cache [2021-01-27T08:14:47.232Z] ---> 5617e9219bfd [2021-01-27T08:14:47.232Z] Step 8/22 : COPY . . [2021-01-27T08:14:47.232Z] OK: 71 MiB in 55 packages [2021-01-27T08:14:47.499Z] ---> Using cache [2021-01-27T08:14:47.499Z] ---> 2650f8dbd758 [2021-01-27T08:14:47.499Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-27T08:14:48.929Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-27T08:14:48.929Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-27T08:14:48.929Z] ---> 31236e18f952 [2021-01-27T08:14:48.929Z] Step 3/33 : WORKDIR /edgex-go [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> 5d21da3254f2 [2021-01-27T08:14:48.929Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> 272ce0944c95 [2021-01-27T08:14:48.929Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> cc458672cb29 [2021-01-27T08:14:48.929Z] Step 6/33 : COPY go.mod . [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> 9732afee0f38 [2021-01-27T08:14:48.929Z] Step 7/33 : RUN go mod download [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> 5617e9219bfd [2021-01-27T08:14:48.929Z] Step 8/33 : COPY . . [2021-01-27T08:14:48.929Z] ---> Using cache [2021-01-27T08:14:48.929Z] ---> 2650f8dbd758 [2021-01-27T08:14:48.929Z] Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-27T08:14:49.506Z] ---> Running in 433c63ee536c [2021-01-27T08:14:49.506Z] ---> Running in d0db4209a2a3 [2021-01-27T08:14:49.506Z] ---> Running in 5f28c7bbedb4 [2021-01-27T08:14:49.506Z] ---> Running in 1dc4668bdb92 [2021-01-27T08:14:50.087Z] Removing intermediate container 1dc4668bdb92 [2021-01-27T08:14:50.087Z] ---> f9136701b91f [2021-01-27T08:14:50.087Z] Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-27T08:14:50.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:50.956Z] ---> Running in 3f0b4660c2e1 [2021-01-27T08:14:50.956Z] 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-01-27T08:14:50.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:50.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:51.229Z] 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-01-27T08:14:51.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:14:51.769Z] OK: 233 MiB in 51 packages [2021-01-27T08:14:52.343Z] OK: 233 MiB in 51 packages [2021-01-27T08:14:55.697Z] Removing intermediate container 433c63ee536c [2021-01-27T08:14:55.697Z] ---> c3756f06e8b0 [2021-01-27T08:14:55.697Z] Step 6/23 : COPY go.mod . [2021-01-27T08:14:55.980Z] Removing intermediate container 5f28c7bbedb4 [2021-01-27T08:14:55.980Z] ---> abe582a1fc0a [2021-01-27T08:14:55.980Z] Step 6/22 : COPY go.mod . [2021-01-27T08:14:57.038Z] ---> 1193b61465a6 [2021-01-27T08:14:57.038Z] Step 7/23 : RUN go mod download [2021-01-27T08:14:59.377Z] ---> 6e084a198f1b [2021-01-27T08:14:59.377Z] Step 7/22 : RUN go mod download [2021-01-27T08:14:59.377Z] ---> Running in 0426bdb991af [2021-01-27T08:15:00.349Z] ---> Running in 7833aef99eea [2021-01-27T08:15:00.622Z] Removing intermediate container 8f86ea469536 [2021-01-27T08:15:00.622Z] ---> 504dc9097bb8 [2021-01-27T08:15:00.622Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-27T08:15:00.894Z] ---> Running in 93451cba2bdf [2021-01-27T08:15:04.271Z] Removing intermediate container 7833aef99eea [2021-01-27T08:15:04.271Z] ---> 1e7ac7992bfe [2021-01-27T08:15:04.271Z] Step 8/22 : COPY . . [2021-01-27T08:15:04.271Z] Collecting docker-compose==1.23.2 [2021-01-27T08:15:04.271Z] Removing intermediate container 0426bdb991af [2021-01-27T08:15:04.271Z] ---> f00af7a9df59 [2021-01-27T08:15:04.271Z] Step 8/23 : COPY . . [2021-01-27T08:15:04.271Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-27T08:15:04.543Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-27T08:15:04.543Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-27T08:15:05.506Z] Collecting docopt<0.7,>=0.6.1 [2021-01-27T08:15:05.506Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-27T08:15:13.709Z] Collecting docker<4.0,>=3.6.0 [2021-01-27T08:15:13.709Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-27T08:15:13.709Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-27T08:15:13.709Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-27T08:15:17.069Z] Collecting cached-property<2,>=1.2.0 [2021-01-27T08:15:17.069Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-27T08:15:17.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-27T08:15:17.069Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-27T08:15:17.069Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-27T08:15:17.069Z] Collecting jsonschema<3,>=2.5.1 [2021-01-27T08:15:17.069Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-27T08:15:17.069Z] 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-01-27T08:15:19.641Z] Collecting texttable<0.10,>=0.9.0 [2021-01-27T08:15:19.641Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-27T08:15:21.605Z] Collecting PyYAML<4,>=3.10 [2021-01-27T08:15:21.605Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-27T08:15:24.999Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-27T08:15:24.999Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-27T08:15:25.591Z] 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-01-27T08:15:26.683Z] Collecting idna<2.8,>=2.5 [2021-01-27T08:15:26.683Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-27T08:15:27.637Z] 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-01-27T08:15:28.219Z] Collecting docker-pycreds>=0.4.0 [2021-01-27T08:15:28.219Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-27T08:15:29.193Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-27T08:15:29.193Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-27T08:15:29.193Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-27T08:15:29.193Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-27T08:15:29.193Z] Removing intermediate container d0db4209a2a3 [2021-01-27T08:15:29.193Z] ---> 4e36f4e2a0ae [2021-01-27T08:15:29.193Z] [2021-01-27T08:15:29.193Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T08:15:29.193Z] ---> 389fef711851 [2021-01-27T08:15:29.481Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-27T08:15:29.481Z] Installing collected packages: urllib3, idna, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, cached-property, jsonschema, texttable, PyYAML, docker-compose [2021-01-27T08:15:29.481Z] Attempting uninstall: urllib3 [2021-01-27T08:15:29.481Z] Found existing installation: urllib3 1.25.9 [2021-01-27T08:15:29.481Z] ---> Using cache [2021-01-27T08:15:29.481Z] ---> 457b63689da9 [2021-01-27T08:15:29.481Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T08:15:29.481Z] Uninstalling urllib3-1.25.9: [2021-01-27T08:15:29.481Z] ---> Using cache [2021-01-27T08:15:29.481Z] ---> 2f8a5320cf2c [2021-01-27T08:15:29.481Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-27T08:15:29.481Z] Successfully uninstalled urllib3-1.25.9 [2021-01-27T08:15:30.066Z] + mkdir -p /tmp/build/dist/linux [2021-01-27T08:15:30.066Z] + cd /tmp/build/dist/linux [2021-01-27T08:15:30.066Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-27T08:15:30.329Z] Cloning into '.'... [2021-01-27T08:15:31.280Z]  Attempting uninstall: idna [2021-01-27T08:15:31.280Z] Found existing installation: idna 2.9 [2021-01-27T08:15:31.280Z] Uninstalling idna-2.9: [2021-01-27T08:15:31.280Z] + go get github.com/robfig/glock [2021-01-27T08:15:31.280Z]  ---> Running in f3c1fe80aa45 [2021-01-27T08:15:31.280Z] Successfully uninstalled idna-2.9 [2021-01-27T08:15:31.853Z] Attempting uninstall: requests [2021-01-27T08:15:31.853Z] Found existing installation: requests 2.23.0 [2021-01-27T08:15:31.853Z] Uninstalling requests-2.23.0: [2021-01-27T08:15:31.853Z] Successfully uninstalled requests-2.23.0 [2021-01-27T08:15:33.777Z] Running setup.py install for docopt: started [2021-01-27T08:15:33.777Z] Removing intermediate container f3c1fe80aa45 [2021-01-27T08:15:33.777Z] ---> b08dcf29d04d [2021-01-27T08:15:33.777Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T08:15:34.050Z] ---> Running in 57c6033d6b21 [2021-01-27T08:15:34.315Z] Running setup.py install for docopt: finished with status 'done' [2021-01-27T08:15:34.315Z] ---> 2e02c3f87901 [2021-01-27T08:15:34.315Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-27T08:15:34.315Z] ---> 29021a01a4d0 [2021-01-27T08:15:34.315Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-27T08:15:34.577Z] ---> Running in e5d158c5a846 [2021-01-27T08:15:34.577Z] ---> Running in 97502b30f9d3 [2021-01-27T08:15:34.577Z] Removing intermediate container 57c6033d6b21 [2021-01-27T08:15:34.577Z] ---> 20f19314a7e8 [2021-01-27T08:15:34.577Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:15:34.840Z] Running setup.py install for dockerpty: started [2021-01-27T08:15:35.437Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-27T08:15:35.437Z] 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-01-27T08:15:35.715Z] ---> 55907c3a629a [2021-01-27T08:15:35.715Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-27T08:15:35.715Z] 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-01-27T08:15:35.984Z] Running setup.py install for texttable: started [2021-01-27T08:15:36.569Z] Running setup.py install for texttable: finished with status 'done' [2021-01-27T08:15:36.569Z] Running setup.py install for PyYAML: started [2021-01-27T08:15:36.569Z] ---> 10eeba38af88 [2021-01-27T08:15:36.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-27T08:15:36.854Z] ---> d50d2bf4a071 [2021-01-27T08:15:36.854Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-27T08:15:37.126Z] ---> Running in b70628705b36 [2021-01-27T08:15:37.126Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-27T08:15:37.397Z] Removing intermediate container b70628705b36 [2021-01-27T08:15:37.397Z] ---> 023636af566e [2021-01-27T08:15:37.397Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:15:37.673Z] 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.57.0 [2021-01-27T08:15:37.943Z] ---> Running in e97b47a038d0 [2021-01-27T08:15:38.210Z] Removing intermediate container e97b47a038d0 [2021-01-27T08:15:38.210Z] ---> 0d4ca1bab6b9 [2021-01-27T08:15:38.210Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T08:15:39.674Z] ---> Running in 542402f210c5 [2021-01-27T08:15:40.651Z] Removing intermediate container 542402f210c5 [2021-01-27T08:15:40.651Z] ---> fa3c02e90382 [2021-01-27T08:15:40.651Z] Step 21/22 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:15:42.598Z] ---> Running in fdf93d4f4565 [2021-01-27T08:15:43.187Z] Removing intermediate container fdf93d4f4565 [2021-01-27T08:15:43.187Z] ---> f78851be7a3c [2021-01-27T08:15:43.187Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T08:15:46.552Z] + glock sync -n [2021-01-27T08:15:46.552Z]  ---> Running in 47fd209fdbf1 [2021-01-27T08:15:46.817Z] Removing intermediate container 93451cba2bdf [2021-01-27T08:15:46.818Z] ---> 7d03a07324c5 [2021-01-27T08:15:46.818Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-27T08:15:46.818Z] Removing intermediate container 47fd209fdbf1 [2021-01-27T08:15:46.818Z] ---> cb7e7ec52cd6 [2021-01-27T08:15:46.818Z] [2021-01-27T08:15:47.089Z] ---> Running in 3361222c0b29 [2021-01-27T08:15:47.365Z] Successfully built cb7e7ec52cd6 [2021-01-27T08:15:47.365Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-27T08:15:48.345Z]  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:15:48.345Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:15:48.345Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-27T08:15:48.614Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-27T08:15:48.614Z] (3/3) Installing curl (7.69.1-r3) [2021-01-27T08:15:48.614Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:15:48.614Z] OK: 72 MiB in 58 packages [2021-01-27T08:15:50.559Z] Removing intermediate container 3361222c0b29 [2021-01-27T08:15:50.559Z] ---> 0a73605693f0 [2021-01-27T08:15:50.559Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-27T08:15:50.823Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-27T08:15:50.823Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-27T08:15:50.823Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-27T08:15:51.093Z] ---> Running in 7a31945f9ef3 [2021-01-27T08:15:51.093Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-27T08:15:51.093Z] + git describe '--abbrev=0' --tags [2021-01-27T08:15:51.093Z] + TAG=v0.6.1 [2021-01-27T08:15:51.093Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-27T08:15:51.093Z] + apk --print-arch [2021-01-27T08:15:51.093Z] + arch=x86_64 [2021-01-27T08:15:51.093Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-27T08:15:51.093Z] + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-27T08:15:51.093Z] building [dockerize] for amd64 ... [2021-01-27T08:15:52.507Z] Removing intermediate container 7a31945f9ef3 [2021-01-27T08:15:52.507Z] ---> a5a182383868 [2021-01-27T08:15:52.507Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:15:53.099Z] ---> Running in 2f7a49cfa1fa [2021-01-27T08:15:53.687Z] Removing intermediate container 2f7a49cfa1fa [2021-01-27T08:15:53.687Z] ---> 96e462a9486c [2021-01-27T08:15:53.687Z] Step 24/26 : LABEL arch=x86_64 [2021-01-27T08:15:53.960Z] ---> Running in a86a43789fc4 [2021-01-27T08:15:54.236Z] Removing intermediate container a86a43789fc4 [2021-01-27T08:15:54.236Z] ---> ff7559c78a72 [2021-01-27T08:15:54.236Z] Step 25/26 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:15:54.236Z] ---> Running in 4af85549ae23 [2021-01-27T08:15:54.508Z] Removing intermediate container 4af85549ae23 [2021-01-27T08:15:54.508Z] ---> 3d99587af385 [2021-01-27T08:15:54.508Z] Step 26/26 : LABEL version=0.0.0 [2021-01-27T08:15:54.776Z] ---> Running in 169e9e91abe9 [2021-01-27T08:15:58.142Z] Removing intermediate container 169e9e91abe9 [2021-01-27T08:15:58.142Z] ---> f0af77879c7c [2021-01-27T08:15:58.142Z] [2021-01-27T08:15:58.416Z] Successfully built f0af77879c7c [2021-01-27T08:15:58.416Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-27T08:16:01.038Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e5d158c5a846 [2021-01-27T08:16:01.038Z] ---> f66dbb59cad2 [2021-01-27T08:16:01.038Z] [2021-01-27T08:16:01.038Z] Step 10/22 : FROM alpine:3.12 [2021-01-27T08:16:01.038Z] ---> 389fef711851 [2021-01-27T08:16:01.038Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-27T08:16:01.304Z] ---> Running in 1035f9f4b14e [2021-01-27T08:16:02.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:02.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:02.560Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-27T08:16:02.560Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-27T08:16:02.560Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:16:03.971Z] Executing ca-certificates-20191127-r4.trigger [2021-01-27T08:16:03.971Z] OK: 6 MiB in 16 packages [2021-01-27T08:16:05.956Z] Removing intermediate container 1035f9f4b14e [2021-01-27T08:16:05.956Z] ---> ac694e50b8d3 [2021-01-27T08:16:05.956Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-27T08:16:06.553Z] ---> Running in 9f04a3c2d0bd [2021-01-27T08:16:06.832Z] Removing intermediate container 9f04a3c2d0bd [2021-01-27T08:16:06.832Z] ---> e0fee7b5bd9d [2021-01-27T08:16:06.832Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-27T08:16:07.107Z] ---> Running in d50792a738f4 [2021-01-27T08:16:08.300Z] Removing intermediate container d50792a738f4 [2021-01-27T08:16:08.300Z] ---> 35d1136a5c2d [2021-01-27T08:16:08.300Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-27T08:16:09.123Z] ---> Running in 74f40e0d96e0 [2021-01-27T08:16:09.123Z] Removing intermediate container 97502b30f9d3 [2021-01-27T08:16:09.123Z] ---> f3f86708e730 [2021-01-27T08:16:09.123Z] [2021-01-27T08:16:09.123Z] Step 10/23 : FROM alpine:3.12 [2021-01-27T08:16:09.123Z] ---> 389fef711851 [2021-01-27T08:16:09.123Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-27T08:16:09.607Z] ---> Running in e8a93672f5f2 [2021-01-27T08:16:09.607Z] Removing intermediate container 74f40e0d96e0 [2021-01-27T08:16:09.607Z] ---> 04a36b3b2db7 [2021-01-27T08:16:09.607Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:16:09.607Z] Removing intermediate container e8a93672f5f2 [2021-01-27T08:16:09.607Z] ---> 1dc511d55c6f [2021-01-27T08:16:09.607Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-27T08:16:10.001Z] ---> Running in f1c5e0bd7ec3 [2021-01-27T08:16:10.001Z] ---> e285e630b818 [2021-01-27T08:16:10.001Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-27T08:16:10.001Z] Removing intermediate container f1c5e0bd7ec3 [2021-01-27T08:16:10.001Z] ---> 5aa19b67be40 [2021-01-27T08:16:10.001Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-27T08:16:10.307Z] ---> Running in 8aafb3be18e6 [2021-01-27T08:16:10.572Z] Removing intermediate container 8aafb3be18e6 [2021-01-27T08:16:10.572Z] ---> dc7d08a3277d [2021-01-27T08:16:10.572Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-27T08:16:10.572Z] ---> Running in 26b825351ce1 [2021-01-27T08:16:10.839Z] ---> d7dcd748960e [2021-01-27T08:16:10.839Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-27T08:16:11.109Z] ---> 439118c5bd15 [2021-01-27T08:16:11.110Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-27T08:16:11.110Z] ---> Running in b1529599aca0 [2021-01-27T08:16:11.375Z] Removing intermediate container b1529599aca0 [2021-01-27T08:16:11.375Z] ---> 37a1c5030e55 [2021-01-27T08:16:11.375Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:16:11.375Z] ---> Running in 3375914186f1 [2021-01-27T08:16:11.637Z] Removing intermediate container 3375914186f1 [2021-01-27T08:16:11.637Z] ---> 84ac7a1c6914 [2021-01-27T08:16:11.637Z] Step 20/22 : LABEL arch=x86_64 [2021-01-27T08:16:11.637Z] + date [2021-01-27T08:16:11.637Z] + echo 'Wed Jan 27 08:16:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-27T08:16:11.637Z] Wed Jan 27 08:16:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-27T08:16:11.904Z] ---> Running in 1d2c63dd887f [2021-01-27T08:16:11.904Z] Removing intermediate container 26b825351ce1 [2021-01-27T08:16:11.904Z] ---> 2f9ecbf03d17 [2021-01-27T08:16:11.904Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-27T08:16:11.904Z] ---> Running in 6afdca931317 [2021-01-27T08:16:12.166Z] Removing intermediate container 1d2c63dd887f [2021-01-27T08:16:12.166Z] ---> 60c39d2b0f36 [2021-01-27T08:16:12.166Z] Step 21/22 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:16:12.166Z] ---> Running in c3ed771e119c [2021-01-27T08:16:13.562Z] Removing intermediate container c3ed771e119c [2021-01-27T08:16:13.562Z] ---> be12eaa06fd4 [2021-01-27T08:16:13.562Z] Step 22/22 : LABEL version=0.0.0 [2021-01-27T08:16:13.562Z] ---> Running in 2b1391a63558 [2021-01-27T08:16:13.825Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:13.825Z] Removing intermediate container 2b1391a63558 [2021-01-27T08:16:13.825Z] ---> 83e87ed87043 [2021-01-27T08:16:13.825Z] [2021-01-27T08:16:13.825Z] Successfully built 83e87ed87043 [2021-01-27T08:16:14.087Z] Successfully tagged docker-support-notifications-go:latest [2021-01-27T08:16:14.666Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:15.244Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-27T08:16:15.244Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-27T08:16:15.244Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-27T08:16:15.507Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-27T08:16:15.507Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-27T08:16:15.769Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-27T08:16:15.769Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:16:15.769Z] OK: 8 MiB in 20 packages [2021-01-27T08:16:21.077Z] Removing intermediate container 6afdca931317 [2021-01-27T08:16:21.077Z] ---> e31d73237e53 [2021-01-27T08:16:21.077Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:16:22.025Z] ---> d910c2f0b9df [2021-01-27T08:16:22.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-27T08:16:23.419Z] ---> 11af714709e5 [2021-01-27T08:16:23.419Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-27T08:16:24.810Z] Removing intermediate container 3f0b4660c2e1 [2021-01-27T08:16:24.810Z] ---> abe196426319 [2021-01-27T08:16:24.810Z] [2021-01-27T08:16:24.810Z] Step 11/33 : FROM alpine:3.12 [2021-01-27T08:16:24.810Z] ---> 389fef711851 [2021-01-27T08:16:24.810Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-27T08:16:24.810Z] ---> 2d9e7c4d0275 [2021-01-27T08:16:24.810Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-27T08:16:24.810Z] ---> Running in 30dc5516e704 [2021-01-27T08:16:24.810Z] ---> Running in 432f43130543 [2021-01-27T08:16:25.075Z] Removing intermediate container 30dc5516e704 [2021-01-27T08:16:25.075Z] ---> 1e51b79930f5 [2021-01-27T08:16:25.075Z] Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-27T08:16:25.075Z] Removing intermediate container 432f43130543 [2021-01-27T08:16:25.075Z] ---> 9c3ba1c09422 [2021-01-27T08:16:25.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-27T08:16:25.075Z] ---> Running in 533acd325809 [2021-01-27T08:16:25.075Z] ---> Running in b2a8d50463c0 [2021-01-27T08:16:25.342Z] Removing intermediate container b2a8d50463c0 [2021-01-27T08:16:25.342Z] ---> 95a35a5f2593 [2021-01-27T08:16:25.342Z] Step 21/23 : LABEL arch=x86_64 [2021-01-27T08:16:25.342Z] ---> Running in 4df9529b40c1 [2021-01-27T08:16:25.607Z] Removing intermediate container 4df9529b40c1 [2021-01-27T08:16:25.607Z] ---> 8b1e0f8dbb10 [2021-01-27T08:16:25.607Z] Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:16:25.607Z] ---> Running in 3266b0f5921c [2021-01-27T08:16:25.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:25.869Z] Removing intermediate container 3266b0f5921c [2021-01-27T08:16:25.869Z] ---> 30f6fc4d7624 [2021-01-27T08:16:25.869Z] Step 23/23 : LABEL version=0.0.0 [2021-01-27T08:16:25.869Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-27T08:16:26.131Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-27T08:16:26.131Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-27T08:16:26.131Z] (3/3) Installing su-exec (0.2-r1) [2021-01-27T08:16:26.131Z] Executing busybox-1.31.1-r19.trigger [2021-01-27T08:16:26.131Z] OK: 6 MiB in 17 packages [2021-01-27T08:16:26.705Z] ---> Running in 2f80219f1129 [2021-01-27T08:16:26.705Z] Removing intermediate container 2f80219f1129 [2021-01-27T08:16:26.705Z] ---> fb6c8b9fd2aa [2021-01-27T08:16:26.705Z] [2021-01-27T08:16:26.967Z] Removing intermediate container 533acd325809 [2021-01-27T08:16:26.967Z] ---> 16a6900b14ed [2021-01-27T08:16:26.967Z] Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-27T08:16:26.967Z] Successfully built fb6c8b9fd2aa [2021-01-27T08:16:27.542Z] Successfully tagged docker-core-data-go:latest [2021-01-27T08:16:28.488Z]  Building docker-core-data-go ... done  ---> Running in df5edd23d09c [2021-01-27T08:16:28.488Z] Removing intermediate container df5edd23d09c [2021-01-27T08:16:28.488Z] ---> 1d60e234f5d8 [2021-01-27T08:16:28.488Z] Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-27T08:16:28.750Z] ---> Running in 1de08de06350 [2021-01-27T08:16:28.750Z] Removing intermediate container 1de08de06350 [2021-01-27T08:16:28.750Z] ---> 22ba6b83be6e [2021-01-27T08:16:28.750Z] Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-27T08:16:29.013Z] ---> Running in 88d83c0f029a [2021-01-27T08:16:29.960Z] Removing intermediate container 88d83c0f029a [2021-01-27T08:16:29.960Z] ---> 35c03fad1a2a [2021-01-27T08:16:29.960Z] Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-27T08:16:29.960Z] ---> Running in 235350bd146d [2021-01-27T08:16:29.960Z] Removing intermediate container 235350bd146d [2021-01-27T08:16:29.960Z] ---> 8040efdf7fe9 [2021-01-27T08:16:29.960Z] Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-27T08:16:30.533Z] ---> 4ed446018b02 [2021-01-27T08:16:30.533Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-27T08:16:30.795Z] ---> c6bc7467751e [2021-01-27T08:16:30.795Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-27T08:16:30.795Z] ---> Running in 8212a2a61a08 [2021-01-27T08:16:31.742Z] Removing intermediate container 8212a2a61a08 [2021-01-27T08:16:31.742Z] ---> 9af484993d7f [2021-01-27T08:16:31.743Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-27T08:16:32.004Z] ---> d5f3b2a0cad7 [2021-01-27T08:16:32.004Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-27T08:16:32.580Z] ---> 536f58717569 [2021-01-27T08:16:32.580Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-27T08:16:32.842Z] ---> 8180d0d4414d [2021-01-27T08:16:32.842Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-27T08:16:33.418Z] ---> 2b9d5347c148 [2021-01-27T08:16:33.418Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-27T08:16:33.418Z] ---> d30054672c5f [2021-01-27T08:16:33.418Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-27T08:16:33.680Z] ---> Running in 3cc6a5b74a14 [2021-01-27T08:16:33.947Z] Removing intermediate container 3cc6a5b74a14 [2021-01-27T08:16:33.947Z] ---> 2f35e6ad7595 [2021-01-27T08:16:33.947Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-27T08:16:34.216Z] ---> 8a2d1ff45f3b [2021-01-27T08:16:34.216Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-27T08:16:34.479Z] ---> Running in 8f8b3080ed72 [2021-01-27T08:16:35.427Z] Removing intermediate container 8f8b3080ed72 [2021-01-27T08:16:35.428Z] ---> b4d463137b69 [2021-01-27T08:16:35.428Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-27T08:16:35.693Z] ---> Running in a06494c6e1b9 [2021-01-27T08:16:35.693Z] Removing intermediate container a06494c6e1b9 [2021-01-27T08:16:35.693Z] ---> 0efa2643c9c7 [2021-01-27T08:16:35.693Z] Step 30/33 : CMD ["gate"] [2021-01-27T08:16:35.955Z] ---> Running in 66baad9a9947 [2021-01-27T08:16:36.226Z] Removing intermediate container 66baad9a9947 [2021-01-27T08:16:36.226Z] ---> b4d2e83ba03e [2021-01-27T08:16:36.226Z] Step 31/33 : LABEL arch=x86_64 [2021-01-27T08:16:36.226Z] ---> Running in 8b2b2e8f2f49 [2021-01-27T08:16:36.488Z] Removing intermediate container 8b2b2e8f2f49 [2021-01-27T08:16:36.488Z] ---> c45e42dccf9a [2021-01-27T08:16:36.488Z] Step 32/33 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed [2021-01-27T08:16:36.752Z] ---> Running in 579fda34817a [2021-01-27T08:16:37.014Z] Removing intermediate container 579fda34817a [2021-01-27T08:16:37.015Z] ---> 0f11ff7ac2e4 [2021-01-27T08:16:37.015Z] Step 33/33 : LABEL version=0.0.0 [2021-01-27T08:16:37.278Z] ---> Running in ecf4b6e1a9b6 [2021-01-27T08:16:37.278Z] Removing intermediate container ecf4b6e1a9b6 [2021-01-27T08:16:37.278Z] ---> 1788de822d65 [2021-01-27T08:16:37.278Z] [2021-01-27T08:16:37.540Z] Successfully built 1788de822d65 [2021-01-27T08:16:37.540Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-27T08:16:37.815Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-27T08:16:37.822Z] $ docker stop --time=1 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 [2021-01-27T08:16:39.327Z] $ docker rm -f 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-27T08:16:39.834Z] + docker images [2021-01-27T08:16:39.834Z] + grep docker [2021-01-27T08:16:40.097Z] docker-security-bootstrapper-go latest 1788de822d65 3 seconds ago 33.5MB [2021-01-27T08:16:40.097Z] docker-core-data-go latest fb6c8b9fd2aa 14 seconds ago 22.3MB [2021-01-27T08:16:40.097Z] docker-support-notifications-go latest 83e87ed87043 27 seconds ago 16.9MB [2021-01-27T08:16:40.097Z] docker-sys-mgmt-agent-go latest f0af77879c7c 44 seconds ago 313MB [2021-01-27T08:16:40.097Z] docker-support-scheduler-go latest cb7e7ec52cd6 54 seconds ago 16.4MB [2021-01-27T08:16:40.097Z] docker-security-secretstore-setup-go latest 78db4d9d70cf 2 minutes ago 24.6MB [2021-01-27T08:16:40.097Z] docker-security-proxy-setup-go latest 67cf50ba532c 2 minutes ago 24.4MB [2021-01-27T08:16:40.097Z] docker-core-metadata-go latest 069093bd2ffc 2 minutes ago 18.8MB [2021-01-27T08:16:40.097Z] docker-core-command-go latest 97ac5a88d369 2 minutes ago 16.3MB [2021-01-27T08:16:40.097Z] docker 20.10.0 aefe523efa57 6 weeks 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-01-27T08:16:40.978Z] Running on prd-ubuntu18.04-docker-8c-8g-23299 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-27T08:16:41.055Z] Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout [2021-01-27T08:16:43.288Z] using credential edgex-jenkins-ssh [2021-01-27T08:16:43.365Z] Cloning the remote Git repository [2021-01-27T08:16:43.403Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:16:43.491Z] > git init /w/workspace/edgex-go/26 # timeout=10 [2021-01-27T08:16:43.520Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:16:43.520Z] > git --version # timeout=10 [2021-01-27T08:16:43.525Z] > git --version # 'git version 2.17.1' [2021-01-27T08:16:43.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T08:16:43.549Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T08:17:01.020Z] Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c [Pipeline] } [2021-01-27T08:17:00.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T08:17:00.344Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-27T08:17:00.354Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-27T08:17:00.366Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-27T08:17:00.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-27T08:17:00.371Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-27T08:17:01.033Z] > git config core.sparsecheckout # timeout=10 [2021-01-27T08:17:01.039Z] > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-27T08:17:01.704Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-27T08:17:03.589Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:04.479Z] ---> package-listing.sh [2021-01-27T08:17:04.479Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-27T08:17:04.479Z] ++ facter osfamily [2021-01-27T08:17:04.479Z] + OS_FAMILY=redhat [2021-01-27T08:17:04.479Z] + workspace=/w/workspace/edgex-go/26 [2021-01-27T08:17:04.479Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-27T08:17:04.479Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-27T08:17:04.479Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-27T08:17:04.479Z] + PACKAGES=/tmp/packages_start.txt [2021-01-27T08:17:04.479Z] + '[' /w/workspace/edgex-go/26 ']' [2021-01-27T08:17:04.479Z] + PACKAGES=/tmp/packages_end.txt [2021-01-27T08:17:04.479Z] + case "${OS_FAMILY}" in [2021-01-27T08:17:04.479Z] + rpm -qa [2021-01-27T08:17:04.479Z] + sort [2021-01-27T08:17:09.788Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-27T08:17:09.788Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-27T08:17:09.788Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-27T08:17:09.788Z] + '[' /w/workspace/edgex-go/26 ']' [2021-01-27T08:17:09.788Z] + mkdir -p /w/workspace/edgex-go/26/archives/ [2021-01-27T08:17:09.788Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo [2021-01-27T08:17:09.802Z] 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-27T08:17:10.100Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:17:10.413Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T08:17:10.413Z] [2021-01-27T08:17:10.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-27T08:17:10.761Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T08:17:10.761Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-27T08:17:10.761Z] df20fa9351a1: Pulling fs layer [2021-01-27T08:17:10.761Z] 36b3adc4ff6f: Pulling fs layer [2021-01-27T08:17:10.761Z] 8ad3a11d3b57: Pulling fs layer [2021-01-27T08:17:10.761Z] 46f8f816bc3b: Pulling fs layer [2021-01-27T08:17:10.761Z] 93b61091891f: Pulling fs layer [2021-01-27T08:17:10.761Z] 93b9cdb0e59b: Pulling fs layer [2021-01-27T08:17:10.761Z] 5e14af77c1be: Pulling fs layer [2021-01-27T08:17:10.761Z] 01666e4c0597: Pulling fs layer [2021-01-27T08:17:10.761Z] aa168da1d23b: Pulling fs layer [2021-01-27T08:17:10.761Z] 46f8f816bc3b: Waiting [2021-01-27T08:17:10.761Z] 93b61091891f: Waiting [2021-01-27T08:17:10.761Z] 93b9cdb0e59b: Waiting [2021-01-27T08:17:10.761Z] 5e14af77c1be: Waiting [2021-01-27T08:17:10.761Z] 01666e4c0597: Waiting [2021-01-27T08:17:10.761Z] aa168da1d23b: Waiting [2021-01-27T08:17:10.761Z] 36b3adc4ff6f: Verifying Checksum [2021-01-27T08:17:10.761Z] 36b3adc4ff6f: Download complete [2021-01-27T08:17:10.761Z] 46f8f816bc3b: Verifying Checksum [2021-01-27T08:17:10.761Z] 46f8f816bc3b: Download complete [2021-01-27T08:17:10.761Z] df20fa9351a1: Download complete [2021-01-27T08:17:11.022Z] 93b9cdb0e59b: Verifying Checksum [2021-01-27T08:17:11.023Z] 93b9cdb0e59b: Download complete [2021-01-27T08:17:11.023Z] 5e14af77c1be: Verifying Checksum [2021-01-27T08:17:11.023Z] 5e14af77c1be: Download complete [2021-01-27T08:17:11.023Z] 93b61091891f: Verifying Checksum [2021-01-27T08:17:11.023Z] 93b61091891f: Download complete [2021-01-27T08:17:11.023Z] 01666e4c0597: Verifying Checksum [2021-01-27T08:17:11.023Z] 01666e4c0597: Download complete [2021-01-27T08:17:11.023Z] 8ad3a11d3b57: Verifying Checksum [2021-01-27T08:17:11.023Z] 8ad3a11d3b57: Download complete [2021-01-27T08:17:11.283Z] df20fa9351a1: Pull complete [2021-01-27T08:17:11.548Z] 36b3adc4ff6f: Pull complete [2021-01-27T08:17:12.948Z] aa168da1d23b: Verifying Checksum [2021-01-27T08:17:12.948Z] aa168da1d23b: Download complete [2021-01-27T08:17:13.900Z] 8ad3a11d3b57: Pull complete [2021-01-27T08:17:14.167Z] 46f8f816bc3b: Pull complete [2021-01-27T08:17:15.557Z] 93b61091891f: Pull complete [2021-01-27T08:17:15.820Z] 93b9cdb0e59b: Pull complete [2021-01-27T08:17:16.089Z] 5e14af77c1be: Pull complete [2021-01-27T08:17:16.089Z] 01666e4c0597: Pull complete [2021-01-27T08:17:24.401Z] aa168da1d23b: Pull complete [2021-01-27T08:17:24.401Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-27T08:17:24.401Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-27T08:17:24.401Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-27T08:17:24.636Z] prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container [2021-01-27T08:17:24.688Z] $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-27T08:17:33.616Z] $ docker top 755a5726df3436b4e9c9a2a182c49a8c84427a5ccdeff0aae2dec5ef7dfe51c4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-27T08:17:34.281Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-27T08:17:34.644Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-27T08:17:34.945Z] + ls /var/log/sa-host [2021-01-27T08:17:34.945Z] + sadf -c /var/log/sa-host/sa23 [2021-01-27T08:17:34.945Z] file_magic: OK [2021-01-27T08:17:34.945Z] HZ: Using current value: 100 [2021-01-27T08:17:34.945Z] file_header: OK [2021-01-27T08:17:34.945Z] 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-01-27T08:17:34.945Z] Statistics: [2021-01-27T08:17:34.945Z] Hnuu...uuuununununu... [2021-01-27T08:17:34.945Z] File successfully converted to sysstat format version 12.2.1 [2021-01-27T08:17:34.945Z] + sadf -c /var/log/sa-host/sa27 [2021-01-27T08:17:34.945Z] file_magic: OK [2021-01-27T08:17:34.945Z] HZ: Using current value: 100 [2021-01-27T08:17:34.945Z] file_header: OK [2021-01-27T08:17:34.945Z] 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-01-27T08:17:34.945Z] Statistics: [2021-01-27T08:17:34.945Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-27T08:17:34.945Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-27T08:17:35.134Z] provisioning config files... [2021-01-27T08:17:35.149Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config863772006825615495tmp [Pipeline] { [Pipeline] echo [2021-01-27T08:17:35.288Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:35.587Z] ---> create-netrc.sh [Pipeline] } [2021-01-27T08:17:35.596Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-27T08:17:35.684Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:35.990Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-27T08:17:36.000Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:36.303Z] ---> sudo-logs.sh [2021-01-27T08:17:36.303Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-27T08:17:36.315Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:36.614Z] ---> job-cost.sh [2021-01-27T08:17:36.614Z] lf-activate-venv: SKIPPING [2021-01-27T08:17:36.614Z] INFO: No Stack... [2021-01-27T08:17:38.005Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-27T08:17:38.267Z] INFO: Archiving Costs [Pipeline] echo [2021-01-27T08:17:38.281Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-27T08:17:38.577Z] ---> logs-deploy.sh [2021-01-27T08:17:38.577Z] lf-activate-venv: SKIPPING [2021-01-27T08:17:38.577Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/26 [2021-01-27T08:17:38.577Z] INFO: archiving workspace using pattern(s): [2021-01-27T08:17:40.498Z] Archives upload complete. [2021-01-27T08:17:40.498Z] INFO: archiving logs to Nexus