Pull request #3049 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 8468e1487648a3de0418cfcf0beeafc13612dbe0+afbeca7a1f2fb6f639bd3a1f3a358734ab321017 (95f8d586b9d3db333c4527e9582d261805637a7c) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-21259 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 Merge succeeded, producing 036dd87a408c0209f536ff9270daa9ca0d718137 Checking out Revision 036dd87a408c0209f536ff9270daa9ca0d718137 (PR-3049) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # 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 afbeca7a1f2fb6f639bd3a1f3a358734ab321017 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 036dd87a408c0209f536ff9270daa9ca0d718137 # timeout=10 Commit message: "Merge commit 'afbeca7a1f2fb6f639bd3a1f3a358734ab321017' into HEAD" > git rev-list --no-walk 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T18:16:49.087Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T18:16:49.331Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T18:16:49.428Z] ========================================================= [2021-01-19T18:16:49.428Z] EdgeX Global Pipelines Version Info [2021-01-19T18:16:49.428Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:16:50.956Z] ------------------- [2021-01-19T18:16:50.956Z] stable info: [2021-01-19T18:16:50.956Z] ------------------- [2021-01-19T18:16:50.956Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T18:16:50.956Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T18:16:50.956Z] Message: update stable to v1.0.177 [2021-01-19T18:16:51.906Z] ------------------- [2021-01-19T18:16:51.906Z] experimental info: [2021-01-19T18:16:51.906Z] ------------------- [2021-01-19T18:16:51.906Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T18:16:51.906Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T18:16:51.907Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T18:16:52.158Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T18:16:52.240Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T18:16:52.324Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T18:16:52.412Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T18:16:52.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T18:16:52.608Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T18:16:52.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T18:16:52.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T18:16:52.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T18:16:52.967Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T18:16:53.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T18:16:53.153Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T18:16:53.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T18:16:53.378Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T18:16:53.465Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:16:53.555Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T18:16:53.654Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T18:16:53.736Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T18:16:53.821Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T18:16:53.906Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T18:16:55.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T18:16:55.312Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T18:16:55.459Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T18:16:55.545Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3049 [Pipeline] echo [2021-01-19T18:16:55.651Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3049 [Pipeline] echo [2021-01-19T18:16:55.733Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3049 [Pipeline] echo [2021-01-19T18:16:55.814Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 036dd87a408c0209f536ff9270daa9ca0d718137 [Pipeline] echo [2021-01-19T18:16:55.897Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 036dd87 [Pipeline] echo [2021-01-19T18:16:55.984Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T18:16:56.160Z] provisioning config files... [2021-01-19T18:16:56.193Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2911144902097154914tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:16:56.572Z] ---> docker-login.sh [2021-01-19T18:16:56.572Z] nexus3.edgexfoundry.org:10001 [2021-01-19T18:16:56.837Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:16:57.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:16:57.099Z] Configure a credential helper to remove this warning. See [2021-01-19T18:16:57.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:16:57.099Z] [2021-01-19T18:16:57.099Z] Login Succeeded [2021-01-19T18:16:57.099Z] nexus3.edgexfoundry.org:10002 [2021-01-19T18:16:57.099Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:16:57.099Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:16:57.099Z] Configure a credential helper to remove this warning. See [2021-01-19T18:16:57.099Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:16:57.099Z] [2021-01-19T18:16:57.099Z] Login Succeeded [2021-01-19T18:16:57.099Z] nexus3.edgexfoundry.org:10003 [2021-01-19T18:16:57.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:16:57.361Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:16:57.361Z] Configure a credential helper to remove this warning. See [2021-01-19T18:16:57.361Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:16:57.361Z] [2021-01-19T18:16:57.361Z] Login Succeeded [2021-01-19T18:16:57.361Z] nexus3.edgexfoundry.org:10004 [2021-01-19T18:16:57.361Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:16:57.623Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:16:57.623Z] Configure a credential helper to remove this warning. See [2021-01-19T18:16:57.623Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:16:57.623Z] [2021-01-19T18:16:57.623Z] Login Succeeded [2021-01-19T18:16:57.623Z] docker.io [2021-01-19T18:16:57.623Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T18:16:57.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T18:16:57.885Z] Configure a credential helper to remove this warning. See [2021-01-19T18:16:57.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T18:16:57.885Z] [2021-01-19T18:16:57.885Z] Login Succeeded [2021-01-19T18:16:57.885Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T18:16:57.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:16:58.348Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T18:16:58.348Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T18:16:58.348Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T18:16:58.348Z] ++ cut -d/ -f2 [2021-01-19T18:16:58.348Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T18:16:58.423Z] 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-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:16:59.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:16:59.222Z] [2021-01-19T18:16:59.222Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:16:59.588Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:16:59.588Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T18:16:59.588Z] 31603596830f: Pulling fs layer [2021-01-19T18:16:59.588Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T18:16:59.588Z] 6ca5941a6612: Pulling fs layer [2021-01-19T18:16:59.588Z] ecc8261a40a4: Pulling fs layer [2021-01-19T18:16:59.588Z] ecc8261a40a4: Waiting [2021-01-19T18:16:59.588Z] 2a8b12db71e7: Verifying Checksum [2021-01-19T18:16:59.588Z] 2a8b12db71e7: Download complete [2021-01-19T18:16:59.588Z] 31603596830f: Verifying Checksum [2021-01-19T18:16:59.588Z] 31603596830f: Download complete [2021-01-19T18:16:59.852Z] 6ca5941a6612: Verifying Checksum [2021-01-19T18:16:59.852Z] 6ca5941a6612: Download complete [2021-01-19T18:16:59.852Z] ecc8261a40a4: Verifying Checksum [2021-01-19T18:16:59.852Z] ecc8261a40a4: Download complete [2021-01-19T18:17:00.113Z] 31603596830f: Pull complete [2021-01-19T18:17:00.113Z] 2a8b12db71e7: Pull complete [2021-01-19T18:17:01.078Z] 6ca5941a6612: Pull complete [2021-01-19T18:17:01.342Z] ecc8261a40a4: Pull complete [2021-01-19T18:17:01.342Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T18:17:01.342Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T18:17:01.342Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T18:17:01.453Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:17:01.511Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T18:17:04.493Z] $ docker top f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T18:17:04.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:17:04.770Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:17:04.994Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:17:05.000Z] $ docker exec f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent [2021-01-19T18:17:05.170Z] SSH_AUTH_SOCK=/tmp/ssh-16YHBcjCpSwt/agent.11 [2021-01-19T18:17:05.170Z] SSH_AGENT_PID=16 [2021-01-19T18:17:05.181Z] Running ssh-add (command line suppressed) [2021-01-19T18:17:05.308Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7557679859128486819.key (/w/workspace/edgex-go/3@tmp/private_key_7557679859128486819.key) [2021-01-19T18:17:05.355Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:17:05.698Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T18:17:05.734Z] $ docker exec --env ******** --env ******** f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent -k [2021-01-19T18:17:05.876Z] unset SSH_AUTH_SOCK; [2021-01-19T18:17:05.877Z] unset SSH_AGENT_PID; [2021-01-19T18:17:05.877Z] echo Agent pid 16 killed; [2021-01-19T18:17:05.923Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T18:17:06.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T18:17:06.068Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T18:17:06.238Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T18:17:06.243Z] $ docker exec f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent [2021-01-19T18:17:06.408Z] SSH_AUTH_SOCK=/tmp/ssh-ENw7EYppawMi/agent.47 [2021-01-19T18:17:06.408Z] SSH_AGENT_PID=53 [2021-01-19T18:17:06.416Z] Running ssh-add (command line suppressed) [2021-01-19T18:17:06.536Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_6823303454722454580.key (/w/workspace/edgex-go/3@tmp/private_key_6823303454722454580.key) [2021-01-19T18:17:06.588Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T18:17:06.920Z] + git semver init [2021-01-19T18:17:06.920Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T18:17:06.920Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-19T18:17:06.920Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-19T18:17:06.920Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T18:17:06.920Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T18:17:06.920Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T18:17:06.920Z] # $SEMVER_BRANCH = PR-3049 [2021-01-19T18:17:06.920Z] # $SEMVER_TEMP = /tmp/semver-925790635 [2021-01-19T18:17:06.920Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T18:17:28.964Z] # '/tmp/semver-925790635' -> '/w/workspace/edgex-go/3/.semver' [2021-01-19T18:17:28.964Z] # -> Force: false [2021-01-19T18:17:28.964Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-19T18:17:28.982Z] $ docker exec --env ******** --env ******** f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 ssh-agent -k [2021-01-19T18:17:29.202Z] unset SSH_AUTH_SOCK; [2021-01-19T18:17:29.202Z] unset SSH_AGENT_PID; [2021-01-19T18:17:29.202Z] echo Agent pid 53 killed; [2021-01-19T18:17:29.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T18:17:29.746Z] + git semver [Pipeline] } [2021-01-19T18:17:29.767Z] $ docker stop --time=1 f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 [2021-01-19T18:17:31.296Z] $ docker rm -f f24790389e5dc27d48d5d0e67a14ef1fa38471fbcb0c93b1b39c6cc7ab613b72 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:17:31.866Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T18:17:32.357Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T18:17:32.360Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T18:17:33.253Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:17:33.551Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T18:17:33.855Z] + sudo service docker restart [2021-01-19T18:17:33.855Z] + true [2021-01-19T18:17:33.855Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T18:17:34.447Z] ========================================================= [2021-01-19T18:17:34.447Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T18:17:34.447Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:17:34.802Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-19T18:17:39.036Z] Sending build context to Docker daemon 326.6MB [2021-01-19T18:17:39.036Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T18:17:39.036Z] Step 2/6 : FROM ${BASE} [2021-01-19T18:17:39.036Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T18:17:39.036Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T18:17:39.036Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T18:17:39.036Z] de9db76c5a1d: Pulling fs layer [2021-01-19T18:17:39.036Z] bca2f99d35d6: Pulling fs layer [2021-01-19T18:17:39.036Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T18:17:39.036Z] 7c6f9722023f: Pulling fs layer [2021-01-19T18:17:39.036Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T18:17:39.036Z] bca2f99d35d6: Waiting [2021-01-19T18:17:39.036Z] 93359f2a8cfa: Waiting [2021-01-19T18:17:39.036Z] 7c6f9722023f: Waiting [2021-01-19T18:17:39.036Z] a35cf1a2eb13: Waiting [2021-01-19T18:17:39.036Z] de9db76c5a1d: Verifying Checksum [2021-01-19T18:17:39.036Z] de9db76c5a1d: Download complete [2021-01-19T18:17:39.036Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T18:17:39.036Z] 0ef7d3d256c8: Download complete [2021-01-19T18:17:39.036Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T18:17:39.036Z] 93359f2a8cfa: Download complete [2021-01-19T18:17:39.036Z] 7c6f9722023f: Verifying Checksum [2021-01-19T18:17:39.036Z] 7c6f9722023f: Download complete [2021-01-19T18:17:39.036Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T18:17:39.036Z] 188c0c94c7c5: Download complete [2021-01-19T18:17:39.301Z] 188c0c94c7c5: Pull complete [2021-01-19T18:17:39.565Z] 0ef7d3d256c8: Pull complete [2021-01-19T18:17:39.565Z] de9db76c5a1d: Pull complete [2021-01-19T18:17:42.882Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T18:17:42.882Z] a35cf1a2eb13: Download complete [2021-01-19T18:17:43.462Z] bca2f99d35d6: Verifying Checksum [2021-01-19T18:17:43.462Z] bca2f99d35d6: Download complete [2021-01-19T18:17:47.724Z] Still waiting to schedule task [2021-01-19T18:17:47.724Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-19T18:17:48.902Z] bca2f99d35d6: Pull complete [2021-01-19T18:17:49.215Z] 93359f2a8cfa: Pull complete [2021-01-19T18:17:49.215Z] 7c6f9722023f: Pull complete [2021-01-19T18:17:54.572Z] a35cf1a2eb13: Pull complete [2021-01-19T18:17:54.572Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T18:17:54.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T18:17:54.572Z] ---> a62c8e92a672 [2021-01-19T18:17:54.572Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-19T18:17:54.572Z] ---> Running in ebf319197377 [2021-01-19T18:17:54.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:17:55.411Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:17:55.984Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T18:17:56.249Z] (2/12) Installing file (5.38-r0) [2021-01-19T18:17:56.249Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T18:17:56.249Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T18:18:00.504Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T18:18:00.504Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T18:18:00.504Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T18:18:00.504Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T18:18:00.504Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T18:18:00.777Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T18:18:00.777Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T18:18:00.777Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T18:18:01.043Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:18:01.043Z] OK: 233 MiB in 51 packages [2021-01-19T18:18:05.285Z] Removing intermediate container ebf319197377 [2021-01-19T18:18:05.285Z] ---> d4e391176c37 [2021-01-19T18:18:05.285Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T18:18:05.285Z] ---> Running in a4c9dc9a85af [2021-01-19T18:18:05.285Z] Removing intermediate container a4c9dc9a85af [2021-01-19T18:18:05.285Z] ---> 8e75c34f5215 [2021-01-19T18:18:05.285Z] Step 5/6 : COPY go.mod . [2021-01-19T18:18:05.285Z] ---> be9f2e6dc24c [2021-01-19T18:18:05.285Z] Step 6/6 : RUN go mod download [2021-01-19T18:18:05.285Z] ---> Running in 45cdf59a9d00 [2021-01-19T18:18:27.304Z] Removing intermediate container 45cdf59a9d00 [2021-01-19T18:18:27.304Z] ---> 88aea7123738 [2021-01-19T18:18:27.304Z] Successfully built 88aea7123738 [2021-01-19T18:18:27.304Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:18:27.617Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:18:27.617Z] . [Pipeline] withDockerContainer [2021-01-19T18:18:27.714Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:18:27.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:18:28.455Z] $ docker top d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:18:28.932Z] + go version [2021-01-19T18:18:28.932Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T18:18:28.949Z] $ docker stop --time=1 d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b [2021-01-19T18:18:30.256Z] $ docker rm -f d23b5c3c1b3f92aa3ff11375b702a57971a9977b50360855ee8d6fa9a55e148b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:18:31.069Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T18:18:31.069Z] . [Pipeline] withDockerContainer [2021-01-19T18:18:31.162Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:18:31.216Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-19T18:18:32.032Z] $ docker top d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T18:18:32.208Z] ========================================================= [2021-01-19T18:18:32.208Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T18:18:32.208Z] ========================================================= [Pipeline] sh [2021-01-19T18:18:32.509Z] + make test [2021-01-19T18:18:32.509Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T18:18:40.703Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T18:18:55.760Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T18:19:01.116Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T18:19:02.550Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T18:19:02.550Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T18:19:02.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T18:19:02.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T18:19:02.550Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T18:19:03.149Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T18:19:03.430Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T18:19:04.024Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T18:19:06.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T18:19:06.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T18:19:06.625Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T18:19:08.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements [2021-01-19T18:19:08.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T18:19:08.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T18:19:08.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T18:19:08.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T18:19:08.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T18:19:12.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.204s coverage: 27.0% of statements [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T18:19:12.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T18:19:12.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T18:19:12.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T18:19:12.316Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.137s coverage: 82.3% of statements [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T18:19:12.316Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.374s coverage: 28.6% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.063s coverage: 100.0% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T18:19:14.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T18:19:14.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T18:19:17.666Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.413s coverage: 92.8% of statements [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T18:19:17.666Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T18:19:17.666Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.027s coverage: 58.8% of statements [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.054s coverage: 80.8% of statements [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.104s coverage: 87.2% of statements [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.070s coverage: 84.2% of statements [2021-01-19T18:19:17.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements [2021-01-19T18:19:17.667Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-01-19T18:19:19.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T18:19:19.081Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 91.3% of statements [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-19T18:19:19.081Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements [2021-01-19T18:19:20.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.312s coverage: 68.9% of statements [2021-01-19T18:19:20.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T18:19:20.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T18:19:20.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T18:19:20.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T18:19:20.062Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T18:19:20.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.076s coverage: 37.0% of statements [2021-01-19T18:19:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T18:19:20.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T18:19:20.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.293s coverage: 84.0% of statements [2021-01-19T18:19:20.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-19T18:19:22.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T18:19:22.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.086s coverage: 100.0% of statements [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T18:19:22.594Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements [2021-01-19T18:19:22.594Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T18:19:24.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.784s coverage: 29.1% of statements [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T18:19:24.031Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.078s coverage: 99.0% of statements [2021-01-19T18:19:24.031Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T18:19:24.032Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.076s coverage: 100.0% of statements [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T18:19:24.032Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T18:19:24.032Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T18:19:24.032Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T18:19:24.032Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T18:19:24.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements [2021-01-19T18:19:24.302Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-19T18:19:24.563Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T18:19:24.827Z] GO111MODULE=on go vet ./... [2021-01-19T18:19:51.555Z] gofmt -l . [2021-01-19T18:19:51.555Z] [ "`gofmt -l .`" = "" ] [2021-01-19T18:19:51.555Z] ./bin/test-go-mod-tidy.sh [2021-01-19T18:19:51.555Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T18:19:51.874Z] + ls -al . [2021-01-19T18:19:51.874Z] total 656 [2021-01-19T18:19:51.874Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 18:19 . [2021-01-19T18:19:51.874Z] drwxr-xr-x 4 root root 28 Jan 19 18:18 .. [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 18:16 .dockerignore [2021-01-19T18:19:51.874Z] drwxrwxr-x 8 1001 1001 179 Jan 19 18:16 .git [2021-01-19T18:19:51.874Z] drwxrwxr-x 3 1001 1001 125 Jan 19 18:16 .github [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 18:16 .gitignore [2021-01-19T18:19:51.874Z] drwx------ 3 1001 1001 47 Jan 19 18:17 .semver [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 18:16 .sonarcloud.properties [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 18:16 Attribution.txt [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 18:16 CONTRIBUTING.md [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 18:16 Dockerfile.build [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 18:16 Jenkinsfile [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 18:16 LICENSE [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 18:16 Makefile [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 18:16 README.md [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 18:16 SECURITY.md [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 18:17 VERSION [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 18:16 ZMQWindows.md [2021-01-19T18:19:51.874Z] drwxrwxr-x 2 1001 1001 117 Jan 19 18:16 bin [2021-01-19T18:19:51.874Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 18:16 cmd [2021-01-19T18:19:51.874Z] -rw-r--r-- 1 root root 550280 Jan 19 18:19 coverage.out [2021-01-19T18:19:51.874Z] -rw-r--r-- 1 root root 981 Jan 19 18:19 go.mod [2021-01-19T18:19:51.874Z] -rw-r--r-- 1 root root 19436 Jan 19 18:19 go.sum [2021-01-19T18:19:51.874Z] drwxrwxr-x 8 1001 1001 127 Jan 19 18:16 internal [2021-01-19T18:19:51.874Z] drwxrwxr-x 4 1001 1001 26 Jan 19 18:16 openapi [2021-01-19T18:19:51.874Z] drwxrwxr-x 4 1001 1001 71 Jan 19 18:16 snap [2021-01-19T18:19:51.874Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 18:16 version.go [Pipeline] sh [2021-01-19T18:19:52.178Z] + '[' -e coverage.out ] [2021-01-19T18:19:52.178Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T18:19:52.356Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T18:19:52.661Z] + make build [2021-01-19T18:19:52.661Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T18:19:55.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T18:20:03.535Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T18:20:04.494Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T18:20:05.904Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T18:20:06.480Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T18:20:07.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T18:20:09.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T18:20:09.855Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T18:20:11.246Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T18:20:12.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:20:13.135Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-19T18:20:14.550Z] $ docker stop --time=1 d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 [2021-01-19T18:20:16.099Z] $ docker rm -f d1c046824c172afd81014b1806249d885b7be7a7c7056efed3d7339033bd1ac5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:17.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:20:17.788Z] [2021-01-19T18:20:17.788Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:18.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:20:18.128Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T18:20:18.128Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T18:20:18.128Z] ca9280d653b3: Pulling fs layer [2021-01-19T18:20:18.128Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T18:20:19.075Z] cbdbe7a5bc2a: Download complete [2021-01-19T18:20:19.337Z] cbdbe7a5bc2a: Pull complete [2021-01-19T18:20:19.598Z] ca9280d653b3: Verifying Checksum [2021-01-19T18:20:19.598Z] ca9280d653b3: Download complete [2021-01-19T18:20:20.545Z] ca9280d653b3: Pull complete [2021-01-19T18:20:21.940Z] 7e9c9ca2126c: Verifying Checksum [2021-01-19T18:20:21.940Z] 7e9c9ca2126c: Download complete [2021-01-19T18:20:28.550Z] 7e9c9ca2126c: Pull complete [2021-01-19T18:20:28.550Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T18:20:28.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:20:28.550Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T18:20:28.707Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:20:28.761Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:20:29.525Z] $ docker top a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:20:30.002Z] + docker-compose build --help [2021-01-19T18:20:30.002Z] + grep parallel [2021-01-19T18:20:30.949Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T18:20:30.977Z] $ docker stop --time=1 a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 [2021-01-19T18:20:32.382Z] $ docker rm -f a4dec13a8905c273b5a3c7f2ed245d54a919143e2fe1a06f964db66cdc160554 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:20:33.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T18:20:33.029Z] . [Pipeline] withDockerContainer [2021-01-19T18:20:33.125Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:20:33.177Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T18:20:33.857Z] $ docker top b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:20:34.327Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T18:20:35.275Z] Building docker-core-command-go ... [2021-01-19T18:20:35.275Z] Building docker-core-data-go ... [2021-01-19T18:20:35.275Z] Building docker-core-metadata-go ... [2021-01-19T18:20:35.275Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T18:20:35.275Z] Building docker-security-proxy-setup-go ... [2021-01-19T18:20:35.275Z] Building docker-security-secretstore-setup-go ... [2021-01-19T18:20:35.275Z] Building docker-support-notifications-go ... [2021-01-19T18:20:35.275Z] Building docker-support-scheduler-go ... [2021-01-19T18:20:35.275Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T18:20:35.275Z] Building docker-support-scheduler-go [2021-01-19T18:20:35.275Z] Building docker-security-bootstrap-redis-go [2021-01-19T18:20:35.275Z] Building docker-security-secretstore-setup-go [2021-01-19T18:20:35.275Z] Building docker-core-command-go [2021-01-19T18:20:35.275Z] Building docker-support-notifications-go [2021-01-19T18:20:55.556Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21265 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws [2021-01-19T18:20:55.605Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T18:21:01.680Z] using credential edgex-jenkins-ssh [2021-01-19T18:21:01.744Z] Cloning the remote Git repository [2021-01-19T18:21:01.824Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:21:01.947Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T18:21:02.039Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:21:02.040Z] > git --version # timeout=10 [2021-01-19T18:21:02.061Z] > git --version # 'git version 2.17.1' [2021-01-19T18:21:02.063Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:21:02.142Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:21:07.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:21:07.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:21:07.466Z] ---> 88aea7123738 [2021-01-19T18:21:07.466Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:21:07.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:21:07.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:21:07.466Z] ---> 88aea7123738 [2021-01-19T18:21:07.466Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:21:07.466Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:21:07.466Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:21:07.466Z] ---> 88aea7123738 [2021-01-19T18:21:07.466Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:21:07.466Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:21:07.466Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:21:07.466Z] ---> 88aea7123738 [2021-01-19T18:21:07.466Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T18:21:07.466Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:21:07.466Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:21:07.466Z] ---> 88aea7123738 [2021-01-19T18:21:07.466Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:21:07.466Z] ---> Running in 70397bba0415 [2021-01-19T18:21:07.466Z] ---> Running in 7ab8c3581894 [2021-01-19T18:21:07.466Z] ---> Running in 27d10f57690d [2021-01-19T18:21:07.466Z] ---> Running in f918cf5208e2 [2021-01-19T18:21:07.466Z] ---> Running in 0485d31f4cdb [2021-01-19T18:21:07.466Z] Removing intermediate container 27d10f57690d [2021-01-19T18:21:07.466Z] ---> 83ba66102437 [2021-01-19T18:21:07.466Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:21:07.466Z] Removing intermediate container f918cf5208e2 [2021-01-19T18:21:07.466Z] ---> dbba5b8efdd4 [2021-01-19T18:21:07.466Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:21:07.466Z] Removing intermediate container 0485d31f4cdb [2021-01-19T18:21:07.466Z] ---> 2fd5ee308bfb [2021-01-19T18:21:07.466Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:21:07.466Z] Removing intermediate container 7ab8c3581894 [2021-01-19T18:21:07.466Z] ---> 0eda5338555b [2021-01-19T18:21:07.466Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:21:07.466Z] Removing intermediate container 70397bba0415 [2021-01-19T18:21:07.466Z] ---> 9ebc5984fbb8 [2021-01-19T18:21:07.466Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:21:07.466Z] ---> Running in 71f83d3d5add [2021-01-19T18:21:07.466Z] ---> Running in d9d3392c3734 [2021-01-19T18:21:07.466Z] ---> Running in fe164fe1545b [2021-01-19T18:21:07.466Z] ---> Running in c8e4f361c1c4 [2021-01-19T18:21:07.466Z] ---> Running in daa7fffc7f6c [2021-01-19T18:21:08.894Z] Removing intermediate container d9d3392c3734 [2021-01-19T18:21:08.894Z] ---> 17c717f7c797 [2021-01-19T18:21:08.894Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:21:09.158Z] ---> Running in 21a1cf45ce05 [2021-01-19T18:21:09.422Z] Removing intermediate container fe164fe1545b [2021-01-19T18:21:09.422Z] ---> c7bf5e0946bb [2021-01-19T18:21:09.422Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T18:21:09.683Z] ---> Running in b5633913debb [2021-01-19T18:21:09.683Z] Removing intermediate container daa7fffc7f6c [2021-01-19T18:21:09.683Z] ---> e82dabb7f75e [2021-01-19T18:21:09.683Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:21:09.949Z] Removing intermediate container 71f83d3d5add [2021-01-19T18:21:09.949Z] ---> e04a93f05843 [2021-01-19T18:21:09.949Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T18:21:09.949Z] Removing intermediate container c8e4f361c1c4 [2021-01-19T18:21:09.949Z] ---> 626e24ab0b64 [2021-01-19T18:21:09.949Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:21:09.949Z] ---> Running in 04f19386abe6 [2021-01-19T18:21:09.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:10.218Z] ---> Running in d3f3c38ebbd3 [2021-01-19T18:21:10.218Z] ---> Running in 60e744dde422 [2021-01-19T18:21:10.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:10.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:10.751Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.542Z] OK: 233 MiB in 51 packages [2021-01-19T18:21:11.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.542Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:11.809Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:21:12.075Z] OK: 233 MiB in 51 packages [2021-01-19T18:21:12.075Z] Removing intermediate container 21a1cf45ce05 [2021-01-19T18:21:12.075Z] ---> ae5da537fd90 [2021-01-19T18:21:12.075Z] Step 6/22 : COPY go.mod . [2021-01-19T18:21:12.346Z] ---> 0aefa038fa95 [2021-01-19T18:21:12.346Z] Step 7/22 : RUN go mod download [2021-01-19T18:21:12.346Z] OK: 233 MiB in 51 packages [2021-01-19T18:21:12.346Z] ---> Running in 56c84356face [2021-01-19T18:21:12.346Z] OK: 233 MiB in 51 packages [2021-01-19T18:21:12.623Z] Removing intermediate container b5633913debb [2021-01-19T18:21:12.623Z] ---> 45ba0131d43b [2021-01-19T18:21:12.623Z] Step 6/24 : COPY go.mod . [2021-01-19T18:21:12.623Z] OK: 233 MiB in 51 packages [2021-01-19T18:21:12.890Z] ---> 33b7768dce25 [2021-01-19T18:21:12.890Z] Step 7/24 : RUN go mod download [2021-01-19T18:21:13.152Z] ---> Running in 68b7ded1419e [2021-01-19T18:21:13.417Z] Removing intermediate container 60e744dde422 [2021-01-19T18:21:13.417Z] ---> 8b3257ff1b54 [2021-01-19T18:21:13.417Z] Step 6/21 : COPY go.mod . [2021-01-19T18:21:13.417Z] Removing intermediate container 04f19386abe6 [2021-01-19T18:21:13.417Z] ---> bbf3a8f2ec8b [2021-01-19T18:21:13.417Z] Step 6/22 : COPY go.mod . [2021-01-19T18:21:13.417Z] Removing intermediate container d3f3c38ebbd3 [2021-01-19T18:21:13.417Z] ---> af1b93c517ba [2021-01-19T18:21:13.417Z] Step 6/24 : COPY go.mod . [2021-01-19T18:21:13.683Z] ---> 8f3bb0f3a26b [2021-01-19T18:21:13.683Z] Step 7/22 : RUN go mod download [2021-01-19T18:21:13.683Z] ---> 2d51fc40355c [2021-01-19T18:21:13.683Z] Step 7/21 : RUN go mod download [2021-01-19T18:21:13.947Z] ---> Running in 4e091279b58b [2021-01-19T18:21:13.947Z] ---> Running in 677461632a4e [2021-01-19T18:21:13.947Z] ---> 96e832cded2c [2021-01-19T18:21:13.947Z] Step 7/24 : RUN go mod download [2021-01-19T18:21:14.209Z] ---> Running in 6adb233675da [2021-01-19T18:21:14.473Z] Removing intermediate container 56c84356face [2021-01-19T18:21:14.473Z] ---> c729a7dc2b1c [2021-01-19T18:21:14.473Z] Step 8/22 : COPY . . [2021-01-19T18:21:15.877Z] Removing intermediate container 68b7ded1419e [2021-01-19T18:21:15.877Z] ---> 4762f20c7ff5 [2021-01-19T18:21:15.877Z] Step 8/24 : COPY . . [2021-01-19T18:21:21.166Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T18:21:21.613Z] Failed in branch arm64 [2021-01-19T18:21:22.519Z] Removing intermediate container 4e091279b58b [2021-01-19T18:21:22.519Z] ---> 5ce3bd674076 [2021-01-19T18:21:22.519Z] Step 8/21 : COPY . . [2021-01-19T18:21:20.422Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:21:20.435Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:21:20.468Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:21:20.502Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:21:20.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:21:20.521Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:21:21.194Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:21:21.211Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [2021-01-19T18:21:26.789Z] Removing intermediate container 6adb233675da [2021-01-19T18:21:26.789Z] ---> 5d800d0476c6 [2021-01-19T18:21:26.789Z] Step 8/24 : COPY . . [2021-01-19T18:21:29.361Z] Removing intermediate container 677461632a4e [2021-01-19T18:21:29.361Z] ---> 51646b342707 [2021-01-19T18:21:29.361Z] Step 8/22 : COPY . . [2021-01-19T18:21:51.710Z] ---> acb270111fd7 [2021-01-19T18:21:51.710Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T18:21:51.710Z] ---> de29746ddad2 [2021-01-19T18:21:51.710Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T18:21:53.138Z] ---> Running in b4ad755e52f7 [2021-01-19T18:21:53.715Z] ---> Running in 7694a20baf64 [2021-01-19T18:21:56.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-19T18:21:56.290Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-19T18:21:57.251Z] ---> 48229be720c9 [2021-01-19T18:21:57.251Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T18:21:57.251Z] ---> 53e34cdc383e [2021-01-19T18:21:57.251Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T18:21:57.837Z] ---> 2a78b0aef9a2 [2021-01-19T18:21:57.837Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T18:21:58.103Z] ---> Running in 2203db539691 [2021-01-19T18:21:58.104Z] ---> Running in d6168abae95b [2021-01-19T18:21:58.104Z] ---> Running in 3d45f288f2d4 [2021-01-19T18:21:59.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-19T18:21:59.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-19T18:21:59.347Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-19T18:22:21.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-19T18:22:24.826Z] Removing intermediate container b4ad755e52f7 [2021-01-19T18:22:24.826Z] ---> fb5aca95c25f [2021-01-19T18:22:24.826Z] [2021-01-19T18:22:24.826Z] Step 10/22 : FROM scratch [2021-01-19T18:22:24.826Z] ---> [2021-01-19T18:22:24.826Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:22:24.826Z] ---> Running in 2cc0838a1097 [2021-01-19T18:22:25.128Z] Removing intermediate container 2cc0838a1097 [2021-01-19T18:22:25.128Z] ---> 8f43d25bc3b3 [2021-01-19T18:22:25.128Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T18:22:25.412Z] ---> Running in 6b7646cd568e [2021-01-19T18:22:26.810Z] Removing intermediate container 6b7646cd568e [2021-01-19T18:22:26.810Z] ---> 3273b45b63ac [2021-01-19T18:22:26.810Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:22:29.362Z] ---> Running in 425cb3450759 [2021-01-19T18:22:29.362Z] Removing intermediate container 3d45f288f2d4 [2021-01-19T18:22:29.362Z] ---> ca8012f85908 [2021-01-19T18:22:29.362Z] [2021-01-19T18:22:29.362Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T18:22:29.362Z] Removing intermediate container 7694a20baf64 [2021-01-19T18:22:29.362Z] ---> 4e1e06245276 [2021-01-19T18:22:29.362Z] [2021-01-19T18:22:29.362Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T18:22:29.362Z] Removing intermediate container d6168abae95b [2021-01-19T18:22:29.362Z] ---> 01f8432097e9 [2021-01-19T18:22:29.362Z] [2021-01-19T18:22:29.362Z] Step 10/24 : FROM scratch [2021-01-19T18:22:29.362Z] ---> [2021-01-19T18:22:29.362Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T18:22:29.362Z] Removing intermediate container 425cb3450759 [2021-01-19T18:22:29.362Z] ---> 0cd86e5372f3 [2021-01-19T18:22:29.362Z] Step 14/22 : WORKDIR / [2021-01-19T18:22:29.362Z] ---> Running in 1986c89e20b8 [2021-01-19T18:22:29.362Z] 3.12: Pulling from library/alpine [2021-01-19T18:22:29.362Z] 3.12: Pulling from library/alpine [2021-01-19T18:22:29.362Z] ---> Running in 4ba504b402b3 [2021-01-19T18:22:29.938Z] Removing intermediate container 1986c89e20b8 [2021-01-19T18:22:29.938Z] ---> bb908c4aae96 [2021-01-19T18:22:29.938Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T18:22:30.883Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:22:30.883Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T18:22:30.883Z] ---> Running in 8f5f8db26d17 [2021-01-19T18:22:30.883Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:22:30.883Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T18:22:30.883Z] ---> 389fef711851 [2021-01-19T18:22:30.883Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:22:30.883Z] ---> 389fef711851 [2021-01-19T18:22:30.883Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T18:22:31.144Z] Removing intermediate container 2203db539691 [2021-01-19T18:22:31.144Z] ---> fa13d16826fd [2021-01-19T18:22:31.144Z] [2021-01-19T18:22:31.144Z] Step 10/21 : FROM scratch [2021-01-19T18:22:31.144Z] ---> [2021-01-19T18:22:31.144Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:22:31.144Z] ---> Using cache [2021-01-19T18:22:31.144Z] ---> 8f43d25bc3b3 [2021-01-19T18:22:31.144Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T18:22:31.410Z] Removing intermediate container 4ba504b402b3 [2021-01-19T18:22:31.410Z] ---> ea840220f941 [2021-01-19T18:22:31.410Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:22:31.410Z] ---> Running in f5d72df23308 [2021-01-19T18:22:31.410Z] ---> Running in 1b71dfb25ccb [2021-01-19T18:22:31.410Z] ---> Running in 690ca2aef9b2 [2021-01-19T18:22:31.410Z] Removing intermediate container 8f5f8db26d17 [2021-01-19T18:22:31.410Z] ---> 2941fe98f920 [2021-01-19T18:22:31.410Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T18:22:31.676Z] ---> Running in 5498bcce5795 [2021-01-19T18:22:31.676Z] ---> e0b8a0aad99f [2021-01-19T18:22:31.676Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T18:22:31.945Z] Removing intermediate container 690ca2aef9b2 [2021-01-19T18:22:31.945Z] ---> 2bcd71fc2d16 [2021-01-19T18:22:31.945Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T18:22:32.209Z] ---> Running in d8bd74ff3d78 [2021-01-19T18:22:32.209Z] Removing intermediate container 5498bcce5795 [2021-01-19T18:22:32.209Z] ---> efb365213c73 [2021-01-19T18:22:32.209Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T18:22:32.476Z] ---> df0f7482c88e [2021-01-19T18:22:32.476Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T18:22:32.476Z] Removing intermediate container d8bd74ff3d78 [2021-01-19T18:22:32.476Z] ---> 64b491a3a269 [2021-01-19T18:22:32.476Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:22:32.761Z] ---> 3a591d98b96a [2021-01-19T18:22:32.761Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T18:22:32.761Z] ---> 34d204cda7c9 [2021-01-19T18:22:32.761Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T18:22:32.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:32.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:32.761Z] ---> 6c99b7839091 [2021-01-19T18:22:32.761Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T18:22:32.761Z] ---> Running in 07a1bdd1ca45 [2021-01-19T18:22:32.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:32.761Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:33.024Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:22:33.024Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T18:22:33.024Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:22:33.024Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:22:33.024Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:22:33.024Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T18:22:33.024Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:22:33.024Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:22:33.024Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T18:22:33.024Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:22:33.024Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T18:22:33.024Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:22:33.024Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:22:33.024Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:22:33.969Z] OK: 7 MiB in 19 packages [2021-01-19T18:22:33.969Z] OK: 7 MiB in 19 packages [2021-01-19T18:22:34.542Z] Removing intermediate container 07a1bdd1ca45 [2021-01-19T18:22:34.542Z] ---> a715b5c735a3 [2021-01-19T18:22:34.542Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:22:35.122Z] ---> Running in 18eabfe7517c [2021-01-19T18:22:35.122Z] ---> 3a64c33545cc [2021-01-19T18:22:35.122Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T18:22:35.122Z] ---> e89263b711cd [2021-01-19T18:22:35.122Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T18:22:35.700Z] Removing intermediate container 18eabfe7517c [2021-01-19T18:22:35.700Z] ---> b0ff106bbf99 [2021-01-19T18:22:35.700Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:22:35.700Z] ---> 930704b85cd2 [2021-01-19T18:22:35.700Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T18:22:35.964Z] ---> Running in 9b934fce7133 [2021-01-19T18:22:35.964Z] ---> 74d171f8ee55 [2021-01-19T18:22:35.964Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:22:35.964Z] Removing intermediate container 1b71dfb25ccb [2021-01-19T18:22:35.964Z] ---> e9fe78e24391 [2021-01-19T18:22:35.964Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:22:35.964Z] Removing intermediate container f5d72df23308 [2021-01-19T18:22:35.964Z] ---> 16baf52abc21 [2021-01-19T18:22:35.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T18:22:35.964Z] ---> Running in 0c4af21b8aff [2021-01-19T18:22:36.228Z] ---> Running in 5135b5c33f4a [2021-01-19T18:22:36.228Z] ---> Running in 6cb36497842a [2021-01-19T18:22:36.228Z] Removing intermediate container 9b934fce7133 [2021-01-19T18:22:36.228Z] ---> 3fc100242353 [2021-01-19T18:22:36.228Z] Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:22:36.492Z] ---> 392150510c93 [2021-01-19T18:22:36.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T18:22:36.492Z] Removing intermediate container 0c4af21b8aff [2021-01-19T18:22:36.492Z] ---> fcbcb90868b1 [2021-01-19T18:22:36.492Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:22:36.492Z] ---> Running in dfdcc5dd0e9c [2021-01-19T18:22:36.755Z] ---> Running in c27435d63797 [2021-01-19T18:22:36.755Z] Removing intermediate container 5135b5c33f4a [2021-01-19T18:22:36.755Z] ---> 7fbd569c60ff [2021-01-19T18:22:36.755Z] Step 13/24 : WORKDIR / [2021-01-19T18:22:36.755Z] Removing intermediate container 6cb36497842a [2021-01-19T18:22:36.755Z] ---> ad6eb5749341 [2021-01-19T18:22:36.755Z] Step 13/22 : WORKDIR / [2021-01-19T18:22:37.026Z] Removing intermediate container dfdcc5dd0e9c [2021-01-19T18:22:37.026Z] ---> fd212b10cf7a [2021-01-19T18:22:37.026Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:22:37.026Z] ---> 503ba2220457 [2021-01-19T18:22:37.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T18:22:37.026Z] ---> Running in 6db03564d24f [2021-01-19T18:22:37.026Z] ---> Running in 09c49097c5bd [2021-01-19T18:22:37.291Z] ---> Running in b1c8a2707b8a [2021-01-19T18:22:37.291Z] Removing intermediate container c27435d63797 [2021-01-19T18:22:37.291Z] ---> 5ed63c206156 [2021-01-19T18:22:37.291Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:22:37.291Z] ---> Running in 9db273c0dd25 [2021-01-19T18:22:37.553Z] Removing intermediate container 6db03564d24f [2021-01-19T18:22:37.553Z] ---> 389883a3464b [2021-01-19T18:22:37.553Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:22:37.553Z] ---> 15758a029316 [2021-01-19T18:22:37.553Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T18:22:37.553Z] Removing intermediate container 09c49097c5bd [2021-01-19T18:22:37.553Z] ---> 7f9c2f6a401f [2021-01-19T18:22:37.553Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-19T18:22:37.553Z] Removing intermediate container b1c8a2707b8a [2021-01-19T18:22:37.553Z] ---> b07420ddccee [2021-01-19T18:22:37.553Z] [2021-01-19T18:22:37.815Z] ---> Running in 07419b5a1121 [2021-01-19T18:22:37.815Z] Removing intermediate container 9db273c0dd25 [2021-01-19T18:22:37.815Z] ---> d8f6439c950e [2021-01-19T18:22:37.815Z] Step 20/21 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:22:37.815Z] Successfully built b07420ddccee [2021-01-19T18:22:38.085Z] Successfully tagged docker-core-command-go:latest [2021-01-19T18:22:38.085Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-01-19T18:22:38.085Z] ---> Running in 6018fbc2aa52 [2021-01-19T18:22:38.352Z] ---> 92a5f1cd6370 [2021-01-19T18:22:38.352Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T18:22:38.352Z] ---> f3c011b8093c [2021-01-19T18:22:38.352Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-19T18:22:38.352Z] Removing intermediate container 07419b5a1121 [2021-01-19T18:22:38.352Z] ---> a311a64bf5bd [2021-01-19T18:22:38.352Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:22:38.352Z] ---> Running in c4d62ef40a2c [2021-01-19T18:22:38.617Z] Removing intermediate container 6018fbc2aa52 [2021-01-19T18:22:38.617Z] ---> 0ce23ffcf3e8 [2021-01-19T18:22:38.617Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:22:38.617Z] ---> Running in 51cf1c21d1b1 [2021-01-19T18:22:38.617Z] Removing intermediate container c4d62ef40a2c [2021-01-19T18:22:38.617Z] ---> 86c3c3cbba1e [2021-01-19T18:22:38.617Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:22:38.885Z] ---> 6059ef5b68a5 [2021-01-19T18:22:38.885Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T18:22:39.152Z] ---> Running in b31174e62652 [2021-01-19T18:22:39.152Z] ---> b2014320a09f [2021-01-19T18:22:39.152Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T18:22:39.152Z] Removing intermediate container 51cf1c21d1b1 [2021-01-19T18:22:39.152Z] ---> bf30223887a3 [2021-01-19T18:22:39.152Z] [2021-01-19T18:22:39.428Z] Successfully built bf30223887a3 [2021-01-19T18:22:39.428Z] ---> a1e68d49bd0c [2021-01-19T18:22:39.428Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T18:22:39.428Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T18:22:39.428Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-19T18:22:39.696Z] ---> 34391072cc38 [2021-01-19T18:22:39.696Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T18:22:39.696Z] Removing intermediate container b31174e62652 [2021-01-19T18:22:39.696Z] ---> 8abea88e6d42 [2021-01-19T18:22:39.696Z] Step 23/24 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:22:43.062Z] ---> Running in e0b6c698cbc2 [2021-01-19T18:22:45.645Z] ---> 5289fa4c3ba7 [2021-01-19T18:22:45.645Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T18:22:45.645Z] ---> 7d6eefe2f3b2 [2021-01-19T18:22:45.645Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T18:22:45.645Z] Removing intermediate container e0b6c698cbc2 [2021-01-19T18:22:45.645Z] ---> 107c287c8646 [2021-01-19T18:22:45.645Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:22:45.645Z] ---> Running in 7074ad7bc5f1 [2021-01-19T18:22:45.645Z] ---> Running in 1f51d98cc8f9 [2021-01-19T18:22:48.229Z] Removing intermediate container 1f51d98cc8f9 [2021-01-19T18:22:48.229Z] ---> a7befd11f7c7 [2021-01-19T18:22:48.229Z] [2021-01-19T18:22:48.828Z] Successfully built a7befd11f7c7 [2021-01-19T18:22:48.828Z] ---> 77e47e7f4f79 [2021-01-19T18:22:48.828Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T18:22:48.828Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T18:22:48.828Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2021-01-19T18:22:53.075Z] ---> 2b31164c1b9d [2021-01-19T18:22:53.075Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-19T18:22:53.657Z] ---> Running in 89515fa324e8 [2021-01-19T18:22:54.611Z] Removing intermediate container 7074ad7bc5f1 [2021-01-19T18:22:54.611Z] ---> 8b6e186aefc4 [2021-01-19T18:22:54.611Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T18:22:56.552Z] ---> Running in ddce3a78eced [2021-01-19T18:22:56.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:22:56.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:22:56.552Z] ---> 88aea7123738 [2021-01-19T18:22:56.552Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T18:22:56.552Z] ---> Using cache [2021-01-19T18:22:56.552Z] ---> 83ba66102437 [2021-01-19T18:22:56.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:22:56.552Z] ---> Using cache [2021-01-19T18:22:56.552Z] ---> e04a93f05843 [2021-01-19T18:22:56.552Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T18:22:56.818Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:22:56.818Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:22:56.818Z] ---> 88aea7123738 [2021-01-19T18:22:56.818Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T18:22:56.818Z] ---> Using cache [2021-01-19T18:22:56.818Z] ---> 83ba66102437 [2021-01-19T18:22:56.818Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:22:56.818Z] ---> Using cache [2021-01-19T18:22:56.818Z] ---> e04a93f05843 [2021-01-19T18:22:56.818Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T18:22:57.776Z] ---> Running in 8645b7154161 [2021-01-19T18:22:57.776Z] ---> Running in aa9b5a6fd3a8 [2021-01-19T18:22:58.042Z] Removing intermediate container ddce3a78eced [2021-01-19T18:22:58.042Z] ---> 0b96bb627ded [2021-01-19T18:22:58.042Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:22:58.042Z] ---> Running in a5ef0145f53e [2021-01-19T18:22:58.636Z] Removing intermediate container a5ef0145f53e [2021-01-19T18:22:58.636Z] ---> 5151afd86d2b [2021-01-19T18:22:58.636Z] Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:22:58.909Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:58.909Z] ---> Running in 6fa9cddf3b11 [2021-01-19T18:22:59.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:22:59.776Z] Removing intermediate container 89515fa324e8 [2021-01-19T18:22:59.776Z] ---> 6bc642255f18 [2021-01-19T18:22:59.776Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T18:22:59.776Z] Removing intermediate container 6fa9cddf3b11 [2021-01-19T18:22:59.776Z] ---> 1aa27a171690 [2021-01-19T18:22:59.776Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:23:00.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:00.361Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:00.636Z] ---> Running in 0533c426857b [2021-01-19T18:23:00.636Z] ---> Running in 595373a5f829 [2021-01-19T18:23:01.588Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:02.182Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:02.446Z] Removing intermediate container 0533c426857b [2021-01-19T18:23:02.446Z] ---> 9df6a605a6a7 [2021-01-19T18:23:02.446Z] [2021-01-19T18:23:02.446Z] Removing intermediate container 595373a5f829 [2021-01-19T18:23:02.446Z] ---> 86a5a3d8d8f4 [2021-01-19T18:23:02.446Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T18:23:02.710Z] Successfully built 9df6a605a6a7 [2021-01-19T18:23:02.975Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T18:23:02.975Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2021-01-19T18:23:03.554Z] ---> Running in 8abd455c0bff [2021-01-19T18:23:06.120Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:06.120Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:06.120Z] ---> 88aea7123738 [2021-01-19T18:23:06.120Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T18:23:06.120Z] ---> Using cache [2021-01-19T18:23:06.120Z] ---> 83ba66102437 [2021-01-19T18:23:06.120Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:06.120Z] ---> Using cache [2021-01-19T18:23:06.120Z] ---> e04a93f05843 [2021-01-19T18:23:06.120Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T18:23:06.382Z] ---> Running in cf4da7664625 [2021-01-19T18:23:06.382Z] Removing intermediate container 8abd455c0bff [2021-01-19T18:23:06.382Z] ---> 23aa6cceb10a [2021-01-19T18:23:06.382Z] Step 23/24 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:23:06.644Z] Removing intermediate container aa9b5a6fd3a8 [2021-01-19T18:23:06.644Z] ---> 128c0443305b [2021-01-19T18:23:06.644Z] Step 6/22 : COPY go.mod . [2021-01-19T18:23:06.906Z] ---> Running in 6d552494423d [2021-01-19T18:23:07.486Z] Removing intermediate container 8645b7154161 [2021-01-19T18:23:07.486Z] ---> 04cd697fefd4 [2021-01-19T18:23:07.486Z] Step 6/26 : COPY go.mod . [2021-01-19T18:23:07.750Z] ---> e1ac2fef051c [2021-01-19T18:23:07.750Z] Step 7/22 : RUN go mod download [2021-01-19T18:23:08.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:08.013Z] ---> Running in a1fed1c149a3 [2021-01-19T18:23:08.013Z] ---> c8821005f8dc [2021-01-19T18:23:08.013Z] Step 7/26 : RUN go mod download [2021-01-19T18:23:08.013Z] Removing intermediate container 6d552494423d [2021-01-19T18:23:08.013Z] ---> 9e58c2a05304 [2021-01-19T18:23:08.013Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T18:23:08.275Z] ---> Running in 6657674ed3ef [2021-01-19T18:23:08.275Z] ---> Running in 0f4024afa8b6 [2021-01-19T18:23:08.866Z] Removing intermediate container 0f4024afa8b6 [2021-01-19T18:23:08.866Z] ---> 545f03d33ddc [2021-01-19T18:23:08.866Z] [2021-01-19T18:23:08.866Z] Successfully built 545f03d33ddc [2021-01-19T18:23:09.130Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T18:23:09.130Z]  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:10.521Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:12.488Z] Removing intermediate container a1fed1c149a3 [2021-01-19T18:23:12.488Z] ---> 42fe9d9570c3 [2021-01-19T18:23:12.488Z] Step 8/22 : COPY . . [2021-01-19T18:23:12.759Z] Removing intermediate container 6657674ed3ef [2021-01-19T18:23:12.759Z] ---> 5889d420ffc6 [2021-01-19T18:23:12.759Z] Step 8/26 : COPY . . [2021-01-19T18:23:12.759Z] Removing intermediate container cf4da7664625 [2021-01-19T18:23:12.759Z] ---> be0b30133bb8 [2021-01-19T18:23:12.759Z] Step 6/21 : COPY go.mod . [2021-01-19T18:23:17.400Z] ---> a1bbfb23a7e4 [2021-01-19T18:23:17.400Z] Step 7/21 : RUN go mod download [2021-01-19T18:23:17.990Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T18:23:17.990Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T18:23:17.990Z] ---> 88aea7123738 [2021-01-19T18:23:17.990Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T18:23:17.990Z] ---> Using cache [2021-01-19T18:23:17.990Z] ---> 83ba66102437 [2021-01-19T18:23:17.990Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:23:17.990Z] ---> Using cache [2021-01-19T18:23:17.990Z] ---> e04a93f05843 [2021-01-19T18:23:17.990Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T18:23:20.828Z] ---> Running in efe3734ef81e [2021-01-19T18:23:20.828Z] ---> Running in 9253fb609496 [2021-01-19T18:23:23.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:24.816Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:23:27.408Z] OK: 233 MiB in 51 packages [2021-01-19T18:23:29.998Z] Removing intermediate container 9253fb609496 [2021-01-19T18:23:29.998Z] ---> f1f8b4a0a6c5 [2021-01-19T18:23:29.998Z] Step 8/21 : COPY . . [2021-01-19T18:23:29.998Z] Removing intermediate container efe3734ef81e [2021-01-19T18:23:29.998Z] ---> 3670e9b86105 [2021-01-19T18:23:29.998Z] Step 6/23 : COPY go.mod . [2021-01-19T18:23:33.329Z] ---> c138b34f1f11 [2021-01-19T18:23:33.329Z] Step 7/23 : RUN go mod download [2021-01-19T18:23:37.600Z] ---> Running in e44374778229 [2021-01-19T18:23:38.561Z] ---> cb775433773c [2021-01-19T18:23:38.561Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T18:23:38.561Z] ---> e18a01e25691 [2021-01-19T18:23:38.561Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T18:23:39.151Z] ---> Running in e31b0925eba6 [2021-01-19T18:23:39.151Z] ---> Running in 6ccd55c06061 [2021-01-19T18:23:40.628Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T18:23:41.216Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-19T18:23:42.631Z] Removing intermediate container e44374778229 [2021-01-19T18:23:42.631Z] ---> ce571f58bf4b [2021-01-19T18:23:42.631Z] Step 8/23 : COPY . . [2021-01-19T18:23:52.825Z] ---> f0fc831378a7 [2021-01-19T18:23:52.825Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T18:23:53.407Z] ---> Running in e3b8071cb3d9 [2021-01-19T18:23:54.844Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-19T18:24:07.259Z] ---> 19c1f1176c10 [2021-01-19T18:24:07.259Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T18:24:07.259Z] ---> Running in da96e4949702 [2021-01-19T18:24:08.230Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-19T18:24:08.825Z] Removing intermediate container 6ccd55c06061 [2021-01-19T18:24:08.825Z] ---> 08c2cd09c097 [2021-01-19T18:24:08.825Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T18:24:09.110Z] ---> Running in e97c57f96c9b [2021-01-19T18:24:10.126Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-19T18:24:11.518Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-19T18:24:13.531Z] Removing intermediate container e31b0925eba6 [2021-01-19T18:24:13.531Z] ---> d804825a9d4e [2021-01-19T18:24:13.531Z] [2021-01-19T18:24:13.531Z] Step 10/22 : FROM scratch [2021-01-19T18:24:13.531Z] ---> [2021-01-19T18:24:13.531Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:24:14.494Z] ---> Using cache [2021-01-19T18:24:14.494Z] ---> 8f43d25bc3b3 [2021-01-19T18:24:14.494Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T18:24:14.494Z] Removing intermediate container e97c57f96c9b [2021-01-19T18:24:14.494Z] ---> 04fddcd08db4 [2021-01-19T18:24:14.494Z] [2021-01-19T18:24:14.494Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T18:24:14.494Z] 20.10.0: Pulling from library/docker [2021-01-19T18:24:14.494Z] ---> Running in 4ba2cedbdaea [2021-01-19T18:24:17.055Z] Removing intermediate container 4ba2cedbdaea [2021-01-19T18:24:17.055Z] ---> e3a7f4708395 [2021-01-19T18:24:17.055Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T18:24:17.326Z] ---> Running in f1dc543a511c [2021-01-19T18:24:18.321Z] Removing intermediate container f1dc543a511c [2021-01-19T18:24:18.321Z] ---> 6a0c42a7b442 [2021-01-19T18:24:18.321Z] Step 14/22 : WORKDIR / [2021-01-19T18:24:18.595Z] ---> Running in 28f3439c89c0 [2021-01-19T18:24:20.522Z] Removing intermediate container e3b8071cb3d9 [2021-01-19T18:24:20.522Z] ---> 49af385e622c [2021-01-19T18:24:20.522Z] [2021-01-19T18:24:20.522Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T18:24:20.522Z] ---> 389fef711851 [2021-01-19T18:24:20.522Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T18:24:20.798Z] Removing intermediate container 28f3439c89c0 [2021-01-19T18:24:20.798Z] ---> 71d98d3cfc53 [2021-01-19T18:24:20.798Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:24:20.798Z] ---> Running in 16680f7af52a [2021-01-19T18:24:21.406Z] ---> 21a94cbb7303 [2021-01-19T18:24:21.406Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T18:24:21.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:21.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:22.237Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T18:24:22.237Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:24:22.237Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T18:24:22.237Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T18:24:22.237Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:24:22.237Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T18:24:22.512Z] OK: 7 MiB in 18 packages [2021-01-19T18:24:22.775Z] ---> 1c3633ccbc43 [2021-01-19T18:24:22.775Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T18:24:23.362Z] ---> fe324a037cd4 [2021-01-19T18:24:23.362Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T18:24:23.362Z] ---> Running in 03328df99259 [2021-01-19T18:24:23.626Z] Removing intermediate container 16680f7af52a [2021-01-19T18:24:23.626Z] ---> 65fc85585381 [2021-01-19T18:24:23.626Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T18:24:23.626Z] Removing intermediate container 03328df99259 [2021-01-19T18:24:23.626Z] ---> 34da6bfb8ba1 [2021-01-19T18:24:23.626Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:24:23.890Z] ---> Running in 08217075a8b8 [2021-01-19T18:24:23.890Z] ---> Running in 7a0b5e4e9a40 [2021-01-19T18:24:24.166Z] Removing intermediate container 08217075a8b8 [2021-01-19T18:24:24.166Z] ---> c336cc6acd6a [2021-01-19T18:24:24.166Z] Step 13/21 : WORKDIR /edgex [2021-01-19T18:24:24.166Z] Removing intermediate container 7a0b5e4e9a40 [2021-01-19T18:24:24.166Z] ---> eef3c6d05a89 [2021-01-19T18:24:24.166Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T18:24:24.166Z] ---> Running in 5097920a7f87 [2021-01-19T18:24:24.439Z] ---> Running in d9095ac36120 [2021-01-19T18:24:26.363Z] Removing intermediate container 5097920a7f87 [2021-01-19T18:24:26.363Z] ---> 096246959a8e [2021-01-19T18:24:26.363Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T18:24:26.363Z] Removing intermediate container d9095ac36120 [2021-01-19T18:24:26.363Z] ---> 0114c0d0883e [2021-01-19T18:24:26.363Z] Step 21/22 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:24:26.626Z] ---> Running in b24bf6912a3b [2021-01-19T18:24:26.626Z] ---> df02e384342b [2021-01-19T18:24:26.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T18:24:26.888Z] Removing intermediate container b24bf6912a3b [2021-01-19T18:24:26.888Z] ---> 187fc1abc105 [2021-01-19T18:24:26.888Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T18:24:27.465Z] ---> Running in 828fec4645db [2021-01-19T18:24:27.729Z] ---> 05939d3825ff [2021-01-19T18:24:27.729Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T18:24:27.729Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T18:24:27.729Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T18:24:27.729Z] ---> aefe523efa57 [2021-01-19T18:24:27.729Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T18:24:27.729Z] Removing intermediate container 828fec4645db [2021-01-19T18:24:27.729Z] ---> 823d1bc4756d [2021-01-19T18:24:27.729Z] [2021-01-19T18:24:27.993Z] ---> Running in a68727abf233 [2021-01-19T18:24:27.993Z] Successfully built 823d1bc4756d [2021-01-19T18:24:28.257Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T18:24:28.257Z]  Building docker-core-metadata-go ... done  ---> 9ca5cee1d28c [2021-01-19T18:24:28.257Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T18:24:28.257Z] ---> Running in e03f72ba76a2 [2021-01-19T18:24:28.520Z] Removing intermediate container e03f72ba76a2 [2021-01-19T18:24:28.520Z] ---> d1628657717c [2021-01-19T18:24:28.520Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T18:24:28.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:28.786Z] ---> Running in 8b648cc353b3 [2021-01-19T18:24:28.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:28.786Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T18:24:28.786Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T18:24:29.056Z] Executing bash-5.0.17-r0.post-install [2021-01-19T18:24:29.056Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:24:29.056Z] OK: 12 MiB in 22 packages [2021-01-19T18:24:29.320Z] Removing intermediate container 8b648cc353b3 [2021-01-19T18:24:29.320Z] ---> 5bc4d5295d28 [2021-01-19T18:24:29.320Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T18:24:30.708Z] ---> Running in d612343e6b7a [2021-01-19T18:24:30.970Z] Removing intermediate container da96e4949702 [2021-01-19T18:24:30.970Z] ---> 95b1f24bc786 [2021-01-19T18:24:30.970Z] [2021-01-19T18:24:30.970Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T18:24:30.970Z] ---> 389fef711851 [2021-01-19T18:24:30.970Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T18:24:30.970Z] Removing intermediate container d612343e6b7a [2021-01-19T18:24:30.970Z] ---> 77a088de9998 [2021-01-19T18:24:30.970Z] Step 20/21 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:24:30.970Z] Removing intermediate container a68727abf233 [2021-01-19T18:24:30.970Z] ---> 37547ca48fbd [2021-01-19T18:24:30.970Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T18:24:31.234Z] ---> Running in 38ad59f0d4cf [2021-01-19T18:24:31.234Z] ---> Running in 825d28b7af5e [2021-01-19T18:24:31.234Z] ---> Running in 15074d83371c [2021-01-19T18:24:31.234Z] Removing intermediate container 38ad59f0d4cf [2021-01-19T18:24:31.234Z] ---> cf1e4488ecdc [2021-01-19T18:24:31.234Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T18:24:31.496Z] ---> Running in 878ba1b733e8 [2021-01-19T18:24:31.496Z] Removing intermediate container 825d28b7af5e [2021-01-19T18:24:31.496Z] ---> 5e83a9f1dc61 [2021-01-19T18:24:31.496Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T18:24:31.496Z] Removing intermediate container 15074d83371c [2021-01-19T18:24:31.496Z] ---> 1366ebac862f [2021-01-19T18:24:31.496Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T18:24:31.759Z] ---> Running in ba2f660a611d [2021-01-19T18:24:31.759Z] ---> Running in 955005fa2467 [2021-01-19T18:24:31.759Z] Removing intermediate container 878ba1b733e8 [2021-01-19T18:24:31.759Z] ---> 8d0b5e60b699 [2021-01-19T18:24:31.759Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T18:24:31.759Z] ---> Running in 241cdb7217e4 [2021-01-19T18:24:32.022Z] Removing intermediate container 955005fa2467 [2021-01-19T18:24:32.022Z] ---> b1302cbdde46 [2021-01-19T18:24:32.022Z] [2021-01-19T18:24:32.022Z] Removing intermediate container ba2f660a611d [2021-01-19T18:24:32.022Z] ---> cbbc151fc989 [2021-01-19T18:24:32.022Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T18:24:32.022Z] Successfully built b1302cbdde46 [2021-01-19T18:24:32.022Z] ---> Running in e28a180fa060 [2021-01-19T18:24:32.022Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T18:24:32.022Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 241cdb7217e4 [2021-01-19T18:24:32.022Z] ---> 084f1066aba7 [2021-01-19T18:24:32.022Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T18:24:32.288Z] ---> Running in 1e5f4e19e3ab [2021-01-19T18:24:32.288Z] Removing intermediate container e28a180fa060 [2021-01-19T18:24:32.288Z] ---> 321c0630b282 [2021-01-19T18:24:32.288Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T18:24:32.873Z] ---> 6fa4e0ecb7ec [2021-01-19T18:24:32.873Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T18:24:33.138Z] ---> 7e8a55e1e7e3 [2021-01-19T18:24:33.138Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T18:24:33.138Z] Removing intermediate container 1e5f4e19e3ab [2021-01-19T18:24:33.138Z] ---> 88d3cda16fd7 [2021-01-19T18:24:33.138Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T18:24:33.138Z] ---> Running in 1d94d7623ad6 [2021-01-19T18:24:33.403Z] ---> e990cdca3826 [2021-01-19T18:24:33.403Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T18:24:34.349Z] ---> Running in 38b849dc51ff [2021-01-19T18:24:34.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:34.612Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:34.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:34.874Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T18:24:34.874Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T18:24:34.874Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T18:24:34.874Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T18:24:34.874Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T18:24:35.135Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T18:24:35.135Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T18:24:35.135Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:35.711Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T18:24:35.973Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T18:24:35.973Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T18:24:35.973Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T18:24:35.973Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T18:24:35.973Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T18:24:35.973Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T18:24:35.973Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T18:24:35.973Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T18:24:36.245Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T18:24:36.510Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T18:24:36.510Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T18:24:36.510Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T18:24:36.510Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T18:24:36.510Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T18:24:36.510Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T18:24:36.510Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T18:24:36.510Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T18:24:36.510Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T18:24:36.510Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T18:24:36.772Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T18:24:36.772Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T18:24:36.772Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T18:24:36.772Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T18:24:36.772Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T18:24:36.772Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T18:24:36.772Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T18:24:36.772Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T18:24:36.772Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T18:24:36.772Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T18:24:36.772Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T18:24:37.034Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:24:37.034Z] OK: 71 MiB in 55 packages [2021-01-19T18:24:37.034Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:24:37.034Z] OK: 8 MiB in 19 packages [2021-01-19T18:24:42.336Z] Removing intermediate container 1d94d7623ad6 [2021-01-19T18:24:42.336Z] ---> 7a6657e52cd5 [2021-01-19T18:24:42.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T18:24:45.802Z] ---> a16334e2a6cb [2021-01-19T18:24:45.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T18:24:45.802Z] Removing intermediate container 38b849dc51ff [2021-01-19T18:24:45.802Z] ---> cc36bf366d52 [2021-01-19T18:24:45.802Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T18:24:45.802Z] ---> Running in e22eb2d8d3a0 [2021-01-19T18:24:45.802Z] ---> 9a83ff08f7b4 [2021-01-19T18:24:45.802Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T18:24:46.066Z] ---> e860bbf72a1c [2021-01-19T18:24:46.066Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T18:24:46.329Z] ---> Running in 8d54d200fa68 [2021-01-19T18:24:46.591Z] Removing intermediate container 8d54d200fa68 [2021-01-19T18:24:46.591Z] ---> d8b9a5271ab0 [2021-01-19T18:24:46.591Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:24:46.591Z] ---> Running in 42de199bfc86 [2021-01-19T18:24:46.591Z] Removing intermediate container 42de199bfc86 [2021-01-19T18:24:46.591Z] ---> 621c553b9d89 [2021-01-19T18:24:46.591Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T18:24:46.854Z] ---> Running in 16a86241cdb1 [2021-01-19T18:24:46.854Z] Removing intermediate container 16a86241cdb1 [2021-01-19T18:24:46.854Z] ---> f360d88a4e63 [2021-01-19T18:24:46.854Z] Step 22/23 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:24:46.854Z] ---> Running in 7c68eaea4917 [2021-01-19T18:24:47.116Z] Removing intermediate container 7c68eaea4917 [2021-01-19T18:24:47.116Z] ---> 12edb8e088f5 [2021-01-19T18:24:47.116Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T18:24:47.116Z] ---> Running in 97cb69272b71 [2021-01-19T18:24:47.116Z] Collecting docker-compose==1.23.2 [2021-01-19T18:24:47.380Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T18:24:47.380Z] Removing intermediate container 97cb69272b71 [2021-01-19T18:24:47.380Z] ---> c29912f05d75 [2021-01-19T18:24:47.380Z] [2021-01-19T18:24:47.380Z] Successfully built c29912f05d75 [2021-01-19T18:24:47.380Z] Successfully tagged docker-core-data-go:latest [2021-01-19T18:24:47.642Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T18:24:47.642Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T18:24:47.642Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-19T18:24:47.642Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T18:24:47.642Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T18:24:47.905Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T18:24:47.905Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T18:24:48.478Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T18:24:48.478Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T18:24:48.740Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T18:24:49.010Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T18:24:50.400Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T18:24:50.400Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T18:24:50.979Z] Collecting PyYAML<4,>=3.10 [2021-01-19T18:24:50.979Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T18:24:51.922Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T18:24:51.922Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T18:24:51.922Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T18:24:51.922Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T18:24:52.184Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-19T18:24:52.184Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T18:24:52.184Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T18:24:52.447Z] Collecting idna<2.8,>=2.5 [2021-01-19T18:24:52.447Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T18:24:52.447Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-19T18:24:52.447Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T18:24:52.447Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T18:24:52.447Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T18:24:52.447Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T18:24:52.447Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T18:24:52.447Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T18:24:52.710Z] Installing collected packages: websocket-client, cached-property, dockerpty, texttable, jsonschema, docopt, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-19T18:24:52.710Z] Running setup.py install for dockerpty: started [2021-01-19T18:24:53.285Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T18:24:53.285Z] Running setup.py install for texttable: started [2021-01-19T18:24:53.861Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T18:24:53.861Z] Running setup.py install for docopt: started [2021-01-19T18:24:54.434Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T18:24:54.434Z] Running setup.py install for PyYAML: started [2021-01-19T18:24:54.695Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T18:24:54.695Z] Attempting uninstall: urllib3 [2021-01-19T18:24:54.695Z] Found existing installation: urllib3 1.25.9 [2021-01-19T18:24:54.695Z] Uninstalling urllib3-1.25.9: [2021-01-19T18:24:54.958Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T18:24:54.958Z] Attempting uninstall: idna [2021-01-19T18:24:54.958Z] Found existing installation: idna 2.9 [2021-01-19T18:24:54.958Z] Uninstalling idna-2.9: [2021-01-19T18:24:55.221Z] Successfully uninstalled idna-2.9 [2021-01-19T18:24:55.221Z] Attempting uninstall: requests [2021-01-19T18:24:55.221Z] Found existing installation: requests 2.23.0 [2021-01-19T18:24:55.221Z] Uninstalling requests-2.23.0: [2021-01-19T18:24:55.221Z] Successfully uninstalled requests-2.23.0 [2021-01-19T18:24:56.171Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-19T18:24:59.513Z] Removing intermediate container e22eb2d8d3a0 [2021-01-19T18:24:59.514Z] ---> 8df08960f5a2 [2021-01-19T18:24:59.514Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T18:24:59.514Z] ---> Running in 7fc89f865b3a [2021-01-19T18:24:59.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:59.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T18:24:59.775Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T18:24:59.775Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T18:24:59.775Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T18:24:59.775Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T18:24:59.775Z] OK: 72 MiB in 58 packages [2021-01-19T18:25:00.351Z] Removing intermediate container 7fc89f865b3a [2021-01-19T18:25:00.351Z] ---> 75d14e56d56e [2021-01-19T18:25:00.351Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T18:25:00.351Z] ---> Running in 8c759dec93c7 [2021-01-19T18:25:00.621Z] Removing intermediate container 8c759dec93c7 [2021-01-19T18:25:00.621Z] ---> 5467b0c1cab6 [2021-01-19T18:25:00.621Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T18:25:00.621Z] ---> Running in 24b44304c1ea [2021-01-19T18:25:00.621Z] Removing intermediate container 24b44304c1ea [2021-01-19T18:25:00.621Z] ---> bf6b372bf43a [2021-01-19T18:25:00.621Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T18:25:00.885Z] ---> Running in d3fea3311104 [2021-01-19T18:25:00.885Z] Removing intermediate container d3fea3311104 [2021-01-19T18:25:00.885Z] ---> 0d5f45bd6629 [2021-01-19T18:25:00.885Z] Step 25/26 : LABEL git_sha=036dd87a408c0209f536ff9270daa9ca0d718137 [2021-01-19T18:25:00.885Z] ---> Running in 126224f80c27 [2021-01-19T18:25:01.161Z] Removing intermediate container 126224f80c27 [2021-01-19T18:25:01.161Z] ---> 7562acc79825 [2021-01-19T18:25:01.161Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T18:25:01.161Z] ---> Running in 64a6e61c851f [2021-01-19T18:25:01.427Z] Removing intermediate container 64a6e61c851f [2021-01-19T18:25:01.427Z] ---> 8fc709c66d1e [2021-01-19T18:25:01.427Z] [2021-01-19T18:25:01.427Z] Successfully built 8fc709c66d1e [2021-01-19T18:25:01.427Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T18:25:02.022Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T18:25:02.040Z] $ docker stop --time=1 b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba [2021-01-19T18:25:03.726Z] $ docker rm -f b026ab96bc0290efb476beaa6f28b01f71685b82f7a0fc5280d11802ad54b5ba [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T18:25:04.269Z] + docker images [2021-01-19T18:25:04.269Z] + grep docker [2021-01-19T18:25:04.269Z] docker-sys-mgmt-agent-go latest 8fc709c66d1e 3 seconds ago 313MB [2021-01-19T18:25:04.269Z] docker-core-data-go latest c29912f05d75 17 seconds ago 22.3MB [2021-01-19T18:25:04.269Z] docker-security-proxy-setup-go latest b1302cbdde46 33 seconds ago 24.4MB [2021-01-19T18:25:04.269Z] docker-core-metadata-go latest 823d1bc4756d 37 seconds ago 13.1MB [2021-01-19T18:25:04.269Z] docker-security-secretstore-setup-go latest 545f03d33ddc About a minute ago 24.6MB [2021-01-19T18:25:04.269Z] docker-security-bootstrap-redis-go latest 9df6a605a6a7 2 minutes ago 15.8MB [2021-01-19T18:25:04.269Z] docker-support-notifications-go latest a7befd11f7c7 2 minutes ago 12MB [2021-01-19T18:25:04.269Z] docker-support-scheduler-go latest bf30223887a3 2 minutes ago 10.7MB [2021-01-19T18:25:04.269Z] docker-core-command-go latest b07420ddccee 2 minutes ago 10.6MB [2021-01-19T18:25:04.269Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T18:25:19.922Z] Still waiting to schedule task [2021-01-19T18:25:19.922Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T18:26:10.338Z] Running on prd-ubuntu18.04-docker-8c-8g-21269 in /w/workspace/edgexfoundry_edgex-go_PR-3049 [Pipeline] { [Pipeline] ws [2021-01-19T18:26:10.409Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-19T18:26:12.523Z] using credential edgex-jenkins-ssh [2021-01-19T18:26:12.573Z] Cloning the remote Git repository [2021-01-19T18:26:12.599Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:26:12.658Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-19T18:26:12.683Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:26:12.683Z] > git --version # timeout=10 [2021-01-19T18:26:12.689Z] > git --version # 'git version 2.17.1' [2021-01-19T18:26:12.690Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:26:12.715Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:26:20.230Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:26:20.241Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T18:26:20.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T18:26:20.264Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T18:26:20.265Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T18:26:20.270Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3049/head:refs/remotes/origin/PR-3049 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T18:26:20.759Z] Merging remotes/origin/master commit afbeca7a1f2fb6f639bd3a1f3a358734ab321017 into PR head commit 8468e1487648a3de0418cfcf0beeafc13612dbe0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-19T18:26:21.382Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [2021-01-19T18:26:20.772Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T18:26:20.778Z] > git checkout -f 8468e1487648a3de0418cfcf0beeafc13612dbe0 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:23.597Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:24.503Z] ---> package-listing.sh [2021-01-19T18:26:24.503Z] ++ facter osfamily [2021-01-19T18:26:24.503Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T18:26:24.503Z] + OS_FAMILY=redhat [2021-01-19T18:26:24.503Z] + workspace=/w/workspace/edgex-go/3 [2021-01-19T18:26:24.503Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T18:26:24.503Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T18:26:24.503Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T18:26:24.503Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T18:26:24.503Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T18:26:24.503Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T18:26:24.503Z] + case "${OS_FAMILY}" in [2021-01-19T18:26:24.503Z] + rpm -qa [2021-01-19T18:26:24.503Z] + sort [2021-01-19T18:26:29.844Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T18:26:29.844Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T18:26:29.844Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T18:26:29.844Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-19T18:26:29.844Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-19T18:26:29.844Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-19T18:26:29.859Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T18:26:30.156Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:26:30.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:26:30.464Z] [2021-01-19T18:26:30.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T18:26:30.819Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:26:30.819Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T18:26:30.819Z] df20fa9351a1: Pulling fs layer [2021-01-19T18:26:30.819Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T18:26:30.819Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T18:26:30.819Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T18:26:30.819Z] 93b61091891f: Pulling fs layer [2021-01-19T18:26:30.819Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T18:26:30.819Z] 5e14af77c1be: Pulling fs layer [2021-01-19T18:26:30.819Z] 01666e4c0597: Pulling fs layer [2021-01-19T18:26:30.819Z] aa168da1d23b: Pulling fs layer [2021-01-19T18:26:30.819Z] 93b9cdb0e59b: Waiting [2021-01-19T18:26:30.819Z] 5e14af77c1be: Waiting [2021-01-19T18:26:30.819Z] 01666e4c0597: Waiting [2021-01-19T18:26:30.819Z] aa168da1d23b: Waiting [2021-01-19T18:26:30.819Z] 93b61091891f: Waiting [2021-01-19T18:26:30.819Z] 46f8f816bc3b: Waiting [2021-01-19T18:26:30.819Z] 36b3adc4ff6f: Verifying Checksum [2021-01-19T18:26:30.819Z] 36b3adc4ff6f: Download complete [2021-01-19T18:26:30.819Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T18:26:30.819Z] 46f8f816bc3b: Download complete [2021-01-19T18:26:30.819Z] df20fa9351a1: Download complete [2021-01-19T18:26:30.819Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T18:26:30.819Z] 93b9cdb0e59b: Download complete [2021-01-19T18:26:31.080Z] 5e14af77c1be: Verifying Checksum [2021-01-19T18:26:31.080Z] 5e14af77c1be: Download complete [2021-01-19T18:26:31.080Z] 93b61091891f: Verifying Checksum [2021-01-19T18:26:31.080Z] 93b61091891f: Download complete [2021-01-19T18:26:31.080Z] 01666e4c0597: Verifying Checksum [2021-01-19T18:26:31.080Z] 01666e4c0597: Download complete [2021-01-19T18:26:31.080Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T18:26:31.080Z] 8ad3a11d3b57: Download complete [2021-01-19T18:26:31.342Z] df20fa9351a1: Pull complete [2021-01-19T18:26:31.604Z] 36b3adc4ff6f: Pull complete [2021-01-19T18:26:32.191Z] 8ad3a11d3b57: Pull complete [2021-01-19T18:26:32.455Z] 46f8f816bc3b: Pull complete [2021-01-19T18:26:33.033Z] aa168da1d23b: Verifying Checksum [2021-01-19T18:26:33.033Z] aa168da1d23b: Download complete [2021-01-19T18:26:34.423Z] 93b61091891f: Pull complete [2021-01-19T18:26:35.368Z] 93b9cdb0e59b: Pull complete [2021-01-19T18:26:35.368Z] 5e14af77c1be: Pull complete [2021-01-19T18:26:35.368Z] 01666e4c0597: Pull complete [2021-01-19T18:26:43.528Z] aa168da1d23b: Pull complete [2021-01-19T18:26:44.104Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T18:26:44.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T18:26:44.104Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T18:26:44.284Z] prd-centos7-docker-4c-2g-21259 does not seem to be running inside a container [2021-01-19T18:26:44.338Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T18:26:48.007Z] $ docker top 8fe6f0789600a84f043fb0f5557f136e937aefb9d6a7575b017bb9b8cae2908a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T18:26:48.599Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T18:26:48.912Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T18:26:49.222Z] + ls /var/log/sa-host [2021-01-19T18:26:49.222Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T18:26:49.222Z] file_magic: OK [2021-01-19T18:26:49.222Z] HZ: Using current value: 100 [2021-01-19T18:26:49.222Z] file_header: OK [2021-01-19T18:26:49.222Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T18:26:49.222Z] Statistics: [2021-01-19T18:26:49.222Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-19T18:26:49.222Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T18:26:49.222Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T18:26:49.222Z] file_magic: OK [2021-01-19T18:26:49.222Z] HZ: Using current value: 100 [2021-01-19T18:26:49.222Z] file_header: OK [2021-01-19T18:26:49.222Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-19T18:26:49.222Z] Statistics: [2021-01-19T18:26:49.222Z] Hnuu...uuuununununu... [2021-01-19T18:26:49.222Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T18:26:49.958Z] provisioning config files... [2021-01-19T18:26:49.982Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config4404822520596119279tmp [Pipeline] { [Pipeline] echo [2021-01-19T18:26:50.046Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:50.345Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T18:26:50.356Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T18:26:50.465Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:50.763Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T18:26:50.775Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:51.073Z] ---> sudo-logs.sh [2021-01-19T18:26:51.074Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T18:26:51.084Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:51.387Z] ---> job-cost.sh [2021-01-19T18:26:51.388Z] lf-activate-venv: SKIPPING [2021-01-19T18:26:51.388Z] INFO: No Stack... [2021-01-19T18:26:52.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T18:26:53.037Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T18:26:53.050Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T18:26:53.345Z] ---> logs-deploy.sh [2021-01-19T18:26:53.345Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3049/3 [2021-01-19T18:26:53.345Z] INFO: archiving workspace using pattern(s): [2021-01-19T18:26:55.268Z] Archives upload complete. [2021-01-19T18:26:55.268Z] INFO: archiving logs to Nexus [2021-01-19T18:26:56.212Z] ---> uname -a: [2021-01-19T18:26:56.212Z] Linux prd-centos7-docker-4c-2g-21259.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-19T18:26:56.212Z] [2021-01-19T18:26:56.212Z] [2021-01-19T18:26:56.212Z] ---> lscpu: [2021-01-19T18:26:56.212Z] Architecture: x86_64 [2021-01-19T18:26:56.212Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-19T18:26:56.212Z] Byte Order: Little Endian [2021-01-19T18:26:56.212Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-19T18:26:56.212Z] CPU(s): 4 [2021-01-19T18:26:56.212Z] On-line CPU(s) list: 0-3 [2021-01-19T18:26:56.212Z] Thread(s) per core: 1 [2021-01-19T18:26:56.212Z] Core(s) per socket: 1 [2021-01-19T18:26:56.212Z] Socket(s): 4 [2021-01-19T18:26:56.212Z] NUMA node(s): 1 [2021-01-19T18:26:56.212Z] Vendor ID: GenuineIntel [2021-01-19T18:26:56.212Z] CPU family: 6 [2021-01-19T18:26:56.212Z] Model: 44 [2021-01-19T18:26:56.212Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-19T18:26:56.212Z] Stepping: 1 [2021-01-19T18:26:56.212Z] CPU MHz: 2933.436 [2021-01-19T18:26:56.212Z] BogoMIPS: 5866.87 [2021-01-19T18:26:56.212Z] Virtualization: VT-x [2021-01-19T18:26:56.212Z] Hypervisor vendor: KVM [2021-01-19T18:26:56.212Z] Virtualization type: full [2021-01-19T18:26:56.212Z] L1d cache: 128 KiB [2021-01-19T18:26:56.212Z] L1i cache: 128 KiB [2021-01-19T18:26:56.212Z] L2 cache: 16 MiB [2021-01-19T18:26:56.212Z] L3 cache: 64 MiB [2021-01-19T18:26:56.212Z] NUMA node0 CPU(s): 0-3 [2021-01-19T18:26:56.212Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-19T18:26:56.212Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-19T18:26:56.212Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-19T18:26:56.212Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-19T18:26:56.212Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-19T18:26:56.212Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-19T18:26:56.212Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-19T18:26:56.212Z] Vulnerability Srbds: Not affected [2021-01-19T18:26:56.212Z] Vulnerability Tsx async abort: Not affected [2021-01-19T18:26:56.212Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-19T18:26:56.212Z] [2021-01-19T18:26:56.212Z] [2021-01-19T18:26:56.212Z] ---> nproc: [2021-01-19T18:26:56.212Z] 4 [2021-01-19T18:26:56.212Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] ---> df -h: [2021-01-19T18:26:56.213Z] Filesystem Size Used Available Use% Mounted on [2021-01-19T18:26:56.213Z] overlay 50.0G 13.2G 36.8G 26% / [2021-01-19T18:26:56.213Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-19T18:26:56.213Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-19T18:26:56.213Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /facter-os [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /etc/resolv.conf [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hostname [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /etc/hosts [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /run/cloud-init/result.json [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/sa-host [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/secure [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /var/log/auth.log [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3@tmp [2021-01-19T18:26:56.213Z] /dev/vda1 50.0G 13.2G 36.8G 26% /w/workspace/edgex-go/3 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] ---> free -m: [2021-01-19T18:26:56.213Z] total used free shared buff/cache available [2021-01-19T18:26:56.213Z] Mem: 1837 661 317 0 858 1092 [2021-01-19T18:26:56.213Z] Swap: 1023 60 963 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] ---> ip addr: [2021-01-19T18:26:56.213Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-19T18:26:56.213Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-19T18:26:56.213Z] inet 127.0.0.1/8 scope host lo [2021-01-19T18:26:56.213Z] valid_lft forever preferred_lft forever [2021-01-19T18:26:56.213Z] inet6 ::1/128 scope host [2021-01-19T18:26:56.213Z] valid_lft forever preferred_lft forever [2021-01-19T18:26:56.213Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-19T18:26:56.213Z] link/ether fa:16:3e:75:3c:71 brd ff:ff:ff:ff:ff:ff [2021-01-19T18:26:56.213Z] inet 10.30.123.6/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-19T18:26:56.213Z] valid_lft 85741sec preferred_lft 85741sec [2021-01-19T18:26:56.213Z] inet6 fe80::f816:3eff:fe75:3c71/64 scope link [2021-01-19T18:26:56.213Z] valid_lft forever preferred_lft forever [2021-01-19T18:26:56.213Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-19T18:26:56.213Z] link/ether 02:42:72:61:49:de brd ff:ff:ff:ff:ff:ff [2021-01-19T18:26:56.213Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-19T18:26:56.213Z] valid_lft forever preferred_lft forever [2021-01-19T18:26:56.213Z] inet6 fe80::42:72ff:fe61:49de/64 scope link [2021-01-19T18:26:56.213Z] valid_lft forever preferred_lft forever [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] ---> sar -b -r -n DEV: [2021-01-19T18:26:56.213Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:15:45 LINUX RESTART (4 CPU) [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:16:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-19T18:26:56.213Z] 18:17:01 196.39 112.54 83.86 0.00 11633.62 42506.17 0.00 [2021-01-19T18:26:56.213Z] 18:18:01 198.07 79.37 118.70 0.00 6999.27 47890.45 0.00 [2021-01-19T18:26:56.213Z] 18:19:01 251.41 89.37 162.04 0.00 3266.03 22051.74 0.00 [2021-01-19T18:26:56.213Z] 18:20:02 167.02 87.22 79.79 0.00 4157.26 10896.84 0.00 [2021-01-19T18:26:56.213Z] 18:21:02 631.37 414.95 216.41 0.00 77421.78 148439.21 0.00 [2021-01-19T18:26:56.213Z] 18:22:01 2924.03 2564.09 359.94 0.00 153578.02 166782.20 0.00 [2021-01-19T18:26:56.213Z] 18:23:02 1116.22 822.75 293.47 0.00 70627.65 106303.13 0.00 [2021-01-19T18:26:56.213Z] 18:24:01 2324.64 1975.24 349.39 0.00 149583.18 154280.42 0.00 [2021-01-19T18:26:56.213Z] 18:25:01 402.41 142.18 260.23 0.00 13085.55 42017.84 0.00 [2021-01-19T18:26:56.213Z] 18:26:01 15.32 8.42 6.89 0.00 2675.32 202.46 0.00 [2021-01-19T18:26:56.213Z] Average: 818.54 625.76 192.78 0.00 49078.25 73965.38 0.00 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:16:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-19T18:26:56.213Z] 18:17:01 91688 0 611628 32.51 2620 1175608 1271140 43.38 492600 1087128 19176 [2021-01-19T18:26:56.213Z] 18:18:01 94596 0 655688 34.85 1564 1129696 1327012 45.29 552076 991128 8 [2021-01-19T18:26:56.213Z] 18:19:01 241384 0 723908 38.47 1492 914760 1674188 57.14 582604 778904 48768 [2021-01-19T18:26:56.213Z] 18:20:02 218280 0 741328 39.40 848 921088 1428720 48.76 628896 743748 24032 [2021-01-19T18:26:56.213Z] 18:21:02 76124 0 782128 41.57 88 1023204 2247532 76.70 711932 887816 98880 [2021-01-19T18:26:56.213Z] 18:22:01 193716 0 1015024 53.95 0 672804 4402288 150.24 778084 644956 22872 [2021-01-19T18:26:56.213Z] 18:23:02 89336 0 654408 34.78 0 1137800 1637748 55.89 717720 854896 1376 [2021-01-19T18:26:56.213Z] 18:24:01 70548 0 782584 41.59 0 1028412 2993744 102.17 639172 932920 86672 [2021-01-19T18:26:56.213Z] 18:25:01 311380 0 593880 31.56 0 976284 1309716 44.70 542992 778592 12 [2021-01-19T18:26:56.213Z] 18:26:01 244212 0 581324 30.90 0 1056008 1156740 39.48 558424 835128 16 [2021-01-19T18:26:56.213Z] Average: 163126 0 714190 37.96 661 1003566 1944883 66.38 620450 853522 30181 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:16:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-19T18:26:56.213Z] 18:17:01 eth0 1008.30 766.23 3669.52 111.96 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:18:01 eth0 1083.94 1182.81 5881.92 150.58 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:18:01 docker0 840.62 693.84 69.42 3022.26 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:19:01 veth33a1d8e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:19:01 eth0 153.00 122.17 498.95 50.71 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:19:01 docker0 92.38 108.55 7.34 467.63 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:20:02 veth33a1d8e 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:20:02 eth0 39.32 25.12 26.24 45.52 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:20:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:20:02 docker0 0.23 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:21:02 eth0 262.27 229.87 1703.41 56.10 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:21:02 veth27097ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:21:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:22:01 veth1760403 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:22:01 veth93c189a 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:22:01 vethf0ae951 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:22:01 eth0 60.58 36.50 171.51 41.82 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:23:02 eth0 86.01 60.31 211.73 51.70 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:23:02 veth27097ff 0.00 0.63 0.00 0.03 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:23:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:23:02 vethad2c6f7 4.59 6.07 0.31 29.11 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:24:01 veth9e1235e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:24:01 veth42bfc52 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:24:01 eth0 60.88 38.80 89.79 46.89 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:24:01 veth27097ff 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:25:01 eth0 235.94 166.23 1736.75 85.61 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:25:01 veth27097ff 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:25:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:25:01 docker0 1002.56 930.99 80.87 4310.22 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:26:01 eth0 4.10 2.43 4.08 1.53 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] 18:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] Average: eth0 299.84 263.42 1401.50 64.28 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] Average: docker0 100.45 93.28 8.10 431.85 0.00 0.00 0.00 0.00 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] ---> sar -P ALL: [2021-01-19T18:26:56.213Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/19/21 _x86_64_ (4 CPU) [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:15:45 LINUX RESTART (4 CPU) [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] 18:16:01 CPU %user %nice %system %iowait %steal %idle [2021-01-19T18:26:56.213Z] 18:17:01 all 17.63 0.00 7.48 5.56 0.21 69.13 [2021-01-19T18:26:56.213Z] 18:17:01 0 15.87 0.00 8.27 3.15 0.26 72.45 [2021-01-19T18:26:56.213Z] 18:17:01 1 21.73 0.00 8.13 7.22 0.15 62.77 [2021-01-19T18:26:56.213Z] 18:17:01 2 16.42 0.00 7.65 4.82 0.24 70.87 [2021-01-19T18:26:56.213Z] 18:17:01 3 16.47 0.00 5.86 7.01 0.20 70.45 [2021-01-19T18:26:56.213Z] 18:18:01 all 15.61 0.00 6.86 2.09 0.41 75.03 [2021-01-19T18:26:56.213Z] 18:18:01 0 14.14 0.00 8.05 1.06 0.49 76.26 [2021-01-19T18:26:56.213Z] 18:18:01 1 16.52 0.00 6.90 3.07 0.36 73.15 [2021-01-19T18:26:56.213Z] 18:18:01 2 14.97 0.00 5.73 1.70 0.41 77.19 [2021-01-19T18:26:56.213Z] 18:18:01 3 16.80 0.00 6.77 2.53 0.38 73.52 [2021-01-19T18:26:56.213Z] 18:19:01 all 33.19 0.00 9.06 9.49 0.22 48.04 [2021-01-19T18:26:56.213Z] 18:19:01 0 35.41 0.00 9.28 8.40 0.17 46.74 [2021-01-19T18:26:56.213Z] 18:19:01 1 31.04 0.00 9.53 10.32 0.21 48.92 [2021-01-19T18:26:56.213Z] 18:19:01 2 32.08 0.00 8.71 9.31 0.26 49.65 [2021-01-19T18:26:56.213Z] 18:19:01 3 34.26 0.00 8.71 9.94 0.22 46.87 [2021-01-19T18:26:56.213Z] 18:20:02 all 58.64 0.00 12.57 3.47 0.27 25.03 [2021-01-19T18:26:56.213Z] 18:20:02 0 58.44 0.00 12.21 3.64 0.24 25.47 [2021-01-19T18:26:56.213Z] 18:20:02 1 61.29 0.00 12.10 2.31 0.33 23.98 [2021-01-19T18:26:56.213Z] 18:20:02 2 56.90 0.00 13.07 3.57 0.31 26.15 [2021-01-19T18:26:56.213Z] 18:20:02 3 57.94 0.00 12.92 4.39 0.21 24.53 [2021-01-19T18:26:56.213Z] 18:21:02 all 23.94 0.00 16.13 10.00 0.24 49.68 [2021-01-19T18:26:56.213Z] 18:21:02 0 24.44 0.00 16.54 9.89 0.24 48.88 [2021-01-19T18:26:56.213Z] 18:21:02 1 21.90 0.00 16.23 10.54 0.26 51.07 [2021-01-19T18:26:56.213Z] 18:21:02 2 25.71 0.00 16.09 10.07 0.21 47.91 [2021-01-19T18:26:56.213Z] 18:21:02 3 23.70 0.00 15.67 9.50 0.26 50.87 [2021-01-19T18:26:56.213Z] 18:22:01 all 23.80 0.00 22.97 27.99 0.40 24.84 [2021-01-19T18:26:56.213Z] 18:22:01 0 23.16 0.00 24.31 28.12 0.52 23.89 [2021-01-19T18:26:56.213Z] 18:22:01 1 23.16 0.00 22.41 28.57 0.41 25.44 [2021-01-19T18:26:56.213Z] 18:22:01 2 24.34 0.00 22.08 28.19 0.38 25.02 [2021-01-19T18:26:56.213Z] 18:22:01 3 24.57 0.00 23.05 27.05 0.31 25.02 [2021-01-19T18:26:56.213Z] 18:23:02 all 44.28 0.00 16.07 18.17 0.22 21.26 [2021-01-19T18:26:56.213Z] 18:23:02 0 43.86 0.00 15.31 15.00 0.22 25.62 [2021-01-19T18:26:56.213Z] 18:23:02 1 44.87 0.00 15.79 17.69 0.24 21.40 [2021-01-19T18:26:56.213Z] 18:23:02 2 43.72 0.00 16.07 22.00 0.19 18.02 [2021-01-19T18:26:56.213Z] 18:23:02 3 44.67 0.00 17.10 18.00 0.24 19.99 [2021-01-19T18:26:56.213Z] 18:24:01 all 35.09 0.00 20.87 23.73 0.29 20.02 [2021-01-19T18:26:56.213Z] 18:24:01 0 32.80 0.00 19.95 22.51 0.34 24.41 [2021-01-19T18:26:56.213Z] 18:24:01 1 35.98 0.00 20.70 25.00 0.32 18.01 [2021-01-19T18:26:56.213Z] 18:24:01 2 36.75 0.00 20.93 24.65 0.23 17.44 [2021-01-19T18:26:56.213Z] 18:24:01 3 34.84 0.00 21.93 22.75 0.27 20.21 [2021-01-19T18:26:56.213Z] 18:25:01 all 30.65 0.00 12.15 12.69 0.17 44.35 [2021-01-19T18:26:56.213Z] 18:25:01 0 33.52 0.00 12.69 9.54 0.14 44.10 [2021-01-19T18:26:56.213Z] 18:25:01 1 30.76 0.00 11.90 18.68 0.14 38.52 [2021-01-19T18:26:56.213Z] 18:25:01 2 29.09 0.00 11.72 13.31 0.22 45.65 [2021-01-19T18:26:56.213Z] 18:25:01 3 29.23 0.00 12.29 9.20 0.17 49.11 [2021-01-19T18:26:56.213Z] 18:26:01 all 0.34 0.00 0.25 0.10 0.01 99.30 [2021-01-19T18:26:56.213Z] 18:26:01 0 0.23 0.00 0.32 0.12 0.00 99.33 [2021-01-19T18:26:56.213Z] 18:26:01 1 0.67 0.00 0.23 0.10 0.02 98.98 [2021-01-19T18:26:56.213Z] 18:26:01 2 0.22 0.00 0.27 0.03 0.00 99.48 [2021-01-19T18:26:56.213Z] 18:26:01 3 0.23 0.00 0.17 0.17 0.02 99.42 [2021-01-19T18:26:56.213Z] Average: all 28.18 0.00 12.32 11.18 0.24 48.08 [2021-01-19T18:26:56.213Z] Average: 0 28.08 0.00 12.59 10.03 0.26 49.04 [2021-01-19T18:26:56.213Z] Average: 1 28.66 0.00 12.27 12.20 0.24 46.63 [2021-01-19T18:26:56.213Z] Average: 2 27.87 0.00 12.11 11.61 0.24 48.17 [2021-01-19T18:26:56.213Z] Average: 3 28.10 0.00 12.29 10.88 0.23 48.50 [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z] [2021-01-19T18:26:56.213Z]