Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than a10a5d32a7d6f8f3997973d513a76f3af5255545 Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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-22245 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 Merge succeeded, producing 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 Checking out Revision 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T08:43:37.380Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T08:43:37.737Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git rev-list --no-walk ab971426e09d93a2aadc827a1dc66e9768f776ec # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T08:43:37.842Z] ========================================================= [2021-01-22T08:43:37.842Z] EdgeX Global Pipelines Version Info [2021-01-22T08:43:37.842Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:43:39.348Z] ------------------- [2021-01-22T08:43:39.348Z] stable info: [2021-01-22T08:43:39.348Z] ------------------- [2021-01-22T08:43:39.348Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:43:39.348Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:43:39.348Z] Message: update stable to v1.0.179 [2021-01-22T08:43:40.296Z] ------------------- [2021-01-22T08:43:40.296Z] experimental info: [2021-01-22T08:43:40.296Z] ------------------- [2021-01-22T08:43:40.296Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T08:43:40.296Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T08:43:40.296Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T08:43:40.665Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T08:43:40.854Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T08:43:40.957Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T08:43:41.051Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T08:43:41.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T08:43:41.236Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T08:43:41.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T08:43:41.442Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T08:43:41.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T08:43:41.661Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T08:43:41.747Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T08:43:41.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T08:43:41.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T08:43:42.023Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T08:43:42.122Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:43:42.209Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T08:43:42.299Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T08:43:42.387Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T08:43:42.476Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T08:43:42.597Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T08:43:42.699Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T08:43:42.798Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T08:43:42.888Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T08:43:42.976Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:43:43.065Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T08:43:43.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-22T08:43:43.260Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [Pipeline] echo [2021-01-22T08:43:43.443Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2710ae1 [Pipeline] echo [2021-01-22T08:43:43.546Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T08:43:43.726Z] provisioning config files... [2021-01-22T08:43:43.754Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config9053188205963737254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:43:44.110Z] ---> docker-login.sh [2021-01-22T08:43:44.111Z] nexus3.edgexfoundry.org:10001 [2021-01-22T08:43:44.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:43:44.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:43:44.636Z] Configure a credential helper to remove this warning. See [2021-01-22T08:43:44.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:43:44.636Z] [2021-01-22T08:43:44.636Z] Login Succeeded [2021-01-22T08:43:44.636Z] nexus3.edgexfoundry.org:10002 [2021-01-22T08:43:44.636Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:43:44.636Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:43:44.636Z] Configure a credential helper to remove this warning. See [2021-01-22T08:43:44.636Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:43:44.636Z] [2021-01-22T08:43:44.636Z] Login Succeeded [2021-01-22T08:43:44.636Z] nexus3.edgexfoundry.org:10003 [2021-01-22T08:43:44.899Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:43:44.899Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:43:44.899Z] Configure a credential helper to remove this warning. See [2021-01-22T08:43:44.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:43:44.900Z] [2021-01-22T08:43:44.900Z] Login Succeeded [2021-01-22T08:43:44.900Z] nexus3.edgexfoundry.org:10004 [2021-01-22T08:43:45.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:43:45.163Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:43:45.163Z] Configure a credential helper to remove this warning. See [2021-01-22T08:43:45.163Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:43:45.163Z] [2021-01-22T08:43:45.163Z] Login Succeeded [2021-01-22T08:43:45.163Z] docker.io [2021-01-22T08:43:45.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T08:43:45.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T08:43:45.425Z] Configure a credential helper to remove this warning. See [2021-01-22T08:43:45.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T08:43:45.425Z] [2021-01-22T08:43:45.425Z] Login Succeeded [2021-01-22T08:43:45.425Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T08:43:45.436Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:43:45.898Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T08:43:45.898Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T08:43:45.898Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T08:43:45.898Z] ++ cut -d/ -f2 [2021-01-22T08:43:45.898Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T08:43:45.970Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:43:47.505Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:43:47.505Z] [2021-01-22T08:43:47.505Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:43:47.858Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:43:47.859Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T08:43:47.859Z] 31603596830f: Pulling fs layer [2021-01-22T08:43:47.859Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T08:43:47.859Z] 6ca5941a6612: Pulling fs layer [2021-01-22T08:43:47.859Z] ecc8261a40a4: Pulling fs layer [2021-01-22T08:43:47.859Z] ecc8261a40a4: Waiting [2021-01-22T08:43:47.859Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T08:43:47.859Z] 2a8b12db71e7: Download complete [2021-01-22T08:43:47.859Z] 31603596830f: Verifying Checksum [2021-01-22T08:43:47.859Z] 31603596830f: Download complete [2021-01-22T08:43:48.121Z] ecc8261a40a4: Verifying Checksum [2021-01-22T08:43:48.121Z] ecc8261a40a4: Download complete [2021-01-22T08:43:48.121Z] 6ca5941a6612: Verifying Checksum [2021-01-22T08:43:48.121Z] 6ca5941a6612: Download complete [2021-01-22T08:43:48.385Z] 31603596830f: Pull complete [2021-01-22T08:43:48.385Z] 2a8b12db71e7: Pull complete [2021-01-22T08:43:49.342Z] 6ca5941a6612: Pull complete [2021-01-22T08:43:49.605Z] ecc8261a40a4: Pull complete [2021-01-22T08:43:49.605Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T08:43:49.605Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T08:43:49.605Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T08:43:49.712Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:43:49.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:43:52.662Z] $ docker top 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T08:43:53.086Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:43:53.086Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:43:53.309Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:43:53.319Z] $ docker exec 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent [2021-01-22T08:43:53.485Z] SSH_AUTH_SOCK=/tmp/ssh-ISTzAO8l1I5n/agent.11 [2021-01-22T08:43:53.485Z] SSH_AGENT_PID=16 [2021-01-22T08:43:53.497Z] Running ssh-add (command line suppressed) [2021-01-22T08:43:53.624Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_5883827616336312633.key (/w/workspace/edgex-go/16@tmp/private_key_5883827616336312633.key) [2021-01-22T08:43:53.670Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:43:54.009Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T08:43:54.042Z] $ docker exec --env ******** --env ******** 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent -k [2021-01-22T08:43:54.158Z] unset SSH_AUTH_SOCK; [2021-01-22T08:43:54.158Z] unset SSH_AGENT_PID; [2021-01-22T08:43:54.158Z] echo Agent pid 16 killed; [2021-01-22T08:43:54.204Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T08:43:54.362Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T08:43:54.362Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T08:43:54.523Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T08:43:54.533Z] $ docker exec 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent [2021-01-22T08:43:54.680Z] SSH_AUTH_SOCK=/tmp/ssh-5EDiknMEnAJP/agent.44 [2021-01-22T08:43:54.680Z] SSH_AGENT_PID=49 [2021-01-22T08:43:54.688Z] Running ssh-add (command line suppressed) [2021-01-22T08:43:54.808Z] Identity added: /w/workspace/edgex-go/16@tmp/private_key_9166377910824950624.key (/w/workspace/edgex-go/16@tmp/private_key_9166377910824950624.key) [2021-01-22T08:43:54.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T08:43:55.189Z] + git semver init [2021-01-22T08:43:55.189Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T08:43:55.189Z] # $GIT_DIR = /w/workspace/edgex-go/16/.git [2021-01-22T08:43:55.189Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/16 [2021-01-22T08:43:55.189Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T08:43:55.189Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T08:43:55.189Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T08:43:55.189Z] # $SEMVER_BRANCH = PR-3030 [2021-01-22T08:43:55.189Z] # $SEMVER_TEMP = /tmp/semver-951541087 [2021-01-22T08:43:55.189Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T08:44:13.352Z] # '/tmp/semver-951541087' -> '/w/workspace/edgex-go/16/.semver' [2021-01-22T08:44:13.352Z] # -> Force: false [2021-01-22T08:44:13.352Z] # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } [2021-01-22T08:44:13.371Z] $ docker exec --env ******** --env ******** 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent -k [2021-01-22T08:44:13.544Z] unset SSH_AUTH_SOCK; [2021-01-22T08:44:13.544Z] unset SSH_AGENT_PID; [2021-01-22T08:44:13.544Z] echo Agent pid 49 killed; [2021-01-22T08:44:13.586Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T08:44:14.058Z] + git semver [Pipeline] } [2021-01-22T08:44:14.082Z] $ docker stop --time=1 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab [2021-01-22T08:44:15.674Z] $ docker rm -f 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:44:16.178Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T08:44:16.670Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T08:44:16.673Z] [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-22T08:44:17.606Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:44:17.904Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T08:44:18.204Z] + sudo service docker restart [2021-01-22T08:44:18.204Z] + true [2021-01-22T08:44:18.204Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T08:44:18.794Z] ========================================================= [2021-01-22T08:44:18.794Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T08:44:18.794Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:44:19.138Z] + 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-22T08:44:22.465Z] Sending build context to Docker daemon 327.1MB [2021-01-22T08:44:22.465Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T08:44:22.465Z] Step 2/6 : FROM ${BASE} [2021-01-22T08:44:22.465Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T08:44:22.465Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T08:44:22.465Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T08:44:22.465Z] de9db76c5a1d: Pulling fs layer [2021-01-22T08:44:22.465Z] bca2f99d35d6: Pulling fs layer [2021-01-22T08:44:22.465Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T08:44:22.465Z] 7c6f9722023f: Pulling fs layer [2021-01-22T08:44:22.465Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T08:44:22.465Z] 93359f2a8cfa: Waiting [2021-01-22T08:44:22.465Z] 7c6f9722023f: Waiting [2021-01-22T08:44:22.465Z] a35cf1a2eb13: Waiting [2021-01-22T08:44:22.465Z] bca2f99d35d6: Waiting [2021-01-22T08:44:22.465Z] de9db76c5a1d: Verifying Checksum [2021-01-22T08:44:22.465Z] de9db76c5a1d: Download complete [2021-01-22T08:44:22.465Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T08:44:22.465Z] 0ef7d3d256c8: Download complete [2021-01-22T08:44:22.465Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T08:44:22.465Z] 93359f2a8cfa: Download complete [2021-01-22T08:44:22.465Z] 7c6f9722023f: Download complete [2021-01-22T08:44:22.465Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T08:44:22.465Z] 188c0c94c7c5: Download complete [2021-01-22T08:44:23.412Z] 188c0c94c7c5: Pull complete [2021-01-22T08:44:23.412Z] 0ef7d3d256c8: Pull complete [2021-01-22T08:44:23.676Z] de9db76c5a1d: Pull complete [2021-01-22T08:44:24.641Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T08:44:24.641Z] a35cf1a2eb13: Download complete [2021-01-22T08:44:25.226Z] bca2f99d35d6: Verifying Checksum [2021-01-22T08:44:25.226Z] bca2f99d35d6: Download complete [2021-01-22T08:44:30.560Z] bca2f99d35d6: Pull complete [2021-01-22T08:44:30.560Z] 93359f2a8cfa: Pull complete [2021-01-22T08:44:30.823Z] 7c6f9722023f: Pull complete [2021-01-22T08:44:32.075Z] Still waiting to schedule task [2021-01-22T08:44:32.075Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T08:44:34.146Z] a35cf1a2eb13: Pull complete [2021-01-22T08:44:34.411Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T08:44:34.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T08:44:34.411Z] ---> a62c8e92a672 [2021-01-22T08:44:34.411Z] 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-22T08:44:34.411Z] ---> Running in 4305823ac3b2 [2021-01-22T08:44:34.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:44:35.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:44:36.138Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T08:44:36.403Z] (2/12) Installing file (5.38-r0) [2021-01-22T08:44:36.403Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T08:44:36.403Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T08:44:40.628Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T08:44:40.628Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T08:44:40.628Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T08:44:40.628Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T08:44:40.628Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T08:44:40.628Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T08:44:40.890Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T08:44:40.890Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T08:44:40.890Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:44:40.890Z] OK: 233 MiB in 51 packages [2021-01-22T08:44:45.112Z] Removing intermediate container 4305823ac3b2 [2021-01-22T08:44:45.112Z] ---> 0968484ee5ec [2021-01-22T08:44:45.112Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T08:44:45.112Z] ---> Running in e5792e50fa43 [2021-01-22T08:44:45.112Z] Removing intermediate container e5792e50fa43 [2021-01-22T08:44:45.112Z] ---> 497e88f418c5 [2021-01-22T08:44:45.112Z] Step 5/6 : COPY go.mod . [2021-01-22T08:44:45.112Z] ---> 5ebfdc743701 [2021-01-22T08:44:45.112Z] Step 6/6 : RUN go mod download [2021-01-22T08:44:45.112Z] ---> Running in 7799b89f79dd [2021-01-22T08:45:07.145Z] Removing intermediate container 7799b89f79dd [2021-01-22T08:45:07.145Z] ---> ed4a6651b9de [2021-01-22T08:45:07.145Z] Successfully built ed4a6651b9de [2021-01-22T08:45:07.145Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:45:07.463Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:45:07.463Z] . [Pipeline] withDockerContainer [2021-01-22T08:45:07.567Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:45:07.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:45:08.422Z] $ docker top 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:45:08.930Z] + go version [2021-01-22T08:45:08.930Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T08:45:08.952Z] $ docker stop --time=1 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac [2021-01-22T08:45:10.329Z] $ docker rm -f 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:45:11.269Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T08:45:11.269Z] . [Pipeline] withDockerContainer [2021-01-22T08:45:11.368Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:45:11.422Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:45:12.597Z] $ docker top 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T08:45:12.777Z] ========================================================= [2021-01-22T08:45:12.777Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T08:45:12.777Z] ========================================================= [Pipeline] sh [2021-01-22T08:45:13.076Z] + make test [2021-01-22T08:45:13.076Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T08:45:21.270Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T08:45:36.287Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T08:45:41.643Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T08:45:43.069Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T08:45:43.069Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T08:45:43.069Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T08:45:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T08:45:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T08:45:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T08:45:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T08:45:45.682Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T08:45:45.952Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T08:45:47.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T08:45:47.909Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T08:45:47.909Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T08:45:49.877Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements [2021-01-22T08:45:49.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T08:45:49.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T08:45:49.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T08:45:49.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T08:45:49.877Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T08:45:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.0% of statements [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T08:45:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T08:45:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T08:45:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 66.7% of statements [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T08:45:55.245Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.3% of statements [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T08:45:55.245Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T08:45:56.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T08:45:56.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T08:45:56.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T08:45:56.229Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements [2021-01-22T08:45:56.229Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T08:45:56.818Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-01-22T08:45:56.818Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T08:45:57.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements [2021-01-22T08:45:57.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T08:45:57.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T08:45:57.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T08:45:57.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T08:45:59.687Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.040s coverage: 96.3% of statements [2021-01-22T08:45:59.687Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements [2021-01-22T08:46:11.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.253s coverage: 84.0% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.694s coverage: 29.1% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T08:46:11.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T08:46:11.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T08:46:12.240Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-22T08:46:12.240Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-22T08:46:12.502Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-22T08:46:12.766Z] GO111MODULE=on go vet ./... [2021-01-22T08:46:20.007Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22247 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T08:46:20.117Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-01-22T08:46:25.055Z] using credential edgex-jenkins-ssh [2021-01-22T08:46:25.114Z] Cloning the remote Git repository [2021-01-22T08:46:25.170Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:46:25.284Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-01-22T08:46:25.364Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:46:25.365Z] > git --version # timeout=10 [2021-01-22T08:46:25.390Z] > git --version # 'git version 2.17.1' [2021-01-22T08:46:25.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:46:25.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:46:35.770Z] gofmt -l . [2021-01-22T08:46:36.384Z] [ "`gofmt -l .`" = "" ] [2021-01-22T08:46:36.650Z] ./bin/test-go-mod-tidy.sh [2021-01-22T08:46:37.227Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T08:46:38.108Z] + ls -al . [2021-01-22T08:46:38.108Z] total 668 [2021-01-22T08:46:38.108Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 08:46 . [2021-01-22T08:46:38.108Z] drwxr-xr-x 4 root root 30 Jan 22 08:45 .. [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 08:43 .dockerignore [2021-01-22T08:46:38.108Z] drwxrwxr-x 8 1001 1001 179 Jan 22 08:43 .git [2021-01-22T08:46:38.108Z] drwxrwxr-x 3 1001 1001 125 Jan 22 08:43 .github [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 08:43 .gitignore [2021-01-22T08:46:38.108Z] drwx------ 3 1001 1001 47 Jan 22 08:44 .semver [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 08:43 .sonarcloud.properties [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:43 Attribution.txt [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:43 CONTRIBUTING.md [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 08:43 Dockerfile.build [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 08:43 Jenkinsfile [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:43 LICENSE [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:43 Makefile [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:43 README.md [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:43 SECURITY.md [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 08:44 VERSION [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:43 ZMQWindows.md [2021-01-22T08:46:38.108Z] drwxrwxr-x 2 1001 1001 117 Jan 22 08:43 bin [2021-01-22T08:46:38.108Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 08:43 cmd [2021-01-22T08:46:38.108Z] -rw-r--r-- 1 root root 563886 Jan 22 08:46 coverage.out [2021-01-22T08:46:38.108Z] -rw-r--r-- 1 root root 1053 Jan 22 08:46 go.mod [2021-01-22T08:46:38.108Z] -rw-r--r-- 1 root root 18878 Jan 22 08:46 go.sum [2021-01-22T08:46:38.108Z] drwxrwxr-x 8 1001 1001 127 Jan 22 08:43 internal [2021-01-22T08:46:38.108Z] drwxrwxr-x 4 1001 1001 26 Jan 22 08:43 openapi [2021-01-22T08:46:38.108Z] drwxrwxr-x 4 1001 1001 71 Jan 22 08:43 snap [2021-01-22T08:46:38.108Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 08:43 version.go [Pipeline] sh [2021-01-22T08:46:38.406Z] + '[' -e coverage.out ] [2021-01-22T08:46:38.406Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T08:46:38.632Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T08:46:38.925Z] + make build [2021-01-22T08:46:38.925Z] 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-22T08:46:41.555Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:46:41.580Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:46:41.610Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:46:41.685Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:46:41.686Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:46:41.698Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T08:46:42.518Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T08:46:42.931Z] Failed in branch arm64 [2021-01-22T08:46:43.150Z] 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-22T08:46:42.538Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:46:42.551Z] > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # timeout=10 [2021-01-22T08:46:51.344Z] 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-22T08:46:51.344Z] 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-22T08:46:52.740Z] 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-22T08:46:53.005Z] 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-22T08:46:54.400Z] 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-22T08:46:55.799Z] 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-22T08:46:56.763Z] 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-22T08:46:58.165Z] 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-22T08:46:59.114Z] 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-22T08:47:00.069Z] 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-22T08:47:01.024Z] 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-22T08:47:02.976Z] $ docker stop --time=1 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 [2021-01-22T08:47:04.725Z] $ docker rm -f 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:47:08.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:47:08.276Z] [2021-01-22T08:47:08.276Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:47:08.624Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:47:08.624Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T08:47:08.624Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T08:47:08.624Z] ca9280d653b3: Pulling fs layer [2021-01-22T08:47:08.624Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T08:47:09.201Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T08:47:09.202Z] cbdbe7a5bc2a: Download complete [2021-01-22T08:47:09.468Z] ca9280d653b3: Verifying Checksum [2021-01-22T08:47:09.468Z] ca9280d653b3: Download complete [2021-01-22T08:47:09.733Z] cbdbe7a5bc2a: Pull complete [2021-01-22T08:47:10.679Z] ca9280d653b3: Pull complete [2021-01-22T08:47:10.679Z] 7e9c9ca2126c: Download complete [2021-01-22T08:47:17.301Z] 7e9c9ca2126c: Pull complete [2021-01-22T08:47:17.301Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T08:47:17.301Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:47:17.301Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T08:47:17.441Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:47:17.495Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:47:20.497Z] $ docker top 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:47:20.989Z] + docker-compose build --help [2021-01-22T08:47:20.989Z] + grep parallel [2021-01-22T08:47:21.939Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T08:47:21.964Z] $ docker stop --time=1 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 [2021-01-22T08:47:23.313Z] $ docker rm -f 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:47:23.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T08:47:23.890Z] . [Pipeline] withDockerContainer [2021-01-22T08:47:23.987Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:47:24.041Z] $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:47:24.626Z] $ docker top 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:47:25.160Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T08:47:26.106Z] Building docker-core-command-go ... [2021-01-22T08:47:26.106Z] Building docker-core-data-go ... [2021-01-22T08:47:26.106Z] Building docker-core-metadata-go ... [2021-01-22T08:47:26.106Z] Building docker-security-bootstrapper-go ... [2021-01-22T08:47:26.106Z] Building docker-security-proxy-setup-go ... [2021-01-22T08:47:26.106Z] Building docker-security-secretstore-setup-go ... [2021-01-22T08:47:26.106Z] Building docker-support-notifications-go ... [2021-01-22T08:47:26.106Z] Building docker-support-scheduler-go ... [2021-01-22T08:47:26.106Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T08:47:26.106Z] Building docker-sys-mgmt-agent-go [2021-01-22T08:47:26.106Z] Building docker-support-notifications-go [2021-01-22T08:47:26.106Z] Building docker-core-data-go [2021-01-22T08:47:26.106Z] Building docker-core-command-go [2021-01-22T08:47:26.106Z] Building docker-security-secretstore-setup-go [2021-01-22T08:47:58.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:58.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:47:58.398Z] ---> ed4a6651b9de [2021-01-22T08:47:58.398Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:47:58.398Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:58.398Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:47:58.398Z] ---> ed4a6651b9de [2021-01-22T08:47:58.398Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:47:58.398Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:58.398Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:47:58.398Z] ---> ed4a6651b9de [2021-01-22T08:47:58.398Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T08:47:58.398Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:58.398Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:47:58.398Z] ---> ed4a6651b9de [2021-01-22T08:47:58.398Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:47:58.398Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:47:58.398Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:47:58.398Z] ---> ed4a6651b9de [2021-01-22T08:47:58.398Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T08:47:58.398Z] ---> Running in 9fad369d8fa8 [2021-01-22T08:47:58.398Z] ---> Running in 8958c8452543 [2021-01-22T08:47:58.398Z] ---> Running in e6d9aede0e9e [2021-01-22T08:47:58.398Z] ---> Running in 127d8186385c [2021-01-22T08:47:58.398Z] ---> Running in 58334cb9d362 [2021-01-22T08:47:58.398Z] Removing intermediate container 9fad369d8fa8 [2021-01-22T08:47:58.398Z] ---> 61e2c26e4e94 [2021-01-22T08:47:58.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:47:58.398Z] Removing intermediate container e6d9aede0e9e [2021-01-22T08:47:58.398Z] ---> abe3b4e64dcd [2021-01-22T08:47:58.398Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:47:58.398Z] Removing intermediate container 58334cb9d362 [2021-01-22T08:47:58.398Z] ---> 6459f632d7b2 [2021-01-22T08:47:58.398Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:47:58.398Z] Removing intermediate container 127d8186385c [2021-01-22T08:47:58.398Z] ---> 409bb4fe1172 [2021-01-22T08:47:58.398Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:47:58.398Z] Removing intermediate container 8958c8452543 [2021-01-22T08:47:58.398Z] ---> 4145f3f29b73 [2021-01-22T08:47:58.398Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:47:58.398Z] ---> Running in 052021c1fee3 [2021-01-22T08:47:58.398Z] ---> Running in bd03d3a7d7d4 [2021-01-22T08:47:58.398Z] ---> Running in fd9a7b127a45 [2021-01-22T08:47:58.662Z] ---> Running in aa76cedba547 [2021-01-22T08:47:58.662Z] ---> Running in a478cdc4c0b9 [2021-01-22T08:48:00.612Z] Removing intermediate container 052021c1fee3 [2021-01-22T08:48:00.612Z] ---> 05048ce3f656 [2021-01-22T08:48:00.612Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T08:48:00.612Z] ---> Running in ed4cfc92aa31 [2021-01-22T08:48:00.612Z] Removing intermediate container fd9a7b127a45 [2021-01-22T08:48:00.612Z] ---> d57626b6c7e0 [2021-01-22T08:48:00.612Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:48:00.612Z] Removing intermediate container bd03d3a7d7d4 [2021-01-22T08:48:00.612Z] ---> de1219770bc3 [2021-01-22T08:48:00.612Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T08:48:00.886Z] ---> Running in 1b24afc5e263 [2021-01-22T08:48:00.886Z] ---> Running in 58d094502eb3 [2021-01-22T08:48:01.163Z] Removing intermediate container aa76cedba547 [2021-01-22T08:48:01.163Z] ---> ecbc8a7ff781 [2021-01-22T08:48:01.163Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T08:48:01.163Z] Removing intermediate container a478cdc4c0b9 [2021-01-22T08:48:01.163Z] ---> a0e6271d217d [2021-01-22T08:48:01.163Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T08:48:01.432Z] ---> Running in 5b05d1596d7b [2021-01-22T08:48:01.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:01.432Z] ---> Running in 9634be1b446c [2021-01-22T08:48:01.711Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:01.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:01.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:01.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:01.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:02.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:02.239Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:02.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:02.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:02.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:48:02.775Z] Removing intermediate container ed4cfc92aa31 [2021-01-22T08:48:02.775Z] ---> a3a68262daa4 [2021-01-22T08:48:02.775Z] Step 6/22 : COPY go.mod . [2021-01-22T08:48:03.038Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:03.038Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:03.038Z] ---> 4ca4425c3c4f [2021-01-22T08:48:03.038Z] Step 7/22 : RUN go mod download [2021-01-22T08:48:03.038Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:03.038Z] OK: 233 MiB in 51 packages [2021-01-22T08:48:03.038Z] ---> Running in 085f91d6f5d5 [2021-01-22T08:48:04.171Z] Removing intermediate container 58d094502eb3 [2021-01-22T08:48:04.171Z] ---> 533e3caa5b31 [2021-01-22T08:48:04.171Z] Step 6/26 : COPY go.mod . [2021-01-22T08:48:04.171Z] Removing intermediate container 1b24afc5e263 [2021-01-22T08:48:04.171Z] ---> b6d1b2f8c43c [2021-01-22T08:48:04.171Z] Step 6/23 : COPY go.mod . [2021-01-22T08:48:04.171Z] Removing intermediate container 5b05d1596d7b [2021-01-22T08:48:04.171Z] ---> 4777925a432b [2021-01-22T08:48:04.171Z] Step 6/23 : COPY go.mod . [2021-01-22T08:48:04.474Z] Removing intermediate container 9634be1b446c [2021-01-22T08:48:04.474Z] ---> f89d9f83f529 [2021-01-22T08:48:04.474Z] Step 6/24 : COPY go.mod . [2021-01-22T08:48:04.474Z] ---> 754f54b737ba [2021-01-22T08:48:04.474Z] Step 7/23 : RUN go mod download [2021-01-22T08:48:04.739Z] ---> 730152e03a2e [2021-01-22T08:48:04.739Z] Step 7/26 : RUN go mod download [2021-01-22T08:48:04.739Z] ---> 6c64feb16c4f [2021-01-22T08:48:04.739Z] Step 7/23 : RUN go mod download [2021-01-22T08:48:04.739Z] ---> 99a5d784fa50 [2021-01-22T08:48:04.739Z] Step 7/24 : RUN go mod download [2021-01-22T08:48:04.739Z] ---> Running in 122f4fcc7980 [2021-01-22T08:48:04.739Z] ---> Running in 2dbfb971f61b [2021-01-22T08:48:04.739Z] ---> Running in f9dcd461db53 [2021-01-22T08:48:05.001Z] ---> Running in 6c7369130f16 [2021-01-22T08:48:05.580Z] Removing intermediate container 085f91d6f5d5 [2021-01-22T08:48:05.580Z] ---> 027269b3552c [2021-01-22T08:48:05.580Z] Step 8/22 : COPY . . [2021-01-22T08:48:08.927Z] Removing intermediate container 122f4fcc7980 [2021-01-22T08:48:08.927Z] ---> a91ea4b26b57 [2021-01-22T08:48:08.927Z] Step 8/23 : COPY . . [2021-01-22T08:48:11.610Z] Removing intermediate container 2dbfb971f61b [2021-01-22T08:48:11.610Z] ---> 62b3ed620869 [2021-01-22T08:48:11.610Z] Step 8/23 : COPY . . [2021-01-22T08:48:16.953Z] Removing intermediate container f9dcd461db53 [2021-01-22T08:48:16.954Z] Removing intermediate container 6c7369130f16 [2021-01-22T08:48:16.954Z] ---> 8a2ffaeb261b [2021-01-22T08:48:16.954Z] Step 8/24 : COPY . . [2021-01-22T08:48:16.954Z] ---> 437e59222648 [2021-01-22T08:48:16.954Z] Step 8/26 : COPY . . [2021-01-22T08:48:43.937Z] ---> 3555ade6ddcd [2021-01-22T08:48:43.937Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T08:48:44.212Z] ---> Running in 1ab2bbfe97d9 [2021-01-22T08:48:45.690Z] 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-22T08:48:50.092Z] ---> 58538099a8fb [2021-01-22T08:48:50.092Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T08:48:52.055Z] ---> Running in ec55fcc82934 [2021-01-22T08:48:52.055Z] ---> d3efdefddda6 [2021-01-22T08:48:52.055Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T08:48:52.055Z] ---> 9a2885e87b45 [2021-01-22T08:48:52.055Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T08:48:52.055Z] ---> aff74dc0447f [2021-01-22T08:48:52.055Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T08:48:52.333Z] ---> Running in 53ae46ec9298 [2021-01-22T08:48:52.333Z] ---> Running in 62b8e4d7fd52 [2021-01-22T08:48:52.333Z] ---> Running in 48cc41cd1e50 [2021-01-22T08:48:53.325Z] 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-22T08:48:53.326Z] 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-22T08:48:53.611Z] 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-22T08:48:53.612Z] 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-22T08:49:15.723Z] Removing intermediate container 1ab2bbfe97d9 [2021-01-22T08:49:15.723Z] ---> 46a2704b2819 [2021-01-22T08:49:15.723Z] [2021-01-22T08:49:15.723Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:49:15.723Z] 3.12: Pulling from library/alpine [2021-01-22T08:49:16.328Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T08:49:16.328Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T08:49:16.328Z] ---> 389fef711851 [2021-01-22T08:49:16.328Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T08:49:17.306Z] ---> Running in 3c4fa07e56fd [2021-01-22T08:49:17.571Z] 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-22T08:49:18.161Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:18.445Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:18.721Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T08:49:18.722Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T08:49:18.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:49:18.722Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:49:18.722Z] OK: 6 MiB in 16 packages [2021-01-22T08:49:24.063Z] Removing intermediate container 3c4fa07e56fd [2021-01-22T08:49:24.063Z] ---> f341db8c88fd [2021-01-22T08:49:24.063Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:49:24.063Z] ---> Running in 847c773c8e42 [2021-01-22T08:49:24.063Z] Removing intermediate container 53ae46ec9298 [2021-01-22T08:49:24.063Z] ---> b16d29db6c45 [2021-01-22T08:49:24.063Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T08:49:24.640Z] ---> Running in 2184efb3c0e0 [2021-01-22T08:49:26.034Z] Removing intermediate container 847c773c8e42 [2021-01-22T08:49:26.034Z] ---> c2730c89a3e0 [2021-01-22T08:49:26.034Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T08:49:26.034Z] ---> Running in e5c854407225 [2021-01-22T08:49:26.034Z] Removing intermediate container 48cc41cd1e50 [2021-01-22T08:49:26.034Z] ---> f53b509f3b6e [2021-01-22T08:49:26.034Z] [2021-01-22T08:49:26.034Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:49:26.034Z] ---> 389fef711851 [2021-01-22T08:49:26.034Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:49:26.985Z] 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-22T08:49:26.985Z] ---> Running in 03f22457d15b [2021-01-22T08:49:27.559Z] Removing intermediate container e5c854407225 [2021-01-22T08:49:27.559Z] ---> 86980541fa77 [2021-01-22T08:49:27.559Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:49:28.139Z] ---> Running in 5787af74fcc3 [2021-01-22T08:49:28.139Z] Removing intermediate container 62b8e4d7fd52 [2021-01-22T08:49:28.139Z] ---> 4b47983f8ba7 [2021-01-22T08:49:28.139Z] [2021-01-22T08:49:28.139Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T08:49:28.139Z] ---> 389fef711851 [2021-01-22T08:49:28.139Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T08:49:28.139Z] ---> Running in e45079cf8c76 [2021-01-22T08:49:28.401Z] Removing intermediate container 5787af74fcc3 [2021-01-22T08:49:28.401Z] ---> d59c343d5cd1 [2021-01-22T08:49:28.401Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:49:28.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:28.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:28.668Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T08:49:28.668Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:49:28.668Z] OK: 6 MiB in 15 packages [2021-01-22T08:49:28.668Z] Removing intermediate container 2184efb3c0e0 [2021-01-22T08:49:28.668Z] ---> 0420923f7c22 [2021-01-22T08:49:28.668Z] [2021-01-22T08:49:28.669Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T08:49:28.934Z] 20.10.0: Pulling from library/docker [2021-01-22T08:49:29.889Z] ---> 087585ebfd4b [2021-01-22T08:49:29.889Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T08:49:30.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:30.156Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:30.156Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T08:49:30.419Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:49:30.419Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T08:49:30.419Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T08:49:30.419Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T08:49:30.419Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:49:30.419Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:49:30.419Z] OK: 7 MiB in 19 packages [2021-01-22T08:49:32.979Z] ---> 3de975e88078 [2021-01-22T08:49:32.979Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T08:49:32.979Z] Removing intermediate container ec55fcc82934 [2021-01-22T08:49:32.979Z] ---> c0a2884a5a22 [2021-01-22T08:49:32.979Z] [2021-01-22T08:49:32.979Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:49:32.979Z] ---> 389fef711851 [2021-01-22T08:49:32.979Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T08:49:32.979Z] Removing intermediate container 03f22457d15b [2021-01-22T08:49:32.979Z] ---> 8960b8bcf088 [2021-01-22T08:49:32.979Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:49:33.558Z] ---> Running in ff137a92f549 [2021-01-22T08:49:33.558Z] ---> Running in 3ed5f250b6af [2021-01-22T08:49:33.558Z] Removing intermediate container e45079cf8c76 [2021-01-22T08:49:33.558Z] ---> 0311241292f7 [2021-01-22T08:49:33.558Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:49:33.558Z] ---> 96e4e1ec85c4 [2021-01-22T08:49:33.558Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T08:49:33.826Z] ---> Running in d37c852b7321 [2021-01-22T08:49:33.826Z] ---> Running in 21767b78efaf [2021-01-22T08:49:33.826Z] Removing intermediate container ff137a92f549 [2021-01-22T08:49:33.826Z] ---> c85263c8d9d8 [2021-01-22T08:49:33.826Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T08:49:34.093Z] Removing intermediate container 3ed5f250b6af [2021-01-22T08:49:34.093Z] ---> 1e00321b82e9 [2021-01-22T08:49:34.093Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T08:49:34.093Z] ---> Running in 5ce720c95018 [2021-01-22T08:49:34.358Z] ---> Running in c031ea23f440 [2021-01-22T08:49:34.358Z] Removing intermediate container d37c852b7321 [2021-01-22T08:49:34.358Z] ---> 555422b8cda6 [2021-01-22T08:49:34.358Z] Step 13/24 : WORKDIR / [2021-01-22T08:49:34.358Z] Removing intermediate container 21767b78efaf [2021-01-22T08:49:34.358Z] ---> 9241b2947663 [2021-01-22T08:49:34.358Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:49:34.358Z] ---> Running in 4671acc8dc16 [2021-01-22T08:49:34.358Z] Removing intermediate container 5ce720c95018 [2021-01-22T08:49:34.358Z] ---> e0979efac197 [2021-01-22T08:49:34.358Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T08:49:34.629Z] ---> Running in 16eabb82a415 [2021-01-22T08:49:34.629Z] ---> Running in ecdddc10438a [2021-01-22T08:49:34.629Z] Removing intermediate container c031ea23f440 [2021-01-22T08:49:34.629Z] ---> 0db1d0a84a0f [2021-01-22T08:49:34.629Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:49:34.900Z] ---> Running in 00250acc1221 [2021-01-22T08:49:34.900Z] Removing intermediate container 16eabb82a415 [2021-01-22T08:49:34.900Z] ---> 4642b7ba6fd3 [2021-01-22T08:49:34.900Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:49:34.900Z] Removing intermediate container 4671acc8dc16 [2021-01-22T08:49:34.900Z] ---> 3335f7b9d482 [2021-01-22T08:49:34.900Z] 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-22T08:49:34.900Z] Removing intermediate container ecdddc10438a [2021-01-22T08:49:34.900Z] ---> cc014ee9d6a4 [2021-01-22T08:49:34.900Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:49:35.168Z] ---> Running in 61cfe410fdaa [2021-01-22T08:49:36.134Z] ---> Running in 05e1359572d6 [2021-01-22T08:49:36.134Z] Removing intermediate container 00250acc1221 [2021-01-22T08:49:36.134Z] ---> ca722484bc14 [2021-01-22T08:49:36.134Z] Step 15/23 : WORKDIR / [2021-01-22T08:49:36.400Z] ---> d9201f23a1ea [2021-01-22T08:49:36.400Z] 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-22T08:49:36.400Z] ---> Running in ce78e201108f [2021-01-22T08:49:36.400Z] Removing intermediate container 61cfe410fdaa [2021-01-22T08:49:36.400Z] ---> 7d264b524d45 [2021-01-22T08:49:36.400Z] Step 21/22 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:49:36.665Z] ---> Running in 3d71cdd4844e [2021-01-22T08:49:36.929Z] Removing intermediate container ce78e201108f [2021-01-22T08:49:36.929Z] ---> 65164325891d [2021-01-22T08:49:36.929Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:49:36.929Z] ---> 165fc93e4e77 [2021-01-22T08:49:36.929Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T08:49:36.929Z] Removing intermediate container 3d71cdd4844e [2021-01-22T08:49:36.929Z] ---> 65017d8ff98b [2021-01-22T08:49:36.929Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:49:37.192Z] ---> Running in 5eb25b48019e [2021-01-22T08:49:37.461Z] ---> 216c797eefc3 [2021-01-22T08:49:37.461Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T08:49:37.461Z] ---> c7cb13b90b28 [2021-01-22T08:49:37.461Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T08:49:37.461Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T08:49:37.461Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T08:49:37.461Z] ---> aefe523efa57 [2021-01-22T08:49:37.461Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T08:49:37.726Z] ---> Running in 63f09c44f5b3 [2021-01-22T08:49:37.726Z] Removing intermediate container 5eb25b48019e [2021-01-22T08:49:37.726Z] ---> bdf8ca6eed4e [2021-01-22T08:49:37.726Z] [2021-01-22T08:49:37.989Z] Removing intermediate container 05e1359572d6 [2021-01-22T08:49:37.989Z] ---> 191d4cf3659c [2021-01-22T08:49:37.989Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T08:49:37.989Z] Successfully built bdf8ca6eed4e [2021-01-22T08:49:38.580Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T08:49:38.580Z] Building docker-security-bootstrapper-go [2021-01-22T08:49:38.580Z]  Building docker-support-notifications-go ... done  ---> Running in eb915a02637d [2021-01-22T08:49:38.580Z] ---> b536bac2ac4c [2021-01-22T08:49:38.580Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T08:49:38.580Z] ---> 0a10848cdd3b [2021-01-22T08:49:38.580Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T08:49:38.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:38.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:38.846Z] ---> eb2f0bd77fa2 [2021-01-22T08:49:38.846Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T08:49:39.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:39.111Z] ---> Running in 497cec36d979 [2021-01-22T08:49:39.111Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T08:49:39.111Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T08:49:39.111Z] Executing bash-5.0.17-r0.post-install [2021-01-22T08:49:39.374Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:49:39.374Z] OK: 12 MiB in 22 packages [2021-01-22T08:49:39.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:49:40.221Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T08:49:40.221Z] ---> b5b16df63e43 [2021-01-22T08:49:40.221Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T08:49:40.221Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T08:49:40.482Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T08:49:40.482Z] Removing intermediate container 497cec36d979 [2021-01-22T08:49:40.482Z] ---> be45b6e0ab35 [2021-01-22T08:49:40.482Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:49:40.750Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T08:49:41.013Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T08:49:41.589Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T08:49:41.853Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:49:41.853Z] OK: 8 MiB in 20 packages [2021-01-22T08:49:42.806Z] ---> Running in e51f025e07d1 [2021-01-22T08:49:44.203Z] ---> f5e977eded0c [2021-01-22T08:49:44.203Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T08:49:44.204Z] Removing intermediate container 63f09c44f5b3 [2021-01-22T08:49:44.204Z] ---> f8bc10199b42 [2021-01-22T08:49:44.204Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T08:49:44.204Z] ---> Running in b401812ea109 [2021-01-22T08:49:44.204Z] ---> Running in 8419bb72011a [2021-01-22T08:49:44.204Z] Removing intermediate container e51f025e07d1 [2021-01-22T08:49:44.204Z] ---> 3b04a8059dd8 [2021-01-22T08:49:44.204Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:49:45.155Z] ---> Running in 947b2895bd8a [2021-01-22T08:49:46.117Z] Removing intermediate container eb915a02637d [2021-01-22T08:49:46.117Z] ---> 2a3323576184 [2021-01-22T08:49:46.117Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:49:46.117Z] Removing intermediate container 8419bb72011a [2021-01-22T08:49:46.117Z] ---> 066307876882 [2021-01-22T08:49:46.117Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T08:49:46.117Z] Removing intermediate container 947b2895bd8a [2021-01-22T08:49:46.117Z] ---> d09e803f03c0 [2021-01-22T08:49:46.117Z] Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:49:46.411Z] ---> Running in c090e966461b [2021-01-22T08:49:47.367Z] ---> Running in babc559b097e [2021-01-22T08:49:47.633Z] ---> c1e3588e65b9 [2021-01-22T08:49:47.633Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T08:49:49.585Z] Removing intermediate container c090e966461b [2021-01-22T08:49:49.585Z] ---> b55470dcb126 [2021-01-22T08:49:49.585Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T08:49:50.542Z] Removing intermediate container babc559b097e [2021-01-22T08:49:50.542Z] ---> 3448c7bdfb20 [2021-01-22T08:49:50.542Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:49:51.115Z] ---> 1ba339a03935 [2021-01-22T08:49:51.115Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T08:49:51.376Z] Removing intermediate container b401812ea109 [2021-01-22T08:49:51.376Z] ---> 071f14dc764d [2021-01-22T08:49:51.376Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T08:49:51.949Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:49:51.949Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:49:51.949Z] ---> ed4a6651b9de [2021-01-22T08:49:51.949Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> 4145f3f29b73 [2021-01-22T08:49:51.949Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> a0e6271d217d [2021-01-22T08:49:51.949Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> f89d9f83f529 [2021-01-22T08:49:51.949Z] Step 6/33 : COPY go.mod . [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> 99a5d784fa50 [2021-01-22T08:49:51.949Z] Step 7/33 : RUN go mod download [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> 8a2ffaeb261b [2021-01-22T08:49:51.949Z] Step 8/33 : COPY . . [2021-01-22T08:49:51.949Z] ---> Using cache [2021-01-22T08:49:51.949Z] ---> aff74dc0447f [2021-01-22T08:49:51.949Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T08:49:52.525Z] ---> Running in e6bb61f3360f [2021-01-22T08:49:52.525Z] ---> Running in 410b5428407b [2021-01-22T08:49:52.525Z] ---> Running in dd83d226e5ff [2021-01-22T08:49:52.525Z] ---> Running in 69eefaf4629b [2021-01-22T08:49:52.787Z] ---> c0b0d88a42a9 [2021-01-22T08:49:52.787Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T08:49:52.787Z] Removing intermediate container e6bb61f3360f [2021-01-22T08:49:52.787Z] ---> c6886bf6227a [2021-01-22T08:49:52.787Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T08:49:53.057Z] ---> Running in 92b945c399f5 [2021-01-22T08:49:53.057Z] Removing intermediate container dd83d226e5ff [2021-01-22T08:49:53.057Z] ---> d5729e7ba2db [2021-01-22T08:49:53.057Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T08:49:53.057Z] Removing intermediate container 69eefaf4629b [2021-01-22T08:49:53.057Z] ---> c0c2f151c91a [2021-01-22T08:49:53.057Z] [2021-01-22T08:49:53.057Z] ---> Running in ef6de1964dc7 [2021-01-22T08:49:53.329Z] Successfully built c0c2f151c91a [2021-01-22T08:49:53.329Z] Removing intermediate container 92b945c399f5 [2021-01-22T08:49:53.329Z] ---> 38da421ef9c4 [2021-01-22T08:49:53.329Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:49:53.329Z] Successfully tagged docker-core-command-go:latest [2021-01-22T08:49:53.329Z] Building docker-core-metadata-go [2021-01-22T08:49:53.329Z]  Building docker-core-command-go ... done 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-22T08:49:53.599Z] Removing intermediate container ef6de1964dc7 [2021-01-22T08:49:53.599Z] ---> f0f503f4ad31 [2021-01-22T08:49:53.599Z] Step 23/24 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:49:53.599Z] ---> Running in 4adb70e80413 [2021-01-22T08:49:53.599Z] ---> 203982aaac60 [2021-01-22T08:49:53.599Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T08:49:53.599Z] ---> Running in 42790021a855 [2021-01-22T08:49:53.871Z] Removing intermediate container 4adb70e80413 [2021-01-22T08:49:53.871Z] ---> 0289d779ff91 [2021-01-22T08:49:53.871Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:49:54.458Z] ---> Running in d3d082d5e900 [2021-01-22T08:49:54.458Z] Removing intermediate container 42790021a855 [2021-01-22T08:49:54.458Z] ---> 1396df70e92b [2021-01-22T08:49:54.458Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T08:49:54.458Z] ---> cdef0fad0e75 [2021-01-22T08:49:54.458Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T08:49:54.458Z] ---> Running in 52a0a3af155a [2021-01-22T08:49:54.726Z] Removing intermediate container d3d082d5e900 [2021-01-22T08:49:54.726Z] ---> 2d0df2004f1a [2021-01-22T08:49:54.726Z] Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:49:58.982Z] ---> Running in 8172de35f019 [2021-01-22T08:49:59.250Z] Removing intermediate container 52a0a3af155a [2021-01-22T08:49:59.250Z] ---> 26c5fa1656e0 [2021-01-22T08:49:59.250Z] [2021-01-22T08:49:59.250Z] ---> 26e7c13c5726 [2021-01-22T08:49:59.250Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T08:49:59.250Z] Successfully built 26c5fa1656e0 [2021-01-22T08:49:59.516Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T08:49:59.516Z] Building docker-support-scheduler-go [2021-01-22T08:49:59.516Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in fab0efa0b8ba [2021-01-22T08:49:59.516Z] Removing intermediate container 8172de35f019 [2021-01-22T08:49:59.516Z] ---> 2a3947a89787 [2021-01-22T08:49:59.516Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:50:01.543Z] ---> Running in f529ac6faec2 [2021-01-22T08:50:03.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:50:03.503Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:50:03.770Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T08:50:03.770Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T08:50:03.770Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T08:50:03.770Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T08:50:04.035Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T08:50:04.035Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T08:50:04.035Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T08:50:07.367Z] Removing intermediate container f529ac6faec2 [2021-01-22T08:50:07.367Z] ---> 107313e20ac0 [2021-01-22T08:50:07.367Z] [2021-01-22T08:50:08.800Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T08:50:08.800Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T08:50:08.800Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T08:50:08.800Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T08:50:09.374Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T08:50:10.334Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T08:50:10.334Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T08:50:10.334Z] Successfully built 107313e20ac0 [2021-01-22T08:50:10.601Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T08:50:10.602Z] Successfully tagged docker-core-data-go:latest [2021-01-22T08:50:10.602Z]  Building docker-core-data-go ... done Building docker-security-proxy-setup-go [2021-01-22T08:50:10.872Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T08:50:11.683Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T08:50:12.329Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T08:50:12.926Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T08:50:13.622Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T08:50:14.581Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T08:50:14.581Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T08:50:14.847Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T08:50:15.802Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:50:15.802Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:50:15.802Z] ---> ed4a6651b9de [2021-01-22T08:50:15.802Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T08:50:15.802Z] ---> Using cache [2021-01-22T08:50:15.802Z] ---> 4145f3f29b73 [2021-01-22T08:50:15.802Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:50:15.802Z] ---> Using cache [2021-01-22T08:50:15.802Z] ---> a0e6271d217d [2021-01-22T08:50:15.802Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T08:50:15.802Z] ---> Using cache [2021-01-22T08:50:15.802Z] ---> f89d9f83f529 [2021-01-22T08:50:15.802Z] Step 6/23 : COPY go.mod . [2021-01-22T08:50:15.802Z] ---> Using cache [2021-01-22T08:50:15.802Z] ---> 99a5d784fa50 [2021-01-22T08:50:15.802Z] Step 7/23 : RUN go mod download [2021-01-22T08:50:15.802Z] ---> Using cache [2021-01-22T08:50:15.802Z] ---> 8a2ffaeb261b [2021-01-22T08:50:15.802Z] Step 8/23 : COPY . . [2021-01-22T08:50:15.802Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T08:50:16.064Z] ---> Using cache [2021-01-22T08:50:16.064Z] ---> aff74dc0447f [2021-01-22T08:50:16.064Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T08:50:16.328Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T08:50:16.902Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T08:50:18.297Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T08:50:18.561Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T08:50:18.561Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T08:50:18.561Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T08:50:19.521Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T08:50:19.789Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T08:50:19.789Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T08:50:19.789Z] ---> Running in 049a3412533b [2021-01-22T08:50:20.743Z] 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-22T08:50:20.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:50:20.743Z] OK: 71 MiB in 55 packages [2021-01-22T08:50:23.330Z] 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-22T08:50:26.695Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:50:26.695Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:50:26.695Z] ---> ed4a6651b9de [2021-01-22T08:50:26.695Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> 4145f3f29b73 [2021-01-22T08:50:26.695Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> a0e6271d217d [2021-01-22T08:50:26.695Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> f89d9f83f529 [2021-01-22T08:50:26.695Z] Step 6/22 : COPY go.mod . [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> 99a5d784fa50 [2021-01-22T08:50:26.695Z] Step 7/22 : RUN go mod download [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> 8a2ffaeb261b [2021-01-22T08:50:26.695Z] Step 8/22 : COPY . . [2021-01-22T08:50:26.695Z] ---> Using cache [2021-01-22T08:50:26.695Z] ---> aff74dc0447f [2021-01-22T08:50:26.696Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T08:50:27.306Z] ---> Running in 115265243d9f [2021-01-22T08:50:28.759Z] 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-22T08:50:38.853Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T08:50:38.854Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T08:50:38.854Z] ---> ed4a6651b9de [2021-01-22T08:50:38.854Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> 4145f3f29b73 [2021-01-22T08:50:38.854Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> a0e6271d217d [2021-01-22T08:50:38.854Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> f89d9f83f529 [2021-01-22T08:50:38.854Z] Step 6/21 : COPY go.mod . [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> 99a5d784fa50 [2021-01-22T08:50:38.854Z] Step 7/21 : RUN go mod download [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> 8a2ffaeb261b [2021-01-22T08:50:38.854Z] Step 8/21 : COPY . . [2021-01-22T08:50:38.854Z] ---> Using cache [2021-01-22T08:50:38.854Z] ---> aff74dc0447f [2021-01-22T08:50:38.854Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T08:50:39.808Z] Removing intermediate container 410b5428407b [2021-01-22T08:50:39.808Z] ---> 51b8ceab6cb8 [2021-01-22T08:50:39.808Z] [2021-01-22T08:50:39.808Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T08:50:39.808Z] ---> 389fef711851 [2021-01-22T08:50:39.808Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T08:50:40.396Z] ---> Running in 4c09456e9fb6 [2021-01-22T08:50:40.666Z] ---> Running in 4f39d7fac11a [2021-01-22T08:50:42.127Z] 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-22T08:50:42.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:50:42.127Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:50:42.394Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T08:50:42.394Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T08:50:42.394Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T08:50:42.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:50:42.394Z] OK: 6 MiB in 17 packages [2021-01-22T08:50:43.361Z] Removing intermediate container fab0efa0b8ba [2021-01-22T08:50:43.361Z] ---> 3cba053e1b52 [2021-01-22T08:50:43.361Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T08:50:43.630Z] ---> Running in f862156b43ba [2021-01-22T08:50:45.094Z] Removing intermediate container 4f39d7fac11a [2021-01-22T08:50:45.094Z] ---> 499d13f2f5fe [2021-01-22T08:50:45.094Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T08:50:45.674Z] ---> Running in de3de429826a [2021-01-22T08:50:46.256Z] Removing intermediate container de3de429826a [2021-01-22T08:50:46.256Z] ---> e7521e3932ce [2021-01-22T08:50:46.256Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T08:50:46.256Z] ---> Running in dd25682f29b2 [2021-01-22T08:50:46.525Z] Removing intermediate container dd25682f29b2 [2021-01-22T08:50:46.525Z] ---> e8fe256697d8 [2021-01-22T08:50:46.525Z] Step 14/33 : 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-22T08:50:46.525Z] ---> Running in c19c5439c75e [2021-01-22T08:50:47.500Z] Connecting to github.com (140.82.113.4:443) [2021-01-22T08:50:47.769Z] Collecting docker-compose==1.23.2 [2021-01-22T08:50:47.769Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T08:50:47.769Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.49.44:443) [2021-01-22T08:50:48.038Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T08:50:48.038Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T08:50:48.038Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T08:50:48.038Z] dockerize [2021-01-22T08:50:48.304Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T08:50:48.304Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T08:50:50.231Z] Collecting PyYAML<4,>=3.10 [2021-01-22T08:50:50.231Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T08:50:52.184Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T08:50:52.184Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T08:50:52.453Z] Removing intermediate container c19c5439c75e [2021-01-22T08:50:52.453Z] ---> 96dedc1a7bf1 [2021-01-22T08:50:52.453Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T08:50:53.041Z] ---> Running in a7adcf91a1c3 [2021-01-22T08:50:53.041Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T08:50:53.041Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T08:50:53.041Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T08:50:53.041Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T08:50:54.440Z] Removing intermediate container a7adcf91a1c3 [2021-01-22T08:50:54.440Z] ---> e91ebc0d0cf3 [2021-01-22T08:50:54.440Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T08:50:54.440Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T08:50:54.440Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T08:50:55.864Z] 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-22T08:50:55.864Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T08:50:55.864Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T08:50:55.864Z] ---> Running in af0e45869c73 [2021-01-22T08:50:56.141Z] Removing intermediate container 115265243d9f [2021-01-22T08:50:56.141Z] ---> 4f51be8d5731 [2021-01-22T08:50:56.141Z] [2021-01-22T08:50:56.141Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T08:50:56.141Z] ---> 389fef711851 [2021-01-22T08:50:56.141Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:50:56.141Z] ---> Using cache [2021-01-22T08:50:56.141Z] ---> 8960b8bcf088 [2021-01-22T08:50:56.141Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:50:56.141Z] ---> Using cache [2021-01-22T08:50:56.141Z] ---> 1e00321b82e9 [2021-01-22T08:50:56.141Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T08:50:56.141Z] Removing intermediate container 049a3412533b [2021-01-22T08:50:56.141Z] ---> bd6ddf6f3741 [2021-01-22T08:50:56.141Z] [2021-01-22T08:50:56.141Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T08:50:56.141Z] ---> 389fef711851 [2021-01-22T08:50:56.141Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T08:50:56.141Z] ---> Using cache [2021-01-22T08:50:56.141Z] ---> 8960b8bcf088 [2021-01-22T08:50:56.141Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T08:50:56.141Z] ---> Using cache [2021-01-22T08:50:56.141Z] ---> 1e00321b82e9 [2021-01-22T08:50:56.141Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T08:50:56.141Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T08:50:56.141Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T08:50:56.414Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T08:50:56.415Z] ---> Running in 8c26850ebd9e [2021-01-22T08:50:56.415Z] ---> Running in e8940424f36a [2021-01-22T08:50:56.415Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T08:50:56.415Z] Removing intermediate container af0e45869c73 [2021-01-22T08:50:56.415Z] ---> 878d75e0543a [2021-01-22T08:50:56.415Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T08:50:56.678Z] ---> Running in f3699fe9c93e [2021-01-22T08:50:56.678Z] Removing intermediate container 8c26850ebd9e [2021-01-22T08:50:56.678Z] ---> e5b59d3aa994 [2021-01-22T08:50:56.678Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T08:50:56.678Z] Removing intermediate container e8940424f36a [2021-01-22T08:50:56.678Z] ---> 72dd9ce42308 [2021-01-22T08:50:56.678Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T08:50:56.964Z] 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-22T08:50:56.964Z] 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-22T08:50:56.964Z] ---> Running in 22e1da0b0c79 [2021-01-22T08:50:56.964Z] ---> Running in 0f7f6a0a47bf [2021-01-22T08:50:56.964Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T08:50:56.964Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T08:50:57.236Z] Collecting idna<2.8,>=2.5 [2021-01-22T08:50:57.236Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T08:50:57.236Z] Removing intermediate container 22e1da0b0c79 [2021-01-22T08:50:57.236Z] ---> 945a84f73177 [2021-01-22T08:50:57.236Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:50:57.236Z] 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-22T08:50:57.236Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T08:50:57.236Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T08:50:57.503Z] Removing intermediate container 0f7f6a0a47bf [2021-01-22T08:50:57.503Z] ---> b30b819ad78f [2021-01-22T08:50:57.503Z] Step 15/23 : WORKDIR / [2021-01-22T08:50:57.503Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T08:50:57.503Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T08:50:57.503Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T08:50:57.503Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T08:50:57.503Z] ---> Running in 03a91ea470c7 [2021-01-22T08:50:57.503Z] Move dockerize executable [2021-01-22T08:50:57.503Z] Installing collected packages: urllib3, idna, requests, PyYAML, docopt, websocket-client, dockerpty, docker-pycreds, docker, jsonschema, cached-property, texttable, docker-compose [2021-01-22T08:50:57.503Z] Attempting uninstall: urllib3 [2021-01-22T08:50:57.503Z] Found existing installation: urllib3 1.25.9 [2021-01-22T08:50:57.503Z] Uninstalling urllib3-1.25.9: [2021-01-22T08:50:57.503Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T08:50:58.894Z] ---> 11878ac88873 [2021-01-22T08:50:58.894Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T08:50:59.175Z] Removing intermediate container 03a91ea470c7 [2021-01-22T08:50:59.175Z] ---> c4c3b8709a87 [2021-01-22T08:50:59.175Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:50:59.175Z] Attempting uninstall: idna [2021-01-22T08:50:59.175Z] Found existing installation: idna 2.9 [2021-01-22T08:50:59.175Z] Uninstalling idna-2.9: [2021-01-22T08:50:59.175Z] Successfully uninstalled idna-2.9 [2021-01-22T08:50:59.760Z] Attempting uninstall: requests [2021-01-22T08:50:59.760Z] Found existing installation: requests 2.23.0 [2021-01-22T08:50:59.760Z] Uninstalling requests-2.23.0: [2021-01-22T08:50:59.760Z] Successfully uninstalled requests-2.23.0 [2021-01-22T08:51:00.025Z] ---> 2f33eb57bb67 [2021-01-22T08:51:00.025Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T08:51:00.025Z] ---> 2651b537b288 [2021-01-22T08:51:00.025Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T08:51:00.296Z] Running setup.py install for PyYAML: started [2021-01-22T08:51:00.296Z] Removing intermediate container f3699fe9c93e [2021-01-22T08:51:00.296Z] ---> a40be06f58a7 [2021-01-22T08:51:00.296Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T08:51:00.565Z] ---> Running in fc0b97313ea9 [2021-01-22T08:51:00.827Z] ---> 9cd543e6349e [2021-01-22T08:51:00.827Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T08:51:00.827Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T08:51:00.827Z] Running setup.py install for docopt: started [2021-01-22T08:51:01.094Z] ---> Running in 9eb419758734 [2021-01-22T08:51:01.094Z] ---> 890498774481 [2021-01-22T08:51:01.094Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T08:51:01.094Z] Removing intermediate container fc0b97313ea9 [2021-01-22T08:51:01.094Z] ---> 5ebe33ea6c83 [2021-01-22T08:51:01.094Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T08:51:01.367Z] Removing intermediate container 9eb419758734 [2021-01-22T08:51:01.367Z] ---> 5a582fb4b70d [2021-01-22T08:51:01.367Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:51:01.367Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T08:51:01.629Z] ---> Running in 9562ebd92a13 [2021-01-22T08:51:02.574Z] Running setup.py install for dockerpty: started [2021-01-22T08:51:02.840Z] ---> 6d22db3dab34 [2021-01-22T08:51:02.840Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T08:51:03.102Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T08:51:04.046Z] ---> 48ce7670424b [2021-01-22T08:51:04.046Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T08:51:04.046Z] ---> Running in ff48ec51e061 [2021-01-22T08:51:04.309Z] Removing intermediate container 9562ebd92a13 [2021-01-22T08:51:04.309Z] ---> 33fd417dafd4 [2021-01-22T08:51:04.309Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T08:51:04.571Z] ---> Running in 0ca4740cc73e [2021-01-22T08:51:04.834Z] Removing intermediate container 4c09456e9fb6 [2021-01-22T08:51:04.834Z] ---> 633ae45592b5 [2021-01-22T08:51:04.834Z] [2021-01-22T08:51:04.834Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T08:51:05.096Z] ---> 389fef711851 [2021-01-22T08:51:05.096Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T08:51:05.096Z] ---> Running in 4fc044858512 [2021-01-22T08:51:05.096Z] Running setup.py install for texttable: started [2021-01-22T08:51:05.096Z] Removing intermediate container ff48ec51e061 [2021-01-22T08:51:05.096Z] ---> 2a79628cf5ab [2021-01-22T08:51:05.096Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:51:05.359Z] ---> Running in 7c24fa6d9001 [2021-01-22T08:51:05.359Z] ---> Running in 7d4009eed370 [2021-01-22T08:51:05.624Z] Removing intermediate container 4fc044858512 [2021-01-22T08:51:05.624Z] ---> 34ce3ea8898e [2021-01-22T08:51:05.624Z] Step 21/22 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:51:05.624Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T08:51:05.885Z] ---> Running in a8a59bf4de4f [2021-01-22T08:51:06.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:51:06.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:51:06.153Z] Removing intermediate container 7d4009eed370 [2021-01-22T08:51:06.153Z] ---> 125f5f1c5326 [2021-01-22T08:51:06.153Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T08:51:06.460Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T08:51:06.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:51:06.722Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T08:51:06.722Z] 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-22T08:51:06.722Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T08:51:06.722Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:51:06.722Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T08:51:06.722Z] OK: 7 MiB in 18 packages [2021-01-22T08:51:06.985Z] ---> Running in 5e9296a87dc7 [2021-01-22T08:51:06.985Z] Removing intermediate container a8a59bf4de4f [2021-01-22T08:51:06.985Z] ---> 599ee8e25f05 [2021-01-22T08:51:06.985Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T08:51:07.247Z] ---> Running in 6cffdfce7af6 [2021-01-22T08:51:07.247Z] Removing intermediate container 5e9296a87dc7 [2021-01-22T08:51:07.247Z] ---> 837ff673ddae [2021-01-22T08:51:07.247Z] Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:51:07.509Z] ---> Running in 0deee7b22af2 [2021-01-22T08:51:08.085Z] Removing intermediate container 6cffdfce7af6 [2021-01-22T08:51:08.085Z] ---> ee0a754d2ac2 [2021-01-22T08:51:08.085Z] [2021-01-22T08:51:08.657Z] Successfully built ee0a754d2ac2 [2021-01-22T08:51:08.657Z] Removing intermediate container 0ca4740cc73e [2021-01-22T08:51:08.657Z] ---> be9eea98d679 [2021-01-22T08:51:08.657Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T08:51:08.657Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T08:51:10.047Z]  Building docker-support-scheduler-go ... done Removing intermediate container 0deee7b22af2 [2021-01-22T08:51:10.047Z] ---> 136a6899c17a [2021-01-22T08:51:10.047Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T08:51:10.047Z] Removing intermediate container 7c24fa6d9001 [2021-01-22T08:51:10.047Z] ---> 0a4198729a72 [2021-01-22T08:51:10.047Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T08:51:10.313Z] ---> Running in ff392d72232e [2021-01-22T08:51:10.313Z] ---> 7a482ec17d6b [2021-01-22T08:51:10.313Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T08:51:10.313Z] Removing intermediate container f862156b43ba [2021-01-22T08:51:10.313Z] ---> efeb61008dd3 [2021-01-22T08:51:10.313Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T08:51:10.313Z] ---> Running in ee708dbb5e61 [2021-01-22T08:51:10.313Z] ---> Running in 12e099dedc19 [2021-01-22T08:51:10.574Z] Removing intermediate container ff392d72232e [2021-01-22T08:51:10.574Z] ---> e3f3dfa6355f [2021-01-22T08:51:10.574Z] [2021-01-22T08:51:10.836Z] Successfully built e3f3dfa6355f [2021-01-22T08:51:11.103Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T08:51:11.103Z]  Building docker-core-metadata-go ... done Removing intermediate container ee708dbb5e61 [2021-01-22T08:51:11.103Z] ---> cfd022d9974a [2021-01-22T08:51:11.103Z] Step 13/21 : WORKDIR /edgex [2021-01-22T08:51:11.103Z] ---> 386d72c75dac [2021-01-22T08:51:11.103Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T08:51:11.103Z] ---> Running in 18ea0f8d9fda [2021-01-22T08:51:11.367Z] Removing intermediate container 18ea0f8d9fda [2021-01-22T08:51:11.367Z] ---> 6d5dcadbb780 [2021-01-22T08:51:11.367Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T08:51:11.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T08:51:11.367Z] ---> cb0f7147c0d9 [2021-01-22T08:51:11.367Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T08:51:11.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T08:51:11.629Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T08:51:11.629Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T08:51:11.629Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T08:51:11.629Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T08:51:11.629Z] ---> 754dc819d94a [2021-01-22T08:51:11.629Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T08:51:11.629Z] OK: 72 MiB in 58 packages [2021-01-22T08:51:11.895Z] ---> a3073f29932c [2021-01-22T08:51:11.895Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T08:51:12.157Z] ---> a668c2017792 [2021-01-22T08:51:12.157Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T08:51:12.157Z] ---> b0f594980c18 [2021-01-22T08:51:12.158Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T08:51:12.426Z] Removing intermediate container 12e099dedc19 [2021-01-22T08:51:12.426Z] ---> 82426de35c3f [2021-01-22T08:51:12.426Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T08:51:12.426Z] ---> Running in 2486cb6805d5 [2021-01-22T08:51:12.690Z] ---> Running in 81f660c00b8c [2021-01-22T08:51:12.690Z] ---> 80abb0b06478 [2021-01-22T08:51:12.690Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T08:51:12.690Z] Removing intermediate container 2486cb6805d5 [2021-01-22T08:51:12.690Z] ---> 7a02af72786a [2021-01-22T08:51:12.690Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T08:51:13.637Z] ---> Running in 3085ebebfc48 [2021-01-22T08:51:13.637Z] Removing intermediate container 81f660c00b8c [2021-01-22T08:51:13.637Z] ---> dd5ad1a7fdfb [2021-01-22T08:51:13.637Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T08:51:13.637Z] ---> 698b48b37212 [2021-01-22T08:51:13.637Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T08:51:13.637Z] ---> Running in bfa1b1daaf9e [2021-01-22T08:51:13.904Z] ---> Running in d761f2fbb796 [2021-01-22T08:51:13.904Z] Removing intermediate container 3085ebebfc48 [2021-01-22T08:51:13.904Z] ---> d9451cefc0e9 [2021-01-22T08:51:13.904Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T08:51:13.904Z] Removing intermediate container bfa1b1daaf9e [2021-01-22T08:51:13.904Z] ---> 025d17f96740 [2021-01-22T08:51:13.904Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T08:51:13.904Z] ---> Running in 640ef650f8fe [2021-01-22T08:51:14.166Z] ---> Running in c783acb781dd [2021-01-22T08:51:14.166Z] Removing intermediate container 640ef650f8fe [2021-01-22T08:51:14.166Z] ---> 2cb6d244ca9d [2021-01-22T08:51:14.166Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T08:51:14.430Z] Removing intermediate container c783acb781dd [2021-01-22T08:51:14.430Z] ---> cd17758c27bb [2021-01-22T08:51:14.430Z] Step 25/26 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:51:14.430Z] ---> Running in 7f471f247241 [2021-01-22T08:51:14.430Z] ---> Running in cb4fe9d6c347 [2021-01-22T08:51:14.693Z] Removing intermediate container 7f471f247241 [2021-01-22T08:51:14.693Z] ---> ec937b8237f0 [2021-01-22T08:51:14.693Z] Step 20/21 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:51:14.693Z] ---> Running in ace36bd2b69e [2021-01-22T08:51:14.693Z] Removing intermediate container cb4fe9d6c347 [2021-01-22T08:51:14.693Z] ---> a87ca80bfccc [2021-01-22T08:51:14.693Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T08:51:14.958Z] ---> Running in f6526f65bfc1 [2021-01-22T08:51:14.958Z] Removing intermediate container ace36bd2b69e [2021-01-22T08:51:14.958Z] ---> 899e97283fd4 [2021-01-22T08:51:14.958Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T08:51:15.221Z] ---> Running in c4f19c0393de [2021-01-22T08:51:15.221Z] Removing intermediate container d761f2fbb796 [2021-01-22T08:51:15.221Z] ---> 8ce4169babb1 [2021-01-22T08:51:15.221Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T08:51:15.221Z] Removing intermediate container f6526f65bfc1 [2021-01-22T08:51:15.221Z] ---> 60d793b1e7b7 [2021-01-22T08:51:15.221Z] [2021-01-22T08:51:15.795Z] Successfully built 60d793b1e7b7 [2021-01-22T08:51:16.060Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T08:51:16.060Z] ---> Running in 06a7c95e7d1a [2021-01-22T08:51:16.060Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c4f19c0393de [2021-01-22T08:51:16.060Z] ---> fc60a18d7732 [2021-01-22T08:51:16.060Z] [2021-01-22T08:51:16.322Z] Successfully built fc60a18d7732 [2021-01-22T08:51:16.322Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T08:51:16.322Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 06a7c95e7d1a [2021-01-22T08:51:16.322Z] ---> 9e915d49eb06 [2021-01-22T08:51:16.322Z] Step 30/33 : CMD ["gate"] [2021-01-22T08:51:16.587Z] ---> Running in e1f6b16ca595 [2021-01-22T08:51:16.850Z] Removing intermediate container e1f6b16ca595 [2021-01-22T08:51:16.850Z] ---> f087f9a1196f [2021-01-22T08:51:16.850Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T08:51:16.850Z] ---> Running in 90839a46c414 [2021-01-22T08:51:17.113Z] Removing intermediate container 90839a46c414 [2021-01-22T08:51:17.113Z] ---> ae19e245a032 [2021-01-22T08:51:17.113Z] Step 32/33 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [2021-01-22T08:51:17.376Z] ---> Running in ced0eea3c678 [2021-01-22T08:51:17.376Z] Removing intermediate container ced0eea3c678 [2021-01-22T08:51:17.376Z] ---> 661bd38e9c18 [2021-01-22T08:51:17.376Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T08:51:17.647Z] ---> Running in 1c4ab6c67f4c [2021-01-22T08:51:17.910Z] Removing intermediate container 1c4ab6c67f4c [2021-01-22T08:51:17.910Z] ---> 3cc783b4f08e [2021-01-22T08:51:17.910Z] [2021-01-22T08:51:17.910Z] Successfully built 3cc783b4f08e [2021-01-22T08:51:17.910Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T08:51:18.183Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-22T08:51:18.207Z] $ docker stop --time=1 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e [2021-01-22T08:51:19.759Z] $ docker rm -f 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T08:51:20.343Z] + docker images [2021-01-22T08:51:20.343Z] + grep docker [2021-01-22T08:51:20.621Z] docker-security-bootstrapper-go latest 3cc783b4f08e 3 seconds ago 41.5MB [2021-01-22T08:51:20.621Z] docker-security-proxy-setup-go latest fc60a18d7732 5 seconds ago 24.4MB [2021-01-22T08:51:20.621Z] docker-sys-mgmt-agent-go latest 60d793b1e7b7 5 seconds ago 313MB [2021-01-22T08:51:20.621Z] docker-core-metadata-go latest e3f3dfa6355f 10 seconds ago 18.8MB [2021-01-22T08:51:20.621Z] docker-support-scheduler-go latest ee0a754d2ac2 13 seconds ago 16.4MB [2021-01-22T08:51:20.621Z] docker-core-data-go latest 107313e20ac0 About a minute ago 22.3MB [2021-01-22T08:51:20.621Z] docker-security-secretstore-setup-go latest 26c5fa1656e0 About a minute ago 24.6MB [2021-01-22T08:51:20.621Z] docker-core-command-go latest c0c2f151c91a About a minute ago 16.3MB [2021-01-22T08:51:20.621Z] docker-support-notifications-go latest bdf8ca6eed4e About a minute ago 16.9MB [2021-01-22T08:51:20.621Z] docker 20.10.0 aefe523efa57 6 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-22T08:51:36.384Z] Still waiting to schedule task [2021-01-22T08:51:36.384Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T08:52:25.408Z] Running on prd-ubuntu18.04-docker-8c-8g-22249 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T08:52:25.514Z] Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout [2021-01-22T08:52:27.611Z] using credential edgex-jenkins-ssh [2021-01-22T08:52:27.663Z] Cloning the remote Git repository [2021-01-22T08:52:27.680Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:52:27.750Z] > git init /w/workspace/edgex-go/16 # timeout=10 [2021-01-22T08:52:27.773Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:52:27.773Z] > git --version # timeout=10 [2021-01-22T08:52:27.779Z] > git --version # 'git version 2.17.1' [2021-01-22T08:52:27.779Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:52:27.802Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:52:35.199Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:52:35.206Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T08:52:35.214Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T08:52:35.228Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T08:52:35.228Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T08:52:35.233Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T08:52:35.813Z] Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T08:52:36.408Z] 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] } [2021-01-22T08:52:35.837Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T08:52:35.851Z] > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # timeout=10 [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-22T08:52:38.436Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:52:39.320Z] ---> package-listing.sh [2021-01-22T08:52:39.320Z] ++ facter osfamily [2021-01-22T08:52:39.320Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T08:52:39.320Z] + OS_FAMILY=redhat [2021-01-22T08:52:39.320Z] + workspace=/w/workspace/edgex-go/16 [2021-01-22T08:52:39.320Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T08:52:39.320Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T08:52:39.320Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T08:52:39.320Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T08:52:39.320Z] + '[' /w/workspace/edgex-go/16 ']' [2021-01-22T08:52:39.320Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T08:52:39.320Z] + case "${OS_FAMILY}" in [2021-01-22T08:52:39.320Z] + rpm -qa [2021-01-22T08:52:39.320Z] + sort [2021-01-22T08:52:44.629Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T08:52:44.629Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T08:52:44.629Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T08:52:44.629Z] + '[' /w/workspace/edgex-go/16 ']' [2021-01-22T08:52:44.629Z] + mkdir -p /w/workspace/edgex-go/16/archives/ [2021-01-22T08:52:44.629Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo [2021-01-22T08:52:44.643Z] 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T08:52:44.940Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:52:45.247Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:52:45.247Z] [2021-01-22T08:52:45.247Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T08:52:45.613Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:52:45.613Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T08:52:45.613Z] df20fa9351a1: Pulling fs layer [2021-01-22T08:52:45.613Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T08:52:45.613Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T08:52:45.613Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T08:52:45.613Z] 93b61091891f: Pulling fs layer [2021-01-22T08:52:45.613Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T08:52:45.613Z] 5e14af77c1be: Pulling fs layer [2021-01-22T08:52:45.613Z] 01666e4c0597: Pulling fs layer [2021-01-22T08:52:45.613Z] aa168da1d23b: Pulling fs layer [2021-01-22T08:52:45.613Z] 93b9cdb0e59b: Waiting [2021-01-22T08:52:45.613Z] 5e14af77c1be: Waiting [2021-01-22T08:52:45.613Z] 01666e4c0597: Waiting [2021-01-22T08:52:45.613Z] aa168da1d23b: Waiting [2021-01-22T08:52:45.613Z] 46f8f816bc3b: Waiting [2021-01-22T08:52:45.613Z] 93b61091891f: Waiting [2021-01-22T08:52:45.613Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T08:52:45.613Z] 36b3adc4ff6f: Download complete [2021-01-22T08:52:45.613Z] 46f8f816bc3b: Download complete [2021-01-22T08:52:45.875Z] df20fa9351a1: Verifying Checksum [2021-01-22T08:52:45.875Z] df20fa9351a1: Download complete [2021-01-22T08:52:45.875Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T08:52:45.875Z] 93b9cdb0e59b: Download complete [2021-01-22T08:52:45.875Z] 5e14af77c1be: Verifying Checksum [2021-01-22T08:52:45.875Z] 5e14af77c1be: Download complete [2021-01-22T08:52:45.875Z] 93b61091891f: Verifying Checksum [2021-01-22T08:52:45.875Z] 93b61091891f: Download complete [2021-01-22T08:52:45.875Z] 01666e4c0597: Verifying Checksum [2021-01-22T08:52:45.875Z] 01666e4c0597: Download complete [2021-01-22T08:52:45.875Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T08:52:45.875Z] 8ad3a11d3b57: Download complete [2021-01-22T08:52:46.138Z] df20fa9351a1: Pull complete [2021-01-22T08:52:46.405Z] 36b3adc4ff6f: Pull complete [2021-01-22T08:52:46.999Z] 8ad3a11d3b57: Pull complete [2021-01-22T08:52:47.263Z] 46f8f816bc3b: Pull complete [2021-01-22T08:52:47.843Z] aa168da1d23b: Verifying Checksum [2021-01-22T08:52:47.843Z] aa168da1d23b: Download complete [2021-01-22T08:52:49.233Z] 93b61091891f: Pull complete [2021-01-22T08:52:49.233Z] 93b9cdb0e59b: Pull complete [2021-01-22T08:52:49.233Z] 5e14af77c1be: Pull complete [2021-01-22T08:52:49.233Z] 01666e4c0597: Pull complete [2021-01-22T08:53:01.525Z] aa168da1d23b: Pull complete [2021-01-22T08:53:01.525Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T08:53:01.525Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T08:53:01.525Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T08:53:01.736Z] prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container [2021-01-22T08:53:01.798Z] $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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-22T08:53:04.863Z] $ docker top 72eb3f4f24c4b5c5bc752120db7604377f61608162c878caf71066ab4445ebf0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T08:53:05.460Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T08:53:05.764Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T08:53:06.065Z] + ls /var/log/sa-host [2021-01-22T08:53:06.065Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T08:53:06.065Z] file_magic: OK [2021-01-22T08:53:06.065Z] HZ: Using current value: 100 [2021-01-22T08:53:06.065Z] file_header: OK [2021-01-22T08:53:06.065Z] 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-22T08:53:06.065Z] Statistics: [2021-01-22T08:53:06.065Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-22T08:53:06.065Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T08:53:06.065Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T08:53:06.065Z] file_magic: OK [2021-01-22T08:53:06.065Z] HZ: Using current value: 100 [2021-01-22T08:53:06.065Z] file_header: OK [2021-01-22T08:53:06.065Z] 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-22T08:53:06.065Z] Statistics: [2021-01-22T08:53:06.065Z] Hnuu...uuuununununu... [2021-01-22T08:53:06.065Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T08:53:06.332Z] provisioning config files... [2021-01-22T08:53:06.351Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1752418698181417113tmp [Pipeline] { [Pipeline] echo [2021-01-22T08:53:06.424Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:53:06.722Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T08:53:06.732Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T08:53:06.852Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:53:07.149Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T08:53:07.160Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:53:07.456Z] ---> sudo-logs.sh [2021-01-22T08:53:07.456Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T08:53:07.466Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:53:07.761Z] ---> job-cost.sh [2021-01-22T08:53:07.762Z] lf-activate-venv: SKIPPING [2021-01-22T08:53:07.762Z] INFO: No Stack... [2021-01-22T08:53:08.708Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T08:53:09.284Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T08:53:09.297Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T08:53:09.594Z] ---> logs-deploy.sh [2021-01-22T08:53:09.594Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/16 [2021-01-22T08:53:09.594Z] INFO: archiving workspace using pattern(s): [2021-01-22T08:53:10.986Z] Archives upload complete. [2021-01-22T08:53:11.247Z] INFO: archiving logs to Nexus [2021-01-22T08:53:12.194Z] ---> uname -a: [2021-01-22T08:53:12.194Z] Linux prd-centos7-docker-4c-2g-22245.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-22T08:53:12.194Z] [2021-01-22T08:53:12.194Z] [2021-01-22T08:53:12.194Z] ---> lscpu: [2021-01-22T08:53:12.194Z] Architecture: x86_64 [2021-01-22T08:53:12.195Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-22T08:53:12.195Z] Byte Order: Little Endian [2021-01-22T08:53:12.195Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-22T08:53:12.195Z] CPU(s): 4 [2021-01-22T08:53:12.195Z] On-line CPU(s) list: 0-3 [2021-01-22T08:53:12.195Z] Thread(s) per core: 1 [2021-01-22T08:53:12.195Z] Core(s) per socket: 1 [2021-01-22T08:53:12.195Z] Socket(s): 4 [2021-01-22T08:53:12.195Z] NUMA node(s): 1 [2021-01-22T08:53:12.195Z] Vendor ID: GenuineIntel [2021-01-22T08:53:12.195Z] CPU family: 6 [2021-01-22T08:53:12.195Z] Model: 44 [2021-01-22T08:53:12.195Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-22T08:53:12.195Z] Stepping: 1 [2021-01-22T08:53:12.195Z] CPU MHz: 2933.438 [2021-01-22T08:53:12.195Z] BogoMIPS: 5866.87 [2021-01-22T08:53:12.195Z] Virtualization: VT-x [2021-01-22T08:53:12.195Z] Hypervisor vendor: KVM [2021-01-22T08:53:12.195Z] Virtualization type: full [2021-01-22T08:53:12.195Z] L1d cache: 128 KiB [2021-01-22T08:53:12.195Z] L1i cache: 128 KiB [2021-01-22T08:53:12.195Z] L2 cache: 16 MiB [2021-01-22T08:53:12.195Z] L3 cache: 64 MiB [2021-01-22T08:53:12.195Z] NUMA node0 CPU(s): 0-3 [2021-01-22T08:53:12.195Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-22T08:53:12.195Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-22T08:53:12.195Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-22T08:53:12.195Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-22T08:53:12.195Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-22T08:53:12.195Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-22T08:53:12.195Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-22T08:53:12.195Z] Vulnerability Srbds: Not affected [2021-01-22T08:53:12.195Z] Vulnerability Tsx async abort: Not affected [2021-01-22T08:53:12.195Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-22T08:53:12.195Z] [2021-01-22T08:53:12.195Z]