Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from de671d521d9c86c4e79c888266647b5538b20374+f1ea93c16db09b36626d9198e09713e38083a332 (a155a1ecb63ac552a097885284d2e740910b4cdd) 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 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 9d0281235b943b7ad605f650702698f9078b2862 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 9d0281235b943b7ad605f650702698f9078b2862 # timeout=10 Commit message: "Merge pull request #315 from ernestojeda/rename-docker-images-again" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4667 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # 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 > 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/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit de671d521d9c86c4e79c888266647b5538b20374 Merge succeeded, producing a281e7ecf90e501821f04e365638aaebcd94ec35 Checking out Revision a281e7ecf90e501821f04e365638aaebcd94ec35 (PR-3410) > git config core.sparsecheckout # timeout=10 > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # 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 f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a281e7ecf90e501821f04e365638aaebcd94ec35 # timeout=10 Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-12T08:30:19.351Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-12T08:30:19.466Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-12T08:30:19.494Z] ========================================================= [2021-05-12T08:30:19.494Z] EdgeX Global Pipelines Version Info [2021-05-12T08:30:19.494Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 0311ae2b0344e8c4ecb566f9a8aa396db9a525d7 # timeout=10 [2021-05-12T08:30:21.911Z] ------------------- [2021-05-12T08:30:21.911Z] stable info: [2021-05-12T08:30:21.911Z] ------------------- [2021-05-12T08:30:21.911Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-12T08:30:21.911Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T08:30:21.911Z] Message: update stable to v1.0.192 [2021-05-12T08:30:22.897Z] ------------------- [2021-05-12T08:30:22.897Z] experimental info: [2021-05-12T08:30:22.897Z] ------------------- [2021-05-12T08:30:22.897Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-12T08:30:22.897Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-12T08:30:22.897Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-12T08:30:23.056Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-05-12T08:30:23.098Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-05-12T08:30:23.121Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-12T08:30:23.147Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-12T08:30:23.189Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-12T08:30:23.221Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-12T08:30:23.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-12T08:30:23.284Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-05-12T08:30:23.308Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-05-12T08:30:23.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-05-12T08:30:23.368Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-12T08:30:23.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-12T08:30:23.416Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-12T08:30:23.453Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-12T08:30:23.476Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T08:30:23.501Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-12T08:30:23.537Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-12T08:30:23.563Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-12T08:30:23.588Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-05-12T08:30:23.628Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-05-12T08:30:23.651Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-12T08:30:23.674Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-12T08:30:23.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3410 [Pipeline] echo [2021-05-12T08:30:23.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3410 [Pipeline] echo [2021-05-12T08:30:23.860Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3410 [Pipeline] echo [2021-05-12T08:30:23.912Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a281e7ecf90e501821f04e365638aaebcd94ec35 [Pipeline] echo [2021-05-12T08:30:23.947Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a281e7e [Pipeline] echo [2021-05-12T08:30:23.979Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T08:30:24.089Z] provisioning config files... [2021-05-12T08:30:24.135Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config6705537980764558853tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:30:24.475Z] ---> docker-login.sh [2021-05-12T08:30:24.475Z] nexus3.edgexfoundry.org:10001 [2021-05-12T08:30:25.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:30:25.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:30:25.364Z] Configure a credential helper to remove this warning. See [2021-05-12T08:30:25.364Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:30:25.364Z] [2021-05-12T08:30:25.364Z] Login Succeeded [2021-05-12T08:30:25.364Z] nexus3.edgexfoundry.org:10002 [2021-05-12T08:30:25.646Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:30:25.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:30:25.646Z] Configure a credential helper to remove this warning. See [2021-05-12T08:30:25.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:30:25.646Z] [2021-05-12T08:30:25.646Z] Login Succeeded [2021-05-12T08:30:25.646Z] nexus3.edgexfoundry.org:10003 [2021-05-12T08:30:25.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:30:26.212Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:30:26.212Z] Configure a credential helper to remove this warning. See [2021-05-12T08:30:26.212Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:30:26.212Z] [2021-05-12T08:30:26.212Z] Login Succeeded [2021-05-12T08:30:26.212Z] nexus3.edgexfoundry.org:10004 [2021-05-12T08:30:26.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:30:26.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:30:26.481Z] Configure a credential helper to remove this warning. See [2021-05-12T08:30:26.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:30:26.481Z] [2021-05-12T08:30:26.481Z] Login Succeeded [2021-05-12T08:30:26.481Z] docker.io [2021-05-12T08:30:26.796Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:30:27.069Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:30:27.069Z] Configure a credential helper to remove this warning. See [2021-05-12T08:30:27.069Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:30:27.069Z] [2021-05-12T08:30:27.069Z] Login Succeeded [2021-05-12T08:30:27.069Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T08:30:27.083Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T08:30:27.471Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] ++ dirname cmd/core-command/Dockerfile [2021-05-12T08:30:27.471Z] + echo core-command,cmd/core-command/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] ++ dirname cmd/core-data/Dockerfile [2021-05-12T08:30:27.471Z] + echo core-data,cmd/core-data/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/core-metadata/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-05-12T08:30:27.471Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/support-notifications/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-05-12T08:30:27.471Z] + for file in '`ls cmd/**/Dockerfile`' [2021-05-12T08:30:27.471Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-05-12T08:30:27.471Z] ++ cut -d/ -f2 [2021-05-12T08:30:27.471Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-05-12T08:30:27.722Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:30:29.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T08:30:29.180Z] [2021-05-12T08:30:29.180Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:30:29.587Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T08:30:29.587Z] latest: Pulling from edgex-devops/git-semver [2021-05-12T08:30:29.587Z] 31603596830f: Pulling fs layer [2021-05-12T08:30:29.587Z] 54011a49482f: Pulling fs layer [2021-05-12T08:30:29.587Z] a6820b24f6d8: Pulling fs layer [2021-05-12T08:30:29.587Z] f581987b2513: Pulling fs layer [2021-05-12T08:30:29.587Z] f581987b2513: Waiting [2021-05-12T08:30:29.587Z] 54011a49482f: Download complete [2021-05-12T08:30:30.260Z] f581987b2513: Verifying Checksum [2021-05-12T08:30:30.260Z] f581987b2513: Download complete [2021-05-12T08:30:30.260Z] 31603596830f: Verifying Checksum [2021-05-12T08:30:30.260Z] 31603596830f: Download complete [2021-05-12T08:30:30.260Z] a6820b24f6d8: Verifying Checksum [2021-05-12T08:30:30.260Z] a6820b24f6d8: Download complete [2021-05-12T08:30:31.290Z] 31603596830f: Pull complete [2021-05-12T08:30:31.574Z] 54011a49482f: Pull complete [2021-05-12T08:30:33.626Z] a6820b24f6d8: Pull complete [2021-05-12T08:30:33.626Z] f581987b2513: Pull complete [2021-05-12T08:30:33.626Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-12T08:30:33.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-12T08:30:33.626Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-12T08:30:33.883Z] prd-centos7-docker-4c-2g-4667 does not seem to be running inside a container [2021-05-12T08:30:34.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat [2021-05-12T08:30:37.681Z] $ docker top d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-12T08:30:37.911Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T08:30:37.911Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T08:30:38.287Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T08:30:38.302Z] $ docker exec d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent [2021-05-12T08:30:38.628Z] SSH_AUTH_SOCK=/tmp/ssh-bOsYilR1zvvS/agent.11 [2021-05-12T08:30:38.628Z] SSH_AGENT_PID=16 [2021-05-12T08:30:38.659Z] Running ssh-add (command line suppressed) [2021-05-12T08:30:38.929Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_6396721698485671221.key (/w/workspace/edgex-go/12@tmp/private_key_6396721698485671221.key) [2021-05-12T08:30:39.005Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T08:30:39.325Z] + git tag --points-at HEAD [Pipeline] } [2021-05-12T08:30:39.350Z] $ docker exec --env ******** --env ******** d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent -k [2021-05-12T08:30:39.506Z] unset SSH_AUTH_SOCK; [2021-05-12T08:30:39.507Z] unset SSH_AGENT_PID; [2021-05-12T08:30:39.507Z] echo Agent pid 16 killed; [2021-05-12T08:30:39.589Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-12T08:30:39.633Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-12T08:30:39.633Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-12T08:30:39.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-12T08:30:39.983Z] $ docker exec d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent [2021-05-12T08:30:40.297Z] SSH_AUTH_SOCK=/tmp/ssh-a1p9yaVCgvUW/agent.44 [2021-05-12T08:30:40.297Z] SSH_AGENT_PID=49 [2021-05-12T08:30:40.308Z] Running ssh-add (command line suppressed) [2021-05-12T08:30:40.601Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_451387789754720021.key (/w/workspace/edgex-go/12@tmp/private_key_451387789754720021.key) [2021-05-12T08:30:40.686Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-12T08:30:41.076Z] + git semver init [2021-05-12T08:30:41.355Z] # -> Open(): unable to determine branch for HEAD [2021-05-12T08:30:41.355Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-05-12T08:30:41.355Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-05-12T08:30:41.355Z] # $SEMVER_REMOTE_NAME = origin [2021-05-12T08:30:41.355Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-12T08:30:41.355Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-12T08:30:41.355Z] # $SEMVER_BRANCH = PR-3410 [2021-05-12T08:30:41.355Z] # $SEMVER_TEMP = /tmp/semver-209418123 [2021-05-12T08:30:41.355Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-05-12T08:31:14.150Z] # '/tmp/semver-209418123' -> '/w/workspace/edgex-go/12/.semver' [2021-05-12T08:31:16.195Z] # -> Force: false [2021-05-12T08:31:16.195Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-05-12T08:31:16.221Z] $ docker exec --env ******** --env ******** d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 ssh-agent -k [2021-05-12T08:31:16.951Z] unset SSH_AUTH_SOCK; [2021-05-12T08:31:16.952Z] unset SSH_AGENT_PID; [2021-05-12T08:31:16.952Z] echo Agent pid 49 killed; [2021-05-12T08:31:17.142Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-12T08:31:17.531Z] + git semver [Pipeline] } [2021-05-12T08:31:17.588Z] $ docker stop --time=1 d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 [2021-05-12T08:31:19.644Z] $ docker rm -f d9ca59ffbed1f6c6229d55a0973b1e7cfe5d7548f6efc3e294935e318c8b8745 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T08:31:20.147Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-12T08:31:20.925Z] Stashed 1 file(s) [Pipeline] echo [2021-05-12T08:31:20.928Z] [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-05-12T08:31:21.773Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-12T08:31:22.260Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T08:31:22.615Z] + sudo service docker restart [2021-05-12T08:31:22.615Z] + true [2021-05-12T08:31:22.615Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-05-12T08:31:24.121Z] ========================================================= [2021-05-12T08:31:24.121Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-12T08:31:24.121Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:31:24.631Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-12T08:31:31.608Z] Sending build context to Docker daemon 330.3MB [2021-05-12T08:31:31.608Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T08:31:31.608Z] Step 2/6 : FROM ${BASE} [2021-05-12T08:31:31.608Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-12T08:31:31.608Z] 540db60ca938: Pulling fs layer [2021-05-12T08:31:31.608Z] adcc1eea9eea: Pulling fs layer [2021-05-12T08:31:31.608Z] 4c4ab2625f07: Pulling fs layer [2021-05-12T08:31:31.608Z] 0510c868ecb4: Pulling fs layer [2021-05-12T08:31:31.608Z] afea3b2eda06: Pulling fs layer [2021-05-12T08:31:31.608Z] 7809a108b3ef: Pulling fs layer [2021-05-12T08:31:31.608Z] f706445af74f: Pulling fs layer [2021-05-12T08:31:31.608Z] afea3b2eda06: Waiting [2021-05-12T08:31:31.608Z] 7809a108b3ef: Waiting [2021-05-12T08:31:31.608Z] f706445af74f: Waiting [2021-05-12T08:31:31.608Z] 0510c868ecb4: Waiting [2021-05-12T08:31:31.608Z] 4c4ab2625f07: Verifying Checksum [2021-05-12T08:31:31.608Z] 4c4ab2625f07: Download complete [2021-05-12T08:31:31.608Z] adcc1eea9eea: Verifying Checksum [2021-05-12T08:31:31.608Z] adcc1eea9eea: Download complete [2021-05-12T08:31:31.608Z] afea3b2eda06: Verifying Checksum [2021-05-12T08:31:31.608Z] afea3b2eda06: Download complete [2021-05-12T08:31:31.608Z] 7809a108b3ef: Verifying Checksum [2021-05-12T08:31:31.608Z] 7809a108b3ef: Download complete [2021-05-12T08:31:31.608Z] 540db60ca938: Verifying Checksum [2021-05-12T08:31:31.608Z] 540db60ca938: Download complete [2021-05-12T08:31:32.257Z] 540db60ca938: Pull complete [2021-05-12T08:31:33.275Z] adcc1eea9eea: Pull complete [2021-05-12T08:31:33.275Z] 4c4ab2625f07: Pull complete [2021-05-12T08:31:36.004Z] f706445af74f: Verifying Checksum [2021-05-12T08:31:36.004Z] f706445af74f: Download complete [2021-05-12T08:31:36.093Z] Still waiting to schedule task [2021-05-12T08:31:36.093Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline [2021-05-12T08:31:37.506Z] 0510c868ecb4: Verifying Checksum [2021-05-12T08:31:37.506Z] 0510c868ecb4: Download complete [2021-05-12T08:31:50.300Z] 0510c868ecb4: Pull complete [2021-05-12T08:31:50.580Z] afea3b2eda06: Pull complete [2021-05-12T08:31:50.877Z] 7809a108b3ef: Pull complete [2021-05-12T08:31:56.435Z] f706445af74f: Pull complete [2021-05-12T08:31:56.435Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-12T08:31:56.435Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-12T08:31:56.435Z] ---> b068be0155e3 [2021-05-12T08:31:56.435Z] 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-05-12T08:31:56.435Z] ---> Running in 999e9b3259cb [2021-05-12T08:31:57.404Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-12T08:31:58.359Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-12T08:31:58.980Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T08:31:59.251Z] (2/12) Installing file (5.39-r0) [2021-05-12T08:31:59.251Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T08:31:59.528Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T08:32:06.290Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T08:32:06.570Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T08:32:06.570Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T08:32:06.570Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T08:32:06.836Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T08:32:06.836Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T08:32:06.836Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T08:32:07.110Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T08:32:07.110Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T08:32:07.110Z] OK: 219 MiB in 52 packages [2021-05-12T08:32:11.439Z] Removing intermediate container 999e9b3259cb [2021-05-12T08:32:11.440Z] ---> abd1c4a5cd3b [2021-05-12T08:32:11.440Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T08:32:11.440Z] ---> Running in c93fee54268e [2021-05-12T08:32:11.440Z] Removing intermediate container c93fee54268e [2021-05-12T08:32:11.440Z] ---> d79ccbd4ecee [2021-05-12T08:32:11.440Z] Step 5/6 : COPY go.mod . [2021-05-12T08:32:11.759Z] ---> e0f491308591 [2021-05-12T08:32:11.759Z] Step 6/6 : RUN go mod download [2021-05-12T08:32:12.057Z] ---> Running in bef5dbbeea58 [2021-05-12T08:32:44.576Z] go: bitbucket.org/bertimus9/systemstat@v0.0.0-20180207000608-0eeff89b0690: Get "https://proxy.golang.org/bitbucket.org/bertimus9/systemstat/@v/v0.0.0-20180207000608-0eeff89b0690.mod": dial tcp [2607:f8b0:4020:805::2011]:443: connect: network is unreachable [2021-05-12T08:32:44.576Z] The command '/bin/sh -c go mod download' returned a non-zero code: 1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-12T08:32:44.876Z] Failed in branch amd64 [2021-05-12T08:33:23.121Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4671 in /w/workspace/edgexfoundry_edgex-go_PR-3410 [Pipeline] { [Pipeline] ws [2021-05-12T08:33:23.138Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-05-12T08:33:28.855Z] using credential edgex-jenkins-ssh [2021-05-12T08:33:28.878Z] Cloning the remote Git repository [2021-05-12T08:33:28.981Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-05-12T08:33:29.121Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-05-12T08:33:29.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T08:33:29.198Z] > git --version # timeout=10 [2021-05-12T08:33:29.219Z] > git --version # 'git version 2.17.1' [2021-05-12T08:33:29.220Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T08:33:29.307Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T08:33:47.554Z] Merging remotes/origin/master commit f1ea93c16db09b36626d9198e09713e38083a332 into PR head commit de671d521d9c86c4e79c888266647b5538b20374 [2021-05-12T08:33:46.608Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T08:33:46.625Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-12T08:33:46.647Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-05-12T08:33:46.687Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-05-12T08:33:46.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T08:33:46.702Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3410/head:refs/remotes/origin/PR-3410 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-12T08:33:47.576Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T08:33:47.588Z] > git checkout -f de671d521d9c86c4e79c888266647b5538b20374 # timeout=10 [2021-05-12T08:33:48.249Z] Merge succeeded, producing 4de1a95a50feea5d8ec680fd6b49751a0da82370 [2021-05-12T08:33:48.249Z] Checking out Revision 4de1a95a50feea5d8ec680fd6b49751a0da82370 (PR-3410) [2021-05-12T08:33:47.908Z] > git remote # timeout=10 [2021-05-12T08:33:47.924Z] > git config --get remote.origin.url # timeout=10 [2021-05-12T08:33:47.938Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-12T08:33:47.948Z] > git merge f1ea93c16db09b36626d9198e09713e38083a332 # timeout=10 [2021-05-12T08:33:48.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-12T08:33:48.260Z] > git config core.sparsecheckout # timeout=10 [2021-05-12T08:33:48.280Z] > git checkout -f 4de1a95a50feea5d8ec680fd6b49751a0da82370 # timeout=10 [2021-05-12T08:33:52.532Z] Commit message: "Merge commit 'f1ea93c16db09b36626d9198e09713e38083a332' into HEAD" [2021-05-12T08:33:52.559Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-12T08:33:53.945Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-12T08:33:54.348Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-12T08:33:52.542Z] > git rev-list --no-walk 0311ae2b0344e8c4ecb566f9a8aa396db9a525d7 # timeout=10 [2021-05-12T08:33:54.700Z] + sudo service docker restart [2021-05-12T08:33:54.700Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-12T08:33:57.371Z] provisioning config files... [2021-05-12T08:33:57.423Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config6760959951990404031tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:33:57.809Z] ---> docker-login.sh [2021-05-12T08:33:57.809Z] nexus3.edgexfoundry.org:10001 [2021-05-12T08:33:58.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:33:59.076Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:33:59.076Z] Configure a credential helper to remove this warning. See [2021-05-12T08:33:59.076Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:33:59.076Z] [2021-05-12T08:33:59.076Z] Login Succeeded [2021-05-12T08:33:59.076Z] nexus3.edgexfoundry.org:10002 [2021-05-12T08:33:59.356Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:33:59.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:33:59.630Z] Configure a credential helper to remove this warning. See [2021-05-12T08:33:59.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:33:59.630Z] [2021-05-12T08:33:59.630Z] Login Succeeded [2021-05-12T08:33:59.630Z] nexus3.edgexfoundry.org:10003 [2021-05-12T08:33:59.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:33:59.904Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:33:59.904Z] Configure a credential helper to remove this warning. See [2021-05-12T08:33:59.904Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:33:59.904Z] [2021-05-12T08:33:59.905Z] Login Succeeded [2021-05-12T08:33:59.905Z] nexus3.edgexfoundry.org:10004 [2021-05-12T08:34:00.503Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:34:00.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:34:00.503Z] Configure a credential helper to remove this warning. See [2021-05-12T08:34:00.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:34:00.503Z] [2021-05-12T08:34:00.503Z] Login Succeeded [2021-05-12T08:34:00.503Z] docker.io [2021-05-12T08:34:01.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-12T08:34:01.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-12T08:34:01.376Z] Configure a credential helper to remove this warning. See [2021-05-12T08:34:01.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-12T08:34:01.376Z] [2021-05-12T08:34:01.376Z] Login Succeeded [2021-05-12T08:34:01.376Z] ---> docker-login.sh ends [Pipeline] } [2021-05-12T08:34:01.395Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-12T08:34:01.700Z] ========================================================= [2021-05-12T08:34:01.700Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-12T08:34:01.700Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:34:02.055Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-12T08:34:04.701Z] Sending build context to Docker daemon 167.8MB [2021-05-12T08:34:04.701Z] Step 1/6 : ARG BASE=golang:1.16-alpine3.12 [2021-05-12T08:34:04.701Z] Step 2/6 : FROM ${BASE} [2021-05-12T08:34:04.701Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-12T08:34:04.701Z] 595b0fe564bb: Pulling fs layer [2021-05-12T08:34:04.701Z] 7186ed65a4f7: Pulling fs layer [2021-05-12T08:34:04.701Z] 316046926c0a: Pulling fs layer [2021-05-12T08:34:04.701Z] 4ebd0625c992: Pulling fs layer [2021-05-12T08:34:04.701Z] 207e8628e3a3: Pulling fs layer [2021-05-12T08:34:04.701Z] c791037a9be2: Pulling fs layer [2021-05-12T08:34:04.701Z] ffd874e62e21: Pulling fs layer [2021-05-12T08:34:04.701Z] 4ebd0625c992: Waiting [2021-05-12T08:34:04.701Z] 207e8628e3a3: Waiting [2021-05-12T08:34:04.701Z] c791037a9be2: Waiting [2021-05-12T08:34:04.701Z] ffd874e62e21: Waiting [2021-05-12T08:34:04.701Z] 316046926c0a: Download complete [2021-05-12T08:34:04.701Z] 7186ed65a4f7: Verifying Checksum [2021-05-12T08:34:04.701Z] 7186ed65a4f7: Download complete [2021-05-12T08:34:04.701Z] 207e8628e3a3: Verifying Checksum [2021-05-12T08:34:04.701Z] c791037a9be2: Verifying Checksum [2021-05-12T08:34:04.701Z] c791037a9be2: Download complete [2021-05-12T08:34:04.701Z] 595b0fe564bb: Verifying Checksum [2021-05-12T08:34:04.701Z] 595b0fe564bb: Download complete [2021-05-12T08:34:05.298Z] 595b0fe564bb: Pull complete [2021-05-12T08:34:05.900Z] 7186ed65a4f7: Pull complete [2021-05-12T08:34:06.171Z] 316046926c0a: Pull complete [2021-05-12T08:34:06.764Z] ffd874e62e21: Verifying Checksum [2021-05-12T08:34:06.764Z] ffd874e62e21: Download complete [2021-05-12T08:34:08.198Z] 4ebd0625c992: Verifying Checksum [2021-05-12T08:34:08.198Z] 4ebd0625c992: Download complete [2021-05-12T08:34:18.372Z] 4ebd0625c992: Pull complete [2021-05-12T08:34:18.372Z] 207e8628e3a3: Pull complete [2021-05-12T08:34:18.645Z] c791037a9be2: Pull complete [2021-05-12T08:34:22.037Z] ffd874e62e21: Pull complete [2021-05-12T08:34:22.037Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-12T08:34:22.037Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-12T08:34:22.037Z] ---> cfc18b08335c [2021-05-12T08:34:22.037Z] 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-05-12T08:34:26.348Z] ---> Running in 59c4e2f1dcec [2021-05-12T08:34:26.944Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:34:27.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:34:28.893Z] (1/12) Installing libmagic (5.39-r0) [2021-05-12T08:34:28.893Z] (2/12) Installing file (5.39-r0) [2021-05-12T08:34:28.893Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-05-12T08:34:29.164Z] (4/12) Installing g++ (10.2.1_pre1-r3) [2021-05-12T08:34:34.574Z] (5/12) Installing fortify-headers (1.1-r0) [2021-05-12T08:34:34.574Z] (6/12) Installing patch (2.7.6-r6) [2021-05-12T08:34:34.574Z] (7/12) Installing build-base (0.5-r2) [2021-05-12T08:34:34.574Z] (8/12) Installing libsodium (1.0.18-r0) [2021-05-12T08:34:34.574Z] (9/12) Installing pkgconf (1.7.3-r0) [2021-05-12T08:34:34.574Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-05-12T08:34:34.845Z] (11/12) Installing libzmq (4.3.3-r1) [2021-05-12T08:34:34.845Z] (12/12) Installing zeromq-dev (4.3.3-r1) [2021-05-12T08:34:35.117Z] Executing busybox-1.32.1-r6.trigger [2021-05-12T08:34:35.117Z] OK: 218 MiB in 52 packages [2021-05-12T08:34:39.418Z] Removing intermediate container 59c4e2f1dcec [2021-05-12T08:34:39.418Z] ---> 561a3decb410 [2021-05-12T08:34:39.418Z] Step 4/6 : WORKDIR /edgex-go [2021-05-12T08:34:39.418Z] ---> Running in 017d826e44be [2021-05-12T08:34:39.691Z] Removing intermediate container 017d826e44be [2021-05-12T08:34:39.691Z] ---> 5b9ef369f38f [2021-05-12T08:34:39.691Z] Step 5/6 : COPY go.mod . [2021-05-12T08:34:40.287Z] ---> d2c436223b6f [2021-05-12T08:34:40.287Z] Step 6/6 : RUN go mod download [2021-05-12T08:34:40.287Z] ---> Running in 0f3c2e05c768 [2021-05-12T08:35:07.091Z] Removing intermediate container 0f3c2e05c768 [2021-05-12T08:35:07.091Z] ---> 836ae4875c38 [2021-05-12T08:35:07.091Z] Successfully built 836ae4875c38 [2021-05-12T08:35:07.091Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:35:07.431Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T08:35:07.431Z] . [Pipeline] withDockerContainer [2021-05-12T08:35:07.656Z] prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container [2021-05-12T08:35:07.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T08:35:09.279Z] $ docker top 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T08:35:10.246Z] + go version [2021-05-12T08:35:10.246Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-12T08:35:10.274Z] $ docker stop --time=1 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be [2021-05-12T08:35:12.238Z] $ docker rm -f 723ecb57c288c0fe5f6d0b7df1e4fc041f4bb6f8b79098fd8b50177326c653be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:35:12.931Z] + docker inspect -f . ci-base-image-arm64 [2021-05-12T08:35:12.931Z] . [Pipeline] withDockerContainer [2021-05-12T08:35:13.147Z] prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container [2021-05-12T08:35:13.228Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-05-12T08:35:14.534Z] $ docker top 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-12T08:35:14.850Z] ========================================================= [2021-05-12T08:35:14.850Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-05-12T08:35:14.850Z] ========================================================= [Pipeline] sh [2021-05-12T08:35:15.495Z] + go mod tidy [Pipeline] sh [2021-05-12T08:35:17.141Z] + make test [2021-05-12T08:35:17.141Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-05-12T08:35:44.039Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-05-12T08:36:52.132Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-05-12T08:36:52.132Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-05-12T08:37:00.430Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-05-12T08:37:00.430Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-05-12T08:37:05.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-05-12T08:37:05.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-05-12T08:37:05.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-05-12T08:37:05.863Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-05-12T08:37:11.302Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-05-12T08:37:11.302Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-05-12T08:37:21.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-05-12T08:37:21.504Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-05-12T08:37:21.504Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-05-12T08:37:25.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 45.9% of statements [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-05-12T08:37:25.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-05-12T08:37:25.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.136s coverage: 28.7% of statements [2021-05-12T08:37:25.834Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.238s coverage: 100.0% of statements [2021-05-12T08:37:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.8% of statements [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-05-12T08:37:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.184s coverage: 81.2% of statements [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-05-12T08:37:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.129s coverage: 100.0% of statements [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-05-12T08:37:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-05-12T08:37:36.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.273s coverage: 71.3% of statements [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-05-12T08:37:36.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-05-12T08:37:37.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.610s coverage: 87.7% of statements [2021-05-12T08:37:37.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-05-12T08:37:37.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T08:37:37.498Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.141s coverage: 78.9% of statements [2021-05-12T08:37:37.498Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.310s coverage: 28.6% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.272s coverage: 100.0% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.146s coverage: 100.0% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.420s coverage: 86.7% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.611s coverage: 97.5% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-05-12T08:37:49.963Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.241s coverage: 78.3% of statements [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-05-12T08:37:49.963Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.355s coverage: 95.1% of statements [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.113s coverage: 58.8% of statements [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.242s coverage: 0.9% of statements [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils 0.147s coverage: 22.0% of statements [2021-05-12T08:37:55.413Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.176s coverage: 47.1% of statements [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.167s coverage: 79.5% of statements [2021-05-12T08:37:55.413Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.127s coverage: 94.1% of statements [2021-05-12T08:37:56.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.165s coverage: 96.3% of statements [2021-05-12T08:37:56.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.152s coverage: 87.5% of statements [2021-05-12T08:38:11.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.201s coverage: 94.4% of statements [2021-05-12T08:38:11.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.141s coverage: 44.8% of statements [2021-05-12T08:38:13.937Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.519s coverage: 81.8% of statements [2021-05-12T08:38:13.937Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.211s coverage: 92.9% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 65.1% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.081s coverage: 87.2% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.120s coverage: 100.0% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.155s coverage: 76.0% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.149s coverage: 80.0% of statements [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.232s coverage: 85.4% of statements [2021-05-12T08:38:22.246Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.2% of statements [2021-05-12T08:38:22.246Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-05-12T08:38:22.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.725s coverage: 64.4% of statements [2021-05-12T08:38:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-05-12T08:38:22.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-05-12T08:38:22.522Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements [2021-05-12T08:38:23.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-05-12T08:38:23.124Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-05-12T08:38:23.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-05-12T08:38:24.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.061s coverage: 100.0% of statements [2021-05-12T08:38:29.044Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.099s coverage: 66.9% of statements [2021-05-12T08:38:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-05-12T08:38:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-05-12T08:38:29.044Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-05-12T08:38:30.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.695s coverage: 43.4% of statements [2021-05-12T08:38:30.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-05-12T08:38:30.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-05-12T08:38:30.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.135s coverage: 89.5% of statements [2021-05-12T08:38:30.041Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-05-12T08:38:30.041Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.107s coverage: 84.8% of statements [2021-05-12T08:38:36.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-05-12T08:38:36.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.193s coverage: 100.0% of statements [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-05-12T08:38:36.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.120s coverage: 100.0% of statements [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-05-12T08:38:36.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-05-12T08:38:38.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 3.229s coverage: 22.7% of statements [2021-05-12T08:38:38.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-05-12T08:38:38.257Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.427s coverage: 92.6% of statements [2021-05-12T08:38:38.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-05-12T08:38:38.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T08:38:38.257Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.687s coverage: 28.7% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.183s coverage: 100.0% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.256s coverage: 64.6% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.446s coverage: 97.6% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.082s coverage: 100.0% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-05-12T08:38:48.460Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.089s coverage: 87.9% of statements [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-05-12T08:38:48.460Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-05-12T08:38:48.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-05-12T08:38:48.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.195s coverage: 28.1% of statements [2021-05-12T08:38:48.461Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2 [no test files] [2021-05-12T08:38:48.461Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/v2/application 0.073s coverage: 85.7% of statements [2021-05-12T08:38:48.461Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/v2/controller/http [no test files] [2021-05-12T08:38:49.060Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-05-12T08:38:50.042Z] GO111MODULE=on go vet ./... [2021-05-12T08:40:42.407Z] gofmt -l . [2021-05-12T08:40:42.407Z] [ "`gofmt -l .`" = "" ] [2021-05-12T08:40:42.407Z] ./bin/test-go-mod-tidy.sh [2021-05-12T08:40:42.407Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-05-12T08:40:44.039Z] + ls -al . [2021-05-12T08:40:44.039Z] total 856 [2021-05-12T08:40:44.040Z] drwxrwxr-x 9 1001 1001 4096 May 12 08:40 . [2021-05-12T08:40:44.040Z] drwxr-xr-x 4 root root 4096 May 12 08:35 .. [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 11 May 12 08:33 .dockerignore [2021-05-12T08:40:44.040Z] drwxrwxr-x 8 1001 1001 4096 May 12 08:33 .git [2021-05-12T08:40:44.040Z] drwxrwxr-x 3 1001 1001 4096 May 12 08:33 .github [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 818 May 12 08:33 .gitignore [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 166 May 12 08:33 .sonarcloud.properties [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 8609 May 12 08:33 Attribution.txt [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 3804 May 12 08:33 CONTRIBUTING.md [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 931 May 12 08:33 Dockerfile.build [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 863 May 12 08:33 Jenkinsfile [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 10775 May 12 08:33 LICENSE [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 5594 May 12 08:33 Makefile [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 7978 May 12 08:33 README.md [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 6755 May 12 08:33 SECURITY.md [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 5 May 12 08:31 VERSION [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 4131 May 12 08:33 ZMQWindows.md [2021-05-12T08:40:44.040Z] drwxrwxr-x 2 1001 1001 4096 May 12 08:33 bin [2021-05-12T08:40:44.040Z] drwxrwxr-x 14 1001 1001 4096 May 12 08:33 cmd [2021-05-12T08:40:44.040Z] -rw-r--r-- 1 root root 720868 May 12 08:38 coverage.out [2021-05-12T08:40:44.040Z] -rw-r--r-- 1 root root 1060 May 12 08:40 go.mod [2021-05-12T08:40:44.040Z] -rw-r--r-- 1 root root 21595 May 12 08:35 go.sum [2021-05-12T08:40:44.040Z] drwxrwxr-x 8 1001 1001 4096 May 12 08:33 internal [2021-05-12T08:40:44.040Z] drwxrwxr-x 4 1001 1001 4096 May 12 08:33 openapi [2021-05-12T08:40:44.040Z] drwxrwxr-x 4 1001 1001 4096 May 12 08:33 snap [2021-05-12T08:40:44.040Z] -rw-rw-r-- 1 1001 1001 168 May 12 08:33 version.go [Pipeline] sh [2021-05-12T08:40:44.708Z] + '[' -e coverage.out ] [2021-05-12T08:40:44.708Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-05-12T08:40:45.882Z] Stashed 1 file(s) [Pipeline] sh [2021-05-12T08:40:46.540Z] + make build [2021-05-12T08:40:46.540Z] 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-05-12T08:40:53.259Z] 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-05-12T08:41:25.586Z] 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-05-12T08:41:25.586Z] 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-05-12T08:41:29.883Z] 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-05-12T08:41:30.857Z] 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-05-12T08:41:35.145Z] 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-05-12T08:41:39.453Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-05-12T08:41:42.064Z] 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-05-12T08:41:45.443Z] 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-05-12T08:41:48.844Z] 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-05-12T08:41:51.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-05-12T08:41:58.201Z] $ docker stop --time=1 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 [2021-05-12T08:42:01.005Z] $ docker rm -f 63bfb41af9ccb8401f32c707ade222a741153897d91cbaa6776782f7f56218b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:42:03.671Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T08:42:03.945Z] [2021-05-12T08:42:03.945Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:42:04.303Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T08:42:04.576Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-05-12T08:42:04.576Z] 29e5d40040c1: Pulling fs layer [2021-05-12T08:42:04.576Z] 1ce36da41761: Pulling fs layer [2021-05-12T08:42:04.576Z] 25b303627fd3: Pulling fs layer [2021-05-12T08:42:04.851Z] 29e5d40040c1: Download complete [2021-05-12T08:42:05.448Z] 29e5d40040c1: Pull complete [2021-05-12T08:42:05.448Z] 1ce36da41761: Verifying Checksum [2021-05-12T08:42:05.448Z] 1ce36da41761: Download complete [2021-05-12T08:42:06.885Z] 1ce36da41761: Pull complete [2021-05-12T08:42:06.885Z] 25b303627fd3: Verifying Checksum [2021-05-12T08:42:06.885Z] 25b303627fd3: Download complete [2021-05-12T08:42:17.051Z] 25b303627fd3: Pull complete [2021-05-12T08:42:17.051Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-05-12T08:42:17.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T08:42:17.051Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-05-12T08:42:17.338Z] prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container [2021-05-12T08:42:17.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-12T08:42:21.183Z] $ docker top 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T08:42:22.181Z] + docker-compose build --help [2021-05-12T08:42:22.181Z] + grep parallel [2021-05-12T08:42:27.571Z] --parallel Build images in parallel. [Pipeline] } [2021-05-12T08:42:27.602Z] $ docker stop --time=1 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 [2021-05-12T08:42:29.682Z] $ docker rm -f 9070c199b3689665bd1c841c3c8f8645c9349e4632f709357ee926691ad464a0 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:42:30.367Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-05-12T08:42:30.368Z] . [Pipeline] withDockerContainer [2021-05-12T08:42:30.670Z] prd-ubuntu18.04-docker-arm64-4c-16g-4671 does not seem to be running inside a container [2021-05-12T08:42:30.768Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-05-12T08:42:32.394Z] $ docker top 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T08:42:33.312Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-05-12T08:42:38.682Z] Building core-command ... [2021-05-12T08:42:38.683Z] Building core-data ... [2021-05-12T08:42:38.683Z] Building core-metadata ... [2021-05-12T08:42:38.683Z] Building security-bootstrapper ... [2021-05-12T08:42:38.683Z] Building security-proxy-setup ... [2021-05-12T08:42:38.683Z] Building security-secretstore-setup ... [2021-05-12T08:42:38.683Z] Building support-notifications ... [2021-05-12T08:42:38.683Z] Building support-scheduler ... [2021-05-12T08:42:38.683Z] Building sys-mgmt-agent ... [2021-05-12T08:42:38.683Z] Building security-secretstore-setup [2021-05-12T08:42:38.683Z] Building core-metadata [2021-05-12T08:42:38.683Z] Building sys-mgmt-agent [2021-05-12T08:42:38.683Z] Building support-notifications [2021-05-12T08:42:38.683Z] Building security-bootstrapper [2021-05-12T08:43:46.770Z] Step 1/32 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:43:46.770Z] Step 2/32 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:43:46.770Z] ---> 836ae4875c38 [2021-05-12T08:43:46.770Z] Step 3/32 : WORKDIR /edgex-go [2021-05-12T08:43:48.231Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:43:48.231Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:43:48.231Z] ---> 836ae4875c38 [2021-05-12T08:43:48.231Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T08:43:48.231Z] Step 1/26 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:43:48.231Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:43:48.231Z] ---> 836ae4875c38 [2021-05-12T08:43:48.231Z] Step 3/26 : WORKDIR /edgex-go [2021-05-12T08:43:48.231Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:43:48.231Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:43:48.231Z] ---> 836ae4875c38 [2021-05-12T08:43:48.231Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T08:43:48.231Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:43:48.231Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:43:48.231Z] ---> 836ae4875c38 [2021-05-12T08:43:48.231Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T08:43:51.619Z] ---> Running in 8f8f0e69b725 [2021-05-12T08:43:51.619Z] ---> Running in be11171544d7 [2021-05-12T08:43:51.619Z] ---> Running in 6e69dcaf80ac [2021-05-12T08:43:51.619Z] ---> Running in 2edf6776e7ff [2021-05-12T08:43:51.619Z] ---> Running in c0c64a6f9623 [2021-05-12T08:43:51.895Z] Removing intermediate container be11171544d7 [2021-05-12T08:43:51.895Z] ---> 1ee7eb042e4f [2021-05-12T08:43:51.895Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:43:51.895Z] Removing intermediate container 8f8f0e69b725 [2021-05-12T08:43:51.895Z] ---> 3797ec9f004e [2021-05-12T08:43:51.895Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:43:51.895Z] Removing intermediate container 6e69dcaf80ac [2021-05-12T08:43:51.895Z] ---> 3a142da70e36 [2021-05-12T08:43:51.895Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:43:51.895Z] ---> Running in d68a13caa8ce [2021-05-12T08:43:52.175Z] Removing intermediate container c0c64a6f9623 [2021-05-12T08:43:52.175Z] ---> 52cc1e369e29 [2021-05-12T08:43:52.175Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:43:52.175Z] Removing intermediate container 2edf6776e7ff [2021-05-12T08:43:52.175Z] ---> c333d29d2fb7 [2021-05-12T08:43:52.175Z] Step 4/32 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:43:52.175Z] ---> Running in 2c049b19c3df [2021-05-12T08:43:52.175Z] ---> Running in b981a7647728 [2021-05-12T08:43:52.175Z] ---> Running in 60da25ea0788 [2021-05-12T08:43:52.456Z] ---> Running in 468902b40d1a [2021-05-12T08:43:55.870Z] Removing intermediate container d68a13caa8ce [2021-05-12T08:43:55.870Z] ---> 3547355ed0d8 [2021-05-12T08:43:55.870Z] Step 5/26 : RUN apk add --update --no-cache make git [2021-05-12T08:43:56.146Z] ---> Running in 80226e902537 [2021-05-12T08:43:56.146Z] Removing intermediate container b981a7647728 [2021-05-12T08:43:56.146Z] ---> 5fac2396cf1a [2021-05-12T08:43:56.146Z] Step 5/24 : RUN apk add --update --no-cache make bash git [2021-05-12T08:43:56.437Z] Removing intermediate container 2c049b19c3df [2021-05-12T08:43:56.437Z] ---> 19c80e95fb2f [2021-05-12T08:43:56.437Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T08:43:56.437Z] Removing intermediate container 60da25ea0788 [2021-05-12T08:43:56.437Z] ---> ac92eb31348f [2021-05-12T08:43:56.437Z] Step 5/23 : RUN apk add --update --no-cache make bash git ca-certificates [2021-05-12T08:43:56.437Z] ---> Running in 65f09d61d527 [2021-05-12T08:43:56.717Z] ---> Running in cbc519d02cdf [2021-05-12T08:43:56.991Z] ---> Running in 1b2305eb4b69 [2021-05-12T08:43:56.991Z] Removing intermediate container 468902b40d1a [2021-05-12T08:43:56.991Z] ---> 63096b833760 [2021-05-12T08:43:56.991Z] Step 5/32 : RUN apk add --update --no-cache make git [2021-05-12T08:43:57.267Z] ---> Running in f9246e29a1e9 [2021-05-12T08:43:57.544Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:58.999Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.000Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.000Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.000Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.276Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.549Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:43:59.549Z] OK: 218 MiB in 52 packages [2021-05-12T08:43:59.823Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:44:00.113Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:44:00.113Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:44:00.738Z] OK: 218 MiB in 52 packages [2021-05-12T08:44:01.014Z] OK: 218 MiB in 52 packages [2021-05-12T08:44:01.295Z] Removing intermediate container 80226e902537 [2021-05-12T08:44:01.295Z] ---> 90867eead442 [2021-05-12T08:44:01.295Z] Step 6/26 : COPY go.mod . [2021-05-12T08:44:01.295Z] OK: 218 MiB in 52 packages [2021-05-12T08:44:01.295Z] OK: 218 MiB in 52 packages [2021-05-12T08:44:02.737Z] Removing intermediate container 65f09d61d527 [2021-05-12T08:44:02.737Z] ---> 465d978825a1 [2021-05-12T08:44:02.737Z] Step 6/24 : COPY go.mod . [2021-05-12T08:44:02.737Z] ---> 5af7e992ab41 [2021-05-12T08:44:02.737Z] Step 7/26 : RUN go mod download [2021-05-12T08:44:03.011Z] ---> Running in 2184486aa380 [2021-05-12T08:44:03.011Z] Removing intermediate container cbc519d02cdf [2021-05-12T08:44:03.011Z] ---> ed64b06b8880 [2021-05-12T08:44:03.011Z] Step 6/24 : COPY go.mod . [2021-05-12T08:44:03.299Z] Removing intermediate container f9246e29a1e9 [2021-05-12T08:44:03.300Z] ---> 5df814fdc6cf [2021-05-12T08:44:03.300Z] Step 6/32 : COPY go.mod . [2021-05-12T08:44:03.300Z] Removing intermediate container 1b2305eb4b69 [2021-05-12T08:44:03.300Z] ---> 1378276eafc9 [2021-05-12T08:44:03.300Z] Step 6/23 : COPY go.mod . [2021-05-12T08:44:03.572Z] ---> 091434158d9d [2021-05-12T08:44:03.572Z] Step 7/24 : RUN go mod download [2021-05-12T08:44:03.852Z] ---> Running in cf132d0198ce [2021-05-12T08:44:03.852Z] ---> 7e11e7b2fd4a [2021-05-12T08:44:03.852Z] Step 7/24 : RUN go mod download [2021-05-12T08:44:04.446Z] ---> Running in 9ae958d4d5fa [2021-05-12T08:44:04.729Z] ---> d8158c72b60e [2021-05-12T08:44:04.729Z] Step 7/32 : RUN go mod download ---> 8a6f094976f7 [2021-05-12T08:44:04.729Z] Step 7/23 : RUN go mod download [2021-05-12T08:44:04.729Z] [2021-05-12T08:44:05.012Z] ---> Running in b4f1d83e3201 [2021-05-12T08:44:05.012Z] ---> Running in b252f9f70b15 [2021-05-12T08:44:06.464Z] Removing intermediate container 2184486aa380 [2021-05-12T08:44:06.464Z] ---> 17519227f5bd [2021-05-12T08:44:06.464Z] Step 8/26 : COPY . . [2021-05-12T08:44:08.443Z] Removing intermediate container cf132d0198ce [2021-05-12T08:44:08.443Z] ---> c3057769a068 [2021-05-12T08:44:08.443Z] Step 8/24 : COPY . . [2021-05-12T08:44:08.718Z] Removing intermediate container 9ae958d4d5fa [2021-05-12T08:44:08.718Z] ---> 0bc825475ebb [2021-05-12T08:44:08.718Z] Step 8/24 : COPY . . [2021-05-12T08:44:10.158Z] Removing intermediate container b252f9f70b15 [2021-05-12T08:44:10.158Z] ---> 31865557cd42 [2021-05-12T08:44:10.158Z] Step 8/32 : COPY . . [2021-05-12T08:44:10.158Z] Removing intermediate container b4f1d83e3201 [2021-05-12T08:44:10.158Z] ---> bc9b90fd227f [2021-05-12T08:44:10.158Z] Step 8/23 : COPY . . [2021-05-12T08:44:36.981Z] ---> 7462a9c7911b [2021-05-12T08:44:36.981Z] Step 9/24 : RUN go mod tidy [2021-05-12T08:44:36.981Z] ---> 99a67f3a5eee [2021-05-12T08:44:36.981Z] Step 9/26 : RUN go mod tidy [2021-05-12T08:44:36.981Z] ---> e0a41fc57d07 [2021-05-12T08:44:36.981Z] Step 9/24 : RUN go mod tidy [2021-05-12T08:44:36.981Z] ---> c0f6f70243c4 [2021-05-12T08:44:36.981Z] Step 9/32 : RUN go mod tidy [2021-05-12T08:44:36.981Z] ---> Running in 1a38c848ced0 [2021-05-12T08:44:36.981Z] ---> 81478f63d5fc [2021-05-12T08:44:36.981Z] Step 9/23 : RUN go mod tidy [2021-05-12T08:44:36.981Z] ---> Running in 3ffd5fe7fdcd [2021-05-12T08:44:36.981Z] ---> Running in 7ef49038d36e [2021-05-12T08:44:36.981Z] ---> Running in 3502844eb053 [2021-05-12T08:44:36.981Z] ---> Running in 25cfd7a05113 [2021-05-12T08:44:43.733Z] Removing intermediate container 1a38c848ced0 [2021-05-12T08:44:43.733Z] ---> b924e0b32d99 [2021-05-12T08:44:43.733Z] Step 10/24 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-05-12T08:44:43.733Z] ---> Running in a333a6b48ebb [2021-05-12T08:44:43.733Z] Removing intermediate container 3ffd5fe7fdcd [2021-05-12T08:44:43.733Z] ---> 8f475b78f797 [2021-05-12T08:44:43.733Z] Step 10/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-05-12T08:44:43.733Z] Removing intermediate container 7ef49038d36e [2021-05-12T08:44:43.733Z] ---> 75dae4c346c3 [2021-05-12T08:44:43.733Z] Step 10/24 : RUN make cmd/core-metadata/core-metadata [2021-05-12T08:44:43.733Z] ---> Running in e5a45efb46bf [2021-05-12T08:44:44.013Z] ---> Running in 4eb5bbfd741d [2021-05-12T08:44:44.014Z] Removing intermediate container 3502844eb053 [2021-05-12T08:44:44.014Z] ---> 0a0581385c16 [2021-05-12T08:44:44.014Z] Step 10/32 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-05-12T08:44:44.014Z] Removing intermediate container 25cfd7a05113 [2021-05-12T08:44:44.014Z] ---> 08699d58680f [2021-05-12T08:44:44.014Z] Step 10/23 : RUN make cmd/support-notifications/support-notifications [2021-05-12T08:44:44.288Z] ---> Running in a18062e93fc9 [2021-05-12T08:44:44.288Z] ---> Running in 0c3697693fd1 [2021-05-12T08:44:44.891Z] 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-05-12T08:44:45.888Z] 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-05-12T08:44:46.496Z] 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-05-12T08:44:46.772Z] 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-05-12T08:44:46.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-05-12T08:46:53.702Z] 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-05-12T08:46:59.142Z] Removing intermediate container a18062e93fc9 [2021-05-12T08:46:59.142Z] ---> 9511d9d474d4 [2021-05-12T08:46:59.142Z] [2021-05-12T08:46:59.142Z] Step 11/32 : FROM alpine:3.12 [2021-05-12T08:46:59.142Z] Removing intermediate container e5a45efb46bf [2021-05-12T08:46:59.142Z] ---> 3089cc189df8 [2021-05-12T08:46:59.142Z] [2021-05-12T08:46:59.142Z] Step 11/26 : FROM alpine:3.12 [2021-05-12T08:46:59.142Z] 3.12: Pulling from library/alpine [2021-05-12T08:46:59.142Z] 3.12: Pulling from library/alpine [2021-05-12T08:47:00.612Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T08:47:00.612Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-12T08:47:00.612Z] Status: Downloaded newer image for alpine:3.12 [2021-05-12T08:47:00.612Z] ---> 9852663dfa18 [2021-05-12T08:47:00.612Z] Step 12/32 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-05-12T08:47:00.612Z] Status: Image is up to date for alpine:3.12 [2021-05-12T08:47:00.612Z] ---> 9852663dfa18 [2021-05-12T08:47:00.612Z] Step 12/26 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec [2021-05-12T08:47:01.214Z] ---> Running in d0e2dd81aa5c [2021-05-12T08:47:01.214Z] ---> Running in cfc19dc872e5 [2021-05-12T08:47:03.214Z] Removing intermediate container d0e2dd81aa5c [2021-05-12T08:47:03.214Z] ---> ac04b8143fa0 [2021-05-12T08:47:03.214Z] Step 13/32 : RUN apk add --update --no-cache dumb-init su-exec [2021-05-12T08:47:03.214Z] Removing intermediate container a333a6b48ebb [2021-05-12T08:47:03.214Z] ---> 63d2f41b63f0 [2021-05-12T08:47:03.214Z] Step 11/24 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-05-12T08:47:03.506Z] ---> Running in 490f83af70fb [2021-05-12T08:47:03.506Z] ---> Running in eed12fc6a8fb [2021-05-12T08:47:03.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:04.120Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:05.117Z] (1/6) Installing ca-certificates (20191127-r4) [2021-05-12T08:47:05.117Z] (2/6) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T08:47:05.117Z] (3/6) Installing libcurl (7.76.1-r0) [2021-05-12T08:47:05.117Z] (4/6) Installing curl (7.76.1-r0) [2021-05-12T08:47:05.117Z] (5/6) Installing dumb-init (1.2.2-r1) [2021-05-12T08:47:05.117Z] (6/6) Installing su-exec (0.2-r1) [2021-05-12T08:47:05.117Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:47:05.117Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T08:47:05.395Z] OK: 7 MiB in 20 packages [2021-05-12T08:47:06.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:06.006Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:06.287Z] 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-05-12T08:47:06.891Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-05-12T08:47:06.891Z] (2/2) Installing su-exec (0.2-r1) [2021-05-12T08:47:06.891Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:47:06.891Z] OK: 5 MiB in 16 packages [2021-05-12T08:47:10.317Z] Removing intermediate container 490f83af70fb [2021-05-12T08:47:10.317Z] ---> f84266dd9167 [2021-05-12T08:47:10.317Z] Step 14/32 : ENV SECURITY_INIT_DIR /edgex-init [2021-05-12T08:47:10.317Z] Removing intermediate container cfc19dc872e5 [2021-05-12T08:47:10.317Z] ---> 09a9b72c10ad [2021-05-12T08:47:10.317Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T08:47:10.317Z] Removing intermediate container 0c3697693fd1 [2021-05-12T08:47:10.317Z] ---> 22a076fe5175 [2021-05-12T08:47:10.317Z] [2021-05-12T08:47:10.317Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T08:47:10.317Z] ---> 9852663dfa18 [2021-05-12T08:47:10.317Z] Step 12/23 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-05-12T08:47:10.317Z] ---> Running in e4dedeb331d8 [2021-05-12T08:47:10.317Z] ---> Running in d9e3f98b39eb [2021-05-12T08:47:10.592Z] ---> Running in 10ac0e119da6 [2021-05-12T08:47:11.579Z] Removing intermediate container e4dedeb331d8 [2021-05-12T08:47:11.579Z] Removing intermediate container d9e3f98b39eb [2021-05-12T08:47:11.579Z] ---> 94a664bc617c [2021-05-12T08:47:11.579Z] Step 14/26 : WORKDIR / [2021-05-12T08:47:11.579Z] ---> 02eef4a174f9 [2021-05-12T08:47:11.579Z] Step 15/32 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-05-12T08:47:11.579Z] Removing intermediate container eed12fc6a8fb [2021-05-12T08:47:11.579Z] ---> 5820cc05ef2e [2021-05-12T08:47:11.579Z] [2021-05-12T08:47:11.579Z] Step 12/24 : FROM docker:20.10.0 [2021-05-12T08:47:11.579Z] ---> Running in f44cff000d19 [2021-05-12T08:47:11.579Z] 20.10.0: Pulling from library/docker [2021-05-12T08:47:11.579Z] ---> Running in 35568b397217 [2021-05-12T08:47:12.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:12.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:12.922Z] (1/2) Installing ca-certificates (20191127-r4) [2021-05-12T08:47:12.922Z] Removing intermediate container 35568b397217 [2021-05-12T08:47:12.922Z] ---> 1b230a0f8d5c [2021-05-12T08:47:12.922Z] Step 16/32 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-05-12T08:47:12.922Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-05-12T08:47:13.235Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:47:13.235Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T08:47:13.573Z] Removing intermediate container f44cff000d19 [2021-05-12T08:47:13.573Z] ---> 48728020b194 [2021-05-12T08:47:13.573Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-05-12T08:47:13.573Z] OK: 6 MiB in 16 packages [2021-05-12T08:47:13.914Z] ---> Running in 71076b3ce469 [2021-05-12T08:47:16.067Z] ---> b82be535dcb9 [2021-05-12T08:47:16.067Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-05-12T08:47:18.056Z] Removing intermediate container 10ac0e119da6 [2021-05-12T08:47:18.056Z] ---> 6f5c3f75ed79 [2021-05-12T08:47:18.056Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T08:47:18.056Z] ---> 6f847a8e0e2a [2021-05-12T08:47:18.056Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-05-12T08:47:18.327Z] ---> Running in 2f848ca3b0f6 [2021-05-12T08:47:18.602Z] Removing intermediate container 71076b3ce469 [2021-05-12T08:47:18.602Z] ---> e6152e0b56ca [2021-05-12T08:47:18.602Z] Step 17/32 : WORKDIR ${SECURITY_INIT_DIR} [2021-05-12T08:47:19.204Z] ---> Running in da13d7b9c8e0 [2021-05-12T08:47:19.797Z] Removing intermediate container 2f848ca3b0f6 [2021-05-12T08:47:19.797Z] ---> d74f05574a43 [2021-05-12T08:47:19.797Z] Step 14/23 : ENV APP_PORT=48060 [2021-05-12T08:47:20.393Z] ---> 31bdbb6814e7 [2021-05-12T08:47:20.393Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2021-05-12T08:47:20.670Z] ---> Running in be5d55fedc3b [2021-05-12T08:47:20.670Z] Removing intermediate container 4eb5bbfd741d [2021-05-12T08:47:20.670Z] ---> 3c9a902c9345 [2021-05-12T08:47:20.670Z] [2021-05-12T08:47:20.670Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T08:47:20.670Z] ---> 9852663dfa18 [2021-05-12T08:47:20.670Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T08:47:20.947Z] Removing intermediate container da13d7b9c8e0 [2021-05-12T08:47:20.947Z] ---> 2be89b0624fc [2021-05-12T08:47:20.947Z] Step 18/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-05-12T08:47:21.229Z] ---> Running in edf463aa2806 [2021-05-12T08:47:21.825Z] Removing intermediate container be5d55fedc3b [2021-05-12T08:47:21.825Z] ---> 96ed554336f1 [2021-05-12T08:47:21.825Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T08:47:22.118Z] ---> 32920bb4bc78 [2021-05-12T08:47:22.118Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-05-12T08:47:22.118Z] ---> Running in dedaef0b9a83 [2021-05-12T08:47:22.725Z] ---> 266f5aac646c [2021-05-12T08:47:22.725Z] Step 19/32 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-05-12T08:47:23.321Z] ---> Running in 84bf6284b244 [2021-05-12T08:47:23.321Z] Removing intermediate container dedaef0b9a83 [2021-05-12T08:47:23.321Z] ---> e64f2968f003 [2021-05-12T08:47:23.321Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:47:23.321Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:23.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:24.531Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-05-12T08:47:24.531Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:47:24.531Z] OK: 5 MiB in 15 packages [2021-05-12T08:47:24.822Z] ---> d56584af3e49 [2021-05-12T08:47:24.822Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-05-12T08:47:25.428Z] ---> b9bed4a76dbb [2021-05-12T08:47:25.428Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-05-12T08:47:27.439Z] ---> c2a5414a509a [2021-05-12T08:47:27.439Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-05-12T08:47:27.439Z] Removing intermediate container edf463aa2806 [2021-05-12T08:47:27.439Z] ---> a38cff48a632 [2021-05-12T08:47:27.439Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T08:47:27.439Z] Removing intermediate container 84bf6284b244 [2021-05-12T08:47:27.439Z] ---> 71cbfccb60ff [2021-05-12T08:47:27.439Z] Step 20/32 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:47:27.439Z] ---> Running in e17b8c95b430 [2021-05-12T08:47:27.439Z] ---> d5876a073fa4 [2021-05-12T08:47:27.439Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-05-12T08:47:28.457Z] Removing intermediate container e17b8c95b430 [2021-05-12T08:47:28.457Z] ---> cfc5b1396985 [2021-05-12T08:47:28.457Z] Step 14/24 : ENV APP_PORT=48081 [2021-05-12T08:47:28.457Z] ---> 2654f7624951 [2021-05-12T08:47:28.457Z] Step 22/26 : 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-05-12T08:47:28.457Z] ---> Running in 422d3502bffc [2021-05-12T08:47:28.457Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-05-12T08:47:28.738Z] Status: Downloaded newer image for docker:20.10.0 [2021-05-12T08:47:28.738Z] ---> eeaf43b92773 [2021-05-12T08:47:28.738Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2021-05-12T08:47:28.738Z] ---> Running in 5677f067eb0b [2021-05-12T08:47:28.738Z] ---> d1729036cbb4 [2021-05-12T08:47:28.738Z] Step 21/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-05-12T08:47:29.010Z] ---> 70a8dcb2cb23 [2021-05-12T08:47:29.010Z] Step 19/23 : ENTRYPOINT ["/support-notifications"] [2021-05-12T08:47:29.010Z] ---> Running in 60df754eb77f [2021-05-12T08:47:29.289Z] ---> Running in 5e3502cd1a15 [2021-05-12T08:47:29.289Z] Removing intermediate container 422d3502bffc [2021-05-12T08:47:29.289Z] ---> 2731494021da [2021-05-12T08:47:29.289Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T08:47:29.898Z] ---> Running in 34c391b7fbf8 [2021-05-12T08:47:29.898Z] Removing intermediate container 60df754eb77f [2021-05-12T08:47:29.898Z] ---> 0b4a26313df0 [2021-05-12T08:47:29.898Z] Step 14/24 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 [2021-05-12T08:47:29.898Z] Removing intermediate container 5e3502cd1a15 [2021-05-12T08:47:29.898Z] ---> fc6466ea1e89 [2021-05-12T08:47:29.898Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:47:30.503Z] ---> Running in 85ed40ed6247 [2021-05-12T08:47:30.503Z] ---> Running in 7c2c795e947f [2021-05-12T08:47:30.503Z] Removing intermediate container 34c391b7fbf8 [2021-05-12T08:47:30.503Z] ---> b0637e0ad37e [2021-05-12T08:47:30.503Z] Step 16/24 : WORKDIR / [2021-05-12T08:47:30.779Z] ---> 679e05cfd844 [2021-05-12T08:47:30.779Z] Step 22/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-05-12T08:47:30.779Z] ---> Running in 4f97a9577fcb [2021-05-12T08:47:31.065Z] Removing intermediate container 85ed40ed6247 [2021-05-12T08:47:31.065Z] ---> 52d2fcc7d8df [2021-05-12T08:47:31.065Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T08:47:31.336Z] ---> Running in 3525b544b051 [2021-05-12T08:47:31.619Z] Removing intermediate container 4f97a9577fcb [2021-05-12T08:47:31.619Z] ---> cbddbfc0da62 [2021-05-12T08:47:31.619Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:47:31.895Z] Removing intermediate container 5677f067eb0b [2021-05-12T08:47:31.895Z] ---> d4449d1774cd [2021-05-12T08:47:31.895Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2021-05-12T08:47:31.895Z] Removing intermediate container 3525b544b051 [2021-05-12T08:47:31.895Z] ---> cd7c581aca91 [2021-05-12T08:47:31.895Z] Step 22/23 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:47:32.168Z] ---> d0b446376035 [2021-05-12T08:47:32.168Z] Step 23/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-05-12T08:47:32.168Z] ---> Running in d20c1302b351 [2021-05-12T08:47:32.168Z] ---> Running in 1ffcca18f1e0 [2021-05-12T08:47:32.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:32.444Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:47:32.444Z] ---> 7711d1e9eb54 [2021-05-12T08:47:32.444Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-05-12T08:47:33.047Z] Removing intermediate container d20c1302b351 [2021-05-12T08:47:33.047Z] ---> a647b6258b69 [2021-05-12T08:47:33.047Z] Step 24/26 : LABEL arch=arm64 [2021-05-12T08:47:33.047Z] (1/39) Installing readline (8.0.4-r0) [2021-05-12T08:47:33.047Z] (2/39) Installing bash (5.0.17-r0) [2021-05-12T08:47:33.047Z] Executing bash-5.0.17-r0.post-install [2021-05-12T08:47:33.047Z] (3/39) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T08:47:33.047Z] (4/39) Installing libcurl (7.76.1-r0) [2021-05-12T08:47:33.047Z] (5/39) Installing curl (7.76.1-r0) [2021-05-12T08:47:33.047Z] (6/39) Installing dumb-init (1.2.2-r1) [2021-05-12T08:47:33.047Z] (7/39) Installing libbz2 (1.0.8-r1) [2021-05-12T08:47:33.047Z] (8/39) Installing expat (2.2.9-r1) [2021-05-12T08:47:33.047Z] (9/39) Installing libffi (3.3-r2) [2021-05-12T08:47:33.047Z] (10/39) Installing gdbm (1.13-r1) [2021-05-12T08:47:33.047Z] (11/39) Installing xz-libs (5.2.5-r0) [2021-05-12T08:47:33.047Z] (12/39) Installing sqlite-libs (3.32.1-r0) [2021-05-12T08:47:33.047Z] (13/39) Installing python3 (3.8.10-r0) [2021-05-12T08:47:33.325Z] Removing intermediate container 1ffcca18f1e0 [2021-05-12T08:47:33.325Z] ---> 53dab23f29ed [2021-05-12T08:47:33.325Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T08:47:33.599Z] ---> 754ada6717c0 [2021-05-12T08:47:33.599Z] Step 24/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-05-12T08:47:33.599Z] ---> Running in f08cd416d7bc [2021-05-12T08:47:34.205Z] ---> Running in aa6073d6a16c [2021-05-12T08:47:34.205Z] ---> 4f3664452380 [2021-05-12T08:47:34.205Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-05-12T08:47:34.492Z] Removing intermediate container f08cd416d7bc [2021-05-12T08:47:34.492Z] ---> d745f48d2d6a [2021-05-12T08:47:34.492Z] Step 25/26 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:47:34.492Z] ---> cf1de8a1d255 [2021-05-12T08:47:34.492Z] Step 25/32 : VOLUME ${SECURITY_INIT_DIR} [2021-05-12T08:47:34.765Z] ---> Running in e7b51c92a830 [2021-05-12T08:47:34.765Z] Removing intermediate container aa6073d6a16c [2021-05-12T08:47:34.765Z] ---> 220e821721c9 [2021-05-12T08:47:34.765Z] [2021-05-12T08:47:35.363Z] Successfully built 220e821721c9 [2021-05-12T08:47:35.363Z] (14/39) Installing py3-appdirs (1.4.4-r1) [2021-05-12T08:47:35.363Z] (15/39) Installing py3-ordered-set (4.0.1-r0) [2021-05-12T08:47:35.363Z] (16/39) Installing py3-parsing (2.4.7-r0) [2021-05-12T08:47:35.363Z] ---> Running in 0d97c385013c [2021-05-12T08:47:35.363Z] Successfully tagged support-notifications-arm64:latest [2021-05-12T08:47:35.363Z] (17/39) Installing py3-six (1.15.0-r0) [2021-05-12T08:47:35.363Z]  Building support-notifications ... done Building core-command [2021-05-12T08:47:35.637Z] (18/39) Installing py3-packaging (20.4-r0) [2021-05-12T08:47:35.637Z] (19/39) Installing py3-setuptools (47.0.0-r0) [2021-05-12T08:47:35.637Z] (20/39) Installing py3-chardet (3.0.4-r4) [2021-05-12T08:47:35.637Z] (21/39) Installing py3-idna (2.9-r0) [2021-05-12T08:47:35.911Z] (22/39) Installing py3-certifi (2020.4.5.1-r0) [2021-05-12T08:47:35.911Z] Removing intermediate container e7b51c92a830 [2021-05-12T08:47:35.911Z] (23/39) Installing py3-urllib3 (1.25.9-r0) [2021-05-12T08:47:35.911Z] ---> d1a7a71db148 [2021-05-12T08:47:35.911Z] Step 26/26 : LABEL version=0.0.0 [2021-05-12T08:47:35.911Z] (24/39) Installing py3-requests (2.23.0-r0) [2021-05-12T08:47:35.911Z] ---> 1784d1aa6211 [2021-05-12T08:47:35.911Z] Step 20/24 : ENTRYPOINT ["/core-metadata"] [2021-05-12T08:47:35.911Z] (25/39) Installing py3-msgpack (1.0.0-r0) [2021-05-12T08:47:35.911Z] (26/39) Installing py3-lockfile (0.12.2-r3) [2021-05-12T08:47:35.911Z] (27/39) Installing py3-cachecontrol (0.12.6-r0) [2021-05-12T08:47:35.911Z] (28/39) Installing py3-colorama (0.4.3-r0) [2021-05-12T08:47:35.911Z] (29/39) Installing py3-distlib (0.3.0-r0) [2021-05-12T08:47:36.191Z] ---> Running in ce6f2e68b1f8 [2021-05-12T08:47:36.191Z] ---> Running in 83749da0d7bf [2021-05-12T08:47:36.191Z] (30/39) Installing py3-distro (1.5.0-r1) [2021-05-12T08:47:36.191Z] (31/39) Installing py3-webencodings (0.5.1-r3) [2021-05-12T08:47:36.191Z] (32/39) Installing py3-html5lib (1.0.1-r4) [2021-05-12T08:47:36.191Z] (33/39) Installing py3-pytoml (0.1.21-r0) [2021-05-12T08:47:36.191Z] (34/39) Installing py3-pep517 (0.8.2-r0) [2021-05-12T08:47:36.191Z] (35/39) Installing py3-progress (1.5-r0) [2021-05-12T08:47:36.191Z] (36/39) Installing py3-toml (0.10.1-r0) [2021-05-12T08:47:36.191Z] Removing intermediate container 0d97c385013c [2021-05-12T08:47:36.191Z] ---> d55814e25b77 [2021-05-12T08:47:36.191Z] Step 26/32 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-05-12T08:47:36.191Z] (37/39) Installing py3-retrying (1.3.3-r0) [2021-05-12T08:47:36.191Z] (38/39) Installing py3-contextlib2 (0.6.0-r0) [2021-05-12T08:47:36.191Z] (39/39) Installing py3-pip (20.1.1-r0) [2021-05-12T08:47:36.466Z] Executing busybox-1.31.1-r19.trigger [2021-05-12T08:47:36.466Z] OK: 72 MiB in 59 packages [2021-05-12T08:47:36.742Z] Removing intermediate container ce6f2e68b1f8 [2021-05-12T08:47:36.742Z] ---> 9b8fda812f2a [2021-05-12T08:47:36.742Z] [2021-05-12T08:47:37.017Z] Removing intermediate container 83749da0d7bf [2021-05-12T08:47:37.017Z] ---> 11b5259b65c9 [2021-05-12T08:47:37.017Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:47:37.303Z] ---> Running in 6f72c55e149f [2021-05-12T08:47:37.583Z] Successfully built 9b8fda812f2a [2021-05-12T08:47:37.856Z] Successfully tagged security-secretstore-setup-arm64:latest [2021-05-12T08:47:37.856Z]  Building security-secretstore-setup ... done Building core-data [2021-05-12T08:47:37.856Z] ---> 7aeb9885ddb3 [2021-05-12T08:47:37.856Z] Step 27/32 : RUN chmod +x /entrypoint.sh [2021-05-12T08:47:38.462Z] Removing intermediate container 6f72c55e149f [2021-05-12T08:47:38.462Z] ---> e3a9e2e7f3b8 [2021-05-12T08:47:38.462Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T08:47:38.733Z] ---> Running in 7677deb9a490 [2021-05-12T08:47:38.733Z] ---> Running in da80dda5229b [2021-05-12T08:47:39.724Z] Removing intermediate container da80dda5229b [2021-05-12T08:47:39.724Z] ---> 2f6d1445db9e [2021-05-12T08:47:39.724Z] Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:47:39.724Z] ---> Running in 87edea39ecb9 [2021-05-12T08:47:40.714Z] Removing intermediate container 87edea39ecb9 [2021-05-12T08:47:40.714Z] ---> 4a7d2648af61 [2021-05-12T08:47:40.714Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T08:47:41.703Z] ---> Running in 34bf497d4ece [2021-05-12T08:47:42.694Z] Removing intermediate container 34bf497d4ece [2021-05-12T08:47:42.694Z] ---> 2805a466b497 [2021-05-12T08:47:42.694Z] [2021-05-12T08:47:42.694Z] Removing intermediate container 7677deb9a490 [2021-05-12T08:47:42.694Z] ---> 300f3d0a09a8 [2021-05-12T08:47:42.694Z] Step 28/32 : ENTRYPOINT ["/entrypoint.sh"] [2021-05-12T08:47:42.694Z] Collecting docker-compose==1.23.2 [2021-05-12T08:47:42.981Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-05-12T08:47:43.255Z] Successfully built 2805a466b497 [2021-05-12T08:47:43.531Z] Successfully tagged core-metadata-arm64:latest [2021-05-12T08:47:43.531Z] Building security-proxy-setup [2021-05-12T08:47:43.531Z]  Building core-metadata ... done  ---> Running in e79eb2115124 [2021-05-12T08:47:43.803Z] Collecting texttable<0.10,>=0.9.0 [2021-05-12T08:47:43.803Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-05-12T08:47:44.416Z] Removing intermediate container e79eb2115124 [2021-05-12T08:47:44.416Z] ---> 8f828ff62ce2 [2021-05-12T08:47:44.416Z] Step 29/32 : CMD ["gate"] [2021-05-12T08:47:45.016Z] ---> Running in 9dcaf08c7665 [2021-05-12T08:47:45.612Z] Removing intermediate container 9dcaf08c7665 [2021-05-12T08:47:45.612Z] ---> e4f693f3d0ff [2021-05-12T08:47:45.612Z] Step 30/32 : LABEL arch=arm64 [2021-05-12T08:47:46.208Z] ---> Running in c1cd890fa235 [2021-05-12T08:47:46.807Z] 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-05-12T08:47:47.086Z] Removing intermediate container c1cd890fa235 [2021-05-12T08:47:47.086Z] ---> 4fda84513c2d [2021-05-12T08:47:47.086Z] Step 31/32 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:47:47.364Z] Collecting jsonschema<3,>=2.5.1 [2021-05-12T08:47:47.364Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-05-12T08:47:48.352Z] ---> Running in 108ada263cdd [2021-05-12T08:47:49.798Z] Collecting PyYAML<4,>=3.10 [2021-05-12T08:47:49.798Z] Removing intermediate container 108ada263cdd [2021-05-12T08:47:49.798Z] ---> 712b2b4cc9f9 [2021-05-12T08:47:49.798Z] Step 32/32 : LABEL version=0.0.0 [2021-05-12T08:47:49.798Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-05-12T08:47:50.403Z] ---> Running in 155d5c209527 [2021-05-12T08:47:51.384Z] Removing intermediate container 155d5c209527 [2021-05-12T08:47:51.384Z] ---> 27c912dbd5f4 [2021-05-12T08:47:51.384Z] [2021-05-12T08:47:51.982Z] Successfully built 27c912dbd5f4 [2021-05-12T08:47:51.982Z] Successfully tagged security-bootstrapper-arm64:latest [2021-05-12T08:47:51.982Z]  Building security-bootstrapper ... done Building support-scheduler [2021-05-12T08:47:53.966Z] Collecting docopt<0.7,>=0.6.1 [2021-05-12T08:47:53.966Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-05-12T08:47:58.267Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-05-12T08:47:58.267Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-05-12T08:47:58.267Z] Collecting cached-property<2,>=1.2.0 [2021-05-12T08:47:58.267Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-05-12T08:47:59.259Z] Collecting websocket-client<1.0,>=0.32.0 [2021-05-12T08:47:59.259Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2021-05-12T08:48:00.238Z] Collecting docker<4.0,>=3.6.0 [2021-05-12T08:48:00.238Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-05-12T08:48:01.218Z] Collecting dockerpty<0.5,>=0.4.1 [2021-05-12T08:48:01.218Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-05-12T08:48:03.844Z] 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-05-12T08:48:04.441Z] Collecting urllib3<1.25,>=1.21.1 [2021-05-12T08:48:04.441Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-05-12T08:48:05.039Z] Collecting idna<2.8,>=2.5 [2021-05-12T08:48:05.039Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-05-12T08:48:05.039Z] 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-05-12T08:48:05.316Z] Collecting docker-pycreds>=0.4.0 [2021-05-12T08:48:05.316Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-05-12T08:48:05.316Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-05-12T08:48:05.316Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-05-12T08:48:05.316Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-05-12T08:48:05.316Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-05-12T08:48:06.759Z] Installing collected packages: texttable, jsonschema, PyYAML, docopt, urllib3, idna, requests, cached-property, websocket-client, docker-pycreds, docker, dockerpty, docker-compose [2021-05-12T08:48:06.759Z] Running setup.py install for texttable: started [2021-05-12T08:48:09.379Z] Running setup.py install for texttable: finished with status 'done' [2021-05-12T08:48:09.653Z] Running setup.py install for PyYAML: started [2021-05-12T08:48:13.045Z] Running setup.py install for PyYAML: finished with status 'done' [2021-05-12T08:48:13.045Z] Running setup.py install for docopt: started [2021-05-12T08:48:15.151Z] Running setup.py install for docopt: finished with status 'done' [2021-05-12T08:48:15.151Z] Attempting uninstall: urllib3 [2021-05-12T08:48:15.151Z] Found existing installation: urllib3 1.25.9 [2021-05-12T08:48:15.151Z] Uninstalling urllib3-1.25.9: [2021-05-12T08:48:15.433Z] Successfully uninstalled urllib3-1.25.9 [2021-05-12T08:48:16.174Z] Attempting uninstall: idna [2021-05-12T08:48:16.174Z] Found existing installation: idna 2.9 [2021-05-12T08:48:16.174Z] Uninstalling idna-2.9: [2021-05-12T08:48:16.174Z] Successfully uninstalled idna-2.9 [2021-05-12T08:48:17.170Z] Attempting uninstall: requests [2021-05-12T08:48:17.170Z] Found existing installation: requests 2.23.0 [2021-05-12T08:48:17.170Z] Uninstalling requests-2.23.0: [2021-05-12T08:48:17.170Z] Successfully uninstalled requests-2.23.0 [2021-05-12T08:48:19.159Z] Running setup.py install for dockerpty: started [2021-05-12T08:48:21.802Z] Running setup.py install for dockerpty: finished with status 'done' [2021-05-12T08:48:23.789Z] 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.59.0 [2021-05-12T08:48:26.431Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:48:26.431Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:48:26.431Z] ---> 836ae4875c38 [2021-05-12T08:48:26.431Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> c333d29d2fb7 [2021-05-12T08:48:26.431Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> 63096b833760 [2021-05-12T08:48:26.431Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> 5df814fdc6cf [2021-05-12T08:48:26.431Z] Step 6/24 : COPY go.mod . [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> d8158c72b60e [2021-05-12T08:48:26.431Z] Step 7/24 : RUN go mod download [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> 31865557cd42 [2021-05-12T08:48:26.431Z] Step 8/24 : COPY . . [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> c0f6f70243c4 [2021-05-12T08:48:26.431Z] Step 9/24 : RUN go mod tidy [2021-05-12T08:48:26.431Z] ---> Using cache [2021-05-12T08:48:26.431Z] ---> 0a0581385c16 [2021-05-12T08:48:26.431Z] Step 10/24 : RUN make cmd/core-command/core-command [2021-05-12T08:48:27.882Z] Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:48:27.882Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:48:27.882Z] ---> 836ae4875c38 [2021-05-12T08:48:27.882Z] Step 3/24 : WORKDIR /edgex-go [2021-05-12T08:48:27.882Z] ---> Using cache [2021-05-12T08:48:27.882Z] ---> c333d29d2fb7 [2021-05-12T08:48:27.882Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:48:27.882Z] ---> Using cache [2021-05-12T08:48:27.882Z] ---> 63096b833760 [2021-05-12T08:48:27.882Z] Step 5/24 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-05-12T08:48:32.219Z] Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:48:32.219Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:48:32.219Z] ---> 836ae4875c38 [2021-05-12T08:48:32.219Z] Step 3/22 : WORKDIR /edgex-go [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> c333d29d2fb7 [2021-05-12T08:48:32.219Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> 63096b833760 [2021-05-12T08:48:32.219Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> 5df814fdc6cf [2021-05-12T08:48:32.219Z] Step 6/22 : COPY go.mod . [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> d8158c72b60e [2021-05-12T08:48:32.219Z] Step 7/22 : RUN go mod download [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> 31865557cd42 [2021-05-12T08:48:32.219Z] Step 8/22 : COPY . . [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> c0f6f70243c4 [2021-05-12T08:48:32.219Z] Step 9/22 : RUN go mod tidy [2021-05-12T08:48:32.219Z] ---> Using cache [2021-05-12T08:48:32.219Z] ---> 0a0581385c16 [2021-05-12T08:48:32.219Z] Step 10/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-05-12T08:48:34.190Z] Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.12 [2021-05-12T08:48:34.190Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-05-12T08:48:34.190Z] ---> 836ae4875c38 [2021-05-12T08:48:34.190Z] Step 3/23 : WORKDIR /edgex-go [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> c333d29d2fb7 [2021-05-12T08:48:34.190Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> 63096b833760 [2021-05-12T08:48:34.190Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> 5df814fdc6cf [2021-05-12T08:48:34.190Z] Step 6/23 : COPY go.mod . [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> d8158c72b60e [2021-05-12T08:48:34.190Z] Step 7/23 : RUN go mod download [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> 31865557cd42 [2021-05-12T08:48:34.190Z] Step 8/23 : COPY . . [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> c0f6f70243c4 [2021-05-12T08:48:34.190Z] Step 9/23 : RUN go mod tidy [2021-05-12T08:48:34.190Z] ---> Using cache [2021-05-12T08:48:34.190Z] ---> 0a0581385c16 [2021-05-12T08:48:34.190Z] Step 10/23 : RUN make cmd/support-scheduler/support-scheduler [2021-05-12T08:48:34.462Z] ---> Running in 29fe5446b28d [2021-05-12T08:48:34.462Z] ---> Running in 1d5a379ed951 [2021-05-12T08:48:34.733Z] ---> Running in a385639cd56e [2021-05-12T08:48:34.733Z] ---> Running in b582a2976ce8 [2021-05-12T08:48:36.715Z] 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-05-12T08:48:36.993Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:48:36.993Z] 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-05-12T08:48:37.592Z] 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-05-12T08:48:37.869Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:48:39.322Z] OK: 218 MiB in 52 packages [2021-05-12T08:48:41.983Z] Removing intermediate container 1d5a379ed951 [2021-05-12T08:48:41.983Z] ---> 53be36bc78b9 [2021-05-12T08:48:41.983Z] Step 6/24 : COPY go.mod . [2021-05-12T08:48:43.968Z] ---> b944654d07c8 [2021-05-12T08:48:43.968Z] Step 7/24 : RUN go mod download [2021-05-12T08:48:43.968Z] ---> Running in 1bdbe7345182 [2021-05-12T08:48:45.425Z] Removing intermediate container 7c2c795e947f [2021-05-12T08:48:45.425Z] ---> dcefbb1e52d2 [2021-05-12T08:48:45.425Z] Step 15/24 : ENV APP_PORT=48090 [2021-05-12T08:48:45.719Z] ---> Running in 6b5c0f8c0caa [2021-05-12T08:48:46.730Z] Removing intermediate container 6b5c0f8c0caa [2021-05-12T08:48:46.730Z] ---> f013434dc7ee [2021-05-12T08:48:46.730Z] Step 16/24 : EXPOSE $APP_PORT [2021-05-12T08:48:46.730Z] ---> Running in 0261b872d20b [2021-05-12T08:48:47.730Z] Removing intermediate container 0261b872d20b [2021-05-12T08:48:47.730Z] ---> 44b658b86ba5 [2021-05-12T08:48:47.730Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-05-12T08:48:49.174Z] Removing intermediate container 1bdbe7345182 [2021-05-12T08:48:49.174Z] ---> 4215422153b0 [2021-05-12T08:48:49.174Z] Step 8/24 : COPY . . [2021-05-12T08:48:49.781Z] ---> a5415092e1a7 [2021-05-12T08:48:49.781Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-05-12T08:48:51.781Z] ---> 8b6a9cee2e1f [2021-05-12T08:48:51.781Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-05-12T08:48:54.446Z] ---> 5e0574a1146a [2021-05-12T08:48:54.446Z] Step 20/24 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-05-12T08:48:54.725Z] ---> Running in 1c80a77348e2 [2021-05-12T08:48:55.722Z] Removing intermediate container 1c80a77348e2 [2021-05-12T08:48:55.722Z] ---> c609370709c6 [2021-05-12T08:48:55.722Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:48:56.325Z] ---> Running in c676fe63e97a [2021-05-12T08:48:57.769Z] Removing intermediate container c676fe63e97a [2021-05-12T08:48:57.769Z] ---> 7e834e35ca2e [2021-05-12T08:48:57.769Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T08:48:58.366Z] ---> Running in 7bd8ec3fd6f5 [2021-05-12T08:48:59.354Z] Removing intermediate container 7bd8ec3fd6f5 [2021-05-12T08:48:59.354Z] ---> f35e7f862b17 [2021-05-12T08:48:59.354Z] Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:48:59.628Z] ---> Running in 935807f686ea [2021-05-12T08:49:00.609Z] Removing intermediate container 935807f686ea [2021-05-12T08:49:00.609Z] ---> b5770d0d06b9 [2021-05-12T08:49:00.609Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T08:49:01.206Z] ---> Running in e32090fc94b3 [2021-05-12T08:49:02.644Z] Removing intermediate container e32090fc94b3 [2021-05-12T08:49:02.644Z] ---> e6a33897f2a9 [2021-05-12T08:49:02.644Z] [2021-05-12T08:49:03.240Z] Successfully built e6a33897f2a9 [2021-05-12T08:49:03.240Z] Successfully tagged sys-mgmt-agent-arm64:latest [2021-05-12T08:49:11.515Z]  Building sys-mgmt-agent ... done  ---> ad32ed88a5c8 [2021-05-12T08:49:11.515Z] Step 9/24 : RUN go mod tidy [2021-05-12T08:49:11.515Z] ---> Running in 37ecf3a49143 [2021-05-12T08:49:18.244Z] Removing intermediate container 37ecf3a49143 [2021-05-12T08:49:18.244Z] ---> 33f952b98319 [2021-05-12T08:49:18.244Z] Step 10/24 : RUN make cmd/core-data/core-data [2021-05-12T08:49:18.518Z] ---> Running in b3bb5442e029 [2021-05-12T08:49:20.504Z] 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-05-12T08:50:17.324Z] 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-05-12T08:50:27.504Z] Removing intermediate container b582a2976ce8 [2021-05-12T08:50:27.504Z] ---> 9d134c61dfd0 [2021-05-12T08:50:27.504Z] [2021-05-12T08:50:27.504Z] Step 11/22 : FROM alpine:3.12 [2021-05-12T08:50:27.504Z] ---> 9852663dfa18 [2021-05-12T08:50:27.504Z] Step 12/22 : RUN apk add --update --no-cache curl [2021-05-12T08:50:27.504Z] ---> Running in 865f73c9f0f9 [2021-05-12T08:50:29.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:50:29.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:50:30.097Z] (1/4) Installing ca-certificates (20191127-r4) [2021-05-12T08:50:30.373Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-05-12T08:50:30.373Z] (3/4) Installing libcurl (7.76.1-r0) [2021-05-12T08:50:30.373Z] (4/4) Installing curl (7.76.1-r0) [2021-05-12T08:50:30.373Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:50:30.373Z] Executing ca-certificates-20191127-r4.trigger [2021-05-12T08:50:30.648Z] OK: 7 MiB in 18 packages [2021-05-12T08:50:34.061Z] Removing intermediate container 865f73c9f0f9 [2021-05-12T08:50:34.061Z] ---> 5f6a5670cc58 [2021-05-12T08:50:34.061Z] Step 13/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-05-12T08:50:34.061Z] ---> Running in ab4b445a81ba [2021-05-12T08:50:35.502Z] Removing intermediate container ab4b445a81ba [2021-05-12T08:50:35.502Z] ---> 353ca6268548 [2021-05-12T08:50:35.502Z] Step 14/22 : WORKDIR /edgex [2021-05-12T08:50:35.502Z] ---> Running in f5dece3d5af5 [2021-05-12T08:50:37.483Z] Removing intermediate container f5dece3d5af5 [2021-05-12T08:50:37.483Z] ---> 12e05eee291e [2021-05-12T08:50:37.483Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-05-12T08:50:39.473Z] ---> ac0a5d07ca96 [2021-05-12T08:50:39.473Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-05-12T08:50:40.456Z] Removing intermediate container 29fe5446b28d [2021-05-12T08:50:40.456Z] ---> d4d0a4bc483b [2021-05-12T08:50:40.456Z] [2021-05-12T08:50:40.456Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T08:50:40.456Z] ---> 9852663dfa18 [2021-05-12T08:50:40.456Z] Step 12/24 : RUN apk add --update --no-cache dumb-init [2021-05-12T08:50:40.456Z] ---> Using cache [2021-05-12T08:50:40.456Z] ---> a38cff48a632 [2021-05-12T08:50:40.456Z] Step 13/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T08:50:40.456Z] ---> Using cache [2021-05-12T08:50:40.456Z] ---> cfc5b1396985 [2021-05-12T08:50:40.456Z] Step 14/24 : ENV APP_PORT=48082 [2021-05-12T08:50:41.447Z] ---> Running in e26d29269873 [2021-05-12T08:50:41.728Z] Removing intermediate container a385639cd56e [2021-05-12T08:50:41.728Z] ---> 219de55cc3af [2021-05-12T08:50:41.728Z] [2021-05-12T08:50:41.728Z] Step 11/23 : FROM alpine:3.12 [2021-05-12T08:50:41.728Z] ---> 9852663dfa18 [2021-05-12T08:50:41.728Z] Step 12/23 : RUN apk add --update --no-cache dumb-init [2021-05-12T08:50:41.728Z] ---> Using cache [2021-05-12T08:50:41.728Z] ---> a38cff48a632 [2021-05-12T08:50:41.728Z] Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-05-12T08:50:41.728Z] ---> Using cache [2021-05-12T08:50:41.728Z] ---> cfc5b1396985 [2021-05-12T08:50:41.728Z] Step 14/23 : ENV APP_PORT=48085 [2021-05-12T08:50:41.728Z] ---> 5984fbf4c420 [2021-05-12T08:50:41.728Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-05-12T08:50:42.005Z] ---> Running in f14ca2072d05 [2021-05-12T08:50:42.283Z] Removing intermediate container e26d29269873 [2021-05-12T08:50:42.283Z] ---> 3de2310ef347 [2021-05-12T08:50:42.283Z] Step 15/24 : EXPOSE $APP_PORT [2021-05-12T08:50:42.559Z] ---> Running in c5afb7a8c755 [2021-05-12T08:50:43.167Z] Removing intermediate container f14ca2072d05 [2021-05-12T08:50:43.167Z] ---> 792b0b96dbfd [2021-05-12T08:50:43.167Z] Step 15/23 : EXPOSE $APP_PORT [2021-05-12T08:50:43.443Z] ---> Running in 999414370a30 [2021-05-12T08:50:43.443Z] Removing intermediate container c5afb7a8c755 [2021-05-12T08:50:43.443Z] ---> 1a6391595cec [2021-05-12T08:50:43.718Z] Step 16/24 : WORKDIR / [2021-05-12T08:50:43.718Z] ---> cc41808f9da1 [2021-05-12T08:50:43.718Z] Step 18/22 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-05-12T08:50:43.718Z] ---> Running in ead4e0bb80e7 [2021-05-12T08:50:43.993Z] ---> Running in 1eb57175d98f [2021-05-12T08:50:44.267Z] Removing intermediate container 999414370a30 [2021-05-12T08:50:44.267Z] ---> 734b0421d398 [2021-05-12T08:50:44.267Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:50:44.875Z] Removing intermediate container ead4e0bb80e7 [2021-05-12T08:50:44.875Z] ---> bb9f4c2ee9d4 [2021-05-12T08:50:44.875Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:50:44.875Z] Removing intermediate container 1eb57175d98f [2021-05-12T08:50:44.875Z] ---> dd6082d9f274 [2021-05-12T08:50:44.875Z] Step 19/22 : CMD ["--init=true"] [2021-05-12T08:50:45.151Z] ---> Running in d032f4dc25db [2021-05-12T08:50:45.427Z] ---> 7b34ddab7ce2 [2021-05-12T08:50:45.427Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-05-12T08:50:46.028Z] Removing intermediate container d032f4dc25db [2021-05-12T08:50:46.028Z] ---> abd5c9cf7cf1 [2021-05-12T08:50:46.028Z] Step 20/22 : LABEL arch=arm64 [2021-05-12T08:50:46.028Z] ---> 3952cbc940a1 [2021-05-12T08:50:46.028Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-05-12T08:50:46.311Z] ---> Running in 5e6d26530750 [2021-05-12T08:50:47.289Z] Removing intermediate container 5e6d26530750 [2021-05-12T08:50:47.289Z] ---> af7b9a491f9c [2021-05-12T08:50:47.289Z] Step 21/22 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:50:47.886Z] ---> Running in a6a773991122 [2021-05-12T08:50:48.160Z] ---> b74ea035dcf3 [2021-05-12T08:50:48.160Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-05-12T08:50:48.160Z] ---> e95ed17a4ce3 [2021-05-12T08:50:48.160Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-05-12T08:50:48.757Z] Removing intermediate container a6a773991122 [2021-05-12T08:50:48.757Z] ---> dec1fe94ca66 [2021-05-12T08:50:48.757Z] Step 22/22 : LABEL version=0.0.0 [2021-05-12T08:50:49.035Z] ---> Running in 477abe34d3ce [2021-05-12T08:50:49.305Z] ---> 8c458c1f9904 [2021-05-12T08:50:49.305Z] Step 20/24 : ENTRYPOINT ["/core-command"] [2021-05-12T08:50:49.305Z] ---> 495de8984a0e [2021-05-12T08:50:49.305Z] Step 19/23 : ENTRYPOINT ["/support-scheduler"] [2021-05-12T08:50:49.591Z] ---> Running in f5886c0b2545 [2021-05-12T08:50:49.591Z] ---> Running in 7f19bb7fd118 [2021-05-12T08:50:49.591Z] Removing intermediate container 477abe34d3ce [2021-05-12T08:50:49.591Z] ---> 6bca41011887 [2021-05-12T08:50:49.591Z] [2021-05-12T08:50:50.565Z] Removing intermediate container 7f19bb7fd118 [2021-05-12T08:50:50.565Z] ---> a932ca52971d [2021-05-12T08:50:50.565Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:50:50.565Z] Removing intermediate container f5886c0b2545 [2021-05-12T08:50:50.565Z] ---> 2185b31323de [2021-05-12T08:50:50.565Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:50:50.565Z] Successfully built 6bca41011887 [2021-05-12T08:50:50.565Z] Successfully tagged security-proxy-setup-arm64:latest [2021-05-12T08:50:50.565Z]  Building security-proxy-setup ... done  ---> Running in 9e0089c3819f [2021-05-12T08:50:50.565Z] ---> Running in f2513d0bb50a [2021-05-12T08:50:51.161Z] Removing intermediate container f2513d0bb50a [2021-05-12T08:50:51.161Z] ---> 81a616d94c42 [2021-05-12T08:50:51.161Z] Step 21/23 : LABEL arch=arm64 [2021-05-12T08:50:51.433Z] Removing intermediate container 9e0089c3819f [2021-05-12T08:50:51.433Z] ---> b2a850848eeb [2021-05-12T08:50:51.433Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T08:50:51.433Z] ---> Running in d8bcfc79c01c [2021-05-12T08:50:51.707Z] ---> Running in dfae31fa1bc7 [2021-05-12T08:50:51.985Z] Removing intermediate container d8bcfc79c01c [2021-05-12T08:50:51.985Z] ---> aba997159b07 [2021-05-12T08:50:51.985Z] Step 22/23 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:50:52.261Z] ---> Running in ea671dfbdd3d [2021-05-12T08:50:52.261Z] Removing intermediate container dfae31fa1bc7 [2021-05-12T08:50:52.261Z] ---> 5404a1d9c47b [2021-05-12T08:50:52.261Z] Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:50:52.533Z] ---> Running in bb68816ee56f [2021-05-12T08:50:52.807Z] Removing intermediate container ea671dfbdd3d [2021-05-12T08:50:52.807Z] ---> 8c2f66e6618e [2021-05-12T08:50:52.807Z] Step 23/23 : LABEL version=0.0.0 [2021-05-12T08:50:52.807Z] ---> Running in abee7aed1a68 [2021-05-12T08:50:53.079Z] Removing intermediate container bb68816ee56f [2021-05-12T08:50:53.079Z] ---> f5bbd55893c6 [2021-05-12T08:50:53.079Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T08:50:53.079Z] ---> Running in 3feffed302cc [2021-05-12T08:50:53.673Z] Removing intermediate container abee7aed1a68 [2021-05-12T08:50:53.673Z] ---> d002b7f64340 [2021-05-12T08:50:53.673Z] [2021-05-12T08:50:53.952Z] Removing intermediate container 3feffed302cc [2021-05-12T08:50:53.952Z] ---> 73cd3aa5be2e [2021-05-12T08:50:53.952Z] [2021-05-12T08:50:53.952Z] Successfully built d002b7f64340 [2021-05-12T08:50:53.952Z] Successfully tagged support-scheduler-arm64:latest [2021-05-12T08:50:54.235Z]  Building support-scheduler ... done Successfully built 73cd3aa5be2e [2021-05-12T08:50:54.535Z] Successfully tagged core-command-arm64:latest [2021-05-12T08:51:02.786Z]  Building core-command ... done Removing intermediate container b3bb5442e029 [2021-05-12T08:51:02.786Z] ---> e7b5ff8ee783 [2021-05-12T08:51:02.786Z] [2021-05-12T08:51:02.786Z] Step 11/24 : FROM alpine:3.12 [2021-05-12T08:51:02.786Z] ---> 9852663dfa18 [2021-05-12T08:51:02.786Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-05-12T08:51:02.786Z] ---> Running in c1c15e52cd91 [2021-05-12T08:51:02.786Z] Removing intermediate container c1c15e52cd91 [2021-05-12T08:51:02.786Z] ---> 086a4422a0f2 [2021-05-12T08:51:02.786Z] Step 13/24 : ENV APP_PORT=48080 [2021-05-12T08:51:02.786Z] ---> Running in 9c5678039664 [2021-05-12T08:51:03.378Z] Removing intermediate container 9c5678039664 [2021-05-12T08:51:03.378Z] ---> 3f684981f5eb [2021-05-12T08:51:03.378Z] Step 14/24 : EXPOSE $APP_PORT [2021-05-12T08:51:03.378Z] ---> Running in e478bc2a7878 [2021-05-12T08:51:03.977Z] Removing intermediate container e478bc2a7878 [2021-05-12T08:51:03.977Z] ---> fba51a897260 [2021-05-12T08:51:03.977Z] Step 15/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-12T08:51:03.977Z] ---> Running in 4d497faf09cb [2021-05-12T08:51:05.949Z] Removing intermediate container 4d497faf09cb [2021-05-12T08:51:05.949Z] ---> 1d906ff84815 [2021-05-12T08:51:05.949Z] Step 16/24 : RUN apk add --update --no-cache zeromq dumb-init [2021-05-12T08:51:06.219Z] ---> Running in 1821ad329cd7 [2021-05-12T08:51:07.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-12T08:51:07.786Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-12T08:51:08.780Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-05-12T08:51:08.780Z] (2/6) Installing libgcc (9.3.0-r2) [2021-05-12T08:51:08.780Z] (3/6) Installing libsodium (1.0.18-r0) [2021-05-12T08:51:08.780Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-05-12T08:51:09.052Z] (5/6) Installing libzmq (4.3.3-r0) [2021-05-12T08:51:09.052Z] (6/6) Installing zeromq (4.3.3-r0) [2021-05-12T08:51:09.324Z] Executing busybox-1.31.1-r20.trigger [2021-05-12T08:51:09.324Z] OK: 8 MiB in 20 packages [2021-05-12T08:51:10.755Z] Removing intermediate container 1821ad329cd7 [2021-05-12T08:51:10.755Z] ---> 2dc0d69cf486 [2021-05-12T08:51:10.755Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-05-12T08:51:11.351Z] ---> 2ce6ab3e907f [2021-05-12T08:51:11.351Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-05-12T08:51:12.792Z] ---> 66c914ccd35c [2021-05-12T08:51:12.792Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-05-12T08:51:13.388Z] ---> 54c610c041df [2021-05-12T08:51:13.388Z] Step 20/24 : ENTRYPOINT ["/core-data"] [2021-05-12T08:51:13.388Z] ---> Running in e61f2797f6b6 [2021-05-12T08:51:13.983Z] Removing intermediate container e61f2797f6b6 [2021-05-12T08:51:13.983Z] ---> f88892e5f424 [2021-05-12T08:51:13.983Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-12T08:51:13.983Z] ---> Running in c06ef6d0e0fe [2021-05-12T08:51:14.583Z] Removing intermediate container c06ef6d0e0fe [2021-05-12T08:51:14.583Z] ---> ac9a6a1b10d6 [2021-05-12T08:51:14.583Z] Step 22/24 : LABEL arch=arm64 [2021-05-12T08:51:14.583Z] ---> Running in c28666227d58 [2021-05-12T08:51:15.186Z] Removing intermediate container c28666227d58 [2021-05-12T08:51:15.186Z] ---> 2fbfee762dca [2021-05-12T08:51:15.186Z] Step 23/24 : LABEL git_sha=a281e7ecf90e501821f04e365638aaebcd94ec35 [2021-05-12T08:51:15.186Z] ---> Running in 767176a6466e [2021-05-12T08:51:15.785Z] Removing intermediate container 767176a6466e [2021-05-12T08:51:15.785Z] ---> 1e339e5517b4 [2021-05-12T08:51:15.785Z] Step 24/24 : LABEL version=0.0.0 [2021-05-12T08:51:15.785Z] ---> Running in b8a5d81e83d4 [2021-05-12T08:51:16.382Z] Removing intermediate container b8a5d81e83d4 [2021-05-12T08:51:16.382Z] ---> b378085aab89 [2021-05-12T08:51:16.382Z] [2021-05-12T08:51:16.656Z] Successfully built b378085aab89 [2021-05-12T08:51:16.930Z] Successfully tagged core-data-arm64:latest [2021-05-12T08:51:17.221Z]  Building core-data ... done  [Pipeline] } [2021-05-12T08:51:17.238Z] $ docker stop --time=1 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e [2021-05-12T08:51:19.246Z] $ docker rm -f 5619e59b71a4970b076d41c03e7426aa2522ded83cd6c1ea70ac92252b00721e [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-12T08:51:19.902Z] + docker images [2021-05-12T08:51:20.178Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-05-12T08:51:20.178Z] core-data-arm64 latest b378085aab89 4 seconds ago 20.3MB [2021-05-12T08:51:20.178Z] e7b5ff8ee783 19 seconds ago 989MB [2021-05-12T08:51:20.178Z] core-command-arm64 latest 73cd3aa5be2e 27 seconds ago 16.1MB [2021-05-12T08:51:20.178Z] support-scheduler-arm64 latest d002b7f64340 27 seconds ago 16.1MB [2021-05-12T08:51:20.178Z] security-proxy-setup-arm64 latest 6bca41011887 31 seconds ago 23.9MB [2021-05-12T08:51:20.178Z] 219de55cc3af 40 seconds ago 980MB [2021-05-12T08:51:20.178Z] d4d0a4bc483b 41 seconds ago 979MB [2021-05-12T08:51:20.178Z] 9d134c61dfd0 54 seconds ago 977MB [2021-05-12T08:51:20.178Z] sys-mgmt-agent-arm64 latest e6a33897f2a9 2 minutes ago 299MB [2021-05-12T08:51:20.178Z] security-bootstrapper-arm64 latest 27c912dbd5f4 3 minutes ago 17.1MB [2021-05-12T08:51:20.178Z] core-metadata-arm64 latest 2805a466b497 3 minutes ago 17.4MB [2021-05-12T08:51:20.178Z] security-secretstore-setup-arm64 latest 9b8fda812f2a 3 minutes ago 24.3MB [2021-05-12T08:51:20.178Z] support-notifications-arm64 latest 220e821721c9 3 minutes ago 16.6MB [2021-05-12T08:51:20.178Z] 3c9a902c9345 4 minutes ago 988MB [2021-05-12T08:51:20.178Z] 5820cc05ef2e 4 minutes ago 976MB [2021-05-12T08:51:20.178Z] 22a076fe5175 4 minutes ago 980MB [2021-05-12T08:51:20.178Z] 3089cc189df8 4 minutes ago 977MB [2021-05-12T08:51:20.178Z] 9511d9d474d4 4 minutes ago 973MB [2021-05-12T08:51:20.178Z] ci-base-image-arm64 latest 836ae4875c38 16 minutes ago 641MB [2021-05-12T08:51:20.178Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.16-alpine cfc18b08335c 12 days ago 428MB [2021-05-12T08:51:20.178Z] alpine 3.12 9852663dfa18 3 weeks ago 5.32MB [2021-05-12T08:51:20.178Z] docker 20.10.0 eeaf43b92773 5 months ago 228MB [2021-05-12T08:51:20.178Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 10 months ago 285MB [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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:51:20.988Z] ---> job-cost.sh [2021-05-12T08:51:20.988Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-iL48 [2021-05-12T08:52:17.488Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-12T08:54:09.235Z] lf-activate-venv(): INFO: Adding /tmp/venv-iL48/bin to PATH [2021-05-12T08:54:09.235Z] INFO: No Stack... [2021-05-12T08:54:09.235Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-12T08:54:09.235Z] INFO: Archiving Costs [Pipeline] sh [2021-05-12T08:54:09.573Z] + cat /w/workspace/edgex-go/12/archives/cost.csv [2021-05-12T08:54:09.573Z] + cut -d, -f6 [Pipeline] lock [2021-05-12T08:54:09.689Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] [2021-05-12T08:54:09.699Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] did not exist. Created. [2021-05-12T08:54:09.699Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-12T08:54:10.055Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-12T08:54:10.318Z] Stashed 1 file(s) [Pipeline] } [2021-05-12T08:54:10.338Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3410-12-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (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-05-12T08:54:11.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:12.424Z] ---> package-listing.sh [2021-05-12T08:54:12.424Z] ++ facter osfamily [2021-05-12T08:54:12.424Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-12T08:54:12.721Z] + OS_FAMILY=redhat [2021-05-12T08:54:12.721Z] + workspace=/w/workspace/edgex-go/12 [2021-05-12T08:54:12.721Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-12T08:54:12.721Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-12T08:54:12.721Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-12T08:54:12.721Z] + PACKAGES=/tmp/packages_start.txt [2021-05-12T08:54:12.721Z] + '[' /w/workspace/edgex-go/12 ']' [2021-05-12T08:54:12.721Z] + PACKAGES=/tmp/packages_end.txt [2021-05-12T08:54:12.721Z] + case "${OS_FAMILY}" in [2021-05-12T08:54:12.721Z] + rpm -qa [2021-05-12T08:54:12.721Z] + sort [2021-05-12T08:54:19.498Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-12T08:54:19.498Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-12T08:54:19.498Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-12T08:54:19.498Z] + '[' /w/workspace/edgex-go/12 ']' [2021-05-12T08:54:19.498Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-05-12T08:54:19.498Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-05-12T08:54:19.520Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-12T08:54:19.833Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:54:20.174Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T08:54:20.441Z] [2021-05-12T08:54:20.441Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-12T08:54:20.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T08:54:21.247Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-12T08:54:21.247Z] df20fa9351a1: Pulling fs layer [2021-05-12T08:54:21.247Z] 36b3adc4ff6f: Pulling fs layer [2021-05-12T08:54:21.247Z] 8ad3a11d3b57: Pulling fs layer [2021-05-12T08:54:21.247Z] 46f8f816bc3b: Pulling fs layer [2021-05-12T08:54:21.247Z] 93b61091891f: Pulling fs layer [2021-05-12T08:54:21.247Z] 93b9cdb0e59b: Pulling fs layer [2021-05-12T08:54:21.247Z] 5e14af77c1be: Pulling fs layer [2021-05-12T08:54:21.247Z] 01666e4c0597: Pulling fs layer [2021-05-12T08:54:21.247Z] aa168da1d23b: Pulling fs layer [2021-05-12T08:54:21.247Z] 93b9cdb0e59b: Waiting [2021-05-12T08:54:21.247Z] 5e14af77c1be: Waiting [2021-05-12T08:54:21.247Z] 01666e4c0597: Waiting [2021-05-12T08:54:21.247Z] aa168da1d23b: Waiting [2021-05-12T08:54:21.247Z] 46f8f816bc3b: Waiting [2021-05-12T08:54:21.247Z] 36b3adc4ff6f: Verifying Checksum [2021-05-12T08:54:21.247Z] 36b3adc4ff6f: Download complete [2021-05-12T08:54:21.247Z] 46f8f816bc3b: Verifying Checksum [2021-05-12T08:54:21.247Z] 46f8f816bc3b: Download complete [2021-05-12T08:54:21.551Z] 93b61091891f: Verifying Checksum [2021-05-12T08:54:21.552Z] 93b61091891f: Download complete [2021-05-12T08:54:21.848Z] df20fa9351a1: Verifying Checksum [2021-05-12T08:54:21.849Z] df20fa9351a1: Download complete [2021-05-12T08:54:21.849Z] 93b9cdb0e59b: Download complete [2021-05-12T08:54:21.849Z] 5e14af77c1be: Verifying Checksum [2021-05-12T08:54:21.849Z] 5e14af77c1be: Download complete [2021-05-12T08:54:21.849Z] 01666e4c0597: Verifying Checksum [2021-05-12T08:54:21.849Z] 01666e4c0597: Download complete [2021-05-12T08:54:22.610Z] df20fa9351a1: Pull complete [2021-05-12T08:54:22.909Z] 8ad3a11d3b57: Verifying Checksum [2021-05-12T08:54:22.909Z] 8ad3a11d3b57: Download complete [2021-05-12T08:54:23.212Z] 36b3adc4ff6f: Pull complete [2021-05-12T08:54:24.720Z] 8ad3a11d3b57: Pull complete [2021-05-12T08:54:25.352Z] 46f8f816bc3b: Pull complete [2021-05-12T08:54:26.897Z] 93b61091891f: Pull complete [2021-05-12T08:54:27.194Z] 93b9cdb0e59b: Pull complete [2021-05-12T08:54:27.463Z] aa168da1d23b: Verifying Checksum [2021-05-12T08:54:27.463Z] aa168da1d23b: Download complete [2021-05-12T08:54:27.744Z] 5e14af77c1be: Pull complete [2021-05-12T08:54:27.744Z] 01666e4c0597: Pull complete [2021-05-12T08:54:43.198Z] aa168da1d23b: Pull complete [2021-05-12T08:54:43.198Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-12T08:54:43.198Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-12T08:54:43.198Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-12T08:54:43.600Z] prd-centos7-docker-4c-2g-4667 does not seem to be running inside a container [2021-05-12T08:54:43.724Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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-lftools-log-publisher:alpine cat [2021-05-12T08:54:47.481Z] $ docker top 5f5dabfbfccec4b1044321855a6d5fa496e8896cdf14e3c5065e48fcd26bb474 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-12T08:54:48.385Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-12T08:54:48.813Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-12T08:54:49.544Z] + ls /var/log/sa-host [2021-05-12T08:54:49.545Z] + sadf -c /var/log/sa-host/sa12 [2021-05-12T08:54:49.545Z] file_magic: OK [2021-05-12T08:54:49.545Z] HZ: Using current value: 100 [2021-05-12T08:54:49.545Z] file_header: OK [2021-05-12T08:54:49.545Z] 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-05-12T08:54:49.545Z] Statistics: [2021-05-12T08:54:49.545Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-12T08:54:49.545Z] File successfully converted to sysstat format version 12.2.1 [2021-05-12T08:54:49.545Z] + sadf -c /var/log/sa-host/sa23 [2021-05-12T08:54:49.545Z] file_magic: OK [2021-05-12T08:54:49.545Z] HZ: Using current value: 100 [2021-05-12T08:54:49.545Z] file_header: OK [2021-05-12T08:54:49.545Z] 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-05-12T08:54:49.545Z] Statistics: [2021-05-12T08:54:49.545Z] Hnuu...uuuununununu... [2021-05-12T08:54:49.545Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-12T08:54:50.144Z] provisioning config files... [2021-05-12T08:54:50.169Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config5122177696454501859tmp [Pipeline] { [Pipeline] echo [2021-05-12T08:54:50.216Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:50.714Z] ---> create-netrc.sh [Pipeline] } [2021-05-12T08:54:50.741Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-12T08:54:50.769Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:51.120Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-12T08:54:51.219Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:51.673Z] ---> sudo-logs.sh [2021-05-12T08:54:51.673Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-12T08:54:52.114Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:52.454Z] ---> job-cost.sh [2021-05-12T08:54:52.454Z] lf-activate-venv: SKIPPING [2021-05-12T08:54:52.454Z] DEBUG: total: 0.20999999344348907 [2021-05-12T08:54:52.454Z] INFO: Retrieving Stack Cost... [2021-05-12T08:54:53.419Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-12T08:54:54.038Z] INFO: Archiving Costs [Pipeline] echo [2021-05-12T08:54:54.464Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-12T08:54:55.005Z] ---> logs-deploy.sh [2021-05-12T08:54:55.005Z] lf-activate-venv: SKIPPING [2021-05-12T08:54:55.005Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3410/12 [2021-05-12T08:54:55.005Z] INFO: archiving workspace using pattern(s): [2021-05-12T08:54:57.194Z] Archives upload complete. [2021-05-12T08:54:57.464Z] INFO: archiving logs to Nexus [2021-05-12T08:54:58.909Z] ---> uname -a: [2021-05-12T08:54:58.909Z] Linux prd-centos7-docker-4c-2g-4667.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-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> lscpu: [2021-05-12T08:54:58.909Z] Architecture: x86_64 [2021-05-12T08:54:58.909Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-12T08:54:58.909Z] Byte Order: Little Endian [2021-05-12T08:54:58.909Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-12T08:54:58.909Z] CPU(s): 4 [2021-05-12T08:54:58.909Z] On-line CPU(s) list: 0-3 [2021-05-12T08:54:58.909Z] Thread(s) per core: 1 [2021-05-12T08:54:58.909Z] Core(s) per socket: 1 [2021-05-12T08:54:58.909Z] Socket(s): 4 [2021-05-12T08:54:58.909Z] NUMA node(s): 1 [2021-05-12T08:54:58.909Z] Vendor ID: GenuineIntel [2021-05-12T08:54:58.909Z] CPU family: 6 [2021-05-12T08:54:58.909Z] Model: 44 [2021-05-12T08:54:58.909Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-12T08:54:58.909Z] Stepping: 1 [2021-05-12T08:54:58.909Z] CPU MHz: 2933.436 [2021-05-12T08:54:58.909Z] BogoMIPS: 5866.87 [2021-05-12T08:54:58.909Z] Virtualization: VT-x [2021-05-12T08:54:58.909Z] Hypervisor vendor: KVM [2021-05-12T08:54:58.909Z] Virtualization type: full [2021-05-12T08:54:58.909Z] L1d cache: 128 KiB [2021-05-12T08:54:58.909Z] L1i cache: 128 KiB [2021-05-12T08:54:58.909Z] L2 cache: 16 MiB [2021-05-12T08:54:58.909Z] L3 cache: 64 MiB [2021-05-12T08:54:58.909Z] NUMA node0 CPU(s): 0-3 [2021-05-12T08:54:58.909Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-12T08:54:58.909Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-12T08:54:58.909Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-12T08:54:58.909Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-12T08:54:58.909Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-12T08:54:58.909Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-12T08:54:58.909Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-12T08:54:58.909Z] Vulnerability Srbds: Not affected [2021-05-12T08:54:58.909Z] Vulnerability Tsx async abort: Not affected [2021-05-12T08:54:58.909Z] 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-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> nproc: [2021-05-12T08:54:58.909Z] 4 [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> df -h: [2021-05-12T08:54:58.909Z] Filesystem Size Used Available Use% Mounted on [2021-05-12T08:54:58.909Z] overlay 50.0G 7.7G 42.3G 15% / [2021-05-12T08:54:58.909Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-12T08:54:58.909Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-12T08:54:58.909Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /facter-os [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /etc/resolv.conf [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /etc/hostname [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /etc/hosts [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/auth.log [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /run/cloud-init/result.json [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/sa-host [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /var/log/secure [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /w/workspace/edgex-go/12@tmp [2021-05-12T08:54:58.909Z] /dev/vda1 50.0G 7.7G 42.3G 15% /w/workspace/edgex-go/12 [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> free -m: [2021-05-12T08:54:58.909Z] total used free shared buff/cache available [2021-05-12T08:54:58.909Z] Mem: 1837 748 130 0 957 991 [2021-05-12T08:54:58.909Z] Swap: 1023 3 1020 [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> ip addr: [2021-05-12T08:54:58.909Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-05-12T08:54:58.909Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-05-12T08:54:58.909Z] inet 127.0.0.1/8 scope host lo [2021-05-12T08:54:58.909Z] valid_lft forever preferred_lft forever [2021-05-12T08:54:58.909Z] inet6 ::1/128 scope host [2021-05-12T08:54:58.909Z] valid_lft forever preferred_lft forever [2021-05-12T08:54:58.909Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-05-12T08:54:58.909Z] link/ether fa:16:3e:20:ec:5a brd ff:ff:ff:ff:ff:ff [2021-05-12T08:54:58.909Z] inet 10.30.122.158/23 brd 10.30.123.255 scope global dynamic eth0 [2021-05-12T08:54:58.909Z] valid_lft 84862sec preferred_lft 84862sec [2021-05-12T08:54:58.909Z] inet6 fe80::f816:3eff:fe20:ec5a/64 scope link [2021-05-12T08:54:58.909Z] valid_lft forever preferred_lft forever [2021-05-12T08:54:58.909Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-05-12T08:54:58.909Z] link/ether 02:42:ba:d8:f6:b1 brd ff:ff:ff:ff:ff:ff [2021-05-12T08:54:58.909Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-05-12T08:54:58.909Z] valid_lft forever preferred_lft forever [2021-05-12T08:54:58.909Z] inet6 fe80::42:baff:fed8:f6b1/64 scope link [2021-05-12T08:54:58.909Z] valid_lft forever preferred_lft forever [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] ---> sar -b -r -n DEV: [2021-05-12T08:54:58.909Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] 08:29:08 LINUX RESTART (4 CPU) [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] 08:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-05-12T08:54:58.909Z] 08:31:01 68.04 15.02 53.02 0.00 4851.38 13015.63 0.00 [2021-05-12T08:54:58.909Z] 08:32:02 202.81 88.72 114.09 0.00 7216.49 38778.91 0.00 [2021-05-12T08:54:58.909Z] 08:33:01 38.17 10.87 27.30 0.00 1038.25 5073.67 0.00 [2021-05-12T08:54:58.909Z] 08:34:01 2.41 0.00 2.41 0.00 0.00 74.98 0.00 [2021-05-12T08:54:58.909Z] 08:35:01 0.22 0.00 0.22 0.00 0.00 1.81 0.00 [2021-05-12T08:54:58.909Z] 08:36:01 0.37 0.02 0.35 0.00 0.53 4.83 0.00 [2021-05-12T08:54:58.909Z] 08:37:01 0.33 0.00 0.33 0.00 0.00 4.47 0.00 [2021-05-12T08:54:58.909Z] 08:38:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 [2021-05-12T08:54:58.909Z] 08:39:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 [2021-05-12T08:54:58.909Z] 08:40:01 0.25 0.00 0.25 0.00 0.00 2.44 0.00 [2021-05-12T08:54:58.909Z] 08:41:02 0.30 0.00 0.30 0.00 0.00 3.34 0.00 [2021-05-12T08:54:58.909Z] 08:42:01 0.25 0.00 0.25 0.00 0.00 2.64 0.00 [2021-05-12T08:54:58.909Z] 08:43:01 0.20 0.00 0.20 0.00 0.00 1.78 0.00 [2021-05-12T08:54:58.909Z] 08:44:01 0.47 0.08 0.38 0.00 19.84 5.62 0.00 [2021-05-12T08:54:58.909Z] 08:45:01 1.05 0.30 0.75 0.00 9.83 15.03 0.00 [2021-05-12T08:54:58.909Z] 08:46:01 0.28 0.00 0.28 0.00 0.00 3.48 0.00 [2021-05-12T08:54:58.909Z] 08:47:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2021-05-12T08:54:58.909Z] 08:48:01 0.23 0.00 0.23 0.00 0.00 3.33 0.00 [2021-05-12T08:54:58.909Z] 08:49:01 0.25 0.00 0.25 0.00 0.00 2.73 0.00 [2021-05-12T08:54:58.909Z] 08:50:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2021-05-12T08:54:58.909Z] 08:51:01 0.37 0.00 0.37 0.00 0.00 5.13 0.00 [2021-05-12T08:54:58.909Z] 08:52:01 0.98 0.73 0.25 0.00 57.17 2.91 0.00 [2021-05-12T08:54:58.909Z] 08:53:01 0.28 0.00 0.28 0.00 0.00 3.20 0.00 [2021-05-12T08:54:58.909Z] 08:54:01 0.22 0.00 0.22 0.00 0.00 2.31 0.00 [2021-05-12T08:54:58.909Z] Average: 13.28 4.83 8.45 0.00 550.96 2380.32 0.00 [2021-05-12T08:54:58.909Z] [2021-05-12T08:54:58.909Z] 08:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-05-12T08:54:58.909Z] 08:31:01 71632 0 677588 36.01 2620 1129704 1351844 46.14 583456 1020252 10828 [2021-05-12T08:54:58.909Z] 08:32:02 96104 0 734448 39.03 2004 1048988 1495824 51.05 562224 979464 39800 [2021-05-12T08:54:58.909Z] 08:33:01 225352 0 664488 35.32 1764 989940 1122120 38.30 487832 928660 12 [2021-05-12T08:54:58.909Z] 08:34:01 231148 0 658660 35.01 1764 989972 1121108 38.26 496248 920340 8 [2021-05-12T08:54:58.909Z] 08:35:01 233476 0 656328 34.88 1764 989976 1087448 37.11 505456 909084 20 [2021-05-12T08:54:58.909Z] 08:36:01 234612 0 655188 34.82 1764 989980 1087376 37.11 504932 909084 16 [2021-05-12T08:54:58.909Z] 08:37:01 234216 0 655580 34.84 1764 989984 1087400 37.11 505204 909084 8 [2021-05-12T08:54:58.909Z] 08:38:01 235240 0 654552 34.79 1764 989988 1087208 37.10 504160 909084 8 [2021-05-12T08:54:58.909Z] 08:39:01 235340 0 654444 34.78 1764 989996 1087208 37.10 504048 909084 8 [2021-05-12T08:54:58.909Z] 08:40:01 234888 0 654892 34.81 1764 990000 1087292 37.11 504504 909084 16 [2021-05-12T08:54:58.909Z] 08:41:02 235432 0 654344 34.78 1764 990004 1087208 37.10 504052 909084 12 [2021-05-12T08:54:58.909Z] 08:42:01 235736 0 654036 34.76 1764 990008 1087208 37.10 504072 909084 8 [2021-05-12T08:54:58.910Z] 08:43:01 235104 0 654664 34.79 1764 990012 1087280 37.11 504560 909084 8 [2021-05-12T08:54:58.910Z] 08:44:01 234748 0 654464 34.78 1764 990568 1087932 37.13 504452 909580 8 [2021-05-12T08:54:58.910Z] 08:45:01 233996 0 655096 34.82 1764 990688 1087292 37.11 504692 909596 12 [2021-05-12T08:54:58.910Z] 08:46:01 234596 0 654484 34.78 1764 990700 1087208 37.10 504260 909596 12 [2021-05-12T08:54:58.910Z] 08:47:01 234392 0 654688 34.80 1764 990700 1087256 37.11 504508 909596 20 [2021-05-12T08:54:58.910Z] 08:48:01 234472 0 654600 34.79 1764 990708 1087208 37.10 504396 909596 12 [2021-05-12T08:54:58.910Z] 08:49:01 233760 0 655308 34.83 1764 990712 1087352 37.11 505032 909596 12 [2021-05-12T08:54:58.910Z] 08:50:01 233184 0 655880 34.86 1764 990716 1087468 37.11 505320 909596 20 [2021-05-12T08:54:58.910Z] 08:51:01 234324 0 654736 34.80 1764 990720 1087276 37.11 504348 909596 12 [2021-05-12T08:54:58.910Z] 08:52:01 232468 0 654896 34.81 1764 992416 1087372 37.11 504736 911268 8 [2021-05-12T08:54:58.910Z] 08:53:01 231200 0 656164 34.87 1764 992416 1087556 37.12 505580 911284 8 [2021-05-12T08:54:58.910Z] 08:54:01 232520 0 654840 34.80 1764 992420 1087340 37.11 504408 911284 8 [2021-05-12T08:54:58.910Z] Average: 221164 0 659765 35.07 1810 998805 1118241 38.16 509270 918378 2120 [2021-05-12T08:54:58.910Z] [2021-05-12T08:54:58.910Z] 08:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-05-12T08:54:58.910Z] 08:31:01 vethdf55aba 953.63 669.93 88.69 2676.97 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:31:01 eth0 1180.70 1402.11 5707.75 141.74 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:31:01 docker0 953.63 669.80 75.65 2676.96 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:32:02 veth08b23ea 59.43 67.77 4.33 184.98 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:32:02 eth0 362.17 290.49 2881.85 64.33 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:32:02 docker0 59.48 67.71 3.52 184.97 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:33:01 eth0 90.14 73.16 203.43 8.89 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:33:01 docker0 65.03 71.89 3.33 194.25 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:34:01 eth0 0.93 0.30 0.31 0.19 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:35:01 eth0 1.66 0.60 0.42 0.29 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:36:01 eth0 0.88 0.33 0.37 0.17 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:37:01 eth0 0.45 0.32 0.29 0.23 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:38:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:39:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:40:01 eth0 0.27 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:41:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:42:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:43:01 eth0 0.17 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:44:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:45:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:47:01 eth0 0.10 0.12 0.06 0.01 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:48:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:49:01 eth0 0.93 0.43 0.32 0.21 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:50:01 eth0 0.98 0.40 0.39 0.26 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:51:01 eth0 0.10 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:52:01 eth0 0.78 0.20 0.23 0.07 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:53:01 eth0 0.53 0.28 0.27 0.20 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:54:01 eth0 0.13 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] Average: eth0 68.63 74.01 367.86 9.06 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] Average: docker0 45.08 33.82 3.45 127.77 0.00 0.00 0.00 0.00 [2021-05-12T08:54:58.910Z] [2021-05-12T08:54:58.910Z] [2021-05-12T08:54:58.910Z] ---> sar -P ALL: [2021-05-12T08:54:58.910Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/12/21 _x86_64_ (4 CPU) [2021-05-12T08:54:58.910Z] [2021-05-12T08:54:58.910Z] 08:29:08 LINUX RESTART (4 CPU) [2021-05-12T08:54:58.910Z] [2021-05-12T08:54:58.910Z] 08:30:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T08:54:58.910Z] 08:31:01 all 9.46 0.00 5.41 1.45 14.96 68.71 [2021-05-12T08:54:58.910Z] 08:31:01 0 9.43 0.00 6.29 0.55 16.72 67.00 [2021-05-12T08:54:58.910Z] 08:31:01 1 9.88 0.00 5.34 1.74 15.73 67.30 [2021-05-12T08:54:58.910Z] 08:31:01 2 8.66 0.00 5.61 3.08 14.13 68.52 [2021-05-12T08:54:58.910Z] 08:31:01 3 9.87 0.00 4.42 0.41 13.31 71.99 [2021-05-12T08:54:58.910Z] 08:32:02 all 9.68 0.00 6.11 1.68 17.62 64.90 [2021-05-12T08:54:58.910Z] 08:32:02 0 16.47 0.00 8.40 2.50 18.44 54.19 [2021-05-12T08:54:58.910Z] 08:32:02 1 8.20 0.00 5.20 1.17 18.13 67.29 [2021-05-12T08:54:58.910Z] 08:32:02 2 7.10 0.00 5.68 1.31 16.75 69.16 [2021-05-12T08:54:58.910Z] 08:32:02 3 7.03 0.00 5.20 1.73 17.17 68.86 [2021-05-12T08:54:58.910Z] 08:33:01 all 0.97 0.00 1.36 0.66 3.91 93.09 [2021-05-12T08:54:58.910Z] 08:33:01 0 0.82 0.00 1.25 0.13 4.24 93.55 [2021-05-12T08:54:58.910Z] 08:33:01 1 1.01 0.00 1.96 0.20 3.62 93.21 [2021-05-12T08:54:58.910Z] 08:33:01 2 1.23 0.00 1.31 2.09 3.81 91.56 [2021-05-12T08:54:58.910Z] 08:33:01 3 0.82 0.00 0.92 0.23 3.99 94.03 [2021-05-12T08:54:58.910Z] 08:34:01 all 0.05 0.00 0.08 0.00 1.13 98.74 [2021-05-12T08:54:58.910Z] 08:34:01 0 0.02 0.00 0.07 0.00 1.37 98.55 [2021-05-12T08:54:58.910Z] 08:34:01 1 0.02 0.00 0.03 0.00 0.91 99.04 [2021-05-12T08:54:58.910Z] 08:34:01 2 0.12 0.00 0.17 0.00 1.07 98.65 [2021-05-12T08:54:58.910Z] 08:34:01 3 0.03 0.00 0.07 0.00 1.19 98.71 [2021-05-12T08:54:58.910Z] 08:35:01 all 0.11 0.00 0.50 0.00 2.12 97.27 [2021-05-12T08:54:58.910Z] 08:35:01 0 0.02 0.00 0.11 0.00 2.29 97.58 [2021-05-12T08:54:58.910Z] 08:35:01 1 0.18 0.00 0.36 0.00 1.95 97.51 [2021-05-12T08:54:58.910Z] 08:35:01 2 0.16 0.00 0.38 0.00 2.15 97.31 [2021-05-12T08:54:58.910Z] 08:35:01 3 0.10 0.00 1.15 0.00 2.08 96.67 [2021-05-12T08:54:58.910Z] 08:36:01 all 0.05 0.00 0.03 0.00 1.15 98.77 [2021-05-12T08:54:58.910Z] 08:36:01 0 0.08 0.00 0.03 0.00 1.50 98.39 [2021-05-12T08:54:58.910Z] 08:36:01 1 0.05 0.00 0.03 0.00 1.01 98.91 [2021-05-12T08:54:58.910Z] 08:36:01 2 0.02 0.00 0.02 0.00 0.63 99.34 [2021-05-12T08:54:58.910Z] 08:36:01 3 0.03 0.00 0.03 0.00 1.48 98.45 [2021-05-12T08:54:58.910Z] 08:37:01 all 0.07 0.00 0.07 0.00 1.03 98.84 [2021-05-12T08:54:58.910Z] 08:37:01 0 0.02 0.00 0.05 0.00 0.51 99.42 [2021-05-12T08:54:58.910Z] 08:37:01 1 0.07 0.00 0.12 0.00 0.85 98.97 [2021-05-12T08:54:58.910Z] 08:37:01 2 0.13 0.00 0.05 0.00 1.02 98.79 [2021-05-12T08:54:58.910Z] 08:37:01 3 0.05 0.00 0.07 0.00 1.72 98.16 [2021-05-12T08:54:58.910Z] 08:38:01 all 0.10 0.00 0.03 0.00 0.32 99.56 [2021-05-12T08:54:58.910Z] 08:38:01 0 0.02 0.00 0.02 0.00 0.10 99.87 [2021-05-12T08:54:58.910Z] 08:38:01 1 0.35 0.00 0.03 0.00 0.13 99.48 [2021-05-12T08:54:58.910Z] 08:38:01 2 0.03 0.00 0.03 0.00 0.33 99.60 [2021-05-12T08:54:58.910Z] 08:38:01 3 0.00 0.00 0.03 0.00 0.70 99.27 [2021-05-12T08:54:58.910Z] 08:39:01 all 0.12 0.00 0.02 0.00 0.51 99.35 [2021-05-12T08:54:58.910Z] 08:39:01 0 0.02 0.00 0.02 0.00 0.15 99.82 [2021-05-12T08:54:58.910Z] 08:39:01 1 0.40 0.00 0.03 0.00 1.04 98.53 [2021-05-12T08:54:58.910Z] 08:39:01 2 0.02 0.00 0.03 0.00 0.58 99.37 [2021-05-12T08:54:58.910Z] 08:39:01 3 0.03 0.00 0.02 0.00 0.28 99.67 [2021-05-12T08:54:58.910Z] 08:40:01 all 0.10 0.00 0.04 0.00 0.83 99.03 [2021-05-12T08:54:58.910Z] 08:40:01 0 0.02 0.00 0.02 0.00 0.35 99.62 [2021-05-12T08:54:58.911Z] 08:40:01 1 0.33 0.00 0.07 0.00 1.37 98.24 [2021-05-12T08:54:58.911Z] 08:40:01 2 0.02 0.00 0.07 0.00 1.28 98.63 [2021-05-12T08:54:58.911Z] 08:40:01 3 0.02 0.00 0.02 0.00 0.33 99.63 [2021-05-12T08:54:58.911Z] 08:41:02 all 0.05 0.00 0.04 0.00 1.15 98.76 [2021-05-12T08:54:58.911Z] 08:41:02 0 0.03 0.00 0.03 0.00 3.06 96.87 [2021-05-12T08:54:58.911Z] 08:41:02 1 0.13 0.00 0.03 0.00 0.76 99.07 [2021-05-12T08:54:58.911Z] 08:41:02 2 0.02 0.00 0.03 0.00 0.33 99.62 [2021-05-12T08:54:58.911Z] 08:41:02 3 0.03 0.00 0.07 0.00 0.40 99.50 [2021-05-12T08:54:58.911Z] [2021-05-12T08:54:58.911Z] 08:41:02 CPU %user %nice %system %iowait %steal %idle [2021-05-12T08:54:58.911Z] 08:42:01 all 0.05 0.00 0.04 0.00 1.40 98.51 [2021-05-12T08:54:58.911Z] 08:42:01 0 0.02 0.00 0.07 0.00 2.27 97.65 [2021-05-12T08:54:58.911Z] 08:42:01 1 0.13 0.00 0.05 0.00 1.88 97.93 [2021-05-12T08:54:58.911Z] 08:42:01 2 0.03 0.00 0.02 0.00 0.96 98.99 [2021-05-12T08:54:58.911Z] 08:42:01 3 0.02 0.00 0.03 0.00 0.46 99.49 [2021-05-12T08:54:58.911Z] 08:43:01 all 0.02 0.00 0.09 0.00 2.31 97.58 [2021-05-12T08:54:58.911Z] 08:43:01 0 0.00 0.00 0.27 0.00 3.75 95.98 [2021-05-12T08:54:58.911Z] 08:43:01 1 0.00 0.00 0.02 0.00 0.87 99.11 [2021-05-12T08:54:58.911Z] 08:43:01 2 0.02 0.00 0.03 0.00 3.00 96.95 [2021-05-12T08:54:58.911Z] 08:43:01 3 0.08 0.00 0.02 0.00 1.56 98.34 [2021-05-12T08:54:58.911Z] 08:44:01 all 0.08 0.00 0.05 0.01 1.03 98.83 [2021-05-12T08:54:58.911Z] 08:44:01 0 0.02 0.00 0.05 0.00 1.98 97.96 [2021-05-12T08:54:58.911Z] 08:44:01 1 0.05 0.00 0.05 0.03 1.01 98.86 [2021-05-12T08:54:58.911Z] 08:44:01 2 0.03 0.00 0.03 0.00 0.51 99.42 [2021-05-12T08:54:58.911Z] 08:44:01 3 0.23 0.00 0.07 0.02 0.60 99.09 [2021-05-12T08:54:58.911Z] 08:45:01 all 0.07 0.00 0.05 0.00 0.68 99.20 [2021-05-12T08:54:58.911Z] 08:45:01 0 0.02 0.00 0.03 0.00 0.87 99.08 [2021-05-12T08:54:58.911Z] 08:45:01 1 0.02 0.00 0.02 0.00 0.46 99.50 [2021-05-12T08:54:58.911Z] 08:45:01 2 0.03 0.00 0.10 0.00 0.68 99.19 [2021-05-12T08:54:58.911Z] 08:45:01 3 0.20 0.00 0.07 0.00 0.71 99.02 [2021-05-12T08:54:58.911Z] 08:46:01 all 0.06 0.00 0.02 0.00 0.44 99.48 [2021-05-12T08:54:58.911Z] 08:46:01 0 0.00 0.00 0.02 0.00 0.71 99.27 [2021-05-12T08:54:58.911Z] 08:46:01 1 0.03 0.00 0.03 0.00 0.50 99.44 [2021-05-12T08:54:58.911Z] 08:46:01 2 0.02 0.00 0.03 0.00 0.13 99.82 [2021-05-12T08:54:58.911Z] 08:46:01 3 0.18 0.00 0.02 0.00 0.42 99.39 [2021-05-12T08:54:58.911Z] 08:47:01 all 0.07 0.00 0.04 0.00 0.45 99.44 [2021-05-12T08:54:58.911Z] 08:47:01 0 0.05 0.00 0.03 0.00 0.13 99.78 [2021-05-12T08:54:58.911Z] 08:47:01 1 0.02 0.00 0.03 0.00 0.15 99.80 [2021-05-12T08:54:58.911Z] 08:47:01 2 0.03 0.00 0.02 0.00 0.15 99.80 [2021-05-12T08:54:58.911Z] 08:47:01 3 0.18 0.00 0.07 0.00 1.36 98.40 [2021-05-12T08:54:58.911Z] 08:48:01 all 0.09 0.00 0.03 0.00 0.30 99.58 [2021-05-12T08:54:58.911Z] 08:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2021-05-12T08:54:58.911Z] 08:48:01 1 0.22 0.00 0.03 0.00 0.13 99.62 [2021-05-12T08:54:58.911Z] 08:48:01 2 0.03 0.00 0.03 0.00 0.08 99.85 [2021-05-12T08:54:58.911Z] 08:48:01 3 0.07 0.00 0.03 0.00 0.98 98.93 [2021-05-12T08:54:58.911Z] 08:49:01 all 0.05 0.00 0.03 0.00 0.22 99.70 [2021-05-12T08:54:58.911Z] 08:49:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2021-05-12T08:54:58.911Z] 08:49:01 1 0.10 0.00 0.07 0.00 0.32 99.52 [2021-05-12T08:54:58.911Z] 08:49:01 2 0.03 0.00 0.03 0.00 0.48 99.45 [2021-05-12T08:54:58.911Z] 08:49:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2021-05-12T08:54:58.911Z] 08:50:01 all 0.11 0.00 0.04 0.00 0.36 99.49 [2021-05-12T08:54:58.911Z] 08:50:01 0 0.05 0.00 0.03 0.00 0.45 99.47 [2021-05-12T08:54:58.911Z] 08:50:01 1 0.30 0.00 0.08 0.00 0.73 98.89 [2021-05-12T08:54:58.911Z] 08:50:01 2 0.07 0.00 0.02 0.00 0.22 99.70 [2021-05-12T08:54:58.911Z] 08:50:01 3 0.03 0.00 0.02 0.00 0.05 99.90 [2021-05-12T08:54:58.911Z] 08:51:01 all 0.15 0.00 0.04 0.00 0.07 99.75 [2021-05-12T08:54:58.911Z] 08:51:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-05-12T08:54:58.911Z] 08:51:01 1 0.50 0.00 0.03 0.00 0.13 99.33 [2021-05-12T08:54:58.911Z] 08:51:01 2 0.05 0.00 0.05 0.00 0.12 99.78 [2021-05-12T08:54:58.911Z] 08:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-12T08:54:58.911Z] 08:52:01 all 0.14 0.00 0.03 0.00 0.08 99.75 [2021-05-12T08:54:58.911Z] 08:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-05-12T08:54:58.911Z] 08:52:01 1 0.47 0.00 0.02 0.00 0.15 99.36 [2021-05-12T08:54:58.911Z] 08:52:01 2 0.05 0.00 0.05 0.00 0.17 99.73 [2021-05-12T08:54:58.911Z] 08:52:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-12T08:54:58.911Z] [2021-05-12T08:54:58.911Z] 08:52:01 CPU %user %nice %system %iowait %steal %idle [2021-05-12T08:54:58.911Z] 08:53:01 all 0.14 0.00 0.02 0.00 0.11 99.73 [2021-05-12T08:54:58.911Z] 08:53:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-05-12T08:54:58.911Z] 08:53:01 1 0.45 0.00 0.02 0.00 0.20 99.33 [2021-05-12T08:54:58.911Z] 08:53:01 2 0.08 0.00 0.05 0.00 0.18 99.68 [2021-05-12T08:54:58.911Z] 08:53:01 3 0.02 0.00 0.00 0.00 0.05 99.93 [2021-05-12T08:54:58.911Z] 08:54:01 all 0.15 0.00 0.03 0.00 0.15 99.68 [2021-05-12T08:54:58.911Z] 08:54:01 0 0.02 0.00 0.02 0.00 0.12 99.85 [2021-05-12T08:54:58.911Z] 08:54:01 1 0.50 0.00 0.03 0.00 0.33 99.14 [2021-05-12T08:54:58.911Z] 08:54:01 2 0.05 0.00 0.05 0.00 0.08 99.82 [2021-05-12T08:54:58.911Z] 08:54:01 3 0.02 0.00 0.02 0.00 0.07 99.90 [2021-05-12T08:54:58.911Z] Average: all 0.95 0.00 0.61 0.16 2.24 96.04 [2021-05-12T08:54:58.911Z] Average: 0 1.17 0.00 0.72 0.14 2.51 95.47 [2021-05-12T08:54:58.911Z] Average: 1 1.01 0.00 0.59 0.14 2.26 96.00 [2021-05-12T08:54:58.911Z] Average: 2 0.78 0.00 0.60 0.28 2.09 96.25 [2021-05-12T08:54:58.911Z] Average: 3 0.83 0.00 0.53 0.10 2.10 96.44 [2021-05-12T08:54:58.911Z] [2021-05-12T08:54:58.911Z] [2021-05-12T08:54:58.911Z]