Pull request #3250 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 3a622268bb16cc6f060a937717ebd043e18486e3 rather than 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce Obtained Jenkinsfile from 3a622268bb16cc6f060a937717ebd043e18486e3 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29643 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce Merge succeeded, producing 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce Checking out Revision 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce (PR-3250) > git config core.sparsecheckout # timeout=10 > git checkout -f 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce # 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 3a622268bb16cc6f060a937717ebd043e18486e3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce # timeout=10 Commit message: "refactor: Add DeviceResources to CoreCommands" > git rev-list --no-walk 9c7532e74af45d6676cfaa116e9ff17bb6363fa2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-12T14:02:18.106Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-12T14:02:18.436Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-12T14:02:18.589Z] ========================================================= [2021-03-12T14:02:18.589Z] EdgeX Global Pipelines Version Info [2021-03-12T14:02:18.589Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:02:22.757Z] ------------------- [2021-03-12T14:02:22.757Z] stable info: [2021-03-12T14:02:22.757Z] ------------------- [2021-03-12T14:02:22.757Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-12T14:02:22.757Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T14:02:22.757Z] Message: update stable to v1.0.184 [2021-03-12T14:02:24.264Z] ------------------- [2021-03-12T14:02:24.264Z] experimental info: [2021-03-12T14:02:24.264Z] ------------------- [2021-03-12T14:02:24.264Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-12T14:02:24.264Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-12T14:02:24.264Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-12T14:02:24.579Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-12T14:02:24.697Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-12T14:02:24.804Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-12T14:02:24.912Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-12T14:02:25.050Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-12T14:02:25.160Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-12T14:02:25.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-12T14:02:25.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-12T14:02:25.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-12T14:02:25.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-12T14:02:25.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-12T14:02:25.901Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-12T14:02:26.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-12T14:02:26.116Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-12T14:02:26.247Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T14:02:26.414Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-12T14:02:26.521Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-12T14:02:26.632Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-12T14:02:26.735Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-12T14:02:26.841Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-12T14:02:26.944Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-12T14:02:27.066Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-12T14:02:27.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T14:02:27.274Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3250 [Pipeline] echo [2021-03-12T14:02:27.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3250 [Pipeline] echo [2021-03-12T14:02:27.482Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [Pipeline] echo [2021-03-12T14:02:27.582Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5e0d5bd [Pipeline] echo [2021-03-12T14:02:27.696Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-12T14:02:27.893Z] provisioning config files... [2021-03-12T14:02:27.935Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config1381663924681426166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:02:28.325Z] ---> docker-login.sh [2021-03-12T14:02:28.325Z] nexus3.edgexfoundry.org:10001 [2021-03-12T14:02:30.312Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T14:02:30.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T14:02:30.608Z] Configure a credential helper to remove this warning. See [2021-03-12T14:02:30.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T14:02:30.608Z] [2021-03-12T14:02:30.608Z] Login Succeeded [2021-03-12T14:02:30.608Z] nexus3.edgexfoundry.org:10002 [2021-03-12T14:02:31.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T14:02:31.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T14:02:31.714Z] Configure a credential helper to remove this warning. See [2021-03-12T14:02:31.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T14:02:31.714Z] [2021-03-12T14:02:31.714Z] Login Succeeded [2021-03-12T14:02:31.714Z] nexus3.edgexfoundry.org:10003 [2021-03-12T14:02:32.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T14:02:32.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T14:02:32.760Z] Configure a credential helper to remove this warning. See [2021-03-12T14:02:32.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T14:02:32.760Z] [2021-03-12T14:02:32.760Z] Login Succeeded [2021-03-12T14:02:32.760Z] nexus3.edgexfoundry.org:10004 [2021-03-12T14:02:33.400Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T14:02:33.702Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T14:02:33.702Z] Configure a credential helper to remove this warning. See [2021-03-12T14:02:33.702Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T14:02:33.702Z] [2021-03-12T14:02:33.702Z] Login Succeeded [2021-03-12T14:02:33.702Z] docker.io [2021-03-12T14:02:34.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-12T14:02:34.587Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-12T14:02:34.587Z] Configure a credential helper to remove this warning. See [2021-03-12T14:02:34.587Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-12T14:02:34.587Z] [2021-03-12T14:02:34.587Z] Login Succeeded [2021-03-12T14:02:34.587Z] ---> docker-login.sh ends [Pipeline] } [2021-03-12T14:02:34.606Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T14:02:35.144Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/core-command/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] ++ dirname cmd/core-data/Dockerfile [2021-03-12T14:02:35.144Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-12T14:02:35.144Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-12T14:02:35.144Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-12T14:02:35.144Z] ++ cut -d/ -f2 [2021-03-12T14:02:35.144Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-12T14:02:35.383Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:02:37.120Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T14:02:37.120Z] [2021-03-12T14:02:37.120Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:02:37.509Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T14:02:37.509Z] latest: Pulling from edgex-devops/git-semver [2021-03-12T14:02:37.509Z] 31603596830f: Pulling fs layer [2021-03-12T14:02:37.509Z] 2a8b12db71e7: Pulling fs layer [2021-03-12T14:02:37.509Z] 6ca5941a6612: Pulling fs layer [2021-03-12T14:02:37.509Z] ecc8261a40a4: Pulling fs layer [2021-03-12T14:02:37.509Z] ecc8261a40a4: Waiting [2021-03-12T14:02:37.509Z] 2a8b12db71e7: Download complete [2021-03-12T14:02:37.781Z] 31603596830f: Verifying Checksum [2021-03-12T14:02:37.781Z] 31603596830f: Download complete [2021-03-12T14:02:38.060Z] ecc8261a40a4: Verifying Checksum [2021-03-12T14:02:38.061Z] ecc8261a40a4: Download complete [2021-03-12T14:02:38.061Z] 6ca5941a6612: Verifying Checksum [2021-03-12T14:02:38.061Z] 6ca5941a6612: Download complete [2021-03-12T14:02:38.354Z] 31603596830f: Pull complete [2021-03-12T14:02:38.962Z] 2a8b12db71e7: Pull complete [2021-03-12T14:02:40.404Z] 6ca5941a6612: Pull complete [2021-03-12T14:02:40.987Z] ecc8261a40a4: Pull complete [2021-03-12T14:02:40.987Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-12T14:02:40.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-12T14:02:40.987Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-12T14:02:41.154Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:02:41.223Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-12T14:02:45.670Z] $ docker top c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-12T14:02:46.469Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T14:02:46.470Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T14:02:47.080Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T14:02:47.085Z] $ docker exec c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 ssh-agent [2021-03-12T14:02:47.819Z] SSH_AUTH_SOCK=/tmp/ssh-GRpfxqtqC3di/agent.11 [2021-03-12T14:02:47.819Z] SSH_AGENT_PID=16 [2021-03-12T14:02:47.853Z] Running ssh-add (command line suppressed) [2021-03-12T14:02:48.578Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_6030582530058088091.key (/w/workspace/edgex-go/12@tmp/private_key_6030582530058088091.key) [2021-03-12T14:02:48.832Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T14:02:49.227Z] + git tag --points-at HEAD [Pipeline] } [2021-03-12T14:02:49.258Z] $ docker exec --env ******** --env ******** c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 ssh-agent -k [2021-03-12T14:02:49.439Z] unset SSH_AUTH_SOCK; [2021-03-12T14:02:49.443Z] unset SSH_AGENT_PID; [2021-03-12T14:02:49.443Z] echo Agent pid 16 killed; [2021-03-12T14:02:49.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-12T14:02:49.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-12T14:02:49.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-12T14:02:49.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-12T14:02:49.998Z] $ docker exec c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 ssh-agent [2021-03-12T14:02:50.393Z] SSH_AUTH_SOCK=/tmp/ssh-jFfnTjt5duSL/agent.44 [2021-03-12T14:02:50.393Z] SSH_AGENT_PID=49 [2021-03-12T14:02:50.430Z] Running ssh-add (command line suppressed) [2021-03-12T14:02:50.691Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_4643416878042175087.key (/w/workspace/edgex-go/12@tmp/private_key_4643416878042175087.key) [2021-03-12T14:02:50.811Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-12T14:02:51.176Z] + git semver init [2021-03-12T14:02:51.176Z] # -> Open(): unable to determine branch for HEAD [2021-03-12T14:02:51.176Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-03-12T14:02:51.176Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-03-12T14:02:51.176Z] # $SEMVER_REMOTE_NAME = origin [2021-03-12T14:02:51.176Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-12T14:02:51.176Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-12T14:02:51.176Z] # $SEMVER_BRANCH = PR-3250 [2021-03-12T14:02:51.176Z] # $SEMVER_TEMP = /tmp/semver-017084675 [2021-03-12T14:02:51.176Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-12T14:03:32.049Z] # '/tmp/semver-017084675' -> '/w/workspace/edgex-go/12/.semver' [2021-03-12T14:03:32.049Z] # -> Force: false [2021-03-12T14:03:32.049Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-03-12T14:03:32.087Z] $ docker exec --env ******** --env ******** c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 ssh-agent -k [2021-03-12T14:03:32.965Z] unset SSH_AUTH_SOCK; [2021-03-12T14:03:32.967Z] unset SSH_AGENT_PID; [2021-03-12T14:03:32.967Z] echo Agent pid 49 killed; [2021-03-12T14:03:33.464Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-12T14:03:34.500Z] + git semver [Pipeline] } [2021-03-12T14:03:34.524Z] $ docker stop --time=1 c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 [2021-03-12T14:03:37.229Z] $ docker rm -f c9e829cf1ac625438b738c1db7d19d551fbd0d770ea2d957825a08b38ec74018 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T14:03:38.231Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-12T14:03:40.161Z] Stashed 1 file(s) [Pipeline] echo [2021-03-12T14:03:40.165Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-12T14:03:41.424Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-12T14:03:42.193Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-12T14:03:42.678Z] + sudo service docker restart [2021-03-12T14:03:42.678Z] + true [2021-03-12T14:03:42.678Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-12T14:03:44.961Z] ========================================================= [2021-03-12T14:03:44.961Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-12T14:03:44.961Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:03:45.413Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-12T14:03:55.638Z] Still waiting to schedule task [2021-03-12T14:03:55.639Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-12T14:03:56.168Z] Sending build context to Docker daemon 328.6MB [2021-03-12T14:03:56.168Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-12T14:03:56.168Z] Step 2/6 : FROM ${BASE} [2021-03-12T14:03:56.168Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-12T14:03:56.168Z] 188c0c94c7c5: Pulling fs layer [2021-03-12T14:03:56.168Z] 0ef7d3d256c8: Pulling fs layer [2021-03-12T14:03:56.168Z] de9db76c5a1d: Pulling fs layer [2021-03-12T14:03:56.168Z] bca2f99d35d6: Pulling fs layer [2021-03-12T14:03:56.168Z] 93359f2a8cfa: Pulling fs layer [2021-03-12T14:03:56.168Z] 7c6f9722023f: Pulling fs layer [2021-03-12T14:03:56.168Z] a35cf1a2eb13: Pulling fs layer [2021-03-12T14:03:56.168Z] 93359f2a8cfa: Waiting [2021-03-12T14:03:56.168Z] 7c6f9722023f: Waiting [2021-03-12T14:03:56.168Z] a35cf1a2eb13: Waiting [2021-03-12T14:03:56.168Z] bca2f99d35d6: Waiting [2021-03-12T14:03:56.168Z] de9db76c5a1d: Verifying Checksum [2021-03-12T14:03:56.168Z] de9db76c5a1d: Download complete [2021-03-12T14:03:56.168Z] 0ef7d3d256c8: Verifying Checksum [2021-03-12T14:03:56.168Z] 0ef7d3d256c8: Download complete [2021-03-12T14:03:56.168Z] 93359f2a8cfa: Verifying Checksum [2021-03-12T14:03:56.168Z] 93359f2a8cfa: Download complete [2021-03-12T14:03:56.511Z] 7c6f9722023f: Verifying Checksum [2021-03-12T14:03:56.511Z] 7c6f9722023f: Download complete [2021-03-12T14:03:56.511Z] 188c0c94c7c5: Verifying Checksum [2021-03-12T14:03:56.511Z] 188c0c94c7c5: Download complete [2021-03-12T14:03:57.657Z] 188c0c94c7c5: Pull complete [2021-03-12T14:03:59.239Z] 0ef7d3d256c8: Pull complete [2021-03-12T14:03:59.526Z] de9db76c5a1d: Pull complete [2021-03-12T14:04:01.522Z] a35cf1a2eb13: Verifying Checksum [2021-03-12T14:04:01.522Z] a35cf1a2eb13: Download complete [2021-03-12T14:04:03.655Z] bca2f99d35d6: Verifying Checksum [2021-03-12T14:04:03.655Z] bca2f99d35d6: Download complete [2021-03-12T14:04:22.474Z] bca2f99d35d6: Pull complete [2021-03-12T14:04:22.474Z] 93359f2a8cfa: Pull complete [2021-03-12T14:04:22.474Z] 7c6f9722023f: Pull complete [2021-03-12T14:04:31.061Z] a35cf1a2eb13: Pull complete [2021-03-12T14:04:31.061Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-12T14:04:31.061Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-12T14:04:31.061Z] ---> a62c8e92a672 [2021-03-12T14:04:31.061Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-12T14:04:31.650Z] ---> Running in f849b278b3c0 [2021-03-12T14:04:33.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:04:34.575Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:04:34.859Z] (1/12) Installing libmagic (5.38-r0) [2021-03-12T14:04:35.826Z] (2/12) Installing file (5.38-r0) [2021-03-12T14:04:35.826Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-12T14:04:36.090Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-12T14:04:39.447Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-12T14:04:39.447Z] (6/12) Installing patch (2.7.6-r6) [2021-03-12T14:04:39.447Z] (7/12) Installing build-base (0.5-r2) [2021-03-12T14:04:39.447Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-12T14:04:39.447Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-12T14:04:39.447Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-12T14:04:39.721Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-12T14:04:39.721Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-12T14:04:40.014Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:04:40.014Z] OK: 233 MiB in 51 packages [2021-03-12T14:04:45.444Z] Removing intermediate container f849b278b3c0 [2021-03-12T14:04:45.444Z] ---> feac38bc959b [2021-03-12T14:04:45.444Z] Step 4/6 : WORKDIR /edgex-go [2021-03-12T14:04:45.713Z] ---> Running in 60442e7a5076 [2021-03-12T14:04:45.979Z] Removing intermediate container 60442e7a5076 [2021-03-12T14:04:45.979Z] ---> 79a240823096 [2021-03-12T14:04:45.979Z] Step 5/6 : COPY go.mod . [2021-03-12T14:04:46.244Z] ---> d5eb337603de [2021-03-12T14:04:46.244Z] Step 6/6 : RUN go mod download [2021-03-12T14:04:46.521Z] ---> Running in 8fdd08370f75 [2021-03-12T14:05:26.204Z] Removing intermediate container 8fdd08370f75 [2021-03-12T14:05:26.204Z] ---> 7d92bae1ca46 [2021-03-12T14:05:26.204Z] Successfully built 7d92bae1ca46 [2021-03-12T14:05:26.204Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:05:26.580Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T14:05:26.849Z] . [Pipeline] withDockerContainer [2021-03-12T14:05:27.023Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:05:27.089Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T14:05:29.500Z] $ docker top 66ebb00bb3fd305ba4b8ce341b8d389f15b569320877a8b346d1af3ba1215e3a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T14:05:30.499Z] + go version [2021-03-12T14:05:30.789Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-12T14:05:30.815Z] $ docker stop --time=1 66ebb00bb3fd305ba4b8ce341b8d389f15b569320877a8b346d1af3ba1215e3a [2021-03-12T14:05:32.984Z] $ docker rm -f 66ebb00bb3fd305ba4b8ce341b8d389f15b569320877a8b346d1af3ba1215e3a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:05:34.211Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-12T14:05:34.212Z] . [Pipeline] withDockerContainer [2021-03-12T14:05:34.623Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:05:34.798Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-12T14:05:36.989Z] $ docker top 809598cc8f65c9cd4771639b7cb27fe579c33022149263da2e0b4d8b89053b96 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-12T14:05:37.219Z] ========================================================= [2021-03-12T14:05:37.219Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-12T14:05:37.219Z] ========================================================= [Pipeline] sh [2021-03-12T14:05:37.541Z] + make test [2021-03-12T14:05:37.542Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-12T14:05:50.262Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-29645 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T14:05:50.369Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-12T14:05:55.878Z] using credential edgex-jenkins-ssh [2021-03-12T14:05:55.952Z] Cloning the remote Git repository [2021-03-12T14:05:56.029Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:05:56.162Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-12T14:05:56.268Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:05:56.269Z] > git --version # timeout=10 [2021-03-12T14:05:56.286Z] > git --version # 'git version 2.17.1' [2021-03-12T14:05:56.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T14:05:56.378Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T14:06:04.826Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-12T14:06:16.686Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T14:06:16.707Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T14:06:16.735Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T14:06:16.784Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:06:16.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T14:06:16.799Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T14:06:17.717Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-12T14:06:18.238Z] Failed in branch arm64 [2021-03-12T14:06:17.743Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T14:06:17.759Z] > git checkout -f 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce # timeout=10 [2021-03-12T14:06:54.084Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-12T14:07:10.209Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-12T14:07:10.209Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-12T14:07:10.209Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-12T14:07:17.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-12T14:07:17.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-12T14:07:17.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-12T14:07:17.799Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-12T14:07:20.795Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-12T14:07:21.790Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-12T14:07:26.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-12T14:07:26.333Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-12T14:07:26.333Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-12T14:07:32.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.193s coverage: 45.9% of statements [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-12T14:07:32.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-12T14:07:32.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.221s coverage: 19.8% of statements [2021-03-12T14:07:32.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.149s coverage: 100.0% of statements [2021-03-12T14:07:40.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.716s coverage: 27.1% of statements [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-12T14:07:40.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.103s coverage: 100.0% of statements [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-12T14:07:40.104Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.123s coverage: 100.0% of statements [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-12T14:07:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-12T14:07:44.144Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.862s coverage: 71.3% of statements [2021-03-12T14:07:44.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-12T14:07:44.144Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-12T14:07:47.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.646s coverage: 82.9% of statements [2021-03-12T14:07:47.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-12T14:07:47.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T14:07:47.802Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.409s coverage: 78.9% of statements [2021-03-12T14:07:47.802Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.906s coverage: 28.6% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.209s coverage: 100.0% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.268s coverage: 100.0% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.452s coverage: 86.7% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-12T14:08:04.612Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.185s coverage: 78.3% of statements [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-12T14:08:04.612Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-12T14:08:05.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.287s coverage: 92.8% of statements [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-12T14:08:05.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.129s coverage: 58.8% of statements [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-12T14:08:05.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.262s coverage: 0.1% of statements [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-12T14:08:05.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-12T14:08:05.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.121s coverage: 47.1% of statements [2021-03-12T14:08:05.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.179s coverage: 79.5% of statements [2021-03-12T14:08:05.543Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.071s coverage: 94.1% of statements [2021-03-12T14:08:07.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.129s coverage: 96.3% of statements [2021-03-12T14:08:07.779Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.233s coverage: 87.5% of statements [2021-03-12T14:08:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.276s coverage: 94.4% of statements [2021-03-12T14:08:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements [2021-03-12T14:08:20.841Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.541s coverage: 81.4% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.430s coverage: 92.9% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.129s coverage: 77.8% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.397s coverage: 87.2% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.104s coverage: 84.6% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.468s coverage: 91.6% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.439s coverage: 62.4% of statements [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-12T14:08:36.324Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.060s coverage: 91.3% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-03-12T14:08:36.324Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.044s coverage: 100.0% of statements [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.525s coverage: 69.0% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.115s coverage: 38.4% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.060s coverage: 89.5% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.089s coverage: 84.8% of statements [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.196s coverage: 47.0% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.118s coverage: 100.0% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.078s coverage: 100.0% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-12T14:08:36.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.226s coverage: 87.1% of statements [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T14:08:36.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.575s coverage: 29.1% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.097s coverage: 99.0% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.059s coverage: 100.0% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.450s coverage: 96.5% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-12T14:08:39.213Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-12T14:08:39.213Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-12T14:08:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.116s coverage: 100.0% of statements [2021-03-12T14:08:40.389Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-03-12T14:08:42.761Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.266s coverage: 100.0% of statements [2021-03-12T14:08:43.049Z] GO111MODULE=on go vet ./... [2021-03-12T14:10:36.475Z] gofmt -l . [2021-03-12T14:10:36.475Z] [ "`gofmt -l .`" = "" ] [2021-03-12T14:10:36.475Z] ./bin/test-go-mod-tidy.sh [2021-03-12T14:10:36.475Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-12T14:10:37.446Z] + ls -al . [2021-03-12T14:10:37.446Z] total 748 [2021-03-12T14:10:37.446Z] drwxrwxr-x 10 1001 1001 4096 Mar 12 14:10 . [2021-03-12T14:10:37.446Z] drwxr-xr-x 4 root root 30 Mar 12 14:05 .. [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 11 Mar 12 14:02 .dockerignore [2021-03-12T14:10:37.446Z] drwxrwxr-x 8 1001 1001 179 Mar 12 14:02 .git [2021-03-12T14:10:37.446Z] drwxrwxr-x 3 1001 1001 125 Mar 12 14:02 .github [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 818 Mar 12 14:02 .gitignore [2021-03-12T14:10:37.446Z] drwx------ 3 1001 1001 60 Mar 12 14:03 .semver [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 166 Mar 12 14:02 .sonarcloud.properties [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 8607 Mar 12 14:02 Attribution.txt [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 3804 Mar 12 14:02 CONTRIBUTING.md [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 931 Mar 12 14:02 Dockerfile.build [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 863 Mar 12 14:02 Jenkinsfile [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 10775 Mar 12 14:02 LICENSE [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 5774 Mar 12 14:02 Makefile [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 6548 Mar 12 14:02 README.md [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 6755 Mar 12 14:02 SECURITY.md [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 5 Mar 12 14:03 VERSION [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 4131 Mar 12 14:02 ZMQWindows.md [2021-03-12T14:10:37.446Z] drwxrwxr-x 2 1001 1001 117 Mar 12 14:02 bin [2021-03-12T14:10:37.446Z] drwxrwxr-x 14 1001 1001 4096 Mar 12 14:02 cmd [2021-03-12T14:10:37.446Z] -rw-r--r-- 1 root root 635765 Mar 12 14:08 coverage.out [2021-03-12T14:10:37.446Z] -rw-r--r-- 1 root root 1055 Mar 12 14:10 go.mod [2021-03-12T14:10:37.446Z] -rw-r--r-- 1 root root 21981 Mar 12 14:10 go.sum [2021-03-12T14:10:37.446Z] drwxrwxr-x 8 1001 1001 127 Mar 12 14:02 internal [2021-03-12T14:10:37.446Z] drwxrwxr-x 4 1001 1001 26 Mar 12 14:02 openapi [2021-03-12T14:10:37.446Z] drwxrwxr-x 4 1001 1001 71 Mar 12 14:02 snap [2021-03-12T14:10:37.446Z] -rw-rw-r-- 1 1001 1001 168 Mar 12 14:02 version.go [Pipeline] sh [2021-03-12T14:10:38.018Z] + '[' -e coverage.out ] [2021-03-12T14:10:38.018Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-12T14:10:38.812Z] Stashed 1 file(s) [Pipeline] sh [2021-03-12T14:10:39.173Z] + make build [2021-03-12T14:10:39.173Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-12T14:10:51.340Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-12T14:11:24.958Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-12T14:11:32.516Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-12T14:11:37.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-12T14:11:39.385Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-12T14:11:48.180Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-12T14:12:00.477Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-12T14:12:05.202Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-12T14:12:12.789Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-12T14:12:16.384Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-12T14:12:20.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-12T14:12:32.129Z] $ docker stop --time=1 809598cc8f65c9cd4771639b7cb27fe579c33022149263da2e0b4d8b89053b96 [2021-03-12T14:12:36.079Z] $ docker rm -f 809598cc8f65c9cd4771639b7cb27fe579c33022149263da2e0b4d8b89053b96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:12:40.504Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T14:12:40.781Z] [2021-03-12T14:12:40.781Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:12:41.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T14:12:41.494Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-12T14:12:41.494Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-12T14:12:41.494Z] ca9280d653b3: Pulling fs layer [2021-03-12T14:12:41.494Z] 7e9c9ca2126c: Pulling fs layer [2021-03-12T14:12:41.494Z] cbdbe7a5bc2a: Download complete [2021-03-12T14:12:42.941Z] ca9280d653b3: Download complete [2021-03-12T14:12:42.941Z] cbdbe7a5bc2a: Pull complete [2021-03-12T14:12:44.950Z] 7e9c9ca2126c: Verifying Checksum [2021-03-12T14:12:44.951Z] 7e9c9ca2126c: Download complete [2021-03-12T14:12:44.951Z] ca9280d653b3: Pull complete [2021-03-12T14:12:57.525Z] 7e9c9ca2126c: Pull complete [2021-03-12T14:12:57.525Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-12T14:12:57.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T14:12:57.525Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-12T14:12:57.881Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:12:58.060Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T14:13:03.763Z] $ docker top ef6b3839af96452b9270ac91cb31b4bc06b02db8e7b3420fd756003ae5ec65ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T14:13:05.488Z] + docker-compose build --help [2021-03-12T14:13:05.488Z] + grep parallel [2021-03-12T14:13:07.495Z] --parallel Build images in parallel. [Pipeline] } [2021-03-12T14:13:07.519Z] $ docker stop --time=1 ef6b3839af96452b9270ac91cb31b4bc06b02db8e7b3420fd756003ae5ec65ef [2021-03-12T14:13:10.213Z] $ docker rm -f ef6b3839af96452b9270ac91cb31b4bc06b02db8e7b3420fd756003ae5ec65ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:13:11.077Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-12T14:13:11.351Z] . [Pipeline] withDockerContainer [2021-03-12T14:13:11.755Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:13:11.860Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-12T14:13:13.853Z] $ docker top 00e982a5c41f3433d4548021b426f1e934f2a29cc0066abe0ebace0d8a604af5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T14:13:15.011Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-12T14:13:16.437Z] Building docker-core-command-go ... [2021-03-12T14:13:16.437Z] Building docker-core-data-go ... [2021-03-12T14:13:16.438Z] Building docker-core-metadata-go ... [2021-03-12T14:13:16.438Z] Building docker-security-bootstrapper-go ... [2021-03-12T14:13:16.438Z] Building docker-security-proxy-setup-go ... [2021-03-12T14:13:16.438Z] Building docker-security-secretstore-setup-go ... [2021-03-12T14:13:16.438Z] Building docker-support-notifications-go ... [2021-03-12T14:13:16.438Z] Building docker-support-scheduler-go ... [2021-03-12T14:13:16.438Z] Building docker-sys-mgmt-agent-go ... [2021-03-12T14:13:16.438Z] Building docker-core-metadata-go [2021-03-12T14:13:16.438Z] Building docker-security-secretstore-setup-go [2021-03-12T14:13:16.716Z] Building docker-support-notifications-go [2021-03-12T14:13:16.716Z] Building docker-sys-mgmt-agent-go [2021-03-12T14:13:16.716Z] Building docker-security-bootstrapper-go [2021-03-12T14:15:28.253Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:15:28.253Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:15:28.254Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:15:28.254Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:15:28.254Z] ---> 7d92bae1ca46 [2021-03-12T14:15:28.254Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T14:15:28.254Z] ---> 7d92bae1ca46 [2021-03-12T14:15:28.254Z] Step 3/26 : WORKDIR /edgex-go [2021-03-12T14:15:28.254Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:15:28.254Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:15:28.254Z] ---> 7d92bae1ca46 [2021-03-12T14:15:28.254Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T14:15:28.254Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:15:28.254Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:15:28.254Z] ---> 7d92bae1ca46 [2021-03-12T14:15:28.254Z] Step 3/24 : WORKDIR /edgex-go [2021-03-12T14:15:28.254Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:15:28.254Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:15:28.254Z] ---> 7d92bae1ca46 [2021-03-12T14:15:28.254Z] Step 3/31 : WORKDIR /edgex-go [2021-03-12T14:15:28.254Z] ---> Running in 2f934ccee8ac [2021-03-12T14:15:28.254Z] ---> Running in 881d8eecfec9 [2021-03-12T14:15:28.254Z] ---> Running in fc89bcd557ef [2021-03-12T14:15:28.254Z] ---> Running in 7e89f7295aa5 [2021-03-12T14:15:28.254Z] ---> Running in 6146ca19a56d [2021-03-12T14:15:28.940Z] Removing intermediate container 7e89f7295aa5 [2021-03-12T14:15:28.940Z] ---> 595e7a7cc52d [2021-03-12T14:15:28.940Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:15:29.224Z] Removing intermediate container 881d8eecfec9 [2021-03-12T14:15:29.224Z] ---> c3d8fbeb110f [2021-03-12T14:15:29.224Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:15:29.224Z] Removing intermediate container 2f934ccee8ac [2021-03-12T14:15:29.224Z] ---> 7e5c9b93d6e6 [2021-03-12T14:15:29.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:15:29.224Z] Removing intermediate container 6146ca19a56d [2021-03-12T14:15:29.224Z] ---> 8a33343a7c16 [2021-03-12T14:15:29.224Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:15:29.224Z] Removing intermediate container fc89bcd557ef [2021-03-12T14:15:29.224Z] ---> c9afa5b20162 [2021-03-12T14:15:29.224Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:15:29.533Z] ---> Running in c83240c50795 [2021-03-12T14:15:29.533Z] ---> Running in 8401d5f8af15 [2021-03-12T14:15:29.855Z] ---> Running in 476465a14edf [2021-03-12T14:15:29.855Z] ---> Running in 181343634bf6 [2021-03-12T14:15:29.855Z] ---> Running in ba38d2a8610d [2021-03-12T14:15:38.941Z] Removing intermediate container 8401d5f8af15 [2021-03-12T14:15:38.941Z] ---> 822ed07c5dfa [2021-03-12T14:15:38.941Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T14:15:38.941Z] ---> Running in c7ebff8b88c0 [2021-03-12T14:15:38.941Z] Removing intermediate container 476465a14edf [2021-03-12T14:15:38.941Z] ---> 7a5ad452fa31 [2021-03-12T14:15:38.941Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-12T14:15:38.941Z] Removing intermediate container 181343634bf6 [2021-03-12T14:15:38.941Z] ---> 516f373a2354 [2021-03-12T14:15:38.941Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-12T14:15:38.941Z] Removing intermediate container c83240c50795 [2021-03-12T14:15:38.941Z] ---> 7a806940ae00 [2021-03-12T14:15:38.941Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-12T14:15:38.941Z] ---> Running in 03a918a4729a [2021-03-12T14:15:38.941Z] Removing intermediate container ba38d2a8610d [2021-03-12T14:15:38.941Z] ---> 3d20369c265b [2021-03-12T14:15:38.941Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-12T14:15:38.941Z] ---> Running in a041b4162e73 [2021-03-12T14:15:39.219Z] ---> Running in 7a2bccadd8af [2021-03-12T14:15:40.265Z] ---> Running in 944313fcda9c [2021-03-12T14:15:42.041Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:42.887Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:43.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:43.604Z] OK: 233 MiB in 51 packages [2021-03-12T14:15:44.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:44.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:44.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:44.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:44.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:44.971Z] OK: 233 MiB in 51 packages [2021-03-12T14:15:44.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:45.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:15:45.623Z] Removing intermediate container c7ebff8b88c0 [2021-03-12T14:15:45.623Z] ---> 134bd4ece598 [2021-03-12T14:15:45.623Z] Step 6/23 : COPY go.mod . [2021-03-12T14:15:46.021Z] OK: 233 MiB in 51 packages [2021-03-12T14:15:46.021Z] OK: 233 MiB in 51 packages [2021-03-12T14:15:46.378Z] Removing intermediate container 03a918a4729a [2021-03-12T14:15:46.378Z] ---> b6a55577fed1 [2021-03-12T14:15:46.378Z] Step 6/22 : COPY go.mod . [2021-03-12T14:15:46.378Z] OK: 233 MiB in 51 packages [2021-03-12T14:15:46.681Z] ---> c3f3cfc2fb70 [2021-03-12T14:15:46.681Z] Step 7/23 : RUN go mod download [2021-03-12T14:15:47.001Z] ---> Running in 20ec36b57b65 [2021-03-12T14:15:48.351Z] ---> 41ee2f8b0554 [2021-03-12T14:15:48.351Z] Step 7/22 : RUN go mod download [2021-03-12T14:15:48.351Z] ---> Running in 4577e017e19a [2021-03-12T14:15:48.931Z] Removing intermediate container 7a2bccadd8af [2021-03-12T14:15:48.931Z] ---> ac19ea7c41fb [2021-03-12T14:15:48.931Z] Step 6/24 : COPY go.mod . [2021-03-12T14:15:50.435Z] Removing intermediate container a041b4162e73 [2021-03-12T14:15:50.435Z] ---> 31326c5ab4ca [2021-03-12T14:15:50.435Z] Step 6/26 : COPY go.mod . [2021-03-12T14:15:50.435Z] Removing intermediate container 944313fcda9c [2021-03-12T14:15:50.436Z] ---> f04e2ab51a67 [2021-03-12T14:15:50.436Z] Step 6/31 : COPY go.mod . [2021-03-12T14:15:51.551Z] ---> f429b200b391 [2021-03-12T14:15:51.551Z] Step 7/24 : RUN go mod download [2021-03-12T14:15:51.907Z] ---> Running in 605c0cdebc33 [2021-03-12T14:15:52.235Z] ---> 89d07ec7d4a9 [2021-03-12T14:15:52.235Z] Step 7/26 : RUN go mod download [2021-03-12T14:15:52.520Z] ---> Running in fc9cfdd25033 [2021-03-12T14:15:52.520Z] ---> f50ed11c59cd [2021-03-12T14:15:52.520Z] Step 7/31 : RUN go mod download [2021-03-12T14:15:52.812Z] ---> Running in 2e73c88d8f81 [2021-03-12T14:15:57.779Z] Removing intermediate container 4577e017e19a [2021-03-12T14:15:57.779Z] ---> 189f9e775e7c [2021-03-12T14:15:57.779Z] Step 8/22 : COPY . . [2021-03-12T14:15:57.779Z] Removing intermediate container 20ec36b57b65 [2021-03-12T14:15:57.779Z] ---> 390f075ea104 [2021-03-12T14:15:57.779Z] Step 8/23 : COPY . . [2021-03-12T14:15:58.682Z] Removing intermediate container 605c0cdebc33 [2021-03-12T14:15:58.682Z] ---> b90281c79e49 [2021-03-12T14:15:58.682Z] Step 8/24 : COPY . . [2021-03-12T14:15:58.989Z] Removing intermediate container fc9cfdd25033 [2021-03-12T14:15:58.989Z] ---> b74179dc86a7 [2021-03-12T14:15:58.989Z] Step 8/26 : COPY . . [2021-03-12T14:15:59.349Z] Removing intermediate container 2e73c88d8f81 [2021-03-12T14:15:59.349Z] ---> 950011ac26ba [2021-03-12T14:15:59.349Z] Step 8/31 : COPY . . [2021-03-12T14:19:27.297Z] ---> 570acdebc0c2 [2021-03-12T14:19:27.297Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-12T14:19:27.297Z] ---> 7096d244fa96 [2021-03-12T14:19:27.297Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-12T14:19:27.297Z] ---> 9211ab6a43ae [2021-03-12T14:19:27.297Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-12T14:19:27.297Z] ---> d2ac315346e4 [2021-03-12T14:19:27.297Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-12T14:19:27.297Z] ---> 3dc4a662a121 [2021-03-12T14:19:27.297Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-12T14:19:27.297Z] ---> Running in 93533d6cda22 [2021-03-12T14:19:27.297Z] ---> Running in 6a6191ae118c [2021-03-12T14:19:27.297Z] ---> Running in 26adc4e1de3b [2021-03-12T14:19:27.297Z] ---> Running in e242855c1453 [2021-03-12T14:19:27.297Z] ---> Running in 0ad4a2ebadc3 [2021-03-12T14:19:27.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-12T14:19:27.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-12T14:19:27.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-12T14:19:27.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-12T14:19:27.297Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-12T14:20:36.963Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-12T14:20:57.594Z] Removing intermediate container 0ad4a2ebadc3 [2021-03-12T14:20:57.594Z] ---> 012089d42f5e [2021-03-12T14:20:57.594Z] [2021-03-12T14:20:57.594Z] Step 10/31 : FROM alpine:3.12 [2021-03-12T14:20:57.594Z] 3.12: Pulling from library/alpine [2021-03-12T14:20:57.594Z] Removing intermediate container 93533d6cda22 [2021-03-12T14:20:57.594Z] ---> 6b8d4dc55725 [2021-03-12T14:20:57.594Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-12T14:20:58.488Z] ---> Running in f09e6bd887fa [2021-03-12T14:21:02.409Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-12T14:21:02.409Z] Status: Downloaded newer image for alpine:3.12 [2021-03-12T14:21:02.409Z] ---> 88dd2752d2ea [2021-03-12T14:21:02.409Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-12T14:21:04.313Z] ---> Running in 1b4dd149aa89 [2021-03-12T14:21:04.680Z] Removing intermediate container 6a6191ae118c [2021-03-12T14:21:04.680Z] ---> fec49908ac49 [2021-03-12T14:21:04.680Z] [2021-03-12T14:21:04.680Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T14:21:04.680Z] ---> 88dd2752d2ea [2021-03-12T14:21:04.680Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-12T14:21:04.969Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-12T14:21:05.871Z] ---> Running in 67cd3d5374fb [2021-03-12T14:21:07.350Z] Removing intermediate container 1b4dd149aa89 [2021-03-12T14:21:07.350Z] ---> e8945c5089ba [2021-03-12T14:21:07.350Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-12T14:21:08.407Z] ---> Running in 83b04f756517 [2021-03-12T14:21:09.031Z] Removing intermediate container e242855c1453 [2021-03-12T14:21:09.031Z] ---> 419a1627bc74 [2021-03-12T14:21:09.031Z] [2021-03-12T14:21:09.031Z] Step 10/24 : FROM alpine:3.12 [2021-03-12T14:21:09.031Z] ---> 88dd2752d2ea [2021-03-12T14:21:09.031Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-12T14:21:09.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:09.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:09.744Z] ---> Running in 24950b2dbfaf [2021-03-12T14:21:10.218Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-12T14:21:10.219Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-12T14:21:10.925Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:21:10.925Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T14:21:11.283Z] OK: 6 MiB in 16 packages [2021-03-12T14:21:11.283Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:11.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:11.908Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-12T14:21:11.908Z] (2/2) Installing su-exec (0.2-r1) [2021-03-12T14:21:11.908Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:21:11.908Z] OK: 6 MiB in 16 packages [2021-03-12T14:21:11.908Z] Removing intermediate container 26adc4e1de3b [2021-03-12T14:21:11.908Z] ---> d04bb852f724 [2021-03-12T14:21:11.908Z] [2021-03-12T14:21:11.908Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T14:21:11.908Z] ---> 88dd2752d2ea [2021-03-12T14:21:11.908Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T14:21:12.219Z] ---> Running in d326b2727b01 [2021-03-12T14:21:12.219Z] Removing intermediate container f09e6bd887fa [2021-03-12T14:21:12.219Z] ---> fa8fd7abaddd [2021-03-12T14:21:12.219Z] [2021-03-12T14:21:12.219Z] Step 11/26 : FROM docker:20.10.0 [2021-03-12T14:21:12.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:12.531Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:12.531Z] 20.10.0: Pulling from library/docker [2021-03-12T14:21:12.840Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-12T14:21:13.152Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T14:21:13.152Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-12T14:21:13.152Z] (4/5) Installing curl (7.69.1-r3) [2021-03-12T14:21:13.677Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-12T14:21:13.677Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:21:13.677Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T14:21:13.955Z] OK: 7 MiB in 19 packages [2021-03-12T14:21:15.103Z] Removing intermediate container 67cd3d5374fb [2021-03-12T14:21:15.103Z] ---> bde076637e85 [2021-03-12T14:21:15.103Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T14:21:16.195Z] ---> Running in e994927dbd53 [2021-03-12T14:21:16.537Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:17.046Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:17.046Z] Removing intermediate container 83b04f756517 [2021-03-12T14:21:17.046Z] ---> d3fd0fa556b7 [2021-03-12T14:21:17.046Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-12T14:21:17.395Z] ---> Running in 132736f54273 [2021-03-12T14:21:17.746Z] Removing intermediate container e994927dbd53 [2021-03-12T14:21:17.746Z] ---> 40c816a252bf [2021-03-12T14:21:17.746Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-12T14:21:17.746Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-12T14:21:17.746Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:21:17.746Z] OK: 6 MiB in 15 packages [2021-03-12T14:21:17.746Z] ---> Running in 18440543dae6 [2021-03-12T14:21:17.746Z] Removing intermediate container 24950b2dbfaf [2021-03-12T14:21:17.746Z] ---> 5b1661ee72f9 [2021-03-12T14:21:17.746Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T14:21:18.522Z] ---> Running in f4ae2bfd55bc [2021-03-12T14:21:18.844Z] Removing intermediate container 132736f54273 [2021-03-12T14:21:18.844Z] ---> 422241908fda [2021-03-12T14:21:18.844Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-12T14:21:19.164Z] Removing intermediate container 18440543dae6 [2021-03-12T14:21:19.164Z] ---> c3adb7576565 [2021-03-12T14:21:19.164Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T14:21:19.503Z] ---> Running in 7bcfc0475b8d [2021-03-12T14:21:19.503Z] ---> Running in c952d47fd8f1 [2021-03-12T14:21:19.877Z] Removing intermediate container f4ae2bfd55bc [2021-03-12T14:21:19.877Z] ---> 340a2c6ec3c6 [2021-03-12T14:21:19.877Z] Step 13/24 : WORKDIR / [2021-03-12T14:21:20.949Z] ---> Running in c65b8ea37089 [2021-03-12T14:21:20.949Z] Removing intermediate container d326b2727b01 [2021-03-12T14:21:20.949Z] ---> fb758bb65119 [2021-03-12T14:21:20.949Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T14:21:20.949Z] Removing intermediate container 7bcfc0475b8d [2021-03-12T14:21:20.949Z] ---> c6d4c34d1aac [2021-03-12T14:21:20.949Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:21:21.260Z] Removing intermediate container c952d47fd8f1 [2021-03-12T14:21:21.260Z] ---> fc6fde0420a1 [2021-03-12T14:21:21.260Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-12T14:21:21.567Z] ---> Running in 8eb97882832f [2021-03-12T14:21:22.335Z] ---> Running in 7d98d54f1ee2 [2021-03-12T14:21:22.335Z] Removing intermediate container c65b8ea37089 [2021-03-12T14:21:22.335Z] ---> 4948ee4d43b2 [2021-03-12T14:21:22.335Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-03-12T14:21:23.339Z] Removing intermediate container 8eb97882832f [2021-03-12T14:21:23.339Z] ---> 4a228a1643b7 [2021-03-12T14:21:23.339Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-12T14:21:23.686Z] ---> 1446a20b9ab4 [2021-03-12T14:21:23.686Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-12T14:21:23.686Z] ---> Running in a29e1e180521 [2021-03-12T14:21:24.351Z] ---> a106b12b0a16 [2021-03-12T14:21:24.351Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-03-12T14:21:24.714Z] Removing intermediate container a29e1e180521 [2021-03-12T14:21:24.714Z] ---> 43cd39394474 [2021-03-12T14:21:24.714Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T14:21:25.070Z] ---> Running in b98aa6fa68cd [2021-03-12T14:21:25.438Z] ---> 3de30e81b049 [2021-03-12T14:21:25.438Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-12T14:21:25.787Z] Removing intermediate container b98aa6fa68cd [2021-03-12T14:21:25.787Z] ---> bcbb8102e2d9 [2021-03-12T14:21:25.787Z] Step 15/23 : WORKDIR / [2021-03-12T14:21:26.148Z] ---> 15173251e431 [2021-03-12T14:21:26.148Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-12T14:21:26.589Z] ---> Running in 5b3c02e5f486 [2021-03-12T14:21:26.909Z] ---> 9a89d3dfba11 [2021-03-12T14:21:26.909Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-12T14:21:26.909Z] Removing intermediate container 7d98d54f1ee2 [2021-03-12T14:21:26.909Z] ---> 543eddb2e451 [2021-03-12T14:21:26.909Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-12T14:21:27.205Z] ---> 035a0b7747c8 [2021-03-12T14:21:27.205Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-12T14:21:27.205Z] Removing intermediate container 5b3c02e5f486 [2021-03-12T14:21:27.205Z] ---> 6e142e4369a5 [2021-03-12T14:21:27.205Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:21:27.594Z] ---> Running in 6a4793b73079 [2021-03-12T14:21:27.594Z] ---> Running in 1766183e2607 [2021-03-12T14:21:28.658Z] Removing intermediate container 1766183e2607 [2021-03-12T14:21:28.658Z] ---> e44459dd36ad [2021-03-12T14:21:28.658Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:21:28.945Z] Removing intermediate container 6a4793b73079 [2021-03-12T14:21:28.945Z] ---> 01e6f7c08bff [2021-03-12T14:21:28.945Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-12T14:21:29.372Z] ---> d1777e9744a4 [2021-03-12T14:21:29.372Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-12T14:21:29.372Z] ---> c9a3339825ef [2021-03-12T14:21:29.372Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-12T14:21:30.357Z] ---> Running in afed57d58f3a [2021-03-12T14:21:33.002Z] Removing intermediate container afed57d58f3a [2021-03-12T14:21:33.002Z] ---> 49522a0f886f [2021-03-12T14:21:33.002Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T14:21:33.802Z] ---> d81608fa61e4 [2021-03-12T14:21:33.802Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-12T14:21:34.587Z] ---> Running in fb102fee52ff [2021-03-12T14:21:34.587Z] ---> 511047b95e9f [2021-03-12T14:21:34.587Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-12T14:21:34.587Z] ---> Running in 61cd44076997 [2021-03-12T14:21:35.076Z] ---> eb43553e3c70 [2021-03-12T14:21:35.076Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-12T14:21:35.488Z] Removing intermediate container fb102fee52ff [2021-03-12T14:21:35.488Z] ---> f06f18f8479e [2021-03-12T14:21:35.488Z] Step 21/22 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:21:35.981Z] ---> Running in 69dfa2b85b2e [2021-03-12T14:21:35.981Z] ---> b6c4b04afd6d [2021-03-12T14:21:35.981Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-03-12T14:21:37.144Z] ---> Running in dfb168882f87 [2021-03-12T14:21:37.467Z] Removing intermediate container 69dfa2b85b2e [2021-03-12T14:21:37.467Z] ---> 7d9a39396c71 [2021-03-12T14:21:37.467Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T14:21:37.467Z] ---> b8ee975f57d7 [2021-03-12T14:21:37.467Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-12T14:21:38.756Z] ---> Running in dd61e31dc40f [2021-03-12T14:21:38.756Z] ---> Running in e7b2f1abc280 [2021-03-12T14:21:40.050Z] Removing intermediate container dd61e31dc40f [2021-03-12T14:21:40.050Z] ---> 8b7c35726655 [2021-03-12T14:21:40.050Z] [2021-03-12T14:21:40.433Z] Removing intermediate container e7b2f1abc280 [2021-03-12T14:21:40.433Z] ---> f69be7355647 [2021-03-12T14:21:40.433Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:21:41.310Z] ---> Running in d43882e1c27b [2021-03-12T14:21:42.969Z] Removing intermediate container 61cd44076997 [2021-03-12T14:21:42.969Z] ---> 7e59e7252fd6 [2021-03-12T14:21:42.969Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:21:44.259Z] Removing intermediate container d43882e1c27b [2021-03-12T14:21:44.259Z] ---> b147501a7ec0 [2021-03-12T14:21:44.259Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T14:21:44.259Z] Successfully built 8b7c35726655 [2021-03-12T14:21:44.259Z] Successfully tagged docker-support-notifications-go:latest [2021-03-12T14:21:44.259Z] Building docker-core-data-go [2021-03-12T14:21:45.725Z]  Building docker-support-notifications-go ... done  ---> Running in 729c40d9cae8 [2021-03-12T14:21:45.725Z] ---> bab2d8db3609 [2021-03-12T14:21:45.725Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-12T14:21:45.725Z] Removing intermediate container dfb168882f87 [2021-03-12T14:21:45.725Z] ---> bd514f378961 [2021-03-12T14:21:45.725Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-12T14:21:46.916Z] ---> Running in 0319adc6a4ae [2021-03-12T14:21:46.916Z] Removing intermediate container 729c40d9cae8 [2021-03-12T14:21:46.916Z] ---> 350e301575be [2021-03-12T14:21:46.916Z] Step 22/23 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:21:47.377Z] ---> Running in 13dea40481b9 [2021-03-12T14:21:47.377Z] Removing intermediate container 0319adc6a4ae [2021-03-12T14:21:47.377Z] ---> 8fc77f0bbb2b [2021-03-12T14:21:47.377Z] Step 22/24 : LABEL arch=x86_64 [2021-03-12T14:21:48.207Z] ---> Running in f27389935907 [2021-03-12T14:21:48.589Z] Removing intermediate container 13dea40481b9 [2021-03-12T14:21:48.589Z] ---> fa3a95e180e0 [2021-03-12T14:21:48.589Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T14:21:49.006Z] ---> 521e431b4af1 [2021-03-12T14:21:49.006Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-12T14:21:49.641Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-12T14:21:49.641Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-12T14:21:49.641Z] ---> aefe523efa57 [2021-03-12T14:21:49.641Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-12T14:21:49.641Z] ---> Running in 52e94659b6e4 [2021-03-12T14:21:51.781Z] Removing intermediate container f27389935907 [2021-03-12T14:21:51.782Z] ---> b9cb2fd69b18 [2021-03-12T14:21:51.782Z] Step 23/24 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:21:52.092Z] ---> Running in bc7b539e7657 [2021-03-12T14:21:52.408Z] ---> 13cebfc80d47 [2021-03-12T14:21:52.408Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-12T14:21:52.408Z] ---> Running in 7667e9698f2a [2021-03-12T14:21:53.419Z] Removing intermediate container 52e94659b6e4 [2021-03-12T14:21:53.419Z] ---> 908a155ba5a5 [2021-03-12T14:21:53.419Z] [2021-03-12T14:21:55.323Z] Successfully built 908a155ba5a5 [2021-03-12T14:21:55.323Z] Successfully tagged docker-core-metadata-go:latest [2021-03-12T14:21:55.323Z] Building docker-security-proxy-setup-go [2021-03-12T14:21:55.323Z]  Building docker-core-metadata-go ... done Removing intermediate container 7667e9698f2a [2021-03-12T14:21:55.323Z] ---> a7d497e8fb39 [2021-03-12T14:21:55.323Z] Step 24/24 : LABEL version=0.0.0 [2021-03-12T14:21:55.323Z] ---> Running in 7c926f637ab3 [2021-03-12T14:21:55.656Z] ---> 189bac0b69b1 [2021-03-12T14:21:55.656Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-12T14:21:56.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:56.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:21:57.224Z] (1/2) Installing readline (8.0.4-r0) [2021-03-12T14:21:57.224Z] (2/2) Installing bash (5.0.17-r0) [2021-03-12T14:21:57.518Z] Executing bash-5.0.17-r0.post-install [2021-03-12T14:21:57.519Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:21:57.519Z] OK: 12 MiB in 22 packages [2021-03-12T14:21:57.865Z] Removing intermediate container 7c926f637ab3 [2021-03-12T14:21:57.865Z] ---> 1bcb9f2ac3c5 [2021-03-12T14:21:57.865Z] [2021-03-12T14:22:00.080Z] ---> 696c5080b4c1 [2021-03-12T14:22:00.080Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-12T14:22:00.456Z] Successfully built 1bcb9f2ac3c5 [2021-03-12T14:22:00.890Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-12T14:22:00.890Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-03-12T14:22:03.055Z] ---> Running in 46527c8da0cc [2021-03-12T14:22:03.943Z] Removing intermediate container bc7b539e7657 [2021-03-12T14:22:03.943Z] ---> d5b5b03ad753 [2021-03-12T14:22:03.943Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-12T14:22:04.653Z] ---> Running in 305f59095af8 [2021-03-12T14:22:05.141Z] Removing intermediate container 46527c8da0cc [2021-03-12T14:22:05.141Z] ---> b0f59536b15f [2021-03-12T14:22:05.141Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-12T14:22:07.355Z] Removing intermediate container 305f59095af8 [2021-03-12T14:22:07.355Z] ---> 16de181beb7f [2021-03-12T14:22:07.355Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-12T14:22:08.089Z] ---> Running in 409b05a5b548 [2021-03-12T14:22:08.089Z] ---> 28f78ba4c5e0 [2021-03-12T14:22:08.089Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-12T14:22:11.120Z] ---> Running in c50770620524 [2021-03-12T14:22:11.120Z] Removing intermediate container 409b05a5b548 [2021-03-12T14:22:11.120Z] ---> ff917c2d848f [2021-03-12T14:22:11.120Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-12T14:22:13.240Z] ---> Running in cf1e7f9fc2b6 [2021-03-12T14:22:16.207Z] Removing intermediate container cf1e7f9fc2b6 [2021-03-12T14:22:16.207Z] ---> d712792f1915 [2021-03-12T14:22:16.207Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-12T14:22:19.816Z] ---> 6c0514f24de7 [2021-03-12T14:22:19.816Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-12T14:22:22.451Z] Removing intermediate container c50770620524 [2021-03-12T14:22:22.451Z] ---> 7acafe876284 [2021-03-12T14:22:22.451Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-12T14:22:23.697Z] ---> Running in 2190076c0565 [2021-03-12T14:22:24.558Z] ---> b0eb7190a0c6 [2021-03-12T14:22:24.558Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-12T14:22:26.977Z] Removing intermediate container 2190076c0565 [2021-03-12T14:22:26.977Z] ---> ee4838932568 [2021-03-12T14:22:26.977Z] Step 28/31 : CMD ["gate"] [2021-03-12T14:22:28.653Z] ---> Running in ce717388a7b4 [2021-03-12T14:22:29.314Z] ---> 9e7795d4b07b [2021-03-12T14:22:29.314Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-12T14:22:30.151Z] ---> Running in 609ec074e840 [2021-03-12T14:22:30.464Z] Removing intermediate container ce717388a7b4 [2021-03-12T14:22:30.464Z] ---> 6b76bfe0c367 [2021-03-12T14:22:30.464Z] Step 29/31 : LABEL arch=x86_64 [2021-03-12T14:22:30.898Z] ---> Running in 64ec25f80bf3 [2021-03-12T14:22:32.778Z] Removing intermediate container 64ec25f80bf3 [2021-03-12T14:22:32.778Z] ---> ff96d511be22 [2021-03-12T14:22:32.778Z] Step 30/31 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:22:32.778Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:22:33.756Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:22:34.520Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-12T14:22:34.520Z] (2/33) Installing expat (2.2.9-r1) [2021-03-12T14:22:34.520Z] (3/33) Installing libffi (3.3-r2) [2021-03-12T14:22:34.520Z] (4/33) Installing gdbm (1.13-r1) [2021-03-12T14:22:34.520Z] ---> Running in 93148574311c [2021-03-12T14:22:35.063Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-12T14:22:35.063Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-12T14:22:35.063Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-12T14:22:39.459Z] Removing intermediate container 93148574311c [2021-03-12T14:22:39.460Z] ---> a772153ac66a [2021-03-12T14:22:39.460Z] Step 31/31 : LABEL version=0.0.0 [2021-03-12T14:22:46.314Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-12T14:22:46.314Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-12T14:22:46.314Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-12T14:22:46.314Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-12T14:22:46.314Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-12T14:22:46.314Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-12T14:22:46.314Z] ---> Running in 3e3769598dd0 [2021-03-12T14:22:46.314Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-12T14:22:46.314Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-12T14:22:46.642Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-12T14:22:46.642Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-12T14:22:47.851Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-12T14:22:47.852Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-12T14:22:47.852Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-12T14:22:47.852Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-12T14:22:47.852Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-12T14:22:47.852Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-12T14:22:49.894Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-12T14:22:49.894Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-12T14:22:49.894Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-12T14:22:50.217Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-12T14:22:50.217Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-12T14:22:50.217Z] Removing intermediate container 3e3769598dd0 [2021-03-12T14:22:50.218Z] ---> 915173d2c105 [2021-03-12T14:22:50.218Z] [2021-03-12T14:22:50.218Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-12T14:22:50.218Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-12T14:22:50.714Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-12T14:22:50.714Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-12T14:22:50.714Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-12T14:22:52.303Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:22:52.303Z] OK: 71 MiB in 55 packages [2021-03-12T14:22:58.150Z] Successfully built 915173d2c105 [2021-03-12T14:22:58.150Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-12T14:22:58.150Z] Building docker-support-scheduler-go [2021-03-12T14:23:21.700Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:23:21.700Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:23:21.700Z] ---> 7d92bae1ca46 [2021-03-12T14:23:21.700Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T14:23:21.700Z] ---> Using cache [2021-03-12T14:23:21.700Z] ---> c9afa5b20162 [2021-03-12T14:23:21.700Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:23:21.700Z] ---> Using cache [2021-03-12T14:23:21.700Z] ---> 3d20369c265b [2021-03-12T14:23:21.700Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-12T14:23:23.579Z] ---> Running in 67a49723e8b7 [2021-03-12T14:23:23.941Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:23:23.941Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:23:23.941Z] ---> 7d92bae1ca46 [2021-03-12T14:23:23.941Z] Step 3/21 : WORKDIR /edgex-go [2021-03-12T14:23:23.941Z] ---> Using cache [2021-03-12T14:23:23.941Z] ---> c9afa5b20162 [2021-03-12T14:23:23.941Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:23:23.941Z] ---> Using cache [2021-03-12T14:23:23.941Z] ---> 3d20369c265b [2021-03-12T14:23:23.941Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-12T14:23:23.941Z] ---> Using cache [2021-03-12T14:23:23.941Z] ---> f04e2ab51a67 [2021-03-12T14:23:23.941Z] Step 6/21 : COPY go.mod . [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> f50ed11c59cd [2021-03-12T14:23:24.397Z] Step 7/21 : RUN go mod download [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> 950011ac26ba [2021-03-12T14:23:24.397Z] Step 8/21 : COPY . . [2021-03-12T14:23:24.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:23:24.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:23:24.397Z] ---> 7d92bae1ca46 [2021-03-12T14:23:24.397Z] Step 3/23 : WORKDIR /edgex-go [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> c9afa5b20162 [2021-03-12T14:23:24.397Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> 3d20369c265b [2021-03-12T14:23:24.397Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> f04e2ab51a67 [2021-03-12T14:23:24.397Z] Step 6/23 : COPY go.mod . [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> f50ed11c59cd [2021-03-12T14:23:24.397Z] Step 7/23 : RUN go mod download [2021-03-12T14:23:24.397Z] ---> Using cache [2021-03-12T14:23:24.397Z] ---> 950011ac26ba [2021-03-12T14:23:24.397Z] Step 8/23 : COPY . . [2021-03-12T14:23:24.723Z] ---> Using cache [2021-03-12T14:23:24.723Z] ---> 9211ab6a43ae [2021-03-12T14:23:24.723Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-12T14:23:24.723Z] ---> Using cache [2021-03-12T14:23:24.723Z] ---> 9211ab6a43ae [2021-03-12T14:23:24.723Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-12T14:23:27.795Z] ---> Running in cee23c0f71b2 [2021-03-12T14:23:28.147Z] ---> Running in 032873dd4604 [2021-03-12T14:23:32.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-12T14:23:32.117Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-12T14:23:32.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:23:33.238Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:23:34.471Z] OK: 233 MiB in 51 packages [2021-03-12T14:23:45.786Z] Removing intermediate container 67a49723e8b7 [2021-03-12T14:23:45.786Z] ---> 461d11fdb43a [2021-03-12T14:23:45.786Z] Step 6/23 : COPY go.mod . [2021-03-12T14:23:47.091Z] ---> 924b7df61512 [2021-03-12T14:23:47.091Z] Step 7/23 : RUN go mod download [2021-03-12T14:23:48.268Z] ---> Running in a25c65849603 [2021-03-12T14:24:07.669Z] Removing intermediate container a25c65849603 [2021-03-12T14:24:07.669Z] ---> fa92927fc78d [2021-03-12T14:24:07.669Z] Step 8/23 : COPY . . [2021-03-12T14:24:29.049Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-12T14:24:29.049Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-12T14:24:29.049Z] ---> 7d92bae1ca46 [2021-03-12T14:24:29.049Z] Step 3/22 : WORKDIR /edgex-go [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> c9afa5b20162 [2021-03-12T14:24:29.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> 3d20369c265b [2021-03-12T14:24:29.049Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> f04e2ab51a67 [2021-03-12T14:24:29.049Z] Step 6/22 : COPY go.mod . [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> f50ed11c59cd [2021-03-12T14:24:29.049Z] Step 7/22 : RUN go mod download [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> 950011ac26ba [2021-03-12T14:24:29.049Z] Step 8/22 : COPY . . [2021-03-12T14:24:29.049Z] ---> Using cache [2021-03-12T14:24:29.049Z] ---> 9211ab6a43ae [2021-03-12T14:24:29.049Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-12T14:24:32.939Z] ---> Running in f38aca7f0c2c [2021-03-12T14:24:39.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-12T14:24:55.681Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-12T14:25:12.351Z] Removing intermediate container 609ec074e840 [2021-03-12T14:25:12.351Z] ---> 84c28aa73923 [2021-03-12T14:25:12.351Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-12T14:25:16.867Z] ---> Running in f4ae67504f52 [2021-03-12T14:25:18.847Z] Removing intermediate container cee23c0f71b2 [2021-03-12T14:25:18.847Z] ---> a7990bde1c55 [2021-03-12T14:25:18.847Z] [2021-03-12T14:25:18.847Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T14:25:18.847Z] ---> 88dd2752d2ea [2021-03-12T14:25:18.847Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-12T14:25:18.847Z] ---> Using cache [2021-03-12T14:25:18.847Z] ---> fb758bb65119 [2021-03-12T14:25:18.847Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T14:25:19.200Z] ---> Using cache [2021-03-12T14:25:19.200Z] ---> 4a228a1643b7 [2021-03-12T14:25:19.200Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-12T14:25:20.899Z] ---> Running in a2e77c90a460 [2021-03-12T14:25:23.202Z] Removing intermediate container a2e77c90a460 [2021-03-12T14:25:23.202Z] ---> 5ab74631ba48 [2021-03-12T14:25:23.202Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-12T14:25:23.884Z] ---> Running in e426ebbcc41a [2021-03-12T14:25:24.162Z] Removing intermediate container 032873dd4604 [2021-03-12T14:25:24.162Z] ---> 354c4956bff3 [2021-03-12T14:25:24.162Z] [2021-03-12T14:25:24.162Z] Step 10/21 : FROM alpine:3.12 [2021-03-12T14:25:24.162Z] ---> 88dd2752d2ea [2021-03-12T14:25:24.162Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-12T14:25:29.621Z] ---> Running in 7496ca0ca744 [2021-03-12T14:25:30.487Z] Removing intermediate container e426ebbcc41a [2021-03-12T14:25:30.487Z] ---> 671c5e243d48 [2021-03-12T14:25:30.487Z] Step 15/23 : WORKDIR / [2021-03-12T14:25:35.138Z] ---> Running in 9ac1012c213f [2021-03-12T14:25:38.049Z] Removing intermediate container 9ac1012c213f [2021-03-12T14:25:38.049Z] ---> 5205be675310 [2021-03-12T14:25:38.049Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:25:38.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:25:38.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:25:39.607Z] ---> bf09680ed9a7 [2021-03-12T14:25:39.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-12T14:25:40.058Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-12T14:25:40.058Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T14:25:40.058Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-12T14:25:40.058Z] (4/4) Installing curl (7.69.1-r3) [2021-03-12T14:25:40.058Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:25:40.416Z] Executing ca-certificates-20191127-r4.trigger [2021-03-12T14:25:40.416Z] OK: 7 MiB in 18 packages [2021-03-12T14:25:44.652Z] ---> 03da31d8ad2c [2021-03-12T14:25:44.652Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-12T14:25:49.773Z] ---> 70d273f142fe [2021-03-12T14:25:49.773Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-12T14:25:49.773Z] Removing intermediate container 7496ca0ca744 [2021-03-12T14:25:49.773Z] ---> ec8d43bc3621 [2021-03-12T14:25:49.773Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-12T14:25:50.433Z] ---> Running in 314c61746d5f [2021-03-12T14:25:50.756Z] ---> Running in 0f85b1317576 [2021-03-12T14:25:53.580Z] Removing intermediate container 314c61746d5f [2021-03-12T14:25:53.580Z] ---> 90516d7b9600 [2021-03-12T14:25:53.580Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:25:53.580Z] Removing intermediate container 0f85b1317576 [2021-03-12T14:25:53.580Z] ---> ac67af89d78b [2021-03-12T14:25:53.580Z] Step 13/21 : WORKDIR /edgex [2021-03-12T14:25:54.679Z] ---> Running in eafeb82acf40 [2021-03-12T14:25:54.679Z] ---> Running in 6b2266ee517a [2021-03-12T14:25:55.052Z] Collecting docker-compose==1.23.2 [2021-03-12T14:25:55.413Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-12T14:25:57.330Z] Collecting docopt<0.7,>=0.6.1 [2021-03-12T14:25:57.330Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-12T14:25:57.609Z] Removing intermediate container 6b2266ee517a [2021-03-12T14:25:57.609Z] ---> d4c8aebc4c9f [2021-03-12T14:25:57.609Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T14:25:57.609Z] Removing intermediate container eafeb82acf40 [2021-03-12T14:25:57.609Z] ---> 6ec659fb6b77 [2021-03-12T14:25:57.609Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-12T14:25:57.917Z] ---> Running in 78315fbc87bc [2021-03-12T14:25:58.613Z] Removing intermediate container f38aca7f0c2c [2021-03-12T14:25:58.613Z] ---> a98adb9e059e [2021-03-12T14:25:58.613Z] [2021-03-12T14:25:58.613Z] Step 10/22 : FROM alpine:3.12 [2021-03-12T14:25:58.614Z] ---> 88dd2752d2ea [2021-03-12T14:25:58.614Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-12T14:25:58.614Z] ---> Using cache [2021-03-12T14:25:58.614Z] ---> fb758bb65119 [2021-03-12T14:25:58.614Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-12T14:25:58.614Z] ---> Using cache [2021-03-12T14:25:58.614Z] ---> 4a228a1643b7 [2021-03-12T14:25:58.614Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-12T14:25:58.897Z] ---> Running in 07f27dbb62db [2021-03-12T14:25:59.232Z] ---> 3baff667a2cb [2021-03-12T14:25:59.233Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-12T14:25:59.233Z] Removing intermediate container 78315fbc87bc [2021-03-12T14:25:59.233Z] ---> 72210e7fde3e [2021-03-12T14:25:59.233Z] Step 22/23 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:26:00.043Z] ---> Running in 207b549bcfb8 [2021-03-12T14:26:00.374Z] Removing intermediate container 07f27dbb62db [2021-03-12T14:26:00.374Z] ---> 783c0c2c13e0 [2021-03-12T14:26:00.374Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-12T14:26:00.703Z] ---> Running in 121823b0500c [2021-03-12T14:26:01.839Z] Collecting texttable<0.10,>=0.9.0 [2021-03-12T14:26:01.839Z] Removing intermediate container 207b549bcfb8 [2021-03-12T14:26:01.839Z] ---> 1a5e4a4bbb9f [2021-03-12T14:26:01.839Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T14:26:01.839Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-12T14:26:01.839Z] ---> 13ca25156679 [2021-03-12T14:26:01.839Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-12T14:26:02.688Z] ---> Running in 11d7f618f2da [2021-03-12T14:26:02.688Z] ---> Running in e6baf664b585 [2021-03-12T14:26:02.688Z] ---> eaff32fe4a67 [2021-03-12T14:26:02.688Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-12T14:26:02.688Z] Removing intermediate container 121823b0500c [2021-03-12T14:26:02.688Z] ---> b9346e1e439d [2021-03-12T14:26:02.688Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:26:03.464Z] Collecting jsonschema<3,>=2.5.1 [2021-03-12T14:26:03.464Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-12T14:26:03.464Z] Removing intermediate container 11d7f618f2da [2021-03-12T14:26:03.464Z] ---> 8d33dfb4bcdf [2021-03-12T14:26:03.464Z] [2021-03-12T14:26:03.993Z] Collecting PyYAML<4,>=3.10 [2021-03-12T14:26:03.993Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-12T14:26:05.130Z] Successfully built 8d33dfb4bcdf [2021-03-12T14:26:05.130Z] ---> 1056fd8199d8 [2021-03-12T14:26:05.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-12T14:26:05.130Z] Successfully tagged docker-core-command-go:latest [2021-03-12T14:26:05.560Z]  Building docker-core-command-go ... done CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-12T14:26:06.077Z] ---> 07d793f89258 [2021-03-12T14:26:06.077Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-12T14:26:06.938Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-12T14:26:06.939Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-12T14:26:06.939Z] ---> Running in 1464b03fc6d3 [2021-03-12T14:26:07.232Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-03-12T14:26:07.529Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-12T14:26:07.529Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-12T14:26:09.147Z] ---> 64c617815416 [2021-03-12T14:26:09.147Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-12T14:26:09.559Z] Collecting cached-property<2,>=1.2.0 [2021-03-12T14:26:09.559Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-12T14:26:09.903Z] Removing intermediate container 1464b03fc6d3 [2021-03-12T14:26:09.903Z] ---> e1a6ef459a26 [2021-03-12T14:26:09.903Z] Step 18/21 : CMD ["--init=true"] [2021-03-12T14:26:10.402Z] Collecting docker<4.0,>=3.6.0 [2021-03-12T14:26:10.402Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-12T14:26:11.104Z] ---> Running in b58e72d59303 [2021-03-12T14:26:11.539Z] ---> acf77d660927 [2021-03-12T14:26:11.539Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-12T14:26:12.150Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-12T14:26:12.150Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-12T14:26:12.150Z] ---> Running in ce89d32b1951 [2021-03-12T14:26:12.150Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-03-12T14:26:12.150Z] Removing intermediate container b58e72d59303 [2021-03-12T14:26:12.150Z] ---> 6d303702f204 [2021-03-12T14:26:12.150Z] Step 19/21 : LABEL arch=x86_64 [2021-03-12T14:26:12.150Z] Collecting idna<2.8,>=2.5 [2021-03-12T14:26:12.151Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-12T14:26:12.462Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-03-12T14:26:12.462Z] ---> Running in 162c8e0a5863 [2021-03-12T14:26:12.768Z] Removing intermediate container ce89d32b1951 [2021-03-12T14:26:12.768Z] ---> 7a0daffa204c [2021-03-12T14:26:12.768Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:26:13.080Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-12T14:26:13.489Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-12T14:26:13.489Z] ---> Running in fca919c307a8 [2021-03-12T14:26:14.185Z] Collecting docker-pycreds>=0.4.0 [2021-03-12T14:26:14.185Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-12T14:26:14.185Z] Removing intermediate container 162c8e0a5863 [2021-03-12T14:26:14.185Z] ---> 770f2316a292 [2021-03-12T14:26:14.185Z] Step 20/21 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:26:14.185Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-12T14:26:14.185Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-12T14:26:14.186Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-12T14:26:14.186Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-12T14:26:14.837Z] Removing intermediate container fca919c307a8 [2021-03-12T14:26:14.837Z] ---> 757bc69c377b [2021-03-12T14:26:14.837Z] Step 20/22 : LABEL arch=x86_64 [2021-03-12T14:26:14.837Z] ---> Running in 5197ed0fee7a [2021-03-12T14:26:14.837Z] Installing collected packages: docopt, texttable, jsonschema, PyYAML, idna, urllib3, requests, dockerpty, cached-property, websocket-client, docker-pycreds, docker, docker-compose [2021-03-12T14:26:14.837Z] Running setup.py install for docopt: started [2021-03-12T14:26:15.120Z] ---> Running in a31b7d84fba0 [2021-03-12T14:26:15.120Z] Removing intermediate container 5197ed0fee7a [2021-03-12T14:26:15.120Z] ---> 97a52e855582 [2021-03-12T14:26:15.120Z] Step 21/21 : LABEL version=0.0.0 [2021-03-12T14:26:15.759Z] ---> Running in 88867fa57911 [2021-03-12T14:26:15.759Z] Removing intermediate container a31b7d84fba0 [2021-03-12T14:26:15.759Z] ---> 794b8a96d049 [2021-03-12T14:26:15.759Z] Step 21/22 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:26:16.059Z] Running setup.py install for docopt: finished with status 'done' [2021-03-12T14:26:16.059Z] Running setup.py install for texttable: started [2021-03-12T14:26:16.687Z] ---> Running in fc79f1d5711d [2021-03-12T14:26:16.992Z] Removing intermediate container 88867fa57911 [2021-03-12T14:26:16.992Z] ---> 5f12d912bad1 [2021-03-12T14:26:16.992Z] [2021-03-12T14:26:16.992Z] Running setup.py install for texttable: finished with status 'done' [2021-03-12T14:26:17.988Z] Removing intermediate container fc79f1d5711d [2021-03-12T14:26:17.988Z] ---> f100e462761a [2021-03-12T14:26:17.988Z] Step 22/22 : LABEL version=0.0.0 [2021-03-12T14:26:18.339Z] Successfully built 5f12d912bad1 [2021-03-12T14:26:18.339Z] Running setup.py install for PyYAML: started [2021-03-12T14:26:18.632Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-12T14:26:18.632Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 5ac7d440eec9 [2021-03-12T14:26:19.307Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-12T14:26:19.307Z] Attempting uninstall: idna [2021-03-12T14:26:19.307Z] Found existing installation: idna 2.9 [2021-03-12T14:26:19.307Z] Uninstalling idna-2.9: [2021-03-12T14:26:19.674Z] Removing intermediate container 5ac7d440eec9 [2021-03-12T14:26:19.674Z] ---> f16a80773d40 [2021-03-12T14:26:19.674Z] [2021-03-12T14:26:19.674Z] Successfully uninstalled idna-2.9 [2021-03-12T14:26:20.206Z] Successfully built f16a80773d40 [2021-03-12T14:26:20.968Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-12T14:26:20.968Z]  Building docker-support-scheduler-go ... done  Attempting uninstall: urllib3 [2021-03-12T14:26:20.968Z] Found existing installation: urllib3 1.25.9 [2021-03-12T14:26:20.968Z] Uninstalling urllib3-1.25.9: [2021-03-12T14:26:21.292Z] Successfully uninstalled urllib3-1.25.9 [2021-03-12T14:26:22.013Z] Attempting uninstall: requests [2021-03-12T14:26:22.013Z] Found existing installation: requests 2.23.0 [2021-03-12T14:26:22.013Z] Uninstalling requests-2.23.0: [2021-03-12T14:26:22.013Z] Successfully uninstalled requests-2.23.0 [2021-03-12T14:26:22.671Z] Running setup.py install for dockerpty: started [2021-03-12T14:26:24.135Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-12T14:26:26.788Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 [2021-03-12T14:26:38.362Z] Removing intermediate container f4ae67504f52 [2021-03-12T14:26:38.362Z] ---> a7cf90bee831 [2021-03-12T14:26:38.362Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-12T14:26:38.362Z] ---> Running in c1c204fedac2 [2021-03-12T14:26:40.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:26:40.728Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:26:41.062Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-12T14:26:41.062Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-12T14:26:41.062Z] (3/3) Installing curl (7.69.1-r3) [2021-03-12T14:26:41.062Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:26:41.062Z] OK: 72 MiB in 58 packages [2021-03-12T14:26:44.425Z] Removing intermediate container c1c204fedac2 [2021-03-12T14:26:44.425Z] ---> ca6dcf6a0002 [2021-03-12T14:26:44.425Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-12T14:26:44.799Z] ---> Running in f572153f5a9e [2021-03-12T14:26:47.271Z] Removing intermediate container f572153f5a9e [2021-03-12T14:26:47.271Z] ---> 0baec2de77c9 [2021-03-12T14:26:47.271Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:26:47.749Z] ---> Running in 4c96616a1078 [2021-03-12T14:26:49.043Z] Removing intermediate container 4c96616a1078 [2021-03-12T14:26:49.043Z] ---> dc5701372dd3 [2021-03-12T14:26:49.043Z] Step 24/26 : LABEL arch=x86_64 [2021-03-12T14:26:49.941Z] ---> Running in e23a0f3d7856 [2021-03-12T14:26:50.707Z] Removing intermediate container e23a0f3d7856 [2021-03-12T14:26:50.707Z] ---> cc4457098a86 [2021-03-12T14:26:50.707Z] Step 25/26 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:26:51.070Z] ---> Running in 6627a472f81e [2021-03-12T14:26:51.836Z] Removing intermediate container 6627a472f81e [2021-03-12T14:26:51.836Z] ---> 27148007e1aa [2021-03-12T14:26:51.836Z] Step 26/26 : LABEL version=0.0.0 [2021-03-12T14:26:53.751Z] ---> Running in 28a302baf21e [2021-03-12T14:26:54.235Z] Removing intermediate container 28a302baf21e [2021-03-12T14:26:54.235Z] ---> a3d8ac7581a4 [2021-03-12T14:26:54.235Z] [2021-03-12T14:26:55.406Z] Successfully built a3d8ac7581a4 [2021-03-12T14:26:55.692Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-12T14:27:11.418Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e6baf664b585 [2021-03-12T14:27:11.418Z] ---> c85eb41f87d9 [2021-03-12T14:27:11.418Z] [2021-03-12T14:27:11.418Z] Step 10/23 : FROM alpine:3.12 [2021-03-12T14:27:11.418Z] ---> 88dd2752d2ea [2021-03-12T14:27:11.418Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-12T14:27:11.418Z] ---> Running in a2696ed52489 [2021-03-12T14:27:11.418Z] Removing intermediate container a2696ed52489 [2021-03-12T14:27:11.418Z] ---> 18be640b06a8 [2021-03-12T14:27:11.418Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-12T14:27:11.418Z] ---> Running in 3fb2ed565df6 [2021-03-12T14:27:11.698Z] Removing intermediate container 3fb2ed565df6 [2021-03-12T14:27:11.698Z] ---> da79f20af9d1 [2021-03-12T14:27:11.698Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-12T14:27:12.005Z] ---> Running in 22f67abd761f [2021-03-12T14:27:12.309Z] Removing intermediate container 22f67abd761f [2021-03-12T14:27:12.309Z] ---> 998716424b25 [2021-03-12T14:27:12.309Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-12T14:27:12.627Z] ---> Running in e65fc18c59cf [2021-03-12T14:27:16.536Z] Removing intermediate container e65fc18c59cf [2021-03-12T14:27:16.536Z] ---> 02926e213256 [2021-03-12T14:27:16.536Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-12T14:27:16.536Z] ---> Running in f82db18294e3 [2021-03-12T14:27:18.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-12T14:27:19.138Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-12T14:27:19.746Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-12T14:27:19.746Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-12T14:27:19.746Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-12T14:27:19.746Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-12T14:27:20.025Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-12T14:27:20.314Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-12T14:27:20.314Z] Executing busybox-1.31.1-r19.trigger [2021-03-12T14:27:20.314Z] OK: 8 MiB in 20 packages [2021-03-12T14:27:23.317Z] Removing intermediate container f82db18294e3 [2021-03-12T14:27:23.317Z] ---> 568674bd81c1 [2021-03-12T14:27:23.317Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-12T14:27:24.392Z] ---> 2942626bc042 [2021-03-12T14:27:24.392Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-12T14:27:26.660Z] ---> 32362975c8a4 [2021-03-12T14:27:26.660Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-12T14:27:27.308Z] ---> c445ddbce392 [2021-03-12T14:27:27.308Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-12T14:27:27.885Z] ---> Running in f10a0f70555a [2021-03-12T14:27:30.426Z] Removing intermediate container f10a0f70555a [2021-03-12T14:27:30.427Z] ---> 61f19c921fde [2021-03-12T14:27:30.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-12T14:27:31.156Z] ---> Running in 0eba5b0b46a3 [2021-03-12T14:27:32.735Z] Removing intermediate container 0eba5b0b46a3 [2021-03-12T14:27:32.735Z] ---> a629c629a0c5 [2021-03-12T14:27:32.735Z] Step 21/23 : LABEL arch=x86_64 [2021-03-12T14:27:33.004Z] ---> Running in 08ef62f76fb7 [2021-03-12T14:27:33.271Z] Removing intermediate container 08ef62f76fb7 [2021-03-12T14:27:33.271Z] ---> 6924fb887463 [2021-03-12T14:27:33.271Z] Step 22/23 : LABEL git_sha=5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [2021-03-12T14:27:33.271Z] ---> Running in 8b200ba057b4 [2021-03-12T14:27:33.548Z] Removing intermediate container 8b200ba057b4 [2021-03-12T14:27:33.548Z] ---> 3b4ba0e53a56 [2021-03-12T14:27:33.548Z] Step 23/23 : LABEL version=0.0.0 [2021-03-12T14:27:33.548Z] ---> Running in a696d66eb9c3 [2021-03-12T14:27:34.145Z] Removing intermediate container a696d66eb9c3 [2021-03-12T14:27:34.145Z] ---> 8673e7207ff2 [2021-03-12T14:27:34.145Z] [2021-03-12T14:27:34.145Z] Successfully built 8673e7207ff2 [2021-03-12T14:27:34.440Z] Successfully tagged docker-core-data-go:latest [2021-03-12T14:27:35.085Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-03-12T14:27:35.100Z] $ docker stop --time=1 00e982a5c41f3433d4548021b426f1e934f2a29cc0066abe0ebace0d8a604af5 [2021-03-12T14:27:40.569Z] $ docker rm -f 00e982a5c41f3433d4548021b426f1e934f2a29cc0066abe0ebace0d8a604af5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-12T14:27:41.418Z] + docker images [2021-03-12T14:27:41.418Z] + grep docker [2021-03-12T14:27:43.809Z] docker-core-data-go latest 8673e7207ff2 10 seconds ago 22.6MB [2021-03-12T14:27:43.809Z] docker-sys-mgmt-agent-go latest a3d8ac7581a4 49 seconds ago 313MB [2021-03-12T14:27:43.809Z] docker-support-scheduler-go latest f16a80773d40 About a minute ago 17.3MB [2021-03-12T14:27:43.809Z] docker-security-proxy-setup-go latest 5f12d912bad1 About a minute ago 24.7MB [2021-03-12T14:27:43.809Z] docker-core-command-go latest 8d33dfb4bcdf About a minute ago 17.2MB [2021-03-12T14:27:43.809Z] docker-security-bootstrapper-go latest 915173d2c105 4 minutes ago 18.7MB [2021-03-12T14:27:43.809Z] docker-security-secretstore-setup-go latest 1bcb9f2ac3c5 5 minutes ago 24.9MB [2021-03-12T14:27:43.809Z] docker-core-metadata-go latest 908a155ba5a5 5 minutes ago 19MB [2021-03-12T14:27:43.809Z] docker-support-notifications-go latest 8b7c35726655 6 minutes ago 17.8MB [2021-03-12T14:27:43.809Z] docker 20.10.0 aefe523efa57 3 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-12T14:27:59.826Z] Still waiting to schedule task [2021-03-12T14:27:59.827Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-12T14:28:48.424Z] Running on prd-ubuntu18.04-docker-8c-8g-29648 in /w/workspace/edgexfoundry_edgex-go_PR-3250 [Pipeline] { [Pipeline] ws [2021-03-12T14:28:48.496Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-03-12T14:28:52.506Z] using credential edgex-jenkins-ssh [2021-03-12T14:28:52.565Z] Cloning the remote Git repository [2021-03-12T14:28:52.602Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:28:52.669Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-03-12T14:28:52.699Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:28:52.699Z] > git --version # timeout=10 [2021-03-12T14:28:52.707Z] > git --version # 'git version 2.17.1' [2021-03-12T14:28:52.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T14:28:52.754Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T14:28:59.309Z] Merging remotes/origin/master commit 3a622268bb16cc6f060a937717ebd043e18486e3 into PR head commit 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-03-12T14:28:58.630Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T14:28:58.636Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-12T14:28:58.645Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-12T14:28:58.658Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-12T14:28:58.658Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-12T14:28:58.662Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3250/head:refs/remotes/origin/PR-3250 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-12T14:28:59.316Z] > git config core.sparsecheckout # timeout=10 [2021-03-12T14:28:59.324Z] > git checkout -f 5e0d5bdafb40ac1f8f9af0fd8905577ca69368ce # timeout=10 [Pipeline] // stage [Pipeline] } [2021-03-12T14:29:00.051Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:29:02.606Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:29:05.241Z] ---> package-listing.sh [2021-03-12T14:29:05.241Z] ++ facter osfamily [2021-03-12T14:29:05.241Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-12T14:29:05.923Z] + OS_FAMILY=redhat [2021-03-12T14:29:05.923Z] + workspace=/w/workspace/edgex-go/12 [2021-03-12T14:29:05.923Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-12T14:29:05.923Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-12T14:29:05.923Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-12T14:29:05.923Z] + PACKAGES=/tmp/packages_start.txt [2021-03-12T14:29:05.923Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-12T14:29:05.923Z] + PACKAGES=/tmp/packages_end.txt [2021-03-12T14:29:05.923Z] + case "${OS_FAMILY}" in [2021-03-12T14:29:05.923Z] + rpm -qa [2021-03-12T14:29:05.923Z] + sort [2021-03-12T14:29:30.325Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-12T14:29:30.325Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-12T14:29:30.325Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-12T14:29:30.325Z] + '[' /w/workspace/edgex-go/12 ']' [2021-03-12T14:29:30.325Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-03-12T14:29:30.326Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-03-12T14:29:30.388Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-12T14:29:30.859Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:29:32.745Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T14:29:34.417Z] [2021-03-12T14:29:34.417Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-12T14:29:35.650Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T14:29:35.650Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-12T14:29:36.198Z] df20fa9351a1: Pulling fs layer [2021-03-12T14:29:36.198Z] 36b3adc4ff6f: Pulling fs layer [2021-03-12T14:29:36.198Z] 8ad3a11d3b57: Pulling fs layer [2021-03-12T14:29:36.198Z] 46f8f816bc3b: Pulling fs layer [2021-03-12T14:29:36.198Z] 93b61091891f: Pulling fs layer [2021-03-12T14:29:36.198Z] 93b9cdb0e59b: Pulling fs layer [2021-03-12T14:29:36.198Z] 5e14af77c1be: Pulling fs layer [2021-03-12T14:29:36.198Z] 01666e4c0597: Pulling fs layer [2021-03-12T14:29:36.198Z] aa168da1d23b: Pulling fs layer [2021-03-12T14:29:36.198Z] 46f8f816bc3b: Waiting [2021-03-12T14:29:36.198Z] 93b61091891f: Waiting [2021-03-12T14:29:36.198Z] 93b9cdb0e59b: Waiting [2021-03-12T14:29:36.198Z] 5e14af77c1be: Waiting [2021-03-12T14:29:36.198Z] aa168da1d23b: Waiting [2021-03-12T14:29:36.198Z] 01666e4c0597: Waiting [2021-03-12T14:29:36.198Z] 36b3adc4ff6f: Verifying Checksum [2021-03-12T14:29:36.198Z] 36b3adc4ff6f: Download complete [2021-03-12T14:29:36.198Z] 46f8f816bc3b: Verifying Checksum [2021-03-12T14:29:36.198Z] 46f8f816bc3b: Download complete [2021-03-12T14:29:36.198Z] df20fa9351a1: Verifying Checksum [2021-03-12T14:29:36.198Z] 93b9cdb0e59b: Verifying Checksum [2021-03-12T14:29:36.198Z] 93b9cdb0e59b: Download complete [2021-03-12T14:29:36.198Z] 5e14af77c1be: Verifying Checksum [2021-03-12T14:29:36.198Z] 5e14af77c1be: Download complete [2021-03-12T14:29:36.198Z] 93b61091891f: Verifying Checksum [2021-03-12T14:29:36.198Z] 93b61091891f: Download complete [2021-03-12T14:29:36.198Z] 01666e4c0597: Verifying Checksum [2021-03-12T14:29:36.198Z] 01666e4c0597: Download complete [2021-03-12T14:29:36.873Z] 8ad3a11d3b57: Verifying Checksum [2021-03-12T14:29:36.873Z] 8ad3a11d3b57: Download complete [2021-03-12T14:29:36.873Z] df20fa9351a1: Pull complete [2021-03-12T14:29:38.077Z] 36b3adc4ff6f: Pull complete [2021-03-12T14:29:44.175Z] aa168da1d23b: Verifying Checksum [2021-03-12T14:29:44.175Z] aa168da1d23b: Download complete [2021-03-12T14:29:44.175Z] 8ad3a11d3b57: Pull complete [2021-03-12T14:29:45.460Z] 46f8f816bc3b: Pull complete [2021-03-12T14:29:47.665Z] 93b61091891f: Pull complete [2021-03-12T14:29:48.359Z] 93b9cdb0e59b: Pull complete [2021-03-12T14:29:49.483Z] 5e14af77c1be: Pull complete [2021-03-12T14:29:50.410Z] 01666e4c0597: Pull complete [2021-03-12T14:30:23.398Z] aa168da1d23b: Pull complete [2021-03-12T14:30:23.398Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-12T14:30:23.398Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-12T14:30:23.398Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-12T14:30:24.152Z] prd-centos7-docker-4c-2g-29643 does not seem to be running inside a container [2021-03-12T14:30:24.335Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-12T14:30:32.315Z] $ docker top b3825901df397e0cea2fd3bfbd5d74ca92c79ab53edd6c22f80168b43a686188 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-12T14:30:34.557Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-12T14:30:35.689Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-12T14:30:36.450Z] + ls /var/log/sa-host [2021-03-12T14:30:36.450Z] + sadf -c /var/log/sa-host/sa12 [2021-03-12T14:30:36.450Z] file_magic: OK [2021-03-12T14:30:36.450Z] HZ: Using current value: 100 [2021-03-12T14:30:36.450Z] file_header: OK [2021-03-12T14:30:36.450Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-12T14:30:36.450Z] Statistics: [2021-03-12T14:30:36.450Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-12T14:30:36.450Z] File successfully converted to sysstat format version 12.2.1 [2021-03-12T14:30:36.450Z] + sadf -c /var/log/sa-host/sa23 [2021-03-12T14:30:36.450Z] file_magic: OK [2021-03-12T14:30:36.450Z] HZ: Using current value: 100 [2021-03-12T14:30:36.450Z] file_header: OK [2021-03-12T14:30:36.450Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-12T14:30:36.450Z] Statistics: [2021-03-12T14:30:36.450Z] Hnuu...uuuununununu... [2021-03-12T14:30:36.450Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-12T14:30:37.119Z] provisioning config files... [2021-03-12T14:30:37.147Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config5164769455569898563tmp [Pipeline] { [Pipeline] echo [2021-03-12T14:30:37.255Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:30:37.967Z] ---> create-netrc.sh [Pipeline] } [2021-03-12T14:30:37.981Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-12T14:30:38.134Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:30:39.269Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-12T14:30:39.294Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:30:40.294Z] ---> sudo-logs.sh [2021-03-12T14:30:40.294Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-12T14:30:40.643Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:30:42.511Z] ---> job-cost.sh [2021-03-12T14:30:42.854Z] lf-activate-venv: SKIPPING [2021-03-12T14:30:42.854Z] INFO: No Stack... [2021-03-12T14:30:44.129Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-12T14:30:44.772Z] INFO: Archiving Costs [Pipeline] echo [2021-03-12T14:30:44.806Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-12T14:30:46.123Z] ---> logs-deploy.sh [2021-03-12T14:30:46.123Z] lf-activate-venv: SKIPPING [2021-03-12T14:30:46.123Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3250/12 [2021-03-12T14:30:46.123Z] INFO: archiving workspace using pattern(s): [2021-03-12T14:30:50.878Z] Archives upload complete. [2021-03-12T14:30:50.878Z] INFO: archiving logs to Nexus