Pull request #3423 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24542bf0f2c01e78c3341a21639054c613ede31e+3103214cdd745ba99e56243b14eeb2a0a0c23a57 (9ee5b1dd56973a835e7c14c6b8b38a2a502b400a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3288’ is offline; ‘prd-centos7-docker-4c-2g-3290’ is offline; ‘prd-centos7-docker-4c-2g-3303’ is offline; ‘prd-centos7-docker-4c-2g-3304’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3285’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-3311 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/3423/head:refs/remotes/origin/PR-3423 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3103214cdd745ba99e56243b14eeb2a0a0c23a57 into PR head commit 24542bf0f2c01e78c3341a21639054c613ede31e Merge succeeded, producing 395287a8a26d5a87dd24a00dd322eeee453d86fd Checking out Revision 395287a8a26d5a87dd24a00dd322eeee453d86fd (PR-3423) > git config core.sparsecheckout # timeout=10 > git checkout -f 24542bf0f2c01e78c3341a21639054c613ede31e # 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 3103214cdd745ba99e56243b14eeb2a0a0c23a57 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 395287a8a26d5a87dd24a00dd322eeee453d86fd # timeout=10 Commit message: "Merge commit '3103214cdd745ba99e56243b14eeb2a0a0c23a57' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-06T20:35:03.153Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-06T20:35:03.264Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-06T20:35:03.294Z] ========================================================= [2021-05-06T20:35:03.294Z] EdgeX Global Pipelines Version Info [2021-05-06T20:35:03.294Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f1bb55464b24e29c70c8ac093bd47bb237702604 # timeout=10 [2021-05-06T20:35:06.432Z] ------------------- [2021-05-06T20:35:06.433Z] stable info: [2021-05-06T20:35:06.433Z] ------------------- [2021-05-06T20:35:06.433Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-06T20:35:06.433Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:35:06.433Z] Message: update stable to v1.0.191 [2021-05-06T20:35:07.435Z] ------------------- [2021-05-06T20:35:07.435Z] experimental info: [2021-05-06T20:35:07.435Z] ------------------- [2021-05-06T20:35:07.435Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-06T20:35:07.435Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-06T20:35:07.435Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-06T20:35:07.581Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-06T20:35:07.602Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-06T20:35:07.623Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-06T20:35:07.645Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-06T20:35:07.667Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-06T20:35:07.690Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-06T20:35:07.711Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-06T20:35:07.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-06T20:35:07.755Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-05-06T20:35:07.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-05-06T20:35:07.808Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-06T20:35:07.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-06T20:35:07.851Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-06T20:35:07.914Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-06T20:35:07.943Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T20:35:07.973Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-06T20:35:08.017Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-06T20:35:08.051Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-06T20:35:08.081Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-06T20:35:08.106Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-06T20:35:08.134Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-06T20:35:08.157Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-06T20:35:08.182Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3423 [Pipeline] echo [2021-05-06T20:35:08.207Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3423 [Pipeline] echo [2021-05-06T20:35:08.270Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3423 [Pipeline] echo [2021-05-06T20:35:08.298Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 395287a8a26d5a87dd24a00dd322eeee453d86fd [Pipeline] echo [2021-05-06T20:35:08.319Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 395287a [Pipeline] echo [2021-05-06T20:35:08.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T20:35:08.418Z] provisioning config files... [2021-05-06T20:35:08.498Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3557689004730750964tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:35:08.971Z] ---> docker-login.sh [2021-05-06T20:35:08.971Z] nexus3.edgexfoundry.org:10001 [2021-05-06T20:35:09.971Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:35:10.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:35:10.275Z] Configure a credential helper to remove this warning. See [2021-05-06T20:35:10.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:35:10.275Z] [2021-05-06T20:35:10.275Z] Login Succeeded [2021-05-06T20:35:10.275Z] nexus3.edgexfoundry.org:10002 [2021-05-06T20:35:10.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:35:10.838Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:35:10.838Z] Configure a credential helper to remove this warning. See [2021-05-06T20:35:10.838Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:35:10.838Z] [2021-05-06T20:35:10.838Z] Login Succeeded [2021-05-06T20:35:10.838Z] nexus3.edgexfoundry.org:10003 [2021-05-06T20:35:11.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:35:11.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:35:11.121Z] Configure a credential helper to remove this warning. See [2021-05-06T20:35:11.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:35:11.121Z] [2021-05-06T20:35:11.121Z] Login Succeeded [2021-05-06T20:35:11.121Z] nexus3.edgexfoundry.org:10004 [2021-05-06T20:35:11.404Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:35:11.690Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:35:11.690Z] Configure a credential helper to remove this warning. See [2021-05-06T20:35:11.690Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:35:11.690Z] [2021-05-06T20:35:11.690Z] Login Succeeded [2021-05-06T20:35:11.690Z] docker.io [2021-05-06T20:35:11.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:35:12.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:35:12.256Z] Configure a credential helper to remove this warning. See [2021-05-06T20:35:12.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:35:12.256Z] [2021-05-06T20:35:12.256Z] Login Succeeded [2021-05-06T20:35:12.256Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T20:35:12.270Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:35:12.632Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/core-command/Dockerfile [2021-05-06T20:35:12.632Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/core-data/Dockerfile [2021-05-06T20:35:12.632Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-06T20:35:12.632Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-06T20:35:12.632Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-06T20:35:12.632Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-06T20:35:12.632Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-06T20:35:12.632Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-06T20:35:12.632Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-06T20:35:12.632Z] ++ cut -d/ -f2 [2021-05-06T20:35:12.632Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-06T20:35:12.834Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:35:13.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:35:13.614Z] [2021-05-06T20:35:13.614Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:35:14.063Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:35:14.063Z] latest: Pulling from edgex-devops/git-semver [2021-05-06T20:35:14.063Z] 31603596830f: Pulling fs layer [2021-05-06T20:35:14.063Z] 54011a49482f: Pulling fs layer [2021-05-06T20:35:14.063Z] a6820b24f6d8: Pulling fs layer [2021-05-06T20:35:14.063Z] f581987b2513: Pulling fs layer [2021-05-06T20:35:14.063Z] f581987b2513: Waiting [2021-05-06T20:35:14.359Z] 54011a49482f: Verifying Checksum [2021-05-06T20:35:14.359Z] 54011a49482f: Download complete [2021-05-06T20:35:14.359Z] 31603596830f: Verifying Checksum [2021-05-06T20:35:14.359Z] 31603596830f: Download complete [2021-05-06T20:35:14.698Z] f581987b2513: Verifying Checksum [2021-05-06T20:35:14.698Z] f581987b2513: Download complete [2021-05-06T20:35:14.981Z] a6820b24f6d8: Verifying Checksum [2021-05-06T20:35:14.981Z] a6820b24f6d8: Download complete [2021-05-06T20:35:15.273Z] 31603596830f: Pull complete [2021-05-06T20:35:15.570Z] 54011a49482f: Pull complete [2021-05-06T20:35:17.679Z] a6820b24f6d8: Pull complete [2021-05-06T20:35:17.952Z] f581987b2513: Pull complete [2021-05-06T20:35:17.952Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-06T20:35:17.952Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-06T20:35:17.952Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-06T20:35:18.276Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:35:18.578Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-06T20:35:22.070Z] $ docker top 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-06T20:35:22.647Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:35:22.647Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:35:23.315Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:35:23.322Z] $ docker exec 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent [2021-05-06T20:35:23.770Z] SSH_AUTH_SOCK=/tmp/ssh-z6XJ5dVLG8rd/agent.11 [2021-05-06T20:35:23.770Z] SSH_AGENT_PID=16 [2021-05-06T20:35:23.794Z] Running ssh-add (command line suppressed) [2021-05-06T20:35:24.114Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5857221818472283494.key (/w/workspace/edgex-go/5@tmp/private_key_5857221818472283494.key) [2021-05-06T20:35:24.299Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:35:25.103Z] + git tag --points-at HEAD [Pipeline] } [2021-05-06T20:35:25.154Z] $ docker exec --env ******** --env ******** 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent -k [2021-05-06T20:35:25.495Z] unset SSH_AUTH_SOCK; [2021-05-06T20:35:25.496Z] unset SSH_AGENT_PID; [2021-05-06T20:35:25.496Z] echo Agent pid 16 killed; [2021-05-06T20:35:25.562Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-06T20:35:25.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-06T20:35:25.595Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-06T20:35:26.092Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-06T20:35:26.098Z] $ docker exec 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent [2021-05-06T20:35:26.733Z] SSH_AUTH_SOCK=/tmp/ssh-bd273bD934Cp/agent.45 [2021-05-06T20:35:26.733Z] SSH_AGENT_PID=50 [2021-05-06T20:35:26.752Z] Running ssh-add (command line suppressed) [2021-05-06T20:35:27.113Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_6336098086458927208.key (/w/workspace/edgex-go/5@tmp/private_key_6336098086458927208.key) [2021-05-06T20:35:27.511Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-06T20:35:27.892Z] + git semver init [2021-05-06T20:35:28.175Z] # -> Open(): unable to determine branch for HEAD [2021-05-06T20:35:28.175Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-05-06T20:35:28.175Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-05-06T20:35:28.175Z] # $SEMVER_REMOTE_NAME = origin [2021-05-06T20:35:28.175Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-06T20:35:28.175Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-06T20:35:28.175Z] # $SEMVER_BRANCH = PR-3423 [2021-05-06T20:35:28.175Z] # $SEMVER_TEMP = /tmp/semver-622276299 [2021-05-06T20:35:28.175Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-06T20:36:36.918Z] # '/tmp/semver-622276299' -> '/w/workspace/edgex-go/5/.semver' [2021-05-06T20:36:36.918Z] # -> Force: false [2021-05-06T20:36:36.918Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-05-06T20:36:36.943Z] $ docker exec --env ******** --env ******** 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 ssh-agent -k [2021-05-06T20:36:37.736Z] unset SSH_AUTH_SOCK; [2021-05-06T20:36:37.737Z] unset SSH_AGENT_PID; [2021-05-06T20:36:37.737Z] echo Agent pid 50 killed; [2021-05-06T20:36:37.955Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-06T20:36:38.717Z] + git semver [Pipeline] } [2021-05-06T20:36:38.917Z] $ docker stop --time=1 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 [2021-05-06T20:36:41.403Z] $ docker rm -f 301008e5a9d323af6a06e50bf51632f5c28c9a1b00971197301ba8b046072471 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:36:42.187Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-06T20:36:43.806Z] Stashed 1 file(s) [Pipeline] echo [2021-05-06T20:36:43.809Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:36:44.396Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:36:45.677Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:36:46.255Z] + true [2021-05-06T20:36:46.255Z] + sudo service docker restart [2021-05-06T20:36:46.255Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-06T20:36:48.830Z] ========================================================= [2021-05-06T20:36:48.830Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-06T20:36:48.830Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:36:49.318Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-06T20:36:58.953Z] Still waiting to schedule task [2021-05-06T20:36:58.953Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-06T20:37:02.203Z] Sending build context to Docker daemon 330MB [2021-05-06T20:37:02.204Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-06T20:37:02.204Z] Step 2/6 : FROM ${BASE} [2021-05-06T20:37:02.204Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-06T20:37:02.204Z] 540db60ca938: Pulling fs layer [2021-05-06T20:37:02.204Z] adcc1eea9eea: Pulling fs layer [2021-05-06T20:37:02.204Z] 4c4ab2625f07: Pulling fs layer [2021-05-06T20:37:02.204Z] 0510c868ecb4: Pulling fs layer [2021-05-06T20:37:02.204Z] afea3b2eda06: Pulling fs layer [2021-05-06T20:37:02.204Z] 7809a108b3ef: Pulling fs layer [2021-05-06T20:37:02.204Z] f706445af74f: Pulling fs layer [2021-05-06T20:37:02.204Z] afea3b2eda06: Waiting [2021-05-06T20:37:02.204Z] 7809a108b3ef: Waiting [2021-05-06T20:37:02.204Z] f706445af74f: Waiting [2021-05-06T20:37:02.204Z] 0510c868ecb4: Waiting [2021-05-06T20:37:02.204Z] 4c4ab2625f07: Download complete [2021-05-06T20:37:02.204Z] adcc1eea9eea: Verifying Checksum [2021-05-06T20:37:02.204Z] adcc1eea9eea: Download complete [2021-05-06T20:37:02.204Z] afea3b2eda06: Verifying Checksum [2021-05-06T20:37:02.204Z] afea3b2eda06: Download complete [2021-05-06T20:37:02.204Z] 7809a108b3ef: Verifying Checksum [2021-05-06T20:37:02.204Z] 7809a108b3ef: Download complete [2021-05-06T20:37:02.204Z] 540db60ca938: Verifying Checksum [2021-05-06T20:37:02.204Z] 540db60ca938: Download complete [2021-05-06T20:37:02.666Z] 540db60ca938: Pull complete [2021-05-06T20:37:03.767Z] adcc1eea9eea: Pull complete [2021-05-06T20:37:03.767Z] 4c4ab2625f07: Pull complete [2021-05-06T20:37:07.359Z] f706445af74f: Verifying Checksum [2021-05-06T20:37:07.359Z] f706445af74f: Download complete [2021-05-06T20:37:11.004Z] 0510c868ecb4: Verifying Checksum [2021-05-06T20:37:11.004Z] 0510c868ecb4: Download complete [2021-05-06T20:37:26.812Z] 0510c868ecb4: Pull complete [2021-05-06T20:37:27.084Z] afea3b2eda06: Pull complete [2021-05-06T20:37:27.354Z] 7809a108b3ef: Pull complete [2021-05-06T20:37:34.326Z] f706445af74f: Pull complete [2021-05-06T20:37:34.326Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-06T20:37:34.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-06T20:37:34.326Z] ---> b068be0155e3 [2021-05-06T20:37:34.327Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-05-06T20:37:34.327Z] ---> Running in 667d1a902749 [2021-05-06T20:37:35.928Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:37:36.543Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:37:37.537Z] (1/12) Installing libmagic (5.39-r0) [2021-05-06T20:37:37.537Z] (2/12) Installing file (5.39-r0) [2021-05-06T20:37:37.817Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-06T20:37:37.817Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-06T20:37:46.228Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-06T20:37:46.228Z] (6/12) Installing patch (2.7.6-r6) [2021-05-06T20:37:46.228Z] (7/12) Installing build-base (0.5-r2) [2021-05-06T20:37:46.228Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-06T20:37:46.228Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-06T20:37:46.228Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-06T20:37:46.228Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-06T20:37:46.228Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-06T20:37:46.228Z] Executing busybox-1.32.1-r6.trigger [2021-05-06T20:37:46.228Z] OK: 219 MiB in 52 packages [2021-05-06T20:37:50.658Z] Removing intermediate container 667d1a902749 [2021-05-06T20:37:50.658Z] ---> 3470f140c8a5 [2021-05-06T20:37:50.658Z] Step 4/6 : WORKDIR /edgex-go [2021-05-06T20:37:50.658Z] ---> Running in b89d47b4732b [2021-05-06T20:37:50.658Z] Removing intermediate container b89d47b4732b [2021-05-06T20:37:50.658Z] ---> b10de8d39b82 [2021-05-06T20:37:50.658Z] Step 5/6 : COPY go.mod . [2021-05-06T20:37:51.294Z] ---> 2ea407339511 [2021-05-06T20:37:51.294Z] Step 6/6 : RUN go mod download [2021-05-06T20:37:51.294Z] ---> Running in 46f3fd571cf5 [2021-05-06T20:38:23.931Z] Removing intermediate container 46f3fd571cf5 [2021-05-06T20:38:23.931Z] ---> a3fa0628fe8b [2021-05-06T20:38:23.931Z] Successfully built a3fa0628fe8b [2021-05-06T20:38:23.931Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:24.318Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:38:24.600Z] . [Pipeline] withDockerContainer [2021-05-06T20:38:24.785Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:38:24.906Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T20:38:26.840Z] $ docker top 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:38:27.912Z] + go version [2021-05-06T20:38:27.913Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-06T20:38:27.952Z] $ docker stop --time=1 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 [2021-05-06T20:38:30.074Z] $ docker rm -f 1283cceaac35ccfafda364073d341234722b01379dc2a135e208f79036305b00 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:38:30.719Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-06T20:38:30.719Z] . [Pipeline] withDockerContainer [2021-05-06T20:38:31.213Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:38:31.364Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-05-06T20:38:32.993Z] $ docker top 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-06T20:38:33.261Z] ========================================================= [2021-05-06T20:38:33.261Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-06T20:38:33.261Z] ========================================================= [Pipeline] sh [2021-05-06T20:38:33.722Z] + go mod tidy [Pipeline] sh [2021-05-06T20:38:40.587Z] + make test [2021-05-06T20:38:40.587Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-06T20:39:03.366Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-06T20:39:51.380Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-06T20:39:57.055Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-06T20:40:05.917Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-06T20:40:05.917Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-06T20:40:10.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-06T20:40:10.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-06T20:40:10.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-06T20:40:10.615Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-06T20:40:13.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-06T20:40:16.353Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-06T20:40:22.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-06T20:40:22.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-06T20:40:22.502Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-06T20:40:28.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.450s coverage: 45.9% of statements [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-06T20:40:28.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-06T20:40:28.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.305s coverage: 19.8% of statements [2021-05-06T20:40:28.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.154s coverage: 100.0% of statements [2021-05-06T20:40:33.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.621s coverage: 27.1% of statements [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-06T20:40:33.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.362s coverage: 100.0% of statements [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-06T20:40:33.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.114s coverage: 100.0% of statements [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-06T20:40:33.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-06T20:40:36.292Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.299s coverage: 71.3% of statements [2021-05-06T20:40:36.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-06T20:40:36.292Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-06T20:40:37.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.335s coverage: 87.7% of statements [2021-05-06T20:40:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-06T20:40:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:40:37.533Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.316s coverage: 78.9% of statements [2021-05-06T20:40:37.533Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-06T20:40:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-06T20:40:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.256s coverage: 100.0% of statements [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-06T20:40:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.232s coverage: 100.0% of statements [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-06T20:40:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.524s coverage: 86.7% of statements [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-06T20:40:46.494Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.447s coverage: 97.5% of statements [2021-05-06T20:40:46.494Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-06T20:40:47.255Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.353s coverage: 78.3% of statements [2021-05-06T20:40:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-06T20:40:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-06T20:40:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-06T20:40:47.255Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-06T20:40:53.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.947s coverage: 95.1% of statements [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-06T20:40:53.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.173s coverage: 58.8% of statements [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-06T20:40:53.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.127s coverage: 0.9% of statements [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-06T20:40:53.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.101s coverage: 22.6% of statements [2021-05-06T20:40:53.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-06T20:40:53.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.144s coverage: 47.1% of statements [2021-05-06T20:40:53.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.209s coverage: 79.5% of statements [2021-05-06T20:40:53.106Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.157s coverage: 94.1% of statements [2021-05-06T20:40:53.452Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.246s coverage: 96.3% of statements [2021-05-06T20:40:54.629Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.196s coverage: 87.5% of statements [2021-05-06T20:41:07.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.223s coverage: 94.4% of statements [2021-05-06T20:41:07.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.128s coverage: 44.8% of statements [2021-05-06T20:41:11.147Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3320 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-06T20:41:11.174Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-06T20:41:13.520Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:41:13.980Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-06T20:41:14.345Z] + true [2021-05-06T20:41:14.345Z] + sudo service docker restart [2021-05-06T20:41:14.405Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.402s coverage: 81.8% of statements [2021-05-06T20:41:14.405Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-06T20:41:17.602Z] provisioning config files... [2021-05-06T20:41:17.663Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1178022152843516084tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:41:18.098Z] ---> docker-login.sh [2021-05-06T20:41:18.098Z] nexus3.edgexfoundry.org:10001 [2021-05-06T20:41:19.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:41:19.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:41:19.361Z] Configure a credential helper to remove this warning. See [2021-05-06T20:41:19.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:41:19.361Z] [2021-05-06T20:41:19.361Z] Login Succeeded [2021-05-06T20:41:19.361Z] nexus3.edgexfoundry.org:10002 [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.506s coverage: 92.9% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 65.1% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.139s coverage: 87.2% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.287s coverage: 76.0% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.277s coverage: 80.0% of statements [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.616s coverage: 87.2% of statements [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.236s coverage: 85.4% of statements [2021-05-06T20:41:19.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.500s coverage: 91.2% of statements [2021-05-06T20:41:19.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-06T20:41:19.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:41:19.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:41:19.911Z] Configure a credential helper to remove this warning. See [2021-05-06T20:41:19.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:41:19.911Z] [2021-05-06T20:41:19.911Z] Login Succeeded [2021-05-06T20:41:19.911Z] nexus3.edgexfoundry.org:10003 [2021-05-06T20:41:20.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:41:20.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:41:20.461Z] Configure a credential helper to remove this warning. See [2021-05-06T20:41:20.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:41:20.461Z] [2021-05-06T20:41:20.461Z] Login Succeeded [2021-05-06T20:41:20.461Z] nexus3.edgexfoundry.org:10004 [2021-05-06T20:41:20.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:41:20.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:41:20.739Z] Configure a credential helper to remove this warning. See [2021-05-06T20:41:20.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:41:20.739Z] [2021-05-06T20:41:20.739Z] Login Succeeded [2021-05-06T20:41:20.739Z] docker.io [2021-05-06T20:41:21.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-06T20:41:21.618Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-06T20:41:21.618Z] Configure a credential helper to remove this warning. See [2021-05-06T20:41:21.618Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-06T20:41:21.618Z] [2021-05-06T20:41:21.618Z] Login Succeeded [2021-05-06T20:41:21.618Z] ---> docker-login.sh ends [Pipeline] } [2021-05-06T20:41:21.638Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-06T20:41:22.341Z] ========================================================= [2021-05-06T20:41:22.341Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-06T20:41:22.341Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:41:22.694Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-06T20:41:22.694Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/5/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:41:23.275Z] ---> job-cost.sh [2021-05-06T20:41:23.275Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wKyx [2021-05-06T20:41:23.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.645s coverage: 64.4% of statements [2021-05-06T20:41:23.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-06T20:41:23.748Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-06T20:41:23.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.170s coverage: 100.0% of statements [2021-05-06T20:41:23.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-05-06T20:41:25.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.171s coverage: 100.0% of statements [2021-05-06T20:41:25.053Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.373s coverage: 73.7% of statements [2021-05-06T20:41:25.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.111s coverage: 100.0% of statements [2021-05-06T20:41:30.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.807s coverage: 66.9% of statements [2021-05-06T20:41:30.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-06T20:41:30.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-06T20:41:30.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-06T20:41:32.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.584s coverage: 43.4% of statements [2021-05-06T20:41:32.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-06T20:41:32.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-06T20:41:32.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.216s coverage: 89.5% of statements [2021-05-06T20:41:32.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-06T20:41:32.169Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.135s coverage: 84.8% of statements [2021-05-06T20:41:37.025Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.286s coverage: 47.0% of statements [2021-05-06T20:41:37.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-06T20:41:37.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-06T20:41:37.025Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-06T20:41:37.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-06T20:41:37.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-06T20:41:37.026Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.194s coverage: 9.6% of statements [2021-05-06T20:41:37.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-06T20:41:38.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.314s coverage: 92.6% of statements [2021-05-06T20:41:38.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-06T20:41:38.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:41:38.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-06T20:41:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.259s coverage: 28.7% of statements [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-06T20:41:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-06T20:41:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.259s coverage: 100.0% of statements [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-06T20:41:44.342Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.353s coverage: 64.6% of statements [2021-05-06T20:41:44.342Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-06T20:41:45.998Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.631s coverage: 97.6% of statements [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-06T20:41:45.998Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.077s coverage: 0.0% of statements [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-06T20:41:45.998Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.237s coverage: 100.0% of statements [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-06T20:41:45.998Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.130s coverage: 87.9% of statements [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-06T20:41:45.998Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-06T20:41:46.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-05-06T20:41:47.081Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.144s coverage: 28.1% of statements [2021-05-06T20:41:47.081Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-06T20:41:48.211Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.134s coverage: 100.0% of statements [2021-05-06T20:41:48.855Z] GO111MODULE=on go vet ./... [2021-05-06T20:42:02.280Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-06T20:43:24.139Z] lf-activate-venv(): INFO: Adding /tmp/venv-wKyx/bin to PATH [2021-05-06T20:43:24.139Z] INFO: No Stack... [2021-05-06T20:43:24.139Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-06T20:43:24.139Z] INFO: Archiving Costs [Pipeline] sh [2021-05-06T20:43:24.499Z] + cut -d, -f6 [2021-05-06T20:43:24.499Z] + cat /w/workspace/edgex-go/5/archives/cost.csv [Pipeline] lock [2021-05-06T20:43:24.631Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] [2021-05-06T20:43:24.648Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] did not exist. Created. [2021-05-06T20:43:24.648Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-06T20:43:25.009Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-06T20:43:25.633Z] Stashed 1 file(s) [Pipeline] } [2021-05-06T20:43:25.648Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3423-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T20:43:25.767Z] Failed in branch arm64 [2021-05-06T20:43:27.181Z] gofmt -l . [2021-05-06T20:43:27.181Z] [ "`gofmt -l .`" = "" ] [2021-05-06T20:43:27.181Z] ./bin/test-go-mod-tidy.sh [2021-05-06T20:43:27.181Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-06T20:43:28.283Z] + ls -al . [2021-05-06T20:43:28.284Z] total 816 [2021-05-06T20:43:28.284Z] drwxrwxr-x 10 1001 1001 4096 May 6 20:43 . [2021-05-06T20:43:28.284Z] drwxr-xr-x 4 root root 28 May 6 20:38 .. [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 11 May 6 20:34 .dockerignore [2021-05-06T20:43:28.284Z] drwxrwxr-x 8 1001 1001 179 May 6 20:35 .git [2021-05-06T20:43:28.284Z] drwxrwxr-x 3 1001 1001 125 May 6 20:34 .github [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 818 May 6 20:34 .gitignore [2021-05-06T20:43:28.284Z] drwx------ 3 1001 1001 60 May 6 20:36 .semver [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 166 May 6 20:34 .sonarcloud.properties [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 8609 May 6 20:34 Attribution.txt [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 3804 May 6 20:34 CONTRIBUTING.md [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 931 May 6 20:34 Dockerfile.build [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 863 May 6 20:34 Jenkinsfile [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 10775 May 6 20:34 LICENSE [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 5774 May 6 20:34 Makefile [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 7978 May 6 20:34 README.md [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 6755 May 6 20:34 SECURITY.md [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 5 May 6 20:36 VERSION [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 4131 May 6 20:34 ZMQWindows.md [2021-05-06T20:43:28.284Z] drwxrwxr-x 2 1001 1001 117 May 6 20:34 bin [2021-05-06T20:43:28.284Z] drwxrwxr-x 14 1001 1001 4096 May 6 20:34 cmd [2021-05-06T20:43:28.284Z] -rw-r--r-- 1 root root 705232 May 6 20:41 coverage.out [2021-05-06T20:43:28.284Z] -rw-r--r-- 1 root root 1060 May 6 20:43 go.mod [2021-05-06T20:43:28.284Z] -rw-r--r-- 1 root root 21942 May 6 20:38 go.sum [2021-05-06T20:43:28.284Z] drwxrwxr-x 8 1001 1001 127 May 6 20:34 internal [2021-05-06T20:43:28.284Z] drwxrwxr-x 4 1001 1001 26 May 6 20:34 openapi [2021-05-06T20:43:28.284Z] drwxrwxr-x 4 1001 1001 71 May 6 20:34 snap [2021-05-06T20:43:28.284Z] -rw-rw-r-- 1 1001 1001 168 May 6 20:34 version.go [Pipeline] sh [2021-05-06T20:43:29.075Z] + '[' -e coverage.out ] [2021-05-06T20:43:29.075Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-06T20:43:29.653Z] Stashed 1 file(s) [Pipeline] sh [2021-05-06T20:43:30.423Z] + make build [2021-05-06T20:43:30.740Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T20:43:36.392Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T20:44:03.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T20:44:08.488Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T20:44:16.728Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T20:44:17.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T20:44:22.209Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T20:44:28.236Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T20:44:32.143Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T20:44:35.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T20:44:38.325Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T20:44:42.845Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-06T20:44:49.902Z] $ docker stop --time=1 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 [2021-05-06T20:44:52.568Z] $ docker rm -f 8a47893109ed5e14f99fef5315ac044644a72dd7998aa5bd7090d4fe0df808d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:44:54.982Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:44:55.258Z] [2021-05-06T20:44:55.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:44:55.638Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:44:56.233Z] latest: Pulling from edgex-devops/edgex-compose [2021-05-06T20:44:56.233Z] cbdbe7a5bc2a: Pulling fs layer [2021-05-06T20:44:56.233Z] ca9280d653b3: Pulling fs layer [2021-05-06T20:44:56.233Z] 7e9c9ca2126c: Pulling fs layer [2021-05-06T20:44:56.554Z] cbdbe7a5bc2a: Verifying Checksum [2021-05-06T20:44:56.554Z] cbdbe7a5bc2a: Download complete [2021-05-06T20:44:58.225Z] cbdbe7a5bc2a: Pull complete [2021-05-06T20:44:58.871Z] ca9280d653b3: Verifying Checksum [2021-05-06T20:44:58.871Z] ca9280d653b3: Download complete [2021-05-06T20:45:02.667Z] ca9280d653b3: Pull complete [2021-05-06T20:45:02.667Z] 7e9c9ca2126c: Verifying Checksum [2021-05-06T20:45:02.667Z] 7e9c9ca2126c: Download complete [2021-05-06T20:45:18.051Z] 7e9c9ca2126c: Pull complete [2021-05-06T20:45:18.051Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-05-06T20:45:18.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:45:18.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-05-06T20:45:18.296Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:45:18.375Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T20:45:21.482Z] $ docker top 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:45:22.080Z] + docker-compose build --help [2021-05-06T20:45:22.080Z] + grep parallel [2021-05-06T20:45:24.068Z] --parallel Build images in parallel. [Pipeline] } [2021-05-06T20:45:24.087Z] $ docker stop --time=1 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 [2021-05-06T20:45:25.849Z] $ docker rm -f 4298aa9e8651c27d1f95e0017084d5be85e87800b28f37e61f6126fb61f2fba1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:45:26.566Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-05-06T20:45:26.842Z] . [Pipeline] withDockerContainer [2021-05-06T20:45:27.080Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:45:27.201Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-05-06T20:45:28.741Z] $ docker top 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:45:29.913Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-06T20:45:32.008Z] Building docker-core-command-go ... [2021-05-06T20:45:32.008Z] Building docker-core-data-go ... [2021-05-06T20:45:32.008Z] Building docker-core-metadata-go ... [2021-05-06T20:45:32.008Z] Building docker-security-bootstrapper-go ... [2021-05-06T20:45:32.008Z] Building docker-security-proxy-setup-go ... [2021-05-06T20:45:32.008Z] Building docker-security-secretstore-setup-go ... [2021-05-06T20:45:32.008Z] Building docker-support-notifications-go ... [2021-05-06T20:45:32.008Z] Building docker-support-scheduler-go ... [2021-05-06T20:45:32.008Z] Building docker-sys-mgmt-agent-go ... [2021-05-06T20:45:32.008Z] Building docker-support-notifications-go [2021-05-06T20:45:32.008Z] Building docker-core-command-go [2021-05-06T20:45:32.008Z] Building docker-core-metadata-go [2021-05-06T20:45:32.008Z] Building docker-security-secretstore-setup-go [2021-05-06T20:45:32.008Z] Building docker-security-proxy-setup-go [2021-05-06T20:47:10.507Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:47:10.507Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:47:10.507Z] ---> a3fa0628fe8b [2021-05-06T20:47:10.507Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T20:47:10.507Z] Step 1/25 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:47:10.507Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:47:10.507Z] ---> a3fa0628fe8b [2021-05-06T20:47:10.507Z] Step 3/25 : WORKDIR /edgex-go [2021-05-06T20:47:10.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:47:10.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:47:10.507Z] ---> a3fa0628fe8b [2021-05-06T20:47:10.507Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:47:10.507Z] Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:47:10.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:47:10.507Z] ---> a3fa0628fe8b [2021-05-06T20:47:10.507Z] Step 3/21 : WORKDIR /edgex-go [2021-05-06T20:47:10.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:47:10.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:47:10.507Z] ---> a3fa0628fe8b [2021-05-06T20:47:10.507Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:47:10.507Z] ---> Running in 2d81fab4a12a [2021-05-06T20:47:10.507Z] ---> Running in 0099227b048a [2021-05-06T20:47:10.507Z] ---> Running in 9803d62fcb0d [2021-05-06T20:47:10.507Z] ---> Running in af74119c53b7 [2021-05-06T20:47:10.507Z] ---> Running in 1ce443c1c1a5 [2021-05-06T20:47:10.507Z] Removing intermediate container af74119c53b7 [2021-05-06T20:47:10.507Z] ---> 177f74dfc4bd [2021-05-06T20:47:10.507Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:47:10.507Z] Removing intermediate container 9803d62fcb0d [2021-05-06T20:47:10.507Z] ---> 19ef88d0e2aa [2021-05-06T20:47:10.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:47:10.507Z] Removing intermediate container 0099227b048a [2021-05-06T20:47:10.507Z] ---> 145d1bf0cdcc [2021-05-06T20:47:10.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:47:10.507Z] Removing intermediate container 2d81fab4a12a [2021-05-06T20:47:10.507Z] ---> ba8928180f8d [2021-05-06T20:47:10.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:47:10.507Z] ---> Running in 3b55b46f4d16 [2021-05-06T20:47:10.507Z] Removing intermediate container 1ce443c1c1a5 [2021-05-06T20:47:10.507Z] ---> 1562bc375f37 [2021-05-06T20:47:10.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:47:10.507Z] ---> Running in 196d8239c283 [2021-05-06T20:47:10.507Z] ---> Running in 8d01ef563bc3 [2021-05-06T20:47:10.507Z] ---> Running in 950e6b1bc97d [2021-05-06T20:47:10.507Z] ---> Running in 31e004da0ce5 [2021-05-06T20:47:10.507Z] Removing intermediate container 3b55b46f4d16 [2021-05-06T20:47:10.507Z] ---> fef884f887ec [2021-05-06T20:47:10.507Z] Step 5/25 : RUN apk add --update --no-cache make git [2021-05-06T20:47:10.507Z] Removing intermediate container 8d01ef563bc3 [2021-05-06T20:47:10.507Z] ---> 5dcebe40a4a7 [2021-05-06T20:47:10.508Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:47:10.508Z] ---> Running in 31941f96e43a [2021-05-06T20:47:10.508Z] Removing intermediate container 950e6b1bc97d [2021-05-06T20:47:10.508Z] ---> 425d03048290 [2021-05-06T20:47:10.508Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-06T20:47:10.508Z] ---> Running in 113c95712ff2 [2021-05-06T20:47:10.508Z] Removing intermediate container 196d8239c283 [2021-05-06T20:47:10.508Z] ---> b490598bcaaf [2021-05-06T20:47:10.508Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-06T20:47:10.508Z] Removing intermediate container 31e004da0ce5 [2021-05-06T20:47:10.508Z] ---> 4487af667a2f [2021-05-06T20:47:10.508Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-05-06T20:47:10.508Z] ---> Running in c93a65a86196 [2021-05-06T20:47:10.508Z] ---> Running in 463a13816a15 [2021-05-06T20:47:10.508Z] ---> Running in bfa47195091a [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:47:10.508Z] OK: 219 MiB in 52 packages [2021-05-06T20:47:10.508Z] OK: 219 MiB in 52 packages [2021-05-06T20:47:10.838Z] OK: 219 MiB in 52 packages [2021-05-06T20:47:10.838Z] OK: 219 MiB in 52 packages [2021-05-06T20:47:10.838Z] OK: 219 MiB in 52 packages [2021-05-06T20:47:12.058Z] Removing intermediate container 31941f96e43a [2021-05-06T20:47:12.058Z] ---> e1830f7ce8f7 [2021-05-06T20:47:12.058Z] Step 6/25 : COPY go.mod . [2021-05-06T20:47:12.453Z] Removing intermediate container 113c95712ff2 [2021-05-06T20:47:12.453Z] ---> bcd23e919039 [2021-05-06T20:47:12.453Z] Step 6/23 : COPY go.mod . [2021-05-06T20:47:13.222Z] ---> 42bd7ae52e63 [2021-05-06T20:47:13.222Z] Step 7/25 : RUN go mod download [2021-05-06T20:47:13.222Z] ---> b40baa3cec02 [2021-05-06T20:47:13.222Z] Step 7/23 : RUN go mod download [2021-05-06T20:47:13.507Z] ---> Running in 5905808c35de [2021-05-06T20:47:13.507Z] Removing intermediate container 463a13816a15 [2021-05-06T20:47:13.507Z] ---> a1d2156d17dc [2021-05-06T20:47:13.507Z] Step 6/22 : COPY go.mod . [2021-05-06T20:47:13.786Z] Removing intermediate container bfa47195091a [2021-05-06T20:47:13.786Z] ---> e7ac051f17e9 [2021-05-06T20:47:13.786Z] Step 6/21 : COPY go.mod . [2021-05-06T20:47:13.786Z] ---> Running in f41d99bccdec [2021-05-06T20:47:14.142Z] Removing intermediate container c93a65a86196 [2021-05-06T20:47:14.142Z] ---> 713038e85178 [2021-05-06T20:47:14.142Z] Step 6/23 : COPY go.mod . [2021-05-06T20:47:14.142Z] ---> c71340f140ec [2021-05-06T20:47:14.142Z] Step 7/22 : RUN go mod download [2021-05-06T20:47:14.449Z] ---> Running in 53432679108d [2021-05-06T20:47:14.449Z] ---> 84fa1d0c3272 [2021-05-06T20:47:14.449Z] Step 7/21 : RUN go mod download [2021-05-06T20:47:15.367Z] ---> Running in 1ffef406c22c [2021-05-06T20:47:15.367Z] ---> 0e944edfae16 [2021-05-06T20:47:15.367Z] Step 7/23 : RUN go mod download [2021-05-06T20:47:16.140Z] ---> Running in 61f3f73267bc [2021-05-06T20:47:20.116Z] Removing intermediate container f41d99bccdec [2021-05-06T20:47:20.116Z] ---> 4442bf3982bc [2021-05-06T20:47:20.116Z] Step 8/23 : COPY . . [2021-05-06T20:47:20.116Z] Removing intermediate container 53432679108d [2021-05-06T20:47:20.116Z] ---> f7bb2ad6686d [2021-05-06T20:47:20.116Z] Step 8/22 : COPY . . [2021-05-06T20:47:20.116Z] Removing intermediate container 5905808c35de [2021-05-06T20:47:20.116Z] ---> a477e9e721d3 [2021-05-06T20:47:20.116Z] Step 8/25 : COPY . . [2021-05-06T20:47:20.541Z] Removing intermediate container 1ffef406c22c [2021-05-06T20:47:20.541Z] ---> 39528050d6fe [2021-05-06T20:47:20.541Z] Step 8/21 : COPY . . [2021-05-06T20:47:20.870Z] Removing intermediate container 61f3f73267bc [2021-05-06T20:47:20.870Z] ---> 2d605e7cc36d [2021-05-06T20:47:20.870Z] Step 8/23 : COPY . . [2021-05-06T20:48:59.494Z] ---> 84f9473f3157 [2021-05-06T20:48:59.494Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-05-06T20:48:59.494Z] ---> 7fbf921b6cab [2021-05-06T20:48:59.494Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-06T20:48:59.494Z] ---> d8b9e9a0a2d1 [2021-05-06T20:48:59.494Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-06T20:48:59.494Z] ---> 2a2cffc97392 [2021-05-06T20:48:59.494Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-05-06T20:48:59.494Z] ---> Running in fbacd7f5249a [2021-05-06T20:48:59.494Z] ---> 8b32573cf611 [2021-05-06T20:48:59.494Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-05-06T20:48:59.494Z] ---> Running in e47e15777756 [2021-05-06T20:48:59.494Z] ---> Running in 55032b38ee31 [2021-05-06T20:48:59.494Z] ---> Running in 78b9e06f615d [2021-05-06T20:48:59.494Z] ---> Running in e29d16152e7e [2021-05-06T20:48:59.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-06T20:48:59.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-05-06T20:48:59.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-05-06T20:48:59.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-05-06T20:48:59.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-05-06T20:50:09.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-05-06T20:50:09.124Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-05-06T20:50:29.977Z] Removing intermediate container e47e15777756 [2021-05-06T20:50:29.977Z] ---> e9b4ebda892a [2021-05-06T20:50:29.977Z] [2021-05-06T20:50:29.977Z] Step 10/25 : FROM alpine:3.12 [2021-05-06T20:50:29.977Z] 3.12: Pulling from library/alpine [2021-05-06T20:50:29.977Z] Removing intermediate container e29d16152e7e [2021-05-06T20:50:29.977Z] ---> 5cc46b836fe0 [2021-05-06T20:50:29.977Z] [2021-05-06T20:50:29.977Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:50:29.977Z] Removing intermediate container 55032b38ee31 [2021-05-06T20:50:29.977Z] ---> 39ba7c9b157a [2021-05-06T20:50:29.977Z] [2021-05-06T20:50:29.977Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:50:29.977Z] 3.12: Pulling from library/alpine [2021-05-06T20:50:29.977Z] 3.12: Pulling from library/alpine [2021-05-06T20:50:30.779Z] Removing intermediate container 78b9e06f615d [2021-05-06T20:50:30.779Z] ---> f98a3a2ef8f4 [2021-05-06T20:50:30.779Z] [2021-05-06T20:50:30.779Z] Step 10/21 : FROM alpine:3.12 [2021-05-06T20:50:31.177Z] 3.12: Pulling from library/alpine [2021-05-06T20:50:31.468Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:50:31.468Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:50:31.468Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:50:31.468Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-06T20:50:31.468Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T20:50:31.468Z] ---> 13621d1b12d4 [2021-05-06T20:50:31.468Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-06T20:50:31.468Z] Status: Image is up to date for alpine:3.12 [2021-05-06T20:50:31.468Z] ---> 13621d1b12d4 [2021-05-06T20:50:31.468Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-06T20:50:31.468Z] Status: Downloaded newer image for alpine:3.12 [2021-05-06T20:50:31.468Z] ---> 13621d1b12d4 [2021-05-06T20:50:31.468Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-05-06T20:50:31.469Z] Status: Image is up to date for alpine:3.12 [2021-05-06T20:50:31.469Z] ---> 13621d1b12d4 [2021-05-06T20:50:31.469Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:50:31.469Z] Removing intermediate container fbacd7f5249a [2021-05-06T20:50:31.469Z] ---> f6ad46cebbe4 [2021-05-06T20:50:31.469Z] [2021-05-06T20:50:31.469Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:50:31.469Z] ---> 13621d1b12d4 [2021-05-06T20:50:31.469Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:50:31.469Z] ---> Running in 5e2016edd807 [2021-05-06T20:50:31.756Z] ---> Running in 05f7dc089e74 [2021-05-06T20:50:31.756Z] ---> Running in 37a08e856e91 [2021-05-06T20:50:31.756Z] ---> Running in 703160fdcec6 [2021-05-06T20:50:31.756Z] ---> Running in d9055dc0bf6e [2021-05-06T20:50:33.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.801Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-06T20:50:33.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.801Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:50:33.801Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-06T20:50:33.801Z] (4/4) Installing curl (7.76.1-r0) [2021-05-06T20:50:33.801Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:50:33.801Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:50:33.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:33.801Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:34.354Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T20:50:34.354Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:50:34.354Z] OK: 6 MiB in 15 packages [2021-05-06T20:50:34.354Z] OK: 7 MiB in 18 packages [2021-05-06T20:50:34.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:34.354Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:50:34.752Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-06T20:50:34.752Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:50:34.752Z] OK: 6 MiB in 15 packages [2021-05-06T20:50:34.752Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-06T20:50:34.752Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:50:34.752Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-06T20:50:35.151Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-06T20:50:35.151Z] (4/6) Installing curl (7.76.1-r0) [2021-05-06T20:50:35.151Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:50:35.151Z] (6/6) Installing su-exec (0.2-r1) [2021-05-06T20:50:35.151Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:50:35.151Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:50:35.151Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:50:35.151Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:50:35.151Z] Executing ca-certificates-20191127-r4.trigger [2021-05-06T20:50:35.151Z] OK: 7 MiB in 20 packages [2021-05-06T20:50:35.151Z] OK: 6 MiB in 16 packages [2021-05-06T20:50:36.756Z] Removing intermediate container 05f7dc089e74 [2021-05-06T20:50:36.756Z] ---> e1485ebfb79c [2021-05-06T20:50:36.756Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:50:36.756Z] Removing intermediate container 5e2016edd807 [2021-05-06T20:50:36.756Z] ---> 740076c71e0c [2021-05-06T20:50:36.756Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:50:37.378Z] ---> Running in c1f7a73e8ab3 [2021-05-06T20:50:37.378Z] ---> Running in e4c835a82653 [2021-05-06T20:50:37.663Z] Removing intermediate container 37a08e856e91 [2021-05-06T20:50:37.663Z] ---> 032ec0dd374d [2021-05-06T20:50:37.663Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:50:37.663Z] Removing intermediate container d9055dc0bf6e [2021-05-06T20:50:37.663Z] ---> dbb12f53a0dc [2021-05-06T20:50:37.663Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:50:37.981Z] Removing intermediate container 703160fdcec6 [2021-05-06T20:50:37.981Z] ---> 483f26951aa1 [2021-05-06T20:50:37.981Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-06T20:50:37.981Z] ---> Running in b50b3822494d [2021-05-06T20:50:37.981Z] ---> Running in 75e2b8edad99 [2021-05-06T20:50:37.981Z] ---> Running in e7e949e88bbf [2021-05-06T20:50:38.281Z] Removing intermediate container e4c835a82653 [2021-05-06T20:50:38.281Z] ---> cc29346d8f10 [2021-05-06T20:50:38.281Z] Step 13/21 : WORKDIR /edgex [2021-05-06T20:50:38.281Z] Removing intermediate container c1f7a73e8ab3 [2021-05-06T20:50:38.281Z] ---> 007118f71d02 [2021-05-06T20:50:38.281Z] Step 13/23 : ENV APP_PORT=48082 [2021-05-06T20:50:38.281Z] ---> Running in 753b87b2e6d9 [2021-05-06T20:50:38.281Z] ---> Running in 6ced6b1518d1 [2021-05-06T20:50:38.686Z] Removing intermediate container b50b3822494d [2021-05-06T20:50:38.686Z] ---> de464ede50fd [2021-05-06T20:50:38.686Z] Step 13/23 : ENV APP_PORT=48081 [2021-05-06T20:50:38.686Z] Removing intermediate container 75e2b8edad99 [2021-05-06T20:50:38.686Z] ---> 01af3de2dc42 [2021-05-06T20:50:38.686Z] Step 13/22 : ENV APP_PORT=48060 [2021-05-06T20:50:38.985Z] ---> Running in 8c0a8422b540 [2021-05-06T20:50:38.985Z] Removing intermediate container e7e949e88bbf [2021-05-06T20:50:38.985Z] ---> b704ef2a23e8 [2021-05-06T20:50:38.985Z] Step 13/25 : WORKDIR / [2021-05-06T20:50:38.985Z] ---> Running in 3c29b3b72555 [2021-05-06T20:50:38.985Z] Removing intermediate container 6ced6b1518d1 [2021-05-06T20:50:38.985Z] ---> 7e6ca60b3e52 [2021-05-06T20:50:38.985Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T20:50:38.985Z] Removing intermediate container 753b87b2e6d9 [2021-05-06T20:50:38.985Z] ---> e6b2af2ea679 [2021-05-06T20:50:38.985Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-06T20:50:38.985Z] ---> Running in 769a5673392b [2021-05-06T20:50:39.659Z] ---> Running in 424d94f2d9e3 [2021-05-06T20:50:39.963Z] Removing intermediate container 8c0a8422b540 [2021-05-06T20:50:39.963Z] ---> 0f74aff9a6e8 [2021-05-06T20:50:39.963Z] Step 14/23 : EXPOSE $APP_PORT [2021-05-06T20:50:39.963Z] Removing intermediate container 3c29b3b72555 [2021-05-06T20:50:39.963Z] ---> 98216afc9ee0 [2021-05-06T20:50:39.963Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:50:39.963Z] ---> Running in e6ef2c0aff1d [2021-05-06T20:50:39.963Z] Removing intermediate container 769a5673392b [2021-05-06T20:50:39.963Z] ---> aa643009ce1c [2021-05-06T20:50:39.963Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-06T20:50:40.288Z] ---> c9654cc3df44 [2021-05-06T20:50:40.288Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-06T20:50:40.288Z] Removing intermediate container 424d94f2d9e3 [2021-05-06T20:50:40.288Z] ---> 9e2bd80654da [2021-05-06T20:50:40.288Z] Step 15/23 : WORKDIR / [2021-05-06T20:50:40.288Z] ---> Running in bee8ea3c2f96 [2021-05-06T20:50:40.288Z] ---> Running in 6f05c10081f9 [2021-05-06T20:50:40.611Z] Removing intermediate container e6ef2c0aff1d [2021-05-06T20:50:40.611Z] ---> acc2a1cca6c4 [2021-05-06T20:50:40.611Z] Step 15/23 : WORKDIR / [2021-05-06T20:50:40.977Z] ---> Running in 8911aba6a5f4 [2021-05-06T20:50:41.276Z] Removing intermediate container bee8ea3c2f96 [2021-05-06T20:50:41.276Z] ---> 700942db25de [2021-05-06T20:50:41.276Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:50:41.564Z] ---> 35696d3c4a11 [2021-05-06T20:50:41.564Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-06T20:50:41.867Z] Removing intermediate container 6f05c10081f9 [2021-05-06T20:50:41.867Z] ---> 4347c1314791 [2021-05-06T20:50:41.867Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:50:41.867Z] ---> ca61284e53fe [2021-05-06T20:50:41.867Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-06T20:50:42.171Z] Removing intermediate container 8911aba6a5f4 [2021-05-06T20:50:42.172Z] ---> 87a7c38d46d9 [2021-05-06T20:50:42.172Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:50:42.172Z] ---> bb5509765ee5 [2021-05-06T20:50:42.172Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-06T20:50:42.172Z] ---> 056d6b237570 [2021-05-06T20:50:42.172Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-06T20:50:42.495Z] ---> a6df07d6c849 [2021-05-06T20:50:42.495Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-06T20:50:43.210Z] ---> 8a52225451e2 [2021-05-06T20:50:43.210Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-06T20:50:43.601Z] ---> c4fcdcbd9919 [2021-05-06T20:50:43.601Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] ---> 639c9cb00c83 [2021-05-06T20:50:43.601Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-06T20:50:43.601Z] [2021-05-06T20:50:43.897Z] ---> bbbf7d1d63ff [2021-05-06T20:50:43.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-06T20:50:43.897Z] ---> Running in d23b637f4fe5 [2021-05-06T20:50:44.554Z] ---> f0360ee576cd [2021-05-06T20:50:44.554Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-06T20:50:44.824Z] ---> 263e3e8c5981 [2021-05-06T20:50:44.824Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-06T20:50:44.824Z] Removing intermediate container d23b637f4fe5 [2021-05-06T20:50:44.824Z] ---> 3e84266ccc97 [2021-05-06T20:50:44.824Z] Step 18/21 : CMD ["--init=true"] [2021-05-06T20:50:45.118Z] ---> 105a89b962e9 [2021-05-06T20:50:45.118Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-05-06T20:50:45.118Z] ---> 625aa51c0b9b [2021-05-06T20:50:45.118Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-06T20:50:45.118Z] ---> Running in 2d0007afa5f5 [2021-05-06T20:50:45.425Z] ---> Running in 29b5634e4aee [2021-05-06T20:50:45.425Z] ---> ce30e58bf492 [2021-05-06T20:50:45.425Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-05-06T20:50:45.712Z] Removing intermediate container 2d0007afa5f5 [2021-05-06T20:50:45.712Z] ---> 49ee2882de23 [2021-05-06T20:50:45.712Z] Step 19/21 : LABEL arch=x86_64 [2021-05-06T20:50:45.712Z] ---> c06a6f41b9e1 [2021-05-06T20:50:45.712Z] ---> Running in da5818557767 [2021-05-06T20:50:45.712Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-05-06T20:50:46.032Z] Removing intermediate container 29b5634e4aee [2021-05-06T20:50:46.032Z] ---> b5ba71079afd [2021-05-06T20:50:46.032Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:50:46.032Z] ---> 7abe908fb987 [2021-05-06T20:50:46.032Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-06T20:50:46.032Z] ---> Running in 85332e0d3096 [2021-05-06T20:50:46.032Z] ---> Running in b4a81d331b73 [2021-05-06T20:50:46.032Z] ---> Running in ce50fdb9c94f [2021-05-06T20:50:46.674Z] Removing intermediate container da5818557767 [2021-05-06T20:50:46.674Z] ---> a964b77a1964 [2021-05-06T20:50:46.674Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:50:46.674Z] Removing intermediate container 85332e0d3096 [2021-05-06T20:50:46.674Z] ---> e8c2da87209c [2021-05-06T20:50:46.674Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:50:46.674Z] Removing intermediate container ce50fdb9c94f [2021-05-06T20:50:46.674Z] ---> 9ced7e9cde39 [2021-05-06T20:50:46.674Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T20:50:46.998Z] Removing intermediate container b4a81d331b73 [2021-05-06T20:50:46.998Z] ---> 6c4fe5fa6e94 [2021-05-06T20:50:46.998Z] Step 20/21 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:50:46.998Z] ---> Running in d3e54b0f3599 [2021-05-06T20:50:46.998Z] ---> Running in 7769a2590525 [2021-05-06T20:50:46.998Z] ---> Running in 7a505929c1ea [2021-05-06T20:50:47.286Z] ---> Running in c70043383f66 [2021-05-06T20:50:47.286Z] ---> 720a3176e849 [2021-05-06T20:50:47.286Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-06T20:50:47.583Z] Removing intermediate container 7769a2590525 [2021-05-06T20:50:47.583Z] ---> c82c73f7e3d9 [2021-05-06T20:50:47.583Z] Step 21/22 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:50:47.583Z] Removing intermediate container d3e54b0f3599 [2021-05-06T20:50:47.583Z] ---> 0644cca55b3a [2021-05-06T20:50:47.583Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:50:47.583Z] Removing intermediate container 7a505929c1ea [2021-05-06T20:50:47.583Z] ---> 9a7a19299090 [2021-05-06T20:50:47.583Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:50:47.882Z] ---> Running in e527435dc918 [2021-05-06T20:50:47.882Z] Removing intermediate container c70043383f66 [2021-05-06T20:50:47.882Z] ---> e25f7b89c08a [2021-05-06T20:50:47.882Z] Step 21/21 : LABEL version=0.0.0 [2021-05-06T20:50:47.882Z] ---> Running in bbc5d228c650 [2021-05-06T20:50:47.882Z] ---> Running in 2d9dc39283f9 [2021-05-06T20:50:47.882Z] ---> Running in 5e0f7a968476 [2021-05-06T20:50:48.173Z] ---> ac909aa828a2 [2021-05-06T20:50:48.173Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-05-06T20:50:48.173Z] ---> Running in 593d6746ee6e [2021-05-06T20:50:48.458Z] Removing intermediate container e527435dc918 [2021-05-06T20:50:48.458Z] ---> e27be2b1272d [2021-05-06T20:50:48.458Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:50:48.458Z] Removing intermediate container bbc5d228c650 [2021-05-06T20:50:48.458Z] ---> 134ce46a2458 [2021-05-06T20:50:48.458Z] Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:50:48.458Z] Removing intermediate container 5e0f7a968476 [2021-05-06T20:50:48.458Z] ---> 2ac922d2a427 [2021-05-06T20:50:48.458Z] [2021-05-06T20:50:48.768Z] Removing intermediate container 2d9dc39283f9 [2021-05-06T20:50:48.768Z] ---> f7c4e21ebd5d [2021-05-06T20:50:48.768Z] Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:50:48.768Z] ---> Running in 66ff59b662cc [2021-05-06T20:50:48.768Z] ---> Running in 70ffb7a28a1a [2021-05-06T20:50:49.408Z] ---> Running in 4832c233f4e1 [2021-05-06T20:50:49.703Z] Removing intermediate container 70ffb7a28a1a [2021-05-06T20:50:49.703Z] ---> 37ce04c1d763 [2021-05-06T20:50:49.703Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:50:49.997Z] Removing intermediate container 66ff59b662cc [2021-05-06T20:50:49.997Z] ---> 8b6352651d3e [2021-05-06T20:50:49.997Z] [2021-05-06T20:50:49.997Z] Successfully built 2ac922d2a427 [2021-05-06T20:50:50.399Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-05-06T20:50:50.399Z]  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go [2021-05-06T20:50:50.399Z] ---> Running in 9570a13e775f [2021-05-06T20:50:50.399Z] Removing intermediate container 4832c233f4e1 [2021-05-06T20:50:50.399Z] ---> 3dbdd2489ed6 [2021-05-06T20:50:50.399Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:50:51.087Z] ---> Running in 9c16906c7370 [2021-05-06T20:50:51.087Z] Removing intermediate container 9570a13e775f [2021-05-06T20:50:51.087Z] ---> fc41977d98c7 [2021-05-06T20:50:51.087Z] [2021-05-06T20:50:51.408Z] Successfully built 8b6352651d3e [2021-05-06T20:50:51.408Z] Successfully tagged docker-support-notifications-go:latest [2021-05-06T20:50:51.408Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-05-06T20:50:51.722Z] Removing intermediate container 9c16906c7370 [2021-05-06T20:50:51.722Z] ---> aa7d0072b4f5 [2021-05-06T20:50:51.722Z] [2021-05-06T20:50:52.066Z] Successfully built fc41977d98c7 [2021-05-06T20:50:52.066Z] Removing intermediate container 593d6746ee6e [2021-05-06T20:50:52.066Z] ---> 5d774f3ff199 [2021-05-06T20:50:52.066Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2021-05-06T20:50:52.066Z] Successfully tagged docker-core-metadata-go:latest [2021-05-06T20:50:52.066Z] Building docker-core-data-go [2021-05-06T20:50:52.066Z] Successfully built aa7d0072b4f5 [2021-05-06T20:50:52.358Z]  Building docker-core-metadata-go ... done Successfully tagged docker-core-command-go:latest [2021-05-06T20:50:52.358Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-05-06T20:50:52.359Z] ---> Running in 456053ed48f9 [2021-05-06T20:50:52.975Z] Removing intermediate container 456053ed48f9 [2021-05-06T20:50:52.975Z] ---> 88a4f500f1d1 [2021-05-06T20:50:52.975Z] Step 23/25 : LABEL arch=x86_64 [2021-05-06T20:50:53.348Z] ---> Running in c352ba718946 [2021-05-06T20:50:53.986Z] Removing intermediate container c352ba718946 [2021-05-06T20:50:53.986Z] ---> 67d049b3fb66 [2021-05-06T20:50:53.986Z] Step 24/25 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:50:54.295Z] ---> Running in 04c1077784eb [2021-05-06T20:50:56.010Z] Removing intermediate container 04c1077784eb [2021-05-06T20:50:56.010Z] ---> b55d2030643c [2021-05-06T20:50:56.010Z] Step 25/25 : LABEL version=0.0.0 [2021-05-06T20:50:57.734Z] ---> Running in 17f594c6e16d [2021-05-06T20:50:58.343Z] Removing intermediate container 17f594c6e16d [2021-05-06T20:50:58.343Z] ---> 18853744914c [2021-05-06T20:50:58.343Z] [2021-05-06T20:50:58.623Z] Successfully built 18853744914c [2021-05-06T20:50:58.623Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-05-06T20:52:07.863Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:07.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:07.863Z] ---> a3fa0628fe8b [2021-05-06T20:52:07.863Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 1562bc375f37 [2021-05-06T20:52:07.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 4487af667a2f [2021-05-06T20:52:07.863Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2021-05-06T20:52:07.863Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:07.863Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:07.863Z] ---> a3fa0628fe8b [2021-05-06T20:52:07.863Z] Step 3/23 : WORKDIR /edgex-go [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 1562bc375f37 [2021-05-06T20:52:07.863Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 4487af667a2f [2021-05-06T20:52:07.863Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-06T20:52:07.863Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:07.863Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:07.863Z] ---> a3fa0628fe8b [2021-05-06T20:52:07.863Z] Step 3/22 : WORKDIR /edgex-go [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 1562bc375f37 [2021-05-06T20:52:07.863Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 4487af667a2f [2021-05-06T20:52:07.863Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> e7ac051f17e9 [2021-05-06T20:52:07.863Z] Step 6/22 : COPY go.mod . [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 84fa1d0c3272 [2021-05-06T20:52:07.863Z] Step 7/22 : RUN go mod download [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 39528050d6fe [2021-05-06T20:52:07.863Z] Step 8/22 : COPY . . [2021-05-06T20:52:07.863Z] Step 1/31 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-06T20:52:07.863Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-05-06T20:52:07.863Z] ---> a3fa0628fe8b [2021-05-06T20:52:07.863Z] Step 3/31 : WORKDIR /edgex-go [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 1562bc375f37 [2021-05-06T20:52:07.863Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 4487af667a2f [2021-05-06T20:52:07.863Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> e7ac051f17e9 [2021-05-06T20:52:07.863Z] Step 6/31 : COPY go.mod . [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 84fa1d0c3272 [2021-05-06T20:52:07.863Z] Step 7/31 : RUN go mod download [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 39528050d6fe [2021-05-06T20:52:07.863Z] Step 8/31 : COPY . . [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> Using cache [2021-05-06T20:52:07.863Z] ---> 7fbf921b6cab [2021-05-06T20:52:07.863Z] ---> 7fbf921b6cab [2021-05-06T20:52:07.863Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-06T20:52:07.863Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-05-06T20:52:07.863Z] ---> Running in 0cbea521d93a [2021-05-06T20:52:07.863Z] ---> Running in ca1cc3324495 [2021-05-06T20:52:07.863Z] ---> Running in 6c50f7048974 [2021-05-06T20:52:07.863Z] ---> Running in 68cd939f1f23 [2021-05-06T20:52:07.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-05-06T20:52:07.864Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-06T20:52:07.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:52:07.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:52:07.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:52:07.864Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:52:07.864Z] OK: 219 MiB in 52 packages [2021-05-06T20:52:07.864Z] OK: 219 MiB in 52 packages [2021-05-06T20:52:07.864Z] Removing intermediate container 68cd939f1f23 [2021-05-06T20:52:07.864Z] ---> af8c6e089fcd [2021-05-06T20:52:07.864Z] Step 6/23 : COPY go.mod . [2021-05-06T20:52:07.864Z] Removing intermediate container 0cbea521d93a [2021-05-06T20:52:07.864Z] ---> 080b018d6fb6 [2021-05-06T20:52:07.864Z] Step 6/23 : COPY go.mod . [2021-05-06T20:52:07.864Z] ---> d18761830d1a [2021-05-06T20:52:07.864Z] Step 7/23 : RUN go mod download [2021-05-06T20:52:07.864Z] ---> 3c00650327e0 [2021-05-06T20:52:07.864Z] Step 7/23 : RUN go mod download [2021-05-06T20:52:07.864Z] ---> Running in bad370b60af7 [2021-05-06T20:52:07.864Z] ---> Running in 789a5e667812 [2021-05-06T20:52:12.376Z] Removing intermediate container 789a5e667812 [2021-05-06T20:52:12.376Z] ---> 4c9c3c962d75 [2021-05-06T20:52:12.376Z] Step 8/23 : COPY . . [2021-05-06T20:52:12.376Z] Removing intermediate container bad370b60af7 [2021-05-06T20:52:12.376Z] ---> 2f8e7f6a5aa1 [2021-05-06T20:52:12.376Z] Step 8/23 : COPY . . [2021-05-06T20:53:10.279Z] Removing intermediate container 6c50f7048974 [2021-05-06T20:53:10.279Z] ---> fd1df7e7eabe [2021-05-06T20:53:10.279Z] [2021-05-06T20:53:10.279Z] Step 10/31 : FROM alpine:3.12 [2021-05-06T20:53:10.279Z] ---> 13621d1b12d4 [2021-05-06T20:53:10.279Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-06T20:53:10.279Z] Removing intermediate container ca1cc3324495 [2021-05-06T20:53:10.279Z] ---> 8c0171eea792 [2021-05-06T20:53:10.279Z] [2021-05-06T20:53:10.279Z] Step 10/22 : FROM alpine:3.12 [2021-05-06T20:53:10.279Z] ---> 13621d1b12d4 [2021-05-06T20:53:10.279Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-05-06T20:53:10.279Z] ---> Using cache [2021-05-06T20:53:10.279Z] ---> 032ec0dd374d [2021-05-06T20:53:10.279Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:53:10.279Z] ---> Using cache [2021-05-06T20:53:10.279Z] ---> de464ede50fd [2021-05-06T20:53:10.279Z] Step 13/22 : ENV APP_PORT=48085 [2021-05-06T20:53:11.909Z] ---> Running in c8e6afd2623a [2021-05-06T20:53:11.909Z] ---> Running in e2485a429342 [2021-05-06T20:53:13.010Z] Removing intermediate container c8e6afd2623a [2021-05-06T20:53:13.010Z] ---> 31d01f384f37 [2021-05-06T20:53:13.010Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-06T20:53:13.441Z] Removing intermediate container e2485a429342 [2021-05-06T20:53:13.441Z] ---> 525abdb83a61 [2021-05-06T20:53:13.441Z] Step 14/22 : EXPOSE $APP_PORT [2021-05-06T20:53:13.857Z] ---> Running in a4034c493eca [2021-05-06T20:53:14.523Z] ---> Running in 574a09f8a3f9 [2021-05-06T20:53:16.067Z] Removing intermediate container 574a09f8a3f9 [2021-05-06T20:53:16.067Z] ---> e7dc5fe93e6a [2021-05-06T20:53:16.067Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:53:18.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:53:18.370Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:53:18.370Z] ---> 855dfd9a44c7 [2021-05-06T20:53:18.370Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-06T20:53:18.772Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-06T20:53:18.773Z] (2/2) Installing su-exec (0.2-r1) [2021-05-06T20:53:18.773Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:53:18.773Z] OK: 6 MiB in 16 packages [2021-05-06T20:53:20.361Z] ---> 14e4c9a19c36 [2021-05-06T20:53:20.361Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-06T20:53:21.000Z] ---> Running in a37ee0926d28 [2021-05-06T20:53:21.276Z] ---> e6e3680f1834 [2021-05-06T20:53:21.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-06T20:53:21.594Z] Removing intermediate container a4034c493eca [2021-05-06T20:53:21.594Z] ---> 345524f16073 [2021-05-06T20:53:21.594Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-06T20:53:22.325Z] ---> Running in 6bbd9ead17d0 [2021-05-06T20:53:22.325Z] ---> 4b3375cce15a [2021-05-06T20:53:22.325Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-05-06T20:53:22.772Z] ---> e6036af3d111 [2021-05-06T20:53:22.772Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-05-06T20:53:22.772Z] ---> Running in ce24bfe45445 [2021-05-06T20:53:22.772Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-05-06T20:53:22.772Z] Removing intermediate container 6bbd9ead17d0 [2021-05-06T20:53:22.772Z] ---> 7ca721208853 [2021-05-06T20:53:22.772Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-06T20:53:23.396Z] ---> Running in 7ce2afa1cd8e [2021-05-06T20:53:23.396Z] ---> Running in 1d406a94be68 [2021-05-06T20:53:24.014Z] Removing intermediate container 1d406a94be68 [2021-05-06T20:53:24.014Z] ---> 67e20d55ca7c [2021-05-06T20:53:24.014Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-06T20:53:24.517Z] Removing intermediate container 7ce2afa1cd8e [2021-05-06T20:53:24.517Z] ---> 6d94443cd454 [2021-05-06T20:53:24.517Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:53:24.517Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-05-06T20:53:24.517Z] ---> Running in 3c3e8a9c9c28 [2021-05-06T20:53:24.517Z] ---> Running in 112c071feb10 [2021-05-06T20:53:24.865Z] Removing intermediate container 112c071feb10 [2021-05-06T20:53:24.865Z] ---> a03f9a081597 [2021-05-06T20:53:24.865Z] Step 20/22 : LABEL arch=x86_64 [2021-05-06T20:53:25.203Z] ---> Running in 303a70eb47c4 [2021-05-06T20:53:25.956Z] Removing intermediate container 303a70eb47c4 [2021-05-06T20:53:25.956Z] ---> 7d6d55169fb3 [2021-05-06T20:53:25.956Z] Step 21/22 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:53:26.625Z] ---> Running in 8bffa8f3dd19 [2021-05-06T20:53:27.318Z] Removing intermediate container 8bffa8f3dd19 [2021-05-06T20:53:27.318Z] ---> baaa7689c5cf [2021-05-06T20:53:27.318Z] Step 22/22 : LABEL version=0.0.0 [2021-05-06T20:53:27.773Z] Removing intermediate container 3c3e8a9c9c28 [2021-05-06T20:53:27.773Z] ---> 958e27e5194c [2021-05-06T20:53:27.773Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-06T20:53:27.773Z] ---> Running in ba69e7694b50 [2021-05-06T20:53:28.170Z] ---> Running in 0ba19071e4ef [2021-05-06T20:53:28.506Z] Removing intermediate container ba69e7694b50 [2021-05-06T20:53:28.506Z] ---> e731ff58d0cb [2021-05-06T20:53:28.506Z] [2021-05-06T20:53:30.423Z] Successfully built e731ff58d0cb [2021-05-06T20:53:30.423Z] Successfully tagged docker-support-scheduler-go:latest [2021-05-06T20:53:30.423Z] Removing intermediate container 0ba19071e4ef [2021-05-06T20:53:30.423Z] ---> 627b04bf6633 [2021-05-06T20:53:30.423Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-06T20:53:32.102Z]  Building docker-support-scheduler-go ... done  ---> 2622cf3bc657 [2021-05-06T20:53:32.102Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-06T20:53:32.102Z] ---> Running in 2c2b2250883c [2021-05-06T20:53:35.951Z] Removing intermediate container 2c2b2250883c [2021-05-06T20:53:35.951Z] ---> a0715e61d715 [2021-05-06T20:53:35.951Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:53:38.342Z] ---> 071f52f816ed [2021-05-06T20:53:38.342Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-06T20:53:41.207Z] ---> 6f6d3a5f5b76 [2021-05-06T20:53:41.207Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-06T20:53:41.909Z] ---> 62cf101c9946 [2021-05-06T20:53:41.909Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-06T20:53:43.523Z] ---> 0a5cc602463e [2021-05-06T20:53:43.523Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-06T20:53:45.111Z] ---> c389d88755ab [2021-05-06T20:53:45.111Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-05-06T20:53:46.212Z] ---> Running in 590e0bb3b46a [2021-05-06T20:53:46.943Z] Removing intermediate container 590e0bb3b46a [2021-05-06T20:53:46.943Z] ---> e3de282e6762 [2021-05-06T20:53:46.943Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-06T20:53:48.106Z] ---> e03673d20f3f [2021-05-06T20:53:48.106Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-05-06T20:53:48.768Z] ---> Running in b1e894270c6d [2021-05-06T20:53:53.350Z] Removing intermediate container b1e894270c6d [2021-05-06T20:53:53.350Z] ---> 6dcb8be757b4 [2021-05-06T20:53:53.350Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-06T20:53:53.350Z] ---> Running in 63df811d3c73 [2021-05-06T20:53:53.647Z] Removing intermediate container 63df811d3c73 [2021-05-06T20:53:53.647Z] ---> 3fae717eae43 [2021-05-06T20:53:53.647Z] Step 28/31 : CMD ["gate"] [2021-05-06T20:53:54.276Z] ---> Running in 444ece251a0b [2021-05-06T20:53:54.976Z] Removing intermediate container 444ece251a0b [2021-05-06T20:53:54.976Z] ---> 9aff3ee9fd6a [2021-05-06T20:53:54.976Z] Step 29/31 : LABEL arch=x86_64 [2021-05-06T20:53:54.976Z] ---> Running in f65bf2b1be18 [2021-05-06T20:53:55.751Z] Removing intermediate container f65bf2b1be18 [2021-05-06T20:53:55.751Z] ---> ea5226d10673 [2021-05-06T20:53:55.751Z] Step 30/31 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:53:55.751Z] ---> Running in 6cb01b39a6ca [2021-05-06T20:53:56.917Z] Removing intermediate container 6cb01b39a6ca [2021-05-06T20:53:56.917Z] ---> bf840e54fcd8 [2021-05-06T20:53:56.917Z] Step 31/31 : LABEL version=0.0.0 [2021-05-06T20:53:57.205Z] ---> Running in 80ede07cdb00 [2021-05-06T20:53:57.881Z] Removing intermediate container 80ede07cdb00 [2021-05-06T20:53:57.881Z] ---> 0aaf8fd191ef [2021-05-06T20:53:57.881Z] [2021-05-06T20:53:58.596Z] Successfully built 0aaf8fd191ef [2021-05-06T20:53:58.596Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-05-06T20:54:11.528Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a37ee0926d28 [2021-05-06T20:54:11.528Z] ---> ab7663c51caa [2021-05-06T20:54:11.528Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-06T20:54:11.528Z] ---> Running in 8877f4a63664 [2021-05-06T20:54:11.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-05-06T20:54:16.267Z] Removing intermediate container ce24bfe45445 [2021-05-06T20:54:16.267Z] ---> 0eb027da44ef [2021-05-06T20:54:16.267Z] [2021-05-06T20:54:16.267Z] Step 10/23 : FROM alpine:3.12 [2021-05-06T20:54:16.267Z] ---> 13621d1b12d4 [2021-05-06T20:54:16.267Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-06T20:54:16.267Z] ---> Running in 4e97bd6b65e1 [2021-05-06T20:54:16.267Z] Removing intermediate container 8877f4a63664 [2021-05-06T20:54:16.267Z] ---> 0ada4ff3f560 [2021-05-06T20:54:16.267Z] [2021-05-06T20:54:16.267Z] Step 11/23 : FROM docker:20.10.0 [2021-05-06T20:54:16.267Z] 20.10.0: Pulling from library/docker [2021-05-06T20:54:16.267Z] Removing intermediate container 4e97bd6b65e1 [2021-05-06T20:54:16.267Z] ---> 00cc007153a8 [2021-05-06T20:54:16.267Z] Step 12/23 : ENV APP_PORT=48080 [2021-05-06T20:54:16.267Z] ---> Running in 3d48bfea97b5 [2021-05-06T20:54:16.875Z] Removing intermediate container 3d48bfea97b5 [2021-05-06T20:54:16.875Z] ---> 75a916e16102 [2021-05-06T20:54:16.875Z] Step 13/23 : EXPOSE $APP_PORT [2021-05-06T20:54:17.165Z] ---> Running in f833de842a07 [2021-05-06T20:54:17.840Z] Removing intermediate container f833de842a07 [2021-05-06T20:54:17.840Z] ---> e66e96a91917 [2021-05-06T20:54:17.840Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-06T20:54:18.138Z] ---> Running in 1b52e215190a [2021-05-06T20:54:22.840Z] Removing intermediate container 1b52e215190a [2021-05-06T20:54:22.840Z] ---> eaf4a8b4337c [2021-05-06T20:54:22.840Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-06T20:54:22.840Z] ---> Running in 6cb2e90f46bc [2021-05-06T20:54:23.859Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:54:25.369Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:54:26.361Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-06T20:54:26.361Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-06T20:54:26.361Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-06T20:54:26.361Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-06T20:54:26.642Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-06T20:54:26.971Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-06T20:54:26.971Z] Executing busybox-1.31.1-r20.trigger [2021-05-06T20:54:26.971Z] OK: 8 MiB in 20 packages [2021-05-06T20:54:28.563Z] Removing intermediate container 6cb2e90f46bc [2021-05-06T20:54:28.563Z] ---> ed5fa84ee60e [2021-05-06T20:54:28.563Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-06T20:54:30.099Z] ---> 2b6522296b53 [2021-05-06T20:54:30.099Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-06T20:54:31.138Z] ---> 3fcb54bd5767 [2021-05-06T20:54:31.138Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-06T20:54:31.138Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-06T20:54:31.138Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-06T20:54:31.138Z] ---> aefe523efa57 [2021-05-06T20:54:31.138Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-06T20:54:31.429Z] ---> Running in 742f4b1568ac [2021-05-06T20:54:31.738Z] Removing intermediate container 742f4b1568ac [2021-05-06T20:54:31.739Z] ---> 70d4bd7ac3cf [2021-05-06T20:54:31.739Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-06T20:54:31.739Z] ---> Running in 695c29530f80 [2021-05-06T20:54:32.075Z] ---> fb7bc265b02f [2021-05-06T20:54:32.075Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-05-06T20:54:32.075Z] ---> Running in 0040d42f80f0 [2021-05-06T20:54:32.424Z] Removing intermediate container 0040d42f80f0 [2021-05-06T20:54:32.424Z] ---> 60e6c9312b77 [2021-05-06T20:54:32.424Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:54:32.705Z] ---> Running in b0862e832472 [2021-05-06T20:54:32.983Z] Removing intermediate container b0862e832472 [2021-05-06T20:54:32.983Z] ---> 9a2590122deb [2021-05-06T20:54:32.983Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:54:32.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-06T20:54:32.983Z] ---> Running in 4706e810d768 [2021-05-06T20:54:32.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-06T20:54:33.251Z] Removing intermediate container 4706e810d768 [2021-05-06T20:54:33.251Z] ---> 540118a458d9 [2021-05-06T20:54:33.251Z] Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:54:33.251Z] (1/39) Installing readline (8.0.4-r0) [2021-05-06T20:54:33.251Z] (2/39) Installing bash (5.0.17-r0) [2021-05-06T20:54:33.542Z] Executing bash-5.0.17-r0.post-install [2021-05-06T20:54:33.542Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-06T20:54:33.542Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-06T20:54:33.542Z] (5/39) Installing curl (7.76.1-r0) [2021-05-06T20:54:33.542Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-06T20:54:33.542Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-06T20:54:33.542Z] (8/39) Installing expat (2.2.9-r1) [2021-05-06T20:54:33.542Z] (9/39) Installing libffi (3.3-r2) [2021-05-06T20:54:33.542Z] ---> Running in 8445f12378e0 [2021-05-06T20:54:33.542Z] (10/39) Installing gdbm (1.13-r1) [2021-05-06T20:54:33.542Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-06T20:54:33.542Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-06T20:54:33.542Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-06T20:54:34.585Z] Removing intermediate container 8445f12378e0 [2021-05-06T20:54:34.585Z] ---> a73ab11626c9 [2021-05-06T20:54:34.585Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:54:36.622Z] ---> Running in 63369af9072d [2021-05-06T20:54:36.622Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-06T20:54:36.622Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-06T20:54:36.622Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-06T20:54:36.622Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-06T20:54:36.622Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-06T20:54:36.622Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-06T20:54:36.622Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-06T20:54:36.916Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-06T20:54:36.916Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-06T20:54:36.916Z] Removing intermediate container 63369af9072d [2021-05-06T20:54:36.916Z] ---> 4d634c665fe2 [2021-05-06T20:54:36.916Z] [2021-05-06T20:54:36.916Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-06T20:54:37.203Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-06T20:54:37.203Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-06T20:54:37.203Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-06T20:54:37.486Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-06T20:54:37.486Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-06T20:54:37.486Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-06T20:54:37.486Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-06T20:54:37.761Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-06T20:54:37.761Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-06T20:54:38.047Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-06T20:54:38.047Z] Successfully built 4d634c665fe2 [2021-05-06T20:54:38.047Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-06T20:54:38.047Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-06T20:54:38.047Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-06T20:54:38.047Z] Successfully tagged docker-core-data-go:latest [2021-05-06T20:54:38.047Z]  Building docker-core-data-go ... done (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-06T20:54:38.047Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-06T20:54:38.047Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-06T20:54:38.332Z] Executing busybox-1.31.1-r19.trigger [2021-05-06T20:54:38.332Z] OK: 72 MiB in 59 packages [2021-05-06T20:54:39.917Z] Collecting docker-compose==1.23.2 [2021-05-06T20:54:39.917Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-06T20:54:40.629Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-06T20:54:40.629Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-06T20:54:40.902Z] Collecting cached-property<2,>=1.2.0 [2021-05-06T20:54:40.902Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-06T20:54:41.188Z] Collecting jsonschema<3,>=2.5.1 [2021-05-06T20:54:41.188Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-06T20:54:41.520Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-06T20:54:41.520Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-06T20:54:41.785Z] Collecting docker<4.0,>=3.6.0 [2021-05-06T20:54:41.785Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-06T20:54:42.049Z] Collecting texttable<0.10,>=0.9.0 [2021-05-06T20:54:42.049Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-06T20:54:42.634Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-05-06T20:54:42.912Z] Collecting PyYAML<4,>=3.10 [2021-05-06T20:54:42.912Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-06T20:54:44.336Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-06T20:54:44.336Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-06T20:54:44.983Z] Collecting docopt<0.7,>=0.6.1 [2021-05-06T20:54:44.983Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-06T20:54:46.010Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-06T20:54:46.010Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-06T20:54:46.010Z] Collecting idna<2.8,>=2.5 [2021-05-06T20:54:46.010Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-06T20:54:46.010Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-05-06T20:54:46.010Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-05-06T20:54:46.010Z] Collecting docker-pycreds>=0.4.0 [2021-05-06T20:54:46.010Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-06T20:54:46.010Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-06T20:54:46.010Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-06T20:54:46.010Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-06T20:54:46.010Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-06T20:54:46.662Z] Installing collected packages: urllib3, idna, requests, cached-property, jsonschema, websocket-client, docker-pycreds, docker, texttable, PyYAML, dockerpty, docopt, docker-compose [2021-05-06T20:54:46.662Z] Attempting uninstall: urllib3 [2021-05-06T20:54:46.662Z] Found existing installation: urllib3 1.25.9 [2021-05-06T20:54:46.662Z] Uninstalling urllib3-1.25.9: [2021-05-06T20:54:46.663Z] Successfully uninstalled urllib3-1.25.9 [2021-05-06T20:54:46.962Z] Attempting uninstall: idna [2021-05-06T20:54:46.962Z] Found existing installation: idna 2.9 [2021-05-06T20:54:46.962Z] Uninstalling idna-2.9: [2021-05-06T20:54:46.962Z] Successfully uninstalled idna-2.9 [2021-05-06T20:54:47.421Z] Attempting uninstall: requests [2021-05-06T20:54:47.421Z] Found existing installation: requests 2.23.0 [2021-05-06T20:54:47.421Z] Uninstalling requests-2.23.0: [2021-05-06T20:54:47.421Z] Successfully uninstalled requests-2.23.0 [2021-05-06T20:54:49.584Z] Running setup.py install for texttable: started [2021-05-06T20:54:50.565Z] Running setup.py install for texttable: finished with status 'done' [2021-05-06T20:54:50.565Z] Running setup.py install for PyYAML: started [2021-05-06T20:54:51.264Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-06T20:54:51.264Z] Running setup.py install for dockerpty: started [2021-05-06T20:54:52.262Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-06T20:54:52.262Z] Running setup.py install for docopt: started [2021-05-06T20:54:52.899Z] Running setup.py install for docopt: finished with status 'done' [2021-05-06T20:54:53.517Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2021-05-06T20:55:06.351Z] Removing intermediate container 695c29530f80 [2021-05-06T20:55:06.351Z] ---> 11caead06311 [2021-05-06T20:55:06.351Z] Step 14/23 : ENV APP_PORT=48090 [2021-05-06T20:55:06.351Z] ---> Running in dfaec7201cc0 [2021-05-06T20:55:06.351Z] Removing intermediate container dfaec7201cc0 [2021-05-06T20:55:06.351Z] ---> 6c90cb8c8576 [2021-05-06T20:55:06.351Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-06T20:55:06.351Z] ---> Running in b9ee50031fe2 [2021-05-06T20:55:06.700Z] Removing intermediate container b9ee50031fe2 [2021-05-06T20:55:06.700Z] ---> 3ba9db942bb5 [2021-05-06T20:55:06.700Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-06T20:55:08.384Z] ---> 7c1f3f3210f1 [2021-05-06T20:55:08.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-06T20:55:09.429Z] ---> 88716d948622 [2021-05-06T20:55:09.429Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-06T20:55:10.452Z] ---> 7b8d716153f8 [2021-05-06T20:55:10.452Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-06T20:55:10.452Z] ---> Running in 355804ae35b7 [2021-05-06T20:55:10.452Z] Removing intermediate container 355804ae35b7 [2021-05-06T20:55:10.452Z] ---> d0c20e58dfe8 [2021-05-06T20:55:10.452Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-06T20:55:10.820Z] ---> Running in c3d5084d4675 [2021-05-06T20:55:10.820Z] Removing intermediate container c3d5084d4675 [2021-05-06T20:55:10.820Z] ---> 4a471a28485f [2021-05-06T20:55:10.820Z] Step 21/23 : LABEL arch=x86_64 [2021-05-06T20:55:10.820Z] ---> Running in 62813eaf3a20 [2021-05-06T20:55:11.125Z] Removing intermediate container 62813eaf3a20 [2021-05-06T20:55:11.125Z] ---> 7e79b05195f8 [2021-05-06T20:55:11.125Z] Step 22/23 : LABEL git_sha=395287a8a26d5a87dd24a00dd322eeee453d86fd [2021-05-06T20:55:11.439Z] ---> Running in 2ddddefdd201 [2021-05-06T20:55:11.762Z] Removing intermediate container 2ddddefdd201 [2021-05-06T20:55:11.762Z] ---> 78511f8980b4 [2021-05-06T20:55:11.762Z] Step 23/23 : LABEL version=0.0.0 [2021-05-06T20:55:12.081Z] ---> Running in d3e11270e516 [2021-05-06T20:55:12.424Z] Removing intermediate container d3e11270e516 [2021-05-06T20:55:12.424Z] ---> cac8b3e565a8 [2021-05-06T20:55:12.424Z] [2021-05-06T20:55:13.168Z] Successfully built cac8b3e565a8 [2021-05-06T20:55:13.168Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-05-06T20:55:13.513Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-05-06T20:55:13.527Z] $ docker stop --time=1 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 [2021-05-06T20:55:16.470Z] $ docker rm -f 6f9f9c6a42472a472998dcf60736cc50f8950048f228d2300c7bf5d73929ce93 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-06T20:55:17.150Z] + docker images [2021-05-06T20:55:17.150Z] + grep docker [2021-05-06T20:55:17.832Z] docker-sys-mgmt-agent-go latest cac8b3e565a8 5 seconds ago 312MB [2021-05-06T20:55:17.832Z] docker-core-data-go latest 4d634c665fe2 41 seconds ago 21.5MB [2021-05-06T20:55:17.832Z] docker-security-bootstrapper-go latest 0aaf8fd191ef About a minute ago 18.2MB [2021-05-06T20:55:17.832Z] docker-support-scheduler-go latest e731ff58d0cb About a minute ago 17.1MB [2021-05-06T20:55:17.832Z] docker-security-secretstore-setup-go latest 18853744914c 4 minutes ago 25.7MB [2021-05-06T20:55:17.832Z] docker-core-command-go latest aa7d0072b4f5 4 minutes ago 17MB [2021-05-06T20:55:17.832Z] docker-core-metadata-go latest fc41977d98c7 4 minutes ago 18.6MB [2021-05-06T20:55:17.832Z] docker-support-notifications-go latest 8b6352651d3e 4 minutes ago 17.6MB [2021-05-06T20:55:17.832Z] docker-security-proxy-setup-go latest 2ac922d2a427 4 minutes ago 25.3MB [2021-05-06T20:55:17.832Z] docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-05-06T20:55:33.110Z] Still waiting to schedule task [2021-05-06T20:55:33.110Z] ‘prd-ubuntu18.04-docker-8c-8g-3324’ is offline [2021-05-06T20:56:25.024Z] Running on prd-ubuntu18.04-docker-8c-8g-3326 in /w/workspace/edgexfoundry_edgex-go_PR-3423 [Pipeline] { [Pipeline] ws [2021-05-06T20:56:25.042Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:56:26.157Z] + echo snap-build.sh [2021-05-06T20:56:26.157Z] snap-build.sh [2021-05-06T20:56:26.157Z] + SNAP_BASE_DIR=. [2021-05-06T20:56:26.157Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-05-06T20:56:26.157Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-05-06T20:56:26.157Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-05-06T20:56:26.157Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-05-06T20:56:26.157Z] + cd /w/workspace/edgex-go/5 [2021-05-06T20:56:26.157Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-05-06T20:56:26.157Z] Reading package lists... [2021-05-06T20:56:26.157Z] Building dependency tree... [2021-05-06T20:56:26.157Z] Reading state information... [2021-05-06T20:56:26.420Z] The following packages were automatically installed and are no longer required: [2021-05-06T20:56:26.420Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-05-06T20:56:26.420Z] uidmap xdelta3 [2021-05-06T20:56:26.420Z] Use 'sudo apt autoremove' to remove them. [2021-05-06T20:56:26.420Z] The following packages will be REMOVED: [2021-05-06T20:56:26.420Z] lxd* lxd-client* [2021-05-06T20:56:26.683Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-05-06T20:56:26.683Z] After this operation, 31.7 MB disk space will be freed. [2021-05-06T20:56:28.303Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-05-06T20:56:28.303Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:56:29.258Z] Removing lxd dnsmasq configuration [2021-05-06T20:56:29.258Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:56:29.519Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-05-06T20:56:30.460Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-05-06T20:56:30.721Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-05-06T20:56:30.721Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-05-06T20:56:32.108Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-05-06T20:56:32.108Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-05-06T20:56:33.057Z] + sudo snap remove --purge lxd [2021-05-06T20:56:33.318Z] snap "lxd" is not installed [2021-05-06T20:56:33.318Z] + sudo groupadd --force --system lxd [2021-05-06T20:56:33.318Z] ++ whoami [2021-05-06T20:56:33.318Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-05-06T20:56:33.318Z] + newgrp - lxd [2021-05-06T20:56:33.318Z] + sudo snap install lxd [2021-05-06T20:56:43.318Z] 2021-05-06T20:56:39Z INFO Waiting for automatic snapd restart... [2021-05-06T20:56:58.232Z] lxd 4.13 from Canonical* installed [2021-05-06T20:56:58.232Z] + sudo lxd init --auto [2021-05-06T20:57:06.386Z] + sudo snap install --classic snapcraft [2021-05-06T20:57:11.682Z] snapcraft 4.7.1 from Canonical* installed [2021-05-06T20:57:11.682Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-05-06T20:57:11.682Z] + sudo snapcraft prime --use-lxd [2021-05-06T20:57:12.632Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-05-06T20:57:12.632Z] Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? [2021-05-06T20:57:12.632Z] To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-06T20:57:12.782Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:57:13.502Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:57:14.934Z] ---> package-listing.sh [2021-05-06T20:57:14.934Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-06T20:57:14.934Z] ++ facter osfamily [2021-05-06T20:57:15.202Z] + OS_FAMILY=redhat [2021-05-06T20:57:15.202Z] + workspace=/w/workspace/edgex-go/5 [2021-05-06T20:57:15.202Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-06T20:57:15.202Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-06T20:57:15.202Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-06T20:57:15.202Z] + PACKAGES=/tmp/packages_start.txt [2021-05-06T20:57:15.202Z] + '[' /w/workspace/edgex-go/5 ']' [2021-05-06T20:57:15.202Z] + PACKAGES=/tmp/packages_end.txt [2021-05-06T20:57:15.202Z] + case "${OS_FAMILY}" in [2021-05-06T20:57:15.202Z] + sort [2021-05-06T20:57:15.202Z] + rpm -qa [2021-05-06T20:57:23.604Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-06T20:57:23.604Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-06T20:57:23.604Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-06T20:57:23.604Z] + '[' /w/workspace/edgex-go/5 ']' [2021-05-06T20:57:23.604Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-05-06T20:57:23.604Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-05-06T20:57:23.629Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-06T20:57:23.968Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:57:24.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:57:24.884Z] [2021-05-06T20:57:24.884Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-06T20:57:25.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:57:25.279Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-06T20:57:25.279Z] df20fa9351a1: Pulling fs layer [2021-05-06T20:57:25.279Z] 36b3adc4ff6f: Pulling fs layer [2021-05-06T20:57:25.279Z] 8ad3a11d3b57: Pulling fs layer [2021-05-06T20:57:25.279Z] 46f8f816bc3b: Pulling fs layer [2021-05-06T20:57:25.279Z] 93b61091891f: Pulling fs layer [2021-05-06T20:57:25.279Z] 93b9cdb0e59b: Pulling fs layer [2021-05-06T20:57:25.279Z] 5e14af77c1be: Pulling fs layer [2021-05-06T20:57:25.279Z] 01666e4c0597: Pulling fs layer [2021-05-06T20:57:25.279Z] aa168da1d23b: Pulling fs layer [2021-05-06T20:57:25.279Z] 46f8f816bc3b: Waiting [2021-05-06T20:57:25.279Z] 93b61091891f: Waiting [2021-05-06T20:57:25.279Z] 93b9cdb0e59b: Waiting [2021-05-06T20:57:25.279Z] 5e14af77c1be: Waiting [2021-05-06T20:57:25.279Z] 01666e4c0597: Waiting [2021-05-06T20:57:25.279Z] aa168da1d23b: Waiting [2021-05-06T20:57:25.279Z] 46f8f816bc3b: Verifying Checksum [2021-05-06T20:57:25.279Z] 46f8f816bc3b: Download complete [2021-05-06T20:57:25.580Z] df20fa9351a1: Download complete [2021-05-06T20:57:25.580Z] 93b9cdb0e59b: Download complete [2021-05-06T20:57:25.580Z] 5e14af77c1be: Verifying Checksum [2021-05-06T20:57:25.580Z] 5e14af77c1be: Download complete [2021-05-06T20:57:25.860Z] 93b61091891f: Verifying Checksum [2021-05-06T20:57:25.860Z] 93b61091891f: Download complete [2021-05-06T20:57:25.860Z] 01666e4c0597: Verifying Checksum [2021-05-06T20:57:25.860Z] 01666e4c0597: Download complete [2021-05-06T20:57:26.144Z] 8ad3a11d3b57: Verifying Checksum [2021-05-06T20:57:26.144Z] 8ad3a11d3b57: Download complete [2021-05-06T20:57:26.450Z] df20fa9351a1: Pull complete [2021-05-06T20:57:27.113Z] 36b3adc4ff6f: Pull complete [2021-05-06T20:57:29.201Z] 8ad3a11d3b57: Pull complete [2021-05-06T20:57:29.483Z] 46f8f816bc3b: Pull complete [2021-05-06T20:57:30.542Z] 93b61091891f: Pull complete [2021-05-06T20:57:31.178Z] 93b9cdb0e59b: Pull complete [2021-05-06T20:57:31.775Z] aa168da1d23b: Verifying Checksum [2021-05-06T20:57:31.775Z] aa168da1d23b: Download complete [2021-05-06T20:57:32.757Z] 5e14af77c1be: Pull complete [2021-05-06T20:57:32.757Z] 01666e4c0597: Pull complete [2021-05-06T20:57:51.394Z] aa168da1d23b: Pull complete [2021-05-06T20:57:51.394Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-06T20:57:51.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-06T20:57:51.394Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-06T20:57:51.935Z] prd-centos7-docker-4c-2g-3311 does not seem to be running inside a container [2021-05-06T20:57:52.068Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-06T20:57:55.891Z] $ docker top 46f9eda91dfac45f4389811b691097af44752fd0fd79530c612b4ed4b6b0d3a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-06T20:57:56.975Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-06T20:57:57.386Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-06T20:57:58.162Z] + ls /var/log/sa-host [2021-05-06T20:57:58.162Z] + sadf -c /var/log/sa-host/sa06 [2021-05-06T20:57:58.162Z] file_magic: OK [2021-05-06T20:57:58.162Z] HZ: Using current value: 100 [2021-05-06T20:57:58.162Z] file_header: OK [2021-05-06T20:57:58.162Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-06T20:57:58.162Z] Statistics: [2021-05-06T20:57:58.162Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-06T20:57:58.162Z] File successfully converted to sysstat format version 12.2.1 [2021-05-06T20:57:58.162Z] + sadf -c /var/log/sa-host/sa23 [2021-05-06T20:57:58.162Z] file_magic: OK [2021-05-06T20:57:58.162Z] HZ: Using current value: 100 [2021-05-06T20:57:58.162Z] file_header: OK [2021-05-06T20:57:58.162Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-05-06T20:57:58.162Z] Statistics: [2021-05-06T20:57:58.162Z] Hnuu...uuuununununu... [2021-05-06T20:57:58.162Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-06T20:57:58.351Z] provisioning config files... [2021-05-06T20:57:58.381Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config198734500172070925tmp [Pipeline] { [Pipeline] echo [2021-05-06T20:57:58.410Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:57:58.773Z] ---> create-netrc.sh [Pipeline] } [2021-05-06T20:57:59.172Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-06T20:57:59.204Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:57:59.606Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-06T20:57:59.632Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:58:00.310Z] ---> sudo-logs.sh [2021-05-06T20:58:00.310Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-06T20:58:00.505Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:58:01.203Z] ---> job-cost.sh [2021-05-06T20:58:01.524Z] lf-activate-venv: SKIPPING [2021-05-06T20:58:01.524Z] DEBUG: total: 0.20999999344348907 [2021-05-06T20:58:01.524Z] INFO: Retrieving Stack Cost... [2021-05-06T20:58:02.665Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-06T20:58:03.912Z] INFO: Archiving Costs [Pipeline] echo [2021-05-06T20:58:03.938Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-06T20:58:04.643Z] ---> logs-deploy.sh [2021-05-06T20:58:04.643Z] lf-activate-venv: SKIPPING [2021-05-06T20:58:04.643Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3423/5 [2021-05-06T20:58:04.643Z] INFO: archiving workspace using pattern(s): [2021-05-06T20:58:07.609Z] Archives upload complete. [2021-05-06T20:58:07.904Z] INFO: archiving logs to Nexus