Pull request #2840 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from bffca23d218d0c9ea1c697906d8eb37e09658b96+471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 (93cee0ee5a802ffb3d7e2f93f02a4f30ac7f4fd0) 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef 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 db23789807683fe8db4060e61030128140927cef (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f db23789807683fe8db4060e61030128140927cef # timeout=10 Commit message: "Merge pull request #292 from ernestojeda/launch-isolated-node" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11177 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/14 [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/14 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 Merge succeeded, producing bffca23d218d0c9ea1c697906d8eb37e09658b96 Checking out Revision bffca23d218d0c9ea1c697906d8eb37e09658b96 (PR-2840) > git config core.sparsecheckout # timeout=10 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # 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 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 Commit message: "feat(data): Implement DELETE /event/scrub V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-04T08:11:25.319Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-04T08:11:25.604Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-04T08:11:25.714Z] ========================================================= [2020-11-04T08:11:25.714Z] EdgeX Global Pipelines Version Info [2020-11-04T08:11:25.714Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 2a282dfec946dfb8514df694b5b157bbf8ce59c4 # timeout=10 [2020-11-04T08:11:27.924Z] ------------------- [2020-11-04T08:11:27.924Z] stable info: [2020-11-04T08:11:27.924Z] ------------------- [2020-11-04T08:11:27.924Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-04T08:11:27.924Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T08:11:27.924Z] Message: update stable to v1.0.159 [2020-11-04T08:11:28.883Z] ------------------- [2020-11-04T08:11:28.883Z] experimental info: [2020-11-04T08:11:28.883Z] ------------------- [2020-11-04T08:11:28.883Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-04T08:11:28.883Z] Commit SHA: db23789807683fe8db4060e61030128140927cef [2020-11-04T08:11:28.883Z] Message: update experimental to v1.0.159 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-04T08:11:29.287Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-04T08:11:29.435Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-04T08:11:29.576Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-04T08:11:30.636Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-04T08:11:30.745Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-04T08:11:30.842Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-04T08:11:30.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-04T08:11:31.071Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-04T08:11:31.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-04T08:11:31.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-04T08:11:31.359Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-04T08:11:31.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-04T08:11:31.562Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-04T08:11:31.662Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-04T08:11:31.752Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T08:11:31.848Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-04T08:11:31.942Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-04T08:11:32.035Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-04T08:11:32.120Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-04T08:11:32.223Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-04T08:11:32.318Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-04T08:11:32.436Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-04T08:11:32.528Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2840 [Pipeline] echo [2020-11-04T08:11:32.617Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2840 [Pipeline] echo [2020-11-04T08:11:32.704Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2840 [Pipeline] echo [2020-11-04T08:11:32.799Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bffca23d218d0c9ea1c697906d8eb37e09658b96 [Pipeline] echo [2020-11-04T08:11:32.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bffca23 [Pipeline] echo [2020-11-04T08:11:32.989Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-11-04T08:11:33.386Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/core-command/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/core-data/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-04T08:11:33.386Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-04T08:11:33.386Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-04T08:11:33.386Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-04T08:11:33.386Z] ++ cut -d/ -f2 [2020-11-04T08:11:33.386Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-04T08:11:33.489Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 [2020-11-04T08:11:35.043Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T08:11:35.322Z] [2020-11-04T08:11:35.322Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:11:35.991Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T08:11:36.273Z] latest: Pulling from edgex-devops/git-semver [2020-11-04T08:11:36.273Z] 31603596830f: Pulling fs layer [2020-11-04T08:11:36.273Z] 2a8b12db71e7: Pulling fs layer [2020-11-04T08:11:36.273Z] 6ca5941a6612: Pulling fs layer [2020-11-04T08:11:36.273Z] ecc8261a40a4: Pulling fs layer [2020-11-04T08:11:36.273Z] ecc8261a40a4: Waiting [2020-11-04T08:11:36.273Z] 2a8b12db71e7: Download complete [2020-11-04T08:11:36.557Z] 31603596830f: Verifying Checksum [2020-11-04T08:11:36.557Z] 31603596830f: Download complete [2020-11-04T08:11:36.830Z] ecc8261a40a4: Verifying Checksum [2020-11-04T08:11:36.830Z] ecc8261a40a4: Download complete [2020-11-04T08:11:36.830Z] 6ca5941a6612: Verifying Checksum [2020-11-04T08:11:36.830Z] 6ca5941a6612: Download complete [2020-11-04T08:11:36.830Z] 31603596830f: Pull complete [2020-11-04T08:11:37.119Z] 2a8b12db71e7: Pull complete [2020-11-04T08:11:38.103Z] 6ca5941a6612: Pull complete [2020-11-04T08:11:38.694Z] ecc8261a40a4: Pull complete [2020-11-04T08:11:38.694Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-04T08:11:38.694Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-04T08:11:38.694Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-04T08:11:38.891Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:11:39.072Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-04T08:11:41.657Z] $ docker top c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-04T08:11:42.186Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T08:11:42.187Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T08:11:42.580Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T08:11:42.589Z] $ docker exec c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent [2020-11-04T08:11:42.936Z] SSH_AUTH_SOCK=/tmp/ssh-OyutLaRcvaHI/agent.11 [2020-11-04T08:11:42.936Z] SSH_AGENT_PID=16 [2020-11-04T08:11:42.958Z] Running ssh-add (command line suppressed) [2020-11-04T08:11:43.279Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_5417856650060757554.key (/w/workspace/edgex-go/14@tmp/private_key_5417856650060757554.key) [2020-11-04T08:11:43.368Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T08:11:43.726Z] + git tag --points-at HEAD [Pipeline] } [2020-11-04T08:11:43.758Z] $ docker exec --env ******** --env ******** c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent -k [2020-11-04T08:11:43.921Z] unset SSH_AUTH_SOCK; [2020-11-04T08:11:43.921Z] unset SSH_AGENT_PID; [2020-11-04T08:11:43.922Z] echo Agent pid 16 killed; [2020-11-04T08:11:43.970Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-04T08:11:44.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-04T08:11:44.129Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-04T08:11:44.469Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-04T08:11:44.476Z] $ docker exec c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent [2020-11-04T08:11:44.776Z] SSH_AUTH_SOCK=/tmp/ssh-XxrZitCkOcfY/agent.45 [2020-11-04T08:11:44.776Z] SSH_AGENT_PID=50 [2020-11-04T08:11:44.784Z] Running ssh-add (command line suppressed) [2020-11-04T08:11:44.976Z] Identity added: /w/workspace/edgex-go/14@tmp/private_key_4761043308227486342.key (/w/workspace/edgex-go/14@tmp/private_key_4761043308227486342.key) [2020-11-04T08:11:45.067Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-04T08:11:45.417Z] + git semver init [2020-11-04T08:11:45.418Z] # -> Open(): unable to determine branch for HEAD [2020-11-04T08:11:45.418Z] # $GIT_DIR = /w/workspace/edgex-go/14/.git [2020-11-04T08:11:45.418Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/14 [2020-11-04T08:11:45.418Z] # $SEMVER_REMOTE_NAME = origin [2020-11-04T08:11:45.418Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-04T08:11:45.418Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-04T08:11:45.418Z] # $SEMVER_BRANCH = PR-2840 [2020-11-04T08:11:45.418Z] # $SEMVER_TEMP = /tmp/semver-612325648 [2020-11-04T08:11:45.418Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-04T08:12:12.366Z] # '/tmp/semver-612325648' -> '/w/workspace/edgex-go/14/.semver' [2020-11-04T08:12:12.951Z] # -> Force: false [2020-11-04T08:12:12.951Z] # $SEMVER_DIR = /w/workspace/edgex-go/14/.semver [Pipeline] } [2020-11-04T08:12:12.971Z] $ docker exec --env ******** --env ******** c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 ssh-agent -k [2020-11-04T08:12:13.242Z] unset SSH_AUTH_SOCK; [2020-11-04T08:12:13.251Z] unset SSH_AGENT_PID; [2020-11-04T08:12:13.251Z] echo Agent pid 50 killed; [2020-11-04T08:12:13.347Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-04T08:12:13.866Z] + git semver [Pipeline] } [2020-11-04T08:12:13.888Z] $ docker stop --time=1 c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 [2020-11-04T08:12:15.847Z] $ docker rm -f c481288713f73e63b93b9ef669ce76eaa1c302ae9c8faaa688fb706afa173d30 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T08:12:16.498Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-04T08:12:17.494Z] Stashed 1 file(s) [Pipeline] echo [2020-11-04T08:12:17.497Z] [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] echo [2020-11-04T08:12:18.214Z] ========================================================= [2020-11-04T08:12:18.214Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-04T08:12:18.214Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:12:18.676Z] + 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 . [2020-11-04T08:12:25.522Z] Sending build context to Docker daemon 325.8MB [2020-11-04T08:12:25.522Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T08:12:25.522Z] Step 2/7 : FROM ${BASE} [2020-11-04T08:12:25.522Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-04T08:12:25.522Z] df20fa9351a1: Pulling fs layer [2020-11-04T08:12:25.522Z] ed8968b2872e: Pulling fs layer [2020-11-04T08:12:25.522Z] a92cc7c5fd73: Pulling fs layer [2020-11-04T08:12:25.522Z] e871e8e8d7a9: Pulling fs layer [2020-11-04T08:12:25.522Z] e73272ec9a57: Pulling fs layer [2020-11-04T08:12:25.522Z] 1e910a182e73: Pulling fs layer [2020-11-04T08:12:25.522Z] 4e634b169226: Pulling fs layer [2020-11-04T08:12:25.522Z] e871e8e8d7a9: Waiting [2020-11-04T08:12:25.522Z] e73272ec9a57: Waiting [2020-11-04T08:12:25.522Z] 1e910a182e73: Waiting [2020-11-04T08:12:25.522Z] 4e634b169226: Waiting [2020-11-04T08:12:25.522Z] a92cc7c5fd73: Verifying Checksum [2020-11-04T08:12:25.522Z] a92cc7c5fd73: Download complete [2020-11-04T08:12:25.522Z] ed8968b2872e: Verifying Checksum [2020-11-04T08:12:25.522Z] ed8968b2872e: Download complete [2020-11-04T08:12:25.522Z] e73272ec9a57: Verifying Checksum [2020-11-04T08:12:25.522Z] e73272ec9a57: Download complete [2020-11-04T08:12:25.522Z] 1e910a182e73: Verifying Checksum [2020-11-04T08:12:25.522Z] 1e910a182e73: Download complete [2020-11-04T08:12:25.522Z] df20fa9351a1: Download complete [2020-11-04T08:12:25.522Z] df20fa9351a1: Pull complete [2020-11-04T08:12:25.822Z] ed8968b2872e: Pull complete [2020-11-04T08:12:26.107Z] a92cc7c5fd73: Pull complete [2020-11-04T08:12:28.206Z] 4e634b169226: Verifying Checksum [2020-11-04T08:12:28.206Z] 4e634b169226: Download complete [2020-11-04T08:12:29.174Z] e871e8e8d7a9: Verifying Checksum [2020-11-04T08:12:29.175Z] e871e8e8d7a9: Download complete [2020-11-04T08:12:32.918Z] Still waiting to schedule task [2020-11-04T08:12:32.918Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline [2020-11-04T08:12:37.477Z] e871e8e8d7a9: Pull complete [2020-11-04T08:12:37.478Z] e73272ec9a57: Pull complete [2020-11-04T08:12:37.478Z] 1e910a182e73: Pull complete [2020-11-04T08:12:41.948Z] 4e634b169226: Pull complete [2020-11-04T08:12:41.948Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-04T08:12:41.948Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-04T08:12:41.949Z] ---> f7629b54cfaa [2020-11-04T08:12:41.949Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-04T08:12:42.220Z] ---> Running in 64ffc57f7e25 [2020-11-04T08:12:43.198Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:12:44.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:12:44.510Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T08:12:45.110Z] (2/12) Installing file (5.38-r0) [2020-11-04T08:12:45.382Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T08:12:45.382Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T08:12:50.814Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T08:12:50.814Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T08:12:50.814Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T08:12:50.814Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T08:12:50.814Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T08:12:50.814Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T08:12:51.082Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T08:12:51.082Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T08:12:51.082Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T08:12:51.082Z] OK: 233 MiB in 51 packages [2020-11-04T08:12:55.384Z] Removing intermediate container 64ffc57f7e25 [2020-11-04T08:12:55.384Z] ---> d1dc810d554b [2020-11-04T08:12:55.384Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T08:12:55.384Z] ---> Running in bf5fa65acd85 [2020-11-04T08:12:55.384Z] Removing intermediate container bf5fa65acd85 [2020-11-04T08:12:55.384Z] ---> 73a053aac910 [2020-11-04T08:12:55.384Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T08:12:55.655Z] latest: Pulling from library/docker [2020-11-04T08:12:56.678Z] 188c0c94c7c5: Pulling fs layer [2020-11-04T08:12:56.678Z] 0c7c675703d6: Pulling fs layer [2020-11-04T08:12:56.678Z] cc8c12a437cb: Pulling fs layer [2020-11-04T08:12:56.678Z] c5dafad2182a: Pulling fs layer [2020-11-04T08:12:56.678Z] 5aa711733414: Pulling fs layer [2020-11-04T08:12:56.678Z] 058f73b55e4b: Pulling fs layer [2020-11-04T08:12:56.678Z] 8c9c664faf12: Pulling fs layer [2020-11-04T08:12:56.678Z] 5aa711733414: Waiting [2020-11-04T08:12:56.678Z] 058f73b55e4b: Waiting [2020-11-04T08:12:56.678Z] 8c9c664faf12: Waiting [2020-11-04T08:12:56.678Z] c5dafad2182a: Waiting [2020-11-04T08:12:57.034Z] cc8c12a437cb: Download complete [2020-11-04T08:12:57.034Z] 188c0c94c7c5: Verifying Checksum [2020-11-04T08:12:57.034Z] 188c0c94c7c5: Download complete [2020-11-04T08:12:57.034Z] 0c7c675703d6: Verifying Checksum [2020-11-04T08:12:57.034Z] 0c7c675703d6: Download complete [2020-11-04T08:12:57.586Z] 188c0c94c7c5: Pull complete [2020-11-04T08:12:57.586Z] 5aa711733414: Verifying Checksum [2020-11-04T08:12:57.586Z] 5aa711733414: Download complete [2020-11-04T08:12:57.586Z] 058f73b55e4b: Verifying Checksum [2020-11-04T08:12:57.586Z] 058f73b55e4b: Download complete [2020-11-04T08:12:57.878Z] 8c9c664faf12: Verifying Checksum [2020-11-04T08:12:57.878Z] 8c9c664faf12: Download complete [2020-11-04T08:12:58.177Z] 0c7c675703d6: Pull complete [2020-11-04T08:12:58.489Z] cc8c12a437cb: Pull complete [2020-11-04T08:12:58.794Z] c5dafad2182a: Verifying Checksum [2020-11-04T08:12:58.794Z] c5dafad2182a: Download complete [2020-11-04T08:13:03.166Z] c5dafad2182a: Pull complete [2020-11-04T08:13:03.166Z] 5aa711733414: Pull complete [2020-11-04T08:13:03.166Z] 058f73b55e4b: Pull complete [2020-11-04T08:13:03.437Z] 8c9c664faf12: Pull complete [2020-11-04T08:13:03.437Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T08:13:03.437Z] Status: Downloaded newer image for docker:latest [2020-11-04T08:13:05.513Z] ---> 71e0167c75ff [2020-11-04T08:13:05.513Z] Step 6/7 : COPY go.mod . [2020-11-04T08:13:06.117Z] ---> ad3dc0ff7a07 [2020-11-04T08:13:06.117Z] Step 7/7 : RUN go mod download [2020-11-04T08:13:06.117Z] ---> Running in cbb3d4ccc195 [2020-11-04T08:13:32.857Z] Removing intermediate container cbb3d4ccc195 [2020-11-04T08:13:32.857Z] ---> 9a65d98663fe [2020-11-04T08:13:32.857Z] Successfully built 9a65d98663fe [2020-11-04T08:13:32.857Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:13:33.208Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T08:13:33.208Z] . [Pipeline] withDockerContainer [2020-11-04T08:13:33.409Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:13:33.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2020-11-04T08:13:34.768Z] $ docker top 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:13:35.457Z] + go version [2020-11-04T08:13:35.457Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-04T08:13:35.487Z] $ docker stop --time=1 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 [2020-11-04T08:13:37.861Z] $ docker rm -f 49bd4b5ae71b6c655869d3f2e0abef34105e941c4aa1a28440df25ce153beb50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:13:38.853Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-04T08:13:38.854Z] . [Pipeline] withDockerContainer [2020-11-04T08:13:38.982Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:13:39.066Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-x86_64 cat [2020-11-04T08:13:40.061Z] $ docker top 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-04T08:13:40.409Z] ========================================================= [2020-11-04T08:13:40.409Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T08:13:40.409Z] ========================================================= [Pipeline] sh [2020-11-04T08:13:40.725Z] + make test [2020-11-04T08:13:40.725Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T08:13:44.091Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T08:14:02.591Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T08:14:10.816Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11178 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws [2020-11-04T08:14:10.877Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2020-11-04T08:14:11.346Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-04T08:14:12.846Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-04T08:14:12.846Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-04T08:14:12.846Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-04T08:14:13.517Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-04T08:14:15.871Z] using credential edgex-jenkins-ssh [2020-11-04T08:14:15.939Z] Cloning the remote Git repository [2020-11-04T08:14:15.999Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:14:17.050Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s [2020-11-04T08:14:17.050Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-04T08:14:17.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-04T08:14:16.104Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-11-04T08:14:16.177Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:14:16.177Z] > git --version # timeout=10 [2020-11-04T08:14:16.200Z] > git --version # 'git version 2.17.1' [2020-11-04T08:14:16.201Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T08:14:16.279Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T08:14:18.498Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-04T08:14:18.796Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-04T08:14:19.088Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-04T08:14:19.088Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-04T08:14:19.088Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-04T08:14:23.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements [2020-11-04T08:14:23.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-04T08:14:23.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-04T08:14:23.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-04T08:14:23.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-04T08:14:23.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-04T08:14:28.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.220s coverage: 27.1% of statements [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-04T08:14:28.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-04T08:14:28.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-04T08:14:28.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.044s coverage: 65.7% of statements [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-04T08:14:28.146Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.081s coverage: 84.1% of statements [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-04T08:14:28.146Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-04T08:14:31.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.338s coverage: 28.6% of statements [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-04T08:14:31.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.050s coverage: 100.0% of statements [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-04T08:14:31.109Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements [2020-11-04T08:14:31.109Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-04T08:14:30.653Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T08:14:30.671Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T08:14:30.699Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T08:14:30.738Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:14:30.739Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T08:14:30.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-04T08:14:31.484Z] Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:14:31.940Z] Merge succeeded, producing bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:14:31.941Z] Checking out Revision bffca23d218d0c9ea1c697906d8eb37e09658b96 (PR-2840) [2020-11-04T08:14:32.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.041s coverage: 86.7% of statements [2020-11-04T08:14:32.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-04T08:14:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.060s coverage: 97.5% of statements [2020-11-04T08:14:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-04T08:14:32.897Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.083s coverage: 100.0% of statements [2020-11-04T08:14:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-04T08:14:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-04T08:14:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-04T08:14:32.897Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-04T08:14:31.511Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T08:14:31.535Z] > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 [2020-11-04T08:14:31.852Z] > git remote # timeout=10 [2020-11-04T08:14:31.879Z] > git config --get remote.origin.url # timeout=10 [2020-11-04T08:14:31.900Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T08:14:31.909Z] > git merge 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 # timeout=10 [2020-11-04T08:14:31.931Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-04T08:14:31.952Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T08:14:31.964Z] > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 [2020-11-04T08:14:35.041Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.105s coverage: 95.7% of statements [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-04T08:14:35.041Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-04T08:14:35.041Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.022s coverage: 0.0% of statements [no tests to run] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-04T08:14:35.041Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-04T08:14:35.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.114s coverage: 63.5% of statements [2020-11-04T08:14:35.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-04T08:14:35.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-04T08:14:35.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements [2020-11-04T08:14:35.650Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.013s coverage: 91.3% of statements [2020-11-04T08:14:35.952Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements [2020-11-04T08:14:35.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2020-11-04T08:14:36.621Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.039s coverage: 100.0% of statements [2020-11-04T08:14:36.774Z] Commit message: "feat(data): Implement DELETE /event/scrub V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-11-04T08:14:37.848Z] ========================================================= [2020-11-04T08:14:37.848Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-04T08:14:37.848Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:14:38.293Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.197s coverage: 55.9% of statements [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-04T08:14:38.293Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-04T08:14:38.949Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-04T08:14:41.601Z] Sending build context to Docker daemon 165.3MB [2020-11-04T08:14:41.601Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-04T08:14:41.601Z] Step 2/7 : FROM ${BASE} [2020-11-04T08:14:41.886Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-04T08:14:41.886Z] b538f80385f9: Pulling fs layer [2020-11-04T08:14:41.886Z] 74f711af9a0d: Pulling fs layer [2020-11-04T08:14:41.886Z] 99f96fe45779: Pulling fs layer [2020-11-04T08:14:41.886Z] 8529a6b9a6be: Pulling fs layer [2020-11-04T08:14:41.886Z] 45590311c82a: Pulling fs layer [2020-11-04T08:14:41.886Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-04T08:14:41.886Z] 209524e5b208: Pulling fs layer [2020-11-04T08:14:41.886Z] 45590311c82a: Waiting [2020-11-04T08:14:41.886Z] 69ca0ff8b7b3: Waiting [2020-11-04T08:14:41.886Z] 209524e5b208: Waiting [2020-11-04T08:14:41.886Z] 99f96fe45779: Verifying Checksum [2020-11-04T08:14:41.886Z] 99f96fe45779: Download complete [2020-11-04T08:14:41.886Z] 74f711af9a0d: Verifying Checksum [2020-11-04T08:14:41.886Z] 74f711af9a0d: Download complete [2020-11-04T08:14:42.158Z] 45590311c82a: Verifying Checksum [2020-11-04T08:14:42.158Z] 45590311c82a: Download complete [2020-11-04T08:14:42.158Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-04T08:14:42.158Z] 69ca0ff8b7b3: Download complete [2020-11-04T08:14:42.434Z] b538f80385f9: Verifying Checksum [2020-11-04T08:14:42.434Z] b538f80385f9: Download complete [2020-11-04T08:14:43.427Z] b538f80385f9: Pull complete [2020-11-04T08:14:43.715Z] 74f711af9a0d: Pull complete [2020-11-04T08:14:44.326Z] 99f96fe45779: Pull complete [2020-11-04T08:14:45.310Z] 209524e5b208: Verifying Checksum [2020-11-04T08:14:45.310Z] 209524e5b208: Download complete [2020-11-04T08:14:45.911Z] 8529a6b9a6be: Verifying Checksum [2020-11-04T08:14:45.911Z] 8529a6b9a6be: Download complete [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.635s coverage: 86.3% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.823s coverage: 72.2% of statements [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.600s coverage: 72.1% of statements [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.017s coverage: 82.4% of statements [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.035s coverage: 48.4% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.085s coverage: 28.8% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.070s coverage: 36.5% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.208s coverage: 84.1% of statements [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.010s coverage: 100.0% of statements [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.032s coverage: 42.9% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-04T08:14:47.465Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.049s coverage: 83.8% of statements [2020-11-04T08:14:47.465Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-04T08:14:48.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 47.1% of statements [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-04T08:14:48.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.004s coverage: 100.0% of statements [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-04T08:14:48.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.030s coverage: 100.0% of statements [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-04T08:14:48.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.052s coverage: 100.0% of statements [2020-11-04T08:14:48.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-04T08:14:50.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.103s coverage: 29.1% of statements [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-04T08:14:50.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-04T08:14:50.066Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-04T08:14:50.066Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.009s coverage: 0.0% of statements [2020-11-04T08:14:50.066Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-04T08:14:50.386Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.006s coverage: 100.0% of statements [2020-11-04T08:14:50.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-04T08:14:50.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-04T08:14:50.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-04T08:14:50.387Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-04T08:14:51.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.068s coverage: 87.9% of statements [2020-11-04T08:14:51.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-04T08:14:51.480Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-04T08:14:51.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.025s coverage: 100.0% of statements [2020-11-04T08:14:51.480Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.010s coverage: 32.1% of statements [2020-11-04T08:14:52.086Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.012s coverage: 100.0% of statements [2020-11-04T08:14:52.684Z] GO111MODULE=on go vet ./... [2020-11-04T08:14:56.071Z] 8529a6b9a6be: Pull complete [2020-11-04T08:14:56.349Z] 45590311c82a: Pull complete [2020-11-04T08:14:56.948Z] 69ca0ff8b7b3: Pull complete [2020-11-04T08:15:01.277Z] 209524e5b208: Pull complete [2020-11-04T08:15:01.277Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-04T08:15:01.277Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-04T08:15:01.277Z] ---> 5bddaf1c2fca [2020-11-04T08:15:01.277Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-11-04T08:15:04.729Z] ---> Running in f4b53a9b0493 [2020-11-04T08:15:05.719Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:15:06.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:15:07.683Z] (1/12) Installing libmagic (5.38-r0) [2020-11-04T08:15:07.683Z] (2/12) Installing file (5.38-r0) [2020-11-04T08:15:07.954Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-04T08:15:07.954Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-04T08:15:08.029Z] gofmt -l . [2020-11-04T08:15:08.029Z] [ "`gofmt -l .`" = "" ] [2020-11-04T08:15:08.355Z] ./bin/test-go-mod-tidy.sh [2020-11-04T08:15:09.337Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-04T08:15:11.933Z] + ls -al . [2020-11-04T08:15:11.933Z] total 636 [2020-11-04T08:15:11.933Z] drwxrwxr-x 10 1001 1001 4096 Nov 4 08:15 . [2020-11-04T08:15:11.933Z] drwxr-xr-x 4 root root 30 Nov 4 08:13 .. [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 11 Nov 4 08:11 .dockerignore [2020-11-04T08:15:11.933Z] drwxrwxr-x 8 1001 1001 179 Nov 4 08:11 .git [2020-11-04T08:15:11.933Z] drwxrwxr-x 3 1001 1001 125 Nov 4 08:11 .github [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 944 Nov 4 08:11 .gitignore [2020-11-04T08:15:11.933Z] drwx------ 3 1001 1001 47 Nov 4 08:12 .semver [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 166 Nov 4 08:11 .sonarcloud.properties [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 3804 Nov 4 08:11 CONTRIBUTING.md [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 1035 Nov 4 08:11 Dockerfile.build [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 863 Nov 4 08:11 Jenkinsfile [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 10775 Nov 4 08:11 LICENSE [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 6611 Nov 4 08:11 Makefile [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 6447 Nov 4 08:11 README.md [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 259 Nov 4 08:11 SECURITY.md [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 5 Nov 4 08:12 VERSION [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 4131 Nov 4 08:11 ZMQWindows.md [2020-11-04T08:15:11.933Z] drwxrwxr-x 2 1001 1001 117 Nov 4 08:11 bin [2020-11-04T08:15:11.933Z] drwxrwxr-x 15 1001 1001 4096 Nov 4 08:11 cmd [2020-11-04T08:15:11.933Z] -rw-r--r-- 1 root root 543875 Nov 4 08:14 coverage.out [2020-11-04T08:15:11.933Z] -rw-r--r-- 1 root root 1041 Nov 4 08:15 go.mod [2020-11-04T08:15:11.933Z] -rw-r--r-- 1 root root 18582 Nov 4 08:15 go.sum [2020-11-04T08:15:11.933Z] drwxrwxr-x 8 1001 1001 127 Nov 4 08:11 internal [2020-11-04T08:15:11.933Z] drwxrwxr-x 4 1001 1001 26 Nov 4 08:11 openapi [2020-11-04T08:15:11.933Z] drwxrwxr-x 4 1001 1001 71 Nov 4 08:11 snap [2020-11-04T08:15:11.933Z] -rw-rw-r-- 1 1001 1001 168 Nov 4 08:11 version.go [Pipeline] sh [2020-11-04T08:15:12.263Z] + '[' -e coverage.out ] [2020-11-04T08:15:12.263Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-04T08:15:12.577Z] Stashed 1 file(s) [Pipeline] sh [2020-11-04T08:15:12.920Z] + make build [2020-11-04T08:15:12.920Z] 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 [2020-11-04T08:15:13.349Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-04T08:15:13.349Z] (6/12) Installing patch (2.7.6-r6) [2020-11-04T08:15:13.350Z] (7/12) Installing build-base (0.5-r2) [2020-11-04T08:15:13.350Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-04T08:15:13.350Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-04T08:15:13.350Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-04T08:15:13.350Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-04T08:15:13.350Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-04T08:15:13.350Z] Executing busybox-1.31.1-r16.trigger [2020-11-04T08:15:13.350Z] OK: 217 MiB in 51 packages [2020-11-04T08:15:17.665Z] Removing intermediate container f4b53a9b0493 [2020-11-04T08:15:17.665Z] ---> 23668ad64c81 [2020-11-04T08:15:17.665Z] Step 4/7 : WORKDIR /edgex-go [2020-11-04T08:15:17.941Z] ---> Running in 20bf21ac9eb0 [2020-11-04T08:15:18.225Z] Removing intermediate container 20bf21ac9eb0 [2020-11-04T08:15:18.225Z] ---> 080c7817b4c0 [2020-11-04T08:15:18.225Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-04T08:15:18.821Z] latest: Pulling from library/docker [2020-11-04T08:15:18.821Z] 5f621e34cdf4: Pulling fs layer [2020-11-04T08:15:18.821Z] 85db56a05063: Pulling fs layer [2020-11-04T08:15:18.821Z] ccb67d6aeaaa: Pulling fs layer [2020-11-04T08:15:18.821Z] a0b19fc83503: Pulling fs layer [2020-11-04T08:15:18.821Z] 8eb508b41278: Pulling fs layer [2020-11-04T08:15:18.821Z] 37236713561e: Pulling fs layer [2020-11-04T08:15:18.821Z] 07c93f2b1b56: Pulling fs layer [2020-11-04T08:15:18.821Z] 37236713561e: Waiting [2020-11-04T08:15:18.821Z] 07c93f2b1b56: Waiting [2020-11-04T08:15:18.821Z] a0b19fc83503: Waiting [2020-11-04T08:15:19.097Z] ccb67d6aeaaa: Verifying Checksum [2020-11-04T08:15:19.097Z] ccb67d6aeaaa: Download complete [2020-11-04T08:15:19.097Z] 85db56a05063: Verifying Checksum [2020-11-04T08:15:19.097Z] 85db56a05063: Download complete [2020-11-04T08:15:19.097Z] 5f621e34cdf4: Verifying Checksum [2020-11-04T08:15:19.097Z] 8eb508b41278: Verifying Checksum [2020-11-04T08:15:19.097Z] 8eb508b41278: Download complete [2020-11-04T08:15:19.097Z] 37236713561e: Verifying Checksum [2020-11-04T08:15:19.097Z] 37236713561e: Download complete [2020-11-04T08:15:19.374Z] 07c93f2b1b56: Verifying Checksum [2020-11-04T08:15:19.374Z] 07c93f2b1b56: Download complete [2020-11-04T08:15:19.988Z] 5f621e34cdf4: Pull complete [2020-11-04T08:15:20.589Z] a0b19fc83503: Verifying Checksum [2020-11-04T08:15:20.589Z] a0b19fc83503: Download complete [2020-11-04T08:15:20.589Z] 85db56a05063: Pull complete [2020-11-04T08:15:20.863Z] ccb67d6aeaaa: Pull complete [2020-11-04T08:15:24.258Z] a0b19fc83503: Pull complete [2020-11-04T08:15:24.531Z] 8eb508b41278: Pull complete [2020-11-04T08:15:24.807Z] 37236713561e: Pull complete [2020-11-04T08:15:25.081Z] 07c93f2b1b56: Pull complete [2020-11-04T08:15:25.081Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-04T08:15:25.081Z] Status: Downloaded newer image for docker:latest [2020-11-04T08:15:28.476Z] ---> 09c1ee52edd2 [2020-11-04T08:15:28.476Z] Step 6/7 : COPY go.mod . [2020-11-04T08:15:28.517Z] 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 [2020-11-04T08:15:29.074Z] ---> 75c6c5d6d879 [2020-11-04T08:15:29.074Z] Step 7/7 : RUN go mod download [2020-11-04T08:15:29.354Z] ---> Running in 9e1385c486e5 [2020-11-04T08:15:32.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-11-04T08:15:34.782Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T08:15:37.468Z] 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 [2020-11-04T08:15:40.260Z] 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 [2020-11-04T08:15:41.247Z] 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 [2020-11-04T08:15:43.902Z] 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 [2020-11-04T08:15:47.550Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-04T08:15:51.067Z] 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 [2020-11-04T08:15:54.690Z] 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 [2020-11-04T08:15:56.164Z] Removing intermediate container 9e1385c486e5 [2020-11-04T08:15:56.164Z] ---> b4048535f88d [2020-11-04T08:15:56.164Z] Successfully built b4048535f88d [2020-11-04T08:15:56.164Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:15:56.561Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T08:15:56.561Z] . [Pipeline] withDockerContainer [2020-11-04T08:15:56.748Z] 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 [2020-11-04T08:15:56.795Z] prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container [2020-11-04T08:15:56.891Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2020-11-04T08:15:58.776Z] 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 [2020-11-04T08:15:58.795Z] $ docker top b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:16:00.207Z] + go version [2020-11-04T08:16:00.207Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-04T08:16:00.234Z] $ docker stop --time=1 b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 [2020-11-04T08:16:02.260Z] $ docker rm -f b2ee838766f6471bbb61c374e4e1cf3885f973839d1387a5d68fabb76fa41c79 [Pipeline] // withDockerContainer [Pipeline] } [2020-11-04T08:16:02.582Z] $ docker stop --time=1 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 [2020-11-04T08:16:04.835Z] $ docker rm -f 792311b5b2e16d2389e4d4892c63a75e5f75c3ca3b5d56ee3552e41e0a7a1217 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:16:08.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T08:16:08.944Z] [2020-11-04T08:16:08.944Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:16:09.064Z] + docker inspect -f . ci-base-image-arm64 [2020-11-04T08:16:09.064Z] . [Pipeline] withDockerContainer [2020-11-04T08:16:09.332Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T08:16:09.332Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-04T08:16:09.332Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-04T08:16:09.332Z] ca9280d653b3: Pulling fs layer [2020-11-04T08:16:09.332Z] 7e9c9ca2126c: Pulling fs layer [2020-11-04T08:16:09.371Z] prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container [2020-11-04T08:16:09.459Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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 ******** ci-base-image-arm64 cat [2020-11-04T08:16:09.921Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-04T08:16:09.921Z] cbdbe7a5bc2a: Download complete [2020-11-04T08:16:10.543Z] cbdbe7a5bc2a: Pull complete [2020-11-04T08:16:10.842Z] ca9280d653b3: Verifying Checksum [2020-11-04T08:16:10.842Z] ca9280d653b3: Download complete [2020-11-04T08:16:11.008Z] $ docker top 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-04T08:16:11.424Z] ========================================================= [2020-11-04T08:16:11.424Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-04T08:16:11.424Z] ========================================================= [Pipeline] sh [2020-11-04T08:16:12.070Z] + make test [2020-11-04T08:16:12.070Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-11-04T08:16:12.469Z] ca9280d653b3: Pull complete [2020-11-04T08:16:13.457Z] 7e9c9ca2126c: Verifying Checksum [2020-11-04T08:16:13.458Z] 7e9c9ca2126c: Download complete [2020-11-04T08:16:14.698Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-04T08:16:21.862Z] 7e9c9ca2126c: Pull complete [2020-11-04T08:16:21.862Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-04T08:16:21.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T08:16:21.862Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-04T08:16:22.028Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:16:22.161Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10003/edgex-devops/edgex-compose:latest cat [2020-11-04T08:16:24.389Z] $ docker top dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:16:25.668Z] + docker-compose build --help [2020-11-04T08:16:25.668Z] + grep parallel [2020-11-04T08:16:27.188Z] --parallel Build images in parallel. [Pipeline] } [2020-11-04T08:16:27.211Z] $ docker stop --time=1 dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 [2020-11-04T08:16:28.915Z] $ docker rm -f dcc318a9eb0787fd5f144f869c893aa3a71b2ce44f1a104e909eeb4f7f15eb50 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:16:29.862Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-04T08:16:30.140Z] . [Pipeline] withDockerContainer [2020-11-04T08:16:30.273Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:16:30.362Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-04T08:16:31.447Z] $ docker top fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:16:32.445Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-04T08:16:33.956Z] Building docker-core-command-go ... [2020-11-04T08:16:33.956Z] Building docker-core-data-go ... [2020-11-04T08:16:33.956Z] Building docker-core-metadata-go ... [2020-11-04T08:16:33.956Z] Building docker-security-bootstrap-redis-go ... [2020-11-04T08:16:33.956Z] Building docker-security-proxy-setup-go ... [2020-11-04T08:16:33.956Z] Building docker-security-secrets-setup-go ... [2020-11-04T08:16:33.956Z] Building docker-security-secretstore-setup-go ... [2020-11-04T08:16:33.956Z] Building docker-support-logging-go ... [2020-11-04T08:16:33.956Z] Building docker-support-notifications-go ... [2020-11-04T08:16:33.956Z] Building docker-support-scheduler-go ... [2020-11-04T08:16:33.956Z] Building docker-sys-mgmt-agent-go ... [2020-11-04T08:16:33.956Z] Building docker-core-command-go [2020-11-04T08:16:33.956Z] Building docker-core-data-go [2020-11-04T08:16:33.956Z] Building docker-sys-mgmt-agent-go [2020-11-04T08:16:33.956Z] Building docker-security-secrets-setup-go [2020-11-04T08:16:33.956Z] Building docker-core-metadata-go [2020-11-04T08:16:47.071Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-04T08:17:02.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-04T08:17:02.190Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-04T08:17:02.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-04T08:17:02.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-04T08:17:02.190Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-04T08:17:04.837Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.050s [2020-11-04T08:17:04.837Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-04T08:17:04.837Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-04T08:17:06.828Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-04T08:17:07.816Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-04T08:17:07.816Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-04T08:17:07.816Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-04T08:17:07.816Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-04T08:17:16.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.057s coverage: 46.6% of statements [2020-11-04T08:17:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-04T08:17:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-04T08:17:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-04T08:17:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-04T08:17:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-04T08:17:21.712Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:17:21.712Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:17:21.712Z] ---> 9a65d98663fe [2020-11-04T08:17:21.712Z] Step 3/23 : WORKDIR /edgex-go [2020-11-04T08:17:21.712Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:17:21.712Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-04T08:17:21.712Z] ---> 9a65d98663fe [2020-11-04T08:17:21.712Z] Step 3/29 : WORKDIR /edgex-go [2020-11-04T08:17:21.712Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:17:21.712Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:17:21.712Z] ---> 9a65d98663fe [2020-11-04T08:17:21.712Z] Step 3/27 : WORKDIR /edgex-go [2020-11-04T08:17:21.712Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:17:21.712Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:17:21.712Z] ---> 9a65d98663fe [2020-11-04T08:17:21.712Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:17:21.712Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:17:21.712Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:17:21.712Z] ---> 9a65d98663fe [2020-11-04T08:17:21.712Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:17:21.712Z] ---> Running in 6d771446464a [2020-11-04T08:17:21.712Z] ---> Running in 33b2fe74edc8 [2020-11-04T08:17:21.712Z] ---> Running in 877d3517d705 [2020-11-04T08:17:21.712Z] ---> Running in 707abc8cd842 [2020-11-04T08:17:21.712Z] ---> Running in 2c274c119cd6 [2020-11-04T08:17:21.712Z] Removing intermediate container 33b2fe74edc8 [2020-11-04T08:17:21.712Z] ---> f6f988909dd7 [2020-11-04T08:17:21.712Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:17:21.712Z] Removing intermediate container 6d771446464a [2020-11-04T08:17:21.712Z] ---> d0a848573520 [2020-11-04T08:17:21.712Z] Step 4/29 : RUN apk update && apk add make git [2020-11-04T08:17:21.712Z] Removing intermediate container 2c274c119cd6 [2020-11-04T08:17:21.712Z] ---> be2d26a91603 [2020-11-04T08:17:21.712Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:17:21.712Z] Removing intermediate container 877d3517d705 [2020-11-04T08:17:21.712Z] ---> 40ad910d3e73 [2020-11-04T08:17:21.712Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:17:21.712Z] Removing intermediate container 707abc8cd842 [2020-11-04T08:17:21.712Z] ---> 9bd00b0c664a [2020-11-04T08:17:21.712Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:17:21.712Z] ---> Running in 18e49380f066 [2020-11-04T08:17:21.712Z] ---> Running in b13e4dc14b81 [2020-11-04T08:17:21.712Z] ---> Running in 3ea5ce3ddc7b [2020-11-04T08:17:21.712Z] ---> Running in 237e44f3b6f2 [2020-11-04T08:17:21.712Z] ---> Running in 3726f141b055 [2020-11-04T08:17:22.025Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:23.024Z] Removing intermediate container 18e49380f066 [2020-11-04T08:17:23.024Z] ---> eb7a590b0b94 [2020-11-04T08:17:23.024Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-04T08:17:23.024Z] Removing intermediate container b13e4dc14b81 [2020-11-04T08:17:23.024Z] ---> df511fa54688 [2020-11-04T08:17:23.024Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-04T08:17:23.024Z] ---> Running in 75ddb872f7a6 [2020-11-04T08:17:23.024Z] ---> Running in 6de16ccfe640 [2020-11-04T08:17:23.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.160s coverage: 27.1% of statements [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-04T08:17:23.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-04T08:17:23.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.019s coverage: 100.0% of statements [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-04T08:17:23.231Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.105s coverage: 65.7% of statements [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-04T08:17:23.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-04T08:17:23.295Z] Removing intermediate container 3726f141b055 [2020-11-04T08:17:23.295Z] ---> 0bb3d2244290 [2020-11-04T08:17:23.295Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:17:23.569Z] Removing intermediate container 237e44f3b6f2 [2020-11-04T08:17:23.569Z] ---> 8490b14e1a2f [2020-11-04T08:17:23.569Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:17:23.569Z] ---> Running in c4323ea9e958 [2020-11-04T08:17:23.569Z] ---> Running in 8c096b6d5e2e [2020-11-04T08:17:23.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:24.227Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 84.1% of statements [2020-11-04T08:17:24.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-04T08:17:24.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T08:17:24.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-04T08:17:24.227Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-04T08:17:24.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:24.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:24.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:24.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:25.454Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:17:25.454Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:17:25.454Z] OK: 12752 distinct packages available [2020-11-04T08:17:25.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:25.818Z] OK: 233 MiB in 51 packages [2020-11-04T08:17:25.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:26.092Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:26.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:17:26.965Z] Removing intermediate container 3ea5ce3ddc7b [2020-11-04T08:17:26.965Z] ---> af1c4c54fa5a [2020-11-04T08:17:26.965Z] Step 5/29 : COPY go.mod . [2020-11-04T08:17:27.247Z] ---> 53ea089a0ce3 [2020-11-04T08:17:27.247Z] Step 6/29 : RUN go mod download [2020-11-04T08:17:27.247Z] ---> Running in dc60505c3ba3 [2020-11-04T08:17:27.247Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:17:27.247Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:17:27.247Z] OK: 12752 distinct packages available [2020-11-04T08:17:27.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-04T08:17:27.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-04T08:17:27.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.027s coverage: 100.0% of statements [2020-11-04T08:17:27.627Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-04T08:17:27.844Z] OK: 233 MiB in 51 packages [2020-11-04T08:17:28.487Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:17:28.487Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:17:28.487Z] OK: 12752 distinct packages available [2020-11-04T08:17:28.487Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:17:28.487Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:17:28.487Z] OK: 12752 distinct packages available [2020-11-04T08:17:28.487Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:17:28.487Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:17:28.487Z] OK: 12752 distinct packages available [2020-11-04T08:17:28.788Z] Removing intermediate container c4323ea9e958 [2020-11-04T08:17:28.788Z] ---> 73d45ccff6bd [2020-11-04T08:17:28.788Z] Step 6/22 : COPY go.mod . [2020-11-04T08:17:28.788Z] OK: 233 MiB in 51 packages [2020-11-04T08:17:28.788Z] OK: 233 MiB in 51 packages [2020-11-04T08:17:28.788Z] OK: 233 MiB in 51 packages [2020-11-04T08:17:29.063Z] ---> d86dd3e7f00f [2020-11-04T08:17:29.064Z] Step 7/22 : RUN go mod download [2020-11-04T08:17:29.333Z] ---> Running in c2758df07f79 [2020-11-04T08:17:29.612Z] Removing intermediate container 6de16ccfe640 [2020-11-04T08:17:29.612Z] ---> 6060ef6cd97a [2020-11-04T08:17:29.612Z] Step 6/23 : COPY go.mod . [2020-11-04T08:17:30.263Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.052s coverage: 86.7% of statements [2020-11-04T08:17:30.263Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-04T08:17:30.271Z] Removing intermediate container 75ddb872f7a6 [2020-11-04T08:17:30.271Z] ---> f81f048b1877 [2020-11-04T08:17:30.272Z] Step 6/27 : COPY go.mod . [2020-11-04T08:17:30.578Z] Removing intermediate container dc60505c3ba3 [2020-11-04T08:17:30.578Z] ---> 274cd2858b8e [2020-11-04T08:17:30.578Z] Step 7/29 : COPY . . [2020-11-04T08:17:30.578Z] ---> 0a83c733fd92 [2020-11-04T08:17:30.578Z] Step 7/23 : RUN go mod download [2020-11-04T08:17:30.578Z] Removing intermediate container 8c096b6d5e2e [2020-11-04T08:17:30.578Z] ---> 1eda80368f56 [2020-11-04T08:17:30.578Z] Step 6/22 : COPY go.mod . [2020-11-04T08:17:30.860Z] ---> Running in ed92a576b391 [2020-11-04T08:17:30.860Z] ---> 1effda4be03b [2020-11-04T08:17:30.860Z] Step 7/27 : RUN go mod download [2020-11-04T08:17:30.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements [2020-11-04T08:17:30.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-04T08:17:30.866Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 100.0% of statements [2020-11-04T08:17:30.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-04T08:17:30.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-04T08:17:30.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-04T08:17:30.866Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-04T08:17:31.144Z] ---> Running in f822e323b3d4 [2020-11-04T08:17:31.771Z] ---> e75d76317ff7 [2020-11-04T08:17:31.771Z] Step 7/22 : RUN go mod download [2020-11-04T08:17:32.750Z] ---> Running in 7f78f0d1dcf5 [2020-11-04T08:17:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.205s coverage: 95.7% of statements [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-04T08:17:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.014s coverage: 58.8% of statements [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-04T08:17:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.0% of statements [no tests to run] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-04T08:17:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-04T08:17:35.195Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-04T08:17:35.195Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.014s coverage: 100.0% of statements [2020-11-04T08:17:35.796Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.027s coverage: 91.3% of statements [2020-11-04T08:17:36.148Z] Removing intermediate container c2758df07f79 [2020-11-04T08:17:36.148Z] ---> 992e8bac3935 [2020-11-04T08:17:36.148Z] Step 8/22 : COPY . . [2020-11-04T08:17:36.148Z] Removing intermediate container ed92a576b391 [2020-11-04T08:17:36.148Z] ---> 80a40a1bd5bd [2020-11-04T08:17:36.148Z] Step 8/23 : COPY . . [2020-11-04T08:17:36.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2020-11-04T08:17:36.790Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.046s coverage: 73.7% of statements [2020-11-04T08:17:37.402Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-11-04T08:17:38.814Z] Removing intermediate container f822e323b3d4 [2020-11-04T08:17:38.814Z] ---> 9138ed65482e [2020-11-04T08:17:38.814Z] Step 8/27 : COPY . . [2020-11-04T08:17:40.038Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.314s coverage: 55.9% of statements [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-04T08:17:40.038Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-04T08:17:47.179Z] Removing intermediate container 7f78f0d1dcf5 [2020-11-04T08:17:47.179Z] ---> 8c7fbd8e2835 [2020-11-04T08:17:47.179Z] Step 8/22 : COPY . . [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 21.658s coverage: 86.3% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.189s coverage: 72.2% of statements [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.394s coverage: 72.1% of statements [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.050s coverage: 82.4% of statements [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.027s coverage: 28.8% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.060s coverage: 96.8% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 36.5% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.1% of statements [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.040s coverage: 42.9% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.029s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.046s coverage: 83.8% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.088s coverage: 47.1% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.010s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.025s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.032s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.166s coverage: 29.1% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.042s coverage: 99.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.025s coverage: 100.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-04T08:18:02.270Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements [2020-11-04T08:18:02.270Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-04T08:18:02.547Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.009s coverage: 100.0% of statements [2020-11-04T08:18:02.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-04T08:18:02.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-04T08:18:02.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-04T08:18:02.547Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-04T08:18:03.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements [2020-11-04T08:18:03.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-04T08:18:03.536Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-04T08:18:03.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.024s coverage: 100.0% of statements [2020-11-04T08:18:03.536Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-11-04T08:18:05.513Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements [2020-11-04T08:18:06.112Z] GO111MODULE=on go vet ./... [2020-11-04T08:18:14.247Z] ---> 6f94b2711e85 [2020-11-04T08:18:14.248Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-04T08:18:14.248Z] ---> Running in 72e871ddc79b [2020-11-04T08:18:16.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-04T08:18:17.875Z] ---> 01d270646f7c [2020-11-04T08:18:17.875Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-04T08:18:18.863Z] ---> bb8ae5d88aa5 [2020-11-04T08:18:18.863Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-04T08:18:18.863Z] ---> Running in e64506ee1937 [2020-11-04T08:18:19.146Z] ---> Running in 1a89d0573fce [2020-11-04T08:18:19.457Z] ---> 2018bb51acca [2020-11-04T08:18:19.457Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-04T08:18:19.745Z] ---> Running in 47765a83f325 [2020-11-04T08:18:21.858Z] 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 [2020-11-04T08:18:22.130Z] 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 [2020-11-04T08:18:22.130Z] 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 [2020-11-04T08:18:24.148Z] ---> 9423f8cebd26 [2020-11-04T08:18:24.148Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-04T08:18:24.475Z] ---> Running in 62175806dca9 [2020-11-04T08:18:26.105Z] 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 [2020-11-04T08:18:28.319Z] gofmt -l . [2020-11-04T08:18:28.319Z] [ "`gofmt -l .`" = "" ] [2020-11-04T08:18:30.934Z] ./bin/test-go-mod-tidy.sh [2020-11-04T08:18:31.209Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-04T08:18:36.194Z] + ls -al . [2020-11-04T08:18:36.194Z] total 664 [2020-11-04T08:18:36.194Z] drwxrwxr-x 9 1001 1001 4096 Nov 4 08:18 . [2020-11-04T08:18:36.194Z] drwxr-xr-x 4 root root 4096 Nov 4 08:16 .. [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 11 Nov 4 08:14 .dockerignore [2020-11-04T08:18:36.194Z] drwxrwxr-x 8 1001 1001 4096 Nov 4 08:14 .git [2020-11-04T08:18:36.194Z] drwxrwxr-x 3 1001 1001 4096 Nov 4 08:14 .github [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 944 Nov 4 08:14 .gitignore [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 166 Nov 4 08:14 .sonarcloud.properties [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 3804 Nov 4 08:14 CONTRIBUTING.md [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 1035 Nov 4 08:14 Dockerfile.build [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 863 Nov 4 08:14 Jenkinsfile [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 10775 Nov 4 08:14 LICENSE [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 6611 Nov 4 08:14 Makefile [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 6447 Nov 4 08:14 README.md [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 259 Nov 4 08:14 SECURITY.md [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 5 Nov 4 08:12 VERSION [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 4131 Nov 4 08:14 ZMQWindows.md [2020-11-04T08:18:36.194Z] drwxrwxr-x 2 1001 1001 4096 Nov 4 08:14 bin [2020-11-04T08:18:36.194Z] drwxrwxr-x 15 1001 1001 4096 Nov 4 08:14 cmd [2020-11-04T08:18:36.194Z] -rw-r--r-- 1 root root 543875 Nov 4 08:18 coverage.out [2020-11-04T08:18:36.194Z] -rw-r--r-- 1 root root 1041 Nov 4 08:18 go.mod [2020-11-04T08:18:36.194Z] -rw-r--r-- 1 root root 18582 Nov 4 08:18 go.sum [2020-11-04T08:18:36.194Z] drwxrwxr-x 8 1001 1001 4096 Nov 4 08:14 internal [2020-11-04T08:18:36.194Z] drwxrwxr-x 4 1001 1001 4096 Nov 4 08:14 openapi [2020-11-04T08:18:36.194Z] drwxrwxr-x 4 1001 1001 4096 Nov 4 08:14 snap [2020-11-04T08:18:36.194Z] -rw-rw-r-- 1 1001 1001 168 Nov 4 08:14 version.go [Pipeline] sh [2020-11-04T08:18:36.851Z] + '[' -e coverage.out ] [2020-11-04T08:18:36.851Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-04T08:18:36.936Z] Warning: overwriting stash ‘coverage-report’ [2020-11-04T08:18:38.034Z] Stashed 1 file(s) [Pipeline] sh [2020-11-04T08:18:38.735Z] + make build [2020-11-04T08:18:38.735Z] 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 [2020-11-04T08:18:53.266Z] Removing intermediate container 72e871ddc79b [2020-11-04T08:18:53.266Z] ---> 83115dd5c741 [2020-11-04T08:18:53.266Z] [2020-11-04T08:18:53.266Z] Step 9/29 : FROM alpine:latest [2020-11-04T08:18:55.393Z] latest: Pulling from library/alpine [2020-11-04T08:18:55.708Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-04T08:18:55.708Z] Status: Downloaded newer image for alpine:latest [2020-11-04T08:18:55.708Z] ---> d6e46aa2470d [2020-11-04T08:18:55.708Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-04T08:18:56.447Z] ---> Running in 9e1332c72042 [2020-11-04T08:18:57.546Z] Removing intermediate container 9e1332c72042 [2020-11-04T08:18:57.546Z] ---> 2ada8735d6de [2020-11-04T08:18:57.546Z] Step 11/29 : USER root [2020-11-04T08:18:57.830Z] ---> Running in 77511058ac8e [2020-11-04T08:18:58.098Z] Removing intermediate container 77511058ac8e [2020-11-04T08:18:58.098Z] ---> 67d854d1307d [2020-11-04T08:18:58.098Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-04T08:18:58.466Z] ---> Running in a5462bd87b4c [2020-11-04T08:18:59.965Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:00.962Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:02.430Z] v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:19:02.430Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:19:02.430Z] OK: 12744 distinct packages available [2020-11-04T08:19:02.430Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-04T08:19:02.712Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-04T08:19:02.712Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:19:02.712Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T08:19:03.017Z] OK: 6 MiB in 16 packages [2020-11-04T08:19:05.551Z] 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 [2020-11-04T08:19:06.646Z] Removing intermediate container a5462bd87b4c [2020-11-04T08:19:06.646Z] ---> 1460732dc692 [2020-11-04T08:19:06.646Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-04T08:19:06.975Z] ---> Running in 2ddcec19f1a7 [2020-11-04T08:19:06.975Z] Removing intermediate container 47765a83f325 [2020-11-04T08:19:06.975Z] ---> 186e09257703 [2020-11-04T08:19:06.975Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-04T08:19:07.295Z] ---> Running in 08499ddaf52c [2020-11-04T08:19:07.295Z] Removing intermediate container 2ddcec19f1a7 [2020-11-04T08:19:07.295Z] ---> 1eb8e83a768f [2020-11-04T08:19:07.295Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-04T08:19:09.310Z] ---> Running in 17d4498f0de9 [2020-11-04T08:19:10.395Z] 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 [2020-11-04T08:19:10.395Z] Removing intermediate container 17d4498f0de9 [2020-11-04T08:19:10.395Z] ---> d3e06515da23 [2020-11-04T08:19:10.395Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-04T08:19:10.676Z] ---> Running in 9b9cd9d1d4a9 [2020-11-04T08:19:12.275Z] 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 [2020-11-04T08:19:13.466Z] Removing intermediate container 9b9cd9d1d4a9 [2020-11-04T08:19:13.466Z] ---> c4b1c66680a3 [2020-11-04T08:19:13.466Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-04T08:19:14.458Z] ---> 95719410a40e [2020-11-04T08:19:14.458Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-04T08:19:14.745Z] Removing intermediate container 08499ddaf52c [2020-11-04T08:19:14.745Z] ---> 7d8af0e472c3 [2020-11-04T08:19:14.745Z] [2020-11-04T08:19:14.745Z] Step 11/27 : FROM docker:latest [2020-11-04T08:19:14.745Z] ---> 6972c414f322 [2020-11-04T08:19:14.745Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-04T08:19:16.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T08:19:16.845Z] ---> 29cf50f146ed [2020-11-04T08:19:16.845Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-04T08:19:16.845Z] ---> Running in 3943b58133b8 [2020-11-04T08:19:17.133Z] Removing intermediate container 62175806dca9 [2020-11-04T08:19:17.133Z] ---> 1685198531ca [2020-11-04T08:19:17.133Z] [2020-11-04T08:19:17.133Z] Step 10/22 : FROM scratch [2020-11-04T08:19:17.133Z] ---> [2020-11-04T08:19:17.133Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:19:17.759Z] ---> Running in bfa0584a2423 [2020-11-04T08:19:17.760Z] ---> c59e83341727 [2020-11-04T08:19:17.760Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-04T08:19:18.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:18.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:18.628Z] (1/2) Installing readline (8.0.4-r0) [2020-11-04T08:19:18.628Z] (2/2) Installing bash (5.0.17-r0) [2020-11-04T08:19:18.628Z] Removing intermediate container bfa0584a2423 [2020-11-04T08:19:18.628Z] ---> d806e26dace5 [2020-11-04T08:19:18.628Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-04T08:19:18.628Z] Executing bash-5.0.17-r0.post-install [2020-11-04T08:19:18.628Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:19:18.628Z] OK: 12 MiB in 22 packages [2020-11-04T08:19:20.068Z] ---> Running in 643744f8e1af [2020-11-04T08:19:20.068Z] ---> 3b839800c420 [2020-11-04T08:19:20.068Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-04T08:19:20.068Z] Removing intermediate container e64506ee1937 [2020-11-04T08:19:20.068Z] ---> 8cd65838cae5 [2020-11-04T08:19:20.068Z] [2020-11-04T08:19:20.068Z] Step 10/22 : FROM scratch [2020-11-04T08:19:20.068Z] ---> [2020-11-04T08:19:20.068Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:19:20.335Z] ---> Using cache [2020-11-04T08:19:20.335Z] ---> d806e26dace5 [2020-11-04T08:19:20.335Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-04T08:19:20.920Z] Removing intermediate container 643744f8e1af [2020-11-04T08:19:20.920Z] ---> c21c9781eaff [2020-11-04T08:19:20.920Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:19:20.920Z] ---> Running in 616d5d988b55 [2020-11-04T08:19:21.187Z] ---> 9311f5cfa72d [2020-11-04T08:19:21.187Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-04T08:19:21.187Z] ---> Running in 25893e9ad153 [2020-11-04T08:19:21.187Z] Removing intermediate container 3943b58133b8 [2020-11-04T08:19:21.187Z] ---> a42ca1bd09c4 [2020-11-04T08:19:21.187Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-04T08:19:21.454Z] Removing intermediate container 616d5d988b55 [2020-11-04T08:19:21.454Z] ---> e956c3f66750 [2020-11-04T08:19:21.454Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:19:21.454Z] ---> Running in 809e35c551a2 [2020-11-04T08:19:21.998Z] 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 [2020-11-04T08:19:22.044Z] ---> Running in 6609f8ce4fce [2020-11-04T08:19:22.044Z] ---> Running in 0a24998aa360 [2020-11-04T08:19:22.644Z] Removing intermediate container 25893e9ad153 [2020-11-04T08:19:22.644Z] ---> 62cc0fbeb707 [2020-11-04T08:19:22.644Z] Step 14/22 : WORKDIR / [2020-11-04T08:19:24.070Z] ---> Running in 2b8f6b2ef6d7 [2020-11-04T08:19:24.070Z] Removing intermediate container 0a24998aa360 [2020-11-04T08:19:24.070Z] ---> 73e522de0b40 [2020-11-04T08:19:24.070Z] Step 14/22 : WORKDIR / [2020-11-04T08:19:24.351Z] ---> Running in c4dd6a7c16b4 [2020-11-04T08:19:24.765Z] Removing intermediate container 1a89d0573fce [2020-11-04T08:19:24.765Z] ---> d7a173abbf86 [2020-11-04T08:19:24.765Z] [2020-11-04T08:19:24.765Z] Step 10/23 : FROM alpine [2020-11-04T08:19:24.765Z] ---> d6e46aa2470d [2020-11-04T08:19:24.765Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:19:24.765Z] Removing intermediate container 2b8f6b2ef6d7 [2020-11-04T08:19:24.765Z] ---> 82514fd915e5 [2020-11-04T08:19:24.765Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-04T08:19:25.054Z] ---> Running in 618c028d45d8 [2020-11-04T08:19:25.330Z] Removing intermediate container c4dd6a7c16b4 [2020-11-04T08:19:25.330Z] ---> b6d85600d2aa [2020-11-04T08:19:25.330Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-04T08:19:25.609Z] Removing intermediate container 618c028d45d8 [2020-11-04T08:19:25.609Z] ---> e1a98cc5bd52 [2020-11-04T08:19:25.609Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-04T08:19:25.609Z] ---> Running in 318ec72d60d1 [2020-11-04T08:19:25.609Z] ---> 516c5d28bf07 [2020-11-04T08:19:25.609Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-04T08:19:25.900Z] ---> 638e744c0869 [2020-11-04T08:19:25.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-04T08:19:25.900Z] Removing intermediate container 318ec72d60d1 [2020-11-04T08:19:25.900Z] ---> e46cf7bf27fb [2020-11-04T08:19:25.900Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-04T08:19:26.171Z] ---> Running in f09d6d365a8e [2020-11-04T08:19:26.299Z] 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 [2020-11-04T08:19:26.760Z] ---> 13bb673eb54f [2020-11-04T08:19:26.760Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-04T08:19:26.760Z] Removing intermediate container f09d6d365a8e [2020-11-04T08:19:26.760Z] ---> 7a90d759da43 [2020-11-04T08:19:26.760Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:19:26.760Z] Removing intermediate container 6609f8ce4fce [2020-11-04T08:19:26.760Z] ---> 03c92c06d9e2 [2020-11-04T08:19:26.760Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-04T08:19:26.760Z] ---> e4e41155bfde [2020-11-04T08:19:26.760Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-04T08:19:27.032Z] Removing intermediate container 809e35c551a2 [2020-11-04T08:19:27.032Z] ---> 6f91fc25f8a9 [2020-11-04T08:19:27.032Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T08:19:27.310Z] ---> Running in 376d5f46ee77 [2020-11-04T08:19:27.310Z] ---> Running in 363df329d9a4 [2020-11-04T08:19:27.577Z] ---> 9b04123d7eb0 [2020-11-04T08:19:27.577Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-04T08:19:27.577Z] ---> 67a01452afa8 [2020-11-04T08:19:27.577Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-04T08:19:27.742Z] 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 [2020-11-04T08:19:27.868Z] ---> Running in 65a1bad77563 [2020-11-04T08:19:27.868Z] ---> Running in 79c70f964a9b [2020-11-04T08:19:27.868Z] ---> b6eab9a0afe7 [2020-11-04T08:19:27.868Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T08:19:27.868Z] Removing intermediate container 363df329d9a4 [2020-11-04T08:19:27.868Z] ---> b32cec4e1ae4 [2020-11-04T08:19:27.868Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-04T08:19:27.868Z] ---> Running in 80516e286102 [2020-11-04T08:19:27.868Z] ---> Running in 319c23ea0f02 [2020-11-04T08:19:28.171Z] Removing intermediate container 65a1bad77563 [2020-11-04T08:19:28.171Z] ---> 29d4548ffc5e [2020-11-04T08:19:28.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:19:28.171Z] Removing intermediate container 79c70f964a9b [2020-11-04T08:19:28.171Z] ---> 54c8e0071f85 [2020-11-04T08:19:28.171Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:19:28.451Z] ---> Running in 40e0d4c7c7aa [2020-11-04T08:19:28.451Z] ---> Running in 53d3f05b8653 [2020-11-04T08:19:28.451Z] Removing intermediate container 80516e286102 [2020-11-04T08:19:28.451Z] ---> d2c54c899c86 [2020-11-04T08:19:28.451Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-04T08:19:28.721Z] ---> Running in 283a8573cb4c [2020-11-04T08:19:28.721Z] Removing intermediate container 40e0d4c7c7aa [2020-11-04T08:19:28.721Z] ---> df9c28581374 [2020-11-04T08:19:28.721Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T08:19:29.027Z] Removing intermediate container 53d3f05b8653 [2020-11-04T08:19:29.027Z] ---> 6ad653a34a53 [2020-11-04T08:19:29.027Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T08:19:29.027Z] ---> Running in 70e1570d3373 [2020-11-04T08:19:29.332Z] ---> Running in 637b8e0a1432 [2020-11-04T08:19:29.332Z] Removing intermediate container 283a8573cb4c [2020-11-04T08:19:29.332Z] ---> 54981353b099 [2020-11-04T08:19:29.332Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-04T08:19:29.602Z] Removing intermediate container 637b8e0a1432 [2020-11-04T08:19:29.602Z] ---> a1dca64f06e4 [2020-11-04T08:19:29.602Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:19:30.207Z] Removing intermediate container 70e1570d3373 [2020-11-04T08:19:30.207Z] ---> 0397915ab61b [2020-11-04T08:19:30.207Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:19:30.207Z] Removing intermediate container 376d5f46ee77 [2020-11-04T08:19:30.207Z] ---> 95d106bdfb88 [2020-11-04T08:19:30.207Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-04T08:19:30.529Z] ---> Running in 29f3e7c9694f [2020-11-04T08:19:30.529Z] ---> Running in e8fa4943bcf9 [2020-11-04T08:19:30.529Z] ---> Running in 540cefd0d385 [2020-11-04T08:19:30.529Z] ---> b77beb01a0ec [2020-11-04T08:19:30.529Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-04T08:19:30.892Z] Removing intermediate container 29f3e7c9694f [2020-11-04T08:19:30.892Z] ---> 8f3b52bc170f [2020-11-04T08:19:30.892Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:19:31.200Z] Removing intermediate container 540cefd0d385 [2020-11-04T08:19:31.200Z] ---> 1508b333ffad [2020-11-04T08:19:31.200Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:19:31.200Z] Removing intermediate container 319c23ea0f02 [2020-11-04T08:19:31.200Z] ---> 09bf3b0bc53e [2020-11-04T08:19:31.200Z] ---> Running in e3e36b6649b7 [2020-11-04T08:19:31.200Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-04T08:19:31.200Z] ---> 8391bdc063a9 [2020-11-04T08:19:31.200Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-04T08:19:31.200Z] ---> Running in d9a627b34dd9 [2020-11-04T08:19:31.512Z] ---> Running in 00b0f5d92ec4 [2020-11-04T08:19:31.512Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:31.512Z] Removing intermediate container e3e36b6649b7 [2020-11-04T08:19:31.512Z] ---> fac9494cf383 [2020-11-04T08:19:31.512Z] [2020-11-04T08:19:31.804Z] Removing intermediate container d9a627b34dd9 [2020-11-04T08:19:31.804Z] ---> 870a5e4c3da6 [2020-11-04T08:19:31.804Z] [2020-11-04T08:19:32.055Z] 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 [2020-11-04T08:19:32.084Z] ---> 9f6cd2e07585 [2020-11-04T08:19:32.084Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-04T08:19:32.084Z] ---> Running in d7095de03bc4 [2020-11-04T08:19:32.084Z] Successfully built fac9494cf383 [2020-11-04T08:19:32.084Z] Successfully built 870a5e4c3da6 [2020-11-04T08:19:32.362Z] Successfully tagged docker-core-metadata-go:latest [2020-11-04T08:19:32.362Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2020-11-04T08:19:32.362Z] Successfully tagged docker-core-command-go:latest [2020-11-04T08:19:32.362Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2020-11-04T08:19:32.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:32.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:32.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:19:33.512Z] Removing intermediate container 00b0f5d92ec4 [2020-11-04T08:19:33.512Z] ---> 01ff69955b99 [2020-11-04T08:19:33.512Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T08:19:33.512Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-04T08:19:33.512Z] (2/33) Installing expat (2.2.9-r1) [2020-11-04T08:19:33.512Z] (3/33) Installing libffi (3.3-r2) [2020-11-04T08:19:33.512Z] (4/33) Installing gdbm (1.13-r1) [2020-11-04T08:19:33.512Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-04T08:19:33.512Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-04T08:19:33.512Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-04T08:19:33.825Z] ---> Running in d6f3f58ba5e9 [2020-11-04T08:19:33.825Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-04T08:19:34.127Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-04T08:19:34.127Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-04T08:19:34.445Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-04T08:19:36.457Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-04T08:19:36.457Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:19:36.735Z] OK: 8 MiB in 19 packages [2020-11-04T08:19:37.467Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-04T08:19:40.091Z] 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 [2020-11-04T08:19:41.136Z] Removing intermediate container d6f3f58ba5e9 [2020-11-04T08:19:41.136Z] ---> f81326930f84 [2020-11-04T08:19:41.136Z] Step 26/29 : CMD [ "generate" ] [2020-11-04T08:19:41.720Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-04T08:19:41.720Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-04T08:19:41.720Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-04T08:19:41.720Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-04T08:19:42.095Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-04T08:19:42.095Z] ---> Running in db915b0e11f8 [2020-11-04T08:19:42.095Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-04T08:19:42.095Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-04T08:19:42.751Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-04T08:19:42.751Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-04T08:19:42.751Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-04T08:19:43.022Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-04T08:19:43.022Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-04T08:19:43.625Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-04T08:19:43.625Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-04T08:19:43.625Z] Removing intermediate container db915b0e11f8 [2020-11-04T08:19:43.625Z] ---> 49a7ddcbf188 [2020-11-04T08:19:43.625Z] Step 27/29 : LABEL arch=x86_64 [2020-11-04T08:19:43.912Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-04T08:19:43.912Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-04T08:19:43.912Z] Removing intermediate container e8fa4943bcf9 [2020-11-04T08:19:43.912Z] ---> 0c0ddbaff75f [2020-11-04T08:19:43.912Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-04T08:19:44.193Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-04T08:19:44.412Z] 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 [2020-11-04T08:19:44.825Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-04T08:19:44.826Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-04T08:19:44.826Z] ---> Running in e26c65b4505a [2020-11-04T08:19:44.826Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-04T08:19:45.107Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-04T08:19:45.108Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-04T08:19:45.108Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-04T08:19:45.108Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-04T08:19:45.108Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-04T08:19:45.388Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-04T08:19:47.596Z] ---> fa62c5a3d2af [2020-11-04T08:19:47.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-04T08:19:47.816Z] 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 [2020-11-04T08:19:48.187Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:19:48.187Z] OK: 71 MiB in 55 packages [2020-11-04T08:19:48.589Z] Removing intermediate container e26c65b4505a [2020-11-04T08:19:48.589Z] ---> 2af95c8f8d0c [2020-11-04T08:19:48.589Z] Step 28/29 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:19:49.654Z] ---> Running in 064fbd3858c4 [2020-11-04T08:19:50.701Z] Removing intermediate container 064fbd3858c4 [2020-11-04T08:19:50.701Z] ---> b800d0abb0e4 [2020-11-04T08:19:50.701Z] Step 29/29 : LABEL version=0.0.0 [2020-11-04T08:19:51.055Z] ---> 1f5d0b09f349 [2020-11-04T08:19:51.055Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-04T08:19:51.055Z] ---> Running in 7961ed7ed240 [2020-11-04T08:19:51.208Z] 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 [2020-11-04T08:19:52.090Z] ---> f0870ebd9148 [2020-11-04T08:19:52.090Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-04T08:19:52.740Z] Removing intermediate container 7961ed7ed240 [2020-11-04T08:19:52.740Z] ---> 7d92ec01eb58 [2020-11-04T08:19:52.740Z] [2020-11-04T08:19:53.132Z] ---> Running in a40d7b6d0d9b [2020-11-04T08:19:53.740Z] Successfully built 7d92ec01eb58 [2020-11-04T08:19:54.014Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-04T08:19:54.014Z]  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go [Pipeline] } [2020-11-04T08:19:54.635Z] $ docker stop --time=1 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 [2020-11-04T08:19:54.736Z] Removing intermediate container a40d7b6d0d9b [2020-11-04T08:19:54.736Z] ---> e1cc5bf638a8 [2020-11-04T08:19:54.736Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:19:55.820Z] ---> Running in f2d20545d064 [2020-11-04T08:19:57.182Z] $ docker rm -f 7cbaa74407633db74577a59a6d085cbf10bb88cb380cf494478383d58af65816 [2020-11-04T08:19:57.299Z] Removing intermediate container f2d20545d064 [2020-11-04T08:19:57.300Z] ---> b431e2feffa5 [2020-11-04T08:19:57.300Z] Step 21/23 : LABEL arch=x86_64 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:19:58.757Z] ---> Running in fedd58c91f41 [2020-11-04T08:19:58.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T08:19:58.918Z] [2020-11-04T08:19:58.918Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:19:59.310Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T08:19:59.629Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-04T08:19:59.629Z] 29e5d40040c1: Pulling fs layer [2020-11-04T08:19:59.629Z] 1ce36da41761: Pulling fs layer [2020-11-04T08:19:59.629Z] 25b303627fd3: Pulling fs layer [2020-11-04T08:20:00.222Z] 29e5d40040c1: Download complete [2020-11-04T08:20:00.232Z] Removing intermediate container fedd58c91f41 [2020-11-04T08:20:00.232Z] ---> c6fc4eba864d [2020-11-04T08:20:00.232Z] Step 22/23 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:20:00.818Z] 1ce36da41761: Verifying Checksum [2020-11-04T08:20:00.818Z] 1ce36da41761: Download complete [2020-11-04T08:20:00.818Z] 29e5d40040c1: Pull complete [2020-11-04T08:20:01.230Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:20:01.230Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:20:01.230Z] ---> 9a65d98663fe [2020-11-04T08:20:01.230Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 9bd00b0c664a [2020-11-04T08:20:01.230Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 0bb3d2244290 [2020-11-04T08:20:01.230Z] Step 5/24 : RUN apk update && apk add make git [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 73d45ccff6bd [2020-11-04T08:20:01.230Z] Step 6/24 : COPY go.mod . [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> d86dd3e7f00f [2020-11-04T08:20:01.230Z] Step 7/24 : RUN go mod download [2020-11-04T08:20:01.230Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:20:01.230Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:20:01.230Z] ---> 9a65d98663fe [2020-11-04T08:20:01.230Z] Step 3/21 : WORKDIR /edgex-go ---> Using cache [2020-11-04T08:20:01.230Z] ---> 992e8bac3935 [2020-11-04T08:20:01.230Z] Step 8/24 : COPY . . [2020-11-04T08:20:01.230Z] [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 9bd00b0c664a [2020-11-04T08:20:01.230Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 0bb3d2244290 [2020-11-04T08:20:01.230Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 73d45ccff6bd [2020-11-04T08:20:01.230Z] Step 6/21 : COPY go.mod . [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> d86dd3e7f00f [2020-11-04T08:20:01.230Z] Step 7/21 : RUN go mod download [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 992e8bac3935 [2020-11-04T08:20:01.230Z] Step 8/21 : COPY . . [2020-11-04T08:20:01.230Z] ---> Running in 19d1cba68c08 [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 01d270646f7c [2020-11-04T08:20:01.230Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-04T08:20:01.230Z] ---> Using cache [2020-11-04T08:20:01.230Z] ---> 01d270646f7c [2020-11-04T08:20:01.230Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-04T08:20:02.286Z] 1ce36da41761: Pull complete [2020-11-04T08:20:02.287Z] 25b303627fd3: Verifying Checksum [2020-11-04T08:20:02.287Z] 25b303627fd3: Download complete [2020-11-04T08:20:02.695Z] ---> Running in 4c75e491be6f [2020-11-04T08:20:02.695Z] ---> Running in 9168bcd0439a [2020-11-04T08:20:02.695Z] Removing intermediate container 19d1cba68c08 [2020-11-04T08:20:02.695Z] ---> d1a8c213da4d [2020-11-04T08:20:02.695Z] Step 23/23 : LABEL version=0.0.0 [2020-11-04T08:20:02.990Z] ---> Running in 41f5c8a1cf09 [2020-11-04T08:20:03.604Z] Removing intermediate container 41f5c8a1cf09 [2020-11-04T08:20:03.604Z] ---> b02483cbd7d3 [2020-11-04T08:20:03.604Z] [2020-11-04T08:20:03.604Z] Successfully built b02483cbd7d3 [2020-11-04T08:20:03.888Z] Successfully tagged docker-core-data-go:latest [2020-11-04T08:20:03.888Z] Building docker-security-bootstrap-redis-go [2020-11-04T08:20:04.871Z]  Building docker-core-data-go ... done 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 [2020-11-04T08:20:04.871Z] 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 [2020-11-04T08:20:12.435Z] 25b303627fd3: Pull complete [2020-11-04T08:20:12.435Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-04T08:20:12.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T08:20:12.435Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-04T08:20:12.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container [2020-11-04T08:20:12.781Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@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:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-04T08:20:15.941Z] $ docker top 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:20:17.399Z] + docker-compose build --help [2020-11-04T08:20:17.399Z] + grep parallel [2020-11-04T08:20:20.783Z] --parallel Build images in parallel. [Pipeline] } [2020-11-04T08:20:21.071Z] $ docker stop --time=1 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 [2020-11-04T08:20:23.077Z] $ docker rm -f 3c6d9fff67332bb98001c0cadfd2813a47029dc0b8cd7539bb8be091e54ed0b8 [Pipeline] // withDockerContainer [Pipeline] writeFile [2020-11-04T08:20:23.578Z] Removing intermediate container d7095de03bc4 [2020-11-04T08:20:23.578Z] ---> 8a6910fe26bd [2020-11-04T08:20:23.578Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:20:23.968Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-04T08:20:23.968Z] . [Pipeline] withDockerContainer [2020-11-04T08:20:24.241Z] prd-ubuntu18.04-docker-arm64-4c-16g-11178 does not seem to be running inside a container [2020-11-04T08:20:24.359Z] $ 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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-04T08:20:25.853Z] $ docker top 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:20:26.376Z] ---> Running in 786731c8c7b8 [2020-11-04T08:20:27.039Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-04T08:20:31.526Z] Building docker-core-command-go ... [2020-11-04T08:20:31.526Z] Building docker-core-data-go ... [2020-11-04T08:20:31.526Z] Building docker-core-metadata-go ... [2020-11-04T08:20:31.526Z] Building docker-security-bootstrap-redis-go ... [2020-11-04T08:20:31.526Z] Building docker-security-proxy-setup-go ... [2020-11-04T08:20:31.526Z] Building docker-security-secrets-setup-go ... [2020-11-04T08:20:31.526Z] Building docker-security-secretstore-setup-go ... [2020-11-04T08:20:31.526Z] Building docker-support-logging-go ... [2020-11-04T08:20:31.526Z] Building docker-support-notifications-go ... [2020-11-04T08:20:31.526Z] Building docker-support-scheduler-go ... [2020-11-04T08:20:31.526Z] Building docker-sys-mgmt-agent-go ... [2020-11-04T08:20:31.526Z] Building docker-sys-mgmt-agent-go [2020-11-04T08:20:31.526Z] Building docker-core-metadata-go [2020-11-04T08:20:31.526Z] Building docker-support-logging-go [2020-11-04T08:20:31.526Z] Building docker-security-secrets-setup-go [2020-11-04T08:20:31.526Z] Building docker-core-data-go [2020-11-04T08:20:33.234Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:20:33.234Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:20:33.234Z] ---> 9a65d98663fe [2020-11-04T08:20:33.234Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T08:20:33.234Z] ---> Using cache [2020-11-04T08:20:33.234Z] ---> 9bd00b0c664a [2020-11-04T08:20:33.234Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:20:33.234Z] ---> Using cache [2020-11-04T08:20:33.234Z] ---> 0bb3d2244290 [2020-11-04T08:20:33.234Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-04T08:20:33.835Z] ---> Running in 1f44ecce1434 [2020-11-04T08:20:35.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:20:36.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:20:38.509Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:20:38.509Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:20:38.509Z] OK: 12752 distinct packages available [2020-11-04T08:20:38.787Z] OK: 233 MiB in 51 packages [2020-11-04T08:20:39.379Z] 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 [2020-11-04T08:20:40.379Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:20:40.379Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:20:40.379Z] ---> 9a65d98663fe [2020-11-04T08:20:40.379Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:20:40.379Z] ---> Using cache [2020-11-04T08:20:40.379Z] ---> 9bd00b0c664a [2020-11-04T08:20:40.379Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:20:40.379Z] ---> Using cache [2020-11-04T08:20:40.379Z] ---> 0bb3d2244290 [2020-11-04T08:20:40.379Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:20:40.379Z] ---> Using cache [2020-11-04T08:20:40.379Z] ---> 73d45ccff6bd [2020-11-04T08:20:40.379Z] Step 6/22 : COPY go.mod . [2020-11-04T08:20:40.379Z] ---> Using cache [2020-11-04T08:20:40.379Z] ---> d86dd3e7f00f [2020-11-04T08:20:40.379Z] Step 7/22 : RUN go mod download [2020-11-04T08:20:40.379Z] ---> Using cache [2020-11-04T08:20:40.379Z] ---> 992e8bac3935 [2020-11-04T08:20:40.379Z] Step 8/22 : COPY . . [2020-11-04T08:20:40.662Z] ---> Using cache [2020-11-04T08:20:40.662Z] ---> 01d270646f7c [2020-11-04T08:20:40.662Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-04T08:20:41.662Z] ---> Running in a200fafe2a6d [2020-11-04T08:20:41.662Z] Removing intermediate container 1f44ecce1434 [2020-11-04T08:20:41.662Z] ---> 9e82ab9fa573 [2020-11-04T08:20:41.662Z] Step 6/24 : COPY go.mod . [2020-11-04T08:20:41.662Z] Collecting docker-compose==1.23.2 [2020-11-04T08:20:41.662Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-04T08:20:41.935Z] Collecting texttable<0.10,>=0.9.0 [2020-11-04T08:20:41.935Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-04T08:20:42.585Z] ---> c01445bae7b4 [2020-11-04T08:20:42.585Z] Step 7/24 : RUN go mod download [2020-11-04T08:20:42.896Z] 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 [2020-11-04T08:20:43.242Z] ---> Running in dfd7c329ebe0 [2020-11-04T08:20:45.346Z] Collecting docopt<0.7,>=0.6.1 [2020-11-04T08:20:45.347Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-04T08:20:45.347Z] Removing intermediate container 4c75e491be6f [2020-11-04T08:20:45.347Z] ---> d96051ee8d32 [2020-11-04T08:20:45.347Z] [2020-11-04T08:20:45.347Z] Step 10/21 : FROM scratch [2020-11-04T08:20:45.347Z] ---> [2020-11-04T08:20:45.347Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:20:46.353Z] Collecting docker<4.0,>=3.6.0 [2020-11-04T08:20:46.353Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-04T08:20:46.635Z] ---> Using cache [2020-11-04T08:20:46.635Z] ---> d806e26dace5 [2020-11-04T08:20:46.635Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-04T08:20:47.103Z] ---> Running in 542d982d9b5b [2020-11-04T08:20:47.103Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-04T08:20:47.564Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-04T08:20:47.564Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-04T08:20:48.064Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-04T08:20:48.064Z] Removing intermediate container 542d982d9b5b [2020-11-04T08:20:48.064Z] ---> e4379e827e41 [2020-11-04T08:20:48.064Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-04T08:20:48.360Z] ---> Running in 18ccde1c20e5 [2020-11-04T08:20:48.637Z] Collecting jsonschema<3,>=2.5.1 [2020-11-04T08:20:48.637Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-04T08:20:48.637Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-04T08:20:48.918Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-04T08:20:48.918Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-04T08:20:48.918Z] Removing intermediate container dfd7c329ebe0 [2020-11-04T08:20:48.918Z] ---> 1a237fc363d4 [2020-11-04T08:20:48.918Z] Step 8/24 : COPY . . [2020-11-04T08:20:49.219Z] Removing intermediate container 18ccde1c20e5 [2020-11-04T08:20:49.219Z] ---> 393b222c7586 [2020-11-04T08:20:49.219Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-04T08:20:49.538Z] Removing intermediate container 9168bcd0439a [2020-11-04T08:20:49.538Z] ---> 08c318f8194d [2020-11-04T08:20:49.538Z] [2020-11-04T08:20:49.538Z] Step 10/24 : FROM alpine:3.10 [2020-11-04T08:20:50.141Z] Collecting cached-property<2,>=1.2.0 [2020-11-04T08:20:50.141Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-04T08:20:50.141Z] 3.10: Pulling from library/alpine [2020-11-04T08:20:50.430Z] ---> 6cc3acee67a6 [2020-11-04T08:20:50.430Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-04T08:20:51.074Z] Collecting PyYAML<4,>=3.10 [2020-11-04T08:20:51.074Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-04T08:20:54.681Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-04T08:20:54.681Z] Status: Downloaded newer image for alpine:3.10 [2020-11-04T08:20:54.681Z] ---> be4e4bea2c2e [2020-11-04T08:20:54.681Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T08:20:54.681Z] Collecting docker-pycreds>=0.4.0 [2020-11-04T08:20:54.681Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-04T08:20:54.681Z] ---> 39b15b863bcd [2020-11-04T08:20:54.681Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-04T08:20:54.681Z] 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) [2020-11-04T08:20:54.681Z] ---> Running in 814a7574c93e [2020-11-04T08:20:54.681Z] Collecting idna<2.8,>=2.5 [2020-11-04T08:20:54.681Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-04T08:20:55.269Z] 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) [2020-11-04T08:20:55.566Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-04T08:20:55.566Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-04T08:20:55.854Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-04T08:20:55.854Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-04T08:20:55.854Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-04T08:20:55.854Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-04T08:20:56.544Z] ---> 2d5fd649a1b1 [2020-11-04T08:20:56.544Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-04T08:20:56.544Z] Installing collected packages: texttable, docopt, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, PyYAML, docker-compose [2020-11-04T08:20:56.544Z] Running setup.py install for texttable: started [2020-11-04T08:20:58.075Z] ---> Running in ae724c71a58c [2020-11-04T08:20:58.075Z] Running setup.py install for texttable: finished with status 'done' [2020-11-04T08:20:58.075Z] Running setup.py install for docopt: started [2020-11-04T08:20:58.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:20:58.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:20:58.905Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-04T08:20:58.905Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-04T08:20:58.905Z] OK: 10346 distinct packages available [2020-11-04T08:20:58.905Z] Removing intermediate container ae724c71a58c [2020-11-04T08:20:58.905Z] ---> 979b6ff17931 [2020-11-04T08:20:58.905Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:20:59.193Z] Running setup.py install for docopt: finished with status 'done' [2020-11-04T08:20:59.193Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-04T08:20:59.799Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-04T08:20:59.799Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-04T08:20:59.799Z] (4/5) Installing curl (7.66.0-r1) [2020-11-04T08:20:59.799Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-04T08:20:59.799Z] Executing busybox-1.30.1-r3.trigger [2020-11-04T08:20:59.799Z] Executing ca-certificates-20191127-r2.trigger [2020-11-04T08:20:59.799Z] OK: 7 MiB in 19 packages [2020-11-04T08:20:59.799Z] ---> Running in f11993bae911 [2020-11-04T08:20:59.799Z] Attempting uninstall: idna [2020-11-04T08:20:59.799Z] Found existing installation: idna 2.9 [2020-11-04T08:20:59.799Z] Uninstalling idna-2.9: [2020-11-04T08:21:00.069Z] Successfully uninstalled idna-2.9 [2020-11-04T08:21:00.645Z] Attempting uninstall: urllib3 [2020-11-04T08:21:00.645Z] Found existing installation: urllib3 1.25.9 [2020-11-04T08:21:00.645Z] Uninstalling urllib3-1.25.9: [2020-11-04T08:21:00.908Z] Successfully uninstalled urllib3-1.25.9 [2020-11-04T08:21:01.889Z] Removing intermediate container f11993bae911 [2020-11-04T08:21:01.890Z] ---> 654ccb6e98ff [2020-11-04T08:21:01.890Z] Step 19/21 : LABEL arch=x86_64 [2020-11-04T08:21:03.872Z] ---> Running in 355101c168b4 [2020-11-04T08:21:03.872Z] Attempting uninstall: requests [2020-11-04T08:21:03.872Z] Found existing installation: requests 2.23.0 [2020-11-04T08:21:03.872Z] Uninstalling requests-2.23.0: [2020-11-04T08:21:04.144Z] Successfully uninstalled requests-2.23.0 [2020-11-04T08:21:04.417Z] Removing intermediate container 355101c168b4 [2020-11-04T08:21:04.417Z] ---> 28b96f7e6cc5 [2020-11-04T08:21:04.417Z] Step 20/21 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:21:04.692Z] ---> Running in a38ad3d8fcf2 [2020-11-04T08:21:04.692Z] Removing intermediate container 814a7574c93e [2020-11-04T08:21:04.692Z] ---> 8bfef16fb952 [2020-11-04T08:21:04.692Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T08:21:04.960Z] ---> Running in 32c3f7dbdc93 [2020-11-04T08:21:05.224Z] Removing intermediate container a38ad3d8fcf2 [2020-11-04T08:21:05.224Z] ---> fdca9c9bc79b [2020-11-04T08:21:05.224Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T08:21:05.514Z] Running setup.py install for dockerpty: started [2020-11-04T08:21:05.788Z] Removing intermediate container 32c3f7dbdc93 [2020-11-04T08:21:05.788Z] ---> c82f1c511a5b [2020-11-04T08:21:05.788Z] Step 13/24 : WORKDIR / [2020-11-04T08:21:05.788Z] ---> Running in c941c0788c1d [2020-11-04T08:21:07.239Z] ---> Running in 5d783da8c6f3 [2020-11-04T08:21:07.239Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-04T08:21:07.509Z] Running setup.py install for PyYAML: started [2020-11-04T08:21:09.479Z] Removing intermediate container c941c0788c1d [2020-11-04T08:21:09.479Z] ---> 01807a020017 [2020-11-04T08:21:09.479Z] [2020-11-04T08:21:09.745Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-04T08:21:10.326Z] Removing intermediate container 5d783da8c6f3 [2020-11-04T08:21:10.326Z] ---> 4c0e1f9cdd8a [2020-11-04T08:21:10.326Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-04T08:21:10.326Z] Successfully built 01807a020017 [2020-11-04T08:21:10.326Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-04T08:21:10.326Z] Building docker-support-logging-go [2020-11-04T08:21:12.258Z]  Building docker-support-scheduler-go ... done 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 [2020-11-04T08:21:13.266Z] Removing intermediate container a200fafe2a6d [2020-11-04T08:21:13.266Z] ---> 45b6a407402e [2020-11-04T08:21:13.266Z] [2020-11-04T08:21:13.266Z] Step 10/22 : FROM alpine:3.10 [2020-11-04T08:21:13.266Z] ---> be4e4bea2c2e [2020-11-04T08:21:13.266Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T08:21:13.266Z] ---> Using cache [2020-11-04T08:21:13.266Z] ---> 8bfef16fb952 [2020-11-04T08:21:13.266Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-04T08:21:16.743Z] ---> 3210c09a5684 [2020-11-04T08:21:16.743Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-04T08:21:16.743Z] ---> Running in 0a1787d6474c [2020-11-04T08:21:18.204Z] Removing intermediate container 0a1787d6474c [2020-11-04T08:21:18.204Z] ---> 59cf644f2865 [2020-11-04T08:21:18.204Z] Step 13/22 : WORKDIR / [2020-11-04T08:21:19.835Z] ---> 4f22c900c82a [2020-11-04T08:21:19.835Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-04T08:21:19.835Z] ---> Running in 275b75076e26 [2020-11-04T08:21:21.279Z] ---> fd5fb7155279 [2020-11-04T08:21:21.279Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-04T08:21:21.916Z] ---> a75fea72afe9 [2020-11-04T08:21:21.916Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-04T08:21:22.202Z] ---> Running in d2196adaf273 [2020-11-04T08:21:22.485Z] Removing intermediate container 275b75076e26 [2020-11-04T08:21:22.485Z] ---> 5b4695ef0bd9 [2020-11-04T08:21:22.485Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-04T08:21:23.501Z] Removing intermediate container 786731c8c7b8 [2020-11-04T08:21:23.501Z] ---> 3006a35e0a0b [2020-11-04T08:21:23.501Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-04T08:21:23.501Z] 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 [2020-11-04T08:21:23.789Z] ---> a1fd9599a47d [2020-11-04T08:21:23.789Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-04T08:21:24.070Z] ---> 3b1d7d19b1ad [2020-11-04T08:21:24.070Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-04T08:21:24.070Z] ---> Running in 8bbcf3675dc4 [2020-11-04T08:21:26.752Z] ---> e16528e28b2c [2020-11-04T08:21:26.752Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T08:21:26.752Z] ---> 4659a8b8de07 [2020-11-04T08:21:26.752Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-04T08:21:26.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:21:26.752Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:21:27.031Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T08:21:27.031Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-04T08:21:27.031Z] (3/3) Installing curl (7.69.1-r1) [2020-11-04T08:21:27.031Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:21:27.306Z] OK: 72 MiB in 58 packages [2020-11-04T08:21:27.306Z] ---> dc0832977914 [2020-11-04T08:21:27.306Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-04T08:21:27.306Z] ---> 8d697f8eea4e [2020-11-04T08:21:27.306Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T08:21:28.318Z] ---> Running in 6d8961a01f82 [2020-11-04T08:21:29.360Z] ---> 55618a5fa1dd [2020-11-04T08:21:29.360Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-04T08:21:29.639Z] ---> Running in 1eabd4364f7c [2020-11-04T08:21:31.135Z] Removing intermediate container 8bbcf3675dc4 [2020-11-04T08:21:31.135Z] ---> 4dcd5ac27657 [2020-11-04T08:21:31.136Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-04T08:21:31.136Z] ---> Running in 205d134f41b5 [2020-11-04T08:21:32.745Z] Removing intermediate container 205d134f41b5 [2020-11-04T08:21:32.745Z] ---> 20a6c2cd4def [2020-11-04T08:21:32.745Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:21:33.030Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:21:33.030Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:21:33.030Z] ---> 9a65d98663fe [2020-11-04T08:21:33.030Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:21:33.030Z] ---> Using cache [2020-11-04T08:21:33.030Z] ---> 9bd00b0c664a [2020-11-04T08:21:33.030Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:21:33.030Z] ---> Using cache [2020-11-04T08:21:33.030Z] ---> 0bb3d2244290 [2020-11-04T08:21:33.030Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-04T08:21:34.026Z] ---> Running in be287f6b54ea [2020-11-04T08:21:34.026Z] ---> Running in 38a2d603da6d [2020-11-04T08:21:34.296Z] Removing intermediate container 6d8961a01f82 [2020-11-04T08:21:34.296Z] ---> 41fe998fb20d [2020-11-04T08:21:34.296Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T08:21:34.572Z] ---> Running in e0f0dcbf8eaa [2020-11-04T08:21:34.572Z] Removing intermediate container 38a2d603da6d [2020-11-04T08:21:34.572Z] ---> cb4dbbfb5adf [2020-11-04T08:21:34.572Z] Step 25/27 : LABEL arch=x86_64 [2020-11-04T08:21:34.572Z] Removing intermediate container 1eabd4364f7c [2020-11-04T08:21:34.572Z] ---> 08e5c9c854b1 [2020-11-04T08:21:34.572Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-04T08:21:34.572Z] ---> Running in b094608ceddf [2020-11-04T08:21:34.854Z] ---> Running in a582e7fd4977 [2020-11-04T08:21:35.140Z] Removing intermediate container e0f0dcbf8eaa [2020-11-04T08:21:35.140Z] ---> c88cdc59dfb1 [2020-11-04T08:21:35.140Z] Step 22/24 : LABEL arch=x86_64 [2020-11-04T08:21:35.140Z] ---> Running in d929fff66e40 [2020-11-04T08:21:35.492Z] Removing intermediate container b094608ceddf [2020-11-04T08:21:35.492Z] ---> cf363e5a796c [2020-11-04T08:21:35.492Z] Step 26/27 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:21:35.492Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:21:35.492Z] Removing intermediate container a582e7fd4977 [2020-11-04T08:21:35.492Z] ---> 57bc6ee25c18 [2020-11-04T08:21:35.492Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T08:21:35.492Z] ---> Running in dd98d115a5f9 [2020-11-04T08:21:35.492Z] ---> Running in 8b68d5527a31 [2020-11-04T08:21:36.024Z] Removing intermediate container d929fff66e40 [2020-11-04T08:21:36.024Z] ---> 70bcdca0a001 [2020-11-04T08:21:36.024Z] Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:21:36.024Z] ---> Running in 8f9898d7e3aa [2020-11-04T08:21:36.392Z] Removing intermediate container dd98d115a5f9 [2020-11-04T08:21:36.392Z] ---> 4c8542d37bdf [2020-11-04T08:21:36.392Z] Step 27/27 : LABEL version=0.0.0 [2020-11-04T08:21:36.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:21:36.701Z] ---> Running in 6ab11e7bfff0 [2020-11-04T08:21:36.701Z] Removing intermediate container 8f9898d7e3aa [2020-11-04T08:21:36.702Z] ---> 825dcdaf29e2 [2020-11-04T08:21:36.702Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T08:21:36.702Z] Removing intermediate container 8b68d5527a31 [2020-11-04T08:21:36.702Z] ---> c48b5139eef1 [2020-11-04T08:21:36.702Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:21:37.024Z] ---> Running in b5a9af1e307e [2020-11-04T08:21:37.024Z] ---> Running in 04a6b2b86aea [2020-11-04T08:21:37.024Z] Removing intermediate container 6ab11e7bfff0 [2020-11-04T08:21:37.024Z] ---> 261d1788449a [2020-11-04T08:21:37.024Z] [2020-11-04T08:21:37.306Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:37.306Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:37.306Z] OK: 12752 distinct packages available [2020-11-04T08:21:37.306Z] Removing intermediate container b5a9af1e307e [2020-11-04T08:21:37.306Z] ---> 0a4a48dec084 [2020-11-04T08:21:37.306Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:21:37.595Z] ---> Running in 2bac4642a3bb [2020-11-04T08:21:37.595Z] Removing intermediate container 04a6b2b86aea [2020-11-04T08:21:37.595Z] ---> dddbb4e527a0 [2020-11-04T08:21:37.595Z] [2020-11-04T08:21:37.595Z] Successfully built 261d1788449a [2020-11-04T08:21:37.595Z] OK: 233 MiB in 51 packages [2020-11-04T08:21:37.595Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-04T08:21:37.595Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-proxy-setup-go [2020-11-04T08:21:38.543Z] Successfully built dddbb4e527a0 [2020-11-04T08:21:38.543Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-04T08:21:38.543Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 2bac4642a3bb [2020-11-04T08:21:38.543Z] ---> 6eec5ee3ae57 [2020-11-04T08:21:38.543Z] [2020-11-04T08:21:38.543Z] OK: 233 MiB in 51 packages [2020-11-04T08:21:38.543Z] Successfully built 6eec5ee3ae57 [2020-11-04T08:21:38.543Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-04T08:21:42.506Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container be287f6b54ea [2020-11-04T08:21:42.506Z] ---> 9625ac5da3e3 [2020-11-04T08:21:42.506Z] Step 6/22 : COPY go.mod . [2020-11-04T08:21:44.595Z] ---> d60d32ad4b05 [2020-11-04T08:21:44.595Z] Step 7/22 : RUN go mod download [2020-11-04T08:21:44.595Z] ---> Running in a121ff71ab72 [2020-11-04T08:21:50.193Z] Removing intermediate container a121ff71ab72 [2020-11-04T08:21:50.193Z] ---> 26cb4d6ceac9 [2020-11-04T08:21:50.193Z] Step 8/22 : COPY . . [2020-11-04T08:21:53.308Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:21:53.308Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-04T08:21:53.308Z] ---> b4048535f88d [2020-11-04T08:21:53.308Z] Step 3/29 : WORKDIR /edgex-go [2020-11-04T08:21:53.308Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:21:53.308Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:21:53.308Z] ---> b4048535f88d [2020-11-04T08:21:53.308Z] Step 3/23 : WORKDIR /edgex-go [2020-11-04T08:21:53.308Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:21:53.308Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:21:53.308Z] [2020-11-04T08:21:53.308Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:21:53.308Z] ---> b4048535f88d [2020-11-04T08:21:53.308Z] Step 3/27 : WORKDIR /edgex-go [2020-11-04T08:21:53.308Z] Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:21:53.308Z] [2020-11-04T08:21:53.308Z] ---> b4048535f88d [2020-11-04T08:21:53.308Z] ---> b4048535f88d [2020-11-04T08:21:53.308Z] Step 3/22 : WORKDIR /edgex-goStep 3/22 : WORKDIR /edgex-go [2020-11-04T08:21:53.308Z] [2020-11-04T08:21:53.308Z] ---> Running in fa1ca37a9370 [2020-11-04T08:21:53.308Z] ---> Running in 3b9af29463f0 [2020-11-04T08:21:53.308Z] ---> Running in 615d7e95bc25 [2020-11-04T08:21:53.308Z] ---> Running in fb1c6f286798 [2020-11-04T08:21:53.308Z] ---> Running in 3e0e17bc75bb [2020-11-04T08:21:53.308Z] Removing intermediate container 3b9af29463f0 [2020-11-04T08:21:53.308Z] ---> 4fa75313d7af [2020-11-04T08:21:53.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:21:53.308Z] Removing intermediate container fb1c6f286798 [2020-11-04T08:21:53.308Z] ---> 0f9ff00c023e [2020-11-04T08:21:53.308Z] Step 4/29 : RUN apk update && apk add make git [2020-11-04T08:21:53.308Z] Removing intermediate container fa1ca37a9370 [2020-11-04T08:21:53.308Z] ---> 15d255575777 [2020-11-04T08:21:53.308Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:21:53.308Z] Removing intermediate container 615d7e95bc25 [2020-11-04T08:21:53.308Z] ---> a94cdbc98b8c [2020-11-04T08:21:53.308Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:21:53.308Z] Removing intermediate container 3e0e17bc75bb [2020-11-04T08:21:53.308Z] ---> 4379c1e7bbf9 [2020-11-04T08:21:53.308Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:21:53.308Z] ---> Running in df761da423d2 [2020-11-04T08:21:53.308Z] ---> Running in 1e70be5fa20f [2020-11-04T08:21:53.308Z] ---> Running in 31de3c7a6c23 [2020-11-04T08:21:53.308Z] ---> Running in b2ac6c738c89 [2020-11-04T08:21:53.308Z] ---> Running in bb8a2376cda8 [2020-11-04T08:21:53.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:53.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:54.287Z] Removing intermediate container 31de3c7a6c23 [2020-11-04T08:21:54.287Z] ---> 11a839456467 [2020-11-04T08:21:54.287Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:21:54.287Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:54.287Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:54.287Z] OK: 12623 distinct packages available [2020-11-04T08:21:54.558Z] ---> Running in 541d8767ec14 [2020-11-04T08:21:54.834Z] Removing intermediate container 1e70be5fa20f [2020-11-04T08:21:54.834Z] ---> fd60e4e4b025 [2020-11-04T08:21:54.834Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-04T08:21:55.107Z] ---> Running in f7363bb28403 [2020-11-04T08:21:55.107Z] Removing intermediate container bb8a2376cda8 [2020-11-04T08:21:55.107Z] ---> afcc13aeae53 [2020-11-04T08:21:55.107Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-04T08:21:55.107Z] Removing intermediate container b2ac6c738c89 [2020-11-04T08:21:55.107Z] ---> 081012fff12d [2020-11-04T08:21:55.107Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-04T08:21:55.107Z] OK: 217 MiB in 51 packages [2020-11-04T08:21:55.380Z] ---> Running in 050d22441976 [2020-11-04T08:21:55.381Z] ---> Running in 885b50e629cd [2020-11-04T08:21:56.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:57.104Z] Removing intermediate container df761da423d2 [2020-11-04T08:21:57.104Z] ---> 9dc3b22796ee [2020-11-04T08:21:57.104Z] Step 5/29 : COPY go.mod . [2020-11-04T08:21:57.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:57.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:57.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:57.943Z] ---> 7bfeca5ae733 [2020-11-04T08:21:57.943Z] Step 6/29 : RUN go mod download [2020-11-04T08:21:57.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:57.943Z] ---> Running in a50ded8f67e9 [2020-11-04T08:21:58.217Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:58.547Z] Removing intermediate container d2196adaf273 [2020-11-04T08:21:58.547Z] ---> 364d46a59ed8 [2020-11-04T08:21:58.547Z] [2020-11-04T08:21:58.547Z] Step 10/24 : FROM scratch [2020-11-04T08:21:58.547Z] ---> [2020-11-04T08:21:58.547Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T08:21:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:58.815Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:58.815Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:58.815Z] OK: 12623 distinct packages available [2020-11-04T08:21:58.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:21:59.415Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:59.415Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:59.415Z] OK: 12623 distinct packages available [2020-11-04T08:21:59.415Z] OK: 217 MiB in 51 packages [2020-11-04T08:21:59.694Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:59.694Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:59.694Z] OK: 12623 distinct packages available [2020-11-04T08:21:59.972Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:21:59.972Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:21:59.972Z] OK: 12623 distinct packages available [2020-11-04T08:22:00.260Z] OK: 217 MiB in 51 packages [2020-11-04T08:22:00.873Z] OK: 217 MiB in 51 packages [2020-11-04T08:22:00.873Z] OK: 217 MiB in 51 packages [2020-11-04T08:22:01.167Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:22:01.167Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:22:01.167Z] ---> 9a65d98663fe [2020-11-04T08:22:01.167Z] Step 3/20 : WORKDIR /edgex-go [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> 9bd00b0c664a [2020-11-04T08:22:01.167Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> 0bb3d2244290 [2020-11-04T08:22:01.167Z] Step 5/20 : RUN apk update && apk add make git [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> 73d45ccff6bd [2020-11-04T08:22:01.167Z] Step 6/20 : COPY go.mod . [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> d86dd3e7f00f [2020-11-04T08:22:01.167Z] Step 7/20 : RUN go mod download [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> 992e8bac3935 [2020-11-04T08:22:01.167Z] Step 8/20 : COPY . . [2020-11-04T08:22:01.167Z] ---> Using cache [2020-11-04T08:22:01.167Z] ---> 01d270646f7c [2020-11-04T08:22:01.167Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-04T08:22:01.476Z] Removing intermediate container 541d8767ec14 [2020-11-04T08:22:01.476Z] ---> 26026df7ed3e [2020-11-04T08:22:01.476Z] Step 6/22 : COPY go.mod . [2020-11-04T08:22:01.750Z] OK: 217 MiB in 51 packages [2020-11-04T08:22:02.035Z] Removing intermediate container f7363bb28403 [2020-11-04T08:22:02.035Z] ---> 3960ea449a11 [2020-11-04T08:22:02.035Z] Step 6/23 : COPY go.mod . [2020-11-04T08:22:02.650Z] Removing intermediate container a50ded8f67e9 [2020-11-04T08:22:02.650Z] ---> d0351fa3a050 [2020-11-04T08:22:02.650Z] Step 7/29 : COPY . . [2020-11-04T08:22:02.650Z] Removing intermediate container 885b50e629cd [2020-11-04T08:22:02.650Z] ---> 2d96418885f7 [2020-11-04T08:22:02.650Z] Step 6/27 : COPY go.mod . ---> 1e9b74f98978 [2020-11-04T08:22:02.650Z] Step 7/22 : RUN go mod download [2020-11-04T08:22:02.650Z] [2020-11-04T08:22:03.130Z] ---> Running in ee33631a2661 [2020-11-04T08:22:03.130Z] ---> Running in 7e5abdf1e133 [2020-11-04T08:22:03.252Z] ---> Running in 16aceebc2c3a [2020-11-04T08:22:03.252Z] ---> 4b640b9993ae [2020-11-04T08:22:03.252Z] Step 7/23 : RUN go mod download [2020-11-04T08:22:03.397Z] Removing intermediate container ee33631a2661 [2020-11-04T08:22:03.397Z] ---> 954149cc7dae [2020-11-04T08:22:03.397Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-04T08:22:03.531Z] ---> Running in c53ab993356c [2020-11-04T08:22:03.531Z] Removing intermediate container 050d22441976 [2020-11-04T08:22:03.531Z] ---> e9b45388f9c6 [2020-11-04T08:22:03.531Z] Step 6/22 : COPY go.mod . [2020-11-04T08:22:03.670Z] ---> Running in c72579b74a8e [2020-11-04T08:22:03.812Z] ---> 33deb21774d7 [2020-11-04T08:22:03.812Z] Step 7/27 : RUN go mod download [2020-11-04T08:22:04.268Z] Removing intermediate container c72579b74a8e [2020-11-04T08:22:04.268Z] ---> daf261832f10 [2020-11-04T08:22:04.268Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-04T08:22:04.413Z] ---> Running in 036b54a55704 [2020-11-04T08:22:04.545Z] ---> Running in 5f1589bf0ddf [2020-11-04T08:22:04.545Z] 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 [2020-11-04T08:22:04.854Z] Removing intermediate container 5f1589bf0ddf [2020-11-04T08:22:04.854Z] ---> 64d637c64fa1 [2020-11-04T08:22:04.854Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-04T08:22:05.009Z] ---> 15a198554a99 [2020-11-04T08:22:05.010Z] Step 7/22 : RUN go mod download [2020-11-04T08:22:05.284Z] ---> Running in 5c8e677ff97c [2020-11-04T08:22:06.290Z] ---> 6bfb13946e54 [2020-11-04T08:22:06.291Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-04T08:22:08.726Z] Removing intermediate container 16aceebc2c3a [2020-11-04T08:22:08.727Z] ---> ed53462823bb [2020-11-04T08:22:08.727Z] Step 8/22 : COPY . . [2020-11-04T08:22:09.003Z] Removing intermediate container c53ab993356c [2020-11-04T08:22:09.003Z] ---> 128bb1aa8c9c [2020-11-04T08:22:09.003Z] Step 8/23 : COPY . . [2020-11-04T08:22:09.282Z] Removing intermediate container 036b54a55704 [2020-11-04T08:22:09.282Z] ---> c9105b1bb9f6 [2020-11-04T08:22:09.282Z] Step 8/27 : COPY . . [2020-11-04T08:22:09.559Z] Removing intermediate container 5c8e677ff97c [2020-11-04T08:22:09.559Z] ---> 8971d3cdc7ac [2020-11-04T08:22:09.559Z] Step 8/22 : COPY . . [2020-11-04T08:22:10.008Z] ---> bcb7df3abb5c [2020-11-04T08:22:10.008Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-04T08:22:11.035Z] ---> 0bdde3104348 [2020-11-04T08:22:11.035Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-04T08:22:11.678Z] ---> 979d1c948fbe [2020-11-04T08:22:11.678Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-04T08:22:13.206Z] ---> 0e2eb2b85772 [2020-11-04T08:22:13.206Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-04T08:22:14.718Z] ---> e1448083a221 [2020-11-04T08:22:14.718Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-04T08:22:14.718Z] ---> Running in f9e9b74e499f [2020-11-04T08:22:15.368Z] Removing intermediate container f9e9b74e499f [2020-11-04T08:22:15.368Z] ---> d23f2197e6c5 [2020-11-04T08:22:15.368Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:22:15.751Z] ---> Running in e43e98a0340b [2020-11-04T08:22:16.358Z] Removing intermediate container e43e98a0340b [2020-11-04T08:22:16.358Z] ---> 8af2f7c77673 [2020-11-04T08:22:16.358Z] Step 22/24 : LABEL arch=x86_64 [2020-11-04T08:22:16.690Z] ---> Running in 7df9982b16ef [2020-11-04T08:22:16.983Z] Removing intermediate container 7df9982b16ef [2020-11-04T08:22:16.983Z] ---> ecfab8797de4 [2020-11-04T08:22:16.983Z] Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:22:16.983Z] ---> b4c64b174782 [2020-11-04T08:22:16.983Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-04T08:22:17.308Z] ---> Running in accfa4481bdb [2020-11-04T08:22:17.308Z] ---> Running in 3181a011e23c [2020-11-04T08:22:17.656Z] Removing intermediate container accfa4481bdb [2020-11-04T08:22:17.656Z] ---> 52c5646c39c5 [2020-11-04T08:22:17.656Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T08:22:17.945Z] ---> Running in 5d90d43aee36 [2020-11-04T08:22:18.231Z] Removing intermediate container 5d90d43aee36 [2020-11-04T08:22:18.231Z] ---> 460dcadf2133 [2020-11-04T08:22:18.231Z] [2020-11-04T08:22:18.231Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T08:22:18.513Z] Successfully built 460dcadf2133 [2020-11-04T08:22:18.789Z] Successfully tagged docker-support-notifications-go:latest [2020-11-04T08:22:23.171Z]  Building docker-support-notifications-go ... done Removing intermediate container 7e5abdf1e133 [2020-11-04T08:22:23.171Z] ---> 77566e15cb8a [2020-11-04T08:22:23.171Z] [2020-11-04T08:22:23.171Z] Step 10/20 : FROM alpine [2020-11-04T08:22:23.171Z] ---> d6e46aa2470d [2020-11-04T08:22:23.171Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-04T08:22:23.171Z] ---> Running in 2578ad2de470 [2020-11-04T08:22:24.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-04T08:22:24.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-04T08:22:24.721Z] v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:22:24.721Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:22:24.721Z] OK: 12744 distinct packages available [2020-11-04T08:22:25.002Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-04T08:22:25.328Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T08:22:25.328Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-04T08:22:25.328Z] (4/4) Installing curl (7.69.1-r1) [2020-11-04T08:22:25.328Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:22:25.328Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T08:22:25.328Z] OK: 7 MiB in 18 packages [2020-11-04T08:22:27.486Z] Removing intermediate container 2578ad2de470 [2020-11-04T08:22:27.486Z] ---> a811f29b0892 [2020-11-04T08:22:27.486Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T08:22:27.799Z] ---> Running in e988e06122db [2020-11-04T08:22:28.083Z] Removing intermediate container e988e06122db [2020-11-04T08:22:28.083Z] ---> 99fde2bcca2e [2020-11-04T08:22:28.083Z] Step 13/20 : WORKDIR /edgex [2020-11-04T08:22:28.362Z] ---> Running in d61c500307c3 [2020-11-04T08:22:29.369Z] Removing intermediate container d61c500307c3 [2020-11-04T08:22:29.369Z] ---> 8cc3d4870c8b [2020-11-04T08:22:29.369Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-04T08:22:30.454Z] ---> 7dfdb33f63ef [2020-11-04T08:22:30.454Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-04T08:22:31.452Z] ---> 2dc7a445e971 [2020-11-04T08:22:31.452Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-04T08:22:31.452Z] ---> Running in d267e708428b [2020-11-04T08:22:31.741Z] Removing intermediate container d267e708428b [2020-11-04T08:22:31.741Z] ---> 4e311811be23 [2020-11-04T08:22:31.741Z] Step 17/20 : CMD ["--init=true"] [2020-11-04T08:22:31.741Z] ---> Running in 7af62dc3f37f [2020-11-04T08:22:31.806Z] ---> 5fa069b8b1e7 [2020-11-04T08:22:31.806Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-04T08:22:31.806Z] ---> 66a1ef787ceb [2020-11-04T08:22:31.806Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-04T08:22:31.806Z] ---> 93f64b2e62cf [2020-11-04T08:22:31.806Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-04T08:22:31.806Z] ---> cb56f7332125 [2020-11-04T08:22:31.806Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-04T08:22:31.806Z] ---> d8e898660870 [2020-11-04T08:22:31.806Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-04T08:22:31.806Z] ---> Running in 5664230ec49c [2020-11-04T08:22:31.806Z] ---> Running in d0884b66aadb [2020-11-04T08:22:31.806Z] ---> Running in 9dae2266579b [2020-11-04T08:22:31.806Z] ---> Running in 9090f580a2b5 [2020-11-04T08:22:31.806Z] ---> Running in 6606b5008463 [2020-11-04T08:22:32.324Z] Removing intermediate container 7af62dc3f37f [2020-11-04T08:22:32.324Z] ---> 6689bbabf0bd [2020-11-04T08:22:32.324Z] Step 18/20 : LABEL arch=x86_64 [2020-11-04T08:22:32.324Z] ---> Running in a2679908935f [2020-11-04T08:22:32.399Z] 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 [2020-11-04T08:22:32.596Z] Removing intermediate container a2679908935f [2020-11-04T08:22:32.596Z] ---> bcfdab3b721e [2020-11-04T08:22:32.596Z] Step 19/20 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:22:32.596Z] ---> Running in 1c7d7ce3d5e0 [2020-11-04T08:22:32.868Z] Removing intermediate container 1c7d7ce3d5e0 [2020-11-04T08:22:32.868Z] ---> 3037e4f0643d [2020-11-04T08:22:32.868Z] Step 20/20 : LABEL version=0.0.0 [2020-11-04T08:22:32.995Z] 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 [2020-11-04T08:22:32.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-04T08:22:33.163Z] ---> Running in 3566c02dd46c [2020-11-04T08:22:33.272Z] 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 [2020-11-04T08:22:33.272Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-11-04T08:22:33.800Z] Removing intermediate container 3566c02dd46c [2020-11-04T08:22:33.800Z] ---> 206a700cdd1a [2020-11-04T08:22:33.800Z] [2020-11-04T08:22:34.400Z] Successfully built 206a700cdd1a [2020-11-04T08:22:34.400Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-04T08:22:35.361Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 3181a011e23c [2020-11-04T08:22:35.361Z] ---> 21e37cd220f8 [2020-11-04T08:22:35.361Z] [2020-11-04T08:22:35.361Z] Step 10/22 : FROM scratch [2020-11-04T08:22:35.361Z] ---> [2020-11-04T08:22:35.361Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T08:22:35.625Z] ---> Using cache [2020-11-04T08:22:35.625Z] ---> 954149cc7dae [2020-11-04T08:22:35.625Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-04T08:22:35.625Z] ---> Running in e5a181128625 [2020-11-04T08:22:35.625Z] Removing intermediate container e5a181128625 [2020-11-04T08:22:35.625Z] ---> b340cbc09efc [2020-11-04T08:22:35.625Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:22:35.893Z] ---> Running in af67ac48f49e [2020-11-04T08:22:36.158Z] Removing intermediate container af67ac48f49e [2020-11-04T08:22:36.158Z] ---> ae1e33490bdd [2020-11-04T08:22:36.158Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-04T08:22:36.425Z] ---> 6c7c048fcfaf [2020-11-04T08:22:36.425Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-04T08:22:36.690Z] ---> 213685dd67ed [2020-11-04T08:22:36.690Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-04T08:22:37.275Z] ---> 94a130067395 [2020-11-04T08:22:37.275Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-04T08:22:37.874Z] ---> d146a6c1f49a [2020-11-04T08:22:37.874Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-04T08:22:37.874Z] ---> Running in b0e9495bebd4 [2020-11-04T08:22:38.154Z] Removing intermediate container b0e9495bebd4 [2020-11-04T08:22:38.154Z] ---> 52fc81c7bccf [2020-11-04T08:22:38.154Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:22:38.154Z] ---> Running in 850061935da3 [2020-11-04T08:22:39.567Z] Removing intermediate container 850061935da3 [2020-11-04T08:22:39.567Z] ---> d4e32ef21863 [2020-11-04T08:22:39.567Z] Step 20/22 : LABEL arch=x86_64 [2020-11-04T08:22:39.567Z] ---> Running in 6525c7f2f494 [2020-11-04T08:22:39.915Z] Removing intermediate container 6525c7f2f494 [2020-11-04T08:22:39.915Z] ---> 5c35b21c9bac [2020-11-04T08:22:39.915Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:22:39.915Z] ---> Running in 467256e0a99d [2020-11-04T08:22:40.228Z] Removing intermediate container 467256e0a99d [2020-11-04T08:22:40.228Z] ---> 4428614d9d14 [2020-11-04T08:22:40.228Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:22:40.228Z] ---> Running in dabd82ce19e4 [2020-11-04T08:22:40.543Z] Removing intermediate container dabd82ce19e4 [2020-11-04T08:22:40.543Z] ---> b7680b415eee [2020-11-04T08:22:40.543Z] [2020-11-04T08:22:40.543Z] Successfully built b7680b415eee [2020-11-04T08:22:40.543Z] Successfully tagged docker-support-logging-go:latest [2020-11-04T08:22:41.164Z]  Building docker-support-logging-go ... done  [Pipeline] } [2020-11-04T08:22:41.241Z] $ docker stop --time=1 fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 [2020-11-04T08:22:43.284Z] $ docker rm -f fa889b73afbdc93155b81d2c70db06f1df78085b7740a01bae5ffa23482df3a4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T08:22:43.926Z] + docker images [2020-11-04T08:22:43.926Z] + grep docker [2020-11-04T08:22:43.926Z] docker-support-logging-go latest b7680b415eee 3 seconds ago 11.1MB [2020-11-04T08:22:43.926Z] docker-security-proxy-setup-go latest 206a700cdd1a 10 seconds ago 15.8MB [2020-11-04T08:22:43.926Z] docker-support-notifications-go latest 460dcadf2133 26 seconds ago 13.6MB [2020-11-04T08:22:43.926Z] docker-security-secretstore-setup-go latest dddbb4e527a0 About a minute ago 24.8MB [2020-11-04T08:22:43.926Z] docker-security-bootstrap-redis-go latest 6eec5ee3ae57 About a minute ago 15.9MB [2020-11-04T08:22:43.926Z] docker-sys-mgmt-agent-go latest 261d1788449a About a minute ago 290MB [2020-11-04T08:22:43.926Z] docker-support-scheduler-go latest 01807a020017 About a minute ago 12.3MB [2020-11-04T08:22:43.926Z] docker-core-data-go latest b02483cbd7d3 2 minutes ago 23.7MB [2020-11-04T08:22:43.926Z] docker-security-secrets-setup-go latest 7d92ec01eb58 2 minutes ago 24MB [2020-11-04T08:22:43.926Z] docker-core-metadata-go latest fac9494cf383 3 minutes ago 14.5MB [2020-11-04T08:22:43.926Z] docker-core-command-go latest 870a5e4c3da6 3 minutes ago 12.2MB [2020-11-04T08:22:43.926Z] docker latest 6972c414f322 13 days ago 217MB [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 [2020-11-04T08:22:59.721Z] Still waiting to schedule task [2020-11-04T08:22:59.721Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-11-04T08:23:55.134Z] Removing intermediate container d0884b66aadb [2020-11-04T08:23:55.134Z] ---> 06554f27fcd5 [2020-11-04T08:23:55.134Z] [2020-11-04T08:23:55.134Z] Step 9/29 : FROM alpine:latest [2020-11-04T08:23:55.134Z] latest: Pulling from library/alpine [2020-11-04T08:23:55.134Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-04T08:23:55.134Z] Status: Downloaded newer image for alpine:latest [2020-11-04T08:23:55.134Z] ---> 2e77e061c27f [2020-11-04T08:23:55.134Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-04T08:23:55.429Z] ---> Running in 1d74a84bd00e [2020-11-04T08:23:56.427Z] Removing intermediate container 1d74a84bd00e [2020-11-04T08:23:56.427Z] ---> 4d1c6a155dcd [2020-11-04T08:23:56.427Z] Step 11/29 : USER root [2020-11-04T08:23:56.427Z] ---> Running in b4a4e4427f78 [2020-11-04T08:23:57.458Z] Removing intermediate container b4a4e4427f78 [2020-11-04T08:23:57.458Z] ---> be56b91e7369 [2020-11-04T08:23:57.458Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-04T08:23:57.458Z] ---> Running in ad033641c5c9 [2020-11-04T08:23:59.101Z] Running on prd-centos7-docker-8c-8g-11179 in /w/workspace/edgexfoundry_edgex-go_PR-2840 [Pipeline] { [Pipeline] ws [2020-11-04T08:23:59.170Z] Running in /w/workspace/edgex-go/14 [Pipeline] { [Pipeline] checkout [2020-11-04T08:24:00.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:00.142Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:01.160Z] v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:24:01.160Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:24:01.160Z] OK: 12615 distinct packages available [2020-11-04T08:24:01.210Z] using credential edgex-jenkins-ssh [2020-11-04T08:24:01.290Z] Cloning the remote Git repository [2020-11-04T08:24:00.873Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:24:00.950Z] > git init /w/workspace/edgex-go/14 # timeout=10 [2020-11-04T08:24:00.978Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:24:00.978Z] > git --version # timeout=10 [2020-11-04T08:24:00.986Z] > git --version # 'git version 2.16.5' [2020-11-04T08:24:00.987Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T08:24:02.156Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-04T08:24:02.156Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-04T08:24:02.156Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:24:02.156Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T08:24:02.449Z] OK: 6 MiB in 16 packages [2020-11-04T08:24:01.013Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T08:24:06.810Z] Removing intermediate container ad033641c5c9 [2020-11-04T08:24:06.810Z] ---> 6af324ba98f6 [2020-11-04T08:24:06.810Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-04T08:24:06.810Z] ---> Running in 10d01c152c74 [2020-11-04T08:24:06.810Z] Removing intermediate container 9dae2266579b [2020-11-04T08:24:06.810Z] ---> 3c58175cd0d3 [2020-11-04T08:24:06.810Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-04T08:24:07.108Z] ---> Running in acdd6d716606 [2020-11-04T08:24:07.717Z] Removing intermediate container 10d01c152c74 [2020-11-04T08:24:07.717Z] ---> 4785d6b3a633 [2020-11-04T08:24:07.717Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-04T08:24:08.321Z] ---> Running in 14bcdb847e2e [2020-11-04T08:24:09.816Z] Removing intermediate container 14bcdb847e2e [2020-11-04T08:24:09.816Z] ---> 14b5fa126f82 [2020-11-04T08:24:09.816Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-04T08:24:10.436Z] 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 [2020-11-04T08:24:10.436Z] ---> Running in 9cf2f98843ef [2020-11-04T08:24:11.075Z] Removing intermediate container 9090f580a2b5 [2020-11-04T08:24:11.075Z] ---> be3bfad666a3 [2020-11-04T08:24:11.075Z] [2020-11-04T08:24:11.075Z] Step 10/22 : FROM scratch [2020-11-04T08:24:11.075Z] ---> [2020-11-04T08:24:11.075Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T08:24:11.358Z] ---> Running in a6cafe75bc49 [2020-11-04T08:24:12.414Z] Removing intermediate container a6cafe75bc49 [2020-11-04T08:24:12.414Z] ---> be3b046e47bb [2020-11-04T08:24:12.414Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-04T08:24:12.414Z] ---> Running in 7f15d9377b28 [2020-11-04T08:24:12.769Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T08:24:12.775Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-04T08:24:12.783Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-04T08:24:12.793Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-04T08:24:12.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-04T08:24:12.796Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2840/head:refs/remotes/origin/PR-2840 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-04T08:24:13.338Z] Merging remotes/origin/master commit 471572d2f2df79aa98c8f5e0e3ca4ebda15d7f75 into PR head commit bffca23d218d0c9ea1c697906d8eb37e09658b96 [Pipeline] } [2020-11-04T08:24:13.407Z] Removing intermediate container 7f15d9377b28 [2020-11-04T08:24:13.407Z] ---> f8a16a5f0d89 [2020-11-04T08:24:13.407Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:24:13.407Z] ---> Running in 6fcbe1a7d174 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2020-11-04T08:24:14.021Z] Removing intermediate container 6fcbe1a7d174 [2020-11-04T08:24:14.021Z] ---> f5a04df107fd [2020-11-04T08:24:14.021Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [Pipeline] } [2020-11-04T08:24:14.071Z] Failed in branch amd64 [2020-11-04T08:24:13.348Z] > git config core.sparsecheckout # timeout=10 [2020-11-04T08:24:13.353Z] > git checkout -f bffca23d218d0c9ea1c697906d8eb37e09658b96 # timeout=10 [2020-11-04T08:24:15.485Z] ---> 427a0a36eff8 [2020-11-04T08:24:15.485Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-04T08:24:15.485Z] Removing intermediate container 9cf2f98843ef [2020-11-04T08:24:15.485Z] ---> 707f805ccd13 [2020-11-04T08:24:15.485Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-04T08:24:17.496Z] ---> 3617f7ebf5bb [2020-11-04T08:24:17.496Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-04T08:24:18.104Z] ---> 3ce864f44d46 [2020-11-04T08:24:18.104Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-04T08:24:18.104Z] Removing intermediate container acdd6d716606 [2020-11-04T08:24:18.104Z] ---> acbef78ec99b [2020-11-04T08:24:18.104Z] [2020-11-04T08:24:18.104Z] Step 11/27 : FROM docker:latest [2020-11-04T08:24:18.104Z] ---> 5d4db4dc0692 [2020-11-04T08:24:18.104Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-04T08:24:18.386Z] ---> Running in 59bc37e9e61e [2020-11-04T08:24:19.826Z] ---> f270a6801247 [2020-11-04T08:24:19.826Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-04T08:24:20.105Z] ---> 44282b16eca6 [2020-11-04T08:24:20.105Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-04T08:24:21.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:21.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:21.654Z] ---> 3ab9e2ff70b2 [2020-11-04T08:24:21.654Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-04T08:24:21.654Z] ---> 00e5ecff6ee0 [2020-11-04T08:24:21.654Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-04T08:24:21.937Z] ---> Running in 63d2b7fce055 [2020-11-04T08:24:22.220Z] (1/2) Installing readline (8.0.4-r0) [2020-11-04T08:24:22.220Z] (2/2) Installing bash (5.0.17-r0) [2020-11-04T08:24:22.220Z] Executing bash-5.0.17-r0.post-install [2020-11-04T08:24:22.220Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:24:22.500Z] OK: 12 MiB in 22 packages [2020-11-04T08:24:22.778Z] Removing intermediate container 63d2b7fce055 [2020-11-04T08:24:22.778Z] ---> ad74d5bc2738 [2020-11-04T08:24:22.778Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:24:23.071Z] ---> cd69553de33c [2020-11-04T08:24:23.071Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-04T08:24:23.349Z] ---> Running in fe7ad07a0a95 [2020-11-04T08:24:24.347Z] Removing intermediate container fe7ad07a0a95 [2020-11-04T08:24:24.347Z] ---> e95f93a90cfb [2020-11-04T08:24:24.347Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T08:24:24.630Z] ---> Running in 65f88f6e3eab [2020-11-04T08:24:24.630Z] Removing intermediate container 59bc37e9e61e [2020-11-04T08:24:24.630Z] ---> d48321774e4c [2020-11-04T08:24:24.630Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-04T08:24:24.907Z] ---> 70b24bef0274 [2020-11-04T08:24:24.907Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-04T08:24:25.179Z] ---> Running in 633ed2abc977 [2020-11-04T08:24:25.179Z] ---> Running in 56ebffa01133 [2020-11-04T08:24:25.452Z] Removing intermediate container 65f88f6e3eab [2020-11-04T08:24:25.452Z] ---> 11d8162c74c2 [2020-11-04T08:24:25.452Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:24:25.727Z] ---> Running in d78575d08286 [2020-11-04T08:24:26.718Z] Removing intermediate container d78575d08286 [2020-11-04T08:24:26.718Z] ---> b08047d92977 [2020-11-04T08:24:26.718Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:24:26.999Z] ---> Running in 5cb393ad083d [2020-11-04T08:24:27.993Z] Removing intermediate container 5cb393ad083d [2020-11-04T08:24:27.993Z] ---> 628c2be5bd1a [2020-11-04T08:24:27.993Z] [2020-11-04T08:24:28.269Z] Successfully built 628c2be5bd1a [2020-11-04T08:24:28.269Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-04T08:24:28.269Z]  Building docker-support-logging-go ... done Building docker-security-proxy-setup-go [2020-11-04T08:24:29.726Z] Removing intermediate container 56ebffa01133 [2020-11-04T08:24:29.726Z] ---> ac9b4955b151 [2020-11-04T08:24:29.726Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-04T08:24:30.324Z] ---> Running in f861192223c9 [2020-11-04T08:24:30.922Z] Removing intermediate container 633ed2abc977 [2020-11-04T08:24:30.922Z] ---> 038d407fa4b3 [2020-11-04T08:24:30.922Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T08:24:31.573Z] Removing intermediate container f861192223c9 [2020-11-04T08:24:31.573Z] ---> f2d5b2bfc2e8 [2020-11-04T08:24:31.573Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-04T08:24:32.570Z] ---> Running in f3a2b38b0ddd [2020-11-04T08:24:32.570Z] ---> 3d7ac4446666 [2020-11-04T08:24:32.570Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T08:24:33.561Z] ---> Running in d19e46c6b358 [2020-11-04T08:24:33.561Z] Removing intermediate container f3a2b38b0ddd [2020-11-04T08:24:33.561Z] ---> 9a9ea8af91ea [2020-11-04T08:24:33.561Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-04T08:24:34.542Z] ---> Running in 7f6c24c4aa9d [2020-11-04T08:24:35.528Z] Removing intermediate container 7f6c24c4aa9d [2020-11-04T08:24:35.528Z] ---> e6e5f4f3de60 [2020-11-04T08:24:35.528Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-04T08:24:38.203Z] ---> e782a9239c22 [2020-11-04T08:24:38.203Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-04T08:24:38.842Z] Removing intermediate container d19e46c6b358 [2020-11-04T08:24:38.842Z] ---> ee650a3ecb3d [2020-11-04T08:24:38.842Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-04T08:24:39.443Z] ---> Running in 82de63ad0dbc [2020-11-04T08:24:40.449Z] ---> 7b3086cc0bbc [2020-11-04T08:24:40.449Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-04T08:24:45.896Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:24:45.896Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:24:45.896Z] ---> b4048535f88d [2020-11-04T08:24:45.896Z] Step 3/20 : WORKDIR /edgex-go [2020-11-04T08:24:45.896Z] ---> Using cache [2020-11-04T08:24:45.896Z] ---> 4379c1e7bbf9 [2020-11-04T08:24:45.896Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:24:45.896Z] ---> Using cache [2020-11-04T08:24:45.896Z] ---> afcc13aeae53 [2020-11-04T08:24:45.896Z] Step 5/20 : RUN apk update && apk add make git [2020-11-04T08:24:45.896Z] ---> 2467f569b1d7 [2020-11-04T08:24:45.896Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-04T08:24:45.896Z] ---> Running in c0ba455473af [2020-11-04T08:24:45.896Z] ---> Running in ece95916d727 [2020-11-04T08:24:45.896Z] Removing intermediate container 5664230ec49c [2020-11-04T08:24:45.896Z] ---> f5ede6645b69 [2020-11-04T08:24:45.896Z] [2020-11-04T08:24:45.896Z] Step 10/22 : FROM scratch [2020-11-04T08:24:45.896Z] ---> [2020-11-04T08:24:45.896Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:24:46.501Z] ---> Running in 933b00de4f8e [2020-11-04T08:24:46.785Z] Removing intermediate container 82de63ad0dbc [2020-11-04T08:24:46.785Z] ---> 94b3ef49000d [2020-11-04T08:24:46.785Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T08:24:47.066Z] ---> Running in 219134b4a4e1 [2020-11-04T08:24:47.346Z] Removing intermediate container 933b00de4f8e [2020-11-04T08:24:47.346Z] ---> 0469168b7271 [2020-11-04T08:24:47.346Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-04T08:24:47.346Z] ---> Running in 115587bc5360 [2020-11-04T08:24:47.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:47.624Z] Removing intermediate container 219134b4a4e1 [2020-11-04T08:24:47.624Z] ---> 953ea18b4dc1 [2020-11-04T08:24:47.624Z] Step 26/29 : CMD [ "generate" ] [2020-11-04T08:24:47.899Z] ---> Running in bbf230d67169 [2020-11-04T08:24:47.899Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:48.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:48.189Z] Removing intermediate container 115587bc5360 [2020-11-04T08:24:48.189Z] ---> f6459d492958 [2020-11-04T08:24:48.189Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:24:48.189Z] ---> Running in 21f46b07a632 [2020-11-04T08:24:48.472Z] Removing intermediate container bbf230d67169 [2020-11-04T08:24:48.472Z] ---> aa5c149ecdc6 [2020-11-04T08:24:48.472Z] Step 27/29 : LABEL arch=arm64 [2020-11-04T08:24:48.753Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-04T08:24:48.753Z] (2/33) Installing expat (2.2.9-r1) [2020-11-04T08:24:48.753Z] (3/33) Installing libffi (3.3-r2) [2020-11-04T08:24:48.753Z] (4/33) Installing gdbm (1.13-r1) [2020-11-04T08:24:48.753Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-04T08:24:48.753Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-04T08:24:48.753Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-04T08:24:49.028Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:24:49.653Z] ---> Running in 2ab55e7e05ca [2020-11-04T08:24:49.653Z] Removing intermediate container 21f46b07a632 [2020-11-04T08:24:49.653Z] ---> fa2a716bfbda [2020-11-04T08:24:49.653Z] Step 14/22 : WORKDIR / [2020-11-04T08:24:49.942Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:24:49.942Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:24:49.942Z] OK: 12623 distinct packages available [2020-11-04T08:24:50.222Z] ---> Running in 8ca98c730d94 [2020-11-04T08:24:50.828Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-04T08:24:50.828Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-04T08:24:50.828Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-04T08:24:50.828Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-04T08:24:50.828Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-04T08:24:50.828Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-04T08:24:50.828Z] OK: 217 MiB in 51 packages [2020-11-04T08:24:50.828Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-04T08:24:51.106Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-04T08:24:51.106Z] Removing intermediate container 2ab55e7e05ca [2020-11-04T08:24:51.106Z] ---> d1947a032213 [2020-11-04T08:24:51.106Z] Step 28/29 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:24:51.106Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-04T08:24:51.106Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-04T08:24:51.106Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-04T08:24:51.106Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-04T08:24:51.106Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-04T08:24:51.106Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-04T08:24:51.385Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-04T08:24:51.385Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-04T08:24:51.385Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-04T08:24:51.385Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-04T08:24:51.385Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-04T08:24:51.385Z] ---> Running in 51699c0a0727 [2020-11-04T08:24:51.385Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-04T08:24:51.385Z] Removing intermediate container 8ca98c730d94 [2020-11-04T08:24:51.385Z] ---> 4686c711e98d [2020-11-04T08:24:51.385Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-04T08:24:51.385Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-04T08:24:51.717Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-04T08:24:51.717Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-04T08:24:51.717Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-04T08:24:51.717Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-04T08:24:51.717Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-04T08:24:51.717Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:24:51.717Z] OK: 71 MiB in 55 packages [2020-11-04T08:24:52.006Z] Removing intermediate container 6606b5008463 [2020-11-04T08:24:52.006Z] ---> 8ae790b541d2 [2020-11-04T08:24:52.006Z] [2020-11-04T08:24:52.006Z] Step 10/23 : FROM alpine [2020-11-04T08:24:52.006Z] ---> 2e77e061c27f [2020-11-04T08:24:52.006Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:24:52.291Z] ---> Running in 2dffdcf8d5b2 [2020-11-04T08:24:52.291Z] Removing intermediate container 51699c0a0727 [2020-11-04T08:24:52.291Z] ---> ee97bac3b558 [2020-11-04T08:24:52.291Z] Step 29/29 : LABEL version=0.0.0 [2020-11-04T08:24:52.573Z] ---> Running in 0cc4688f6688 [2020-11-04T08:24:52.573Z] ---> 47015d3d4d04 [2020-11-04T08:24:52.573Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-04T08:24:52.850Z] Removing intermediate container ece95916d727 [2020-11-04T08:24:52.850Z] ---> 79be9cdd4d33 [2020-11-04T08:24:52.850Z] Step 6/20 : COPY go.mod . [2020-11-04T08:24:52.850Z] Removing intermediate container 2dffdcf8d5b2 [2020-11-04T08:24:52.850Z] ---> fdf2994bb30f [2020-11-04T08:24:52.850Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-04T08:24:53.126Z] ---> Running in 076df452cb6c [2020-11-04T08:24:53.412Z] Removing intermediate container 0cc4688f6688 [2020-11-04T08:24:53.412Z] ---> d7d4deed32cc [2020-11-04T08:24:53.412Z] [2020-11-04T08:24:54.421Z] Successfully built d7d4deed32cc [2020-11-04T08:24:54.421Z] ---> 849baacc28e9 [2020-11-04T08:24:54.421Z] Step 7/20 : RUN go mod download [2020-11-04T08:24:54.421Z] Removing intermediate container 076df452cb6c [2020-11-04T08:24:54.421Z] ---> c55e73539c1e [2020-11-04T08:24:54.421Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-04T08:24:54.421Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-04T08:24:54.421Z] Building docker-security-secretstore-setup-go [2020-11-04T08:24:54.700Z]  Building docker-security-secrets-setup-go ... done  ---> Running in d0b6a47b7f9e [2020-11-04T08:24:54.700Z] ---> Running in d4dd2ba9dd21 [2020-11-04T08:24:54.977Z] ---> e585d2b3226d [2020-11-04T08:24:54.978Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-04T08:24:55.964Z] Removing intermediate container d4dd2ba9dd21 [2020-11-04T08:24:55.964Z] ---> 6bff0ae35905 [2020-11-04T08:24:55.964Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:24:57.440Z] ---> Running in 156addf9735c [2020-11-04T08:24:57.440Z] ---> 0a95d6c1555b [2020-11-04T08:24:57.440Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-04T08:24:58.421Z] ---> Running in 2da5e4b34cfc [2020-11-04T08:24:59.409Z] Removing intermediate container 2da5e4b34cfc [2020-11-04T08:24:59.409Z] ---> c9228f56d1a0 [2020-11-04T08:24:59.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:25:00.004Z] Removing intermediate container d0b6a47b7f9e [2020-11-04T08:25:00.004Z] ---> bfb51a941069 [2020-11-04T08:25:00.004Z] Step 8/20 : COPY . . [2020-11-04T08:25:00.275Z] ---> Running in 3bae0398654e [2020-11-04T08:25:00.875Z] Removing intermediate container c0ba455473af [2020-11-04T08:25:00.875Z] ---> 8bd5c43fd66e [2020-11-04T08:25:00.875Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-04T08:25:01.480Z] Removing intermediate container 3bae0398654e [2020-11-04T08:25:01.480Z] ---> 691ff6fb4c41 [2020-11-04T08:25:01.480Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T08:25:01.480Z] ---> Running in 26f1c208fa2e [2020-11-04T08:25:01.754Z] ---> Running in c4447c551a9a [2020-11-04T08:25:03.200Z] Removing intermediate container 156addf9735c [2020-11-04T08:25:03.200Z] ---> 52ec290cff2b [2020-11-04T08:25:03.200Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-04T08:25:03.200Z] Removing intermediate container c4447c551a9a [2020-11-04T08:25:03.200Z] ---> a808622d21a5 [2020-11-04T08:25:03.200Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:25:03.482Z] ---> Running in 0bb416805aba [2020-11-04T08:25:03.482Z] ---> Running in bf92fc46b849 [2020-11-04T08:25:04.925Z] Removing intermediate container 0bb416805aba [2020-11-04T08:25:04.925Z] ---> 644def48b9ee [2020-11-04T08:25:04.925Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:25:05.525Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:25:05.800Z] ---> Running in 2fd218040bca [2020-11-04T08:25:06.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:25:06.418Z] Removing intermediate container 2fd218040bca [2020-11-04T08:25:06.418Z] ---> 9e964f7afae6 [2020-11-04T08:25:06.418Z] [2020-11-04T08:25:07.018Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-04T08:25:07.018Z] Successfully built 9e964f7afae6 [2020-11-04T08:25:07.291Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-04T08:25:07.291Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-04T08:25:07.291Z] Building docker-support-notifications-go [2020-11-04T08:25:07.291Z]  Building docker-core-metadata-go ... done (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-04T08:25:07.565Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-04T08:25:07.565Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-04T08:25:07.842Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:25:07.842Z] OK: 8 MiB in 19 packages [2020-11-04T08:25:08.835Z] Collecting docker-compose==1.23.2 [2020-11-04T08:25:08.835Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-04T08:25:09.823Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-11-04T08:25:09.823Z] Collecting cached-property<2,>=1.2.0 [2020-11-04T08:25:10.103Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-04T08:25:10.393Z] Collecting jsonschema<3,>=2.5.1 [2020-11-04T08:25:10.676Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-04T08:25:10.962Z] Removing intermediate container bf92fc46b849 [2020-11-04T08:25:10.962Z] ---> 403cdfe95123 [2020-11-04T08:25:10.962Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-04T08:25:11.757Z] Collecting texttable<0.10,>=0.9.0 [2020-11-04T08:25:11.757Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-04T08:25:12.822Z] ---> 06f6ce089f7f [2020-11-04T08:25:12.822Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-04T08:25:14.386Z] Collecting docopt<0.7,>=0.6.1 [2020-11-04T08:25:14.386Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-04T08:25:16.412Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:25:16.412Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:25:16.412Z] ---> b4048535f88d [2020-11-04T08:25:16.412Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T08:25:16.412Z] ---> Using cache [2020-11-04T08:25:16.412Z] ---> 4379c1e7bbf9 [2020-11-04T08:25:16.412Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:25:16.412Z] ---> Using cache [2020-11-04T08:25:16.412Z] ---> afcc13aeae53 [2020-11-04T08:25:16.412Z] Step 5/24 : RUN apk update && apk add make git [2020-11-04T08:25:16.412Z] ---> Using cache [2020-11-04T08:25:16.412Z] ---> 79be9cdd4d33 [2020-11-04T08:25:16.412Z] Step 6/24 : COPY go.mod . [2020-11-04T08:25:16.412Z] ---> Using cache [2020-11-04T08:25:16.412Z] ---> 849baacc28e9 [2020-11-04T08:25:16.412Z] Step 7/24 : RUN go mod download [2020-11-04T08:25:16.412Z] ---> Using cache [2020-11-04T08:25:16.412Z] ---> bfb51a941069 [2020-11-04T08:25:16.412Z] Step 8/24 : COPY . . [2020-11-04T08:25:16.697Z] ---> 4b12fbca7e9d [2020-11-04T08:25:16.697Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-04T08:25:16.697Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-04T08:25:16.972Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-04T08:25:18.983Z] ---> 8402f3f6e425 [2020-11-04T08:25:18.983Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-04T08:25:19.593Z] ---> Running in 9ffbec78daf7 [2020-11-04T08:25:19.869Z] ---> 56b83a07ef6a [2020-11-04T08:25:19.869Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-04T08:25:20.153Z] Collecting docker<4.0,>=3.6.0 [2020-11-04T08:25:20.153Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-04T08:25:20.751Z] ---> Running in b9b752a1002f [2020-11-04T08:25:21.029Z] Removing intermediate container 9ffbec78daf7 [2020-11-04T08:25:21.029Z] ---> d69c60d581e9 [2020-11-04T08:25:21.029Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:25:21.307Z] ---> Running in 4c7bd8910165 [2020-11-04T08:25:21.588Z] Collecting PyYAML<4,>=3.10 [2020-11-04T08:25:21.588Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-04T08:25:22.570Z] Removing intermediate container 4c7bd8910165 [2020-11-04T08:25:22.570Z] ---> 86d03eebc06d [2020-11-04T08:25:22.570Z] Step 21/23 : LABEL arch=arm64 [2020-11-04T08:25:22.845Z] ---> Running in d99e2c95ced8 [2020-11-04T08:25:23.453Z] 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 [2020-11-04T08:25:24.065Z] Removing intermediate container d99e2c95ced8 [2020-11-04T08:25:24.065Z] ---> 01f45e1a870b [2020-11-04T08:25:24.065Z] Step 22/23 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:25:24.343Z] ---> Running in 3aed41cba671 [2020-11-04T08:25:25.333Z] Removing intermediate container 3aed41cba671 [2020-11-04T08:25:25.333Z] ---> a36b724d56d9 [2020-11-04T08:25:25.333Z] Step 23/23 : LABEL version=0.0.0 [2020-11-04T08:25:25.930Z] ---> Running in f9016882e851 [2020-11-04T08:25:26.913Z] Removing intermediate container f9016882e851 [2020-11-04T08:25:26.913Z] ---> e99703deec1b [2020-11-04T08:25:26.913Z] [2020-11-04T08:25:26.913Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-04T08:25:26.913Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-04T08:25:27.914Z] Successfully built e99703deec1b [2020-11-04T08:25:27.914Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-04T08:25:27.914Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-11-04T08:25:27.914Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-04T08:25:27.914Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-04T08:25:28.515Z] Collecting docker-pycreds>=0.4.0 [2020-11-04T08:25:28.515Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-04T08:25:28.792Z] Collecting idna<2.8,>=2.5 [2020-11-04T08:25:29.067Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-04T08:25:29.665Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-04T08:25:29.665Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-04T08:25:29.941Z] 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) [2020-11-04T08:25:30.226Z] 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) [2020-11-04T08:25:30.226Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-04T08:25:30.226Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-04T08:25:30.226Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-04T08:25:30.226Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-04T08:25:30.868Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:25:30.868Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:25:30.868Z] ---> b4048535f88d [2020-11-04T08:25:30.868Z] Step 3/24 : WORKDIR /edgex-go [2020-11-04T08:25:30.868Z] ---> Using cache [2020-11-04T08:25:30.868Z] ---> 4379c1e7bbf9 [2020-11-04T08:25:30.868Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:25:30.868Z] ---> Using cache [2020-11-04T08:25:30.868Z] ---> afcc13aeae53 [2020-11-04T08:25:30.868Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-04T08:25:31.501Z] Installing collected packages: cached-property, jsonschema, texttable, docopt, dockerpty, idna, urllib3, requests, docker-pycreds, websocket-client, docker, PyYAML, docker-compose [2020-11-04T08:25:32.513Z] ---> Running in 985764cf26d2 [2020-11-04T08:25:32.513Z] Running setup.py install for texttable: started [2020-11-04T08:25:35.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:25:35.792Z] Running setup.py install for texttable: finished with status 'done' [2020-11-04T08:25:35.792Z] Running setup.py install for docopt: started [2020-11-04T08:25:36.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:25:38.108Z] ---> c9ea32fbc802 [2020-11-04T08:25:38.108Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-04T08:25:38.108Z] v3.12.1-16-g3ee3abb14d [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:25:38.108Z] v3.12.1-14-gd1a8d3ca7e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:25:38.108Z] OK: 12623 distinct packages available [2020-11-04T08:25:38.388Z] ---> Running in 3ad48e351162 [2020-11-04T08:25:38.666Z] Running setup.py install for docopt: finished with status 'done' [2020-11-04T08:25:38.666Z] Running setup.py install for dockerpty: started [2020-11-04T08:25:39.274Z] OK: 217 MiB in 51 packages [2020-11-04T08:25:41.313Z] 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 [2020-11-04T08:25:41.594Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-04T08:25:41.594Z] Attempting uninstall: idna [2020-11-04T08:25:41.594Z] Found existing installation: idna 2.9 [2020-11-04T08:25:41.594Z] Uninstalling idna-2.9: [2020-11-04T08:25:41.875Z] Removing intermediate container 985764cf26d2 [2020-11-04T08:25:41.875Z] ---> 025ccf986aa0 [2020-11-04T08:25:41.875Z] Step 6/24 : COPY go.mod . [2020-11-04T08:25:41.875Z] Successfully uninstalled idna-2.9 [2020-11-04T08:25:42.889Z] Attempting uninstall: urllib3 [2020-11-04T08:25:42.889Z] Found existing installation: urllib3 1.25.9 [2020-11-04T08:25:42.889Z] Uninstalling urllib3-1.25.9: [2020-11-04T08:25:43.172Z] ---> 9d157bddcfbd [2020-11-04T08:25:43.172Z] Step 7/24 : RUN go mod download [2020-11-04T08:25:43.172Z] Successfully uninstalled urllib3-1.25.9 [2020-11-04T08:25:43.453Z] ---> Running in db381a99a47f [2020-11-04T08:25:44.457Z] Attempting uninstall: requests [2020-11-04T08:25:44.457Z] Found existing installation: requests 2.23.0 [2020-11-04T08:25:44.457Z] Uninstalling requests-2.23.0: [2020-11-04T08:25:44.742Z] Successfully uninstalled requests-2.23.0 [2020-11-04T08:25:46.751Z] Running setup.py install for PyYAML: started [2020-11-04T08:25:51.184Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-04T08:25:51.184Z] Removing intermediate container db381a99a47f [2020-11-04T08:25:51.184Z] ---> 5d974bc8d351 [2020-11-04T08:25:51.184Z] Step 8/24 : COPY . . [2020-11-04T08:25:51.467Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:25:51.467Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:25:51.467Z] ---> b4048535f88d [2020-11-04T08:25:51.467Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> 4379c1e7bbf9 [2020-11-04T08:25:51.467Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> afcc13aeae53 [2020-11-04T08:25:51.467Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> 79be9cdd4d33 [2020-11-04T08:25:51.467Z] Step 6/22 : COPY go.mod . [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> 849baacc28e9 [2020-11-04T08:25:51.467Z] Step 7/22 : RUN go mod download [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> bfb51a941069 [2020-11-04T08:25:51.467Z] Step 8/22 : COPY . . [2020-11-04T08:25:51.467Z] ---> Using cache [2020-11-04T08:25:51.467Z] ---> c9ea32fbc802 [2020-11-04T08:25:51.467Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-04T08:25:51.746Z] ---> Running in f8983f561e95 [2020-11-04T08:25:52.351Z] 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 [2020-11-04T08:25:55.004Z] 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 [2020-11-04T08:26:00.551Z] Removing intermediate container 26f1c208fa2e [2020-11-04T08:26:00.551Z] ---> e221b927f958 [2020-11-04T08:26:00.551Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-04T08:26:00.551Z] ---> Running in 5a8a8fb52ec5 [2020-11-04T08:26:03.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:26:03.974Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:26:04.587Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T08:26:04.587Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-04T08:26:04.587Z] (3/3) Installing curl (7.69.1-r1) [2020-11-04T08:26:04.587Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:26:04.587Z] OK: 71 MiB in 58 packages [2020-11-04T08:26:08.043Z] Removing intermediate container 5a8a8fb52ec5 [2020-11-04T08:26:08.043Z] ---> 9fc3d41688d6 [2020-11-04T08:26:08.043Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-04T08:26:08.326Z] ---> Running in f6f8ec2249b6 [2020-11-04T08:26:08.932Z] ---> 2e1ae142968e [2020-11-04T08:26:08.932Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-04T08:26:09.213Z] Removing intermediate container f6f8ec2249b6 [2020-11-04T08:26:09.213Z] ---> 591704cc5370 [2020-11-04T08:26:09.213Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:26:09.213Z] ---> Running in bb9f284411b7 [2020-11-04T08:26:09.501Z] ---> Running in f308c5ab74ac [2020-11-04T08:26:10.543Z] Removing intermediate container f308c5ab74ac [2020-11-04T08:26:10.543Z] ---> 9529f949e0df [2020-11-04T08:26:10.543Z] Step 25/27 : LABEL arch=arm64 [2020-11-04T08:26:10.827Z] ---> Running in 251ebc39dae7 [2020-11-04T08:26:11.437Z] Removing intermediate container 251ebc39dae7 [2020-11-04T08:26:11.437Z] ---> d9fcf23d46a5 [2020-11-04T08:26:11.437Z] Step 26/27 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:26:11.715Z] ---> Running in 1b5bef4d0fce [2020-11-04T08:26:12.321Z] 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 [2020-11-04T08:26:12.321Z] Removing intermediate container 1b5bef4d0fce [2020-11-04T08:26:12.321Z] ---> 3eeba3f74015 [2020-11-04T08:26:12.321Z] Step 27/27 : LABEL version=0.0.0 [2020-11-04T08:26:12.596Z] ---> Running in 4f0f218b531f [2020-11-04T08:26:13.201Z] Removing intermediate container 4f0f218b531f [2020-11-04T08:26:13.201Z] ---> 44b207041895 [2020-11-04T08:26:13.201Z] [2020-11-04T08:26:13.485Z] Successfully built 44b207041895 [2020-11-04T08:26:13.765Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-04T08:26:13.765Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-scheduler-go [2020-11-04T08:26:36.071Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:26:36.071Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:26:36.071Z] ---> b4048535f88d [2020-11-04T08:26:36.071Z] Step 3/21 : WORKDIR /edgex-go [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> 4379c1e7bbf9 [2020-11-04T08:26:36.071Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> afcc13aeae53 [2020-11-04T08:26:36.071Z] Step 5/21 : RUN apk update && apk add make git [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> 79be9cdd4d33 [2020-11-04T08:26:36.071Z] Step 6/21 : COPY go.mod . [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> 849baacc28e9 [2020-11-04T08:26:36.071Z] Step 7/21 : RUN go mod download [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> bfb51a941069 [2020-11-04T08:26:36.071Z] Step 8/21 : COPY . . [2020-11-04T08:26:36.071Z] ---> Using cache [2020-11-04T08:26:36.071Z] ---> c9ea32fbc802 [2020-11-04T08:26:36.071Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-04T08:26:37.080Z] ---> Running in de01adc1c1b0 [2020-11-04T08:26:40.498Z] 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 [2020-11-04T08:26:41.115Z] Removing intermediate container b9b752a1002f [2020-11-04T08:26:41.115Z] ---> bc4cfb2e3266 [2020-11-04T08:26:41.115Z] [2020-11-04T08:26:41.115Z] Step 10/20 : FROM alpine [2020-11-04T08:26:41.115Z] ---> 2e77e061c27f [2020-11-04T08:26:41.115Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-04T08:26:41.394Z] ---> Running in 3303751e8f2a [2020-11-04T08:26:44.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:26:44.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:26:44.899Z] v3.12.1-16-g3ee3abb14d [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-04T08:26:44.899Z] v3.12.1-14-gd1a8d3ca7e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-04T08:26:44.899Z] OK: 12615 distinct packages available [2020-11-04T08:26:45.884Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-04T08:26:46.163Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-04T08:26:46.163Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-04T08:26:46.163Z] (4/4) Installing curl (7.69.1-r1) [2020-11-04T08:26:46.163Z] Executing busybox-1.31.1-r19.trigger [2020-11-04T08:26:46.163Z] Executing ca-certificates-20191127-r4.trigger [2020-11-04T08:26:46.445Z] OK: 7 MiB in 18 packages [2020-11-04T08:26:49.093Z] Removing intermediate container 3303751e8f2a [2020-11-04T08:26:49.093Z] ---> 5f1ceea082cc [2020-11-04T08:26:49.093Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T08:26:49.093Z] ---> Running in 9d194e2fe96e [2020-11-04T08:26:49.699Z] Removing intermediate container 9d194e2fe96e [2020-11-04T08:26:49.699Z] ---> d869314ba2db [2020-11-04T08:26:49.699Z] Step 13/20 : WORKDIR /edgex [2020-11-04T08:26:49.976Z] ---> Running in 2205a6e84c14 [2020-11-04T08:26:50.576Z] Removing intermediate container 2205a6e84c14 [2020-11-04T08:26:50.576Z] ---> e98b34b5d236 [2020-11-04T08:26:50.576Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-04T08:26:52.017Z] ---> 38fbd678334f [2020-11-04T08:26:52.017Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-04T08:26:53.466Z] ---> e5212c42985f [2020-11-04T08:26:53.466Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-04T08:26:53.466Z] ---> Running in 8b8beeaefa71 [2020-11-04T08:26:54.069Z] Removing intermediate container 8b8beeaefa71 [2020-11-04T08:26:54.069Z] ---> 8d646d60ab5b [2020-11-04T08:26:54.069Z] Step 17/20 : CMD ["--init=true"] [2020-11-04T08:26:54.341Z] ---> Running in 159c7479be0f [2020-11-04T08:26:54.933Z] Removing intermediate container 159c7479be0f [2020-11-04T08:26:54.933Z] ---> 409c255adc89 [2020-11-04T08:26:54.933Z] Step 18/20 : LABEL arch=arm64 [2020-11-04T08:26:55.203Z] ---> Running in fce6557c2c78 [2020-11-04T08:26:55.799Z] Removing intermediate container fce6557c2c78 [2020-11-04T08:26:55.799Z] ---> 924ba1778d51 [2020-11-04T08:26:55.799Z] Step 19/20 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:26:56.073Z] ---> Running in dfff054a90d7 [2020-11-04T08:26:56.673Z] Removing intermediate container dfff054a90d7 [2020-11-04T08:26:56.673Z] ---> 2f72820ab306 [2020-11-04T08:26:56.673Z] Step 20/20 : LABEL version=0.0.0 [2020-11-04T08:26:57.269Z] 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 [2020-11-04T08:26:57.270Z] ---> Running in d173635fdef8 [2020-11-04T08:26:57.872Z] Removing intermediate container d173635fdef8 [2020-11-04T08:26:57.872Z] ---> d04eda160f9f [2020-11-04T08:26:57.872Z] [2020-11-04T08:26:58.477Z] Successfully built d04eda160f9f [2020-11-04T08:26:58.477Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-04T08:26:58.477Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2020-11-04T08:27:20.675Z] Removing intermediate container 3ad48e351162 [2020-11-04T08:27:20.675Z] ---> 7d3ac70c73c2 [2020-11-04T08:27:20.675Z] [2020-11-04T08:27:20.675Z] Step 10/24 : FROM alpine:3.10 [2020-11-04T08:27:20.675Z] 3.10: Pulling from library/alpine [2020-11-04T08:27:20.675Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-04T08:27:20.675Z] Status: Downloaded newer image for alpine:3.10 [2020-11-04T08:27:20.675Z] ---> 536a684cf733 [2020-11-04T08:27:20.675Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T08:27:20.675Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-04T08:27:20.675Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-04T08:27:20.675Z] ---> b4048535f88d [2020-11-04T08:27:20.675Z] Step 3/22 : WORKDIR /edgex-go [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> 4379c1e7bbf9 [2020-11-04T08:27:20.675Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> afcc13aeae53 [2020-11-04T08:27:20.675Z] Step 5/22 : RUN apk update && apk add make git [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> 79be9cdd4d33 [2020-11-04T08:27:20.675Z] Step 6/22 : COPY go.mod . [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> 849baacc28e9 [2020-11-04T08:27:20.675Z] Step 7/22 : RUN go mod download [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> bfb51a941069 [2020-11-04T08:27:20.675Z] Step 8/22 : COPY . . [2020-11-04T08:27:20.675Z] ---> Using cache [2020-11-04T08:27:20.675Z] ---> c9ea32fbc802 [2020-11-04T08:27:20.675Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-04T08:27:21.273Z] ---> Running in a5d9efaa97ef [2020-11-04T08:27:21.273Z] ---> Running in f2ac9211357f [2020-11-04T08:27:23.951Z] 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 [2020-11-04T08:27:24.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:27:24.834Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:27:25.446Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-04T08:27:25.446Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-04T08:27:25.446Z] OK: 10167 distinct packages available [2020-11-04T08:27:25.731Z] Removing intermediate container f8983f561e95 [2020-11-04T08:27:25.731Z] ---> 7e98f8c15180 [2020-11-04T08:27:25.731Z] [2020-11-04T08:27:25.731Z] Step 10/22 : FROM alpine:3.10 [2020-11-04T08:27:25.731Z] ---> 536a684cf733 [2020-11-04T08:27:25.731Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-04T08:27:26.025Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-04T08:27:26.025Z] ---> Running in c2daa31380b1 [2020-11-04T08:27:26.025Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-04T08:27:26.025Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-04T08:27:26.025Z] (4/5) Installing curl (7.66.0-r1) [2020-11-04T08:27:26.025Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-04T08:27:26.304Z] Executing busybox-1.30.1-r3.trigger [2020-11-04T08:27:26.304Z] Executing ca-certificates-20191127-r2.trigger [2020-11-04T08:27:26.585Z] OK: 7 MiB in 19 packages [2020-11-04T08:27:29.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-04T08:27:29.248Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-04T08:27:29.248Z] Removing intermediate container f2ac9211357f [2020-11-04T08:27:29.248Z] ---> 25f09797794f [2020-11-04T08:27:29.248Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-04T08:27:29.527Z] ---> Running in 98478fc1ff08 [2020-11-04T08:27:29.808Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-04T08:27:29.808Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-04T08:27:29.808Z] OK: 10167 distinct packages available [2020-11-04T08:27:30.092Z] Removing intermediate container 98478fc1ff08 [2020-11-04T08:27:30.092Z] ---> 0eff1d83faf6 [2020-11-04T08:27:30.092Z] Step 13/24 : WORKDIR / [2020-11-04T08:27:30.370Z] ---> Running in f520b5e653a3 [2020-11-04T08:27:30.649Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-04T08:27:30.649Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-04T08:27:30.649Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-04T08:27:30.649Z] (4/5) Installing curl (7.66.0-r1) [2020-11-04T08:27:30.649Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-04T08:27:30.649Z] Executing busybox-1.30.1-r3.trigger [2020-11-04T08:27:30.928Z] Executing ca-certificates-20191127-r2.trigger [2020-11-04T08:27:30.928Z] Removing intermediate container f520b5e653a3 [2020-11-04T08:27:30.928Z] ---> 120d54bda634 [2020-11-04T08:27:30.928Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-11-04T08:27:31.205Z] OK: 7 MiB in 19 packages [2020-11-04T08:27:32.674Z] ---> 862b795efc6e [2020-11-04T08:27:32.674Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-11-04T08:27:34.123Z] Removing intermediate container c2daa31380b1 [2020-11-04T08:27:34.123Z] ---> 8b9c2fa5e88c [2020-11-04T08:27:34.123Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-04T08:27:34.123Z] ---> b1b72513bbfc [2020-11-04T08:27:34.123Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-04T08:27:34.123Z] ---> Running in d4eaeb45fe80 [2020-11-04T08:27:34.730Z] Removing intermediate container d4eaeb45fe80 [2020-11-04T08:27:34.730Z] ---> 99735a5695fc [2020-11-04T08:27:34.730Z] Step 13/22 : WORKDIR / [2020-11-04T08:27:35.010Z] ---> Running in a56420b863c5 [2020-11-04T08:27:35.624Z] ---> 47577a1bce15 [2020-11-04T08:27:35.624Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-04T08:27:35.624Z] Removing intermediate container a56420b863c5 [2020-11-04T08:27:35.624Z] ---> ba44b94b0a97 [2020-11-04T08:27:35.624Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-04T08:27:37.623Z] ---> 397fdaa1814c [2020-11-04T08:27:37.623Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-04T08:27:37.623Z] ---> 9bac80e64542 [2020-11-04T08:27:37.623Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-04T08:27:39.631Z] ---> cf0f67ad9ab5 [2020-11-04T08:27:39.631Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-04T08:27:39.909Z] ---> adf664f4f679 [2020-11-04T08:27:39.909Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-04T08:27:41.370Z] ---> 783e969b1ce4 [2020-11-04T08:27:41.370Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-04T08:27:41.370Z] ---> 95a9bb67e799 [2020-11-04T08:27:41.370Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-04T08:27:41.370Z] ---> Running in 826233f4abe6 [2020-11-04T08:27:42.824Z] ---> 50d0b4152c40 [2020-11-04T08:27:42.824Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-04T08:27:42.824Z] ---> Running in 276cb920c36b [2020-11-04T08:27:46.253Z] Removing intermediate container 826233f4abe6 [2020-11-04T08:27:46.253Z] ---> 97983a0d8fe0 [2020-11-04T08:27:46.253Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-04T08:27:46.253Z] ---> Running in 24bbb023687e [2020-11-04T08:27:46.858Z] Removing intermediate container 276cb920c36b [2020-11-04T08:27:46.858Z] ---> 2477f4032cc8 [2020-11-04T08:27:47.141Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"]Removing intermediate container 24bbb023687e [2020-11-04T08:27:47.141Z] ---> 4bd92b2d0986 [2020-11-04T08:27:47.141Z] Step 22/24 : LABEL arch=arm64 [2020-11-04T08:27:47.141Z] [2020-11-04T08:27:47.141Z] ---> Running in a910649eae68 [2020-11-04T08:27:47.141Z] ---> Running in 65391d4cdbb5 [2020-11-04T08:27:48.149Z] Removing intermediate container 65391d4cdbb5 [2020-11-04T08:27:48.149Z] ---> f401b8c30fcb [2020-11-04T08:27:48.149Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T08:27:48.149Z] Removing intermediate container a910649eae68 [2020-11-04T08:27:48.149Z] ---> 7c0db4c994c7 [2020-11-04T08:27:48.149Z] Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:27:48.149Z] ---> Running in c3c4899d92ea [2020-11-04T08:27:48.149Z] ---> Running in a037f24955e8 [2020-11-04T08:27:48.758Z] Removing intermediate container c3c4899d92ea [2020-11-04T08:27:48.758Z] ---> 96a6f4cc42d0 [2020-11-04T08:27:48.758Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T08:27:49.048Z] Removing intermediate container a037f24955e8 [2020-11-04T08:27:49.048Z] ---> c68473a34737 [2020-11-04T08:27:49.048Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:27:49.048Z] ---> Running in b8135bec5bf9 [2020-11-04T08:27:49.350Z] ---> Running in 8b9e61c30180 [2020-11-04T08:27:50.422Z] Removing intermediate container b8135bec5bf9 [2020-11-04T08:27:50.423Z] ---> 173f823bd10e [2020-11-04T08:27:50.423Z] [2020-11-04T08:27:50.423Z] Removing intermediate container 8b9e61c30180 [2020-11-04T08:27:50.423Z] ---> 21014d74d3eb [2020-11-04T08:27:50.423Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:27:50.756Z] Successfully built 173f823bd10e [2020-11-04T08:27:50.756Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-04T08:27:50.756Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in baec12b618bc [2020-11-04T08:27:51.409Z] Removing intermediate container baec12b618bc [2020-11-04T08:27:51.409Z] ---> 88decfd9478e [2020-11-04T08:27:51.409Z] [2020-11-04T08:27:52.022Z] Successfully built 88decfd9478e [2020-11-04T08:27:52.023Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-04T08:28:04.482Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container bb9f284411b7 [2020-11-04T08:28:04.482Z] ---> be961baf1247 [2020-11-04T08:28:04.482Z] [2020-11-04T08:28:04.482Z] Step 10/24 : FROM scratch [2020-11-04T08:28:04.482Z] ---> [2020-11-04T08:28:04.482Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-04T08:28:04.482Z] ---> Using cache [2020-11-04T08:28:04.482Z] ---> be3b046e47bb [2020-11-04T08:28:04.482Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-04T08:28:04.762Z] ---> Running in b1294e0368ed [2020-11-04T08:28:05.370Z] Removing intermediate container b1294e0368ed [2020-11-04T08:28:05.370Z] ---> c6ad63f07899 [2020-11-04T08:28:05.370Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-04T08:28:05.370Z] ---> Running in 16984f3beb61 [2020-11-04T08:28:05.979Z] Removing intermediate container 16984f3beb61 [2020-11-04T08:28:05.979Z] ---> 2f20e3ab36cb [2020-11-04T08:28:05.979Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-04T08:28:06.996Z] ---> 8435da5b8d06 [2020-11-04T08:28:06.996Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-04T08:28:08.454Z] ---> e77ace0d0d8c [2020-11-04T08:28:08.454Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-04T08:28:10.463Z] ---> b442dc89ea2a [2020-11-04T08:28:10.464Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-04T08:28:11.458Z] ---> 05a36b4328ea [2020-11-04T08:28:11.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-04T08:28:12.923Z] ---> b2bb665964f7 [2020-11-04T08:28:12.923Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-04T08:28:14.929Z] ---> 30ce47c9508b [2020-11-04T08:28:14.929Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-04T08:28:15.208Z] ---> Running in 8d6b92db1a8c [2020-11-04T08:28:16.200Z] Removing intermediate container de01adc1c1b0 [2020-11-04T08:28:16.200Z] ---> ea21eb2b1c34 [2020-11-04T08:28:16.200Z] [2020-11-04T08:28:16.200Z] Step 10/21 : FROM scratch [2020-11-04T08:28:16.200Z] ---> [2020-11-04T08:28:16.200Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:28:16.200Z] Removing intermediate container 8d6b92db1a8c [2020-11-04T08:28:16.200Z] ---> 988059236e6d [2020-11-04T08:28:16.200Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:28:16.476Z] ---> Using cache [2020-11-04T08:28:16.476Z] ---> 0469168b7271 [2020-11-04T08:28:16.476Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-04T08:28:16.476Z] ---> Running in 74e1c93f2856 [2020-11-04T08:28:16.476Z] ---> Running in 3009fb3b600f [2020-11-04T08:28:17.081Z] Removing intermediate container 74e1c93f2856 [2020-11-04T08:28:17.081Z] ---> d210060a1b11 [2020-11-04T08:28:17.081Z] Step 22/24 : LABEL arch=arm64 [2020-11-04T08:28:17.359Z] ---> Running in 0d4a02612284 [2020-11-04T08:28:17.359Z] Removing intermediate container 3009fb3b600f [2020-11-04T08:28:17.359Z] ---> b9bf1eae294c [2020-11-04T08:28:17.359Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-04T08:28:17.359Z] ---> Running in 8d85543c2120 [2020-11-04T08:28:17.958Z] Removing intermediate container 0d4a02612284 [2020-11-04T08:28:17.958Z] ---> 14708393a96a [2020-11-04T08:28:17.958Z] Step 23/24 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:28:18.239Z] Removing intermediate container 8d85543c2120 [2020-11-04T08:28:18.239Z] ---> e43e648aa3e8 [2020-11-04T08:28:18.239Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-04T08:28:18.239Z] ---> Running in c5b4258e9245 [2020-11-04T08:28:19.226Z] Removing intermediate container c5b4258e9245 [2020-11-04T08:28:19.226Z] ---> c5b3fbdbf91d [2020-11-04T08:28:19.226Z] Step 24/24 : LABEL version=0.0.0 [2020-11-04T08:28:19.226Z] ---> Running in f62bb59403ec [2020-11-04T08:28:19.500Z] ---> cb2c762c0cd4 [2020-11-04T08:28:19.500Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-04T08:28:19.773Z] Removing intermediate container f62bb59403ec [2020-11-04T08:28:19.773Z] ---> 2678e9b05aae [2020-11-04T08:28:19.773Z] [2020-11-04T08:28:20.369Z] Successfully built 2678e9b05aae [2020-11-04T08:28:20.369Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-04T08:28:21.374Z]  Building docker-support-notifications-go ... done  ---> f8ed00aa5829 [2020-11-04T08:28:21.374Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-04T08:28:22.377Z] ---> 479be7a01093 [2020-11-04T08:28:22.377Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-04T08:28:22.377Z] ---> Running in fa86e8994379 [2020-11-04T08:28:22.974Z] Removing intermediate container fa86e8994379 [2020-11-04T08:28:22.974Z] ---> 390ef19ba4a4 [2020-11-04T08:28:22.974Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:28:22.974Z] ---> Running in cce7f46c1334 [2020-11-04T08:28:23.575Z] Removing intermediate container cce7f46c1334 [2020-11-04T08:28:23.575Z] ---> fa89d3fe463d [2020-11-04T08:28:23.575Z] Step 19/21 : LABEL arch=arm64 [2020-11-04T08:28:23.575Z] ---> Running in 035f55a13edc [2020-11-04T08:28:24.174Z] Removing intermediate container 035f55a13edc [2020-11-04T08:28:24.174Z] ---> fdc57a6aa365 [2020-11-04T08:28:24.174Z] Step 20/21 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:28:24.174Z] ---> Running in 4bda0a296940 [2020-11-04T08:28:24.775Z] Removing intermediate container 4bda0a296940 [2020-11-04T08:28:24.775Z] ---> 3f1d152612a6 [2020-11-04T08:28:24.775Z] Step 21/21 : LABEL version=0.0.0 [2020-11-04T08:28:24.775Z] ---> Running in 6f6294c5425c [2020-11-04T08:28:25.760Z] Removing intermediate container 6f6294c5425c [2020-11-04T08:28:25.760Z] ---> f6d0f7e81e7d [2020-11-04T08:28:25.760Z] [2020-11-04T08:28:26.033Z] Successfully built f6d0f7e81e7d [2020-11-04T08:28:26.033Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-04T08:28:29.418Z]  Building docker-support-scheduler-go ... done Removing intermediate container a5d9efaa97ef [2020-11-04T08:28:29.418Z] ---> ed8c7898e427 [2020-11-04T08:28:29.418Z] [2020-11-04T08:28:29.418Z] Step 10/22 : FROM scratch [2020-11-04T08:28:29.418Z] ---> [2020-11-04T08:28:29.418Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-04T08:28:29.418Z] ---> Using cache [2020-11-04T08:28:29.418Z] ---> 0469168b7271 [2020-11-04T08:28:29.418Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-04T08:28:29.418Z] ---> Running in 1db12161f76e [2020-11-04T08:28:29.691Z] Removing intermediate container 1db12161f76e [2020-11-04T08:28:29.691Z] ---> 3dac84185ca1 [2020-11-04T08:28:29.691Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-04T08:28:29.691Z] ---> Running in b3f455d3d4ee [2020-11-04T08:28:30.286Z] Removing intermediate container b3f455d3d4ee [2020-11-04T08:28:30.286Z] ---> 7fafde82f040 [2020-11-04T08:28:30.286Z] Step 14/22 : WORKDIR / [2020-11-04T08:28:30.286Z] ---> Running in 1da41ae58f2f [2020-11-04T08:28:30.879Z] Removing intermediate container 1da41ae58f2f [2020-11-04T08:28:30.879Z] ---> 1a432f2a6ca1 [2020-11-04T08:28:30.879Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-04T08:28:31.472Z] ---> 997531ff79a9 [2020-11-04T08:28:31.472Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-04T08:28:32.905Z] ---> 6c26f44dfd6b [2020-11-04T08:28:32.905Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-04T08:28:33.500Z] ---> 62d1beeffbe5 [2020-11-04T08:28:33.500Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-04T08:28:33.500Z] ---> Running in 1f31715e5fd6 [2020-11-04T08:28:34.094Z] Removing intermediate container 1f31715e5fd6 [2020-11-04T08:28:34.094Z] ---> 3db77bf83ff0 [2020-11-04T08:28:34.094Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-04T08:28:34.094Z] ---> Running in 6dca8cf703c7 [2020-11-04T08:28:34.688Z] Removing intermediate container 6dca8cf703c7 [2020-11-04T08:28:34.688Z] ---> 86def98e1f33 [2020-11-04T08:28:34.688Z] Step 20/22 : LABEL arch=arm64 [2020-11-04T08:28:34.688Z] ---> Running in b326b36fecbe [2020-11-04T08:28:35.279Z] Removing intermediate container b326b36fecbe [2020-11-04T08:28:35.279Z] ---> 0fb49aeb0be5 [2020-11-04T08:28:35.279Z] Step 21/22 : LABEL git_sha=bffca23d218d0c9ea1c697906d8eb37e09658b96 [2020-11-04T08:28:35.279Z] ---> Running in e0d8912baff6 [2020-11-04T08:28:35.872Z] Removing intermediate container e0d8912baff6 [2020-11-04T08:28:35.872Z] ---> 173c9267af6a [2020-11-04T08:28:35.872Z] Step 22/22 : LABEL version=0.0.0 [2020-11-04T08:28:35.872Z] ---> Running in 8c7868df05c9 [2020-11-04T08:28:36.477Z] Removing intermediate container 8c7868df05c9 [2020-11-04T08:28:36.477Z] ---> 308d77c9df5d [2020-11-04T08:28:36.477Z] [2020-11-04T08:28:36.747Z] Successfully built 308d77c9df5d [2020-11-04T08:28:36.747Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-04T08:28:37.034Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-11-04T08:28:37.024Z] $ docker stop --time=1 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 [2020-11-04T08:28:38.968Z] $ docker rm -f 8d394c8f0d79e17f090976622f025d24496c508e90c581883dbbbeee1ae21304 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-04T08:28:39.671Z] + + grepdocker docker images [2020-11-04T08:28:39.672Z] [2020-11-04T08:28:39.943Z] docker-core-command-go-arm64 latest 308d77c9df5d 3 seconds ago 11.4MB [2020-11-04T08:28:39.943Z] docker-support-scheduler-go-arm64 latest f6d0f7e81e7d 14 seconds ago 11.5MB [2020-11-04T08:28:39.943Z] docker-support-notifications-go-arm64 latest 2678e9b05aae 20 seconds ago 12.9MB [2020-11-04T08:28:39.943Z] docker-security-bootstrap-redis-go-arm64 latest 88decfd9478e 48 seconds ago 15.2MB [2020-11-04T08:28:39.943Z] docker-security-secretstore-setup-go-arm64 latest 173f823bd10e 50 seconds ago 23.6MB [2020-11-04T08:28:39.943Z] docker-security-proxy-setup-go-arm64 latest d04eda160f9f About a minute ago 15.1MB [2020-11-04T08:28:39.943Z] docker-sys-mgmt-agent-go-arm64 latest 44b207041895 2 minutes ago 270MB [2020-11-04T08:28:39.943Z] docker-core-data-go-arm64 latest e99703deec1b 3 minutes ago 22.3MB [2020-11-04T08:28:39.943Z] docker-core-metadata-go-arm64 latest 9e964f7afae6 3 minutes ago 13.5MB [2020-11-04T08:28:39.943Z] docker-security-secrets-setup-go-arm64 latest d7d4deed32cc 3 minutes ago 22.7MB [2020-11-04T08:28:39.943Z] docker-support-logging-go-arm64 latest 628c2be5bd1a 4 minutes ago 10.6MB [2020-11-04T08:28:39.943Z] docker latest 5d4db4dc0692 13 days ago 198MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:28:43.863Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:28:44.855Z] ---> package-listing.sh [2020-11-04T08:28:44.855Z] ++ facter osfamily [2020-11-04T08:28:44.855Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-04T08:28:44.855Z] + OS_FAMILY=redhat [2020-11-04T08:28:44.855Z] + workspace=/w/workspace/edgex-go/14 [2020-11-04T08:28:44.855Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-04T08:28:44.855Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-04T08:28:44.855Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-04T08:28:44.855Z] + PACKAGES=/tmp/packages_start.txt [2020-11-04T08:28:44.855Z] + '[' /w/workspace/edgex-go/14 ']' [2020-11-04T08:28:44.855Z] + PACKAGES=/tmp/packages_end.txt [2020-11-04T08:28:44.855Z] + case "${OS_FAMILY}" in [2020-11-04T08:28:44.855Z] + rpm -qa [2020-11-04T08:28:44.855Z] + sort [2020-11-04T08:28:49.309Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-04T08:28:49.309Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-04T08:28:49.309Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-04T08:28:49.309Z] + '[' /w/workspace/edgex-go/14 ']' [2020-11-04T08:28:49.309Z] + mkdir -p /w/workspace/edgex-go/14/archives/ [2020-11-04T08:28:49.309Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/14/archives/ [Pipeline] echo [2020-11-04T08:28:49.330Z] 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/14/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-04T08:28:49.661Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:28:50.026Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T08:28:50.290Z] [2020-11-04T08:28:50.290Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-04T08:28:50.646Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T08:28:50.646Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-04T08:28:50.646Z] df20fa9351a1: Already exists [2020-11-04T08:28:50.646Z] 36b3adc4ff6f: Pulling fs layer [2020-11-04T08:28:50.646Z] 8ad3a11d3b57: Pulling fs layer [2020-11-04T08:28:50.646Z] 46f8f816bc3b: Pulling fs layer [2020-11-04T08:28:50.646Z] 93b61091891f: Pulling fs layer [2020-11-04T08:28:50.646Z] 93b9cdb0e59b: Pulling fs layer [2020-11-04T08:28:50.646Z] 5e14af77c1be: Pulling fs layer [2020-11-04T08:28:50.646Z] 01666e4c0597: Pulling fs layer [2020-11-04T08:28:50.646Z] aa168da1d23b: Pulling fs layer [2020-11-04T08:28:50.646Z] 93b9cdb0e59b: Waiting [2020-11-04T08:28:50.646Z] 5e14af77c1be: Waiting [2020-11-04T08:28:50.646Z] 01666e4c0597: Waiting [2020-11-04T08:28:50.646Z] aa168da1d23b: Waiting [2020-11-04T08:28:50.646Z] 93b61091891f: Waiting [2020-11-04T08:28:50.646Z] 46f8f816bc3b: Verifying Checksum [2020-11-04T08:28:50.646Z] 46f8f816bc3b: Download complete [2020-11-04T08:28:50.646Z] 36b3adc4ff6f: Verifying Checksum [2020-11-04T08:28:50.942Z] 93b9cdb0e59b: Verifying Checksum [2020-11-04T08:28:50.942Z] 93b9cdb0e59b: Download complete [2020-11-04T08:28:50.942Z] 5e14af77c1be: Verifying Checksum [2020-11-04T08:28:50.942Z] 5e14af77c1be: Download complete [2020-11-04T08:28:50.942Z] 01666e4c0597: Verifying Checksum [2020-11-04T08:28:50.942Z] 01666e4c0597: Download complete [2020-11-04T08:28:51.228Z] 93b61091891f: Verifying Checksum [2020-11-04T08:28:51.228Z] 93b61091891f: Download complete [2020-11-04T08:28:51.228Z] 36b3adc4ff6f: Pull complete [2020-11-04T08:28:51.525Z] 8ad3a11d3b57: Verifying Checksum [2020-11-04T08:28:51.525Z] 8ad3a11d3b57: Download complete [2020-11-04T08:28:52.962Z] 8ad3a11d3b57: Pull complete [2020-11-04T08:28:53.231Z] 46f8f816bc3b: Pull complete [2020-11-04T08:28:53.842Z] 93b61091891f: Pull complete [2020-11-04T08:28:54.116Z] 93b9cdb0e59b: Pull complete [2020-11-04T08:28:55.114Z] 5e14af77c1be: Pull complete [2020-11-04T08:28:55.379Z] aa168da1d23b: Download complete [2020-11-04T08:28:56.333Z] 01666e4c0597: Pull complete [2020-11-04T08:29:08.877Z] aa168da1d23b: Pull complete [2020-11-04T08:29:08.877Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-04T08:29:08.877Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-04T08:29:08.877Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-04T08:29:09.225Z] prd-centos7-docker-4c-2g-11177 does not seem to be running inside a container [2020-11-04T08:29:09.380Z] $ 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/14/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/14 -v /w/workspace/edgex-go/14:/w/workspace/edgex-go/14:rw,z -v /w/workspace/edgex-go/14@tmp:/w/workspace/edgex-go/14@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-04T08:29:13.156Z] $ docker top 05cce92200030db94221662db9de72ed05d2f89116ab64e5a37198879c24ac5e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-04T08:29:13.761Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-04T08:29:14.105Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-04T08:29:14.424Z] + ls /var/log/sa-host [2020-11-04T08:29:14.424Z] + sadf -c /var/log/sa-host/sa04 [2020-11-04T08:29:14.424Z] file_magic: OK [2020-11-04T08:29:14.424Z] HZ: Using current value: 100 [2020-11-04T08:29:14.424Z] file_header: OK [2020-11-04T08:29:14.424Z] 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 [2020-11-04T08:29:14.424Z] Statistics: [2020-11-04T08:29:14.424Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-04T08:29:14.424Z] File successfully converted to sysstat format version 12.2.1 [2020-11-04T08:29:14.424Z] + sadf -c /var/log/sa-host/sa05 [2020-11-04T08:29:14.424Z] file_magic: OK [2020-11-04T08:29:14.424Z] HZ: Using current value: 100 [2020-11-04T08:29:14.424Z] file_header: OK [2020-11-04T08:29:14.424Z] 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 [2020-11-04T08:29:14.424Z] Statistics: [2020-11-04T08:29:14.424Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-04T08:29:14.424Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-04T08:29:16.009Z] provisioning config files... [2020-11-04T08:29:16.051Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/14@tmp/config3140212964495928527tmp [Pipeline] { [Pipeline] echo [2020-11-04T08:29:16.174Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:29:16.482Z] ---> create-netrc.sh [Pipeline] } [2020-11-04T08:29:16.492Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-04T08:29:16.601Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:29:16.923Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-04T08:29:16.934Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:29:17.244Z] ---> sudo-logs.sh [2020-11-04T08:29:17.244Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-04T08:29:17.260Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:29:17.561Z] ---> job-cost.sh [2020-11-04T08:29:17.561Z] lf-activate-venv: SKIPPING [2020-11-04T08:29:17.561Z] INFO: No Stack... [2020-11-04T08:29:18.964Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-04T08:29:19.227Z] INFO: Archiving Costs [Pipeline] echo [2020-11-04T08:29:19.244Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-04T08:29:19.907Z] ---> logs-deploy.sh [2020-11-04T08:29:19.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2840/14 [2020-11-04T08:29:19.907Z] INFO: archiving workspace using pattern(s): [2020-11-04T08:29:21.873Z] Archives upload complete. [2020-11-04T08:29:22.140Z] INFO: archiving logs to Nexus [2020-11-04T08:29:23.556Z] ---> uname -a: [2020-11-04T08:29:23.556Z] Linux prd-centos7-docker-4c-2g-11177.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> lscpu: [2020-11-04T08:29:23.556Z] Architecture: x86_64 [2020-11-04T08:29:23.556Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-04T08:29:23.556Z] Byte Order: Little Endian [2020-11-04T08:29:23.556Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-04T08:29:23.556Z] CPU(s): 4 [2020-11-04T08:29:23.556Z] On-line CPU(s) list: 0-3 [2020-11-04T08:29:23.556Z] Thread(s) per core: 1 [2020-11-04T08:29:23.556Z] Core(s) per socket: 1 [2020-11-04T08:29:23.556Z] Socket(s): 4 [2020-11-04T08:29:23.556Z] NUMA node(s): 1 [2020-11-04T08:29:23.556Z] Vendor ID: GenuineIntel [2020-11-04T08:29:23.556Z] CPU family: 6 [2020-11-04T08:29:23.556Z] Model: 44 [2020-11-04T08:29:23.556Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-04T08:29:23.556Z] Stepping: 1 [2020-11-04T08:29:23.556Z] CPU MHz: 2933.438 [2020-11-04T08:29:23.556Z] BogoMIPS: 5866.87 [2020-11-04T08:29:23.556Z] Virtualization: VT-x [2020-11-04T08:29:23.556Z] Hypervisor vendor: KVM [2020-11-04T08:29:23.556Z] Virtualization type: full [2020-11-04T08:29:23.556Z] L1d cache: 128 KiB [2020-11-04T08:29:23.556Z] L1i cache: 128 KiB [2020-11-04T08:29:23.556Z] L2 cache: 16 MiB [2020-11-04T08:29:23.556Z] L3 cache: 64 MiB [2020-11-04T08:29:23.556Z] NUMA node0 CPU(s): 0-3 [2020-11-04T08:29:23.556Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-04T08:29:23.556Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-04T08:29:23.556Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-04T08:29:23.556Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-04T08:29:23.556Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-04T08:29:23.556Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-04T08:29:23.556Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-04T08:29:23.556Z] Vulnerability Tsx async abort: Not affected [2020-11-04T08:29:23.556Z] 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 [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> nproc: [2020-11-04T08:29:23.556Z] 4 [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> df -h: [2020-11-04T08:29:23.556Z] Filesystem Size Used Available Use% Mounted on [2020-11-04T08:29:23.556Z] overlay 50.0G 12.3G 37.7G 25% / [2020-11-04T08:29:23.556Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-04T08:29:23.556Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-04T08:29:23.556Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /facter-os [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/resolv.conf [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hostname [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /etc/hosts [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/secure [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/auth.log [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /run/cloud-init/result.json [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /var/log/sa-host [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/14 [2020-11-04T08:29:23.556Z] /dev/vda1 50.0G 12.3G 37.7G 25% /w/workspace/edgex-go/14@tmp [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> free -m: [2020-11-04T08:29:23.556Z] total used free shared buff/cache available [2020-11-04T08:29:23.556Z] Mem: 1837 643 128 0 1065 1106 [2020-11-04T08:29:23.556Z] Swap: 1023 76 947 [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> ip addr: [2020-11-04T08:29:23.556Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-04T08:29:23.556Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-04T08:29:23.556Z] inet 127.0.0.1/8 scope host lo [2020-11-04T08:29:23.556Z] valid_lft forever preferred_lft forever [2020-11-04T08:29:23.556Z] inet6 ::1/128 scope host [2020-11-04T08:29:23.556Z] valid_lft forever preferred_lft forever [2020-11-04T08:29:23.556Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-04T08:29:23.556Z] link/ether fa:16:3e:12:ba:f7 brd ff:ff:ff:ff:ff:ff [2020-11-04T08:29:23.556Z] inet 10.30.123.12/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-04T08:29:23.556Z] valid_lft 85261sec preferred_lft 85261sec [2020-11-04T08:29:23.556Z] inet6 fe80::f816:3eff:fe12:baf7/64 scope link [2020-11-04T08:29:23.556Z] valid_lft forever preferred_lft forever [2020-11-04T08:29:23.556Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-04T08:29:23.556Z] link/ether 02:42:ac:84:85:1a brd ff:ff:ff:ff:ff:ff [2020-11-04T08:29:23.556Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-04T08:29:23.556Z] valid_lft forever preferred_lft forever [2020-11-04T08:29:23.556Z] inet6 fe80::42:acff:fe84:851a/64 scope link [2020-11-04T08:29:23.556Z] valid_lft forever preferred_lft forever [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] ---> sar -b -r -n DEV: [2020-11-04T08:29:23.556Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] 08:10:07 LINUX RESTART (4 CPU) [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] 08:11:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-04T08:29:23.556Z] 08:12:01 63.61 14.26 49.35 0.00 5196.96 14278.53 0.00 [2020-11-04T08:29:23.556Z] 08:13:01 213.47 80.42 133.06 0.00 6302.95 50987.22 0.00 [2020-11-04T08:29:23.556Z] 08:14:01 245.38 122.15 123.23 0.00 6235.67 19200.80 0.00 [2020-11-04T08:29:23.556Z] 08:15:02 134.79 66.14 68.65 0.00 2824.15 5793.70 0.00 [2020-11-04T08:29:23.556Z] 08:16:01 66.94 31.37 35.57 0.00 1517.16 7204.38 0.00 [2020-11-04T08:29:23.556Z] 08:17:02 301.31 116.37 184.94 0.00 54169.61 121901.18 0.00 [2020-11-04T08:29:23.556Z] 08:18:02 2482.59 2168.22 314.37 0.00 141142.51 152034.21 0.00 [2020-11-04T08:29:23.556Z] 08:19:01 1090.11 900.57 189.54 0.00 56369.69 58212.41 0.00 [2020-11-04T08:29:23.556Z] 08:20:02 965.83 618.31 347.52 0.00 63482.37 98996.84 0.00 [2020-11-04T08:29:23.556Z] 08:21:01 1816.89 1547.59 269.29 0.00 67530.64 79379.66 0.00 [2020-11-04T08:29:23.556Z] 08:22:02 1985.22 1650.90 334.32 0.00 91918.93 102652.01 0.00 [2020-11-04T08:29:23.556Z] 08:23:01 520.46 377.76 142.70 0.00 23850.79 26275.57 0.00 [2020-11-04T08:29:23.556Z] 08:24:01 5.83 0.27 5.56 0.00 5.59 175.20 0.00 [2020-11-04T08:29:23.556Z] 08:25:01 1.26 0.98 0.28 0.00 36.19 3.48 0.00 [2020-11-04T08:29:23.556Z] 08:26:01 2.13 1.36 0.77 0.00 34.07 14.76 0.00 [2020-11-04T08:29:23.556Z] 08:27:01 0.28 0.02 0.27 0.00 0.27 2.75 0.00 [2020-11-04T08:29:23.556Z] 08:28:01 0.23 0.05 0.18 0.00 0.53 1.88 0.00 [2020-11-04T08:29:23.556Z] 08:29:01 90.99 45.00 45.99 0.00 4716.36 10655.19 0.00 [2020-11-04T08:29:23.556Z] Average: 554.60 429.68 124.92 0.00 29225.25 41669.13 0.00 [2020-11-04T08:29:23.556Z] [2020-11-04T08:29:23.556Z] 08:11:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-04T08:29:23.556Z] 08:12:01 84464 0 636960 33.85 2620 1157512 1408172 48.06 599856 1031884 92 [2020-11-04T08:29:23.556Z] 08:13:01 77844 0 675512 35.90 1760 1126440 1567056 53.48 664120 938844 13804 [2020-11-04T08:29:23.556Z] 08:14:01 150680 0 691580 36.76 1492 1037804 1734328 59.19 703584 793444 58668 [2020-11-04T08:29:23.556Z] 08:15:02 271156 0 788848 41.93 1252 820300 1814144 61.91 730280 639372 20936 [2020-11-04T08:29:23.556Z] 08:16:01 253304 0 674648 35.86 1164 952440 1210880 41.33 632464 757504 27408 [2020-11-04T08:29:23.556Z] 08:17:02 65676 0 818940 43.52 0 996940 2332284 79.60 768212 880672 29540 [2020-11-04T08:29:23.557Z] 08:18:02 67256 0 824288 43.81 0 990012 2370096 80.89 782836 852024 14840 [2020-11-04T08:29:23.557Z] 08:19:01 382180 0 886524 47.12 0 612852 3299376 112.60 650876 626856 33772 [2020-11-04T08:29:23.557Z] 08:20:02 238072 0 679712 36.12 0 963772 1548352 52.84 593488 864636 9352 [2020-11-04T08:29:23.557Z] 08:21:01 81012 0 747960 39.75 0 1052584 2045132 69.80 623392 973772 11836 [2020-11-04T08:29:23.557Z] 08:22:02 373892 0 647448 34.41 0 860216 1590944 54.30 460364 861340 0 [2020-11-04T08:29:23.557Z] 08:23:01 498556 0 564992 30.03 0 818008 1196068 40.82 410936 789048 20 [2020-11-04T08:29:23.557Z] 08:24:01 500288 0 562992 29.92 0 818276 1180636 40.29 409764 789184 12 [2020-11-04T08:29:23.557Z] 08:25:01 497152 0 565388 30.05 0 819016 1183384 40.39 412380 789784 12 [2020-11-04T08:29:23.557Z] 08:26:01 499948 0 562148 29.88 0 819460 1166244 39.80 409048 790148 20 [2020-11-04T08:29:23.557Z] 08:27:01 500152 0 561956 29.87 0 819448 1163160 39.70 408716 790148 12 [2020-11-04T08:29:23.557Z] 08:28:01 500404 0 561696 29.85 0 819456 1160068 39.59 408524 790172 12 [2020-11-04T08:29:23.557Z] 08:29:01 73632 0 644436 34.25 0 1163488 1625564 55.48 582560 1028860 101644 [2020-11-04T08:29:23.557Z] Average: 284204 0 672002 35.72 460 924890 1644216 56.11 569522 832650 17888 [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] 08:11:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-04T08:29:23.557Z] 08:12:01 veth80c9f1d 827.56 734.51 80.30 2699.89 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:12:01 eth0 1314.38 1326.82 5838.65 143.67 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:12:01 docker0 827.56 734.38 68.99 2699.88 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:13:01 eth0 522.72 348.21 4353.75 57.14 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:13:01 docker0 44.39 76.98 2.69 360.16 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:14:01 eth0 126.03 107.20 492.71 19.07 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:14:01 vethe52b616 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:14:01 docker0 86.33 100.48 6.81 466.86 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:15:02 eth0 41.94 34.42 27.66 82.47 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:15:02 vethe52b616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:15:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:16:01 eth0 33.18 25.45 27.81 14.92 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:16:01 vethe52b616 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:17:02 eth0 179.83 136.41 1665.60 72.52 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:17:02 veth9e569f6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:17:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:17:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:18:02 eth0 51.02 38.00 166.50 11.16 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:18:02 veth9e569f6 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:18:02 docker0 20.74 26.91 1.21 146.76 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:19:01 veth8d72384 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:19:01 eth0 45.47 39.83 48.86 67.29 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:19:01 veth9e569f6 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:20:02 eth0 121.83 63.98 429.45 23.45 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:20:02 veth9e569f6 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:20:02 docker0 998.59 1002.08 80.37 4035.08 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:21:01 eth0 68.35 50.29 158.96 79.08 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:21:01 veth9e569f6 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:21:01 vethdd58faa 5.19 6.92 0.60 20.49 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:22:02 eth0 66.18 48.34 98.61 74.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:22:02 veth9e569f6 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:22:02 docker0 1015.39 1029.15 81.52 4180.20 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:23:01 eth0 43.22 32.96 68.10 15.74 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:23:01 docker0 5.31 6.97 0.28 39.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:24:01 eth0 0.85 0.18 0.42 0.02 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:25:01 eth0 1.20 0.62 0.57 0.37 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:26:01 eth0 0.18 0.15 0.08 0.10 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:27:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:28:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:29:01 eth0 215.84 174.73 2120.16 67.66 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] Average: eth0 156.83 134.23 860.39 40.45 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] Average: docker0 57.18 58.04 4.58 236.34 0.00 0.00 0.00 0.00 [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] ---> sar -P ALL: [2020-11-04T08:29:23.557Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/04/20 _x86_64_ (4 CPU) [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] 08:10:07 LINUX RESTART (4 CPU) [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] 08:11:02 CPU %user %nice %system %iowait %steal %idle [2020-11-04T08:29:23.557Z] 08:12:01 all 8.00 0.00 3.85 1.60 10.24 76.30 [2020-11-04T08:29:23.557Z] 08:12:01 0 7.64 0.00 4.71 0.86 11.79 74.99 [2020-11-04T08:29:23.557Z] 08:12:01 1 7.82 0.00 3.66 1.66 9.47 77.38 [2020-11-04T08:29:23.557Z] 08:12:01 2 8.69 0.00 3.67 3.78 10.75 73.12 [2020-11-04T08:29:23.557Z] 08:12:01 3 7.87 0.00 3.39 0.14 9.01 79.60 [2020-11-04T08:29:23.557Z] 08:13:01 all 9.55 0.00 5.28 1.46 12.87 70.84 [2020-11-04T08:29:23.557Z] 08:13:01 0 7.83 0.00 4.79 0.64 13.53 73.20 [2020-11-04T08:29:23.557Z] 08:13:01 1 7.80 0.00 5.04 1.94 12.85 72.36 [2020-11-04T08:29:23.557Z] 08:13:01 2 7.56 0.00 5.57 2.50 12.73 71.63 [2020-11-04T08:29:23.557Z] 08:13:01 3 15.19 0.00 5.71 0.74 12.34 66.02 [2020-11-04T08:29:23.557Z] 08:14:01 all 15.39 0.00 8.72 5.09 16.05 54.75 [2020-11-04T08:29:23.557Z] 08:14:01 0 15.30 0.00 9.78 4.78 15.92 54.22 [2020-11-04T08:29:23.557Z] 08:14:01 1 14.62 0.00 8.40 4.89 16.45 55.64 [2020-11-04T08:29:23.557Z] 08:14:01 2 14.22 0.00 8.06 7.41 16.10 54.21 [2020-11-04T08:29:23.557Z] 08:14:01 3 17.45 0.00 8.65 3.23 15.74 54.93 [2020-11-04T08:29:23.557Z] 08:15:02 all 40.19 0.00 13.95 4.20 22.99 18.68 [2020-11-04T08:29:23.557Z] 08:15:02 0 40.94 0.00 14.13 3.99 24.10 16.84 [2020-11-04T08:29:23.557Z] 08:15:02 1 41.12 0.00 14.06 5.15 22.76 16.91 [2020-11-04T08:29:23.557Z] 08:15:02 2 39.76 0.00 13.60 3.85 22.87 19.92 [2020-11-04T08:29:23.557Z] 08:15:02 3 38.94 0.00 14.01 3.78 22.25 21.03 [2020-11-04T08:29:23.557Z] 08:16:01 all 19.04 0.00 9.42 1.41 21.33 48.81 [2020-11-04T08:29:23.557Z] 08:16:01 0 20.36 0.00 9.66 0.73 21.60 47.65 [2020-11-04T08:29:23.557Z] 08:16:01 1 19.21 0.00 9.21 0.76 21.09 49.73 [2020-11-04T08:29:23.557Z] 08:16:01 2 18.79 0.00 8.98 1.63 21.16 49.44 [2020-11-04T08:29:23.557Z] 08:16:01 3 17.79 0.00 9.82 2.52 21.45 48.42 [2020-11-04T08:29:23.557Z] 08:17:02 all 10.74 0.00 12.35 3.23 20.01 53.68 [2020-11-04T08:29:23.557Z] 08:17:02 0 10.52 0.00 11.51 4.12 20.89 52.96 [2020-11-04T08:29:23.557Z] 08:17:02 1 9.09 0.00 11.90 2.64 19.70 56.68 [2020-11-04T08:29:23.557Z] 08:17:02 2 12.48 0.00 13.18 3.17 20.04 51.14 [2020-11-04T08:29:23.557Z] 08:17:02 3 10.88 0.00 12.85 2.99 19.40 53.89 [2020-11-04T08:29:23.557Z] 08:18:02 all 15.23 0.00 19.48 19.49 17.11 28.69 [2020-11-04T08:29:23.557Z] 08:18:02 0 13.80 0.00 17.52 19.00 17.66 32.03 [2020-11-04T08:29:23.557Z] 08:18:02 1 14.32 0.00 17.99 20.59 17.37 29.73 [2020-11-04T08:29:23.557Z] 08:18:02 2 16.04 0.00 21.66 20.19 17.08 25.03 [2020-11-04T08:29:23.557Z] 08:18:02 3 16.88 0.00 20.88 18.15 16.28 27.81 [2020-11-04T08:29:23.557Z] 08:19:01 all 59.08 0.00 17.96 7.17 9.28 6.51 [2020-11-04T08:29:23.557Z] 08:19:01 0 55.09 0.00 18.67 8.89 10.90 6.45 [2020-11-04T08:29:23.557Z] 08:19:01 1 59.36 0.00 17.59 7.87 8.68 6.50 [2020-11-04T08:29:23.557Z] 08:19:01 2 58.06 0.00 18.32 5.89 9.63 8.11 [2020-11-04T08:29:23.557Z] 08:19:01 3 63.70 0.00 17.27 6.05 7.96 5.02 [2020-11-04T08:29:23.557Z] 08:20:02 all 23.92 0.00 16.67 20.71 14.27 24.43 [2020-11-04T08:29:23.557Z] 08:20:02 0 23.86 0.00 15.10 18.17 14.28 28.58 [2020-11-04T08:29:23.557Z] 08:20:02 1 22.49 0.00 17.15 18.85 13.87 27.63 [2020-11-04T08:29:23.557Z] 08:20:02 2 25.53 0.00 17.42 20.80 13.74 22.51 [2020-11-04T08:29:23.557Z] 08:20:02 3 23.80 0.00 17.04 25.20 15.24 18.72 [2020-11-04T08:29:23.557Z] 08:21:01 all 44.81 0.00 20.63 12.89 14.08 7.59 [2020-11-04T08:29:23.557Z] 08:21:01 0 47.30 0.00 21.25 11.57 12.56 7.33 [2020-11-04T08:29:23.557Z] 08:21:01 1 43.29 0.00 18.99 14.30 15.90 7.51 [2020-11-04T08:29:23.557Z] 08:21:01 2 43.69 0.00 22.40 13.95 14.47 5.49 [2020-11-04T08:29:23.557Z] 08:21:01 3 44.96 0.00 19.95 11.78 13.39 9.93 [2020-11-04T08:29:23.557Z] 08:22:02 all 23.98 0.00 18.21 20.98 13.13 23.69 [2020-11-04T08:29:23.557Z] 08:22:02 0 23.02 0.00 15.30 22.36 13.90 25.43 [2020-11-04T08:29:23.557Z] 08:22:02 1 24.67 0.00 18.46 21.89 12.75 22.22 [2020-11-04T08:29:23.557Z] 08:22:02 2 24.24 0.00 21.04 19.03 13.14 22.55 [2020-11-04T08:29:23.557Z] 08:22:02 3 24.04 0.00 18.13 20.59 12.73 24.51 [2020-11-04T08:29:23.557Z] [2020-11-04T08:29:23.557Z] 08:22:02 CPU %user %nice %system %iowait %steal %idle [2020-11-04T08:29:23.557Z] 08:23:01 all 20.68 0.00 9.63 5.16 8.38 56.15 [2020-11-04T08:29:23.557Z] 08:23:01 0 20.15 0.00 8.77 6.10 8.12 56.87 [2020-11-04T08:29:23.557Z] 08:23:01 1 19.64 0.00 9.30 6.12 8.74 56.19 [2020-11-04T08:29:23.557Z] 08:23:01 2 23.21 0.00 10.58 4.50 7.71 54.00 [2020-11-04T08:29:23.557Z] 08:23:01 3 19.71 0.00 9.89 3.91 8.95 57.53 [2020-11-04T08:29:23.557Z] 08:24:01 all 0.11 0.00 0.03 0.00 0.16 99.69 [2020-11-04T08:29:23.557Z] 08:24:01 0 0.02 0.00 0.02 0.00 0.08 99.88 [2020-11-04T08:29:23.557Z] 08:24:01 1 0.15 0.00 0.03 0.00 0.23 99.58 [2020-11-04T08:29:23.557Z] 08:24:01 2 0.25 0.00 0.03 0.00 0.18 99.53 [2020-11-04T08:29:23.557Z] 08:24:01 3 0.03 0.00 0.05 0.02 0.13 99.77 [2020-11-04T08:29:23.557Z] 08:25:01 all 0.09 0.00 0.02 0.02 0.22 99.65 [2020-11-04T08:29:23.557Z] 08:25:01 0 0.03 0.00 0.03 0.02 0.07 99.85 [2020-11-04T08:29:23.557Z] 08:25:01 1 0.02 0.00 0.02 0.02 0.20 99.75 [2020-11-04T08:29:23.557Z] 08:25:01 2 0.27 0.00 0.03 0.02 0.30 99.38 [2020-11-04T08:29:23.557Z] 08:25:01 3 0.03 0.00 0.02 0.02 0.33 99.60 [2020-11-04T08:29:23.557Z] 08:26:01 all 0.10 0.00 0.04 0.01 0.10 99.75 [2020-11-04T08:29:23.557Z] 08:26:01 0 0.03 0.00 0.07 0.05 0.08 99.77 [2020-11-04T08:29:23.557Z] 08:26:01 1 0.02 0.00 0.02 0.00 0.07 99.90 [2020-11-04T08:29:23.557Z] 08:26:01 2 0.33 0.00 0.03 0.00 0.20 99.43 [2020-11-04T08:29:23.557Z] 08:26:01 3 0.02 0.00 0.03 0.00 0.07 99.88 [2020-11-04T08:29:23.557Z] 08:27:01 all 0.12 0.00 0.03 0.00 0.11 99.74 [2020-11-04T08:29:23.557Z] 08:27:01 0 0.03 0.00 0.02 0.00 0.07 99.88 [2020-11-04T08:29:23.557Z] 08:27:01 1 0.02 0.00 0.03 0.00 0.15 99.80 [2020-11-04T08:29:23.557Z] 08:27:01 2 0.38 0.00 0.05 0.00 0.22 99.35 [2020-11-04T08:29:23.558Z] 08:27:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2020-11-04T08:29:23.558Z] 08:28:01 all 0.12 0.00 0.02 0.00 0.16 99.70 [2020-11-04T08:29:23.558Z] 08:28:01 0 0.02 0.00 0.03 0.00 0.05 99.90 [2020-11-04T08:29:23.558Z] 08:28:01 1 0.03 0.00 0.03 0.00 0.28 99.65 [2020-11-04T08:29:23.558Z] 08:28:01 2 0.40 0.00 0.02 0.00 0.25 99.33 [2020-11-04T08:29:23.558Z] 08:28:01 3 0.03 0.00 0.02 0.00 0.05 99.90 [2020-11-04T08:29:23.558Z] 08:29:01 all 3.09 0.00 2.05 1.92 4.57 88.38 [2020-11-04T08:29:23.558Z] 08:29:01 0 2.71 0.00 2.15 1.57 4.40 89.17 [2020-11-04T08:29:23.558Z] 08:29:01 1 3.55 0.00 2.32 1.60 4.80 87.73 [2020-11-04T08:29:23.558Z] 08:29:01 2 2.79 0.00 1.70 1.32 4.75 89.44 [2020-11-04T08:29:23.558Z] 08:29:01 3 3.30 0.00 2.05 3.18 4.32 87.15 [2020-11-04T08:29:23.558Z] Average: all 15.36 0.00 8.42 5.59 10.05 60.58 [2020-11-04T08:29:23.558Z] Average: 0 15.03 0.00 8.16 5.49 10.32 61.00 [2020-11-04T08:29:23.558Z] Average: 1 15.00 0.00 8.22 5.76 10.08 60.94 [2020-11-04T08:29:23.558Z] Average: 2 15.46 0.00 8.80 5.73 10.05 59.96 [2020-11-04T08:29:23.558Z] Average: 3 15.97 0.00 8.48 5.39 9.73 60.42 [2020-11-04T08:29:23.558Z] [2020-11-04T08:29:23.558Z] [2020-11-04T08:29:23.558Z]