Pull request #3104 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 52b41697029d46b9dd6fcb3599083165743908cd rather than 695d596de3de4454281bc19f58cd379e013faf7b Obtained Jenkinsfile from 52b41697029d46b9dd6fcb3599083165743908cd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-24311’ is offline Running on prd-centos7-docker-4c-2g-24314 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b Merge succeeded, producing 695d596de3de4454281bc19f58cd379e013faf7b Checking out Revision 695d596de3de4454281bc19f58cd379e013faf7b (PR-3104) > git config core.sparsecheckout # timeout=10 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # 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 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 Commit message: "fix(docs): Remove 400 response code from delete method and remove required from X-Correlation-ID" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T08:28:24.968Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-01T08:28:25.251Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [Pipeline] echo [2021-02-01T08:28:25.369Z] ========================================================= [2021-02-01T08:28:25.369Z] EdgeX Global Pipelines Version Info [2021-02-01T08:28:25.369Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:28:26.878Z] ------------------- [2021-02-01T08:28:26.878Z] stable info: [2021-02-01T08:28:26.878Z] ------------------- [2021-02-01T08:28:26.878Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T08:28:26.878Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T08:28:26.878Z] Message: update stable to v1.0.179 [2021-02-01T08:28:27.828Z] ------------------- [2021-02-01T08:28:27.828Z] experimental info: [2021-02-01T08:28:27.828Z] ------------------- [2021-02-01T08:28:27.828Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T08:28:27.828Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T08:28:27.828Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T08:28:28.112Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T08:28:28.211Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T08:28:28.307Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T08:28:28.405Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T08:28:28.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T08:28:28.610Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T08:28:28.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T08:28:28.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T08:28:28.894Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T08:28:28.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T08:28:29.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T08:28:29.253Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T08:28:29.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T08:28:29.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T08:28:29.578Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T08:28:29.689Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T08:28:29.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T08:28:29.879Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T08:28:29.989Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T08:28:30.081Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T08:28:30.193Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T08:28:30.296Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T08:28:30.389Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T08:28:30.482Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3104 [Pipeline] echo [2021-02-01T08:28:30.614Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3104 [Pipeline] echo [2021-02-01T08:28:30.708Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3104 [Pipeline] echo [2021-02-01T08:28:30.829Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] echo [2021-02-01T08:28:30.919Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 695d596 [Pipeline] echo [2021-02-01T08:28:31.012Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T08:28:31.206Z] provisioning config files... [2021-02-01T08:28:31.245Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config337185294622424513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:28:31.646Z] ---> docker-login.sh [2021-02-01T08:28:31.647Z] nexus3.edgexfoundry.org:10001 [2021-02-01T08:28:31.912Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:28:32.175Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:28:32.175Z] Configure a credential helper to remove this warning. See [2021-02-01T08:28:32.175Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:28:32.175Z] [2021-02-01T08:28:32.175Z] Login Succeeded [2021-02-01T08:28:32.175Z] nexus3.edgexfoundry.org:10002 [2021-02-01T08:28:32.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:28:32.442Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:28:32.442Z] Configure a credential helper to remove this warning. See [2021-02-01T08:28:32.442Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:28:32.442Z] [2021-02-01T08:28:32.442Z] Login Succeeded [2021-02-01T08:28:32.442Z] nexus3.edgexfoundry.org:10003 [2021-02-01T08:28:32.442Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:28:32.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:28:32.706Z] Configure a credential helper to remove this warning. See [2021-02-01T08:28:32.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:28:32.706Z] [2021-02-01T08:28:32.706Z] Login Succeeded [2021-02-01T08:28:32.706Z] nexus3.edgexfoundry.org:10004 [2021-02-01T08:28:32.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:28:32.706Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:28:32.706Z] Configure a credential helper to remove this warning. See [2021-02-01T08:28:32.706Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:28:32.706Z] [2021-02-01T08:28:32.706Z] Login Succeeded [2021-02-01T08:28:32.706Z] docker.io [2021-02-01T08:28:32.970Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T08:28:33.233Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T08:28:33.233Z] Configure a credential helper to remove this warning. See [2021-02-01T08:28:33.233Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T08:28:33.233Z] [2021-02-01T08:28:33.233Z] Login Succeeded [2021-02-01T08:28:33.233Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T08:28:33.244Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T08:28:33.763Z] ++ 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-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T08:28:33.763Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T08:28:33.763Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T08:28:33.763Z] ++ cut -d/ -f2 [2021-02-01T08:28:33.763Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T08:28:33.841Z] 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-02-01T08:28:35.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:28:35.379Z] [2021-02-01T08:28:35.379Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:28:35.738Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:28:35.738Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T08:28:35.738Z] 31603596830f: Pulling fs layer [2021-02-01T08:28:35.738Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T08:28:35.738Z] 6ca5941a6612: Pulling fs layer [2021-02-01T08:28:35.738Z] ecc8261a40a4: Pulling fs layer [2021-02-01T08:28:35.738Z] ecc8261a40a4: Waiting [2021-02-01T08:28:35.738Z] 2a8b12db71e7: Verifying Checksum [2021-02-01T08:28:35.738Z] 2a8b12db71e7: Download complete [2021-02-01T08:28:36.004Z] 31603596830f: Verifying Checksum [2021-02-01T08:28:36.004Z] 31603596830f: Download complete [2021-02-01T08:28:36.004Z] ecc8261a40a4: Verifying Checksum [2021-02-01T08:28:36.004Z] ecc8261a40a4: Download complete [2021-02-01T08:28:36.004Z] 6ca5941a6612: Verifying Checksum [2021-02-01T08:28:36.004Z] 6ca5941a6612: Download complete [2021-02-01T08:28:36.271Z] 31603596830f: Pull complete [2021-02-01T08:28:36.538Z] 2a8b12db71e7: Pull complete [2021-02-01T08:28:37.496Z] 6ca5941a6612: Pull complete [2021-02-01T08:28:37.496Z] ecc8261a40a4: Pull complete [2021-02-01T08:28:37.496Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T08:28:37.496Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T08:28:37.496Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T08:28:37.627Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:28:37.689Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-01T08:28:40.155Z] $ docker top f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T08:28:40.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T08:28:40.601Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T08:28:40.842Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T08:28:40.847Z] $ docker exec f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent [2021-02-01T08:28:41.029Z] SSH_AUTH_SOCK=/tmp/ssh-tfH1eEXwaVDv/agent.11 [2021-02-01T08:28:41.029Z] SSH_AGENT_PID=16 [2021-02-01T08:28:41.041Z] Running ssh-add (command line suppressed) [2021-02-01T08:28:41.172Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7728199628050554493.key (/w/workspace/edgex-go/3@tmp/private_key_7728199628050554493.key) [2021-02-01T08:28:41.227Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T08:28:41.577Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T08:28:41.601Z] $ docker exec --env ******** --env ******** f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent -k [2021-02-01T08:28:41.730Z] unset SSH_AUTH_SOCK; [2021-02-01T08:28:41.730Z] unset SSH_AGENT_PID; [2021-02-01T08:28:41.730Z] echo Agent pid 16 killed; [2021-02-01T08:28:41.781Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T08:28:41.930Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T08:28:41.930Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T08:28:42.113Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T08:28:42.118Z] $ docker exec f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent [2021-02-01T08:28:42.293Z] SSH_AUTH_SOCK=/tmp/ssh-NAhT18zrKz9b/agent.46 [2021-02-01T08:28:42.293Z] SSH_AGENT_PID=51 [2021-02-01T08:28:42.300Z] Running ssh-add (command line suppressed) [2021-02-01T08:28:42.431Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7261296972526214960.key (/w/workspace/edgex-go/3@tmp/private_key_7261296972526214960.key) [2021-02-01T08:28:42.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T08:28:42.864Z] + git semver init [2021-02-01T08:28:42.864Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T08:28:42.864Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-01T08:28:42.864Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-01T08:28:42.864Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T08:28:42.864Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T08:28:42.864Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T08:28:42.864Z] # $SEMVER_BRANCH = PR-3104 [2021-02-01T08:28:42.864Z] # $SEMVER_TEMP = /tmp/semver-582936683 [2021-02-01T08:28:42.864Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T08:29:01.066Z] # '/tmp/semver-582936683' -> '/w/workspace/edgex-go/3/.semver' [2021-02-01T08:29:01.066Z] # -> Force: false [2021-02-01T08:29:01.066Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-01T08:29:01.084Z] $ docker exec --env ******** --env ******** f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent -k [2021-02-01T08:29:01.448Z] unset SSH_AUTH_SOCK; [2021-02-01T08:29:01.449Z] unset SSH_AGENT_PID; [2021-02-01T08:29:01.449Z] echo Agent pid 51 killed; [2021-02-01T08:29:01.573Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T08:29:02.132Z] + git semver [Pipeline] } [2021-02-01T08:29:02.157Z] $ docker stop --time=1 f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e [2021-02-01T08:29:03.802Z] $ docker rm -f f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T08:29:04.350Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T08:29:04.981Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T08:29:04.984Z] [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-02-01T08:29:05.890Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T08:29:06.194Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T08:29:06.496Z] + sudo service docker restart [2021-02-01T08:29:06.496Z] + true [2021-02-01T08:29:06.496Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T08:29:07.087Z] ========================================================= [2021-02-01T08:29:07.087Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T08:29:07.087Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:29:07.432Z] + 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-02-01T08:29:11.662Z] Sending build context to Docker daemon 327.4MB [2021-02-01T08:29:11.662Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T08:29:11.662Z] Step 2/6 : FROM ${BASE} [2021-02-01T08:29:11.933Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T08:29:11.933Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T08:29:11.933Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T08:29:11.933Z] de9db76c5a1d: Pulling fs layer [2021-02-01T08:29:11.933Z] bca2f99d35d6: Pulling fs layer [2021-02-01T08:29:11.933Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T08:29:11.933Z] 7c6f9722023f: Pulling fs layer [2021-02-01T08:29:11.933Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T08:29:11.933Z] 93359f2a8cfa: Waiting [2021-02-01T08:29:11.933Z] 7c6f9722023f: Waiting [2021-02-01T08:29:11.933Z] a35cf1a2eb13: Waiting [2021-02-01T08:29:11.933Z] bca2f99d35d6: Waiting [2021-02-01T08:29:11.933Z] de9db76c5a1d: Verifying Checksum [2021-02-01T08:29:11.933Z] de9db76c5a1d: Download complete [2021-02-01T08:29:11.933Z] 0ef7d3d256c8: Verifying Checksum [2021-02-01T08:29:11.933Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T08:29:11.933Z] 188c0c94c7c5: Download complete [2021-02-01T08:29:11.933Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T08:29:11.933Z] 93359f2a8cfa: Download complete [2021-02-01T08:29:12.199Z] 7c6f9722023f: Verifying Checksum [2021-02-01T08:29:12.199Z] 7c6f9722023f: Download complete [2021-02-01T08:29:12.463Z] 188c0c94c7c5: Pull complete [2021-02-01T08:29:12.463Z] 0ef7d3d256c8: Pull complete [2021-02-01T08:29:12.727Z] de9db76c5a1d: Pull complete [2021-02-01T08:29:14.158Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T08:29:14.158Z] a35cf1a2eb13: Download complete [2021-02-01T08:29:14.740Z] bca2f99d35d6: Verifying Checksum [2021-02-01T08:29:14.740Z] bca2f99d35d6: Download complete [2021-02-01T08:29:20.369Z] Still waiting to schedule task [2021-02-01T08:29:20.370Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-24312’ is offline [2021-02-01T08:29:21.414Z] bca2f99d35d6: Pull complete [2021-02-01T08:29:21.414Z] 93359f2a8cfa: Pull complete [2021-02-01T08:29:21.414Z] 7c6f9722023f: Pull complete [2021-02-01T08:29:25.651Z] a35cf1a2eb13: Pull complete [2021-02-01T08:29:25.651Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T08:29:25.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T08:29:25.651Z] ---> a62c8e92a672 [2021-02-01T08:29:25.651Z] 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-02-01T08:29:25.918Z] ---> Running in 5cc2e5043f9a [2021-02-01T08:29:26.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:29:27.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:29:28.026Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T08:29:28.289Z] (2/12) Installing file (5.38-r0) [2021-02-01T08:29:28.556Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T08:29:28.556Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T08:29:32.793Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T08:29:32.793Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T08:29:32.793Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T08:29:32.793Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T08:29:32.793Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T08:29:32.793Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T08:29:32.793Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T08:29:33.056Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T08:29:33.056Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:29:33.056Z] OK: 233 MiB in 51 packages [2021-02-01T08:29:37.298Z] Removing intermediate container 5cc2e5043f9a [2021-02-01T08:29:37.298Z] ---> 7f82659602ee [2021-02-01T08:29:37.298Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T08:29:37.298Z] ---> Running in 210b26d13f73 [2021-02-01T08:29:37.298Z] Removing intermediate container 210b26d13f73 [2021-02-01T08:29:37.298Z] ---> 765e020347dd [2021-02-01T08:29:37.298Z] Step 5/6 : COPY go.mod . [2021-02-01T08:29:37.298Z] ---> 876bc48e4be6 [2021-02-01T08:29:37.298Z] Step 6/6 : RUN go mod download [2021-02-01T08:29:37.298Z] ---> Running in 74de2de7e594 [2021-02-01T08:29:59.343Z] Removing intermediate container 74de2de7e594 [2021-02-01T08:29:59.343Z] ---> 12e83b4e63f3 [2021-02-01T08:29:59.343Z] Successfully built 12e83b4e63f3 [2021-02-01T08:29:59.343Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:29:59.673Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T08:29:59.673Z] . [Pipeline] withDockerContainer [2021-02-01T08:29:59.783Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:29:59.836Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-02-01T08:30:00.785Z] $ docker top 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:30:01.352Z] + go version [2021-02-01T08:30:01.352Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T08:30:01.372Z] $ docker stop --time=1 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 [2021-02-01T08:30:02.825Z] $ docker rm -f 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:30:03.721Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T08:30:03.721Z] . [Pipeline] withDockerContainer [2021-02-01T08:30:03.835Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:30:03.891Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-02-01T08:30:04.662Z] $ docker top 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T08:30:04.861Z] ========================================================= [2021-02-01T08:30:04.861Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T08:30:04.861Z] ========================================================= [Pipeline] sh [2021-02-01T08:30:05.164Z] + make test [2021-02-01T08:30:05.164Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T08:30:15.241Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T08:30:33.742Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T08:30:35.194Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T08:30:36.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T08:30:36.177Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T08:30:36.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T08:30:39.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T08:30:42.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T08:30:42.219Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T08:30:42.219Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T08:30:44.828Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.0% of statements [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T08:30:44.828Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T08:30:44.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements [2021-02-01T08:30:47.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T08:30:47.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T08:30:47.447Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T08:30:47.447Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T08:30:47.714Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 65.8% of statements [2021-02-01T08:30:47.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T08:30:47.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T08:30:48.674Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.3% of statements [2021-02-01T08:30:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T08:30:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:30:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T08:30:48.674Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T08:30:51.291Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T08:30:51.291Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T08:30:53.932Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements [2021-02-01T08:30:53.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements [2021-02-01T08:30:53.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements [2021-02-01T08:30:53.933Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements [2021-02-01T08:31:06.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-02-01T08:31:06.253Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements [2021-02-01T08:31:08.172Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24315 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws [2021-02-01T08:31:08.229Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-01T08:31:12.739Z] using credential edgex-jenkins-ssh [2021-02-01T08:31:12.806Z] Cloning the remote Git repository [2021-02-01T08:31:12.879Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:31:12.998Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-01T08:31:13.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:31:13.062Z] > git --version # timeout=10 [2021-02-01T08:31:13.075Z] > git --version # 'git version 2.17.1' [2021-02-01T08:31:13.077Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:31:13.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 68.9% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.709s coverage: 29.1% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T08:31:16.835Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-01T08:31:16.835Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-02-01T08:31:17.102Z] GO111MODULE=on go vet ./... [2021-02-01T08:31:28.357Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:31:28.392Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:31:28.419Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:31:28.466Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:31:28.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:31:28.479Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T08:31:29.211Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T08:31:29.656Z] Failed in branch arm64 [2021-02-01T08:31:29.243Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:31:29.264Z] > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 [2021-02-01T08:31:43.820Z] gofmt -l . [2021-02-01T08:31:44.400Z] [ "`gofmt -l .`" = "" ] [2021-02-01T08:31:44.978Z] ./bin/test-go-mod-tidy.sh [2021-02-01T08:31:45.244Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T08:31:46.132Z] + ls -al . [2021-02-01T08:31:46.132Z] total 680 [2021-02-01T08:31:46.132Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 08:31 . [2021-02-01T08:31:46.132Z] drwxr-xr-x 4 root root 28 Feb 1 08:30 .. [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 08:28 .dockerignore [2021-02-01T08:31:46.132Z] drwxrwxr-x 8 1001 1001 179 Feb 1 08:28 .git [2021-02-01T08:31:46.132Z] drwxrwxr-x 3 1001 1001 125 Feb 1 08:28 .github [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 08:28 .gitignore [2021-02-01T08:31:46.132Z] drwx------ 3 1001 1001 60 Feb 1 08:29 .semver [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 08:28 .sonarcloud.properties [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:28 Attribution.txt [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:28 CONTRIBUTING.md [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 08:28 Dockerfile.build [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 08:28 Jenkinsfile [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:28 LICENSE [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:28 Makefile [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:28 README.md [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:28 SECURITY.md [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 08:29 VERSION [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:28 ZMQWindows.md [2021-02-01T08:31:46.132Z] drwxrwxr-x 2 1001 1001 117 Feb 1 08:28 bin [2021-02-01T08:31:46.132Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 08:28 cmd [2021-02-01T08:31:46.132Z] -rw-r--r-- 1 root root 574984 Feb 1 08:31 coverage.out [2021-02-01T08:31:46.132Z] -rw-r--r-- 1 root root 1054 Feb 1 08:31 go.mod [2021-02-01T08:31:46.132Z] -rw-r--r-- 1 root root 19289 Feb 1 08:31 go.sum [2021-02-01T08:31:46.132Z] drwxrwxr-x 8 1001 1001 127 Feb 1 08:28 internal [2021-02-01T08:31:46.132Z] drwxrwxr-x 4 1001 1001 26 Feb 1 08:28 openapi [2021-02-01T08:31:46.132Z] drwxrwxr-x 4 1001 1001 71 Feb 1 08:28 snap [2021-02-01T08:31:46.132Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 08:28 version.go [Pipeline] sh [2021-02-01T08:31:46.446Z] + '[' -e coverage.out ] [2021-02-01T08:31:46.446Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T08:31:46.648Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T08:31:46.951Z] + make build [2021-02-01T08:31:46.952Z] 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-02-01T08:31:51.193Z] 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-02-01T08:31:59.505Z] 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-02-01T08:32:00.900Z] 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-02-01T08:32:02.330Z] 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-02-01T08:32:02.597Z] 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-02-01T08:32:04.534Z] 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-02-01T08:32:05.966Z] 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-02-01T08:32:07.373Z] 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-02-01T08:32:08.780Z] 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-02-01T08:32:09.737Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:32:11.142Z] 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-02-01T08:32:12.552Z] 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-02-01T08:32:13.990Z] $ docker stop --time=1 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 [2021-02-01T08:32:15.705Z] $ docker rm -f 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:32:19.375Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:32:19.375Z] [2021-02-01T08:32:19.375Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:32:19.736Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:32:19.736Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T08:32:19.736Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T08:32:19.736Z] ca9280d653b3: Pulling fs layer [2021-02-01T08:32:19.736Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T08:32:20.000Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-01T08:32:20.000Z] cbdbe7a5bc2a: Download complete [2021-02-01T08:32:20.578Z] ca9280d653b3: Verifying Checksum [2021-02-01T08:32:20.578Z] ca9280d653b3: Download complete [2021-02-01T08:32:20.578Z] cbdbe7a5bc2a: Pull complete [2021-02-01T08:32:21.549Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T08:32:21.549Z] 7e9c9ca2126c: Download complete [2021-02-01T08:32:21.812Z] ca9280d653b3: Pull complete [2021-02-01T08:32:28.444Z] 7e9c9ca2126c: Pull complete [2021-02-01T08:32:28.444Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T08:32:28.444Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:32:28.444Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T08:32:28.616Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:32:28.669Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-02-01T08:32:31.472Z] $ docker top c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:32:32.114Z] + docker-compose build --help [2021-02-01T08:32:32.114Z] + grep parallel [2021-02-01T08:32:33.061Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T08:32:33.339Z] $ docker stop --time=1 c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 [2021-02-01T08:32:34.766Z] $ docker rm -f c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:32:35.401Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T08:32:35.401Z] . [Pipeline] withDockerContainer [2021-02-01T08:32:35.515Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:32:35.585Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-01T08:32:36.399Z] $ docker top 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:32:36.955Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T08:32:37.903Z] Building docker-core-command-go ... [2021-02-01T08:32:37.903Z] Building docker-core-data-go ... [2021-02-01T08:32:37.903Z] Building docker-core-metadata-go ... [2021-02-01T08:32:37.903Z] Building docker-security-bootstrapper-go ... [2021-02-01T08:32:37.903Z] Building docker-security-proxy-setup-go ... [2021-02-01T08:32:37.903Z] Building docker-security-secretstore-setup-go ... [2021-02-01T08:32:37.903Z] Building docker-support-notifications-go ... [2021-02-01T08:32:37.903Z] Building docker-support-scheduler-go ... [2021-02-01T08:32:37.903Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T08:32:37.903Z] Building docker-support-notifications-go [2021-02-01T08:32:37.903Z] Building docker-core-command-go [2021-02-01T08:32:37.903Z] Building docker-security-secretstore-setup-go [2021-02-01T08:32:37.903Z] Building docker-security-bootstrapper-go [2021-02-01T08:32:37.903Z] Building docker-sys-mgmt-agent-go [2021-02-01T08:33:10.254Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:33:10.254Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:33:10.254Z] ---> 12e83b4e63f3 [2021-02-01T08:33:10.254Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:33:10.909Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:33:10.909Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:33:10.909Z] ---> 12e83b4e63f3 [2021-02-01T08:33:10.909Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T08:33:11.175Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:33:11.175Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:33:11.175Z] ---> 12e83b4e63f3 [2021-02-01T08:33:11.175Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T08:33:11.175Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:33:11.175Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:33:11.175Z] ---> 12e83b4e63f3 [2021-02-01T08:33:11.175Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:33:11.175Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:33:11.175Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:33:11.175Z] ---> 12e83b4e63f3 [2021-02-01T08:33:11.175Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T08:33:12.576Z] ---> Running in 5ff9bada13b5 [2021-02-01T08:33:12.576Z] ---> Running in 4deff25bc850 [2021-02-01T08:33:12.576Z] ---> Running in d3a447274833 [2021-02-01T08:33:12.576Z] ---> Running in 66d51635fba8 [2021-02-01T08:33:12.576Z] ---> Running in 089475cb93c2 [2021-02-01T08:33:12.846Z] Removing intermediate container d3a447274833 [2021-02-01T08:33:12.846Z] ---> 967f02d0d969 [2021-02-01T08:33:12.846Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:33:12.846Z] Removing intermediate container 089475cb93c2 [2021-02-01T08:33:12.846Z] ---> 0178c245cf88 [2021-02-01T08:33:12.846Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:33:12.846Z] Removing intermediate container 5ff9bada13b5 [2021-02-01T08:33:12.846Z] ---> d580ef707daa [2021-02-01T08:33:12.846Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:33:12.846Z] Removing intermediate container 66d51635fba8 [2021-02-01T08:33:12.846Z] ---> 5846a345b5bd [2021-02-01T08:33:12.846Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:33:13.112Z] Removing intermediate container 4deff25bc850 [2021-02-01T08:33:13.112Z] ---> 07043779ee78 [2021-02-01T08:33:13.112Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:33:13.112Z] ---> Running in 01d59e155ddd [2021-02-01T08:33:13.112Z] ---> Running in 7eee25afebd0 [2021-02-01T08:33:13.112Z] ---> Running in 396b75acb310 [2021-02-01T08:33:13.112Z] ---> Running in 350fa2dc1499 [2021-02-01T08:33:13.112Z] ---> Running in e99fccf672d7 [2021-02-01T08:33:15.698Z] Removing intermediate container 7eee25afebd0 [2021-02-01T08:33:15.698Z] ---> 7ebcb2042de8 [2021-02-01T08:33:15.698Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T08:33:15.698Z] Removing intermediate container 396b75acb310 [2021-02-01T08:33:15.698Z] ---> 87f4ed80f1ca [2021-02-01T08:33:15.698Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T08:33:15.698Z] Removing intermediate container 350fa2dc1499 [2021-02-01T08:33:15.698Z] ---> f2df1dc54b10 [2021-02-01T08:33:15.698Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T08:33:15.698Z] ---> Running in 27c884b0cb3c [2021-02-01T08:33:15.698Z] ---> Running in beae8a75e009 [2021-02-01T08:33:15.698Z] ---> Running in b69022a0db36 [2021-02-01T08:33:15.698Z] Removing intermediate container 01d59e155ddd [2021-02-01T08:33:15.698Z] ---> a808d1f8c9f0 [2021-02-01T08:33:15.698Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T08:33:15.698Z] Removing intermediate container e99fccf672d7 [2021-02-01T08:33:15.698Z] ---> a1d2fe9922bf [2021-02-01T08:33:15.698Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:33:15.961Z] ---> Running in ba7ad3d0eb77 [2021-02-01T08:33:15.961Z] ---> Running in f62f9451b040 [2021-02-01T08:33:16.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:16.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:16.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:16.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:16.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:17.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:17.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:17.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:17.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:17.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:33:18.033Z] OK: 233 MiB in 51 packages [2021-02-01T08:33:18.033Z] OK: 233 MiB in 51 packages [2021-02-01T08:33:18.296Z] OK: 233 MiB in 51 packages [2021-02-01T08:33:18.296Z] OK: 233 MiB in 51 packages [2021-02-01T08:33:18.572Z] OK: 233 MiB in 51 packages [2021-02-01T08:33:18.572Z] Removing intermediate container b69022a0db36 [2021-02-01T08:33:18.572Z] ---> 0e44471257ca [2021-02-01T08:33:18.572Z] Step 6/24 : COPY go.mod . [2021-02-01T08:33:18.839Z] Removing intermediate container f62f9451b040 [2021-02-01T08:33:18.839Z] ---> 5e20198fc9c4 [2021-02-01T08:33:18.839Z] Step 6/23 : COPY go.mod . [2021-02-01T08:33:19.107Z] Removing intermediate container 27c884b0cb3c [2021-02-01T08:33:19.107Z] ---> 7a7e9404ebd3 [2021-02-01T08:33:19.107Z] Step 6/22 : COPY go.mod . [2021-02-01T08:33:19.107Z] ---> 99e56ebd9671 [2021-02-01T08:33:19.107Z] Step 7/24 : RUN go mod download [2021-02-01T08:33:19.376Z] ---> Running in 9958e0c02ea3 [2021-02-01T08:33:19.376Z] ---> 3b71f894a849 [2021-02-01T08:33:19.376Z] Step 7/23 : RUN go mod download [2021-02-01T08:33:19.376Z] Removing intermediate container beae8a75e009 [2021-02-01T08:33:19.376Z] ---> 4e0d35907b2b [2021-02-01T08:33:19.376Z] Step 6/26 : COPY go.mod . [2021-02-01T08:33:19.643Z] ---> Running in c77dd43f71ce [2021-02-01T08:33:19.643Z] Removing intermediate container ba7ad3d0eb77 [2021-02-01T08:33:19.643Z] ---> 376371d64eaa [2021-02-01T08:33:19.643Z] Step 6/31 : COPY go.mod . [2021-02-01T08:33:19.643Z] ---> 69a8104ae93f [2021-02-01T08:33:19.643Z] Step 7/22 : RUN go mod download [2021-02-01T08:33:19.907Z] ---> c04a2b1cae35 [2021-02-01T08:33:19.907Z] Step 7/26 : RUN go mod download [2021-02-01T08:33:19.907Z] ---> Running in e9b3390cbe3d [2021-02-01T08:33:20.170Z] ---> Running in 1fff934ccb8b [2021-02-01T08:33:20.170Z] ---> 12050fe65f59 [2021-02-01T08:33:20.170Z] Step 7/31 : RUN go mod download [2021-02-01T08:33:20.434Z] ---> Running in baf8c88b6e36 [2021-02-01T08:33:22.402Z] Removing intermediate container e9b3390cbe3d [2021-02-01T08:33:22.402Z] ---> 7f4d576f2f31 [2021-02-01T08:33:22.402Z] Step 8/22 : COPY . . [2021-02-01T08:33:22.402Z] Removing intermediate container c77dd43f71ce [2021-02-01T08:33:22.402Z] ---> 927238e90ceb [2021-02-01T08:33:22.402Z] Step 8/23 : COPY . . [2021-02-01T08:33:22.402Z] Removing intermediate container 9958e0c02ea3 [2021-02-01T08:33:22.402Z] ---> 73ca57a0091f [2021-02-01T08:33:22.402Z] Step 8/24 : COPY . . [2021-02-01T08:33:25.774Z] Removing intermediate container baf8c88b6e36 [2021-02-01T08:33:25.774Z] ---> c9cd1032b145 [2021-02-01T08:33:25.774Z] Step 8/31 : COPY . . [2021-02-01T08:33:25.774Z] Removing intermediate container 1fff934ccb8b [2021-02-01T08:33:25.774Z] ---> 4a3a17edc08e [2021-02-01T08:33:25.774Z] Step 8/26 : COPY . . [2021-02-01T08:34:04.782Z] ---> dac2cad76cba [2021-02-01T08:34:04.782Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T08:34:04.782Z] ---> c59d6316a0e5 [2021-02-01T08:34:04.782Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T08:34:04.782Z] ---> b2cb6f3dc482 [2021-02-01T08:34:04.782Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T08:34:04.782Z] ---> cdf084485288 [2021-02-01T08:34:04.782Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T08:34:04.782Z] ---> 74a9807f48a9 [2021-02-01T08:34:04.782Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T08:34:04.782Z] ---> Running in 6c4804ecf73a [2021-02-01T08:34:04.782Z] ---> Running in 501d5524a7c0 [2021-02-01T08:34:04.782Z] ---> Running in 6b7e7275aaae [2021-02-01T08:34:04.782Z] ---> Running in 9366144cdcd2 [2021-02-01T08:34:04.782Z] ---> Running in d0461a536311 [2021-02-01T08:34:04.782Z] 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-02-01T08:34:04.782Z] 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-02-01T08:34:04.782Z] 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-02-01T08:34:04.782Z] 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-02-01T08:34:04.782Z] 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-02-01T08:34:31.506Z] 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-02-01T08:34:32.927Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-01T08:34:41.146Z] Removing intermediate container 501d5524a7c0 [2021-02-01T08:34:41.146Z] ---> d9cdd59fbb30 [2021-02-01T08:34:41.146Z] [2021-02-01T08:34:41.146Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T08:34:41.146Z] Removing intermediate container 9366144cdcd2 [2021-02-01T08:34:41.146Z] ---> 6531c447e31a [2021-02-01T08:34:41.146Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T08:34:41.146Z] Removing intermediate container d0461a536311 [2021-02-01T08:34:41.146Z] ---> 3a27a5dc9d49 [2021-02-01T08:34:41.146Z] [2021-02-01T08:34:41.146Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:34:41.146Z] 3.12: Pulling from library/alpine [2021-02-01T08:34:41.146Z] 3.12: Pulling from library/alpine [2021-02-01T08:34:41.146Z] ---> Running in 4ecba055a3c2 [2021-02-01T08:34:41.729Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:34:41.729Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T08:34:41.729Z] 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-02-01T08:34:41.729Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T08:34:41.729Z] ---> 389fef711851 [2021-02-01T08:34:41.729Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T08:34:41.729Z] Status: Image is up to date for alpine:3.12 [2021-02-01T08:34:41.729Z] ---> 389fef711851 [2021-02-01T08:34:41.729Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T08:34:45.073Z] ---> Running in d1e824125966 [2021-02-01T08:34:45.073Z] ---> Running in 79bbf2f08a7e [2021-02-01T08:34:45.073Z] Removing intermediate container 6b7e7275aaae [2021-02-01T08:34:45.073Z] ---> e31bca660b95 [2021-02-01T08:34:45.073Z] [2021-02-01T08:34:45.073Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T08:34:45.073Z] ---> 389fef711851 [2021-02-01T08:34:45.074Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T08:34:45.074Z] Removing intermediate container 6c4804ecf73a [2021-02-01T08:34:45.074Z] ---> 394df17731c6 [2021-02-01T08:34:45.074Z] [2021-02-01T08:34:45.074Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:34:45.074Z] ---> 389fef711851 [2021-02-01T08:34:45.074Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:34:45.074Z] ---> Running in 0a6a9827a631 [2021-02-01T08:34:45.074Z] ---> Running in 144f6e93eed0 [2021-02-01T08:34:45.346Z] Removing intermediate container 0a6a9827a631 [2021-02-01T08:34:45.346Z] ---> 56b607e2de4f [2021-02-01T08:34:45.346Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T08:34:45.617Z] ---> Running in d79f170c5fd5 [2021-02-01T08:34:45.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:45.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:45.897Z] Removing intermediate container 4ecba055a3c2 [2021-02-01T08:34:45.897Z] ---> 972e1482236b [2021-02-01T08:34:45.897Z] [2021-02-01T08:34:45.897Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T08:34:45.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:45.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:45.897Z] 20.10.0: Pulling from library/docker [2021-02-01T08:34:45.897Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:46.180Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:46.180Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T08:34:46.180Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:34:46.180Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T08:34:46.180Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T08:34:46.180Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T08:34:46.180Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T08:34:46.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:34:46.180Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:34:46.180Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:34:46.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:34:46.180Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:34:46.180Z] OK: 7 MiB in 19 packages [2021-02-01T08:34:46.180Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T08:34:46.180Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:34:46.180Z] OK: 6 MiB in 16 packages [2021-02-01T08:34:46.180Z] OK: 6 MiB in 15 packages [2021-02-01T08:34:46.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:46.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:46.758Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T08:34:46.758Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T08:34:46.758Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:34:46.758Z] OK: 6 MiB in 16 packages [2021-02-01T08:34:48.700Z] Removing intermediate container d1e824125966 [2021-02-01T08:34:48.700Z] ---> e323cc4533bf [2021-02-01T08:34:48.700Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:34:48.974Z] ---> Running in a894ce086da3 [2021-02-01T08:34:48.974Z] Removing intermediate container 144f6e93eed0 [2021-02-01T08:34:48.974Z] ---> 3fcfd8e4dbe2 [2021-02-01T08:34:48.974Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:34:49.246Z] ---> Running in 0bc2b86845e9 [2021-02-01T08:34:49.840Z] Removing intermediate container a894ce086da3 [2021-02-01T08:34:49.840Z] ---> 6b2ede64d5ea [2021-02-01T08:34:49.840Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T08:34:49.840Z] Removing intermediate container 79bbf2f08a7e [2021-02-01T08:34:49.840Z] ---> 2ec53946d81f [2021-02-01T08:34:49.840Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:34:49.840Z] Removing intermediate container d79f170c5fd5 [2021-02-01T08:34:49.840Z] ---> 489421690539 [2021-02-01T08:34:49.840Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T08:34:50.111Z] ---> Running in f26f55e0ac6c [2021-02-01T08:34:50.111Z] Removing intermediate container 0bc2b86845e9 [2021-02-01T08:34:50.111Z] ---> 1d997ff74efa [2021-02-01T08:34:50.111Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T08:34:50.111Z] ---> Running in 78f6cd278ac5 [2021-02-01T08:34:50.111Z] ---> Running in 2c4c69d3a84b [2021-02-01T08:34:50.111Z] ---> Running in be95c09a42b7 [2021-02-01T08:34:50.381Z] Removing intermediate container f26f55e0ac6c [2021-02-01T08:34:50.381Z] ---> 9d0bc935e338 [2021-02-01T08:34:50.381Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:34:50.381Z] Removing intermediate container 2c4c69d3a84b [2021-02-01T08:34:50.381Z] ---> 330e92b3fa9c [2021-02-01T08:34:50.381Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T08:34:50.647Z] Removing intermediate container 78f6cd278ac5 [2021-02-01T08:34:50.647Z] ---> 2bfbe44e7ffb [2021-02-01T08:34:50.647Z] Step 13/24 : WORKDIR / [2021-02-01T08:34:50.647Z] Removing intermediate container be95c09a42b7 [2021-02-01T08:34:50.647Z] ---> 44bb40978769 [2021-02-01T08:34:50.647Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:34:50.647Z] ---> Running in 39b6b491b7d8 [2021-02-01T08:34:50.647Z] ---> Running in b390bc85b0b0 [2021-02-01T08:34:50.647Z] ---> Running in 6c3d15a669c1 [2021-02-01T08:34:50.647Z] ---> Running in 14bf950773a3 [2021-02-01T08:34:50.917Z] Removing intermediate container b390bc85b0b0 [2021-02-01T08:34:50.917Z] ---> 422f84c1fe7b [2021-02-01T08:34:50.917Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:34:50.917Z] Removing intermediate container 6c3d15a669c1 [2021-02-01T08:34:50.917Z] ---> b7c3e369f77e [2021-02-01T08:34:50.917Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T08:34:51.193Z] Removing intermediate container 14bf950773a3 [2021-02-01T08:34:51.193Z] ---> cb2465d897f2 [2021-02-01T08:34:51.193Z] Step 15/23 : WORKDIR / [2021-02-01T08:34:51.193Z] Removing intermediate container 39b6b491b7d8 [2021-02-01T08:34:51.193Z] ---> c905c17ec176 [2021-02-01T08:34:51.193Z] 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-02-01T08:34:51.462Z] ---> Running in 1a59e0af8619 [2021-02-01T08:34:51.738Z] ---> Running in a1aa5ec46660 [2021-02-01T08:34:52.004Z] ---> 328baa613608 [2021-02-01T08:34:52.005Z] 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-02-01T08:34:52.005Z] ---> 1f1abd00d576 [2021-02-01T08:34:52.005Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T08:34:52.274Z] Removing intermediate container a1aa5ec46660 [2021-02-01T08:34:52.274Z] ---> 3623e282460c [2021-02-01T08:34:52.274Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:34:53.233Z] ---> 6fcc94d511ab [2021-02-01T08:34:53.233Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T08:34:53.233Z] ---> 0d4eca6f278d [2021-02-01T08:34:53.233Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T08:34:53.233Z] ---> 8bb008e1926f [2021-02-01T08:34:53.233Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T08:34:53.498Z] ---> af676afd3a0e [2021-02-01T08:34:53.498Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T08:34:54.086Z] ---> 95be6093f110 [2021-02-01T08:34:54.086Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T08:34:54.086Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T08:34:54.086Z] ---> Running in 3eae1a2f1618 [2021-02-01T08:34:54.086Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T08:34:54.086Z] ---> aefe523efa57 [2021-02-01T08:34:54.086Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T08:34:54.086Z] Removing intermediate container 1a59e0af8619 [2021-02-01T08:34:54.086Z] ---> 22043cdde19d [2021-02-01T08:34:54.086Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T08:34:54.086Z] ---> 78860050afa1 [2021-02-01T08:34:54.086Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T08:34:54.356Z] ---> 1165eafa5173 [2021-02-01T08:34:54.356Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T08:34:54.356Z] ---> Running in a727f78e2601 [2021-02-01T08:34:54.356Z] ---> Running in 259dbff0c898 [2021-02-01T08:34:54.619Z] Removing intermediate container 3eae1a2f1618 [2021-02-01T08:34:54.619Z] ---> 9b6416fb94b8 [2021-02-01T08:34:54.619Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:34:54.890Z] ---> Running in e265e85c42be [2021-02-01T08:34:54.890Z] ---> 96e587e691b5 [2021-02-01T08:34:54.890Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T08:34:54.890Z] Removing intermediate container a727f78e2601 [2021-02-01T08:34:54.890Z] ---> a930843bde24 [2021-02-01T08:34:54.890Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T08:34:54.890Z] ---> Running in b7b6cd3a24fe [2021-02-01T08:34:54.890Z] ---> f60a8417d8d2 [2021-02-01T08:34:54.890Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T08:34:55.154Z] Removing intermediate container e265e85c42be [2021-02-01T08:34:55.154Z] ---> 454489f80e40 [2021-02-01T08:34:55.154Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T08:34:55.154Z] ---> Running in a6d68ccd5bf1 [2021-02-01T08:34:55.154Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:55.422Z] Removing intermediate container b7b6cd3a24fe [2021-02-01T08:34:55.422Z] ---> a570e67f1e23 [2021-02-01T08:34:55.422Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:34:55.422Z] ---> 6ed09006d1e6 [2021-02-01T08:34:55.422Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T08:34:55.422Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:34:55.422Z] ---> ecbcf259ddb9 [2021-02-01T08:34:55.422Z] 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-02-01T08:34:55.422Z] ---> Running in 658b07370868 [2021-02-01T08:34:55.422Z] ---> Running in f7f44a1a1c4d [2021-02-01T08:34:55.422Z] ---> Running in 47b0bbed19e9 [2021-02-01T08:34:55.694Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T08:34:55.694Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T08:34:55.694Z] Executing bash-5.0.17-r0.post-install [2021-02-01T08:34:55.694Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:34:55.694Z] OK: 12 MiB in 22 packages [2021-02-01T08:34:55.694Z] Removing intermediate container a6d68ccd5bf1 [2021-02-01T08:34:55.694Z] ---> 090347e6541a [2021-02-01T08:34:55.694Z] Step 21/22 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:34:55.967Z] ---> Running in e2c13fc333d3 [2021-02-01T08:34:55.967Z] Removing intermediate container f7f44a1a1c4d [2021-02-01T08:34:55.967Z] ---> 2e930147defe [2021-02-01T08:34:55.967Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:34:56.240Z] ---> Running in d99fdbef7f09 [2021-02-01T08:34:56.240Z] Removing intermediate container e2c13fc333d3 [2021-02-01T08:34:56.240Z] ---> 212b0f5510c2 [2021-02-01T08:34:56.240Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:34:56.505Z] ---> Running in 623c96493abb [2021-02-01T08:34:56.505Z] Removing intermediate container d99fdbef7f09 [2021-02-01T08:34:56.505Z] ---> b6f4ae86f9a9 [2021-02-01T08:34:56.505Z] Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:34:56.772Z] Removing intermediate container 259dbff0c898 [2021-02-01T08:34:56.772Z] ---> fa26c37a229b [2021-02-01T08:34:56.772Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T08:34:56.772Z] ---> Running in f8ddf0edba72 [2021-02-01T08:34:56.772Z] Removing intermediate container 623c96493abb [2021-02-01T08:34:56.772Z] ---> 41df399cf257 [2021-02-01T08:34:56.772Z] [2021-02-01T08:34:56.772Z] ---> Running in 944c1d8a4446 [2021-02-01T08:34:57.053Z] Removing intermediate container f8ddf0edba72 [2021-02-01T08:34:57.053Z] ---> 36deeede2da3 [2021-02-01T08:34:57.053Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:34:57.053Z] Successfully built 41df399cf257 [2021-02-01T08:34:57.323Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T08:34:57.323Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-01T08:34:57.323Z] ---> Running in 0bdc33ae338d [2021-02-01T08:34:57.323Z] Removing intermediate container 944c1d8a4446 [2021-02-01T08:34:57.323Z] ---> 567b485c6c0e [2021-02-01T08:34:57.323Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T08:34:57.589Z] ---> Running in 1bf20dbca04b [2021-02-01T08:34:57.589Z] Removing intermediate container 0bdc33ae338d [2021-02-01T08:34:57.589Z] ---> 3dc496db71ec [2021-02-01T08:34:57.589Z] [2021-02-01T08:34:57.589Z] Removing intermediate container 47b0bbed19e9 [2021-02-01T08:34:57.589Z] ---> 5295d741cd8f [2021-02-01T08:34:57.589Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T08:34:57.861Z] ---> Running in 51955f712651 [2021-02-01T08:34:57.861Z] Successfully built 3dc496db71ec [2021-02-01T08:34:57.861Z] Successfully tagged docker-core-command-go:latest [2021-02-01T08:34:57.861Z] Building docker-core-metadata-go [2021-02-01T08:34:57.861Z]  Building docker-core-command-go ... done Removing intermediate container 658b07370868 [2021-02-01T08:34:57.861Z] ---> 5745ae6870e1 [2021-02-01T08:34:57.861Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:34:57.861Z] Removing intermediate container 1bf20dbca04b [2021-02-01T08:34:57.861Z] ---> bb00920eecc5 [2021-02-01T08:34:57.861Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T08:34:58.127Z] ---> Running in 5bce6d71442a [2021-02-01T08:34:58.127Z] Removing intermediate container 51955f712651 [2021-02-01T08:34:58.127Z] ---> b41d68b2e814 [2021-02-01T08:34:58.127Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T08:35:00.061Z] ---> Running in 108ef3ce3857 [2021-02-01T08:35:00.061Z] ---> 76f916395143 [2021-02-01T08:35:00.061Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T08:35:00.325Z] Removing intermediate container 5bce6d71442a [2021-02-01T08:35:00.325Z] ---> b83078ec75f3 [2021-02-01T08:35:00.325Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T08:35:01.731Z] Removing intermediate container 108ef3ce3857 [2021-02-01T08:35:01.731Z] ---> 6a75a1c3d43d [2021-02-01T08:35:01.731Z] Step 23/24 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:35:03.131Z] ---> Running in f1153fea1c93 [2021-02-01T08:35:05.102Z] ---> 3f82e3579d7f [2021-02-01T08:35:05.102Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T08:35:05.102Z] ---> e6de666f60f6 [2021-02-01T08:35:05.102Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T08:35:05.381Z] Removing intermediate container f1153fea1c93 [2021-02-01T08:35:05.381Z] ---> 4b5e9d2d383d [2021-02-01T08:35:05.381Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T08:35:05.381Z] ---> 3d9931b92903 [2021-02-01T08:35:05.381Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T08:35:05.381Z] ---> 981a0ae4375a [2021-02-01T08:35:05.381Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T08:35:05.653Z] ---> Running in 403a5739d8e9 [2021-02-01T08:35:07.603Z] Removing intermediate container 403a5739d8e9 [2021-02-01T08:35:07.603Z] ---> ede6e2d778e7 [2021-02-01T08:35:07.603Z] [2021-02-01T08:35:08.200Z] Successfully built ede6e2d778e7 [2021-02-01T08:35:08.480Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T08:35:08.480Z] ---> c2c05f4d216b [2021-02-01T08:35:08.480Z] Step 19/26 : RUN apk --no-cache add py3-pip Building docker-security-secretstore-setup-go ... done  [2021-02-01T08:35:08.480Z] ---> bd53a30ed1c0 [2021-02-01T08:35:08.480Z] Building docker-support-scheduler-go [2021-02-01T08:35:08.480Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T08:35:08.753Z] ---> Running in c840109b27eb [2021-02-01T08:35:12.125Z] ---> cf249da72e5b [2021-02-01T08:35:12.125Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T08:35:12.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:35:12.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:35:13.023Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T08:35:13.023Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T08:35:13.023Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T08:35:13.023Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T08:35:13.289Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T08:35:13.289Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T08:35:13.289Z] ---> Running in 064308af51a5 [2021-02-01T08:35:13.289Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T08:35:17.858Z] Removing intermediate container 064308af51a5 [2021-02-01T08:35:17.858Z] ---> cc7cf65b8734 [2021-02-01T08:35:17.858Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T08:35:18.839Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T08:35:18.839Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T08:35:18.839Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T08:35:18.839Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T08:35:18.839Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T08:35:19.105Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T08:35:19.105Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T08:35:19.105Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T08:35:19.694Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T08:35:19.975Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T08:35:19.975Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T08:35:20.239Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T08:35:20.239Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T08:35:20.817Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:35:20.817Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:35:20.817Z] ---> 12e83b4e63f3 [2021-02-01T08:35:20.817Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> 07043779ee78 [2021-02-01T08:35:20.817Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> a1d2fe9922bf [2021-02-01T08:35:20.817Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> 5e20198fc9c4 [2021-02-01T08:35:20.817Z] Step 6/23 : COPY go.mod . [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> 3b71f894a849 [2021-02-01T08:35:20.817Z] Step 7/23 : RUN go mod download [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> 927238e90ceb [2021-02-01T08:35:20.817Z] Step 8/23 : COPY . . [2021-02-01T08:35:20.817Z] ---> Using cache [2021-02-01T08:35:20.817Z] ---> dac2cad76cba [2021-02-01T08:35:20.817Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T08:35:21.079Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T08:35:21.656Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:35:21.656Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:35:21.656Z] ---> 12e83b4e63f3 [2021-02-01T08:35:21.656Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T08:35:21.656Z] ---> Using cache [2021-02-01T08:35:21.656Z] ---> 07043779ee78 [2021-02-01T08:35:21.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:35:21.656Z] ---> Using cache [2021-02-01T08:35:21.656Z] ---> a1d2fe9922bf [2021-02-01T08:35:21.656Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T08:35:22.240Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T08:35:22.240Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T08:35:22.240Z] ---> 117d571cbd9b [2021-02-01T08:35:22.240Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T08:35:22.240Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T08:35:22.503Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T08:35:22.503Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T08:35:22.503Z] ---> Running in 648e8e725c86 [2021-02-01T08:35:22.503Z] ---> Running in 7d926f48a289 [2021-02-01T08:35:22.503Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T08:35:22.772Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T08:35:22.772Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T08:35:22.772Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T08:35:22.773Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T08:35:23.052Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T08:35:23.052Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T08:35:23.052Z] ---> Running in 3f8c1bb16c4d [2021-02-01T08:35:23.318Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:35:23.318Z] OK: 71 MiB in 55 packages [2021-02-01T08:35:25.274Z] 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-02-01T08:35:25.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:35:25.861Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:35:27.324Z] OK: 233 MiB in 51 packages [2021-02-01T08:35:27.600Z] Removing intermediate container 3f8c1bb16c4d [2021-02-01T08:35:27.600Z] ---> 67b8f1e0b555 [2021-02-01T08:35:27.600Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T08:35:29.559Z] ---> Running in e65cd6e1d18f [2021-02-01T08:35:30.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:35:30.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:35:30.983Z] ---> 12e83b4e63f3 [2021-02-01T08:35:30.983Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> 07043779ee78 [2021-02-01T08:35:30.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> a1d2fe9922bf [2021-02-01T08:35:30.983Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> 5e20198fc9c4 [2021-02-01T08:35:30.983Z] Step 6/22 : COPY go.mod . [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> 3b71f894a849 [2021-02-01T08:35:30.983Z] Step 7/22 : RUN go mod download [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> 927238e90ceb [2021-02-01T08:35:30.983Z] Step 8/22 : COPY . . [2021-02-01T08:35:30.983Z] ---> Using cache [2021-02-01T08:35:30.983Z] ---> dac2cad76cba [2021-02-01T08:35:30.983Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T08:35:32.390Z] Removing intermediate container 7d926f48a289 [2021-02-01T08:35:32.390Z] ---> b46ccb6d6f7c [2021-02-01T08:35:32.390Z] Step 6/23 : COPY go.mod . [2021-02-01T08:35:32.390Z] Removing intermediate container e65cd6e1d18f [2021-02-01T08:35:32.390Z] ---> 3cec78450824 [2021-02-01T08:35:32.390Z] Step 28/31 : CMD ["gate"] [2021-02-01T08:35:32.659Z] ---> Running in 9ea9dbaac750 [2021-02-01T08:35:34.095Z] ---> 65b9e44a7811 [2021-02-01T08:35:34.095Z] Step 7/23 : RUN go mod download [2021-02-01T08:35:34.095Z] ---> Running in da78d4ee9983 [2021-02-01T08:35:34.719Z] ---> Running in 3f62c749b52d [2021-02-01T08:35:34.719Z] Removing intermediate container da78d4ee9983 [2021-02-01T08:35:34.719Z] ---> 24e08fbde725 [2021-02-01T08:35:34.719Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T08:35:35.323Z] ---> Running in 3f878abb8e25 [2021-02-01T08:35:35.603Z] 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-02-01T08:35:35.872Z] Removing intermediate container 3f878abb8e25 [2021-02-01T08:35:35.872Z] ---> 6258ee5742f2 [2021-02-01T08:35:35.873Z] Step 30/31 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:35:36.457Z] ---> Running in e9889f08467a [2021-02-01T08:35:37.040Z] Removing intermediate container e9889f08467a [2021-02-01T08:35:37.040Z] ---> bad8f0498b3f [2021-02-01T08:35:37.040Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T08:35:37.622Z] ---> Running in c73b4ff9ba8d [2021-02-01T08:35:39.028Z] Removing intermediate container c73b4ff9ba8d [2021-02-01T08:35:39.028Z] ---> 5a1ea0ebc78f [2021-02-01T08:35:39.028Z] [2021-02-01T08:35:39.298Z] Successfully built 5a1ea0ebc78f [2021-02-01T08:35:39.572Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T08:35:39.572Z] Building docker-security-proxy-setup-go [2021-02-01T08:35:39.572Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f62c749b52d [2021-02-01T08:35:39.572Z] ---> 4511e968a0eb [2021-02-01T08:35:39.572Z] Step 8/23 : COPY . . [2021-02-01T08:35:52.042Z] Removing intermediate container c840109b27eb [2021-02-01T08:35:52.042Z] ---> 32129629f4c7 [2021-02-01T08:35:52.042Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T08:35:53.467Z] ---> Running in 2215f98eea69 [2021-02-01T08:36:05.927Z] Collecting docker-compose==1.23.2 [2021-02-01T08:36:05.927Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T08:36:05.927Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T08:36:05.927Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T08:36:08.542Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T08:36:08.542Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T08:36:09.134Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T08:36:09.134Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T08:36:09.134Z] 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-02-01T08:36:09.417Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T08:36:09.417Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T08:36:09.417Z] ---> 12e83b4e63f3 [2021-02-01T08:36:09.417Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> 07043779ee78 [2021-02-01T08:36:09.417Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> a1d2fe9922bf [2021-02-01T08:36:09.417Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> 5e20198fc9c4 [2021-02-01T08:36:09.417Z] Step 6/21 : COPY go.mod . [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> 3b71f894a849 [2021-02-01T08:36:09.417Z] Step 7/21 : RUN go mod download [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> 927238e90ceb [2021-02-01T08:36:09.417Z] Step 8/21 : COPY . . [2021-02-01T08:36:09.417Z] ---> Using cache [2021-02-01T08:36:09.417Z] ---> dac2cad76cba [2021-02-01T08:36:09.417Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T08:36:10.373Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T08:36:10.373Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T08:36:11.326Z] ---> Running in 01cc3b245e76 [2021-02-01T08:36:11.326Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T08:36:11.326Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T08:36:12.731Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T08:36:12.731Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T08:36:12.731Z] ---> efa1452a2635 [2021-02-01T08:36:12.731Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T08:36:13.695Z] ---> Running in 4c1fa85eae7f [2021-02-01T08:36:13.695Z] 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-02-01T08:36:13.695Z] Collecting PyYAML<4,>=3.10 [2021-02-01T08:36:13.972Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T08:36:13.972Z] Removing intermediate container 9ea9dbaac750 [2021-02-01T08:36:13.972Z] ---> e9cda6c41214 [2021-02-01T08:36:13.972Z] [2021-02-01T08:36:13.972Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T08:36:13.972Z] ---> 389fef711851 [2021-02-01T08:36:13.972Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:36:13.972Z] Removing intermediate container 648e8e725c86 [2021-02-01T08:36:13.972Z] ---> 8ffdc7163612 [2021-02-01T08:36:13.972Z] [2021-02-01T08:36:13.972Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:36:13.972Z] ---> 389fef711851 [2021-02-01T08:36:13.972Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T08:36:13.972Z] ---> Using cache [2021-02-01T08:36:13.972Z] ---> 3fcfd8e4dbe2 [2021-02-01T08:36:13.972Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:36:13.972Z] ---> Using cache [2021-02-01T08:36:13.972Z] ---> 1d997ff74efa [2021-02-01T08:36:13.972Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T08:36:13.972Z] ---> Using cache [2021-02-01T08:36:13.972Z] ---> 3fcfd8e4dbe2 [2021-02-01T08:36:13.972Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T08:36:13.972Z] ---> Using cache [2021-02-01T08:36:13.972Z] ---> 1d997ff74efa [2021-02-01T08:36:13.972Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T08:36:14.244Z] ---> Running in 029a1241e848 [2021-02-01T08:36:14.244Z] ---> Running in 9ac7162c9b79 [2021-02-01T08:36:14.508Z] 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-02-01T08:36:15.908Z] Removing intermediate container 029a1241e848 [2021-02-01T08:36:15.908Z] ---> 14269c8aec4b [2021-02-01T08:36:15.908Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T08:36:15.908Z] Removing intermediate container 9ac7162c9b79 [2021-02-01T08:36:15.908Z] ---> a93cc39b4a32 [2021-02-01T08:36:15.908Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T08:36:15.908Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T08:36:15.908Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T08:36:16.187Z] ---> Running in 7889727e6fc0 [2021-02-01T08:36:16.187Z] ---> Running in 139fff7bb39e [2021-02-01T08:36:16.187Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T08:36:16.187Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T08:36:16.455Z] Collecting idna<2.8,>=2.5 [2021-02-01T08:36:16.455Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T08:36:16.727Z] 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-02-01T08:36:16.727Z] 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-02-01T08:36:16.727Z] Removing intermediate container 139fff7bb39e [2021-02-01T08:36:16.727Z] ---> 122c1ac5eec7 [2021-02-01T08:36:16.727Z] Step 15/23 : WORKDIR / [2021-02-01T08:36:16.996Z] Removing intermediate container 7889727e6fc0 [2021-02-01T08:36:16.996Z] ---> 1dd7aaabe792 [2021-02-01T08:36:16.996Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:36:16.996Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T08:36:16.996Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T08:36:16.996Z] ---> Running in 1c01adfdca60 [2021-02-01T08:36:17.280Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T08:36:17.280Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T08:36:17.280Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T08:36:17.280Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T08:36:17.280Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T08:36:17.280Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T08:36:17.557Z] Removing intermediate container 1c01adfdca60 [2021-02-01T08:36:17.557Z] ---> 93c623a13735 [2021-02-01T08:36:17.557Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:36:17.557Z] Installing collected packages: texttable, jsonschema, cached-property, docopt, dockerpty, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, docker-compose [2021-02-01T08:36:17.557Z] Running setup.py install for texttable: started [2021-02-01T08:36:17.557Z] ---> 0c900c33cf30 [2021-02-01T08:36:17.557Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T08:36:17.835Z] ---> f7aebf3346f1 [2021-02-01T08:36:17.835Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T08:36:18.444Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T08:36:19.048Z] ---> b532ac2673ba [2021-02-01T08:36:19.048Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T08:36:19.332Z] Running setup.py install for docopt: started [2021-02-01T08:36:19.608Z] ---> fdb4375fc9e2 [2021-02-01T08:36:19.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T08:36:19.879Z] ---> f2dbb92f9b8a [2021-02-01T08:36:19.879Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T08:36:19.879Z] ---> Running in 0761c27c0fd2 [2021-02-01T08:36:19.879Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T08:36:19.879Z] Running setup.py install for dockerpty: started [2021-02-01T08:36:20.159Z] ---> 71c494cdcae4 [2021-02-01T08:36:20.159Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T08:36:20.159Z] ---> Running in b332781ed79a [2021-02-01T08:36:20.427Z] Removing intermediate container 0761c27c0fd2 [2021-02-01T08:36:20.427Z] ---> 88603b5ef3fe [2021-02-01T08:36:20.427Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:36:20.427Z] ---> Running in b421e67652c3 [2021-02-01T08:36:20.427Z] Removing intermediate container b332781ed79a [2021-02-01T08:36:20.427Z] ---> f14a263edbdc [2021-02-01T08:36:20.427Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:36:20.696Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T08:36:20.696Z] Attempting uninstall: idna [2021-02-01T08:36:20.696Z] Found existing installation: idna 2.9 [2021-02-01T08:36:20.696Z] ---> Running in 0e6252e9c921 [2021-02-01T08:36:20.696Z] Uninstalling idna-2.9: [2021-02-01T08:36:20.696Z] Successfully uninstalled idna-2.9 [2021-02-01T08:36:20.962Z] Removing intermediate container b421e67652c3 [2021-02-01T08:36:20.962Z] ---> 89dfb288565d [2021-02-01T08:36:20.962Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T08:36:21.233Z] Attempting uninstall: urllib3 [2021-02-01T08:36:21.233Z] Found existing installation: urllib3 1.25.9 [2021-02-01T08:36:21.233Z] Uninstalling urllib3-1.25.9: [2021-02-01T08:36:21.511Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T08:36:21.793Z] ---> Running in e294dcc8d946 [2021-02-01T08:36:21.793Z] Removing intermediate container 0e6252e9c921 [2021-02-01T08:36:21.793Z] ---> c74deffabf04 [2021-02-01T08:36:21.793Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:36:23.265Z] ---> Running in 2578aed66abf [2021-02-01T08:36:23.265Z] Attempting uninstall: requests [2021-02-01T08:36:23.265Z] Found existing installation: requests 2.23.0 [2021-02-01T08:36:23.265Z] Uninstalling requests-2.23.0: [2021-02-01T08:36:23.265Z] Successfully uninstalled requests-2.23.0 [2021-02-01T08:36:23.854Z] Removing intermediate container e294dcc8d946 [2021-02-01T08:36:23.854Z] ---> 02135ce8cb76 [2021-02-01T08:36:23.854Z] Step 21/22 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:36:24.843Z] Running setup.py install for PyYAML: started [2021-02-01T08:36:25.108Z] Removing intermediate container 2578aed66abf [2021-02-01T08:36:25.109Z] ---> e4dcb211754d [2021-02-01T08:36:25.109Z] Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:36:25.109Z] ---> Running in 22e1b5ee4891 [2021-02-01T08:36:25.382Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T08:36:25.651Z] ---> Running in b6a3d0b37ecd [2021-02-01T08:36:25.919Z] Removing intermediate container 22e1b5ee4891 [2021-02-01T08:36:25.919Z] ---> 8aef5be2f57f [2021-02-01T08:36:25.919Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T08:36:26.191Z] Removing intermediate container b6a3d0b37ecd [2021-02-01T08:36:26.191Z] ---> 25e40567265a [2021-02-01T08:36:26.191Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:36:26.191Z] ---> Running in c0637e28a586 [2021-02-01T08:36:27.171Z] ---> Running in e783fe422b18 [2021-02-01T08:36:27.171Z] Removing intermediate container c0637e28a586 [2021-02-01T08:36:27.171Z] ---> a87dc56db5e6 [2021-02-01T08:36:27.171Z] [2021-02-01T08:36:27.768Z] Removing intermediate container e783fe422b18 [2021-02-01T08:36:27.768Z] ---> 6d994518111e [2021-02-01T08:36:27.768Z] [2021-02-01T08:36:27.768Z] Successfully built a87dc56db5e6 [2021-02-01T08:36:27.768Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-01T08:36:27.768Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T08:36:28.036Z]  Building docker-support-scheduler-go ... done Successfully built 6d994518111e [2021-02-01T08:36:28.036Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T08:36:33.446Z]  Building docker-core-metadata-go ... done Removing intermediate container 2215f98eea69 [2021-02-01T08:36:33.446Z] ---> 9d6a0784f859 [2021-02-01T08:36:33.446Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T08:36:33.446Z] ---> Running in 896c33cc035a [2021-02-01T08:36:34.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:34.051Z] 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-02-01T08:36:34.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:34.322Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:36:34.322Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T08:36:34.599Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T08:36:34.599Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:36:34.599Z] OK: 72 MiB in 58 packages [2021-02-01T08:36:36.039Z] Removing intermediate container 896c33cc035a [2021-02-01T08:36:36.039Z] ---> 190a56f201eb [2021-02-01T08:36:36.039Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T08:36:36.039Z] ---> Running in a107692f1a06 [2021-02-01T08:36:36.306Z] Removing intermediate container a107692f1a06 [2021-02-01T08:36:36.306Z] ---> 2a4f622b1a5b [2021-02-01T08:36:36.306Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:36:36.306Z] ---> Running in 162b4a7d0f7b [2021-02-01T08:36:36.598Z] Removing intermediate container 162b4a7d0f7b [2021-02-01T08:36:36.598Z] ---> c22606a51317 [2021-02-01T08:36:36.598Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T08:36:36.598Z] ---> Running in 3cfe9f73481c [2021-02-01T08:36:37.000Z] Removing intermediate container 3cfe9f73481c [2021-02-01T08:36:37.000Z] ---> d1676034aa26 [2021-02-01T08:36:37.000Z] Step 25/26 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:36:37.000Z] ---> Running in 560e57469791 [2021-02-01T08:36:37.286Z] Removing intermediate container 560e57469791 [2021-02-01T08:36:37.287Z] ---> 224213b9a2a4 [2021-02-01T08:36:37.287Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T08:36:37.624Z] ---> Running in 371bd0933976 [2021-02-01T08:36:37.915Z] Removing intermediate container 371bd0933976 [2021-02-01T08:36:37.915Z] ---> 39af74750f8c [2021-02-01T08:36:37.915Z] [2021-02-01T08:36:38.934Z] Successfully built 39af74750f8c [2021-02-01T08:36:38.934Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T08:36:40.335Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 01cc3b245e76 [2021-02-01T08:36:40.335Z] ---> a5da37e39503 [2021-02-01T08:36:40.335Z] [2021-02-01T08:36:40.335Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T08:36:40.335Z] ---> 389fef711851 [2021-02-01T08:36:40.335Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T08:36:40.335Z] ---> Running in 5d0c32844d7b [2021-02-01T08:36:41.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:41.303Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:41.568Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T08:36:41.568Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T08:36:41.568Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T08:36:41.845Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T08:36:41.845Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:36:42.427Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T08:36:42.427Z] OK: 7 MiB in 18 packages [2021-02-01T08:36:43.008Z] Removing intermediate container 4c1fa85eae7f [2021-02-01T08:36:43.008Z] ---> d09620f8744a [2021-02-01T08:36:43.008Z] [2021-02-01T08:36:43.008Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T08:36:43.009Z] ---> 389fef711851 [2021-02-01T08:36:43.009Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T08:36:43.274Z] ---> Running in d26a1489187a [2021-02-01T08:36:43.855Z] Removing intermediate container d26a1489187a [2021-02-01T08:36:43.855Z] ---> 225ca78b2df1 [2021-02-01T08:36:43.855Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T08:36:43.855Z] Removing intermediate container 5d0c32844d7b [2021-02-01T08:36:43.855Z] ---> 3018d6df40b2 [2021-02-01T08:36:43.855Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T08:36:44.120Z] ---> Running in 02a5b1cf05c3 [2021-02-01T08:36:44.120Z] ---> Running in ff6d453ab05e [2021-02-01T08:36:44.120Z] Removing intermediate container 02a5b1cf05c3 [2021-02-01T08:36:44.120Z] ---> f8c9f3e7379e [2021-02-01T08:36:44.120Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T08:36:44.120Z] Removing intermediate container ff6d453ab05e [2021-02-01T08:36:44.120Z] ---> 8111b951e34d [2021-02-01T08:36:44.120Z] Step 13/21 : WORKDIR /edgex [2021-02-01T08:36:44.385Z] ---> Running in d513bcddba56 [2021-02-01T08:36:44.385Z] ---> Running in 34e813147570 [2021-02-01T08:36:44.651Z] Removing intermediate container d513bcddba56 [2021-02-01T08:36:44.651Z] ---> 2db3178cfe84 [2021-02-01T08:36:44.651Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T08:36:44.651Z] Removing intermediate container 34e813147570 [2021-02-01T08:36:44.651Z] ---> af6b7ae55aae [2021-02-01T08:36:44.651Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T08:36:44.651Z] ---> Running in 4783bad67db5 [2021-02-01T08:36:44.925Z] ---> 4de635025cf0 [2021-02-01T08:36:44.925Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T08:36:45.509Z] ---> 80c4a994f0f8 [2021-02-01T08:36:45.509Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T08:36:45.776Z] Removing intermediate container 4783bad67db5 [2021-02-01T08:36:45.776Z] ---> 93f2f252b088 [2021-02-01T08:36:45.776Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T08:36:46.041Z] ---> Running in 46554f60f7ac [2021-02-01T08:36:46.041Z] ---> b611cb4a1a02 [2021-02-01T08:36:46.041Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T08:36:46.306Z] ---> Running in 12166f6c8eb2 [2021-02-01T08:36:46.306Z] Removing intermediate container 12166f6c8eb2 [2021-02-01T08:36:46.306Z] ---> ff98dab9cf35 [2021-02-01T08:36:46.306Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T08:36:46.572Z] ---> Running in 97a4c8a1d5c1 [2021-02-01T08:36:46.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:46.572Z] Removing intermediate container 97a4c8a1d5c1 [2021-02-01T08:36:46.572Z] ---> 0549fd73f2f0 [2021-02-01T08:36:46.572Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T08:36:46.837Z] ---> Running in bad9117c6873 [2021-02-01T08:36:46.837Z] Removing intermediate container bad9117c6873 [2021-02-01T08:36:46.837Z] ---> 497039b0cd77 [2021-02-01T08:36:46.837Z] Step 20/21 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:36:46.837Z] ---> Running in dd0b8cd611a7 [2021-02-01T08:36:47.104Z] Removing intermediate container dd0b8cd611a7 [2021-02-01T08:36:47.104Z] ---> 3cfd1cb450e3 [2021-02-01T08:36:47.104Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T08:36:47.104Z] ---> Running in d2a977c5b485 [2021-02-01T08:36:48.056Z] Removing intermediate container d2a977c5b485 [2021-02-01T08:36:48.056Z] ---> 7159c37e172c [2021-02-01T08:36:48.056Z] [2021-02-01T08:36:48.056Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T08:36:48.056Z] Successfully built 7159c37e172c [2021-02-01T08:36:48.056Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T08:36:49.276Z]  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T08:36:49.861Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T08:36:49.861Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T08:36:50.127Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T08:36:51.530Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T08:36:52.111Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T08:36:52.376Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T08:36:52.376Z] OK: 8 MiB in 20 packages [2021-02-01T08:36:52.958Z] Removing intermediate container 46554f60f7ac [2021-02-01T08:36:52.958Z] ---> 364299f9be9d [2021-02-01T08:36:52.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T08:36:53.224Z] ---> cbf4b05ee35e [2021-02-01T08:36:53.224Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T08:36:54.184Z] ---> 5f0c6cd5d5f2 [2021-02-01T08:36:54.184Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T08:36:54.184Z] ---> df5af2f36e38 [2021-02-01T08:36:54.184Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T08:36:54.184Z] ---> Running in 7326122c9b62 [2021-02-01T08:36:54.449Z] Removing intermediate container 7326122c9b62 [2021-02-01T08:36:54.449Z] ---> 2658773a6e59 [2021-02-01T08:36:54.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T08:36:54.449Z] ---> Running in 459a5111c544 [2021-02-01T08:36:54.719Z] Removing intermediate container 459a5111c544 [2021-02-01T08:36:54.719Z] ---> 0cdffb1d6338 [2021-02-01T08:36:54.719Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T08:36:54.719Z] ---> Running in 13e88f080f5d [2021-02-01T08:36:54.986Z] Removing intermediate container 13e88f080f5d [2021-02-01T08:36:54.986Z] ---> f8f374940f4d [2021-02-01T08:36:54.986Z] Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b [2021-02-01T08:36:54.986Z] ---> Running in 38d3e07e4e26 [2021-02-01T08:36:55.251Z] Removing intermediate container 38d3e07e4e26 [2021-02-01T08:36:55.251Z] ---> cb5ff5e5acfc [2021-02-01T08:36:55.251Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T08:36:55.251Z] ---> Running in 83ecc90b1ba6 [2021-02-01T08:36:55.526Z] Removing intermediate container 83ecc90b1ba6 [2021-02-01T08:36:55.526Z] ---> faa89c75ada3 [2021-02-01T08:36:55.526Z] [2021-02-01T08:36:55.793Z] Successfully built faa89c75ada3 [2021-02-01T08:36:55.793Z] Successfully tagged docker-core-data-go:latest [2021-02-01T08:36:56.078Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-01T08:36:56.108Z] $ docker stop --time=1 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d [2021-02-01T08:36:57.860Z] $ docker rm -f 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T08:36:58.392Z] + docker images [2021-02-01T08:36:58.392Z] + grep docker [2021-02-01T08:36:58.657Z] docker-core-data-go latest faa89c75ada3 3 seconds ago 22.3MB [2021-02-01T08:36:58.657Z] docker-security-proxy-setup-go latest 7159c37e172c 11 seconds ago 24.4MB [2021-02-01T08:36:58.657Z] docker-sys-mgmt-agent-go latest 39af74750f8c 21 seconds ago 313MB [2021-02-01T08:36:58.657Z] docker-core-metadata-go latest 6d994518111e 31 seconds ago 18.8MB [2021-02-01T08:36:58.657Z] docker-support-scheduler-go latest a87dc56db5e6 32 seconds ago 17MB [2021-02-01T08:36:58.657Z] docker-security-bootstrapper-go latest 5a1ea0ebc78f About a minute ago 23.8MB [2021-02-01T08:36:58.657Z] docker-security-secretstore-setup-go latest ede6e2d778e7 About a minute ago 24.6MB [2021-02-01T08:36:58.657Z] docker-core-command-go latest 3dc496db71ec 2 minutes ago 16.9MB [2021-02-01T08:36:58.657Z] docker-support-notifications-go latest 41df399cf257 2 minutes ago 16.9MB [2021-02-01T08:36:58.657Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-01T08:37:14.359Z] Still waiting to schedule task [2021-02-01T08:37:14.359Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T08:38:12.552Z] Running on prd-ubuntu18.04-docker-8c-8g-24318 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws [2021-02-01T08:38:12.605Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-01T08:38:14.743Z] using credential edgex-jenkins-ssh [2021-02-01T08:38:14.795Z] Cloning the remote Git repository [2021-02-01T08:38:14.822Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:38:14.885Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-01T08:38:14.915Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:38:14.915Z] > git --version # timeout=10 [2021-02-01T08:38:14.921Z] > git --version # 'git version 2.17.1' [2021-02-01T08:38:14.921Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:38:14.946Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:38:48.157Z] Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T08:38:47.546Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:38:47.555Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T08:38:47.565Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T08:38:47.578Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T08:38:47.579Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T08:38:47.584Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T08:38:48.168Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T08:38:48.176Z] > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T08:38:48.781Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:38:51.077Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:38:51.971Z] ---> package-listing.sh [2021-02-01T08:38:51.971Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T08:38:51.971Z] ++ facter osfamily [2021-02-01T08:38:51.971Z] + OS_FAMILY=redhat [2021-02-01T08:38:51.971Z] + workspace=/w/workspace/edgex-go/3 [2021-02-01T08:38:51.971Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T08:38:51.971Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T08:38:51.971Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T08:38:51.971Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T08:38:51.971Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-01T08:38:51.971Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T08:38:51.971Z] + case "${OS_FAMILY}" in [2021-02-01T08:38:51.971Z] + rpm -qa [2021-02-01T08:38:51.971Z] + sort [2021-02-01T08:38:57.286Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T08:38:57.286Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T08:38:57.286Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T08:38:57.286Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-01T08:38:57.286Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-01T08:38:57.286Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-01T08:38:57.299Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T08:38:57.601Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:38:57.915Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:38:57.915Z] [2021-02-01T08:38:57.915Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T08:38:58.265Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:38:58.266Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T08:38:58.266Z] df20fa9351a1: Pulling fs layer [2021-02-01T08:38:58.266Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T08:38:58.266Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T08:38:58.266Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T08:38:58.266Z] 93b61091891f: Pulling fs layer [2021-02-01T08:38:58.266Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T08:38:58.266Z] 5e14af77c1be: Pulling fs layer [2021-02-01T08:38:58.266Z] 01666e4c0597: Pulling fs layer [2021-02-01T08:38:58.266Z] aa168da1d23b: Pulling fs layer [2021-02-01T08:38:58.266Z] 46f8f816bc3b: Waiting [2021-02-01T08:38:58.266Z] 93b61091891f: Waiting [2021-02-01T08:38:58.266Z] 93b9cdb0e59b: Waiting [2021-02-01T08:38:58.266Z] 5e14af77c1be: Waiting [2021-02-01T08:38:58.266Z] 01666e4c0597: Waiting [2021-02-01T08:38:58.266Z] aa168da1d23b: Waiting [2021-02-01T08:38:58.266Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T08:38:58.266Z] 36b3adc4ff6f: Download complete [2021-02-01T08:38:58.266Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T08:38:58.266Z] 46f8f816bc3b: Download complete [2021-02-01T08:38:58.527Z] df20fa9351a1: Verifying Checksum [2021-02-01T08:38:58.527Z] df20fa9351a1: Download complete [2021-02-01T08:38:58.527Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T08:38:58.527Z] 93b9cdb0e59b: Download complete [2021-02-01T08:38:58.527Z] 5e14af77c1be: Verifying Checksum [2021-02-01T08:38:58.527Z] 5e14af77c1be: Download complete [2021-02-01T08:38:58.527Z] 93b61091891f: Verifying Checksum [2021-02-01T08:38:58.527Z] 93b61091891f: Download complete [2021-02-01T08:38:58.527Z] 01666e4c0597: Verifying Checksum [2021-02-01T08:38:58.527Z] 01666e4c0597: Download complete [2021-02-01T08:38:58.794Z] df20fa9351a1: Pull complete [2021-02-01T08:38:59.068Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T08:38:59.068Z] 8ad3a11d3b57: Download complete [2021-02-01T08:38:59.068Z] 36b3adc4ff6f: Pull complete [2021-02-01T08:39:00.032Z] 8ad3a11d3b57: Pull complete [2021-02-01T08:39:00.032Z] 46f8f816bc3b: Pull complete [2021-02-01T08:39:00.994Z] aa168da1d23b: Verifying Checksum [2021-02-01T08:39:00.994Z] aa168da1d23b: Download complete [2021-02-01T08:39:02.928Z] 93b61091891f: Pull complete [2021-02-01T08:39:02.928Z] 93b9cdb0e59b: Pull complete [2021-02-01T08:39:02.928Z] 5e14af77c1be: Pull complete [2021-02-01T08:39:03.194Z] 01666e4c0597: Pull complete [2021-02-01T08:39:09.852Z] aa168da1d23b: Pull complete [2021-02-01T08:39:09.852Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T08:39:10.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T08:39:10.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T08:39:10.378Z] prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container [2021-02-01T08:39:10.441Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-lftools-log-publisher:alpine cat [2021-02-01T08:39:20.290Z] $ docker top 37871d89bbdb0e7aa2cc46b4b6d67e8945ec37f3ae82965dd378c5f91b497161 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T08:39:20.925Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T08:39:21.236Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T08:39:21.545Z] + ls /var/log/sa-host [2021-02-01T08:39:21.545Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T08:39:21.545Z] file_magic: OK [2021-02-01T08:39:21.545Z] HZ: Using current value: 100 [2021-02-01T08:39:21.545Z] file_header: OK [2021-02-01T08:39:21.545Z] 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-02-01T08:39:21.545Z] Statistics: [2021-02-01T08:39:21.545Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-01T08:39:21.545Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T08:39:21.545Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T08:39:21.545Z] file_magic: OK [2021-02-01T08:39:21.545Z] HZ: Using current value: 100 [2021-02-01T08:39:21.545Z] file_header: OK [2021-02-01T08:39:21.545Z] 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-02-01T08:39:21.545Z] Statistics: [2021-02-01T08:39:21.545Z] Hnuu...uuuununununu... [2021-02-01T08:39:21.545Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T08:39:21.783Z] provisioning config files... [2021-02-01T08:39:21.828Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7226184767819154668tmp [Pipeline] { [Pipeline] echo [2021-02-01T08:39:21.940Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:39:22.262Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T08:39:22.277Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T08:39:22.374Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:39:22.701Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T08:39:22.727Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:39:23.029Z] ---> sudo-logs.sh [2021-02-01T08:39:23.029Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T08:39:23.041Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:39:23.346Z] ---> job-cost.sh [2021-02-01T08:39:23.346Z] lf-activate-venv: SKIPPING [2021-02-01T08:39:23.346Z] INFO: No Stack... [2021-02-01T08:39:24.293Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T08:39:24.867Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T08:39:24.880Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T08:39:25.179Z] ---> logs-deploy.sh [2021-02-01T08:39:25.179Z] lf-activate-venv: SKIPPING [2021-02-01T08:39:25.179Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3104/3 [2021-02-01T08:39:25.179Z] INFO: archiving workspace using pattern(s): [2021-02-01T08:39:26.570Z] Archives upload complete. [2021-02-01T08:39:26.833Z] INFO: archiving logs to Nexus