Pull request #2970 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 81e80c19b27583b3db40e74c5e4ad721211dc801+4d95f7d65f4987945674515d14eb4d3460a02321 (45af3fe43b9cacb42b5bc1730980cb1af08250fb) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18279 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 Merge succeeded, producing 81e80c19b27583b3db40e74c5e4ad721211dc801 Checking out Revision 81e80c19b27583b3db40e74c5e4ad721211dc801 (PR-2970) > 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 Commit message: "feat(security): Add new implementation for security bootstrapping/installation" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T20:42:44.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T20:42:45.280Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T20:42:45.383Z] ========================================================= [2021-01-04T20:42:45.384Z] EdgeX Global Pipelines Version Info [2021-01-04T20:42:45.384Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8368ad8cb53852a3c37b4a60dbcb09c423cda3bc # timeout=10 [2021-01-04T20:42:47.756Z] ------------------- [2021-01-04T20:42:47.756Z] stable info: [2021-01-04T20:42:47.756Z] ------------------- [2021-01-04T20:42:47.756Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T20:42:47.756Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:42:47.756Z] Message: update stable to v1.0.173 [2021-01-04T20:42:48.722Z] ------------------- [2021-01-04T20:42:48.722Z] experimental info: [2021-01-04T20:42:48.722Z] ------------------- [2021-01-04T20:42:48.722Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T20:42:48.722Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:42:48.722Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T20:42:49.033Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T20:42:49.129Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T20:42:49.219Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T20:42:49.316Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T20:42:49.403Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T20:42:49.526Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T20:42:49.614Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T20:42:49.701Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T20:42:49.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T20:42:49.925Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T20:42:50.036Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T20:42:50.149Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T20:42:50.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T20:42:50.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T20:42:50.567Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:42:50.688Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:42:50.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T20:42:50.961Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T20:42:51.064Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T20:42:51.158Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T20:42:51.269Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T20:42:51.369Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T20:42:51.462Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T20:42:51.563Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-04T20:42:51.652Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-04T20:42:51.740Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-04T20:42:51.840Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] echo [2021-01-04T20:42:51.970Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81e80c1 [Pipeline] echo [2021-01-04T20:42:52.058Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:42:52.239Z] provisioning config files... [2021-01-04T20:42:52.271Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config2053910751059716832tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:42:52.679Z] ---> docker-login.sh [2021-01-04T20:42:52.679Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:42:53.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:42:53.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:42:53.569Z] Configure a credential helper to remove this warning. See [2021-01-04T20:42:53.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:42:53.569Z] [2021-01-04T20:42:53.569Z] Login Succeeded [2021-01-04T20:42:53.569Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:42:53.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:42:53.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:42:53.842Z] Configure a credential helper to remove this warning. See [2021-01-04T20:42:53.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:42:53.842Z] [2021-01-04T20:42:53.842Z] Login Succeeded [2021-01-04T20:42:53.842Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:42:54.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:42:54.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:42:54.130Z] Configure a credential helper to remove this warning. See [2021-01-04T20:42:54.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:42:54.130Z] [2021-01-04T20:42:54.130Z] Login Succeeded [2021-01-04T20:42:54.130Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:42:54.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:42:54.418Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:42:54.418Z] Configure a credential helper to remove this warning. See [2021-01-04T20:42:54.418Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:42:54.418Z] [2021-01-04T20:42:54.418Z] Login Succeeded [2021-01-04T20:42:54.418Z] docker.io [2021-01-04T20:42:54.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:42:54.956Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:42:54.956Z] Configure a credential helper to remove this warning. See [2021-01-04T20:42:54.956Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:42:54.956Z] [2021-01-04T20:42:54.956Z] Login Succeeded [2021-01-04T20:42:54.956Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:42:54.968Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:42:55.463Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T20:42:55.463Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:42:55.463Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:42:55.463Z] ++ cut -d/ -f2 [2021-01-04T20:42:55.463Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T20:42:55.609Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:42:56.581Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:42:56.868Z] [2021-01-04T20:42:56.868Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:42:57.293Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:42:57.293Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T20:42:57.293Z] 31603596830f: Pulling fs layer [2021-01-04T20:42:57.293Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T20:42:57.293Z] 6ca5941a6612: Pulling fs layer [2021-01-04T20:42:57.293Z] ecc8261a40a4: Pulling fs layer [2021-01-04T20:42:57.293Z] ecc8261a40a4: Waiting [2021-01-04T20:42:57.293Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T20:42:57.293Z] 2a8b12db71e7: Download complete [2021-01-04T20:42:57.901Z] 31603596830f: Verifying Checksum [2021-01-04T20:42:57.901Z] 31603596830f: Download complete [2021-01-04T20:42:58.184Z] 6ca5941a6612: Verifying Checksum [2021-01-04T20:42:58.184Z] 6ca5941a6612: Download complete [2021-01-04T20:42:58.184Z] ecc8261a40a4: Verifying Checksum [2021-01-04T20:42:58.184Z] ecc8261a40a4: Download complete [2021-01-04T20:42:58.184Z] 31603596830f: Pull complete [2021-01-04T20:42:58.462Z] 2a8b12db71e7: Pull complete [2021-01-04T20:43:00.070Z] 6ca5941a6612: Pull complete [2021-01-04T20:43:00.887Z] ecc8261a40a4: Pull complete [2021-01-04T20:43:00.887Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T20:43:00.887Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:43:00.887Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T20:43:01.126Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:43:01.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T20:43:04.483Z] $ docker top 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T20:43:04.865Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:43:04.865Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:43:05.264Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:43:05.272Z] $ docker exec 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent [2021-01-04T20:43:05.696Z] SSH_AUTH_SOCK=/tmp/ssh-GJ6l1C6sa9G4/agent.13 [2021-01-04T20:43:05.696Z] SSH_AGENT_PID=18 [2021-01-04T20:43:05.723Z] Running ssh-add (command line suppressed) [2021-01-04T20:43:06.016Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_5099559846400542444.key (/w/workspace/edgex-go/5@tmp/private_key_5099559846400542444.key) [2021-01-04T20:43:06.091Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:43:06.467Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T20:43:06.524Z] $ docker exec --env ******** --env ******** 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent -k [2021-01-04T20:43:06.708Z] unset SSH_AUTH_SOCK; [2021-01-04T20:43:06.709Z] unset SSH_AGENT_PID; [2021-01-04T20:43:06.709Z] echo Agent pid 18 killed; [2021-01-04T20:43:06.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T20:43:07.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:43:07.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:43:07.350Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:43:07.357Z] $ docker exec 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent [2021-01-04T20:43:07.616Z] SSH_AUTH_SOCK=/tmp/ssh-n5geVh3wyG7q/agent.46 [2021-01-04T20:43:07.616Z] SSH_AGENT_PID=52 [2021-01-04T20:43:07.625Z] Running ssh-add (command line suppressed) [2021-01-04T20:43:07.777Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_7714487390227444583.key (/w/workspace/edgex-go/5@tmp/private_key_7714487390227444583.key) [2021-01-04T20:43:07.851Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:43:08.295Z] + git semver init [2021-01-04T20:43:08.295Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T20:43:08.295Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-04T20:43:08.295Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-04T20:43:08.295Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T20:43:08.295Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T20:43:08.295Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T20:43:08.295Z] # $SEMVER_BRANCH = PR-2970 [2021-01-04T20:43:08.295Z] # $SEMVER_TEMP = /tmp/semver-984525076 [2021-01-04T20:43:08.295Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T20:43:40.920Z] # '/tmp/semver-984525076' -> '/w/workspace/edgex-go/5/.semver' [2021-01-04T20:43:40.920Z] # -> Force: false [2021-01-04T20:43:40.920Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-04T20:43:40.947Z] $ docker exec --env ******** --env ******** 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 ssh-agent -k [2021-01-04T20:43:41.379Z] unset SSH_AUTH_SOCK; [2021-01-04T20:43:41.381Z] unset SSH_AGENT_PID; [2021-01-04T20:43:41.381Z] echo Agent pid 52 killed; [2021-01-04T20:43:41.508Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:43:42.040Z] + git semver [Pipeline] } [2021-01-04T20:43:42.064Z] $ docker stop --time=1 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 [2021-01-04T20:43:43.878Z] $ docker rm -f 441f7b3fc24d415af600afbb19770431b21bb1db62d90d2e86ed38eab1d63c76 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:43:44.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T20:43:45.333Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T20:43:45.338Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T20:43:46.270Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:43:46.579Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:43:46.909Z] + true [2021-01-04T20:43:46.909Z] + sudo service docker restart [2021-01-04T20:43:46.909Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T20:43:47.909Z] ========================================================= [2021-01-04T20:43:47.909Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T20:43:47.909Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:43:48.281Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-04T20:43:55.011Z] Sending build context to Docker daemon 326.5MB [2021-01-04T20:43:55.011Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:43:55.011Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:43:55.011Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T20:43:55.011Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T20:43:55.011Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T20:43:55.011Z] de9db76c5a1d: Pulling fs layer [2021-01-04T20:43:55.011Z] bca2f99d35d6: Pulling fs layer [2021-01-04T20:43:55.011Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T20:43:55.011Z] 7c6f9722023f: Pulling fs layer [2021-01-04T20:43:55.011Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T20:43:55.011Z] 93359f2a8cfa: Waiting [2021-01-04T20:43:55.011Z] 7c6f9722023f: Waiting [2021-01-04T20:43:55.011Z] a35cf1a2eb13: Waiting [2021-01-04T20:43:55.011Z] bca2f99d35d6: Waiting [2021-01-04T20:43:55.011Z] de9db76c5a1d: Verifying Checksum [2021-01-04T20:43:55.011Z] de9db76c5a1d: Download complete [2021-01-04T20:43:55.011Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T20:43:55.011Z] 0ef7d3d256c8: Download complete [2021-01-04T20:43:55.011Z] 93359f2a8cfa: Download complete [2021-01-04T20:43:55.011Z] 7c6f9722023f: Verifying Checksum [2021-01-04T20:43:55.011Z] 7c6f9722023f: Download complete [2021-01-04T20:43:55.011Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T20:43:55.011Z] 188c0c94c7c5: Download complete [2021-01-04T20:43:55.305Z] 188c0c94c7c5: Pull complete [2021-01-04T20:43:56.278Z] 0ef7d3d256c8: Pull complete [2021-01-04T20:43:56.278Z] de9db76c5a1d: Pull complete [2021-01-04T20:43:58.291Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T20:43:58.291Z] a35cf1a2eb13: Download complete [2021-01-04T20:43:59.269Z] bca2f99d35d6: Verifying Checksum [2021-01-04T20:43:59.269Z] bca2f99d35d6: Download complete [2021-01-04T20:44:00.716Z] Still waiting to schedule task [2021-01-04T20:44:00.716Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T20:44:09.446Z] bca2f99d35d6: Pull complete [2021-01-04T20:44:09.446Z] 93359f2a8cfa: Pull complete [2021-01-04T20:44:09.446Z] 7c6f9722023f: Pull complete [2021-01-04T20:44:15.001Z] a35cf1a2eb13: Pull complete [2021-01-04T20:44:15.001Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T20:44:15.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T20:44:15.001Z] ---> a62c8e92a672 [2021-01-04T20:44:15.001Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-04T20:44:15.001Z] ---> Running in 7b437ae84790 [2021-01-04T20:44:16.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:44:16.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:44:17.582Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:44:17.849Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:44:17.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:44:17.849Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:44:21.200Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:44:21.200Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:44:21.467Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:44:21.467Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:44:21.467Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:44:21.737Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:44:21.737Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:44:22.006Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:44:22.006Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:44:22.006Z] OK: 233 MiB in 51 packages [2021-01-04T20:44:26.350Z] Removing intermediate container 7b437ae84790 [2021-01-04T20:44:26.350Z] ---> 7cdd071060e5 [2021-01-04T20:44:26.350Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:44:26.350Z] ---> Running in f34be2e4e3a6 [2021-01-04T20:44:26.350Z] Removing intermediate container f34be2e4e3a6 [2021-01-04T20:44:26.350Z] ---> 8d631ea24558 [2021-01-04T20:44:26.350Z] Step 5/6 : COPY go.mod . [2021-01-04T20:44:26.956Z] ---> 40a3cb13d378 [2021-01-04T20:44:26.956Z] Step 6/6 : RUN go mod download [2021-01-04T20:44:26.956Z] ---> Running in 45c316067235 [2021-01-04T20:44:53.874Z] Removing intermediate container 45c316067235 [2021-01-04T20:44:53.874Z] ---> 03e6fbc08ef0 [2021-01-04T20:44:53.874Z] Successfully built 03e6fbc08ef0 [2021-01-04T20:44:53.874Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:44:54.236Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:44:54.517Z] . [Pipeline] withDockerContainer [2021-01-04T20:44:54.744Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:44:54.971Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:44:56.372Z] $ docker top dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:44:56.985Z] + go version [2021-01-04T20:44:56.985Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T20:44:57.009Z] $ docker stop --time=1 dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b [2021-01-04T20:44:58.636Z] $ docker rm -f dc4367d15d084b1b9e38d8948c18e599d42e7c3177f791cfecd392e9fdfe2a1b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:45:00.080Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:45:00.080Z] . [Pipeline] withDockerContainer [2021-01-04T20:45:00.355Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:45:00.421Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:45:02.155Z] $ docker top 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:45:02.495Z] ========================================================= [2021-01-04T20:45:02.495Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:45:02.495Z] ========================================================= [Pipeline] sh [2021-01-04T20:45:02.851Z] + make test [2021-01-04T20:45:02.851Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:45:21.381Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:45:48.778Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:46:04.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:46:04.555Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:46:04.555Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:46:04.555Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:46:10.215Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:46:14.822Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:46:14.823Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:46:14.823Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:46:20.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.194s coverage: 46.6% of statements [2021-01-04T20:46:20.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:46:20.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:46:20.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:46:20.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:46:20.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:46:26.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.986s coverage: 27.0% of statements [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:46:26.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.109s coverage: 100.0% of statements [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:46:26.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:46:26.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.145s coverage: 75.0% of statements [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:46:26.848Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.987s coverage: 82.9% of statements [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:46:26.848Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:46:30.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.912s coverage: 28.6% of statements [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:46:30.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.106s coverage: 100.0% of statements [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:46:30.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:46:30.692Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.235s coverage: 86.7% of statements [2021-01-04T20:46:30.692Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:46:33.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.200s coverage: 97.5% of statements [2021-01-04T20:46:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:46:33.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.134s coverage: 78.3% of statements [2021-01-04T20:46:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:46:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:46:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:46:33.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:46:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.965s coverage: 93.8% of statements [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:46:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:46:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-04T20:46:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 42.4% of statements [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-04T20:46:37.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.139s coverage: 87.5% of statements [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-04T20:46:37.961Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.110s coverage: 82.7% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.2% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.281s coverage: 91.4% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.444s coverage: 63.5% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.041s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.122s coverage: 73.7% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.889s coverage: 55.9% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.177s coverage: 37.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.501s coverage: 84.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.062s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.265s coverage: 47.1% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.160s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.107s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.874s coverage: 29.1% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.227s coverage: 99.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.156s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.111s coverage: 87.9% of statements [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:47:00.983Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.093s coverage: 32.1% of statements [2021-01-04T20:47:00.983Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.127s coverage: 100.0% of statements [2021-01-04T20:47:00.983Z] GO111MODULE=on go vet ./... [2021-01-04T20:47:15.471Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18283 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-04T20:47:15.530Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T20:47:22.334Z] using credential edgex-jenkins-ssh [2021-01-04T20:47:22.411Z] Cloning the remote Git repository [2021-01-04T20:47:22.493Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:47:22.651Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-04T20:47:22.772Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:47:22.773Z] > git --version # timeout=10 [2021-01-04T20:47:22.804Z] > git --version # 'git version 2.17.1' [2021-01-04T20:47:22.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:47:22.874Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:47:45.676Z] Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T20:47:46.151Z] Failed in branch arm64 [2021-01-04T20:47:44.771Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:47:44.788Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:47:44.834Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:47:44.875Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:47:44.875Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:47:44.886Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:47:45.708Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:47:45.724Z] > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 [2021-01-04T20:47:49.866Z] gofmt -l . [2021-01-04T20:47:49.866Z] [ "`gofmt -l .`" = "" ] [2021-01-04T20:47:49.866Z] ./bin/test-go-mod-tidy.sh [2021-01-04T20:47:49.866Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T20:47:51.000Z] + ls -al . [2021-01-04T20:47:51.000Z] total 640 [2021-01-04T20:47:51.000Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 20:47 . [2021-01-04T20:47:51.000Z] drwxr-xr-x 4 root root 28 Jan 4 20:45 .. [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:42 .dockerignore [2021-01-04T20:47:51.000Z] drwxrwxr-x 8 1001 1001 179 Jan 4 20:42 .git [2021-01-04T20:47:51.000Z] drwxrwxr-x 3 1001 1001 125 Jan 4 20:42 .github [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 872 Jan 4 20:42 .gitignore [2021-01-04T20:47:51.000Z] drwx------ 3 1001 1001 47 Jan 4 20:43 .semver [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:42 .sonarcloud.properties [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:42 CONTRIBUTING.md [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:42 Dockerfile.build [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:42 Jenkinsfile [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:42 LICENSE [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 6306 Jan 4 20:42 Makefile [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:42 README.md [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:42 SECURITY.md [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 20:43 VERSION [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:42 ZMQWindows.md [2021-01-04T20:47:51.000Z] drwxrwxr-x 2 1001 1001 117 Jan 4 20:42 bin [2021-01-04T20:47:51.000Z] drwxrwxr-x 15 1001 1001 4096 Jan 4 20:42 cmd [2021-01-04T20:47:51.000Z] -rw-r--r-- 1 root root 543476 Jan 4 20:47 coverage.out [2021-01-04T20:47:51.000Z] -rw-r--r-- 1 root root 1005 Jan 4 20:47 go.mod [2021-01-04T20:47:51.000Z] -rw-r--r-- 1 root root 18977 Jan 4 20:47 go.sum [2021-01-04T20:47:51.000Z] drwxrwxr-x 8 1001 1001 127 Jan 4 20:42 internal [2021-01-04T20:47:51.000Z] drwxrwxr-x 4 1001 1001 26 Jan 4 20:42 openapi [2021-01-04T20:47:51.000Z] drwxrwxr-x 4 1001 1001 71 Jan 4 20:42 snap [2021-01-04T20:47:51.000Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:42 version.go [Pipeline] sh [2021-01-04T20:47:51.521Z] + '[' -e coverage.out ] [2021-01-04T20:47:51.521Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T20:47:52.092Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T20:47:52.926Z] + make build [2021-01-04T20:47:52.926Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:47:58.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:48:14.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:48:14.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:48:18.441Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:48:18.740Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:48:21.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:48:23.944Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:48:26.618Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:48:29.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:48:31.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:48:33.834Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T20:48:36.001Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-04T20:48:39.686Z] $ docker stop --time=1 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 [2021-01-04T20:48:41.637Z] $ docker rm -f 74f5e5517928f136a7008f69346e6017e8a3f601e35c230b707719e8a6a4fff2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:48:46.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:48:46.761Z] [2021-01-04T20:48:46.761Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:48:47.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:48:47.475Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T20:48:47.475Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T20:48:47.475Z] ca9280d653b3: Pulling fs layer [2021-01-04T20:48:47.475Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T20:48:47.770Z] cbdbe7a5bc2a: Download complete [2021-01-04T20:48:48.560Z] ca9280d653b3: Verifying Checksum [2021-01-04T20:48:48.560Z] ca9280d653b3: Download complete [2021-01-04T20:48:48.560Z] cbdbe7a5bc2a: Pull complete [2021-01-04T20:48:50.674Z] ca9280d653b3: Pull complete [2021-01-04T20:48:52.124Z] 7e9c9ca2126c: Download complete [2021-01-04T20:49:02.442Z] 7e9c9ca2126c: Pull complete [2021-01-04T20:49:02.442Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T20:49:02.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:49:02.442Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T20:49:02.765Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:49:02.886Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:49:05.123Z] $ docker top 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:49:06.147Z] + docker-compose build --help [2021-01-04T20:49:06.147Z] + grep parallel [2021-01-04T20:49:07.647Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T20:49:07.674Z] $ docker stop --time=1 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 [2021-01-04T20:49:09.499Z] $ docker rm -f 1c36581d71fd4a5125de9dc2b5958076eb33d47524f7deb6a3a681375429c518 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:49:10.229Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:49:10.229Z] . [Pipeline] withDockerContainer [2021-01-04T20:49:10.569Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:49:10.739Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:49:11.868Z] $ docker top 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:49:12.670Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:49:14.179Z] Building docker-core-command-go ... [2021-01-04T20:49:14.179Z] Building docker-core-data-go ... [2021-01-04T20:49:14.179Z] Building docker-core-metadata-go ... [2021-01-04T20:49:14.179Z] Building docker-security-bootstrapper-go ... [2021-01-04T20:49:14.179Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:49:14.179Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:49:14.179Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:49:14.179Z] Building docker-support-notifications-go ... [2021-01-04T20:49:14.179Z] Building docker-support-scheduler-go ... [2021-01-04T20:49:14.179Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:49:14.179Z] Building docker-core-command-go [2021-01-04T20:49:14.179Z] Building docker-security-bootstrapper-go [2021-01-04T20:49:14.179Z] Building docker-core-metadata-go [2021-01-04T20:49:14.179Z] Building docker-security-secretstore-setup-go [2021-01-04T20:49:14.179Z] Building docker-security-proxy-setup-go [2021-01-04T20:50:11.074Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:11.074Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:50:11.074Z] ---> 03e6fbc08ef0 [2021-01-04T20:50:11.074Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:50:11.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:11.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:50:11.074Z] ---> 03e6fbc08ef0 [2021-01-04T20:50:11.074Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:50:11.074Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:11.074Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:50:11.074Z] ---> 03e6fbc08ef0 [2021-01-04T20:50:11.074Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:50:11.074Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:11.074Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:50:11.074Z] ---> 03e6fbc08ef0 [2021-01-04T20:50:11.074Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:50:11.074Z] Step 1/32 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:50:11.074Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:50:11.074Z] ---> 03e6fbc08ef0 [2021-01-04T20:50:11.074Z] Step 3/32 : WORKDIR /edgex-go [2021-01-04T20:50:11.074Z] ---> Running in e0205a06af37 [2021-01-04T20:50:11.074Z] ---> Running in 07c6cf7c25d4 [2021-01-04T20:50:11.074Z] ---> Running in 374427d4f10b [2021-01-04T20:50:11.074Z] ---> Running in 7c9a08bf575b [2021-01-04T20:50:11.074Z] ---> Running in 71506cf128ef [2021-01-04T20:50:11.074Z] Removing intermediate container 374427d4f10b [2021-01-04T20:50:11.074Z] ---> bc0f707ba319 [2021-01-04T20:50:11.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:50:11.074Z] Removing intermediate container 71506cf128ef [2021-01-04T20:50:11.074Z] ---> 33436c64322f [2021-01-04T20:50:11.074Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:50:11.074Z] Removing intermediate container 07c6cf7c25d4 [2021-01-04T20:50:11.074Z] ---> c9fbdfa53ad1 [2021-01-04T20:50:11.074Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:50:11.074Z] Removing intermediate container e0205a06af37 [2021-01-04T20:50:11.074Z] ---> 7ed1a935ac54 [2021-01-04T20:50:11.074Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:50:11.074Z] Removing intermediate container 7c9a08bf575b [2021-01-04T20:50:11.074Z] ---> 9dafbd1b9b1c [2021-01-04T20:50:11.074Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:50:11.074Z] ---> Running in 4f395309c14c [2021-01-04T20:50:11.074Z] ---> Running in a8fcdb2d1e01 [2021-01-04T20:50:11.074Z] ---> Running in ab947e14ebbc [2021-01-04T20:50:11.074Z] ---> Running in b6382cd36c21 [2021-01-04T20:50:11.074Z] ---> Running in d5246ba2c56e [2021-01-04T20:50:13.819Z] Removing intermediate container 4f395309c14c [2021-01-04T20:50:13.819Z] ---> cde676f3179f [2021-01-04T20:50:13.819Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:50:13.819Z] Removing intermediate container ab947e14ebbc [2021-01-04T20:50:13.819Z] ---> 5fc1ecc650da [2021-01-04T20:50:13.819Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-01-04T20:50:13.819Z] ---> Running in 0239bb593448 [2021-01-04T20:50:14.091Z] Removing intermediate container d5246ba2c56e [2021-01-04T20:50:14.091Z] ---> 1318316b8643 [2021-01-04T20:50:14.091Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:50:14.091Z] ---> Running in b41bc6ee0a97 [2021-01-04T20:50:14.091Z] Removing intermediate container a8fcdb2d1e01 [2021-01-04T20:50:14.091Z] ---> ca6deb52fd3d [2021-01-04T20:50:14.091Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:50:14.091Z] ---> Running in d39d45f2fea1 [2021-01-04T20:50:14.422Z] Removing intermediate container b6382cd36c21 [2021-01-04T20:50:14.422Z] ---> b99ef6846e21 [2021-01-04T20:50:14.422Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:50:14.422Z] ---> Running in 3366c9680fcf [2021-01-04T20:50:14.422Z] ---> Running in f2f17f3c90de [2021-01-04T20:50:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:15.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:16.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:16.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:16.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:17.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:17.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:50:17.294Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:17.295Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:17.578Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:17.874Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:17.874Z] OK: 233 MiB in 51 packages [2021-01-04T20:50:18.926Z] Removing intermediate container 0239bb593448 [2021-01-04T20:50:18.926Z] ---> b3e55f1ff3a0 [2021-01-04T20:50:18.926Z] Step 6/24 : COPY go.mod . [2021-01-04T20:50:18.926Z] Removing intermediate container b41bc6ee0a97 [2021-01-04T20:50:18.926Z] ---> 973e60eda3f3 [2021-01-04T20:50:18.926Z] Step 6/32 : COPY go.mod . [2021-01-04T20:50:19.249Z] Removing intermediate container 3366c9680fcf [2021-01-04T20:50:19.249Z] ---> 53b4b8060ba1 [2021-01-04T20:50:19.249Z] Step 6/22 : COPY go.mod . [2021-01-04T20:50:19.249Z] Removing intermediate container f2f17f3c90de [2021-01-04T20:50:19.249Z] ---> 03bf9281d578 [2021-01-04T20:50:19.249Z] Step 6/22 : COPY go.mod . [2021-01-04T20:50:19.249Z] Removing intermediate container d39d45f2fea1 [2021-01-04T20:50:19.249Z] ---> ad380ebaa284 [2021-01-04T20:50:19.249Z] Step 6/21 : COPY go.mod . [2021-01-04T20:50:19.249Z] ---> 0a79c51a4052 [2021-01-04T20:50:19.249Z] Step 7/24 : RUN go mod download [2021-01-04T20:50:19.529Z] ---> Running in 136d25078b50 [2021-01-04T20:50:19.529Z] ---> aed46ab84b8b [2021-01-04T20:50:19.529Z] Step 7/32 : RUN go mod download [2021-01-04T20:50:19.806Z] ---> 6d5e364c7d83 [2021-01-04T20:50:19.806Z] Step 7/22 : RUN go mod download [2021-01-04T20:50:19.806Z] ---> Running in a6de29ab2447 [2021-01-04T20:50:20.084Z] ---> e05225ed290f [2021-01-04T20:50:20.084Z] Step 7/22 : RUN go mod download [2021-01-04T20:50:20.084Z] ---> Running in 33f139c19162 [2021-01-04T20:50:20.084Z] ---> b0a673f9865c [2021-01-04T20:50:20.084Z] Step 7/21 : RUN go mod download [2021-01-04T20:50:20.084Z] ---> Running in 3c068223f2d2 [2021-01-04T20:50:20.439Z] ---> Running in 78eb8781ac31 [2021-01-04T20:50:24.339Z] Removing intermediate container 78eb8781ac31 [2021-01-04T20:50:24.339Z] ---> b2aa93748256 [2021-01-04T20:50:24.339Z] Step 8/21 : COPY . . [2021-01-04T20:50:24.339Z] Removing intermediate container 3c068223f2d2 [2021-01-04T20:50:24.339Z] ---> ffe964dfda8b [2021-01-04T20:50:24.339Z] Step 8/22 : COPY . . [2021-01-04T20:50:24.339Z] Removing intermediate container a6de29ab2447 [2021-01-04T20:50:24.339Z] ---> 6aea639a01fb [2021-01-04T20:50:24.339Z] Step 8/32 : COPY . . [2021-01-04T20:50:24.612Z] Removing intermediate container 33f139c19162 [2021-01-04T20:50:24.612Z] ---> 313a6faa0241 [2021-01-04T20:50:24.612Z] Step 8/22 : COPY . . [2021-01-04T20:50:25.245Z] Removing intermediate container 136d25078b50 [2021-01-04T20:50:25.245Z] ---> 16f387ae707c [2021-01-04T20:50:25.245Z] Step 8/24 : COPY . . [2021-01-04T20:51:22.467Z] ---> 94da32499060 [2021-01-04T20:51:22.467Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T20:51:22.467Z] ---> d749edfd17cf [2021-01-04T20:51:22.467Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:51:22.467Z] ---> Running in b71c28fa54e8 [2021-01-04T20:51:22.467Z] ---> Running in e5f7d794caab [2021-01-04T20:51:22.467Z] ---> b89d8ed05816 [2021-01-04T20:51:22.467Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:51:22.467Z] ---> 61c50957c1d7 [2021-01-04T20:51:22.467Z] Step 9/32 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:51:22.467Z] ---> Running in 05fb8f378404 [2021-01-04T20:51:22.468Z] ---> Running in 2c87bd066793 [2021-01-04T20:51:22.468Z] ---> a5832730faf7 [2021-01-04T20:51:22.468Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:51:22.468Z] ---> Running in 28745a77e526 [2021-01-04T20:51:22.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-04T20:51:22.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-04T20:51:22.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-04T20:51:22.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-04T20:51:22.468Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-04T20:52:02.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:52:02.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-04T20:52:02.068Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-04T20:52:08.984Z] Removing intermediate container 05fb8f378404 [2021-01-04T20:52:08.984Z] ---> 2e0b3b0b8f13 [2021-01-04T20:52:08.984Z] [2021-01-04T20:52:08.984Z] Step 10/22 : FROM scratch [2021-01-04T20:52:08.984Z] ---> [2021-01-04T20:52:08.984Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:52:10.114Z] ---> Running in 9f0394be86f6 [2021-01-04T20:52:12.210Z] Removing intermediate container 9f0394be86f6 [2021-01-04T20:52:12.210Z] ---> 5d58aef50dd3 [2021-01-04T20:52:12.210Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:52:12.210Z] ---> Running in f5fa706b52b6 [2021-01-04T20:52:12.532Z] Removing intermediate container 28745a77e526 [2021-01-04T20:52:12.532Z] ---> 7a0af2324d07 [2021-01-04T20:52:12.532Z] [2021-01-04T20:52:12.532Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:52:12.532Z] Removing intermediate container e5f7d794caab [2021-01-04T20:52:12.532Z] ---> 8ef408c3a6ac [2021-01-04T20:52:12.532Z] [2021-01-04T20:52:12.532Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T20:52:12.532Z] 3.12: Pulling from library/alpine [2021-01-04T20:52:12.532Z] 3.12: Pulling from library/alpine [2021-01-04T20:52:12.862Z] Removing intermediate container f5fa706b52b6 [2021-01-04T20:52:12.862Z] ---> b6a4010440d7 [2021-01-04T20:52:12.862Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:52:13.136Z] ---> Running in ddad8aea5caa [2021-01-04T20:52:14.632Z] Removing intermediate container ddad8aea5caa [2021-01-04T20:52:14.633Z] ---> 9af68eeadbc6 [2021-01-04T20:52:14.633Z] Step 14/22 : WORKDIR / [2021-01-04T20:52:14.633Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:52:14.633Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:52:16.075Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:52:16.075Z] ---> 389fef711851 [2021-01-04T20:52:16.075Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:52:16.075Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:52:16.075Z] ---> 389fef711851 [2021-01-04T20:52:16.075Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T20:52:16.075Z] ---> Running in 6a7758358246 [2021-01-04T20:52:17.521Z] ---> Running in 90b05e9f3a9d [2021-01-04T20:52:17.521Z] ---> Running in c66c6727933e [2021-01-04T20:52:17.521Z] Removing intermediate container 2c87bd066793 [2021-01-04T20:52:17.521Z] ---> 1ee38ad7cc16 [2021-01-04T20:52:17.521Z] [2021-01-04T20:52:17.521Z] Step 10/32 : FROM alpine:3.12 [2021-01-04T20:52:17.521Z] ---> 389fef711851 [2021-01-04T20:52:17.521Z] Step 11/32 : RUN apk add --update --no-cache dumb-init openssl [2021-01-04T20:52:17.521Z] Removing intermediate container 6a7758358246 [2021-01-04T20:52:17.521Z] ---> ab00926265f0 [2021-01-04T20:52:17.521Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:52:17.822Z] ---> Running in 0b9e746fbb1b [2021-01-04T20:52:17.822Z] Removing intermediate container b71c28fa54e8 [2021-01-04T20:52:17.822Z] ---> 6ac8c73a9c89 [2021-01-04T20:52:17.822Z] [2021-01-04T20:52:17.822Z] Step 10/22 : FROM scratch [2021-01-04T20:52:17.822Z] ---> [2021-01-04T20:52:17.822Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:52:17.822Z] ---> Using cache [2021-01-04T20:52:17.822Z] ---> 5d58aef50dd3 [2021-01-04T20:52:17.822Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T20:52:18.122Z] ---> Running in 5292a268a00a [2021-01-04T20:52:18.422Z] ---> dfac27b0b979 [2021-01-04T20:52:18.422Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:52:18.706Z] Removing intermediate container 5292a268a00a [2021-01-04T20:52:18.706Z] ---> 69828a47ff36 [2021-01-04T20:52:18.706Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:52:18.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:18.706Z] ---> Running in 87e64142dead [2021-01-04T20:52:19.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:19.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:19.304Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:19.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:19.305Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:52:19.305Z] Removing intermediate container 87e64142dead [2021-01-04T20:52:19.305Z] ---> 2040b0445887 [2021-01-04T20:52:19.305Z] Step 14/22 : WORKDIR / [2021-01-04T20:52:19.305Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:52:19.305Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:52:19.305Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:52:19.305Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:52:19.305Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:52:19.305Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:52:19.305Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:52:19.305Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T20:52:19.593Z] OK: 7 MiB in 19 packages [2021-01-04T20:52:19.593Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:52:19.593Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T20:52:19.593Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T20:52:19.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:52:19.593Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:52:19.593Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-01-04T20:52:19.593Z] (2/2) Installing openssl (1.1.1i-r0) [2021-01-04T20:52:19.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:52:19.593Z] OK: 6 MiB in 16 packages [2021-01-04T20:52:19.593Z] OK: 7 MiB in 18 packages [2021-01-04T20:52:20.185Z] ---> Running in a33fa481cf3f [2021-01-04T20:52:20.185Z] ---> 7acdac17a5ff [2021-01-04T20:52:20.185Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:52:20.492Z] Removing intermediate container a33fa481cf3f [2021-01-04T20:52:20.492Z] ---> 1aedd9cdb38b [2021-01-04T20:52:20.492Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T20:52:20.779Z] ---> 3fadb4f26af8 [2021-01-04T20:52:20.779Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:52:21.427Z] ---> Running in 8f249bffb383 [2021-01-04T20:52:21.427Z] Removing intermediate container 0b9e746fbb1b [2021-01-04T20:52:21.427Z] ---> 34c9a09fe217 [2021-01-04T20:52:21.427Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-04T20:52:21.427Z] ---> d7be0d12c7ad [2021-01-04T20:52:21.427Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T20:52:21.427Z] Removing intermediate container 90b05e9f3a9d [2021-01-04T20:52:21.427Z] ---> b951b5e63e4d [2021-01-04T20:52:21.427Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:52:21.738Z] Removing intermediate container c66c6727933e [2021-01-04T20:52:21.738Z] ---> 2d833d016d7d [2021-01-04T20:52:21.738Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:52:21.738Z] ---> Running in b94d5e8c5bde [2021-01-04T20:52:21.738Z] ---> Running in 725331f5eaf5 [2021-01-04T20:52:22.054Z] ---> Running in 50196641e0ca [2021-01-04T20:52:22.054Z] Removing intermediate container 8f249bffb383 [2021-01-04T20:52:22.054Z] ---> ab5b656eb8af [2021-01-04T20:52:22.054Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:52:22.665Z] ---> Running in edb5d1ad9193 [2021-01-04T20:52:22.665Z] Removing intermediate container b94d5e8c5bde [2021-01-04T20:52:22.665Z] ---> bff5e48b0c71 [2021-01-04T20:52:22.665Z] Step 13/32 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-04T20:52:22.943Z] Removing intermediate container 725331f5eaf5 [2021-01-04T20:52:22.943Z] ---> 16c6fecd90aa [2021-01-04T20:52:22.943Z] Step 13/24 : WORKDIR / [2021-01-04T20:52:22.943Z] Removing intermediate container 50196641e0ca [2021-01-04T20:52:22.943Z] ---> 3d8117dcc23a [2021-01-04T20:52:22.943Z] Step 13/21 : WORKDIR /edgex [2021-01-04T20:52:22.943Z] ---> Running in 93fc615d469c [2021-01-04T20:52:22.943Z] ---> e3e2678655e7 [2021-01-04T20:52:22.943Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T20:52:23.237Z] ---> Running in 6d4c38b3192b [2021-01-04T20:52:23.237Z] ---> Running in f4cb5811ed70 [2021-01-04T20:52:23.237Z] Removing intermediate container edb5d1ad9193 [2021-01-04T20:52:23.237Z] ---> 7a2cd9d604ee [2021-01-04T20:52:23.237Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:52:23.520Z] Removing intermediate container 93fc615d469c [2021-01-04T20:52:23.520Z] ---> 753a9db5358c [2021-01-04T20:52:23.520Z] Step 14/32 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-04T20:52:23.520Z] ---> Running in 4111e59fea1b [2021-01-04T20:52:23.520Z] ---> Running in f1bf8e2f44e7 [2021-01-04T20:52:23.810Z] ---> ec4721336744 [2021-01-04T20:52:23.810Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T20:52:23.810Z] Removing intermediate container 6d4c38b3192b [2021-01-04T20:52:23.810Z] ---> 458be7d595ce [2021-01-04T20:52:23.810Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-04T20:52:23.810Z] Removing intermediate container f4cb5811ed70 [2021-01-04T20:52:23.810Z] ---> c2d1b838cf91 [2021-01-04T20:52:23.810Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T20:52:24.111Z] ---> Running in dc23e0f27dfd [2021-01-04T20:52:24.111Z] Removing intermediate container 4111e59fea1b [2021-01-04T20:52:24.111Z] ---> 6133c7e6c199 [2021-01-04T20:52:24.111Z] Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:52:24.384Z] ---> Running in 41368a846cbe [2021-01-04T20:52:24.384Z] ---> 8d0a4d452759 [2021-01-04T20:52:24.384Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-04T20:52:24.703Z] Removing intermediate container dc23e0f27dfd [2021-01-04T20:52:24.704Z] ---> 3e5dce1ba4a9 [2021-01-04T20:52:24.704Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:52:24.704Z] ---> c06941c5d937 [2021-01-04T20:52:24.704Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T20:52:25.074Z] Removing intermediate container 41368a846cbe [2021-01-04T20:52:25.074Z] ---> 67b4715d7e2a [2021-01-04T20:52:25.074Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:52:25.074Z] ---> Running in d48068ba2291 [2021-01-04T20:52:25.074Z] ---> Running in 7a4efa016dfe [2021-01-04T20:52:25.074Z] ---> 802988d88401 [2021-01-04T20:52:25.074Z] Connecting to github.com (140.82.112.3:443) [2021-01-04T20:52:25.074Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:52:25.382Z] Removing intermediate container d48068ba2291 [2021-01-04T20:52:25.382Z] ---> ee055a2c044c [2021-01-04T20:52:25.382Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:52:25.382Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.238.67:443) [2021-01-04T20:52:25.711Z] Removing intermediate container 7a4efa016dfe [2021-01-04T20:52:25.711Z] ---> 9e32928e8638 [2021-01-04T20:52:25.711Z] [2021-01-04T20:52:25.711Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-04T20:52:25.711Z]  ---> Running in f4d86f866f9d [2021-01-04T20:52:25.711Z] ---> bc949d655c6b [2021-01-04T20:52:25.711Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:52:25.711Z] ---> 03d2c1a2cd08 [2021-01-04T20:52:25.711Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T20:52:26.016Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-04T20:52:26.016Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-04T20:52:26.017Z] dockerize [2021-01-04T20:52:26.318Z] Removing intermediate container f4d86f866f9d [2021-01-04T20:52:26.318Z] ---> 7fb8b8154057 [2021-01-04T20:52:26.318Z] Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:52:26.625Z] Successfully built 9e32928e8638 [2021-01-04T20:52:26.625Z] Successfully tagged docker-core-command-go:latest [2021-01-04T20:52:26.625Z] ---> Running in 6c3ce2983915 [2021-01-04T20:52:26.625Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-04T20:52:26.909Z] ---> ccaa85bb80ca [2021-01-04T20:52:26.909Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:52:26.909Z] ---> c8599d7f57a9 [2021-01-04T20:52:26.909Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T20:52:27.240Z] ---> Running in e4dceae1f2ce [2021-01-04T20:52:27.240Z] Removing intermediate container 6c3ce2983915 [2021-01-04T20:52:27.240Z] ---> 30bef4d92a64 [2021-01-04T20:52:27.240Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:52:27.543Z] ---> Running in 96e906420c57 [2021-01-04T20:52:27.826Z] Removing intermediate container e4dceae1f2ce [2021-01-04T20:52:27.827Z] ---> 99fa936eb92e [2021-01-04T20:52:27.827Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T20:52:27.827Z] ---> Running in 6ec401190ffe [2021-01-04T20:52:27.827Z] Removing intermediate container f1bf8e2f44e7 [2021-01-04T20:52:27.827Z] ---> 80638b093c85 [2021-01-04T20:52:27.827Z] Step 15/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-04T20:52:28.117Z] Removing intermediate container 96e906420c57 [2021-01-04T20:52:28.117Z] ---> aac6fe378ee9 [2021-01-04T20:52:28.117Z] [2021-01-04T20:52:28.117Z] ---> e539ff44bd80 [2021-01-04T20:52:28.117Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:52:28.117Z] ---> Running in 0b1166a1591e [2021-01-04T20:52:28.772Z] Successfully built aac6fe378ee9 [2021-01-04T20:52:28.772Z] Removing intermediate container 6ec401190ffe [2021-01-04T20:52:28.772Z] ---> 67c1210ba1d7 [2021-01-04T20:52:28.772Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:52:28.772Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T20:52:28.772Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-04T20:52:29.048Z] Removing intermediate container 0b1166a1591e [2021-01-04T20:52:29.048Z] ---> 09926a20193d [2021-01-04T20:52:29.048Z] Step 16/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-04T20:52:29.048Z] ---> 7c96049176ed [2021-01-04T20:52:29.048Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:52:29.048Z] ---> Running in f42f41a341fa [2021-01-04T20:52:29.318Z] ---> Running in 34763740ac2a [2021-01-04T20:52:29.318Z] ---> Running in e7b287b6fcb8 [2021-01-04T20:52:29.590Z] Removing intermediate container f42f41a341fa [2021-01-04T20:52:29.590Z] ---> c0d18fc4aad0 [2021-01-04T20:52:29.590Z] Step 20/21 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:52:30.234Z] Removing intermediate container 34763740ac2a [2021-01-04T20:52:30.234Z] ---> 86bfd9d154a5 [2021-01-04T20:52:30.234Z] Step 17/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Copy dockerize executable" && cp /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-04T20:52:31.248Z] ---> Running in 0e38e5f9c013 [2021-01-04T20:52:31.882Z] ---> Running in 58ddb66574f3 [2021-01-04T20:52:31.882Z] Removing intermediate container 0e38e5f9c013 [2021-01-04T20:52:31.882Z] ---> 9fbf59c2d1ab [2021-01-04T20:52:31.882Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:52:32.903Z] ---> Running in 05efabc7ebfc [2021-01-04T20:52:33.999Z] Removing intermediate container 05efabc7ebfc [2021-01-04T20:52:33.999Z] ---> 80e32278b1e1 [2021-01-04T20:52:33.999Z] [2021-01-04T20:52:34.288Z] Copy dockerize executable [2021-01-04T20:52:34.571Z] Removing intermediate container e7b287b6fcb8 [2021-01-04T20:52:34.571Z] ---> 34a24c8cefca [2021-01-04T20:52:34.571Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:52:34.895Z] Successfully built 80e32278b1e1 [2021-01-04T20:52:34.895Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T20:52:34.895Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-04T20:52:34.895Z] ---> Running in c9344ca96d65 [2021-01-04T20:52:35.909Z] Removing intermediate container c9344ca96d65 [2021-01-04T20:52:35.909Z] ---> 4ffdb229509d [2021-01-04T20:52:35.909Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:52:36.876Z] Removing intermediate container 58ddb66574f3 [2021-01-04T20:52:36.876Z] ---> 24bf388c0280 [2021-01-04T20:52:36.876Z] Step 18/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-04T20:52:36.876Z] ---> Running in 615b9585cbdf [2021-01-04T20:52:37.497Z] ---> Running in 49decbecc4c8 [2021-01-04T20:52:37.497Z] Removing intermediate container 615b9585cbdf [2021-01-04T20:52:37.497Z] ---> c947d7b08a10 [2021-01-04T20:52:37.497Z] Step 23/24 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:52:38.992Z] ---> Running in c3ff1a74ba30 [2021-01-04T20:52:38.992Z] Removing intermediate container 49decbecc4c8 [2021-01-04T20:52:38.992Z] ---> 1e3438c0914f [2021-01-04T20:52:38.992Z] Step 19/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-04T20:52:39.260Z] Removing intermediate container c3ff1a74ba30 [2021-01-04T20:52:39.260Z] ---> ab2087e5ec20 [2021-01-04T20:52:39.260Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:52:39.860Z] ---> afae5cf3d931 [2021-01-04T20:52:39.860Z] Step 20/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-04T20:52:39.860Z] ---> Running in d6c71823b0fd [2021-01-04T20:52:40.133Z] ---> Running in 86935d641cae [2021-01-04T20:52:40.421Z] Removing intermediate container d6c71823b0fd [2021-01-04T20:52:40.421Z] ---> 9708c4248d90 [2021-01-04T20:52:40.421Z] [2021-01-04T20:52:40.421Z] Successfully built 9708c4248d90 [2021-01-04T20:52:40.421Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T20:52:40.744Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:52:43.498Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 86935d641cae [2021-01-04T20:52:43.498Z] ---> 0a78edf79457 [2021-01-04T20:52:43.498Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-04T20:52:45.621Z] ---> 2886c8bf4f7d [2021-01-04T20:52:45.621Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-04T20:52:46.683Z] ---> 62bac939f3e4 [2021-01-04T20:52:46.683Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-04T20:52:48.904Z] ---> 4b01d62c58bc [2021-01-04T20:52:48.904Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-04T20:52:49.955Z] ---> 493c162bfa78 [2021-01-04T20:52:49.955Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-01-04T20:52:50.982Z] ---> Running in c4100a898320 [2021-01-04T20:52:51.686Z] Removing intermediate container c4100a898320 [2021-01-04T20:52:51.686Z] ---> 141018b79425 [2021-01-04T20:52:51.686Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh /usr/local/bin/ [2021-01-04T20:52:53.800Z] ---> 43b5460b060e [2021-01-04T20:52:53.800Z] Step 27/32 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:52:54.539Z] ---> Running in 9fbf4b373149 [2021-01-04T20:52:59.045Z] Removing intermediate container 9fbf4b373149 [2021-01-04T20:52:59.045Z] ---> 588b1efc1452 [2021-01-04T20:52:59.045Z] Step 28/32 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:53:00.184Z] ---> Running in dbb0086fb936 [2021-01-04T20:53:01.769Z] Removing intermediate container dbb0086fb936 [2021-01-04T20:53:01.769Z] ---> 1cfede1fa7da [2021-01-04T20:53:01.769Z] Step 29/32 : CMD ["install"] [2021-01-04T20:53:03.275Z] ---> Running in ad41f4529b31 [2021-01-04T20:53:04.303Z] Removing intermediate container ad41f4529b31 [2021-01-04T20:53:04.303Z] ---> 05f7a79a9694 [2021-01-04T20:53:04.303Z] Step 30/32 : LABEL arch=x86_64 [2021-01-04T20:53:05.324Z] ---> Running in 10d4e6b4819c [2021-01-04T20:53:06.783Z] Removing intermediate container 10d4e6b4819c [2021-01-04T20:53:06.783Z] ---> 5fe9606ae225 [2021-01-04T20:53:06.783Z] Step 31/32 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:53:07.377Z] ---> Running in 32f964d3d2ce [2021-01-04T20:53:08.564Z] Removing intermediate container 32f964d3d2ce [2021-01-04T20:53:08.564Z] ---> 8fe30e2d775a [2021-01-04T20:53:08.564Z] Step 32/32 : LABEL version=0.0.0 [2021-01-04T20:53:08.564Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:53:08.564Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:53:08.564Z] ---> 03e6fbc08ef0 [2021-01-04T20:53:08.564Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:53:08.564Z] ---> Using cache [2021-01-04T20:53:08.564Z] ---> 9dafbd1b9b1c [2021-01-04T20:53:08.564Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:53:08.850Z] ---> Using cache [2021-01-04T20:53:08.850Z] ---> 1318316b8643 [2021-01-04T20:53:08.850Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:53:08.850Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:53:08.850Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:53:08.850Z] ---> 03e6fbc08ef0 [2021-01-04T20:53:08.850Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:53:08.850Z] ---> Using cache [2021-01-04T20:53:08.850Z] ---> 9dafbd1b9b1c [2021-01-04T20:53:08.850Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:53:08.850Z] ---> Using cache [2021-01-04T20:53:08.850Z] ---> 1318316b8643 [2021-01-04T20:53:08.850Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:53:09.926Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:53:09.926Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:53:09.926Z] ---> 03e6fbc08ef0 [2021-01-04T20:53:09.926Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:53:09.926Z] ---> Using cache [2021-01-04T20:53:09.926Z] ---> 9dafbd1b9b1c [2021-01-04T20:53:09.926Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:53:09.926Z] ---> Using cache [2021-01-04T20:53:09.926Z] ---> 1318316b8643 [2021-01-04T20:53:09.926Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:53:09.926Z] ---> Using cache [2021-01-04T20:53:09.926Z] ---> ad380ebaa284 [2021-01-04T20:53:10.196Z] Step 6/21 : COPY go.mod . [2021-01-04T20:53:10.196Z] ---> Using cache [2021-01-04T20:53:10.196Z] ---> b0a673f9865c [2021-01-04T20:53:10.196Z] Step 7/21 : RUN go mod download [2021-01-04T20:53:10.196Z] ---> Using cache [2021-01-04T20:53:10.196Z] ---> b2aa93748256 [2021-01-04T20:53:10.196Z] Step 8/21 : COPY . . [2021-01-04T20:53:10.196Z] ---> Running in 0ed005605b76 [2021-01-04T20:53:10.196Z] ---> Using cache [2021-01-04T20:53:10.196Z] ---> d749edfd17cf [2021-01-04T20:53:10.196Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:53:10.196Z] ---> Running in 3a796801988f [2021-01-04T20:53:10.196Z] ---> Running in 89c75e07a455 [2021-01-04T20:53:10.877Z] ---> Running in a8a3f3cdf0be [2021-01-04T20:53:11.166Z] Removing intermediate container 3a796801988f [2021-01-04T20:53:11.166Z] ---> 5e6f13808b03 [2021-01-04T20:53:11.166Z] [2021-01-04T20:53:12.140Z] Successfully built 5e6f13808b03 [2021-01-04T20:53:12.798Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-04T20:53:12.798Z]  Building docker-security-bootstrapper-go ... done Building docker-core-data-go [2021-01-04T20:53:13.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-04T20:53:13.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:53:13.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:53:14.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:53:15.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:53:15.782Z] OK: 233 MiB in 51 packages [2021-01-04T20:53:16.447Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:53:16.447Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:53:16.447Z] ---> 03e6fbc08ef0 [2021-01-04T20:53:16.447Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> 9dafbd1b9b1c [2021-01-04T20:53:16.447Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> 1318316b8643 [2021-01-04T20:53:16.447Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> ad380ebaa284 [2021-01-04T20:53:16.447Z] Step 6/22 : COPY go.mod . [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> b0a673f9865c [2021-01-04T20:53:16.447Z] Step 7/22 : RUN go mod download [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> b2aa93748256 [2021-01-04T20:53:16.447Z] Step 8/22 : COPY . . [2021-01-04T20:53:16.447Z] ---> Using cache [2021-01-04T20:53:16.447Z] ---> d749edfd17cf [2021-01-04T20:53:16.447Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:53:17.967Z] ---> Running in 62d89363db28 [2021-01-04T20:53:17.967Z] OK: 233 MiB in 51 packages [2021-01-04T20:53:20.208Z] Removing intermediate container 89c75e07a455 [2021-01-04T20:53:20.208Z] ---> 286c0942d4de [2021-01-04T20:53:20.208Z] Step 6/26 : COPY go.mod . [2021-01-04T20:53:20.968Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-04T20:53:21.693Z] ---> 31877f2a51d3 [2021-01-04T20:53:21.693Z] Step 7/26 : RUN go mod download [2021-01-04T20:53:22.004Z] Removing intermediate container 0ed005605b76 [2021-01-04T20:53:22.004Z] ---> 23a74fc1cdb3 [2021-01-04T20:53:22.004Z] Step 6/24 : COPY go.mod . [2021-01-04T20:53:22.325Z] ---> Running in ec4ed09f4a2e [2021-01-04T20:53:23.591Z] ---> 6a8138b83ed2 [2021-01-04T20:53:23.591Z] Step 7/24 : RUN go mod download [2021-01-04T20:53:23.591Z] ---> Running in cb8e9f831629 [2021-01-04T20:53:30.792Z] Removing intermediate container ec4ed09f4a2e [2021-01-04T20:53:30.792Z] ---> 2a843ffa1a06 [2021-01-04T20:53:30.792Z] Step 8/26 : COPY . . [2021-01-04T20:53:30.792Z] Removing intermediate container cb8e9f831629 [2021-01-04T20:53:30.792Z] ---> 056f5171f9c0 [2021-01-04T20:53:30.792Z] Step 8/24 : COPY . . [2021-01-04T20:53:58.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:53:58.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:53:58.606Z] ---> 03e6fbc08ef0 [2021-01-04T20:53:58.606Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T20:53:58.606Z] ---> Using cache [2021-01-04T20:53:58.606Z] ---> 9dafbd1b9b1c [2021-01-04T20:53:58.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:53:58.606Z] ---> Using cache [2021-01-04T20:53:58.606Z] ---> 1318316b8643 [2021-01-04T20:53:58.606Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T20:53:58.606Z] ---> Running in 64cc55a945ae [2021-01-04T20:53:58.606Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:53:58.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:54:00.027Z] OK: 233 MiB in 51 packages [2021-01-04T20:54:06.007Z] Removing intermediate container 64cc55a945ae [2021-01-04T20:54:06.007Z] ---> db7c48b6746e [2021-01-04T20:54:06.007Z] Step 6/23 : COPY go.mod . [2021-01-04T20:54:07.526Z] Removing intermediate container 62d89363db28 [2021-01-04T20:54:07.526Z] ---> 99f439f72c94 [2021-01-04T20:54:07.526Z] [2021-01-04T20:54:07.526Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:54:07.526Z] ---> 389fef711851 [2021-01-04T20:54:07.526Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:54:07.526Z] ---> Using cache [2021-01-04T20:54:07.526Z] ---> b951b5e63e4d [2021-01-04T20:54:07.526Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T20:54:08.558Z] ---> 0de7fb1df693 [2021-01-04T20:54:08.558Z] Step 7/23 : RUN go mod download [2021-01-04T20:54:08.558Z] Removing intermediate container a8a3f3cdf0be [2021-01-04T20:54:08.558Z] ---> cc02c32db858 [2021-01-04T20:54:08.558Z] [2021-01-04T20:54:08.558Z] Step 10/21 : FROM scratch [2021-01-04T20:54:08.558Z] ---> [2021-01-04T20:54:08.558Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:54:08.853Z] ---> Running in e9369a511713 [2021-01-04T20:54:09.157Z] ---> Running in 89eab422c44d [2021-01-04T20:54:11.180Z] ---> Using cache [2021-01-04T20:54:11.180Z] ---> 5d58aef50dd3 [2021-01-04T20:54:11.180Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:54:11.180Z] Removing intermediate container 89eab422c44d [2021-01-04T20:54:11.180Z] ---> f0f18fc7c866 [2021-01-04T20:54:11.180Z] Step 13/22 : WORKDIR / [2021-01-04T20:54:11.180Z] ---> Running in 180981a9b067 [2021-01-04T20:54:11.465Z] ---> Running in 6c821d7ea48f [2021-01-04T20:54:12.486Z] Removing intermediate container 180981a9b067 [2021-01-04T20:54:12.486Z] ---> fef33da6c6a3 [2021-01-04T20:54:12.486Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:54:13.229Z] ---> Running in 08e7b6ddc070 [2021-01-04T20:54:13.229Z] Removing intermediate container 6c821d7ea48f [2021-01-04T20:54:13.229Z] ---> 086caf7f6c15 [2021-01-04T20:54:13.229Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:54:13.889Z] Removing intermediate container 08e7b6ddc070 [2021-01-04T20:54:13.889Z] ---> a4b14aabcab9 [2021-01-04T20:54:13.889Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:54:14.912Z] ---> 07fd61f81408 [2021-01-04T20:54:14.912Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:54:15.561Z] ---> 3c6f52acb731 [2021-01-04T20:54:15.561Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:54:15.846Z] Removing intermediate container e9369a511713 [2021-01-04T20:54:15.846Z] ---> cf5ee5d08711 [2021-01-04T20:54:15.846Z] Step 8/23 : COPY . . [2021-01-04T20:54:18.574Z] ---> 01181530611c [2021-01-04T20:54:18.574Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:54:20.008Z] ---> 1aa277efad4a [2021-01-04T20:54:20.008Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:54:22.064Z] ---> 3edd2bbee448 [2021-01-04T20:54:22.064Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:54:22.348Z] ---> 5061d6a20736 [2021-01-04T20:54:22.348Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:54:22.348Z] ---> 8df0bf7e25c7 [2021-01-04T20:54:22.348Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T20:54:22.617Z] ---> 7fa57836ee7a [2021-01-04T20:54:22.617Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:54:22.893Z] ---> Running in cb6acdf77253 [2021-01-04T20:54:22.893Z] ---> Running in fb072b7d483c [2021-01-04T20:54:23.175Z] ---> Running in 3a6c0d53eee5 [2021-01-04T20:54:23.465Z] ---> 267c86af9ec6 [2021-01-04T20:54:23.465Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:54:25.039Z] ---> Running in 7e933b191049 [2021-01-04T20:54:25.039Z] Removing intermediate container 3a6c0d53eee5 [2021-01-04T20:54:25.039Z] ---> a6b505968031 [2021-01-04T20:54:25.039Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:54:26.074Z] ---> Running in 07565966d528 [2021-01-04T20:54:27.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-04T20:54:27.058Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-04T20:54:27.744Z] Removing intermediate container 07565966d528 [2021-01-04T20:54:27.744Z] ---> 2a8f92183c3e [2021-01-04T20:54:27.744Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:54:28.403Z] ---> Running in 534e3f20814d [2021-01-04T20:54:29.916Z] Removing intermediate container 534e3f20814d [2021-01-04T20:54:29.916Z] ---> 39efc1b8fe65 [2021-01-04T20:54:29.916Z] Step 20/21 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:54:29.916Z] ---> Running in 6811f07822f6 [2021-01-04T20:54:30.569Z] Removing intermediate container 7e933b191049 [2021-01-04T20:54:30.569Z] ---> 4c5433cd483f [2021-01-04T20:54:30.569Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:54:30.856Z] ---> Running in ae612e161a1b [2021-01-04T20:54:30.856Z] Removing intermediate container 6811f07822f6 [2021-01-04T20:54:30.856Z] ---> 9cd3390b6f54 [2021-01-04T20:54:30.856Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:54:32.301Z] ---> Running in 6dd4ade97779 [2021-01-04T20:54:32.596Z] Removing intermediate container ae612e161a1b [2021-01-04T20:54:32.596Z] ---> 00df8f5426f5 [2021-01-04T20:54:32.596Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:54:33.213Z] ---> Running in 6d608b420b4f [2021-01-04T20:54:33.506Z] Removing intermediate container 6dd4ade97779 [2021-01-04T20:54:33.506Z] ---> 8a80b6d1ed68 [2021-01-04T20:54:33.506Z] [2021-01-04T20:54:34.976Z] Removing intermediate container 6d608b420b4f [2021-01-04T20:54:34.976Z] ---> 9ab39fc80ec8 [2021-01-04T20:54:34.976Z] Step 21/22 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:54:35.475Z] Successfully built 8a80b6d1ed68 [2021-01-04T20:54:35.917Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T20:54:37.034Z]  Building docker-support-scheduler-go ... done  ---> Running in c77cbd93c601 [2021-01-04T20:54:37.660Z] Removing intermediate container c77cbd93c601 [2021-01-04T20:54:37.660Z] ---> 70f74f91794b [2021-01-04T20:54:37.660Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:54:38.053Z] ---> Running in 05611b4d88ad [2021-01-04T20:54:38.695Z] Removing intermediate container 05611b4d88ad [2021-01-04T20:54:38.695Z] ---> c775a1c6bdf7 [2021-01-04T20:54:38.695Z] [2021-01-04T20:54:39.349Z] Successfully built c775a1c6bdf7 [2021-01-04T20:54:39.349Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T20:54:47.947Z]  Building docker-security-bootstrap-redis-go ... done  ---> 1669cfd55bcc [2021-01-04T20:54:47.947Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T20:54:47.947Z] ---> Running in 255e88778814 [2021-01-04T20:54:50.738Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-04T20:55:06.224Z] Removing intermediate container cb6acdf77253 [2021-01-04T20:55:06.224Z] ---> e0f4699b9522 [2021-01-04T20:55:06.224Z] [2021-01-04T20:55:06.224Z] Step 10/24 : FROM scratch [2021-01-04T20:55:06.224Z] ---> [2021-01-04T20:55:06.224Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T20:55:06.224Z] Removing intermediate container fb072b7d483c [2021-01-04T20:55:06.224Z] ---> 13bd65994a78 [2021-01-04T20:55:06.224Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:55:06.224Z] ---> Running in d309c4472a12 [2021-01-04T20:55:06.224Z] ---> Running in 3ef2058269c4 [2021-01-04T20:55:06.540Z] Removing intermediate container 3ef2058269c4 [2021-01-04T20:55:06.540Z] ---> cbde3d78d975 [2021-01-04T20:55:06.540Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T20:55:06.824Z] ---> Running in 97867306599d [2021-01-04T20:55:06.824Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-04T20:55:07.146Z] Removing intermediate container 97867306599d [2021-01-04T20:55:07.146Z] ---> 86106e3d3bd0 [2021-01-04T20:55:07.146Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T20:55:07.436Z] ---> Running in fe8526998704 [2021-01-04T20:55:07.746Z] Removing intermediate container fe8526998704 [2021-01-04T20:55:07.746Z] ---> e1175f07d9aa [2021-01-04T20:55:07.746Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T20:55:09.454Z] ---> 843c4aab9b62 [2021-01-04T20:55:09.455Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T20:55:11.042Z] Removing intermediate container d309c4472a12 [2021-01-04T20:55:11.042Z] ---> 58812ad29b58 [2021-01-04T20:55:11.042Z] [2021-01-04T20:55:11.042Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:55:11.377Z] 20.10.0: Pulling from library/docker [2021-01-04T20:55:11.377Z] ---> 6eecc00a686a [2021-01-04T20:55:11.377Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T20:55:12.933Z] ---> cefe933d4bfe [2021-01-04T20:55:12.933Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T20:55:13.989Z] ---> e9cf0e410bad [2021-01-04T20:55:13.989Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T20:55:14.995Z] ---> a9660a483c49 [2021-01-04T20:55:14.995Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:15.634Z] ---> 561dedee788a [2021-01-04T20:55:15.634Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T20:55:15.907Z] ---> Running in f31152f3438b [2021-01-04T20:55:16.505Z] Removing intermediate container f31152f3438b [2021-01-04T20:55:16.505Z] ---> 194cfd410c7e [2021-01-04T20:55:16.505Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:55:16.780Z] ---> Running in c79f666adcae [2021-01-04T20:55:17.375Z] Removing intermediate container c79f666adcae [2021-01-04T20:55:17.375Z] ---> 9d4d27913523 [2021-01-04T20:55:17.375Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:55:17.996Z] ---> Running in 4b8bb8244cae [2021-01-04T20:55:18.600Z] Removing intermediate container 4b8bb8244cae [2021-01-04T20:55:18.600Z] ---> 8294b195926b [2021-01-04T20:55:18.600Z] Step 23/24 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:55:18.875Z] ---> Running in 757211cd9eb0 [2021-01-04T20:55:19.149Z] Removing intermediate container 757211cd9eb0 [2021-01-04T20:55:19.149Z] ---> 3f0a714efd95 [2021-01-04T20:55:19.149Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:55:19.429Z] ---> Running in 4efec1077930 [2021-01-04T20:55:19.701Z] Removing intermediate container 4efec1077930 [2021-01-04T20:55:19.701Z] ---> 968e587da452 [2021-01-04T20:55:19.701Z] [2021-01-04T20:55:20.293Z] Successfully built 968e587da452 [2021-01-04T20:55:20.293Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T20:55:22.307Z]  Building docker-support-notifications-go ... done Removing intermediate container 255e88778814 [2021-01-04T20:55:22.307Z] ---> e9fb778eee1b [2021-01-04T20:55:22.307Z] [2021-01-04T20:55:22.307Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T20:55:22.307Z] ---> 389fef711851 [2021-01-04T20:55:22.307Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:55:22.953Z] ---> Running in 38bed73af5b4 [2021-01-04T20:55:23.231Z] Removing intermediate container 38bed73af5b4 [2021-01-04T20:55:23.231Z] ---> 3f4085c90b7e [2021-01-04T20:55:23.231Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T20:55:23.508Z] ---> Running in ca0eaa359ad6 [2021-01-04T20:55:23.508Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:55:23.508Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:55:23.508Z] ---> aefe523efa57 [2021-01-04T20:55:23.508Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:55:23.785Z] ---> Running in 1075a5e31cfd [2021-01-04T20:55:23.785Z] Removing intermediate container ca0eaa359ad6 [2021-01-04T20:55:23.785Z] ---> d5f54c383590 [2021-01-04T20:55:23.785Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T20:55:23.785Z] ---> Running in b9243ef48d79 [2021-01-04T20:55:24.058Z] Removing intermediate container b9243ef48d79 [2021-01-04T20:55:24.058Z] ---> efa43e525e78 [2021-01-04T20:55:24.058Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:55:24.346Z] ---> Running in 3c4d311d573a [2021-01-04T20:55:24.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:24.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:25.267Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:55:25.267Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:55:25.267Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:55:25.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:25.267Z] OK: 12 MiB in 22 packages [2021-01-04T20:55:26.272Z] Removing intermediate container 3c4d311d573a [2021-01-04T20:55:26.272Z] ---> 58ac397658a6 [2021-01-04T20:55:26.272Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T20:55:26.272Z] Removing intermediate container 1075a5e31cfd [2021-01-04T20:55:26.272Z] ---> 1820d29da6c4 [2021-01-04T20:55:26.272Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:55:26.542Z] ---> Running in ce9332a2b375 [2021-01-04T20:55:26.542Z] ---> Running in e9edac9bc4d1 [2021-01-04T20:55:26.820Z] Removing intermediate container ce9332a2b375 [2021-01-04T20:55:26.820Z] ---> 737f4f8553bb [2021-01-04T20:55:26.820Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:55:27.093Z] ---> Running in 6a4a07809dff [2021-01-04T20:55:27.730Z] Removing intermediate container 6a4a07809dff [2021-01-04T20:55:27.730Z] ---> b9a60f7f6dc0 [2021-01-04T20:55:27.730Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:55:27.731Z] ---> Running in 058b0ae77ac4 [2021-01-04T20:55:27.731Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:27.998Z] Removing intermediate container 058b0ae77ac4 [2021-01-04T20:55:27.998Z] ---> 1d62d17136f0 [2021-01-04T20:55:27.998Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:55:28.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:28.601Z] ---> 66a56f2bfee3 [2021-01-04T20:55:28.601Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:28.876Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T20:55:29.178Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T20:55:29.178Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T20:55:29.178Z] ---> 333a19424885 [2021-01-04T20:55:29.178Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:55:29.552Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T20:55:29.552Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T20:55:29.552Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:29.552Z] OK: 8 MiB in 19 packages [2021-01-04T20:55:29.870Z] ---> c7089f659557 [2021-01-04T20:55:29.870Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:55:29.870Z] ---> Running in 96bb311e067a [2021-01-04T20:55:30.624Z] Removing intermediate container e9edac9bc4d1 [2021-01-04T20:55:30.624Z] ---> 414dbcdc3955 [2021-01-04T20:55:30.624Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T20:55:31.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:31.236Z] ---> 0ea254db5f25 [2021-01-04T20:55:31.236Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T20:55:31.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:55:31.518Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:55:31.518Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:55:31.518Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:55:31.518Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:55:31.518Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:55:31.518Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:55:31.518Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:55:35.780Z] ---> ba03218effac [2021-01-04T20:55:35.780Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T20:55:35.780Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:55:35.780Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:55:35.780Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:55:35.780Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:55:35.780Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:55:35.780Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:55:35.780Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:55:35.780Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:55:36.363Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:55:36.363Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:55:36.363Z] ---> 488ee6c570b9 [2021-01-04T20:55:36.363Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T20:55:36.363Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:55:36.363Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:55:36.627Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:55:36.627Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:55:36.903Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:55:36.903Z] ---> Running in 9384b1d9df10 [2021-01-04T20:55:36.903Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:55:36.903Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:55:36.903Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:55:36.903Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:55:36.903Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:55:37.168Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T20:55:37.168Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:55:37.168Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:55:37.168Z] Removing intermediate container 9384b1d9df10 [2021-01-04T20:55:37.168Z] ---> dd6ce5c8ecc2 [2021-01-04T20:55:37.168Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:55:37.168Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:55:37.168Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:55:37.168Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:55:37.459Z] ---> Running in b330d7153b48 [2021-01-04T20:55:37.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:55:37.459Z] OK: 71 MiB in 55 packages [2021-01-04T20:55:38.055Z] Removing intermediate container b330d7153b48 [2021-01-04T20:55:38.055Z] ---> eba4c1c18a56 [2021-01-04T20:55:38.055Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T20:55:38.055Z] ---> Running in e3c7556f34da [2021-01-04T20:55:38.348Z] Removing intermediate container e3c7556f34da [2021-01-04T20:55:38.348Z] ---> 8015ffee4aad [2021-01-04T20:55:38.348Z] Step 22/23 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:55:38.621Z] ---> Running in 78ea0b2210d7 [2021-01-04T20:55:39.614Z] Removing intermediate container 78ea0b2210d7 [2021-01-04T20:55:39.614Z] ---> f3b2c51091bb [2021-01-04T20:55:39.614Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T20:55:41.137Z] ---> Running in 537f3968e3b3 [2021-01-04T20:55:43.092Z] Removing intermediate container 537f3968e3b3 [2021-01-04T20:55:43.092Z] ---> de85e898c387 [2021-01-04T20:55:43.092Z] [2021-01-04T20:55:43.362Z] Successfully built de85e898c387 [2021-01-04T20:55:43.626Z] Successfully tagged docker-core-data-go:latest [2021-01-04T20:55:43.908Z]  Building docker-core-data-go ... done Removing intermediate container 96bb311e067a [2021-01-04T20:55:43.908Z] ---> c541c0a0c6b8 [2021-01-04T20:55:43.908Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T20:55:44.183Z] ---> Running in 90534543e7cf [2021-01-04T20:55:46.819Z] Collecting docker-compose==1.23.2 [2021-01-04T20:55:46.819Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T20:55:46.819Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T20:55:46.819Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T20:55:47.426Z] Collecting PyYAML<4,>=3.10 [2021-01-04T20:55:47.426Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T20:55:48.391Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T20:55:48.391Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T20:55:49.362Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T20:55:49.362Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T20:55:49.362Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T20:55:49.362Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T20:55:49.627Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T20:55:49.627Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T20:55:50.593Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T20:55:50.593Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T20:55:50.593Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T20:55:50.863Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T20:55:50.863Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T20:55:50.863Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T20:55:51.144Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-04T20:55:51.144Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T20:55:51.144Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T20:55:51.144Z] Collecting idna<2.8,>=2.5 [2021-01-04T20:55:51.417Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T20:55:51.417Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-04T20:55:51.417Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-04T20:55:51.417Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T20:55:51.417Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T20:55:51.687Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T20:55:51.687Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T20:55:51.687Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T20:55:51.687Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T20:55:51.687Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, jsonschema, docker-compose [2021-01-04T20:55:51.687Z] Running setup.py install for dockerpty: started [2021-01-04T20:55:52.645Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T20:55:52.645Z] Running setup.py install for PyYAML: started [2021-01-04T20:55:53.278Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T20:55:53.278Z] Running setup.py install for texttable: started [2021-01-04T20:55:53.877Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T20:55:54.148Z] Attempting uninstall: idna [2021-01-04T20:55:54.148Z] Found existing installation: idna 2.9 [2021-01-04T20:55:54.148Z] Uninstalling idna-2.9: [2021-01-04T20:55:54.148Z] Successfully uninstalled idna-2.9 [2021-01-04T20:55:54.414Z] Attempting uninstall: urllib3 [2021-01-04T20:55:54.414Z] Found existing installation: urllib3 1.25.9 [2021-01-04T20:55:54.414Z] Uninstalling urllib3-1.25.9: [2021-01-04T20:55:54.414Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T20:55:54.678Z] Attempting uninstall: requests [2021-01-04T20:55:54.678Z] Found existing installation: requests 2.23.0 [2021-01-04T20:55:54.678Z] Uninstalling requests-2.23.0: [2021-01-04T20:55:54.678Z] Successfully uninstalled requests-2.23.0 [2021-01-04T20:55:55.651Z] Running setup.py install for docopt: started [2021-01-04T20:55:56.247Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T20:55:56.830Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-04T20:56:01.301Z] Removing intermediate container 90534543e7cf [2021-01-04T20:56:01.301Z] ---> 0600c4604b01 [2021-01-04T20:56:01.301Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T20:56:01.301Z] ---> Running in 3c482c21301e [2021-01-04T20:56:02.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:02.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:56:02.619Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:56:02.619Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T20:56:02.619Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T20:56:02.897Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:56:02.897Z] OK: 72 MiB in 58 packages [2021-01-04T20:56:04.950Z] Removing intermediate container 3c482c21301e [2021-01-04T20:56:04.950Z] ---> ed9bba71cf34 [2021-01-04T20:56:04.950Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T20:56:04.950Z] ---> Running in 8f594d1c9a14 [2021-01-04T20:56:05.242Z] Removing intermediate container 8f594d1c9a14 [2021-01-04T20:56:05.242Z] ---> 112a1c7732d1 [2021-01-04T20:56:05.242Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:56:05.242Z] ---> Running in d8f45238e1d9 [2021-01-04T20:56:05.870Z] Removing intermediate container d8f45238e1d9 [2021-01-04T20:56:05.870Z] ---> 6de5656b36df [2021-01-04T20:56:05.871Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T20:56:05.871Z] ---> Running in c130e259e827 [2021-01-04T20:56:06.500Z] Removing intermediate container c130e259e827 [2021-01-04T20:56:06.500Z] ---> 86126f8c71b8 [2021-01-04T20:56:06.500Z] Step 25/26 : LABEL git_sha=81e80c19b27583b3db40e74c5e4ad721211dc801 [2021-01-04T20:56:06.500Z] ---> Running in 557ec5092a4c [2021-01-04T20:56:06.772Z] Removing intermediate container 557ec5092a4c [2021-01-04T20:56:06.772Z] ---> 2c8f8f4c0b1b [2021-01-04T20:56:06.772Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T20:56:06.772Z] ---> Running in 6db9dac14370 [2021-01-04T20:56:07.055Z] Removing intermediate container 6db9dac14370 [2021-01-04T20:56:07.055Z] ---> a6d96d45488b [2021-01-04T20:56:07.055Z] [2021-01-04T20:56:07.661Z] Successfully built a6d96d45488b [2021-01-04T20:56:07.661Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T20:56:08.327Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-04T20:56:08.460Z] $ docker stop --time=1 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd [2021-01-04T20:56:10.469Z] $ docker rm -f 0ddfff0d725a0ff9f9da6551b86822fc927ec93a2a626e7468a86f59dc5776dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:56:11.172Z] + docker images [2021-01-04T20:56:11.172Z] + grep docker [2021-01-04T20:56:11.443Z] docker-sys-mgmt-agent-go latest a6d96d45488b 5 seconds ago 313MB [2021-01-04T20:56:11.443Z] docker-core-data-go latest de85e898c387 30 seconds ago 22.2MB [2021-01-04T20:56:11.443Z] docker-support-notifications-go latest 968e587da452 52 seconds ago 12MB [2021-01-04T20:56:11.443Z] docker-security-bootstrap-redis-go latest c775a1c6bdf7 About a minute ago 15.8MB [2021-01-04T20:56:11.443Z] docker-support-scheduler-go latest 8a80b6d1ed68 About a minute ago 10.7MB [2021-01-04T20:56:11.443Z] docker-security-bootstrapper-go latest 5e6f13808b03 3 minutes ago 41.5MB [2021-01-04T20:56:11.443Z] docker-security-secretstore-setup-go latest 9708c4248d90 3 minutes ago 24.6MB [2021-01-04T20:56:11.443Z] docker-security-proxy-setup-go latest 80e32278b1e1 3 minutes ago 24.5MB [2021-01-04T20:56:11.444Z] docker-core-metadata-go latest aac6fe378ee9 3 minutes ago 13MB [2021-01-04T20:56:11.444Z] docker-core-command-go latest 9e32928e8638 3 minutes ago 10.6MB [2021-01-04T20:56:11.444Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-04T20:56:27.292Z] Still waiting to schedule task [2021-01-04T20:56:27.292Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-04T20:57:19.218Z] Running on prd-ubuntu18.04-docker-8c-8g-18294 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-04T20:57:19.279Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-04T20:57:21.399Z] using credential edgex-jenkins-ssh [2021-01-04T20:57:21.525Z] Cloning the remote Git repository [2021-01-04T20:57:21.564Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:57:21.626Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-04T20:57:21.649Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:57:21.649Z] > git --version # timeout=10 [2021-01-04T20:57:21.653Z] > git --version # 'git version 2.17.1' [2021-01-04T20:57:21.654Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:57:21.678Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:57:29.913Z] Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit 81e80c19b27583b3db40e74c5e4ad721211dc801 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-04T20:57:29.282Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:57:29.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:57:29.293Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:57:29.303Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:57:29.303Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:57:29.306Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:57:29.934Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:57:29.937Z] > git checkout -f 81e80c19b27583b3db40e74c5e4ad721211dc801 # timeout=10 [Pipeline] // stage [Pipeline] } [2021-01-04T20:57:30.910Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:57:32.994Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:57:34.307Z] ---> package-listing.sh [2021-01-04T20:57:34.307Z] ++ facter osfamily [2021-01-04T20:57:34.307Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T20:57:34.573Z] + OS_FAMILY=redhat [2021-01-04T20:57:34.573Z] + workspace=/w/workspace/edgex-go/5 [2021-01-04T20:57:34.573Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T20:57:34.573Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T20:57:34.573Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T20:57:34.573Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T20:57:34.573Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-04T20:57:34.573Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T20:57:34.573Z] + case "${OS_FAMILY}" in [2021-01-04T20:57:34.573Z] + rpm -qa [2021-01-04T20:57:34.573Z] + sort [2021-01-04T20:57:39.958Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T20:57:39.958Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T20:57:39.958Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T20:57:39.958Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-04T20:57:39.958Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-04T20:57:39.958Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-04T20:57:39.973Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T20:57:40.281Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:40.895Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:57:41.165Z] [2021-01-04T20:57:41.165Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:57:41.537Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:57:41.537Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T20:57:41.537Z] df20fa9351a1: Pulling fs layer [2021-01-04T20:57:41.537Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T20:57:41.537Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T20:57:41.537Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T20:57:41.537Z] 93b61091891f: Pulling fs layer [2021-01-04T20:57:41.537Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T20:57:41.537Z] 5e14af77c1be: Pulling fs layer [2021-01-04T20:57:41.537Z] 01666e4c0597: Pulling fs layer [2021-01-04T20:57:41.537Z] aa168da1d23b: Pulling fs layer [2021-01-04T20:57:41.537Z] 93b9cdb0e59b: Waiting [2021-01-04T20:57:41.537Z] 5e14af77c1be: Waiting [2021-01-04T20:57:41.537Z] 01666e4c0597: Waiting [2021-01-04T20:57:41.537Z] aa168da1d23b: Waiting [2021-01-04T20:57:41.537Z] 46f8f816bc3b: Waiting [2021-01-04T20:57:41.537Z] 93b61091891f: Waiting [2021-01-04T20:57:41.537Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T20:57:41.537Z] 36b3adc4ff6f: Download complete [2021-01-04T20:57:41.805Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T20:57:41.805Z] 46f8f816bc3b: Download complete [2021-01-04T20:57:41.805Z] df20fa9351a1: Verifying Checksum [2021-01-04T20:57:41.805Z] df20fa9351a1: Download complete [2021-01-04T20:57:41.805Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T20:57:41.805Z] 93b9cdb0e59b: Download complete [2021-01-04T20:57:41.805Z] 5e14af77c1be: Verifying Checksum [2021-01-04T20:57:41.805Z] 5e14af77c1be: Download complete [2021-01-04T20:57:41.805Z] 93b61091891f: Download complete [2021-01-04T20:57:41.805Z] 01666e4c0597: Verifying Checksum [2021-01-04T20:57:41.805Z] 01666e4c0597: Download complete [2021-01-04T20:57:42.429Z] df20fa9351a1: Pull complete [2021-01-04T20:57:42.429Z] 36b3adc4ff6f: Pull complete [2021-01-04T20:57:42.731Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T20:57:42.731Z] 8ad3a11d3b57: Download complete [2021-01-04T20:57:44.176Z] 8ad3a11d3b57: Pull complete [2021-01-04T20:57:44.177Z] 46f8f816bc3b: Pull complete [2021-01-04T20:57:45.606Z] aa168da1d23b: Verifying Checksum [2021-01-04T20:57:45.606Z] aa168da1d23b: Download complete [2021-01-04T20:57:46.587Z] 93b61091891f: Pull complete [2021-01-04T20:57:46.865Z] 93b9cdb0e59b: Pull complete [2021-01-04T20:57:47.155Z] 5e14af77c1be: Pull complete [2021-01-04T20:57:47.567Z] 01666e4c0597: Pull complete [2021-01-04T20:58:02.800Z] aa168da1d23b: Pull complete [2021-01-04T20:58:02.800Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T20:58:02.800Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:58:02.800Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T20:58:03.691Z] prd-centos7-docker-4c-2g-18279 does not seem to be running inside a container [2021-01-04T20:58:03.764Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T20:58:06.503Z] $ docker top 718002d2bc65281b4c2e80218cb3b7d8554b344c50baeaded3c675abf1dbec1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:58:07.250Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T20:58:07.586Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T20:58:07.900Z] + ls /var/log/sa-host [2021-01-04T20:58:07.901Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T20:58:07.901Z] file_magic: OK [2021-01-04T20:58:07.901Z] HZ: Using current value: 100 [2021-01-04T20:58:07.901Z] file_header: OK [2021-01-04T20:58:07.901Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T20:58:07.901Z] Statistics: [2021-01-04T20:58:07.901Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T20:58:07.901Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T20:58:07.901Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T20:58:07.901Z] file_magic: OK [2021-01-04T20:58:07.901Z] HZ: Using current value: 100 [2021-01-04T20:58:07.901Z] file_header: OK [2021-01-04T20:58:07.901Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-04T20:58:07.901Z] Statistics: [2021-01-04T20:58:07.901Z] Hnuu...uuuununununu... [2021-01-04T20:58:07.901Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T20:58:08.110Z] provisioning config files... [2021-01-04T20:58:08.137Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8635694844540732286tmp [Pipeline] { [Pipeline] echo [2021-01-04T20:58:08.208Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:58:08.553Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T20:58:08.565Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T20:58:08.655Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:58:08.970Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T20:58:08.989Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:58:09.308Z] ---> sudo-logs.sh [2021-01-04T20:58:09.308Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T20:58:09.323Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:58:09.653Z] ---> job-cost.sh [2021-01-04T20:58:09.923Z] lf-activate-venv: SKIPPING [2021-01-04T20:58:09.923Z] INFO: No Stack... [2021-01-04T20:58:10.912Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T20:58:11.198Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T20:58:11.226Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:58:11.864Z] ---> logs-deploy.sh [2021-01-04T20:58:11.864Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/5 [2021-01-04T20:58:11.864Z] INFO: archiving workspace using pattern(s): [2021-01-04T20:58:13.816Z] Archives upload complete. [2021-01-04T20:58:13.816Z] INFO: archiving logs to Nexus