Pull request #3088 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 2372a215bf83b5aca75052ece39a841bb32f320e rather than 041ffd2f18cd24aeb03e215b9cd83045f0790b50 Obtained Jenkinsfile from 2372a215bf83b5aca75052ece39a841bb32f320e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24246 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # 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 Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 > 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/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 Merge succeeded, producing 041ffd2f18cd24aeb03e215b9cd83045f0790b50 Checking out Revision 041ffd2f18cd24aeb03e215b9cd83045f0790b50 (PR-3088) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2372a215bf83b5aca75052ece39a841bb32f320e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 Commit message: "DeviceProfile and DeviceService Delete API should return 409 instead of the 400 when associated object exist" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-01T01:57:19.901Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 5775114a5aec44cff2ba304e7aaf70fc148e0ab3 # timeout=10 [Pipeline] withCredentials [2021-02-01T01:57:20.279Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-01T01:57:20.428Z] ========================================================= [2021-02-01T01:57:20.428Z] EdgeX Global Pipelines Version Info [2021-02-01T01:57:20.428Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:57:21.974Z] ------------------- [2021-02-01T01:57:21.974Z] stable info: [2021-02-01T01:57:21.974Z] ------------------- [2021-02-01T01:57:21.974Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T01:57:21.974Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T01:57:21.974Z] Message: update stable to v1.0.179 [2021-02-01T01:57:22.921Z] ------------------- [2021-02-01T01:57:22.921Z] experimental info: [2021-02-01T01:57:22.921Z] ------------------- [2021-02-01T01:57:22.921Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-01T01:57:22.921Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-01T01:57:22.921Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-01T01:57:23.237Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-01T01:57:23.339Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-01T01:57:23.439Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-01T01:57:23.534Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-01T01:57:23.642Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-01T01:57:23.736Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-01T01:57:23.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-01T01:57:23.959Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-01T01:57:24.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-01T01:57:24.205Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-01T01:57:24.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-01T01:57:24.405Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-01T01:57:24.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-01T01:57:24.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-01T01:57:24.782Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T01:57:24.874Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-01T01:57:24.969Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-01T01:57:25.061Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-01T01:57:25.189Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-01T01:57:25.283Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-01T01:57:25.376Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-01T01:57:25.467Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-01T01:57:25.560Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-01T01:57:25.652Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3088 [Pipeline] echo [2021-02-01T01:57:25.745Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3088 [Pipeline] echo [2021-02-01T01:57:25.833Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3088 [Pipeline] echo [2021-02-01T01:57:25.923Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] echo [2021-02-01T01:57:26.011Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 041ffd2 [Pipeline] echo [2021-02-01T01:57:26.105Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-01T01:57:26.349Z] provisioning config files... [2021-02-01T01:57:26.393Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config2334990852387502622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-01T01:57:26.758Z] ---> docker-login.sh [2021-02-01T01:57:26.759Z] nexus3.edgexfoundry.org:10001 [2021-02-01T01:57:27.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:57:27.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:57:27.287Z] Configure a credential helper to remove this warning. See [2021-02-01T01:57:27.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:57:27.287Z] [2021-02-01T01:57:27.287Z] Login Succeeded [2021-02-01T01:57:27.287Z] nexus3.edgexfoundry.org:10002 [2021-02-01T01:57:27.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:57:27.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:57:27.551Z] Configure a credential helper to remove this warning. See [2021-02-01T01:57:27.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:57:27.551Z] [2021-02-01T01:57:27.551Z] Login Succeeded [2021-02-01T01:57:27.551Z] nexus3.edgexfoundry.org:10003 [2021-02-01T01:57:27.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:57:27.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:57:27.551Z] Configure a credential helper to remove this warning. See [2021-02-01T01:57:27.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:57:27.551Z] [2021-02-01T01:57:27.551Z] Login Succeeded [2021-02-01T01:57:27.551Z] nexus3.edgexfoundry.org:10004 [2021-02-01T01:57:27.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:57:27.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:57:27.814Z] Configure a credential helper to remove this warning. See [2021-02-01T01:57:27.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:57:27.814Z] [2021-02-01T01:57:27.814Z] Login Succeeded [2021-02-01T01:57:27.814Z] docker.io [2021-02-01T01:57:28.079Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-01T01:57:28.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-01T01:57:28.342Z] Configure a credential helper to remove this warning. See [2021-02-01T01:57:28.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-01T01:57:28.342Z] [2021-02-01T01:57:28.342Z] Login Succeeded [2021-02-01T01:57:28.342Z] ---> docker-login.sh ends [Pipeline] } [2021-02-01T01:57:28.353Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T01:57:28.858Z] ++ 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-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/core-command/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/core-data/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-01T01:57:28.858Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-01T01:57:28.858Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-01T01:57:28.858Z] ++ cut -d/ -f2 [2021-02-01T01:57:28.858Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-01T01:57:28.939Z] 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-01T01:57:30.487Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:57:30.488Z] [2021-02-01T01:57:30.488Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:57:30.866Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:57:30.866Z] latest: Pulling from edgex-devops/git-semver [2021-02-01T01:57:30.866Z] 31603596830f: Pulling fs layer [2021-02-01T01:57:30.866Z] 2a8b12db71e7: Pulling fs layer [2021-02-01T01:57:30.866Z] 6ca5941a6612: Pulling fs layer [2021-02-01T01:57:30.866Z] ecc8261a40a4: Pulling fs layer [2021-02-01T01:57:30.866Z] ecc8261a40a4: Waiting [2021-02-01T01:57:30.866Z] 2a8b12db71e7: Download complete [2021-02-01T01:57:31.129Z] 31603596830f: Download complete [2021-02-01T01:57:31.129Z] 6ca5941a6612: Verifying Checksum [2021-02-01T01:57:31.129Z] 6ca5941a6612: Download complete [2021-02-01T01:57:31.419Z] ecc8261a40a4: Verifying Checksum [2021-02-01T01:57:31.419Z] ecc8261a40a4: Download complete [2021-02-01T01:57:31.419Z] 31603596830f: Pull complete [2021-02-01T01:57:31.682Z] 2a8b12db71e7: Pull complete [2021-02-01T01:57:32.630Z] 6ca5941a6612: Pull complete [2021-02-01T01:57:32.892Z] ecc8261a40a4: Pull complete [2021-02-01T01:57:32.892Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-01T01:57:32.892Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-01T01:57:32.892Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-01T01:57:32.995Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T01:57:33.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T01:57:35.446Z] $ docker top 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-01T01:57:35.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T01:57:35.727Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T01:57:35.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T01:57:35.958Z] $ docker exec 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent [2021-02-01T01:57:36.128Z] SSH_AUTH_SOCK=/tmp/ssh-ziwzWLKoRzZw/agent.11 [2021-02-01T01:57:36.128Z] SSH_AGENT_PID=16 [2021-02-01T01:57:36.138Z] Running ssh-add (command line suppressed) [2021-02-01T01:57:36.274Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_1919906244929913684.key (/w/workspace/edgex-go/9@tmp/private_key_1919906244929913684.key) [2021-02-01T01:57:36.324Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T01:57:36.666Z] + git tag --points-at HEAD [Pipeline] } [2021-02-01T01:57:36.693Z] $ docker exec --env ******** --env ******** 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent -k [2021-02-01T01:57:36.808Z] unset SSH_AUTH_SOCK; [2021-02-01T01:57:36.808Z] unset SSH_AGENT_PID; [2021-02-01T01:57:36.809Z] echo Agent pid 16 killed; [2021-02-01T01:57:36.851Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-01T01:57:36.997Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-01T01:57:36.997Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-01T01:57:37.168Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-01T01:57:37.177Z] $ docker exec 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent [2021-02-01T01:57:37.338Z] SSH_AUTH_SOCK=/tmp/ssh-CSmbuJJkdHr0/agent.46 [2021-02-01T01:57:37.338Z] SSH_AGENT_PID=52 [2021-02-01T01:57:37.344Z] Running ssh-add (command line suppressed) [2021-02-01T01:57:37.472Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_6717272827161824616.key (/w/workspace/edgex-go/9@tmp/private_key_6717272827161824616.key) [2021-02-01T01:57:37.519Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-01T01:57:37.853Z] + git semver init [2021-02-01T01:57:37.853Z] # -> Open(): unable to determine branch for HEAD [2021-02-01T01:57:37.853Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-02-01T01:57:37.853Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-02-01T01:57:37.853Z] # $SEMVER_REMOTE_NAME = origin [2021-02-01T01:57:37.853Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-01T01:57:37.853Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-01T01:57:37.853Z] # $SEMVER_BRANCH = PR-3088 [2021-02-01T01:57:37.853Z] # $SEMVER_TEMP = /tmp/semver-507777824 [2021-02-01T01:57:37.853Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-01T01:57:59.931Z] # '/tmp/semver-507777824' -> '/w/workspace/edgex-go/9/.semver' [2021-02-01T01:57:59.931Z] # -> Force: false [2021-02-01T01:57:59.931Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-02-01T01:57:59.967Z] $ docker exec --env ******** --env ******** 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf ssh-agent -k [2021-02-01T01:58:00.229Z] unset SSH_AUTH_SOCK; [2021-02-01T01:58:00.230Z] unset SSH_AGENT_PID; [2021-02-01T01:58:00.230Z] echo Agent pid 52 killed; [2021-02-01T01:58:00.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-01T01:58:00.876Z] + git semver [Pipeline] } [2021-02-01T01:58:00.901Z] $ docker stop --time=1 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf [2021-02-01T01:58:02.496Z] $ docker rm -f 4d45faaafb22c83e85572d5bb78d7eaeef44cbce189fe4c8295c08710a337faf [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T01:58:03.015Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-01T01:58:03.552Z] Stashed 1 file(s) [Pipeline] echo [2021-02-01T01:58:03.555Z] [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-01T01:58:04.475Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:58:04.791Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-01T01:58:05.093Z] + sudo service docker restart [2021-02-01T01:58:05.093Z] + true [2021-02-01T01:58:05.093Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-01T01:58:05.684Z] ========================================================= [2021-02-01T01:58:05.684Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-01T01:58:05.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:58:06.027Z] + 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-01T01:58:10.256Z] Sending build context to Docker daemon 327.4MB [2021-02-01T01:58:10.256Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-01T01:58:10.256Z] Step 2/6 : FROM ${BASE} [2021-02-01T01:58:10.256Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-01T01:58:10.256Z] 188c0c94c7c5: Pulling fs layer [2021-02-01T01:58:10.256Z] 0ef7d3d256c8: Pulling fs layer [2021-02-01T01:58:10.256Z] de9db76c5a1d: Pulling fs layer [2021-02-01T01:58:10.256Z] bca2f99d35d6: Pulling fs layer [2021-02-01T01:58:10.256Z] 93359f2a8cfa: Pulling fs layer [2021-02-01T01:58:10.256Z] 7c6f9722023f: Pulling fs layer [2021-02-01T01:58:10.256Z] a35cf1a2eb13: Pulling fs layer [2021-02-01T01:58:10.256Z] 93359f2a8cfa: Waiting [2021-02-01T01:58:10.256Z] 7c6f9722023f: Waiting [2021-02-01T01:58:10.256Z] a35cf1a2eb13: Waiting [2021-02-01T01:58:10.256Z] bca2f99d35d6: Waiting [2021-02-01T01:58:10.256Z] de9db76c5a1d: Verifying Checksum [2021-02-01T01:58:10.256Z] de9db76c5a1d: Download complete [2021-02-01T01:58:10.256Z] 0ef7d3d256c8: Download complete [2021-02-01T01:58:10.256Z] 93359f2a8cfa: Verifying Checksum [2021-02-01T01:58:10.256Z] 93359f2a8cfa: Download complete [2021-02-01T01:58:10.256Z] 7c6f9722023f: Verifying Checksum [2021-02-01T01:58:10.256Z] 7c6f9722023f: Download complete [2021-02-01T01:58:10.256Z] 188c0c94c7c5: Verifying Checksum [2021-02-01T01:58:10.256Z] 188c0c94c7c5: Download complete [2021-02-01T01:58:10.519Z] 188c0c94c7c5: Pull complete [2021-02-01T01:58:10.787Z] 0ef7d3d256c8: Pull complete [2021-02-01T01:58:10.787Z] de9db76c5a1d: Pull complete [2021-02-01T01:58:12.183Z] a35cf1a2eb13: Verifying Checksum [2021-02-01T01:58:12.183Z] a35cf1a2eb13: Download complete [2021-02-01T01:58:12.448Z] bca2f99d35d6: Verifying Checksum [2021-02-01T01:58:12.448Z] bca2f99d35d6: Download complete [2021-02-01T01:58:18.965Z] Still waiting to schedule task [2021-02-01T01:58:18.965Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-01T01:58:19.082Z] bca2f99d35d6: Pull complete [2021-02-01T01:58:19.083Z] 93359f2a8cfa: Pull complete [2021-02-01T01:58:19.083Z] 7c6f9722023f: Pull complete [2021-02-01T01:58:23.317Z] a35cf1a2eb13: Pull complete [2021-02-01T01:58:23.317Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-01T01:58:23.317Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-01T01:58:23.317Z] ---> a62c8e92a672 [2021-02-01T01:58:23.317Z] 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-01T01:58:23.317Z] ---> Running in ae175e8ac002 [2021-02-01T01:58:23.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T01:58:24.534Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T01:58:24.797Z] (1/12) Installing libmagic (5.38-r0) [2021-02-01T01:58:25.374Z] (2/12) Installing file (5.38-r0) [2021-02-01T01:58:25.374Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-01T01:58:25.636Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-01T01:58:30.975Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-01T01:58:30.975Z] (6/12) Installing patch (2.7.6-r6) [2021-02-01T01:58:31.239Z] (7/12) Installing build-base (0.5-r2) [2021-02-01T01:58:31.239Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-01T01:58:31.239Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-01T01:58:31.501Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-01T01:58:31.501Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-01T01:58:31.778Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-01T01:58:31.778Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T01:58:31.778Z] OK: 233 MiB in 51 packages [2021-02-01T01:58:35.136Z] Removing intermediate container ae175e8ac002 [2021-02-01T01:58:35.136Z] ---> a1e6adb1dc84 [2021-02-01T01:58:35.136Z] Step 4/6 : WORKDIR /edgex-go [2021-02-01T01:58:35.136Z] ---> Running in 54633885a121 [2021-02-01T01:58:35.136Z] Removing intermediate container 54633885a121 [2021-02-01T01:58:35.136Z] ---> e13c2df81e8f [2021-02-01T01:58:35.136Z] Step 5/6 : COPY go.mod . [2021-02-01T01:58:35.136Z] ---> 50ea90332fff [2021-02-01T01:58:35.136Z] Step 6/6 : RUN go mod download [2021-02-01T01:58:35.401Z] ---> Running in d9b7d8e37d7b [2021-02-01T01:58:57.492Z] Removing intermediate container d9b7d8e37d7b [2021-02-01T01:58:57.492Z] ---> d9f4212eeb26 [2021-02-01T01:58:57.492Z] Successfully built d9f4212eeb26 [2021-02-01T01:58:57.492Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:58:57.810Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T01:58:57.810Z] . [Pipeline] withDockerContainer [2021-02-01T01:58:57.918Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T01:58:57.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T01:58:58.790Z] $ docker top 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T01:58:59.713Z] + go version [2021-02-01T01:58:59.713Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-01T01:58:59.733Z] $ docker stop --time=1 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 [2021-02-01T01:59:01.246Z] $ docker rm -f 5e1b01922a3b797c456d7be3770c58e87eb9ab79dcc7bcec2017af137203a2b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T01:59:02.215Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-01T01:59:02.215Z] . [Pipeline] withDockerContainer [2021-02-01T01:59:02.355Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T01:59:02.407Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T01:59:03.153Z] $ docker top c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-01T01:59:03.349Z] ========================================================= [2021-02-01T01:59:03.349Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-01T01:59:03.349Z] ========================================================= [Pipeline] sh [2021-02-01T01:59:03.646Z] + make test [2021-02-01T01:59:03.646Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-01T01:59:13.723Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-01T01:59:28.797Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-01T01:59:35.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-01T01:59:35.485Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-01T01:59:35.485Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-01T01:59:35.485Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-01T01:59:38.090Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-01T01:59:40.962Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-01T01:59:40.962Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-01T01:59:40.962Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-01T01:59:43.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.0% of statements [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-01T01:59:43.032Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-01T01:59:43.032Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.066s coverage: 100.0% of statements [2021-02-01T01:59:47.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.1% of statements [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-01T01:59:47.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.057s coverage: 100.0% of statements [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-01T01:59:47.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-01T01:59:47.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.135s coverage: 65.8% of statements [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-01T01:59:47.317Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.3% of statements [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-01T01:59:47.317Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-01T01:59:49.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.334s coverage: 28.6% of statements [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-01T01:59:49.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-01T01:59:49.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-02-01T01:59:49.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-01T01:59:49.552Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-02-01T01:59:49.552Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-01T01:59:49.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.117s coverage: 97.5% of statements [2021-02-01T01:59:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-01T01:59:49.831Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-01T01:59:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-01T01:59:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-01T01:59:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-01T01:59:49.831Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-01T01:59:52.477Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-01T01:59:52.477Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-01T01:59:52.477Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-01T01:59:52.478Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-02-01T01:59:52.478Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-01T01:59:52.478Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-01T01:59:52.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-01T01:59:52.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.062s coverage: 45.5% of statements [2021-02-01T01:59:52.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements [2021-02-01T01:59:52.478Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements [2021-02-01T01:59:52.747Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-02-01T01:59:53.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.039s coverage: 87.5% of statements [2021-02-01T02:00:04.091Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24247 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-02-01T02:00:04.150Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-01T02:00:05.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-02-01T02:00:05.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-01T02:00:09.401Z] using credential edgex-jenkins-ssh [2021-02-01T02:00:09.465Z] Cloning the remote Git repository [2021-02-01T02:00:09.503Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:00:09.617Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-01T02:00:09.700Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:00:09.701Z] > git --version # timeout=10 [2021-02-01T02:00:09.720Z] > git --version # 'git version 2.17.1' [2021-02-01T02:00:09.722Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:00:09.782Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.065s coverage: 92.9% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.318s coverage: 68.9% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 37.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.279s coverage: 84.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.123s coverage: 47.1% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.687s coverage: 29.1% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.039s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-01T02:00:20.321Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.026s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.028s coverage: 32.1% of statements [2021-02-01T02:00:20.321Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-01T02:00:20.321Z] GO111MODULE=on go vet ./... [2021-02-01T02:00:26.137Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:00:26.160Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:00:26.191Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:00:26.236Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:00:26.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:00:26.247Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:00:27.017Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T02:00:27.582Z] Failed in branch arm64 [2021-02-01T02:00:27.033Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:00:27.052Z] > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 [2021-02-01T02:00:47.160Z] gofmt -l . [2021-02-01T02:00:47.160Z] [ "`gofmt -l .`" = "" ] [2021-02-01T02:00:47.160Z] ./bin/test-go-mod-tidy.sh [2021-02-01T02:00:47.160Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-01T02:00:47.492Z] + ls -al . [2021-02-01T02:00:47.492Z] total 680 [2021-02-01T02:00:47.492Z] drwxrwxr-x 10 1001 1001 4096 Feb 1 02:00 . [2021-02-01T02:00:47.492Z] drwxr-xr-x 4 root root 28 Feb 1 01:59 .. [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 11 Feb 1 01:57 .dockerignore [2021-02-01T02:00:47.492Z] drwxrwxr-x 8 1001 1001 179 Feb 1 01:57 .git [2021-02-01T02:00:47.492Z] drwxrwxr-x 3 1001 1001 125 Feb 1 01:57 .github [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 872 Feb 1 01:57 .gitignore [2021-02-01T02:00:47.492Z] drwx------ 3 1001 1001 60 Feb 1 01:57 .semver [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 166 Feb 1 01:57 .sonarcloud.properties [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 7859 Feb 1 01:57 Attribution.txt [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 3804 Feb 1 01:57 CONTRIBUTING.md [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 931 Feb 1 01:57 Dockerfile.build [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 863 Feb 1 01:57 Jenkinsfile [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 10775 Feb 1 01:57 LICENSE [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 6001 Feb 1 01:57 Makefile [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 6524 Feb 1 01:57 README.md [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 6755 Feb 1 01:57 SECURITY.md [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 5 Feb 1 01:58 VERSION [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 4131 Feb 1 01:57 ZMQWindows.md [2021-02-01T02:00:47.492Z] drwxrwxr-x 2 1001 1001 117 Feb 1 01:57 bin [2021-02-01T02:00:47.492Z] drwxrwxr-x 15 1001 1001 4096 Feb 1 01:57 cmd [2021-02-01T02:00:47.492Z] -rw-r--r-- 1 root root 574984 Feb 1 02:00 coverage.out [2021-02-01T02:00:47.492Z] -rw-r--r-- 1 root root 1054 Feb 1 02:00 go.mod [2021-02-01T02:00:47.492Z] -rw-r--r-- 1 root root 19289 Feb 1 02:00 go.sum [2021-02-01T02:00:47.492Z] drwxrwxr-x 8 1001 1001 127 Feb 1 01:57 internal [2021-02-01T02:00:47.492Z] drwxrwxr-x 4 1001 1001 26 Feb 1 01:57 openapi [2021-02-01T02:00:47.492Z] drwxrwxr-x 4 1001 1001 71 Feb 1 01:57 snap [2021-02-01T02:00:47.492Z] -rw-rw-r-- 1 1001 1001 168 Feb 1 01:57 version.go [Pipeline] sh [2021-02-01T02:00:47.813Z] + '[' -e coverage.out ] [2021-02-01T02:00:47.814Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-01T02:00:48.098Z] Stashed 1 file(s) [Pipeline] sh [2021-02-01T02:00:48.418Z] + make build [2021-02-01T02:00:48.418Z] 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-01T02:00:52.673Z] 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-01T02:01:00.953Z] 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-01T02:01:02.384Z] 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-01T02:01:03.818Z] 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-01T02:01:04.415Z] 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-01T02:01:05.854Z] 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-01T02:01:07.809Z] 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-01T02:01:08.767Z] 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-01T02:01:10.184Z] 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-01T02:01:11.138Z] 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-01T02:01:12.540Z] 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-01T02:01:13.938Z] 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-01T02:01:15.373Z] $ docker stop --time=1 c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b [2021-02-01T02:01:17.303Z] $ docker rm -f c0e3759b5a683feae6e2a143acd072d2c99e44e6c2b08a47d09624ec60e74f9b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:01:21.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:01:21.193Z] [2021-02-01T02:01:21.193Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:01:21.590Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:01:21.590Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-01T02:01:21.590Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-01T02:01:21.590Z] ca9280d653b3: Pulling fs layer [2021-02-01T02:01:21.590Z] 7e9c9ca2126c: Pulling fs layer [2021-02-01T02:01:22.166Z] cbdbe7a5bc2a: Download complete [2021-02-01T02:01:22.430Z] cbdbe7a5bc2a: Pull complete [2021-02-01T02:01:22.697Z] ca9280d653b3: Verifying Checksum [2021-02-01T02:01:22.697Z] ca9280d653b3: Download complete [2021-02-01T02:01:23.658Z] 7e9c9ca2126c: Verifying Checksum [2021-02-01T02:01:23.658Z] 7e9c9ca2126c: Download complete [2021-02-01T02:01:23.920Z] ca9280d653b3: Pull complete [2021-02-01T02:01:30.604Z] 7e9c9ca2126c: Pull complete [2021-02-01T02:01:30.604Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-01T02:01:30.604Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:01:30.604Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-01T02:01:30.754Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T02:01:30.823Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T02:01:33.659Z] $ docker top 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:01:34.445Z] + docker-compose build --help [2021-02-01T02:01:34.445Z] + grep parallel [2021-02-01T02:01:35.393Z] --parallel Build images in parallel. [Pipeline] } [2021-02-01T02:01:35.417Z] $ docker stop --time=1 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 [2021-02-01T02:01:36.833Z] $ docker rm -f 728695a4cbdae9bf28c509c36c819c91ae87509dc8540d9d01c062106a35f068 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:01:37.488Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-01T02:01:37.489Z] . [Pipeline] withDockerContainer [2021-02-01T02:01:37.609Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T02:01:37.673Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T02:01:38.406Z] $ docker top ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:01:38.879Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-01T02:01:39.833Z] Building docker-core-command-go ... [2021-02-01T02:01:39.833Z] Building docker-core-data-go ... [2021-02-01T02:01:39.833Z] Building docker-core-metadata-go ... [2021-02-01T02:01:39.833Z] Building docker-security-bootstrapper-go ... [2021-02-01T02:01:39.833Z] Building docker-security-proxy-setup-go ... [2021-02-01T02:01:39.833Z] Building docker-security-secretstore-setup-go ... [2021-02-01T02:01:39.833Z] Building docker-support-notifications-go ... [2021-02-01T02:01:39.833Z] Building docker-support-scheduler-go ... [2021-02-01T02:01:39.833Z] Building docker-sys-mgmt-agent-go ... [2021-02-01T02:01:39.833Z] Building docker-security-bootstrapper-go [2021-02-01T02:01:39.833Z] Building docker-sys-mgmt-agent-go [2021-02-01T02:01:39.833Z] Building docker-core-metadata-go [2021-02-01T02:01:39.833Z] Building docker-security-proxy-setup-go [2021-02-01T02:01:39.833Z] Building docker-support-scheduler-go [2021-02-01T02:02:12.252Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:02:12.252Z] [2021-02-01T02:02:12.252Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:02:12.252Z] [2021-02-01T02:02:12.252Z] ---> d9f4212eeb26 [2021-02-01T02:02:12.252Z] Step 3/31 : WORKDIR /edgex-go [2021-02-01T02:02:12.252Z] ---> d9f4212eeb26 [2021-02-01T02:02:12.252Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:02:12.252Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:02:12.252Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:02:12.252Z] ---> d9f4212eeb26 [2021-02-01T02:02:12.252Z] Step 3/21 : WORKDIR /edgex-go [2021-02-01T02:02:12.522Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:02:12.522Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:02:12.522Z] ---> d9f4212eeb26 [2021-02-01T02:02:12.522Z] Step 3/26 : WORKDIR /edgex-go [2021-02-01T02:02:12.522Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:02:12.522Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:02:12.522Z] ---> d9f4212eeb26 [2021-02-01T02:02:12.522Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:02:13.472Z] ---> Running in 4b1d168d5976 [2021-02-01T02:02:13.472Z] ---> Running in 0eee736e4cc0 [2021-02-01T02:02:13.472Z] ---> Running in 3de83ff6c4b3 [2021-02-01T02:02:13.472Z] ---> Running in 5d647f27b634 [2021-02-01T02:02:13.472Z] ---> Running in 08d247df4f89 [2021-02-01T02:02:14.053Z] Removing intermediate container 4b1d168d5976 [2021-02-01T02:02:14.053Z] ---> 0d77ae58a54d [2021-02-01T02:02:14.053Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:02:14.053Z] Removing intermediate container 0eee736e4cc0 [2021-02-01T02:02:14.053Z] ---> af654a0893a9 [2021-02-01T02:02:14.053Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:02:14.053Z] Removing intermediate container 08d247df4f89 [2021-02-01T02:02:14.053Z] ---> 93d7d782dc93 [2021-02-01T02:02:14.053Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:02:14.053Z] Removing intermediate container 5d647f27b634 [2021-02-01T02:02:14.053Z] ---> 0af61da4f478 [2021-02-01T02:02:14.053Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:02:14.053Z] Removing intermediate container 3de83ff6c4b3 [2021-02-01T02:02:14.053Z] ---> 4773e8512681 [2021-02-01T02:02:14.053Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:02:14.321Z] ---> Running in a6499ab8e71f [2021-02-01T02:02:14.321Z] ---> Running in 4cd5e1dfc4b9 [2021-02-01T02:02:14.321Z] ---> Running in 13c3422890ca [2021-02-01T02:02:14.321Z] ---> Running in 9d7ab7192984 [2021-02-01T02:02:14.321Z] ---> Running in f22271e3f35b [2021-02-01T02:02:16.906Z] Removing intermediate container 9d7ab7192984 [2021-02-01T02:02:16.906Z] ---> a4b8affca922 [2021-02-01T02:02:16.906Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-01T02:02:16.906Z] Removing intermediate container 4cd5e1dfc4b9 [2021-02-01T02:02:16.906Z] ---> e258e46de97b [2021-02-01T02:02:16.906Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-01T02:02:16.906Z] ---> Running in d6c9b534b2b5 [2021-02-01T02:02:16.906Z] ---> Running in ae9f31397b0f [2021-02-01T02:02:17.172Z] Removing intermediate container 13c3422890ca [2021-02-01T02:02:17.172Z] ---> 66b1f9fe0303 [2021-02-01T02:02:17.172Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:02:17.172Z] Removing intermediate container f22271e3f35b [2021-02-01T02:02:17.172Z] ---> 1717fda4280e [2021-02-01T02:02:17.172Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-01T02:02:17.172Z] Removing intermediate container a6499ab8e71f [2021-02-01T02:02:17.172Z] ---> 6bc28891bddc [2021-02-01T02:02:17.172Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-01T02:02:17.450Z] ---> Running in c531c94f9e54 [2021-02-01T02:02:17.450Z] ---> Running in 9e59fae24dc2 [2021-02-01T02:02:17.450Z] ---> Running in e62e7f3a0339 [2021-02-01T02:02:17.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:17.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:18.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:19.075Z] OK: 233 MiB in 51 packages [2021-02-01T02:02:19.075Z] OK: 233 MiB in 51 packages [2021-02-01T02:02:19.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:19.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:02:19.350Z] OK: 233 MiB in 51 packages [2021-02-01T02:02:19.625Z] OK: 233 MiB in 51 packages [2021-02-01T02:02:19.625Z] OK: 233 MiB in 51 packages [2021-02-01T02:02:19.625Z] Removing intermediate container d6c9b534b2b5 [2021-02-01T02:02:19.625Z] ---> 4273087d400c [2021-02-01T02:02:19.625Z] Step 6/22 : COPY go.mod . [2021-02-01T02:02:19.896Z] Removing intermediate container ae9f31397b0f [2021-02-01T02:02:19.896Z] ---> 1efde9670d8e [2021-02-01T02:02:19.896Z] Step 6/31 : COPY go.mod . [2021-02-01T02:02:20.161Z] ---> a4f43a36b379 [2021-02-01T02:02:20.161Z] Step 7/22 : RUN go mod download [2021-02-01T02:02:20.161Z] Removing intermediate container c531c94f9e54 [2021-02-01T02:02:20.161Z] ---> 76980ec95cb2 [2021-02-01T02:02:20.161Z] Step 6/23 : COPY go.mod . [2021-02-01T02:02:20.423Z] ---> Running in c20394a314bc [2021-02-01T02:02:20.423Z] ---> 15938f376010 [2021-02-01T02:02:20.423Z] Step 7/31 : RUN go mod download [2021-02-01T02:02:20.686Z] ---> Running in 8f99e58c68c5 [2021-02-01T02:02:20.956Z] Removing intermediate container e62e7f3a0339 [2021-02-01T02:02:20.956Z] ---> 8955177dcc61 [2021-02-01T02:02:20.956Z] Step 6/26 : COPY go.mod . [2021-02-01T02:02:20.956Z] ---> 8b02adc82ab8 [2021-02-01T02:02:20.956Z] Step 7/23 : RUN go mod download [2021-02-01T02:02:20.956Z] Removing intermediate container 9e59fae24dc2 [2021-02-01T02:02:20.956Z] ---> fc5dc8f62b69 [2021-02-01T02:02:20.956Z] Step 6/21 : COPY go.mod . [2021-02-01T02:02:20.956Z] ---> Running in b8ec486cfd76 [2021-02-01T02:02:21.223Z] ---> ede5cce575ad [2021-02-01T02:02:21.223Z] Step 7/26 : RUN go mod download [2021-02-01T02:02:21.499Z] ---> 635d0f890884 [2021-02-01T02:02:21.499Z] Step 7/21 : RUN go mod download [2021-02-01T02:02:21.499Z] ---> Running in 2b9126dfb791 [2021-02-01T02:02:21.769Z] ---> Running in f98d12b83127 [2021-02-01T02:02:23.186Z] Removing intermediate container c20394a314bc [2021-02-01T02:02:23.186Z] ---> d44de12d2e0d [2021-02-01T02:02:23.186Z] Step 8/22 : COPY . . [2021-02-01T02:02:23.450Z] Removing intermediate container b8ec486cfd76 [2021-02-01T02:02:23.450Z] ---> 64b4ab237151 [2021-02-01T02:02:23.450Z] Step 8/23 : COPY . . [2021-02-01T02:02:23.450Z] Removing intermediate container 8f99e58c68c5 [2021-02-01T02:02:23.450Z] ---> f4a043ba3a8b [2021-02-01T02:02:23.450Z] Step 8/31 : COPY . . [2021-02-01T02:02:23.450Z] Removing intermediate container 2b9126dfb791 [2021-02-01T02:02:23.450Z] ---> 67813adee08a [2021-02-01T02:02:23.450Z] Step 8/26 : COPY . . [2021-02-01T02:02:26.797Z] Removing intermediate container f98d12b83127 [2021-02-01T02:02:26.797Z] ---> 955d745d2b28 [2021-02-01T02:02:26.797Z] Step 8/21 : COPY . . [2021-02-01T02:03:05.785Z] ---> bf47a05fe9e7 [2021-02-01T02:03:05.785Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-01T02:03:05.785Z] ---> c3aa1cda6b26 [2021-02-01T02:03:05.785Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-01T02:03:05.785Z] ---> e83127f08b2e [2021-02-01T02:03:05.785Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-01T02:03:05.785Z] ---> 8f5032923773 [2021-02-01T02:03:05.785Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-01T02:03:05.785Z] ---> 770f30e12d30 [2021-02-01T02:03:05.785Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-01T02:03:05.785Z] ---> Running in 9d98060f1e98 [2021-02-01T02:03:05.785Z] ---> Running in a8f88d6a8c1b [2021-02-01T02:03:05.785Z] ---> Running in 92583e83dbf6 [2021-02-01T02:03:05.785Z] ---> Running in 7166b7084ba8 [2021-02-01T02:03:05.785Z] ---> Running in 4435ee6cf07f [2021-02-01T02:03:06.100Z] 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-01T02:03:06.100Z] 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-01T02:03:06.100Z] 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-01T02:03:06.100Z] 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-01T02:03:06.100Z] 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-01T02:03:32.833Z] 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-01T02:03:34.246Z] 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-01T02:03:40.922Z] Removing intermediate container a8f88d6a8c1b [2021-02-01T02:03:40.922Z] ---> 491db542cb04 [2021-02-01T02:03:40.922Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-01T02:03:41.216Z] ---> Running in c8f50546cd37 [2021-02-01T02:03:41.216Z] Removing intermediate container 92583e83dbf6 [2021-02-01T02:03:41.216Z] ---> e334f7df3e79 [2021-02-01T02:03:41.216Z] [2021-02-01T02:03:41.216Z] Step 10/21 : FROM alpine:3.12 [2021-02-01T02:03:41.216Z] 3.12: Pulling from library/alpine [2021-02-01T02:03:42.207Z] 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-01T02:03:43.205Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-01T02:03:43.205Z] Status: Downloaded newer image for alpine:3.12 [2021-02-01T02:03:43.205Z] ---> 389fef711851 [2021-02-01T02:03:43.205Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-01T02:03:44.610Z] ---> Running in ff9c0b7e938b [2021-02-01T02:03:46.010Z] Removing intermediate container 4435ee6cf07f [2021-02-01T02:03:46.010Z] ---> 6d1029e65266 [2021-02-01T02:03:46.010Z] [2021-02-01T02:03:46.010Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:03:46.275Z] ---> 389fef711851 [2021-02-01T02:03:46.275Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:03:46.550Z] Removing intermediate container 9d98060f1e98 [2021-02-01T02:03:46.550Z] ---> 82665422aedb [2021-02-01T02:03:46.550Z] [2021-02-01T02:03:46.550Z] Step 10/31 : FROM alpine:3.12 [2021-02-01T02:03:46.550Z] ---> 389fef711851 [2021-02-01T02:03:46.550Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-01T02:03:47.502Z] ---> Running in 2644e16758d4 [2021-02-01T02:03:47.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:47.502Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:47.774Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-01T02:03:47.774Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:03:47.774Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-01T02:03:48.039Z] (4/4) Installing curl (7.69.1-r3) [2021-02-01T02:03:48.039Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:03:48.039Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:03:48.039Z] OK: 7 MiB in 18 packages [2021-02-01T02:03:48.996Z] ---> Running in 5d378c3b8594 [2021-02-01T02:03:48.996Z] Removing intermediate container c8f50546cd37 [2021-02-01T02:03:48.996Z] ---> 77d235d39312 [2021-02-01T02:03:48.996Z] [2021-02-01T02:03:48.996Z] Step 11/26 : FROM docker:20.10.0 [2021-02-01T02:03:49.261Z] 20.10.0: Pulling from library/docker [2021-02-01T02:03:49.261Z] Removing intermediate container 7166b7084ba8 [2021-02-01T02:03:49.261Z] ---> 78c33dbd3e84 [2021-02-01T02:03:49.261Z] [2021-02-01T02:03:49.261Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:03:49.261Z] ---> 389fef711851 [2021-02-01T02:03:49.261Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:03:49.526Z] Removing intermediate container 5d378c3b8594 [2021-02-01T02:03:49.526Z] ---> fc4ca053c258 [2021-02-01T02:03:49.526Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-01T02:03:50.116Z] ---> Running in 7db4f3953bcc [2021-02-01T02:03:50.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:50.382Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:50.720Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:03:50.720Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:03:50.720Z] OK: 6 MiB in 15 packages [2021-02-01T02:03:51.716Z] ---> Running in 9edc85ad2896 [2021-02-01T02:03:51.716Z] Removing intermediate container ff9c0b7e938b [2021-02-01T02:03:51.716Z] ---> d493ccc4d4d2 [2021-02-01T02:03:51.716Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:03:52.448Z] ---> Running in 076505adc6e0 [2021-02-01T02:03:52.719Z] Removing intermediate container 076505adc6e0 [2021-02-01T02:03:52.719Z] ---> 487a04f41da0 [2021-02-01T02:03:52.719Z] Step 13/21 : WORKDIR /edgex [2021-02-01T02:03:52.719Z] ---> Running in 7a8a9c378f4e [2021-02-01T02:03:52.990Z] Removing intermediate container 2644e16758d4 [2021-02-01T02:03:52.990Z] ---> 34a3474e0a8a [2021-02-01T02:03:52.990Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:03:52.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:53.274Z] ---> Running in e7abb0de0c4a [2021-02-01T02:03:53.274Z] Removing intermediate container 7a8a9c378f4e [2021-02-01T02:03:53.274Z] ---> 45cf1a67c1a3 [2021-02-01T02:03:53.274Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-01T02:03:53.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:53.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:53.274Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:53.548Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-01T02:03:53.548Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:03:53.548Z] OK: 6 MiB in 15 packages [2021-02-01T02:03:53.548Z] Removing intermediate container e7abb0de0c4a [2021-02-01T02:03:53.548Z] ---> 51b80eb9aa7b [2021-02-01T02:03:53.548Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-01T02:03:53.548Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:03:53.548Z] (2/2) Installing su-exec (0.2-r1) [2021-02-01T02:03:53.548Z] ---> Running in fe47a0389636 [2021-02-01T02:03:53.548Z] ---> 9cc2db3ce3cc [2021-02-01T02:03:53.548Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-01T02:03:53.548Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:03:53.548Z] OK: 6 MiB in 16 packages [2021-02-01T02:03:54.962Z] ---> 311754757206 [2021-02-01T02:03:54.962Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-01T02:03:54.962Z] Removing intermediate container fe47a0389636 [2021-02-01T02:03:54.962Z] ---> 0231f0a69830 [2021-02-01T02:03:54.962Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:03:54.962Z] ---> Running in d3b97feb1886 [2021-02-01T02:03:55.229Z] Removing intermediate container 7db4f3953bcc [2021-02-01T02:03:55.229Z] ---> 9c2109626c1b [2021-02-01T02:03:55.229Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:03:55.494Z] Removing intermediate container 9edc85ad2896 [2021-02-01T02:03:55.494Z] ---> 63e202df0977 [2021-02-01T02:03:55.494Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-01T02:03:55.494Z] Removing intermediate container d3b97feb1886 [2021-02-01T02:03:55.494Z] ---> e57191318e7e [2021-02-01T02:03:55.494Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:03:55.494Z] ---> Running in 40cb486b9ab8 [2021-02-01T02:03:55.494Z] ---> Running in 0dfca711def5 [2021-02-01T02:03:55.760Z] ---> 080535ca739b [2021-02-01T02:03:55.760Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-01T02:03:55.760Z] ---> Running in 80399dd7dee0 [2021-02-01T02:03:56.026Z] Removing intermediate container 40cb486b9ab8 [2021-02-01T02:03:56.026Z] ---> 1f8e35f9b616 [2021-02-01T02:03:56.026Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-01T02:03:56.026Z] Removing intermediate container 0dfca711def5 [2021-02-01T02:03:56.026Z] ---> 4e65cf7f9db8 [2021-02-01T02:03:56.026Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-01T02:03:56.301Z] ---> 22d3690fad6b [2021-02-01T02:03:56.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-01T02:03:56.301Z] ---> Running in b786bee447d7 [2021-02-01T02:03:56.301Z] ---> Running in aedc202b2e3d [2021-02-01T02:03:56.301Z] Removing intermediate container 80399dd7dee0 [2021-02-01T02:03:56.301Z] ---> dd210b869e48 [2021-02-01T02:03:56.301Z] Step 18/21 : CMD ["--init=true"] [2021-02-01T02:03:57.257Z] ---> Running in 96a75736eaed [2021-02-01T02:03:57.520Z] Removing intermediate container aedc202b2e3d [2021-02-01T02:03:57.520Z] ---> 5ee5d12839db [2021-02-01T02:03:57.520Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-01T02:03:57.520Z] Removing intermediate container b786bee447d7 [2021-02-01T02:03:57.520Z] ---> 6c7b8f8c7441 [2021-02-01T02:03:57.520Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:03:57.787Z] ---> e4e6998c6dd2 [2021-02-01T02:03:57.787Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-01T02:03:57.787Z] ---> Running in 8f7ec85ab5ea [2021-02-01T02:03:57.787Z] ---> Running in cad8170f0f63 [2021-02-01T02:03:57.787Z] Removing intermediate container 96a75736eaed [2021-02-01T02:03:57.787Z] ---> 8ef5ae324a8f [2021-02-01T02:03:57.787Z] Step 19/21 : LABEL arch=x86_64 [2021-02-01T02:03:58.056Z] ---> Running in 1d181d4c788d [2021-02-01T02:03:58.056Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-01T02:03:58.056Z] Removing intermediate container cad8170f0f63 [2021-02-01T02:03:58.056Z] ---> f50be44896bf [2021-02-01T02:03:58.056Z] Step 15/23 : WORKDIR / [2021-02-01T02:03:58.338Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-01T02:03:58.338Z] ---> aefe523efa57 [2021-02-01T02:03:58.338Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-01T02:03:58.338Z] ---> 69efd9ac71a3 [2021-02-01T02:03:58.338Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-01T02:03:58.338Z] ---> Running in c3e2a1d018af [2021-02-01T02:03:58.338Z] ---> Running in ca59f85cd688 [2021-02-01T02:03:58.338Z] ---> Running in c72249591483 [2021-02-01T02:03:58.608Z] Removing intermediate container 1d181d4c788d [2021-02-01T02:03:58.608Z] ---> 638d11613c6c [2021-02-01T02:03:58.608Z] Step 20/21 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:03:58.608Z] ---> Running in 60d6809461ec [2021-02-01T02:03:58.887Z] Removing intermediate container c3e2a1d018af [2021-02-01T02:03:58.887Z] ---> bb2978c8187f [2021-02-01T02:03:58.887Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:03:58.887Z] Removing intermediate container c72249591483 [2021-02-01T02:03:58.887Z] ---> e570f8e211f1 [2021-02-01T02:03:58.887Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:03:59.157Z] Removing intermediate container 60d6809461ec [2021-02-01T02:03:59.157Z] ---> d90193c1aa18 [2021-02-01T02:03:59.157Z] Step 21/21 : LABEL version=0.0.0 [2021-02-01T02:03:59.157Z] ---> Running in a441267d4aae [2021-02-01T02:03:59.424Z] ---> Running in fa335c490c65 [2021-02-01T02:03:59.424Z] ---> 62e7fbcd4e6b [2021-02-01T02:03:59.424Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-01T02:03:59.424Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:59.424Z] Removing intermediate container 8f7ec85ab5ea [2021-02-01T02:03:59.424Z] ---> 91a0b19abd8a [2021-02-01T02:03:59.424Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-01T02:03:59.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:03:59.698Z] Removing intermediate container a441267d4aae [2021-02-01T02:03:59.698Z] ---> a0e57d614bd3 [2021-02-01T02:03:59.698Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:03:59.698Z] Removing intermediate container fa335c490c65 [2021-02-01T02:03:59.698Z] ---> 96279e6f915a [2021-02-01T02:03:59.698Z] [2021-02-01T02:03:59.698Z] (1/2) Installing readline (8.0.4-r0) [2021-02-01T02:03:59.698Z] (2/2) Installing bash (5.0.17-r0) [2021-02-01T02:03:59.698Z] ---> Running in 7f29e3a2bd1c [2021-02-01T02:03:59.698Z] ---> Running in d08f81d3e376 [2021-02-01T02:03:59.698Z] Executing bash-5.0.17-r0.post-install [2021-02-01T02:03:59.963Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:03:59.963Z] OK: 12 MiB in 22 packages [2021-02-01T02:04:00.225Z] Successfully built 96279e6f915a [2021-02-01T02:04:00.225Z] ---> 62a0edc49339 [2021-02-01T02:04:00.225Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-01T02:04:00.225Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-01T02:04:00.225Z] Removing intermediate container d08f81d3e376 [2021-02-01T02:04:00.225Z] ---> 8fd204895835 [2021-02-01T02:04:00.225Z] Step 21/22 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:04:00.487Z] Building docker-security-secretstore-setup-go [2021-02-01T02:04:01.070Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7f29e3a2bd1c [2021-02-01T02:04:01.070Z] ---> 10d6a44b0e23 [2021-02-01T02:04:01.070Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-01T02:04:01.070Z] ---> Running in 5b45e5f46f26 [2021-02-01T02:04:01.336Z] ---> 9d0f433ba92f [2021-02-01T02:04:01.336Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-01T02:04:01.601Z] ---> Running in fb6b4b48a0e6 [2021-02-01T02:04:01.601Z] Removing intermediate container 5b45e5f46f26 [2021-02-01T02:04:01.601Z] ---> c1135149e9f5 [2021-02-01T02:04:01.601Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:04:03.016Z] Removing intermediate container ca59f85cd688 [2021-02-01T02:04:03.016Z] ---> c0d4fbbf7947 [2021-02-01T02:04:03.016Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-01T02:04:03.016Z] ---> 73b0b12158d5 [2021-02-01T02:04:03.016Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-01T02:04:03.016Z] ---> Running in dd2f6cba20ef [2021-02-01T02:04:04.426Z] ---> Running in 9a90332ff00d [2021-02-01T02:04:04.426Z] Removing intermediate container fb6b4b48a0e6 [2021-02-01T02:04:04.426Z] ---> 56bdb86f1083 [2021-02-01T02:04:04.426Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:04:04.690Z] ---> Running in bd12851e8abc [2021-02-01T02:04:06.087Z] ---> Running in e1cc640585dd [2021-02-01T02:04:06.350Z] Removing intermediate container dd2f6cba20ef [2021-02-01T02:04:06.350Z] ---> fc1808fc4cba [2021-02-01T02:04:06.350Z] [2021-02-01T02:04:06.350Z] Removing intermediate container 9a90332ff00d [2021-02-01T02:04:06.350Z] ---> e8677f3c5a5f [2021-02-01T02:04:06.350Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-01T02:04:06.350Z] Successfully built fc1808fc4cba [2021-02-01T02:04:06.615Z] ---> Running in 0bf35080fdfe [2021-02-01T02:04:06.615Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-01T02:04:06.615Z] Building docker-support-notifications-go [2021-02-01T02:04:07.204Z]  Building docker-support-scheduler-go ... done Removing intermediate container e1cc640585dd [2021-02-01T02:04:07.204Z] ---> cfde5c698306 [2021-02-01T02:04:07.204Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:04:09.159Z] ---> Running in e575488ba16d [2021-02-01T02:04:09.159Z] Removing intermediate container 0bf35080fdfe [2021-02-01T02:04:09.159Z] ---> 35bad3fb7d38 [2021-02-01T02:04:09.159Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-01T02:04:10.614Z] ---> Running in 50372b039a60 [2021-02-01T02:04:10.882Z] Removing intermediate container e575488ba16d [2021-02-01T02:04:10.882Z] ---> 9499310d5275 [2021-02-01T02:04:10.882Z] Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:04:11.459Z] ---> Running in 511f7abaef12 [2021-02-01T02:04:12.881Z] Removing intermediate container 50372b039a60 [2021-02-01T02:04:12.881Z] ---> 4b235382bcc5 [2021-02-01T02:04:12.881Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-01T02:04:12.881Z] Removing intermediate container bd12851e8abc [2021-02-01T02:04:12.881Z] ---> ebd4319c6aa3 [2021-02-01T02:04:12.881Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:04:13.505Z] Removing intermediate container 511f7abaef12 [2021-02-01T02:04:13.505Z] ---> 8a9d0b58c2f0 [2021-02-01T02:04:13.505Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:04:13.774Z] ---> Running in 92315e384ba1 [2021-02-01T02:04:14.044Z] ---> 71f132e835df [2021-02-01T02:04:14.044Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-01T02:04:15.008Z] ---> 7139ca408a85 [2021-02-01T02:04:15.008Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-01T02:04:15.008Z] Removing intermediate container 92315e384ba1 [2021-02-01T02:04:15.008Z] ---> 2f8d2b3031dc [2021-02-01T02:04:15.008Z] [2021-02-01T02:04:15.968Z] Successfully built 2f8d2b3031dc [2021-02-01T02:04:15.968Z] Successfully tagged docker-core-metadata-go:latest [2021-02-01T02:04:15.968Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2021-02-01T02:04:17.909Z] ---> ba65089c0469 [2021-02-01T02:04:17.909Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-01T02:04:18.507Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:04:18.507Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:04:18.507Z] ---> d9f4212eeb26 [2021-02-01T02:04:18.507Z] Step 3/24 : WORKDIR /edgex-go [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> 4773e8512681 [2021-02-01T02:04:18.507Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> 1717fda4280e [2021-02-01T02:04:18.507Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> fc5dc8f62b69 [2021-02-01T02:04:18.507Z] Step 6/24 : COPY go.mod . [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> 635d0f890884 [2021-02-01T02:04:18.507Z] Step 7/24 : RUN go mod download [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> 955d745d2b28 [2021-02-01T02:04:18.507Z] Step 8/24 : COPY . . [2021-02-01T02:04:18.507Z] ---> Using cache [2021-02-01T02:04:18.507Z] ---> bf47a05fe9e7 [2021-02-01T02:04:18.507Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-01T02:04:18.776Z] ---> 44421b4f0557 [2021-02-01T02:04:18.776Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-01T02:04:20.713Z] ---> Running in e980b2446b11 [2021-02-01T02:04:21.665Z] ---> d26cb2ee5482 [2021-02-01T02:04:21.665Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-01T02:04:22.252Z] ---> bd945a80c4b3 [2021-02-01T02:04:22.252Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-01T02:04:22.849Z] ---> Running in 3e61bd1f527e [2021-02-01T02:04:23.434Z] ---> 353d2f1f3370 [2021-02-01T02:04:23.434Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-01T02:04:23.704Z] 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-01T02:04:24.296Z] ---> 6131c2245cc2 [2021-02-01T02:04:24.296Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-01T02:04:24.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:04:25.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:04:25.164Z] ---> Running in cea25245142b [2021-02-01T02:04:25.443Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-01T02:04:25.443Z] (2/33) Installing expat (2.2.9-r1) [2021-02-01T02:04:25.443Z] (3/33) Installing libffi (3.3-r2) [2021-02-01T02:04:25.443Z] (4/33) Installing gdbm (1.13-r1) [2021-02-01T02:04:25.443Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-01T02:04:25.443Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-01T02:04:25.443Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-01T02:04:26.035Z] Removing intermediate container cea25245142b [2021-02-01T02:04:26.035Z] ---> 7ca700a51bea [2021-02-01T02:04:26.035Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-01T02:04:26.304Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:04:26.304Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:04:26.304Z] ---> d9f4212eeb26 [2021-02-01T02:04:26.304Z] Step 3/22 : WORKDIR /edgex-go [2021-02-01T02:04:26.304Z] ---> Using cache [2021-02-01T02:04:26.304Z] ---> 4773e8512681 [2021-02-01T02:04:26.304Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:04:26.304Z] ---> Using cache [2021-02-01T02:04:26.304Z] ---> 1717fda4280e [2021-02-01T02:04:26.304Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-01T02:04:28.919Z] ---> Running in 6f9da4f353c2 [2021-02-01T02:04:29.518Z] ---> 1dbd68beaa18 [2021-02-01T02:04:29.518Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-01T02:04:29.518Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-01T02:04:29.518Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-01T02:04:29.518Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-01T02:04:29.518Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-01T02:04:29.518Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-01T02:04:29.518Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-01T02:04:29.518Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-01T02:04:29.795Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-01T02:04:29.795Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-01T02:04:30.070Z] ---> Running in 72256ee6b9b5 [2021-02-01T02:04:30.070Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-01T02:04:30.070Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-01T02:04:30.070Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-01T02:04:30.070Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-01T02:04:30.070Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-01T02:04:30.070Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-01T02:04:30.070Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-01T02:04:30.349Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-01T02:04:30.349Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-01T02:04:30.349Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-01T02:04:30.349Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-01T02:04:30.349Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-01T02:04:30.349Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-01T02:04:30.349Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-01T02:04:31.334Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-01T02:04:31.608Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-01T02:04:31.608Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-01T02:04:31.882Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:04:31.882Z] OK: 71 MiB in 55 packages [2021-02-01T02:04:31.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:04:32.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:04:32.765Z] OK: 233 MiB in 51 packages [2021-02-01T02:04:34.748Z] Removing intermediate container 72256ee6b9b5 [2021-02-01T02:04:34.748Z] ---> 43b76589e832 [2021-02-01T02:04:34.748Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-01T02:04:36.175Z] ---> Running in 5309d7dbbd6a [2021-02-01T02:04:36.175Z] Removing intermediate container 6f9da4f353c2 [2021-02-01T02:04:36.175Z] ---> f9e260ab45da [2021-02-01T02:04:36.175Z] Step 6/22 : COPY go.mod . [2021-02-01T02:04:37.587Z] Removing intermediate container 5309d7dbbd6a [2021-02-01T02:04:37.587Z] ---> a03eb49b6312 [2021-02-01T02:04:37.587Z] Step 28/31 : CMD ["gate"] [2021-02-01T02:04:38.170Z] ---> e06007c7c162 [2021-02-01T02:04:38.170Z] Step 7/22 : RUN go mod download [2021-02-01T02:04:39.121Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:04:39.121Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:04:39.121Z] ---> d9f4212eeb26 [2021-02-01T02:04:39.121Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> 4773e8512681 [2021-02-01T02:04:39.121Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> 1717fda4280e [2021-02-01T02:04:39.121Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> fc5dc8f62b69 [2021-02-01T02:04:39.121Z] Step 6/23 : COPY go.mod . [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> 635d0f890884 [2021-02-01T02:04:39.121Z] Step 7/23 : RUN go mod download [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> 955d745d2b28 [2021-02-01T02:04:39.121Z] Step 8/23 : COPY . . [2021-02-01T02:04:39.121Z] ---> Using cache [2021-02-01T02:04:39.121Z] ---> bf47a05fe9e7 [2021-02-01T02:04:39.121Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-01T02:04:39.700Z] ---> Running in e44f1462d7b4 [2021-02-01T02:04:39.965Z] ---> Running in d4870212029b [2021-02-01T02:04:39.965Z] ---> Running in 2c0e572a5ed8 [2021-02-01T02:04:40.228Z] Removing intermediate container e44f1462d7b4 [2021-02-01T02:04:40.228Z] ---> a37f10bd0dee [2021-02-01T02:04:40.228Z] Step 29/31 : LABEL arch=x86_64 [2021-02-01T02:04:41.644Z] ---> Running in fd6a3ecc84e1 [2021-02-01T02:04:41.644Z] 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-01T02:04:42.648Z] Removing intermediate container fd6a3ecc84e1 [2021-02-01T02:04:42.648Z] ---> 106e330528a8 [2021-02-01T02:04:42.648Z] Step 30/31 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:04:42.648Z] 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-01T02:04:44.073Z] ---> Running in 50d5105a4f87 [2021-02-01T02:04:44.073Z] Removing intermediate container 3e61bd1f527e [2021-02-01T02:04:44.073Z] ---> 8c5ebbcf9beb [2021-02-01T02:04:44.073Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-01T02:04:44.348Z] ---> Running in c3367a781a7a [2021-02-01T02:04:44.348Z] Removing intermediate container 50d5105a4f87 [2021-02-01T02:04:44.348Z] ---> fcd7e4faf221 [2021-02-01T02:04:44.348Z] Step 31/31 : LABEL version=0.0.0 [2021-02-01T02:04:44.939Z] ---> Running in 84754234d627 [2021-02-01T02:04:44.939Z] Removing intermediate container d4870212029b [2021-02-01T02:04:44.939Z] ---> b71493f93891 [2021-02-01T02:04:44.939Z] Step 8/22 : COPY . . [2021-02-01T02:04:45.938Z] Removing intermediate container 84754234d627 [2021-02-01T02:04:45.938Z] ---> ed2a001bd9a3 [2021-02-01T02:04:45.938Z] [2021-02-01T02:04:46.548Z] Successfully built ed2a001bd9a3 [2021-02-01T02:04:46.839Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-01T02:04:46.839Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-02-01T02:04:48.242Z] Collecting docker-compose==1.23.2 [2021-02-01T02:04:48.505Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-01T02:04:51.846Z] Collecting jsonschema<3,>=2.5.1 [2021-02-01T02:04:51.846Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-01T02:04:54.419Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-01T02:04:54.419Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-01T02:04:57.570Z] Collecting docker<4.0,>=3.6.0 [2021-02-01T02:04:57.570Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-01T02:04:57.936Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-01T02:04:57.936Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-01T02:04:58.231Z] Removing intermediate container e980b2446b11 [2021-02-01T02:04:58.231Z] ---> 926ddb9b6059 [2021-02-01T02:04:58.231Z] [2021-02-01T02:04:58.231Z] Step 10/24 : FROM alpine:3.12 [2021-02-01T02:04:58.231Z] ---> 389fef711851 [2021-02-01T02:04:58.231Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-01T02:04:58.231Z] Collecting docopt<0.7,>=0.6.1 [2021-02-01T02:04:58.231Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-01T02:04:59.660Z] ---> Running in 3e7002ba647d [2021-02-01T02:04:59.660Z] Collecting PyYAML<4,>=3.10 [2021-02-01T02:04:59.660Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-01T02:05:01.623Z] 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-01T02:05:02.217Z] Collecting cached-property<2,>=1.2.0 [2021-02-01T02:05:02.217Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-01T02:05:02.489Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:02.754Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:02.754Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-01T02:05:03.025Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:05:03.025Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-01T02:05:03.025Z] (4/5) Installing curl (7.69.1-r3) [2021-02-01T02:05:03.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-01T02:05:03.303Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:05:03.581Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:05:03.581Z] OK: 7 MiB in 19 packages [2021-02-01T02:05:03.581Z] Collecting texttable<0.10,>=0.9.0 [2021-02-01T02:05:03.856Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-01T02:05:06.475Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-01T02:05:06.475Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-01T02:05:07.100Z] 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-01T02:05:07.100Z] 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-01T02:05:08.063Z] Collecting idna<2.8,>=2.5 [2021-02-01T02:05:08.063Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-01T02:05:08.338Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-01T02:05:08.613Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-01T02:05:10.044Z] Removing intermediate container 3e7002ba647d [2021-02-01T02:05:10.045Z] ---> 205a2d64d5b5 [2021-02-01T02:05:10.045Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-01T02:05:10.045Z] Collecting docker-pycreds>=0.4.0 [2021-02-01T02:05:10.045Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-01T02:05:10.320Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-01T02:05:10.320Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-01T02:05:10.320Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-01T02:05:10.320Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-01T02:05:10.903Z] Installing collected packages: jsonschema, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, PyYAML, cached-property, texttable, dockerpty, docker-compose [2021-02-01T02:05:11.871Z] ---> Running in 141682032ce6 [2021-02-01T02:05:11.871Z] Attempting uninstall: idna [2021-02-01T02:05:11.871Z] Found existing installation: idna 2.9 [2021-02-01T02:05:12.145Z] Uninstalling idna-2.9: [2021-02-01T02:05:12.145Z] Successfully uninstalled idna-2.9 [2021-02-01T02:05:13.561Z] Attempting uninstall: urllib3 [2021-02-01T02:05:13.561Z] Found existing installation: urllib3 1.25.9 [2021-02-01T02:05:13.561Z] Uninstalling urllib3-1.25.9: [2021-02-01T02:05:13.561Z] Successfully uninstalled urllib3-1.25.9 [2021-02-01T02:05:13.561Z] Removing intermediate container 141682032ce6 [2021-02-01T02:05:13.561Z] ---> ffbb1a64bb22 [2021-02-01T02:05:13.561Z] Step 13/24 : WORKDIR / [2021-02-01T02:05:14.972Z] Attempting uninstall: requests [2021-02-01T02:05:14.972Z] Found existing installation: requests 2.23.0 [2021-02-01T02:05:14.972Z] Uninstalling requests-2.23.0: [2021-02-01T02:05:14.972Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-01T02:05:14.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-01T02:05:14.972Z] ---> d9f4212eeb26 [2021-02-01T02:05:14.972Z] Step 3/23 : WORKDIR /edgex-go [2021-02-01T02:05:14.972Z] ---> Using cache [2021-02-01T02:05:14.972Z] ---> 4773e8512681 [2021-02-01T02:05:14.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:05:14.972Z] ---> Using cache [2021-02-01T02:05:14.972Z] ---> 1717fda4280e [2021-02-01T02:05:14.972Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-01T02:05:15.252Z] Successfully uninstalled requests-2.23.0 [2021-02-01T02:05:15.830Z] ---> Running in 87870af911d3 [2021-02-01T02:05:16.405Z] ---> Running in 59a14c3e9117 [2021-02-01T02:05:17.804Z] ---> 9272ad896955 [2021-02-01T02:05:17.804Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-01T02:05:18.779Z] Removing intermediate container 87870af911d3 [2021-02-01T02:05:18.780Z] ---> 973e6fe32dcf [2021-02-01T02:05:18.780Z] 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-01T02:05:18.780Z] Running setup.py install for docopt: started [2021-02-01T02:05:18.780Z] ---> Running in db81a5679530 [2021-02-01T02:05:19.367Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:19.629Z] Running setup.py install for docopt: finished with status 'done' [2021-02-01T02:05:19.629Z] Running setup.py install for PyYAML: started [2021-02-01T02:05:19.901Z] 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-01T02:05:19.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:20.169Z] ---> 3dee22674c02 [2021-02-01T02:05:20.169Z] 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-01T02:05:20.440Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-01T02:05:20.440Z] OK: 233 MiB in 51 packages [2021-02-01T02:05:20.440Z] Running setup.py install for texttable: started [2021-02-01T02:05:20.714Z] Removing intermediate container 2c0e572a5ed8 [2021-02-01T02:05:20.714Z] ---> ae3f17725495 [2021-02-01T02:05:20.714Z] [2021-02-01T02:05:20.714Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:05:20.714Z] ---> 389fef711851 [2021-02-01T02:05:20.714Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-01T02:05:20.714Z] ---> Using cache [2021-02-01T02:05:20.714Z] ---> 9c2109626c1b [2021-02-01T02:05:20.714Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:05:20.714Z] ---> Using cache [2021-02-01T02:05:20.714Z] ---> 1f8e35f9b616 [2021-02-01T02:05:20.714Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-01T02:05:20.714Z] ---> 4d7687ce34ad [2021-02-01T02:05:20.714Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-01T02:05:20.714Z] ---> Running in bc085679d2d5 [2021-02-01T02:05:20.990Z] Running setup.py install for texttable: finished with status 'done' [2021-02-01T02:05:20.990Z] Running setup.py install for dockerpty: started [2021-02-01T02:05:21.282Z] Removing intermediate container bc085679d2d5 [2021-02-01T02:05:21.282Z] ---> d65533b03ad9 [2021-02-01T02:05:21.282Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-01T02:05:21.282Z] ---> e4b8290b846f [2021-02-01T02:05:21.282Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-01T02:05:21.282Z] ---> Running in 68262d4b51a9 [2021-02-01T02:05:21.282Z] Removing intermediate container 59a14c3e9117 [2021-02-01T02:05:21.282Z] ---> 483749c46aa3 [2021-02-01T02:05:21.282Z] Step 6/23 : COPY go.mod . [2021-02-01T02:05:21.558Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-01T02:05:22.539Z] Removing intermediate container 68262d4b51a9 [2021-02-01T02:05:22.539Z] ---> 2b5f12468415 [2021-02-01T02:05:22.539Z] Step 15/23 : WORKDIR / [2021-02-01T02:05:23.134Z] 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-01T02:05:23.406Z] ---> 80660853d407 [2021-02-01T02:05:23.406Z] Step 7/23 : RUN go mod download [2021-02-01T02:05:23.406Z] ---> 6e0e237d3345 [2021-02-01T02:05:23.406Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-01T02:05:23.406Z] ---> Running in 1aa6b9e36c34 [2021-02-01T02:05:23.685Z] ---> Running in ec932b4c14f4 [2021-02-01T02:05:23.958Z] Removing intermediate container 1aa6b9e36c34 [2021-02-01T02:05:23.958Z] ---> 5e244387b75e [2021-02-01T02:05:23.958Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:05:24.942Z] ---> a85b3b37376e [2021-02-01T02:05:24.942Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-01T02:05:24.942Z] ---> 6f181279d530 [2021-02-01T02:05:24.942Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-01T02:05:27.508Z] ---> 659090ce2609 [2021-02-01T02:05:27.508Z] 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-01T02:05:27.508Z] ---> b064dfdc33de [2021-02-01T02:05:27.508Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-01T02:05:27.508Z] ---> Running in 114d398c668d [2021-02-01T02:05:27.508Z] Removing intermediate container c3367a781a7a [2021-02-01T02:05:27.508Z] ---> 94638f6f9c3c [2021-02-01T02:05:27.508Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-01T02:05:27.774Z] ---> Running in 0130d16569fe [2021-02-01T02:05:27.774Z] Removing intermediate container ec932b4c14f4 [2021-02-01T02:05:27.774Z] ---> abb78f443be5 [2021-02-01T02:05:27.774Z] Step 8/23 : COPY . . [2021-02-01T02:05:28.052Z] ---> 1488bf2ace2b [2021-02-01T02:05:28.052Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-01T02:05:28.052Z] ---> Running in 4ad6c3cdfe43 [2021-02-01T02:05:29.015Z] Removing intermediate container 4ad6c3cdfe43 [2021-02-01T02:05:29.015Z] ---> f8ea96b0e3ce [2021-02-01T02:05:29.015Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:05:29.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:29.287Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:29.560Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-01T02:05:29.560Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-01T02:05:29.560Z] (3/3) Installing curl (7.69.1-r3) [2021-02-01T02:05:29.560Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:05:29.835Z] OK: 72 MiB in 58 packages [2021-02-01T02:05:29.835Z] ---> Running in 77626685efb8 [2021-02-01T02:05:34.133Z] Removing intermediate container 77626685efb8 [2021-02-01T02:05:34.133Z] ---> f9fc5e0e48af [2021-02-01T02:05:34.133Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:05:34.133Z] Removing intermediate container 114d398c668d [2021-02-01T02:05:34.133Z] ---> 3a23538e7da8 [2021-02-01T02:05:34.133Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-01T02:05:35.539Z] ---> Running in 8a8fa1aa5b7f [2021-02-01T02:05:36.973Z] ---> Running in fe73afcad81f [2021-02-01T02:05:36.973Z] Removing intermediate container 0130d16569fe [2021-02-01T02:05:36.973Z] ---> 9a61c32c2085 [2021-02-01T02:05:36.973Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-01T02:05:37.549Z] Removing intermediate container 8a8fa1aa5b7f [2021-02-01T02:05:37.549Z] ---> c76d2db7da69 [2021-02-01T02:05:37.549Z] Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:05:38.949Z] ---> Running in f8c9572bcdab [2021-02-01T02:05:38.949Z] Removing intermediate container fe73afcad81f [2021-02-01T02:05:38.949Z] ---> 8c948d38d85e [2021-02-01T02:05:38.949Z] Step 22/24 : LABEL arch=x86_64 [2021-02-01T02:05:39.934Z] ---> Running in bfc3108c1fc4 [2021-02-01T02:05:41.347Z] Removing intermediate container f8c9572bcdab [2021-02-01T02:05:41.347Z] ---> 418153cffd0a [2021-02-01T02:05:41.347Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:05:41.347Z] ---> Running in 1e5dad8e4523 [2021-02-01T02:05:41.347Z] Removing intermediate container bfc3108c1fc4 [2021-02-01T02:05:41.347Z] ---> 60f7a9b0922a [2021-02-01T02:05:41.347Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:05:41.347Z] ---> Running in 59fd90a57ed9 [2021-02-01T02:05:42.743Z] ---> Running in 2ebd985204b4 [2021-02-01T02:05:44.159Z] Removing intermediate container 1e5dad8e4523 [2021-02-01T02:05:44.159Z] ---> b747efd4c029 [2021-02-01T02:05:44.159Z] Step 23/24 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:05:44.421Z] Removing intermediate container 59fd90a57ed9 [2021-02-01T02:05:44.421Z] ---> a50ad7349e60 [2021-02-01T02:05:44.421Z] Step 24/26 : LABEL arch=x86_64 [2021-02-01T02:05:45.824Z] Removing intermediate container 2ebd985204b4 [2021-02-01T02:05:45.824Z] ---> 2cba9b12bdb9 [2021-02-01T02:05:45.824Z] [2021-02-01T02:05:46.088Z] ---> Running in ea497696ba38 [2021-02-01T02:05:47.483Z] Successfully built 2cba9b12bdb9 [2021-02-01T02:05:47.746Z] ---> Running in 3ee0d431084f [2021-02-01T02:05:47.746Z] Successfully tagged docker-core-command-go:latest [2021-02-01T02:05:49.670Z]  Building docker-core-command-go ... done Removing intermediate container ea497696ba38 [2021-02-01T02:05:49.670Z] ---> 4e79920f9ac0 [2021-02-01T02:05:49.670Z] Step 24/24 : LABEL version=0.0.0 [2021-02-01T02:05:49.670Z] Removing intermediate container db81a5679530 [2021-02-01T02:05:49.670Z] ---> 69385134500b [2021-02-01T02:05:49.670Z] [2021-02-01T02:05:49.670Z] Step 10/22 : FROM alpine:3.12 [2021-02-01T02:05:49.670Z] ---> 389fef711851 [2021-02-01T02:05:49.670Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-01T02:05:50.619Z] Removing intermediate container 3ee0d431084f [2021-02-01T02:05:50.619Z] ---> da140a309390 [2021-02-01T02:05:50.619Z] Step 25/26 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:05:51.569Z] ---> Running in 508f57aa7861 [2021-02-01T02:05:51.569Z] ---> Running in bbc6a5a7fa4f [2021-02-01T02:05:51.838Z] ---> Running in 2c7121aaee8b [2021-02-01T02:05:52.105Z] ---> 5e31da55e008 [2021-02-01T02:05:52.105Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-01T02:05:52.105Z] Removing intermediate container 508f57aa7861 [2021-02-01T02:05:52.105Z] ---> fcf5f19dd3fb [2021-02-01T02:05:52.105Z] [2021-02-01T02:05:52.105Z] ---> Running in 06783ca011c5 [2021-02-01T02:05:52.105Z] Removing intermediate container 2c7121aaee8b [2021-02-01T02:05:52.105Z] ---> 796b9613fe05 [2021-02-01T02:05:52.105Z] Step 26/26 : LABEL version=0.0.0 [2021-02-01T02:05:52.368Z] Successfully built fcf5f19dd3fb [2021-02-01T02:05:52.369Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-01T02:05:52.369Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in bcb6e3b5e5fd [2021-02-01T02:05:52.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:52.641Z] Removing intermediate container bcb6e3b5e5fd [2021-02-01T02:05:52.641Z] ---> b66f162c1b8e [2021-02-01T02:05:52.641Z] [2021-02-01T02:05:52.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:05:52.909Z] Successfully built b66f162c1b8e [2021-02-01T02:05:52.909Z] 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-01T02:05:52.909Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-01T02:05:52.909Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-01T02:05:52.909Z]  Building docker-sys-mgmt-agent-go ... done (2/2) Installing dumb-init (1.2.2-r1) [2021-02-01T02:05:52.909Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:05:52.909Z] Executing ca-certificates-20191127-r4.trigger [2021-02-01T02:05:53.173Z] OK: 6 MiB in 16 packages [2021-02-01T02:05:55.111Z] Removing intermediate container bbc6a5a7fa4f [2021-02-01T02:05:55.111Z] ---> 5f628392aeb9 [2021-02-01T02:05:55.111Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-01T02:05:55.111Z] ---> Running in 22696a590ce0 [2021-02-01T02:05:55.111Z] Removing intermediate container 22696a590ce0 [2021-02-01T02:05:55.111Z] ---> 200651601646 [2021-02-01T02:05:55.111Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-01T02:05:55.436Z] ---> Running in ae9db54642f2 [2021-02-01T02:05:55.809Z] Removing intermediate container ae9db54642f2 [2021-02-01T02:05:55.809Z] ---> 50d078fa406b [2021-02-01T02:05:55.810Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-01T02:05:55.810Z] ---> Running in 37ebcd7f9f2c [2021-02-01T02:05:56.190Z] Removing intermediate container 37ebcd7f9f2c [2021-02-01T02:05:56.190Z] ---> 0526665d72a3 [2021-02-01T02:05:56.190Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:05:56.532Z] ---> 4bfaf9e7c23a [2021-02-01T02:05:56.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-01T02:05:57.529Z] ---> 6a37f26a15f6 [2021-02-01T02:05:57.529Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-01T02:05:58.486Z] ---> 0de6a45d324b [2021-02-01T02:05:58.486Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-01T02:05:58.756Z] ---> Running in 059de5fb08c0 [2021-02-01T02:05:59.020Z] Removing intermediate container 059de5fb08c0 [2021-02-01T02:05:59.020Z] ---> 54b94d2c39ea [2021-02-01T02:05:59.020Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:05:59.289Z] ---> Running in dffda4a9870f [2021-02-01T02:05:59.561Z] Removing intermediate container dffda4a9870f [2021-02-01T02:05:59.561Z] ---> 0ec661cfa544 [2021-02-01T02:05:59.561Z] Step 20/22 : LABEL arch=x86_64 [2021-02-01T02:05:59.561Z] ---> Running in 0e5d8c61ece8 [2021-02-01T02:05:59.832Z] Removing intermediate container 0e5d8c61ece8 [2021-02-01T02:05:59.832Z] ---> 9faf979d273d [2021-02-01T02:05:59.832Z] Step 21/22 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:06:00.099Z] ---> Running in c6c094a77a83 [2021-02-01T02:06:00.366Z] Removing intermediate container c6c094a77a83 [2021-02-01T02:06:00.366Z] ---> 6b68a248cd7c [2021-02-01T02:06:00.366Z] Step 22/22 : LABEL version=0.0.0 [2021-02-01T02:06:00.366Z] ---> Running in 41ea8a655cae [2021-02-01T02:06:01.798Z] Removing intermediate container 41ea8a655cae [2021-02-01T02:06:01.798Z] ---> cfbc0e4c728e [2021-02-01T02:06:01.798Z] [2021-02-01T02:06:01.798Z] Successfully built cfbc0e4c728e [2021-02-01T02:06:01.798Z] Successfully tagged docker-support-notifications-go:latest [2021-02-01T02:06:10.033Z]  Building docker-support-notifications-go ... done Removing intermediate container 06783ca011c5 [2021-02-01T02:06:10.033Z] ---> f315252b34b0 [2021-02-01T02:06:10.033Z] [2021-02-01T02:06:10.033Z] Step 10/23 : FROM alpine:3.12 [2021-02-01T02:06:10.033Z] ---> 389fef711851 [2021-02-01T02:06:10.033Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-01T02:06:10.033Z] ---> Running in b1039145e768 [2021-02-01T02:06:10.295Z] Removing intermediate container b1039145e768 [2021-02-01T02:06:10.295Z] ---> 6fd10de9d738 [2021-02-01T02:06:10.295Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-01T02:06:10.295Z] ---> Running in cbdbc4e0d78b [2021-02-01T02:06:10.562Z] Removing intermediate container cbdbc4e0d78b [2021-02-01T02:06:10.562Z] ---> cbd83f355fad [2021-02-01T02:06:10.562Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-01T02:06:10.562Z] ---> Running in fb1c05b1c5a6 [2021-02-01T02:06:10.825Z] Removing intermediate container fb1c05b1c5a6 [2021-02-01T02:06:10.826Z] ---> bcaa2683c60b [2021-02-01T02:06:10.826Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-01T02:06:10.826Z] ---> Running in bce375746038 [2021-02-01T02:06:11.776Z] Removing intermediate container bce375746038 [2021-02-01T02:06:11.776Z] ---> 4221c6afb3e6 [2021-02-01T02:06:11.776Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-01T02:06:11.776Z] ---> Running in 8ac7a16d5769 [2021-02-01T02:06:12.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:12.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-01T02:06:13.192Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-01T02:06:13.453Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-01T02:06:13.453Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-01T02:06:13.453Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-01T02:06:13.716Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-01T02:06:13.716Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-01T02:06:13.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-01T02:06:13.978Z] OK: 8 MiB in 20 packages [2021-02-01T02:06:14.553Z] Removing intermediate container 8ac7a16d5769 [2021-02-01T02:06:14.553Z] ---> 49280ca3c4fb [2021-02-01T02:06:14.553Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-01T02:06:14.816Z] ---> 1e5d9615b3c6 [2021-02-01T02:06:14.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-01T02:06:15.399Z] ---> 6b0fc530c8b5 [2021-02-01T02:06:15.399Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-01T02:06:15.670Z] ---> 67067a136658 [2021-02-01T02:06:15.670Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-01T02:06:15.670Z] ---> Running in 715d3d41e5a0 [2021-02-01T02:06:15.932Z] Removing intermediate container 715d3d41e5a0 [2021-02-01T02:06:15.933Z] ---> 900588056958 [2021-02-01T02:06:15.933Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-01T02:06:15.933Z] ---> Running in ddc23f3bb1ab [2021-02-01T02:06:16.195Z] Removing intermediate container ddc23f3bb1ab [2021-02-01T02:06:16.195Z] ---> 6fc370762734 [2021-02-01T02:06:16.195Z] Step 21/23 : LABEL arch=x86_64 [2021-02-01T02:06:16.195Z] ---> Running in 0aa16669103e [2021-02-01T02:06:16.460Z] Removing intermediate container 0aa16669103e [2021-02-01T02:06:16.460Z] ---> cd716e99c9de [2021-02-01T02:06:16.460Z] Step 22/23 : LABEL git_sha=041ffd2f18cd24aeb03e215b9cd83045f0790b50 [2021-02-01T02:06:16.460Z] ---> Running in 2d3c6aaf1ab5 [2021-02-01T02:06:16.724Z] Removing intermediate container 2d3c6aaf1ab5 [2021-02-01T02:06:16.724Z] ---> a0cfe2b2ad95 [2021-02-01T02:06:16.724Z] Step 23/23 : LABEL version=0.0.0 [2021-02-01T02:06:16.724Z] ---> Running in a852cd027c2f [2021-02-01T02:06:16.724Z] Removing intermediate container a852cd027c2f [2021-02-01T02:06:16.724Z] ---> a40c34b1153d [2021-02-01T02:06:16.724Z] [2021-02-01T02:06:16.986Z] Successfully built a40c34b1153d [2021-02-01T02:06:16.986Z] Successfully tagged docker-core-data-go:latest [2021-02-01T02:06:17.583Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-01T02:06:17.637Z] $ docker stop --time=1 ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c [2021-02-01T02:06:19.445Z] $ docker rm -f ce9f59a29f8853d68b15a9e7bd38dc2b0c86f142d37ed0af22893b5b8763341c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-01T02:06:19.995Z] + docker images [2021-02-01T02:06:19.995Z] + grep docker [2021-02-01T02:06:20.257Z] docker-core-data-go latest a40c34b1153d 4 seconds ago 22.3MB [2021-02-01T02:06:20.257Z] docker-support-notifications-go latest cfbc0e4c728e 20 seconds ago 16.9MB [2021-02-01T02:06:20.257Z] docker-sys-mgmt-agent-go latest b66f162c1b8e 28 seconds ago 313MB [2021-02-01T02:06:20.257Z] docker-security-secretstore-setup-go latest fcf5f19dd3fb 29 seconds ago 24.6MB [2021-02-01T02:06:20.257Z] docker-core-command-go latest 2cba9b12bdb9 36 seconds ago 16.9MB [2021-02-01T02:06:20.257Z] docker-security-bootstrapper-go latest ed2a001bd9a3 About a minute ago 23.8MB [2021-02-01T02:06:20.257Z] docker-core-metadata-go latest 2f8d2b3031dc 2 minutes ago 18.8MB [2021-02-01T02:06:20.257Z] docker-support-scheduler-go latest fc1808fc4cba 2 minutes ago 17MB [2021-02-01T02:06:20.257Z] docker-security-proxy-setup-go latest 96279e6f915a 2 minutes ago 24.4MB [2021-02-01T02:06:20.257Z] 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-01T02:06:36.056Z] Still waiting to schedule task [2021-02-01T02:06:36.056Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-01T02:07:29.377Z] Running on prd-ubuntu18.04-docker-8c-8g-24252 in /w/workspace/edgexfoundry_edgex-go_PR-3088 [Pipeline] { [Pipeline] ws [2021-02-01T02:07:29.435Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-02-01T02:07:31.365Z] using credential edgex-jenkins-ssh [2021-02-01T02:07:31.425Z] Cloning the remote Git repository [2021-02-01T02:07:31.452Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:07:31.512Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-02-01T02:07:31.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:07:31.543Z] > git --version # timeout=10 [2021-02-01T02:07:31.549Z] > git --version # 'git version 2.17.1' [2021-02-01T02:07:31.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:07:31.574Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:07:42.294Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:07:42.300Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-01T02:07:42.310Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-01T02:07:42.319Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-01T02:07:42.320Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-01T02:07:42.323Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3088/head:refs/remotes/origin/PR-3088 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-01T02:07:42.862Z] Merging remotes/origin/master commit 2372a215bf83b5aca75052ece39a841bb32f320e into PR head commit 041ffd2f18cd24aeb03e215b9cd83045f0790b50 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-01T02:07:43.521Z] 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) [2021-02-01T02:07:42.874Z] > git config core.sparsecheckout # timeout=10 [2021-02-01T02:07:42.884Z] > git checkout -f 041ffd2f18cd24aeb03e215b9cd83045f0790b50 # timeout=10 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-01T02:07:45.704Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:07:46.590Z] ---> package-listing.sh [2021-02-01T02:07:46.590Z] ++ facter osfamily [2021-02-01T02:07:46.590Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-01T02:07:46.590Z] + OS_FAMILY=redhat [2021-02-01T02:07:46.590Z] + workspace=/w/workspace/edgex-go/9 [2021-02-01T02:07:46.590Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-01T02:07:46.590Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-01T02:07:46.590Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-01T02:07:46.590Z] + PACKAGES=/tmp/packages_start.txt [2021-02-01T02:07:46.590Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-01T02:07:46.590Z] + PACKAGES=/tmp/packages_end.txt [2021-02-01T02:07:46.590Z] + case "${OS_FAMILY}" in [2021-02-01T02:07:46.590Z] + rpm -qa [2021-02-01T02:07:46.590Z] + sort [2021-02-01T02:07:51.898Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-01T02:07:51.898Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-01T02:07:51.898Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-01T02:07:51.898Z] + '[' /w/workspace/edgex-go/9 ']' [2021-02-01T02:07:51.898Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-02-01T02:07:51.898Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-02-01T02:07:51.914Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-01T02:07:52.208Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:07:52.514Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:07:52.514Z] [2021-02-01T02:07:52.514Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-01T02:07:52.870Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:07:52.870Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-01T02:07:52.870Z] df20fa9351a1: Pulling fs layer [2021-02-01T02:07:52.870Z] 36b3adc4ff6f: Pulling fs layer [2021-02-01T02:07:52.870Z] 8ad3a11d3b57: Pulling fs layer [2021-02-01T02:07:52.870Z] 46f8f816bc3b: Pulling fs layer [2021-02-01T02:07:52.870Z] 93b61091891f: Pulling fs layer [2021-02-01T02:07:52.870Z] 93b9cdb0e59b: Pulling fs layer [2021-02-01T02:07:52.870Z] 5e14af77c1be: Pulling fs layer [2021-02-01T02:07:52.870Z] 01666e4c0597: Pulling fs layer [2021-02-01T02:07:52.870Z] aa168da1d23b: Pulling fs layer [2021-02-01T02:07:52.870Z] 46f8f816bc3b: Waiting [2021-02-01T02:07:52.870Z] 5e14af77c1be: Waiting [2021-02-01T02:07:52.870Z] 01666e4c0597: Waiting [2021-02-01T02:07:52.870Z] 93b61091891f: Waiting [2021-02-01T02:07:52.870Z] aa168da1d23b: Waiting [2021-02-01T02:07:52.870Z] 93b9cdb0e59b: Waiting [2021-02-01T02:07:52.870Z] 36b3adc4ff6f: Verifying Checksum [2021-02-01T02:07:52.870Z] 36b3adc4ff6f: Download complete [2021-02-01T02:07:52.870Z] 46f8f816bc3b: Verifying Checksum [2021-02-01T02:07:52.870Z] 46f8f816bc3b: Download complete [2021-02-01T02:07:53.133Z] df20fa9351a1: Verifying Checksum [2021-02-01T02:07:53.133Z] 93b9cdb0e59b: Verifying Checksum [2021-02-01T02:07:53.133Z] 93b9cdb0e59b: Download complete [2021-02-01T02:07:53.133Z] 5e14af77c1be: Verifying Checksum [2021-02-01T02:07:53.133Z] 5e14af77c1be: Download complete [2021-02-01T02:07:53.133Z] 93b61091891f: Download complete [2021-02-01T02:07:53.133Z] 01666e4c0597: Verifying Checksum [2021-02-01T02:07:53.133Z] 01666e4c0597: Download complete [2021-02-01T02:07:53.396Z] df20fa9351a1: Pull complete [2021-02-01T02:07:53.659Z] 36b3adc4ff6f: Pull complete [2021-02-01T02:07:54.234Z] 8ad3a11d3b57: Verifying Checksum [2021-02-01T02:07:54.234Z] 8ad3a11d3b57: Download complete [2021-02-01T02:07:55.192Z] 8ad3a11d3b57: Pull complete [2021-02-01T02:07:55.192Z] 46f8f816bc3b: Pull complete [2021-02-01T02:07:56.142Z] aa168da1d23b: Verifying Checksum [2021-02-01T02:07:56.142Z] aa168da1d23b: Download complete [2021-02-01T02:07:57.088Z] 93b61091891f: Pull complete [2021-02-01T02:07:57.088Z] 93b9cdb0e59b: Pull complete [2021-02-01T02:07:57.351Z] 5e14af77c1be: Pull complete [2021-02-01T02:07:57.351Z] 01666e4c0597: Pull complete [2021-02-01T02:08:07.414Z] aa168da1d23b: Pull complete [2021-02-01T02:08:07.414Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-01T02:08:07.414Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-01T02:08:07.414Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-01T02:08:07.684Z] prd-centos7-docker-4c-2g-24246 does not seem to be running inside a container [2021-02-01T02:08:07.741Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01T02:08:13.716Z] $ docker top 3bf5215fb1164050fd5597d5473ba42db675b65ec2618e71d2c628586ab7a9c3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-01T02:08:14.298Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-01T02:08:14.713Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-01T02:08:15.062Z] + ls /var/log/sa-host [2021-02-01T02:08:15.062Z] + sadf -c /var/log/sa-host/sa01 [2021-02-01T02:08:15.062Z] file_magic: OK [2021-02-01T02:08:15.062Z] HZ: Using current value: 100 [2021-02-01T02:08:15.062Z] file_header: OK [2021-02-01T02:08:15.062Z] 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-01T02:08:15.062Z] Statistics: [2021-02-01T02:08:15.062Z] 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-01T02:08:15.062Z] File successfully converted to sysstat format version 12.2.1 [2021-02-01T02:08:15.062Z] + sadf -c /var/log/sa-host/sa23 [2021-02-01T02:08:15.062Z] file_magic: OK [2021-02-01T02:08:15.062Z] HZ: Using current value: 100 [2021-02-01T02:08:15.062Z] file_header: OK [2021-02-01T02:08:15.062Z] 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-01T02:08:15.062Z] Statistics: [2021-02-01T02:08:15.062Z] Hnuu...uuuununununu... [2021-02-01T02:08:15.062Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-01T02:08:15.665Z] provisioning config files... [2021-02-01T02:08:15.696Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config797667110447486408tmp [Pipeline] { [Pipeline] echo [2021-02-01T02:08:15.757Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:08:16.073Z] ---> create-netrc.sh [Pipeline] } [2021-02-01T02:08:16.082Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-01T02:08:16.174Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:08:16.472Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-01T02:08:16.484Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:08:16.781Z] ---> sudo-logs.sh [2021-02-01T02:08:16.781Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-01T02:08:16.791Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:08:17.090Z] ---> job-cost.sh [2021-02-01T02:08:17.090Z] lf-activate-venv: SKIPPING [2021-02-01T02:08:17.090Z] INFO: No Stack... [2021-02-01T02:08:18.036Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-01T02:08:18.300Z] INFO: Archiving Costs [Pipeline] echo [2021-02-01T02:08:18.347Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-01T02:08:18.645Z] ---> logs-deploy.sh [2021-02-01T02:08:18.645Z] lf-activate-venv: SKIPPING [2021-02-01T02:08:18.645Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3088/9 [2021-02-01T02:08:18.645Z] INFO: archiving workspace using pattern(s): [2021-02-01T02:08:20.564Z] Archives upload complete. [2021-02-01T02:08:20.564Z] INFO: archiving logs to Nexus