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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26864 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/66 [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/66 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 Merge succeeded, producing 947f2c12fb082df941e406355c82021bd87e8973 Checking out Revision 947f2c12fb082df941e406355c82021bd87e8973 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 947f2c12fb082df941e406355c82021bd87e8973 # timeout=10 Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-19T00:31:37.309Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-19T00:31:37.573Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-19T00:31:37.677Z] ========================================================= [2021-02-19T00:31:37.677Z] EdgeX Global Pipelines Version Info [2021-02-19T00:31:37.677Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:31:39.667Z] ------------------- [2021-02-19T00:31:39.667Z] stable info: [2021-02-19T00:31:39.667Z] ------------------- [2021-02-19T00:31:39.667Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T00:31:39.667Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T00:31:39.667Z] Message: update stable to v1.0.179 [2021-02-19T00:31:40.609Z] ------------------- [2021-02-19T00:31:40.609Z] experimental info: [2021-02-19T00:31:40.609Z] ------------------- [2021-02-19T00:31:40.609Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-19T00:31:40.609Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-19T00:31:40.609Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-19T00:31:40.865Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-19T00:31:40.972Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-19T00:31:41.063Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-19T00:31:41.163Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-19T00:31:41.268Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-19T00:31:41.361Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-19T00:31:41.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-19T00:31:41.550Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-19T00:31:41.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-19T00:31:41.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-19T00:31:41.814Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-19T00:31:41.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-19T00:31:41.988Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-19T00:31:42.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-19T00:31:42.179Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T00:31:42.265Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-19T00:31:42.386Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-19T00:31:42.497Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-19T00:31:42.645Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-19T00:31:42.733Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-19T00:31:42.819Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-19T00:31:42.904Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-19T00:31:42.984Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-19T00:31:43.067Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo [2021-02-19T00:31:43.152Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo [2021-02-19T00:31:43.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo [2021-02-19T00:31:43.437Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 947f2c12fb082df941e406355c82021bd87e8973 [Pipeline] echo [2021-02-19T00:31:43.533Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 947f2c1 [Pipeline] echo [2021-02-19T00:31:43.621Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T00:31:43.825Z] provisioning config files... [2021-02-19T00:31:43.867Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config4762109280931879581tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:31:44.280Z] ---> docker-login.sh [2021-02-19T00:31:44.280Z] nexus3.edgexfoundry.org:10001 [2021-02-19T00:31:44.280Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:44.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:44.547Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:44.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:44.547Z] [2021-02-19T00:31:44.547Z] Login Succeeded [2021-02-19T00:31:44.547Z] nexus3.edgexfoundry.org:10002 [2021-02-19T00:31:44.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:44.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:44.813Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:44.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:44.813Z] [2021-02-19T00:31:44.813Z] Login Succeeded [2021-02-19T00:31:44.813Z] nexus3.edgexfoundry.org:10003 [2021-02-19T00:31:44.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:44.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:44.813Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:44.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:44.813Z] [2021-02-19T00:31:44.813Z] Login Succeeded [2021-02-19T00:31:44.813Z] nexus3.edgexfoundry.org:10004 [2021-02-19T00:31:45.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:45.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:45.077Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:45.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:45.077Z] [2021-02-19T00:31:45.077Z] Login Succeeded [2021-02-19T00:31:45.077Z] docker.io [2021-02-19T00:31:45.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:31:45.340Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:31:45.340Z] Configure a credential helper to remove this warning. See [2021-02-19T00:31:45.340Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:31:45.340Z] [2021-02-19T00:31:45.340Z] Login Succeeded [2021-02-19T00:31:45.340Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T00:31:45.350Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T00:31:45.837Z] ++ 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-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/core-command/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/core-data/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-19T00:31:45.837Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-19T00:31:45.837Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-19T00:31:45.837Z] ++ cut -d/ -f2 [2021-02-19T00:31:45.837Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-19T00:31:45.907Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:31:46.799Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:46.799Z] [2021-02-19T00:31:46.799Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:31:47.146Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:47.146Z] latest: Pulling from edgex-devops/git-semver [2021-02-19T00:31:47.146Z] 31603596830f: Pulling fs layer [2021-02-19T00:31:47.146Z] 2a8b12db71e7: Pulling fs layer [2021-02-19T00:31:47.146Z] 6ca5941a6612: Pulling fs layer [2021-02-19T00:31:47.146Z] ecc8261a40a4: Pulling fs layer [2021-02-19T00:31:47.146Z] ecc8261a40a4: Waiting [2021-02-19T00:31:47.146Z] 2a8b12db71e7: Download complete [2021-02-19T00:31:47.146Z] 31603596830f: Verifying Checksum [2021-02-19T00:31:47.146Z] 31603596830f: Download complete [2021-02-19T00:31:47.409Z] ecc8261a40a4: Verifying Checksum [2021-02-19T00:31:47.409Z] ecc8261a40a4: Download complete [2021-02-19T00:31:47.409Z] 6ca5941a6612: Verifying Checksum [2021-02-19T00:31:47.409Z] 6ca5941a6612: Download complete [2021-02-19T00:31:47.409Z] 31603596830f: Pull complete [2021-02-19T00:31:47.676Z] 2a8b12db71e7: Pull complete [2021-02-19T00:31:48.258Z] 6ca5941a6612: Pull complete [2021-02-19T00:31:48.529Z] ecc8261a40a4: Pull complete [2021-02-19T00:31:48.529Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-19T00:31:48.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-19T00:31:48.529Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-19T00:31:48.650Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:31:48.721Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:31:51.241Z] $ docker top b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-19T00:31:51.559Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T00:31:51.559Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T00:31:51.754Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T00:31:51.757Z] $ docker exec b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent [2021-02-19T00:31:51.926Z] SSH_AUTH_SOCK=/tmp/ssh-HiwBacpz99R9/agent.11 [2021-02-19T00:31:51.926Z] SSH_AGENT_PID=16 [2021-02-19T00:31:51.937Z] Running ssh-add (command line suppressed) [2021-02-19T00:31:52.061Z] Identity added: /w/workspace/edgex-go/66@tmp/private_key_998137207563389063.key (/w/workspace/edgex-go/66@tmp/private_key_998137207563389063.key) [2021-02-19T00:31:52.111Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T00:31:52.465Z] + git tag --points-at HEAD [Pipeline] } [2021-02-19T00:31:52.489Z] $ docker exec --env ******** --env ******** b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent -k [2021-02-19T00:31:52.603Z] unset SSH_AUTH_SOCK; [2021-02-19T00:31:52.603Z] unset SSH_AGENT_PID; [2021-02-19T00:31:52.603Z] echo Agent pid 16 killed; [2021-02-19T00:31:52.648Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-19T00:31:52.792Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-19T00:31:52.792Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-19T00:31:52.961Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-19T00:31:52.964Z] $ docker exec b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent [2021-02-19T00:31:53.119Z] SSH_AUTH_SOCK=/tmp/ssh-fKIKN8zKLwrf/agent.45 [2021-02-19T00:31:53.119Z] SSH_AGENT_PID=50 [2021-02-19T00:31:53.126Z] Running ssh-add (command line suppressed) [2021-02-19T00:31:53.242Z] Identity added: /w/workspace/edgex-go/66@tmp/private_key_506304990329113595.key (/w/workspace/edgex-go/66@tmp/private_key_506304990329113595.key) [2021-02-19T00:31:53.297Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-19T00:31:53.636Z] + git semver init [2021-02-19T00:31:53.636Z] # -> Open(): unable to determine branch for HEAD [2021-02-19T00:31:53.636Z] # $GIT_DIR = /w/workspace/edgex-go/66/.git [2021-02-19T00:31:53.636Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/66 [2021-02-19T00:31:53.636Z] # $SEMVER_REMOTE_NAME = origin [2021-02-19T00:31:53.636Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-19T00:31:53.636Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-19T00:31:53.636Z] # $SEMVER_BRANCH = PR-2858 [2021-02-19T00:31:53.636Z] # $SEMVER_TEMP = /tmp/semver-086891725 [2021-02-19T00:31:53.636Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-19T00:32:25.838Z] # '/tmp/semver-086891725' -> '/w/workspace/edgex-go/66/.semver' [2021-02-19T00:32:25.838Z] # -> Force: false [2021-02-19T00:32:25.838Z] # $SEMVER_DIR = /w/workspace/edgex-go/66/.semver [Pipeline] } [2021-02-19T00:32:25.850Z] $ docker exec --env ******** --env ******** b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 ssh-agent -k [2021-02-19T00:32:26.060Z] unset SSH_AUTH_SOCK; [2021-02-19T00:32:26.061Z] unset SSH_AGENT_PID; [2021-02-19T00:32:26.061Z] echo Agent pid 50 killed; [2021-02-19T00:32:26.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-19T00:32:26.627Z] + git semver [Pipeline] } [2021-02-19T00:32:26.643Z] $ docker stop --time=1 b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 [2021-02-19T00:32:28.361Z] $ docker rm -f b7e1bc66edbd54b0ebcde8c85a7f98f3c3b2f15e6a3c82548c604a2abe3eebe0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:32:28.886Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-19T00:32:29.401Z] Stashed 1 file(s) [Pipeline] echo [2021-02-19T00:32:29.405Z] [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-02-19T00:32:30.331Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:32:30.631Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:32:30.932Z] + sudo service docker restart [2021-02-19T00:32:30.932Z] + true [2021-02-19T00:32:30.932Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-19T00:32:31.522Z] ========================================================= [2021-02-19T00:32:31.522Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-19T00:32:31.522Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:32:31.858Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-19T00:32:35.167Z] Sending build context to Docker daemon 328MB [2021-02-19T00:32:35.167Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T00:32:35.167Z] Step 2/6 : FROM ${BASE} [2021-02-19T00:32:35.167Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-19T00:32:35.167Z] 188c0c94c7c5: Pulling fs layer [2021-02-19T00:32:35.167Z] 0ef7d3d256c8: Pulling fs layer [2021-02-19T00:32:35.167Z] de9db76c5a1d: Pulling fs layer [2021-02-19T00:32:35.167Z] bca2f99d35d6: Pulling fs layer [2021-02-19T00:32:35.167Z] 93359f2a8cfa: Pulling fs layer [2021-02-19T00:32:35.167Z] 7c6f9722023f: Pulling fs layer [2021-02-19T00:32:35.167Z] a35cf1a2eb13: Pulling fs layer [2021-02-19T00:32:35.167Z] 93359f2a8cfa: Waiting [2021-02-19T00:32:35.167Z] 7c6f9722023f: Waiting [2021-02-19T00:32:35.167Z] a35cf1a2eb13: Waiting [2021-02-19T00:32:35.167Z] bca2f99d35d6: Waiting [2021-02-19T00:32:35.167Z] de9db76c5a1d: Verifying Checksum [2021-02-19T00:32:35.167Z] de9db76c5a1d: Download complete [2021-02-19T00:32:35.167Z] 0ef7d3d256c8: Verifying Checksum [2021-02-19T00:32:35.167Z] 0ef7d3d256c8: Download complete [2021-02-19T00:32:35.167Z] 93359f2a8cfa: Verifying Checksum [2021-02-19T00:32:35.167Z] 93359f2a8cfa: Download complete [2021-02-19T00:32:35.167Z] 7c6f9722023f: Verifying Checksum [2021-02-19T00:32:35.167Z] 7c6f9722023f: Download complete [2021-02-19T00:32:35.167Z] 188c0c94c7c5: Verifying Checksum [2021-02-19T00:32:35.167Z] 188c0c94c7c5: Download complete [2021-02-19T00:32:35.437Z] 188c0c94c7c5: Pull complete [2021-02-19T00:32:35.712Z] 0ef7d3d256c8: Pull complete [2021-02-19T00:32:36.287Z] de9db76c5a1d: Pull complete [2021-02-19T00:32:36.866Z] a35cf1a2eb13: Verifying Checksum [2021-02-19T00:32:36.866Z] a35cf1a2eb13: Download complete [2021-02-19T00:32:37.442Z] bca2f99d35d6: Verifying Checksum [2021-02-19T00:32:37.442Z] bca2f99d35d6: Download complete [2021-02-19T00:32:42.746Z] bca2f99d35d6: Pull complete [2021-02-19T00:32:42.746Z] 93359f2a8cfa: Pull complete [2021-02-19T00:32:42.746Z] 7c6f9722023f: Pull complete [2021-02-19T00:32:44.797Z] Still waiting to schedule task [2021-02-19T00:32:44.797Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-19T00:32:49.345Z] a35cf1a2eb13: Pull complete [2021-02-19T00:32:49.346Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-19T00:32:49.346Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-19T00:32:49.346Z] ---> a62c8e92a672 [2021-02-19T00:32:49.346Z] 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-02-19T00:32:49.346Z] ---> Running in efde20d38fa4 [2021-02-19T00:32:49.346Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:32:50.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:32:51.232Z] (1/12) Installing libmagic (5.38-r0) [2021-02-19T00:32:51.232Z] (2/12) Installing file (5.38-r0) [2021-02-19T00:32:51.491Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-19T00:32:51.491Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-19T00:33:03.724Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-19T00:33:03.724Z] (6/12) Installing patch (2.7.6-r6) [2021-02-19T00:33:03.724Z] (7/12) Installing build-base (0.5-r2) [2021-02-19T00:33:03.724Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-19T00:33:04.295Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-19T00:33:04.295Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-19T00:33:04.295Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-19T00:33:04.556Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-19T00:33:04.556Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:33:04.556Z] OK: 233 MiB in 51 packages [2021-02-19T00:33:07.864Z] Removing intermediate container efde20d38fa4 [2021-02-19T00:33:07.864Z] ---> 416da6eb76e8 [2021-02-19T00:33:07.864Z] Step 4/6 : WORKDIR /edgex-go [2021-02-19T00:33:07.864Z] ---> Running in e802a3561b80 [2021-02-19T00:33:08.132Z] Removing intermediate container e802a3561b80 [2021-02-19T00:33:08.132Z] ---> 7fd88e2c220d [2021-02-19T00:33:08.132Z] Step 5/6 : COPY go.mod . [2021-02-19T00:33:08.392Z] ---> f55813c8e148 [2021-02-19T00:33:08.392Z] Step 6/6 : RUN go mod download [2021-02-19T00:33:08.392Z] ---> Running in 24a28713a7aa [2021-02-19T00:33:30.372Z] Removing intermediate container 24a28713a7aa [2021-02-19T00:33:30.372Z] ---> 62e208322608 [2021-02-19T00:33:30.372Z] Successfully built 62e208322608 [2021-02-19T00:33:30.372Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:33:30.678Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T00:33:30.678Z] . [Pipeline] withDockerContainer [2021-02-19T00:33:30.770Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:33:30.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-x86_64 cat [2021-02-19T00:33:31.632Z] $ docker top c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:33:32.189Z] + go version [2021-02-19T00:33:32.189Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-19T00:33:32.207Z] $ docker stop --time=1 c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f [2021-02-19T00:33:33.565Z] $ docker rm -f c25559deaf2638eab8d2d14a85577d63799888adfac2ead6fed20de917e8dc8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:33:34.374Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-19T00:33:34.374Z] . [Pipeline] withDockerContainer [2021-02-19T00:33:34.476Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:33:34.523Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-x86_64 cat [2021-02-19T00:33:35.138Z] $ docker top 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-19T00:33:35.336Z] ========================================================= [2021-02-19T00:33:35.336Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-19T00:33:35.336Z] ========================================================= [Pipeline] sh [2021-02-19T00:33:35.623Z] + make test [2021-02-19T00:33:35.624Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T00:33:43.795Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-19T00:33:58.814Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-19T00:34:04.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-19T00:34:04.151Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-19T00:34:04.151Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-19T00:34:07.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-19T00:34:07.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-19T00:34:07.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-19T00:34:07.508Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-19T00:34:07.508Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-19T00:34:08.085Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-19T00:34:10.037Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-19T00:34:10.037Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-19T00:34:10.037Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-19T00:34:12.640Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 45.9% of statements [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-19T00:34:12.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-19T00:34:13.586Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.076s coverage: 100.0% of statements [2021-02-19T00:34:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.1% of statements [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-19T00:34:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-19T00:34:15.017Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.057s coverage: 100.0% of statements [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-19T00:34:15.017Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-19T00:34:15.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.085s coverage: 65.8% of statements [2021-02-19T00:34:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-19T00:34:15.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-19T00:34:16.284Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.417s coverage: 82.3% of statements [2021-02-19T00:34:16.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:16.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:16.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-19T00:34:16.284Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-19T00:34:18.407Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.390s coverage: 28.6% of statements [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-19T00:34:18.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-19T00:34:18.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-19T00:34:18.408Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.106s coverage: 86.7% of statements [2021-02-19T00:34:18.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-19T00:34:18.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2021-02-19T00:34:18.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-19T00:34:19.276Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.073s coverage: 78.3% of statements [2021-02-19T00:34:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-19T00:34:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-19T00:34:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-19T00:34:19.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.379s coverage: 92.8% of statements [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.068s coverage: 0.1% of statements [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-19T00:34:21.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.033s coverage: 45.5% of statements [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.064s coverage: 79.5% of statements [2021-02-19T00:34:21.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.029s coverage: 94.1% of statements [2021-02-19T00:34:21.828Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.061s coverage: 96.3% of statements [2021-02-19T00:34:22.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.034s coverage: 87.5% of statements [2021-02-19T00:34:34.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.053s coverage: 94.4% of statements [2021-02-19T00:34:34.376Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.032s coverage: 44.8% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.071s coverage: 92.9% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.032s coverage: 77.8% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.039s coverage: 87.2% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.074s coverage: 87.2% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.064s coverage: 91.4% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.147s coverage: 63.5% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.033s coverage: 91.3% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.281s coverage: 68.9% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.300s coverage: 84.0% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.037s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.110s coverage: 89.4% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.688s coverage: 29.1% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-19T00:34:46.689Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-19T00:34:46.689Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.055s coverage: 100.0% of statements [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.022s coverage: 0.0% of statements [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.024s coverage: 100.0% of statements [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-19T00:34:46.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-02-19T00:34:46.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 100.0% of statements [2021-02-19T00:34:46.690Z] GO111MODULE=on go vet ./... [2021-02-19T00:35:13.417Z] gofmt -l . [2021-02-19T00:35:13.417Z] [ "`gofmt -l .`" = "" ] [2021-02-19T00:35:13.417Z] ./bin/test-go-mod-tidy.sh [2021-02-19T00:35:13.417Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-19T00:35:13.717Z] + ls -al . [2021-02-19T00:35:13.717Z] total 708 [2021-02-19T00:35:13.717Z] drwxrwxr-x 10 1001 1001 4096 Feb 19 00:35 . [2021-02-19T00:35:13.717Z] drwxr-xr-x 4 root root 30 Feb 19 00:33 .. [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 11 Feb 19 00:31 .dockerignore [2021-02-19T00:35:13.717Z] drwxrwxr-x 8 1001 1001 179 Feb 19 00:31 .git [2021-02-19T00:35:13.717Z] drwxrwxr-x 3 1001 1001 125 Feb 19 00:31 .github [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 818 Feb 19 00:31 .gitignore [2021-02-19T00:35:13.717Z] drwx------ 3 1001 1001 60 Feb 19 00:32 .semver [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 166 Feb 19 00:31 .sonarcloud.properties [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:31 Attribution.txt [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:31 CONTRIBUTING.md [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 931 Feb 19 00:31 Dockerfile.build [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 863 Feb 19 00:31 Jenkinsfile [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:31 LICENSE [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:31 Makefile [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:31 README.md [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:31 SECURITY.md [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 5 Feb 19 00:32 VERSION [2021-02-19T00:35:13.717Z] -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:31 ZMQWindows.md [2021-02-19T00:35:13.717Z] drwxrwxr-x 2 1001 1001 117 Feb 19 00:31 bin [2021-02-19T00:35:13.718Z] drwxrwxr-x 14 1001 1001 4096 Feb 19 00:31 cmd [2021-02-19T00:35:13.718Z] -rw-r--r-- 1 root root 597520 Feb 19 00:34 coverage.out [2021-02-19T00:35:13.718Z] -rw-r--r-- 1 root root 1055 Feb 19 00:35 go.mod [2021-02-19T00:35:13.718Z] -rw-r--r-- 1 root root 21638 Feb 19 00:35 go.sum [2021-02-19T00:35:13.718Z] drwxrwxr-x 8 1001 1001 127 Feb 19 00:31 internal [2021-02-19T00:35:13.718Z] drwxrwxr-x 4 1001 1001 26 Feb 19 00:31 openapi [2021-02-19T00:35:13.718Z] drwxrwxr-x 4 1001 1001 71 Feb 19 00:31 snap [2021-02-19T00:35:13.718Z] -rw-rw-r-- 1 1001 1001 168 Feb 19 00:31 version.go [Pipeline] sh [2021-02-19T00:35:14.013Z] + '[' -e coverage.out ] [2021-02-19T00:35:14.013Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-19T00:35:14.205Z] Stashed 1 file(s) [Pipeline] sh [2021-02-19T00:35:14.498Z] + make build [2021-02-19T00:35:14.498Z] 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-02-19T00:35:18.724Z] 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-02-19T00:35:26.911Z] 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-02-19T00:35:27.188Z] 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-02-19T00:35:28.579Z] 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-02-19T00:35:29.161Z] 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-02-19T00:35:30.562Z] 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-02-19T00:35:31.964Z] 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-02-19T00:35:33.012Z] 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-02-19T00:35:33.960Z] 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-02-19T00:35:34.912Z] 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-02-19T00:35:36.330Z] 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-02-19T00:35:38.298Z] $ docker stop --time=1 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 [2021-02-19T00:35:39.864Z] $ docker rm -f 13e50bc9ecdd369f8b2c82484a175d0ea2cf28565e02b9c2d2d3be73c623c465 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:41.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:41.758Z] [2021-02-19T00:35:41.758Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:42.108Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:42.109Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-19T00:35:42.109Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-19T00:35:42.109Z] ca9280d653b3: Pulling fs layer [2021-02-19T00:35:42.109Z] 7e9c9ca2126c: Pulling fs layer [2021-02-19T00:35:42.369Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-19T00:35:42.369Z] cbdbe7a5bc2a: Download complete [2021-02-19T00:35:42.634Z] cbdbe7a5bc2a: Pull complete [2021-02-19T00:35:42.634Z] ca9280d653b3: Verifying Checksum [2021-02-19T00:35:42.634Z] ca9280d653b3: Download complete [2021-02-19T00:35:44.035Z] 7e9c9ca2126c: Download complete [2021-02-19T00:35:44.035Z] ca9280d653b3: Pull complete [2021-02-19T00:35:49.343Z] 7e9c9ca2126c: Pull complete [2021-02-19T00:35:49.343Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-19T00:35:49.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:49.343Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-19T00:35:49.459Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:35:49.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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:latest cat [2021-02-19T00:35:51.340Z] $ docker top 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:35:51.804Z] + docker-compose build --help [2021-02-19T00:35:51.804Z] + grep parallel [2021-02-19T00:35:52.744Z] --parallel Build images in parallel. [Pipeline] } [2021-02-19T00:35:52.768Z] $ docker stop --time=1 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 [2021-02-19T00:35:54.101Z] $ docker rm -f 4dae868f22d91decbc9dbf4e08c32a6e9f468d57197dd7be2da5e1e9d1492369 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:35:54.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-19T00:35:54.716Z] . [Pipeline] withDockerContainer [2021-02-19T00:35:54.815Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:35:54.870Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-19T00:35:55.400Z] $ docker top 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:35:55.889Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-19T00:35:56.830Z] Building docker-core-command-go ... [2021-02-19T00:35:56.830Z] Building docker-core-data-go ... [2021-02-19T00:35:56.830Z] Building docker-core-metadata-go ... [2021-02-19T00:35:56.830Z] Building docker-security-bootstrapper-go ... [2021-02-19T00:35:56.830Z] Building docker-security-proxy-setup-go ... [2021-02-19T00:35:56.830Z] Building docker-security-secretstore-setup-go ... [2021-02-19T00:35:56.830Z] Building docker-support-notifications-go ... [2021-02-19T00:35:56.830Z] Building docker-support-scheduler-go ... [2021-02-19T00:35:56.830Z] Building docker-sys-mgmt-agent-go ... [2021-02-19T00:35:56.830Z] Building docker-core-data-go [2021-02-19T00:35:56.830Z] Building docker-support-scheduler-go [2021-02-19T00:35:56.830Z] Building docker-support-notifications-go [2021-02-19T00:35:56.830Z] Building docker-security-bootstrapper-go [2021-02-19T00:35:56.830Z] Building docker-core-command-go [2021-02-19T00:36:08.267Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26867 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-19T00:36:08.321Z] Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout [2021-02-19T00:36:13.216Z] using credential edgex-jenkins-ssh [2021-02-19T00:36:13.273Z] Cloning the remote Git repository [2021-02-19T00:36:13.319Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:36:13.422Z] > git init /w/workspace/edgex-go/66 # timeout=10 [2021-02-19T00:36:13.490Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:36:13.490Z] > git --version # timeout=10 [2021-02-19T00:36:13.507Z] > git --version # 'git version 2.17.1' [2021-02-19T00:36:13.509Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:36:13.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:36:29.004Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:29.004Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:36:29.004Z] ---> 62e208322608 [2021-02-19T00:36:29.004Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:36:29.004Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:29.004Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:36:29.004Z] ---> 62e208322608 [2021-02-19T00:36:29.004Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:36:29.004Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:29.004Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:36:29.004Z] ---> 62e208322608 [2021-02-19T00:36:29.004Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:36:29.004Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:29.004Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:36:29.004Z] ---> 62e208322608 [2021-02-19T00:36:29.004Z] Step 3/30 : WORKDIR /edgex-go [2021-02-19T00:36:29.004Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:29.004Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:36:29.004Z] ---> 62e208322608 [2021-02-19T00:36:29.004Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:36:29.004Z] ---> Running in ed2a8d18e636 [2021-02-19T00:36:29.004Z] ---> Running in 8dbc9144caf4 [2021-02-19T00:36:29.004Z] ---> Running in 6a3b300f9bbc [2021-02-19T00:36:29.004Z] ---> Running in 7c5e29afecb8 [2021-02-19T00:36:29.004Z] ---> Running in 116de2a8a404 [2021-02-19T00:36:29.004Z] Removing intermediate container 116de2a8a404 [2021-02-19T00:36:29.004Z] ---> 0f3895586f3e [2021-02-19T00:36:29.004Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:36:29.004Z] Removing intermediate container 7c5e29afecb8 [2021-02-19T00:36:29.004Z] ---> 6d453b8ce800 [2021-02-19T00:36:29.004Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:36:29.004Z] Removing intermediate container 8dbc9144caf4 [2021-02-19T00:36:29.004Z] ---> 7b181ab43695 [2021-02-19T00:36:29.004Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:36:29.004Z] Removing intermediate container ed2a8d18e636 [2021-02-19T00:36:29.004Z] ---> e072f0a0941b [2021-02-19T00:36:29.004Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:36:29.004Z] Removing intermediate container 6a3b300f9bbc [2021-02-19T00:36:29.004Z] ---> 367e62bdd875 [2021-02-19T00:36:29.004Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:36:29.004Z] ---> Running in 518a091e69f9 [2021-02-19T00:36:29.004Z] ---> Running in d829348c3641 [2021-02-19T00:36:29.004Z] ---> Running in 141880cf8f1b [2021-02-19T00:36:29.004Z] ---> Running in 698762ed0cff [2021-02-19T00:36:29.004Z] ---> Running in 7da375cbf103 [2021-02-19T00:36:29.004Z] Removing intermediate container 518a091e69f9 [2021-02-19T00:36:29.004Z] ---> acd8d55b1091 [2021-02-19T00:36:29.004Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-19T00:36:29.004Z] Removing intermediate container d829348c3641 [2021-02-19T00:36:29.004Z] ---> 8be795c52d00 [2021-02-19T00:36:29.004Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-19T00:36:29.004Z] ---> Running in a900f28e78c4 [2021-02-19T00:36:29.004Z] ---> Running in 99577d4d8c9f [2021-02-19T00:36:29.004Z] Removing intermediate container 141880cf8f1b [2021-02-19T00:36:29.004Z] ---> e9ae62f94842 [2021-02-19T00:36:29.004Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-19T00:36:29.288Z] ---> Running in a0822dcf7277 [2021-02-19T00:36:29.288Z] Removing intermediate container 7da375cbf103 [2021-02-19T00:36:29.288Z] ---> 20cb709cbf79 [2021-02-19T00:36:29.288Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-19T00:36:29.288Z] Removing intermediate container 698762ed0cff [2021-02-19T00:36:29.288Z] ---> c44c3ec00812 [2021-02-19T00:36:29.288Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:36:29.550Z] ---> Running in 50b87db95e58 [2021-02-19T00:36:29.550Z] ---> Running in 81e2e2559e37 [2021-02-19T00:36:30.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:30.919Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:31.196Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:31.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:31.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:36:31.196Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:31.474Z] Removing intermediate container a900f28e78c4 [2021-02-19T00:36:31.474Z] ---> b081c8e54f12 [2021-02-19T00:36:31.474Z] Step 6/23 : COPY go.mod . [2021-02-19T00:36:31.474Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:31.738Z] OK: 233 MiB in 51 packages [2021-02-19T00:36:31.738Z] Removing intermediate container 99577d4d8c9f [2021-02-19T00:36:31.738Z] ---> cd2b48de0dae [2021-02-19T00:36:31.738Z] Step 6/30 : COPY go.mod . [2021-02-19T00:36:31.738Z] ---> ddebfa8ef81c [2021-02-19T00:36:31.738Z] Step 7/23 : RUN go mod download [2021-02-19T00:36:32.008Z] Removing intermediate container a0822dcf7277 [2021-02-19T00:36:32.008Z] ---> cc037619854d [2021-02-19T00:36:32.008Z] Step 6/22 : COPY go.mod . [2021-02-19T00:36:32.008Z] ---> Running in 25c0c3212754 [2021-02-19T00:36:32.273Z] ---> c214303a1776 [2021-02-19T00:36:32.273Z] Step 7/30 : RUN go mod download [2021-02-19T00:36:32.534Z] ---> Running in 0ada639203b6 [2021-02-19T00:36:32.534Z] ---> 7e0bba4ab842 [2021-02-19T00:36:32.534Z] Step 7/22 : RUN go mod download [2021-02-19T00:36:32.797Z] Removing intermediate container 81e2e2559e37 [2021-02-19T00:36:32.797Z] ---> ede391efe1e5 [2021-02-19T00:36:32.797Z] Step 6/23 : COPY go.mod . [2021-02-19T00:36:32.797Z] ---> Running in 1cc13b956ba7 [2021-02-19T00:36:32.544Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:36:32.563Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:36:32.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:36:32.612Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:36:32.613Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:36:32.624Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T00:36:33.064Z] Removing intermediate container 50b87db95e58 [2021-02-19T00:36:33.064Z] ---> 50bd820a8b30 [2021-02-19T00:36:33.064Z] Step 6/22 : COPY go.mod . [2021-02-19T00:36:33.329Z] ---> 012c1b9bfce3 [2021-02-19T00:36:33.329Z] Step 7/23 : RUN go mod download [2021-02-19T00:36:33.329Z] ---> Running in 719a8e4186a4 [2021-02-19T00:36:33.329Z] ---> 3e36ba1d123e [2021-02-19T00:36:33.329Z] Step 7/22 : RUN go mod download [2021-02-19T00:36:33.393Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-19T00:36:33.595Z] ---> Running in e6cf36bfc6f5 [2021-02-19T00:36:34.617Z] Merge succeeded, producing 0c34eca010f87f879e3ba418a8fe5984e8f331ec [2021-02-19T00:36:34.618Z] Checking out Revision 0c34eca010f87f879e3ba418a8fe5984e8f331ec (PR-2858) [2021-02-19T00:36:33.410Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:36:33.421Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-19T00:36:33.721Z] > git remote # timeout=10 [2021-02-19T00:36:33.737Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T00:36:33.749Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:36:33.760Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-19T00:36:34.603Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T00:36:34.623Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:36:34.637Z] > git checkout -f 0c34eca010f87f879e3ba418a8fe5984e8f331ec # timeout=10 [2021-02-19T00:36:35.521Z] Removing intermediate container 0ada639203b6 [2021-02-19T00:36:35.521Z] ---> 7d86ebf10793 [2021-02-19T00:36:35.521Z] Step 8/30 : COPY . . [2021-02-19T00:36:35.521Z] Removing intermediate container 25c0c3212754 [2021-02-19T00:36:35.521Z] ---> 021198063a29 [2021-02-19T00:36:35.521Z] Step 8/23 : COPY . . [2021-02-19T00:36:36.917Z] Removing intermediate container 1cc13b956ba7 [2021-02-19T00:36:36.918Z] ---> b5e64d5b3f9d [2021-02-19T00:36:36.918Z] Step 8/22 : COPY . . [2021-02-19T00:36:39.009Z] Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" [2021-02-19T00:36:39.028Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-02-19T00:36:39.480Z] Removing intermediate container 719a8e4186a4 [2021-02-19T00:36:39.480Z] ---> 95a0b480f8db [2021-02-19T00:36:39.480Z] Step 8/23 : COPY . . [2021-02-19T00:36:39.480Z] Removing intermediate container e6cf36bfc6f5 [2021-02-19T00:36:39.480Z] ---> 53f582afd110 [2021-02-19T00:36:39.480Z] Step 8/22 : COPY . . [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-19T00:36:39.015Z] > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 [2021-02-19T00:36:40.316Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:36:40.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-19T00:36:41.064Z] + true [2021-02-19T00:36:41.064Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-19T00:36:43.124Z] provisioning config files... [2021-02-19T00:36:43.167Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/66@tmp/config8501566334847181210tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:36:43.608Z] ---> docker-login.sh [2021-02-19T00:36:43.609Z] nexus3.edgexfoundry.org:10001 [2021-02-19T00:36:44.591Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:36:44.864Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:36:44.864Z] Configure a credential helper to remove this warning. See [2021-02-19T00:36:44.864Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:36:44.864Z] [2021-02-19T00:36:44.864Z] Login Succeeded [2021-02-19T00:36:44.864Z] nexus3.edgexfoundry.org:10002 [2021-02-19T00:36:45.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:36:45.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:36:45.152Z] Configure a credential helper to remove this warning. See [2021-02-19T00:36:45.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:36:45.152Z] [2021-02-19T00:36:45.152Z] Login Succeeded [2021-02-19T00:36:45.152Z] nexus3.edgexfoundry.org:10003 [2021-02-19T00:36:45.743Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:36:45.743Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:36:45.743Z] Configure a credential helper to remove this warning. See [2021-02-19T00:36:45.743Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:36:45.743Z] [2021-02-19T00:36:45.743Z] Login Succeeded [2021-02-19T00:36:45.743Z] nexus3.edgexfoundry.org:10004 [2021-02-19T00:36:46.015Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:36:46.288Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:36:46.288Z] Configure a credential helper to remove this warning. See [2021-02-19T00:36:46.288Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:36:46.288Z] [2021-02-19T00:36:46.288Z] Login Succeeded [2021-02-19T00:36:46.288Z] docker.io [2021-02-19T00:36:46.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-19T00:36:46.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-19T00:36:46.827Z] Configure a credential helper to remove this warning. See [2021-02-19T00:36:46.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-19T00:36:46.827Z] [2021-02-19T00:36:46.827Z] Login Succeeded [2021-02-19T00:36:46.827Z] ---> docker-login.sh ends [Pipeline] } [2021-02-19T00:36:46.843Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-19T00:36:47.291Z] ========================================================= [2021-02-19T00:36:47.291Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-19T00:36:47.291Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:36:47.659Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-19T00:36:50.293Z] Sending build context to Docker daemon 166.4MB [2021-02-19T00:36:50.293Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-19T00:36:50.293Z] Step 2/6 : FROM ${BASE} [2021-02-19T00:36:50.293Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-19T00:36:50.293Z] 5f621e34cdf4: Pulling fs layer [2021-02-19T00:36:50.293Z] a4357932f1b6: Pulling fs layer [2021-02-19T00:36:50.293Z] 18c013af1878: Pulling fs layer [2021-02-19T00:36:50.293Z] 00ac8860ef70: Pulling fs layer [2021-02-19T00:36:50.293Z] 63d7cb157983: Pulling fs layer [2021-02-19T00:36:50.293Z] b116817d02f9: Pulling fs layer [2021-02-19T00:36:50.293Z] 745a02a5169b: Pulling fs layer [2021-02-19T00:36:50.293Z] 63d7cb157983: Waiting [2021-02-19T00:36:50.293Z] b116817d02f9: Waiting [2021-02-19T00:36:50.293Z] 745a02a5169b: Waiting [2021-02-19T00:36:50.293Z] 00ac8860ef70: Waiting [2021-02-19T00:36:50.293Z] 18c013af1878: Verifying Checksum [2021-02-19T00:36:50.293Z] 18c013af1878: Download complete [2021-02-19T00:36:50.293Z] a4357932f1b6: Verifying Checksum [2021-02-19T00:36:50.293Z] a4357932f1b6: Download complete [2021-02-19T00:36:50.293Z] 63d7cb157983: Verifying Checksum [2021-02-19T00:36:50.293Z] 63d7cb157983: Download complete [2021-02-19T00:36:50.293Z] b116817d02f9: Verifying Checksum [2021-02-19T00:36:50.293Z] 5f621e34cdf4: Verifying Checksum [2021-02-19T00:36:50.293Z] 5f621e34cdf4: Download complete [2021-02-19T00:36:50.293Z] b116817d02f9: Download complete [2021-02-19T00:36:50.897Z] 5f621e34cdf4: Pull complete [2021-02-19T00:36:51.503Z] a4357932f1b6: Pull complete [2021-02-19T00:36:51.781Z] 18c013af1878: Pull complete [2021-02-19T00:36:52.769Z] 745a02a5169b: Verifying Checksum [2021-02-19T00:36:52.769Z] 745a02a5169b: Download complete [2021-02-19T00:36:53.368Z] 00ac8860ef70: Verifying Checksum [2021-02-19T00:36:53.368Z] 00ac8860ef70: Download complete [2021-02-19T00:37:03.531Z] 00ac8860ef70: Pull complete [2021-02-19T00:37:03.531Z] 63d7cb157983: Pull complete [2021-02-19T00:37:04.132Z] b116817d02f9: Pull complete [2021-02-19T00:37:07.547Z] 745a02a5169b: Pull complete [2021-02-19T00:37:07.547Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-19T00:37:07.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-19T00:37:07.547Z] ---> b7e6874047d6 [2021-02-19T00:37:07.547Z] 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-02-19T00:37:11.881Z] ---> Running in 72b65c521950 [2021-02-19T00:37:12.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:37:13.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:37:13.669Z] (1/12) Installing libmagic (5.38-r0) [2021-02-19T00:37:13.941Z] (2/12) Installing file (5.38-r0) [2021-02-19T00:37:13.941Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-19T00:37:14.213Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-19T00:37:16.825Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-19T00:37:16.825Z] (6/12) Installing patch (2.7.6-r6) [2021-02-19T00:37:16.825Z] (7/12) Installing build-base (0.5-r2) [2021-02-19T00:37:16.825Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-19T00:37:16.825Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-19T00:37:16.825Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-19T00:37:17.101Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-19T00:37:17.101Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-19T00:37:17.101Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:17.101Z] OK: 217 MiB in 51 packages [2021-02-19T00:37:18.519Z] ---> 1490f0771756 [2021-02-19T00:37:18.519Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-19T00:37:18.519Z] ---> 92118c9d8951 [2021-02-19T00:37:18.519Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-19T00:37:18.519Z] ---> c08eb5947222 [2021-02-19T00:37:18.519Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-19T00:37:18.519Z] ---> a8f7aa439911 [2021-02-19T00:37:18.519Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-19T00:37:18.519Z] ---> Running in 30a213ca9813 [2021-02-19T00:37:18.519Z] ---> Running in 32bee0069790 [2021-02-19T00:37:18.519Z] ---> Running in f324de088008 [2021-02-19T00:37:18.519Z] ---> Running in 00a057eced4d [2021-02-19T00:37:18.519Z] ---> 484c2d1d2cfe [2021-02-19T00:37:18.519Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-19T00:37:18.519Z] ---> Running in c9b91a3bef67 [2021-02-19T00:37:18.519Z] 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-02-19T00:37:18.519Z] 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-02-19T00:37:18.519Z] 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-02-19T00:37:18.519Z] 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-02-19T00:37:18.519Z] 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-02-19T00:37:21.413Z] Removing intermediate container 72b65c521950 [2021-02-19T00:37:21.413Z] ---> fb149c5bd446 [2021-02-19T00:37:21.413Z] Step 4/6 : WORKDIR /edgex-go [2021-02-19T00:37:21.413Z] ---> Running in c4b0086bc0f6 [2021-02-19T00:37:22.012Z] Removing intermediate container c4b0086bc0f6 [2021-02-19T00:37:22.012Z] ---> 37a72d1481d7 [2021-02-19T00:37:22.012Z] Step 5/6 : COPY go.mod . [2021-02-19T00:37:22.612Z] ---> 868e4f8379f4 [2021-02-19T00:37:22.612Z] Step 6/6 : RUN go mod download [2021-02-19T00:37:22.887Z] ---> Running in 7c952b83099b [2021-02-19T00:37:49.777Z] Removing intermediate container 7c952b83099b [2021-02-19T00:37:49.777Z] ---> 25d7a56adc91 [2021-02-19T00:37:50.050Z] Successfully built 25d7a56adc91 [2021-02-19T00:37:50.324Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:37:50.674Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T00:37:50.674Z] . [Pipeline] withDockerContainer [2021-02-19T00:37:50.807Z] Removing intermediate container 32bee0069790 [2021-02-19T00:37:50.807Z] ---> bc4f7dbaf750 [2021-02-19T00:37:50.807Z] [2021-02-19T00:37:50.807Z] Step 10/30 : FROM alpine:3.12 [2021-02-19T00:37:50.807Z] 3.12: Pulling from library/alpine [2021-02-19T00:37:50.807Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-19T00:37:50.807Z] Status: Downloaded newer image for alpine:3.12 [2021-02-19T00:37:50.807Z] ---> 389fef711851 [2021-02-19T00:37:50.807Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-19T00:37:50.968Z] prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container [2021-02-19T00:37:51.067Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:37:52.847Z] $ docker top 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:37:53.356Z] ---> Running in 7d555427dfc3 [2021-02-19T00:37:53.919Z] + go version [2021-02-19T00:37:53.919Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-19T00:37:53.955Z] $ docker stop --time=1 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd [2021-02-19T00:37:55.271Z] Removing intermediate container 30a213ca9813 [2021-02-19T00:37:55.271Z] ---> 739208fc8b3d [2021-02-19T00:37:55.271Z] [2021-02-19T00:37:55.271Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:37:55.271Z] ---> 389fef711851 [2021-02-19T00:37:55.271Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-19T00:37:55.271Z] Removing intermediate container 00a057eced4d [2021-02-19T00:37:55.271Z] ---> 632bf0c0b265 [2021-02-19T00:37:55.271Z] [2021-02-19T00:37:55.271Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:37:55.271Z] Removing intermediate container c9b91a3bef67 [2021-02-19T00:37:55.271Z] ---> 0908e94431e5 [2021-02-19T00:37:55.271Z] [2021-02-19T00:37:55.271Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:37:55.271Z] ---> 389fef711851 [2021-02-19T00:37:55.271Z] ---> 389fef711851 [2021-02-19T00:37:55.271Z] Step 11/22 : RUN apk add --update --no-cache dumb-initStep 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:37:55.271Z] [2021-02-19T00:37:55.271Z] ---> Running in 2599f850cdfe [2021-02-19T00:37:55.271Z] Removing intermediate container 7d555427dfc3 [2021-02-19T00:37:55.271Z] ---> b0a821eae123 [2021-02-19T00:37:55.271Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-19T00:37:55.271Z] ---> Running in 7cf09ecef78f [2021-02-19T00:37:55.271Z] ---> Running in a77a6950bdc7 [2021-02-19T00:37:55.533Z] ---> Running in 6b621f8091cf [2021-02-19T00:37:55.874Z] $ docker rm -f 62c95ed653d95d21ccfc9b4a5985e4b65700080230d7b216fcba17ea1189dacd [2021-02-19T00:37:56.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.128Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-19T00:37:56.400Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-19T00:37:56.400Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:56.400Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.400Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:37:56.400Z] OK: 6 MiB in 16 packages [2021-02-19T00:37:56.400Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:37:56.667Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:56.667Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:56.667Z] OK: 6 MiB in 15 packages [2021-02-19T00:37:56.667Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:56.667Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:56.667Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:37:56.667Z] OK: 6 MiB in 15 packages [2021-02-19T00:37:56.667Z] (2/2) Installing su-exec (0.2-r1) [2021-02-19T00:37:56.667Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:37:56.667Z] OK: 6 MiB in 16 packages [2021-02-19T00:37:56.863Z] + docker inspect -f . ci-base-image-arm64 [2021-02-19T00:37:56.863Z] . [Pipeline] withDockerContainer [2021-02-19T00:37:57.151Z] prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container [2021-02-19T00:37:57.237Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:37:58.824Z] $ docker top 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-19T00:37:59.215Z] ========================================================= [2021-02-19T00:37:59.215Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-19T00:37:59.215Z] ========================================================= [Pipeline] sh [2021-02-19T00:37:59.233Z] Removing intermediate container f324de088008 [2021-02-19T00:37:59.233Z] ---> 96919a169b8f [2021-02-19T00:37:59.233Z] [2021-02-19T00:37:59.233Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:37:59.233Z] ---> 389fef711851 [2021-02-19T00:37:59.233Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-19T00:37:59.233Z] ---> Running in f25bafdde266 [2021-02-19T00:37:59.497Z] Removing intermediate container 2599f850cdfe [2021-02-19T00:37:59.497Z] ---> ab859e312030 [2021-02-19T00:37:59.497Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:37:59.777Z] Removing intermediate container f25bafdde266 [2021-02-19T00:37:59.777Z] ---> 0581a3cfe159 [2021-02-19T00:37:59.777Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-19T00:37:59.777Z] ---> Running in 0699954eccd4 [2021-02-19T00:37:59.871Z] + make test [2021-02-19T00:37:59.872Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-19T00:38:00.102Z] ---> Running in ba1b91de27c3 [2021-02-19T00:38:00.102Z] Removing intermediate container 7cf09ecef78f [2021-02-19T00:38:00.103Z] ---> 01a4e1e0b952 [2021-02-19T00:38:00.103Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:38:00.103Z] Removing intermediate container a77a6950bdc7 [2021-02-19T00:38:00.103Z] ---> Running in a6260c6390d7 [2021-02-19T00:38:00.103Z] ---> 1a9945f4111d [2021-02-19T00:38:00.103Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:38:00.367Z] Removing intermediate container 6b621f8091cf [2021-02-19T00:38:00.367Z] ---> 71f744f9950a [2021-02-19T00:38:00.367Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-19T00:38:00.367Z] Removing intermediate container 0699954eccd4 [2021-02-19T00:38:00.367Z] ---> c5e94a4cb265 [2021-02-19T00:38:00.367Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-19T00:38:00.367Z] Removing intermediate container ba1b91de27c3 [2021-02-19T00:38:00.367Z] ---> 76cc2f9127dd [2021-02-19T00:38:00.367Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-19T00:38:00.645Z] ---> Running in 9c04eaaeeb6b [2021-02-19T00:38:00.645Z] ---> Running in 8d38203b773d [2021-02-19T00:38:00.645Z] ---> Running in 142376cbfc83 [2021-02-19T00:38:00.645Z] ---> Running in ab54e37e3aa6 [2021-02-19T00:38:00.645Z] Removing intermediate container a6260c6390d7 [2021-02-19T00:38:00.645Z] ---> ca9520f1cf92 [2021-02-19T00:38:00.645Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-19T00:38:00.904Z] Removing intermediate container 9c04eaaeeb6b [2021-02-19T00:38:00.904Z] ---> 7cdec1c97a39 [2021-02-19T00:38:00.904Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-19T00:38:00.904Z] Removing intermediate container 8d38203b773d [2021-02-19T00:38:00.904Z] ---> 58b6f15e5673 [2021-02-19T00:38:00.904Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-19T00:38:00.904Z] ---> Running in 0450366a0636 [2021-02-19T00:38:01.167Z] ---> Running in c2f0585e71a0 [2021-02-19T00:38:01.167Z] Removing intermediate container ab54e37e3aa6 [2021-02-19T00:38:01.167Z] ---> c01a4626c2bc [2021-02-19T00:38:01.167Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:38:01.167Z] Removing intermediate container 142376cbfc83 [2021-02-19T00:38:01.167Z] ---> 5b36d473eef0 [2021-02-19T00:38:01.167Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:01.428Z] ---> Running in 36fa27a8c852 [2021-02-19T00:38:01.428Z] ---> Running in 025ede058470 [2021-02-19T00:38:01.428Z] Removing intermediate container 0450366a0636 [2021-02-19T00:38:01.428Z] ---> 036f6ebfd5cc [2021-02-19T00:38:01.428Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:38:01.428Z] ---> Running in e6aa0ce49983 [2021-02-19T00:38:01.690Z] Removing intermediate container c2f0585e71a0 [2021-02-19T00:38:01.690Z] ---> 5544e24789a2 [2021-02-19T00:38:01.690Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:38:01.690Z] ---> Running in 807a6698a5fa [2021-02-19T00:38:01.957Z] ---> Running in 691fe55ce4bd [2021-02-19T00:38:01.958Z] Removing intermediate container 36fa27a8c852 [2021-02-19T00:38:01.958Z] ---> 14abd6d2d85e [2021-02-19T00:38:01.958Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-19T00:38:01.958Z] Removing intermediate container 025ede058470 [2021-02-19T00:38:01.958Z] ---> 17b57f70dd71 [2021-02-19T00:38:01.958Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:38:01.958Z] ---> Running in 8d517a425b0d [2021-02-19T00:38:01.958Z] Removing intermediate container 807a6698a5fa [2021-02-19T00:38:01.958Z] ---> fd20d9ac3f71 [2021-02-19T00:38:01.958Z] Step 15/23 : WORKDIR / [2021-02-19T00:38:02.221Z] ---> Running in b2b0dfa4037e [2021-02-19T00:38:02.482Z] Removing intermediate container 691fe55ce4bd [2021-02-19T00:38:02.482Z] ---> fa48d98ea2c1 [2021-02-19T00:38:02.482Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:38:02.482Z] ---> d97173432cad [2021-02-19T00:38:02.482Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-19T00:38:02.744Z] Removing intermediate container b2b0dfa4037e [2021-02-19T00:38:02.744Z] ---> aa17d8d86698 [2021-02-19T00:38:02.744Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:38:03.687Z] ---> a16b20d6f290 [2021-02-19T00:38:03.688Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-19T00:38:03.952Z] ---> 02c84ebecb98 [2021-02-19T00:38:03.952Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-19T00:38:03.952Z] ---> a922ae9af183 [2021-02-19T00:38:03.952Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-19T00:38:04.213Z] Removing intermediate container e6aa0ce49983 [2021-02-19T00:38:04.213Z] ---> 5aedc1f6f53a [2021-02-19T00:38:04.213Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-19T00:38:04.213Z] ---> 76b3b20cd903 [2021-02-19T00:38:04.213Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-19T00:38:04.213Z] ---> Running in 64baf7184afa [2021-02-19T00:38:04.474Z] ---> ed8561858228 [2021-02-19T00:38:04.474Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-19T00:38:05.049Z] ---> f321f57b2d34 [2021-02-19T00:38:05.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-19T00:38:05.050Z] ---> Running in 50e08c58c7ec [2021-02-19T00:38:05.050Z] Removing intermediate container 8d517a425b0d [2021-02-19T00:38:05.050Z] ---> 94efe784f0d9 [2021-02-19T00:38:05.050Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-19T00:38:05.311Z] ---> Running in 2915eae5aba3 [2021-02-19T00:38:05.311Z] ---> 876ae32e3a93 [2021-02-19T00:38:05.311Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-19T00:38:05.311Z] Removing intermediate container 50e08c58c7ec [2021-02-19T00:38:05.311Z] ---> b03408a2bfdb [2021-02-19T00:38:05.311Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:38:05.311Z] ---> 3a230223b934 [2021-02-19T00:38:05.311Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-19T00:38:05.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:05.572Z] ---> Running in 39674d90191c [2021-02-19T00:38:05.572Z] ---> Running in e22a6b5a04a8 [2021-02-19T00:38:05.572Z] ---> Running in c39ef88a37b6 [2021-02-19T00:38:05.572Z] Removing intermediate container 2915eae5aba3 [2021-02-19T00:38:05.572Z] ---> 5ca8f0cf29eb [2021-02-19T00:38:05.572Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-19T00:38:05.836Z] Removing intermediate container 39674d90191c [2021-02-19T00:38:05.836Z] ---> bc01e4040659 [2021-02-19T00:38:05.836Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:38:06.099Z] Removing intermediate container e22a6b5a04a8 [2021-02-19T00:38:06.099Z] ---> a607441d9711 [2021-02-19T00:38:06.099Z] Step 20/22 : LABEL arch=x86_64 [2021-02-19T00:38:06.099Z] Removing intermediate container c39ef88a37b6 [2021-02-19T00:38:06.099Z] ---> ddf68cf0a73e [2021-02-19T00:38:06.099Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:38:06.099Z] ---> Running in e8c355614a84 [2021-02-19T00:38:06.099Z] ---> Running in 8b96f0c1254d [2021-02-19T00:38:06.099Z] ---> Running in c01b51f0bb4f [2021-02-19T00:38:06.099Z] ---> c0d90088de70 [2021-02-19T00:38:06.099Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-19T00:38:06.361Z] ---> Running in b46983e8359a [2021-02-19T00:38:06.361Z] Removing intermediate container e8c355614a84 [2021-02-19T00:38:06.361Z] ---> 0c54983e364d [2021-02-19T00:38:06.361Z] Step 20/22 : LABEL arch=x86_64 [2021-02-19T00:38:06.625Z] Removing intermediate container 8b96f0c1254d [2021-02-19T00:38:06.625Z] ---> 5a5471527d17 [2021-02-19T00:38:06.625Z] Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:38:06.625Z] Removing intermediate container c01b51f0bb4f [2021-02-19T00:38:06.625Z] ---> b1d8ff40b184 [2021-02-19T00:38:06.625Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:38:06.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:06.625Z] ---> Running in e2f018ff80e2 [2021-02-19T00:38:06.625Z] ---> Running in 422a37ac9c26 [2021-02-19T00:38:06.887Z] ---> Running in 02ceb5e60c75 [2021-02-19T00:38:06.887Z] Removing intermediate container 422a37ac9c26 [2021-02-19T00:38:06.887Z] ---> afb3f3f502a9 [2021-02-19T00:38:06.887Z] Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:38:07.152Z] Removing intermediate container e2f018ff80e2 [2021-02-19T00:38:07.152Z] ---> cd04cbb88056 [2021-02-19T00:38:07.152Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:38:07.152Z] ---> Running in 4202d7b8cf8f [2021-02-19T00:38:07.152Z] Removing intermediate container 02ceb5e60c75 [2021-02-19T00:38:07.152Z] ---> 8c4ca4b2df8c [2021-02-19T00:38:07.152Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:38:07.152Z] ---> Running in 2c0694a7832a [2021-02-19T00:38:07.413Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-19T00:38:07.413Z] ---> Running in 927869733f5c [2021-02-19T00:38:07.413Z] Removing intermediate container 4202d7b8cf8f [2021-02-19T00:38:07.413Z] ---> 2bcaf753cd1c [2021-02-19T00:38:07.413Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:38:07.413Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-19T00:38:07.413Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-19T00:38:07.675Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-19T00:38:07.675Z] ---> Running in 8b4edd455392 [2021-02-19T00:38:07.675Z] Removing intermediate container 2c0694a7832a [2021-02-19T00:38:07.675Z] ---> 16cc9f285fa5 [2021-02-19T00:38:07.675Z] [2021-02-19T00:38:07.675Z] Removing intermediate container 927869733f5c [2021-02-19T00:38:07.675Z] ---> 69b254cf639f [2021-02-19T00:38:07.675Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:38:07.939Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-19T00:38:07.939Z] Successfully built 16cc9f285fa5 [2021-02-19T00:38:07.939Z] ---> Running in e1656d0aee8a [2021-02-19T00:38:07.939Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-19T00:38:07.939Z] Successfully tagged docker-support-notifications-go:latest [2021-02-19T00:38:07.939Z] Building docker-security-secretstore-setup-go [2021-02-19T00:38:07.939Z]  Building docker-support-notifications-go ... done Removing intermediate container 8b4edd455392 [2021-02-19T00:38:07.939Z] ---> 3c79da4f1763 [2021-02-19T00:38:07.939Z] [2021-02-19T00:38:08.204Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:38:08.204Z] OK: 8 MiB in 20 packages [2021-02-19T00:38:08.204Z] Removing intermediate container b46983e8359a [2021-02-19T00:38:08.204Z] ---> dcc6d8a690ef [2021-02-19T00:38:08.204Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:38:08.204Z] Removing intermediate container e1656d0aee8a [2021-02-19T00:38:08.204Z] ---> de6ec7412593 [2021-02-19T00:38:08.204Z] [2021-02-19T00:38:08.204Z] Successfully built 3c79da4f1763 [2021-02-19T00:38:08.465Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-19T00:38:08.465Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-02-19T00:38:08.465Z] Successfully built de6ec7412593 [2021-02-19T00:38:08.731Z] Successfully tagged docker-core-command-go:latest [2021-02-19T00:38:08.731Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-02-19T00:38:08.731Z] ---> ea94b568097f [2021-02-19T00:38:08.731Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-19T00:38:08.993Z] Removing intermediate container 64baf7184afa [2021-02-19T00:38:08.993Z] ---> aaaf38833048 [2021-02-19T00:38:08.993Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:38:12.299Z] ---> 6edc03d29e8a [2021-02-19T00:38:12.299Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-19T00:38:13.243Z] ---> a7cd407185c4 [2021-02-19T00:38:13.243Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-19T00:38:16.548Z] ---> 781905ab48c2 [2021-02-19T00:38:16.548Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-19T00:38:17.945Z] ---> df2dd4823af2 [2021-02-19T00:38:17.945Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-19T00:38:17.945Z] ---> 01e49e8eede0 [2021-02-19T00:38:17.945Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-19T00:38:18.518Z] ---> Running in 05fe3a80ef52 [2021-02-19T00:38:20.460Z] ---> f0db3e3eb35c [2021-02-19T00:38:20.460Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-19T00:38:21.868Z] ---> Running in 2bcc25d0725c [2021-02-19T00:38:21.868Z] Removing intermediate container 05fe3a80ef52 [2021-02-19T00:38:21.868Z] ---> 5ea0ceaad437 [2021-02-19T00:38:21.868Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-19T00:38:26.098Z] Removing intermediate container 2bcc25d0725c [2021-02-19T00:38:26.098Z] ---> 20c9b4416df9 [2021-02-19T00:38:26.098Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:38:26.098Z] ---> 37eeaf972c8a [2021-02-19T00:38:26.098Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-19T00:38:26.650Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-19T00:38:27.047Z] ---> Running in 4f775b104084 [2021-02-19T00:38:28.001Z] ---> Running in cf9d059cccac [2021-02-19T00:38:29.395Z] Removing intermediate container 4f775b104084 [2021-02-19T00:38:29.395Z] ---> 3ee2e0a416f7 [2021-02-19T00:38:29.395Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:38:29.973Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:29.973Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:29.973Z] ---> 62e208322608 [2021-02-19T00:38:29.973Z] Step 3/24 : WORKDIR /edgex-go [2021-02-19T00:38:29.973Z] ---> Using cache [2021-02-19T00:38:29.973Z] ---> 367e62bdd875 [2021-02-19T00:38:29.973Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:29.973Z] ---> Using cache [2021-02-19T00:38:29.973Z] ---> 20cb709cbf79 [2021-02-19T00:38:29.973Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-19T00:38:30.237Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:30.237Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:30.237Z] ---> 62e208322608 [2021-02-19T00:38:30.237Z] Step 3/21 : WORKDIR /edgex-go [2021-02-19T00:38:30.237Z] ---> Using cache [2021-02-19T00:38:30.237Z] ---> 367e62bdd875 [2021-02-19T00:38:30.237Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:30.237Z] ---> Using cache [2021-02-19T00:38:30.237Z] ---> 20cb709cbf79 [2021-02-19T00:38:30.237Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-19T00:38:30.237Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:30.237Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:30.237Z] ---> 62e208322608 [2021-02-19T00:38:30.237Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:38:30.237Z] ---> Using cache [2021-02-19T00:38:30.237Z] ---> 367e62bdd875 [2021-02-19T00:38:30.237Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:30.237Z] ---> Using cache [2021-02-19T00:38:30.237Z] ---> 20cb709cbf79 [2021-02-19T00:38:30.237Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:38:31.632Z] ---> Running in dac8044fa470 [2021-02-19T00:38:31.632Z] ---> Running in 801fee0ce1e7 [2021-02-19T00:38:31.632Z] ---> Running in 150815787dcc [2021-02-19T00:38:31.632Z] ---> Running in e836ca26516b [2021-02-19T00:38:32.203Z] Removing intermediate container dac8044fa470 [2021-02-19T00:38:32.203Z] ---> e8d1ade41c9f [2021-02-19T00:38:32.203Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:38:32.564Z] ---> Running in 1247805d0248 [2021-02-19T00:38:32.853Z] Removing intermediate container 1247805d0248 [2021-02-19T00:38:32.853Z] ---> 1fe4d9f1501e [2021-02-19T00:38:32.853Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:38:32.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:32.853Z] ---> Running in 3f30ab63d5e2 [2021-02-19T00:38:32.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:32.853Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:32.853Z] Removing intermediate container cf9d059cccac [2021-02-19T00:38:32.853Z] ---> 251859b52b41 [2021-02-19T00:38:32.853Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-19T00:38:33.116Z] Removing intermediate container 3f30ab63d5e2 [2021-02-19T00:38:33.116Z] ---> dcee95113bfc [2021-02-19T00:38:33.116Z] [2021-02-19T00:38:33.116Z] ---> Running in 59ef703b34c1 [2021-02-19T00:38:33.116Z] Successfully built dcee95113bfc [2021-02-19T00:38:33.116Z] Successfully tagged docker-core-data-go:latest [2021-02-19T00:38:33.116Z]  Building docker-core-data-go ... done Building docker-sys-mgmt-agent-go [2021-02-19T00:38:33.377Z] Removing intermediate container 59ef703b34c1 [2021-02-19T00:38:33.377Z] ---> 28036650b938 [2021-02-19T00:38:33.377Z] Step 27/30 : CMD ["gate"] [2021-02-19T00:38:33.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:33.644Z] ---> Running in 73153b1355b8 [2021-02-19T00:38:33.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:33.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:33.910Z] Removing intermediate container 73153b1355b8 [2021-02-19T00:38:33.910Z] ---> 9d0b6bea1fd8 [2021-02-19T00:38:33.910Z] Step 28/30 : LABEL arch=x86_64 [2021-02-19T00:38:33.910Z] OK: 233 MiB in 51 packages [2021-02-19T00:38:34.176Z] OK: 233 MiB in 51 packages [2021-02-19T00:38:34.176Z] OK: 233 MiB in 51 packages [2021-02-19T00:38:34.176Z] ---> Running in 6e6b050fb1eb [2021-02-19T00:38:36.099Z] Removing intermediate container 6e6b050fb1eb [2021-02-19T00:38:36.099Z] ---> 601d4df2c39a [2021-02-19T00:38:36.099Z] Step 29/30 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:38:37.047Z] ---> Running in fbc802dd35c8 [2021-02-19T00:38:37.047Z] Removing intermediate container 801fee0ce1e7 [2021-02-19T00:38:37.047Z] ---> 82c528cae14d [2021-02-19T00:38:37.047Z] Step 6/23 : COPY go.mod . [2021-02-19T00:38:37.047Z] Removing intermediate container e836ca26516b [2021-02-19T00:38:37.047Z] ---> 6a31efb48597 [2021-02-19T00:38:37.047Z] Step 6/21 : COPY go.mod . [2021-02-19T00:38:37.624Z] Removing intermediate container 150815787dcc [2021-02-19T00:38:37.624Z] ---> baa5b08211d8 [2021-02-19T00:38:37.624Z] Step 6/24 : COPY go.mod . [2021-02-19T00:38:38.197Z] ---> 7d545a157da3 [2021-02-19T00:38:38.197Z] Step 7/21 : RUN go mod download [2021-02-19T00:38:38.197Z] Removing intermediate container fbc802dd35c8 [2021-02-19T00:38:38.197Z] ---> 8b7056b87793 [2021-02-19T00:38:38.197Z] Step 30/30 : LABEL version=0.0.0 [2021-02-19T00:38:38.197Z] ---> 7051143ed026 [2021-02-19T00:38:38.197Z] Step 7/23 : RUN go mod download [2021-02-19T00:38:39.145Z] ---> Running in f7203a930aec [2021-02-19T00:38:39.145Z] ---> 919d82e8fb80 [2021-02-19T00:38:39.145Z] Step 7/24 : RUN go mod download [2021-02-19T00:38:39.145Z] ---> Running in d5a0a478f9a9 [2021-02-19T00:38:39.720Z] ---> Running in 888bf6f2210c [2021-02-19T00:38:40.295Z] ---> Running in 58ba41ec5f30 [2021-02-19T00:38:41.709Z] Removing intermediate container 888bf6f2210c [2021-02-19T00:38:41.709Z] ---> 2686fcce8085 [2021-02-19T00:38:41.709Z] [2021-02-19T00:38:41.982Z] Successfully built 2686fcce8085 [2021-02-19T00:38:41.982Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-19T00:38:44.766Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:38:44.766Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:38:44.766Z] ---> 62e208322608 [2021-02-19T00:38:44.766Z] Step 3/26 : WORKDIR /edgex-go [2021-02-19T00:38:44.766Z] ---> Using cache [2021-02-19T00:38:44.766Z] ---> 367e62bdd875 [2021-02-19T00:38:44.766Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:38:44.766Z] ---> Using cache [2021-02-19T00:38:44.766Z] ---> 20cb709cbf79 [2021-02-19T00:38:44.766Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-19T00:38:44.766Z] ---> Running in 5f1b9023afc6 [2021-02-19T00:38:45.029Z] Removing intermediate container 58ba41ec5f30 [2021-02-19T00:38:45.029Z] ---> f0fed8905cc6 [2021-02-19T00:38:45.029Z] Step 8/24 : COPY . . [2021-02-19T00:38:45.290Z] Removing intermediate container f7203a930aec [2021-02-19T00:38:45.290Z] ---> fbe30668624b [2021-02-19T00:38:45.291Z] Step 8/21 : COPY . . [2021-02-19T00:38:45.291Z] Removing intermediate container d5a0a478f9a9 [2021-02-19T00:38:45.291Z] ---> b66c2f0917da [2021-02-19T00:38:45.291Z] Step 8/23 : COPY . . [2021-02-19T00:38:45.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:46.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:38:46.725Z] OK: 233 MiB in 51 packages [2021-02-19T00:38:56.749Z] Removing intermediate container 5f1b9023afc6 [2021-02-19T00:38:56.749Z] ---> de0fb997c2d7 [2021-02-19T00:38:56.749Z] Step 6/26 : COPY go.mod . [2021-02-19T00:39:02.130Z] ---> 0deaac8f2012 [2021-02-19T00:39:02.130Z] Step 7/26 : RUN go mod download [2021-02-19T00:39:04.059Z] ---> Running in b038cf0667bc [2021-02-19T00:39:10.670Z] Removing intermediate container b038cf0667bc [2021-02-19T00:39:10.670Z] ---> 54d23f7e2527 [2021-02-19T00:39:10.670Z] Step 8/26 : COPY . . [2021-02-19T00:39:15.993Z] ---> f668f5514810 [2021-02-19T00:39:15.993Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-19T00:39:15.993Z] ---> 8a28e7198591 [2021-02-19T00:39:15.993Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-19T00:39:15.993Z] ---> 79dcb282556a [2021-02-19T00:39:15.993Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-19T00:39:15.993Z] ---> Running in 57faa1552e8b [2021-02-19T00:39:15.993Z] ---> Running in a5fd78adc051 [2021-02-19T00:39:15.993Z] ---> Running in 96f6291d4e29 [2021-02-19T00:39:17.929Z] 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-02-19T00:39:17.929Z] 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-02-19T00:39:17.929Z] 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-02-19T00:39:23.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-19T00:39:23.247Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-19T00:39:30.761Z] ---> 366624c199f6 [2021-02-19T00:39:30.761Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-19T00:39:30.761Z] ---> Running in 6527fc1871de [2021-02-19T00:39:30.761Z] 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-02-19T00:39:31.553Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-19T00:39:31.553Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-19T00:39:34.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-19T00:39:34.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-19T00:39:34.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-19T00:39:34.197Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-19T00:39:36.201Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-19T00:39:38.191Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-19T00:39:40.829Z] 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-02-19T00:39:40.829Z] 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-02-19T00:39:46.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-19T00:39:46.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-19T00:39:46.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-19T00:39:49.052Z] Removing intermediate container 96f6291d4e29 [2021-02-19T00:39:49.052Z] ---> aab9f76173ed [2021-02-19T00:39:49.052Z] [2021-02-19T00:39:49.052Z] Step 10/21 : FROM alpine:3.12 [2021-02-19T00:39:49.052Z] ---> 389fef711851 [2021-02-19T00:39:49.052Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-19T00:39:49.052Z] Removing intermediate container 57faa1552e8b [2021-02-19T00:39:49.052Z] ---> 17a5a46dcf84 [2021-02-19T00:39:49.052Z] [2021-02-19T00:39:49.052Z] Step 10/24 : FROM alpine:3.12 [2021-02-19T00:39:49.052Z] ---> 389fef711851 [2021-02-19T00:39:49.052Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-19T00:39:50.456Z] ---> Running in e797df7b0e0d [2021-02-19T00:39:50.456Z] ---> Running in ec2357c8da99 [2021-02-19T00:39:51.026Z] Removing intermediate container a5fd78adc051 [2021-02-19T00:39:51.026Z] ---> c0364866bb39 [2021-02-19T00:39:51.026Z] [2021-02-19T00:39:51.026Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:39:51.026Z] ---> 389fef711851 [2021-02-19T00:39:51.026Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:39:51.026Z] ---> Using cache [2021-02-19T00:39:51.026Z] ---> 1a9945f4111d [2021-02-19T00:39:51.026Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:39:51.026Z] ---> Using cache [2021-02-19T00:39:51.026Z] ---> 7cdec1c97a39 [2021-02-19T00:39:51.026Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-19T00:39:51.294Z] ---> Running in c61e91703f7c [2021-02-19T00:39:51.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:51.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:51.821Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-19T00:39:51.821Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:39:51.821Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-19T00:39:51.821Z] (4/4) Installing curl (7.69.1-r3) [2021-02-19T00:39:51.821Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:52.090Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:39:52.090Z] OK: 7 MiB in 18 packages [2021-02-19T00:39:52.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:52.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:39:52.351Z] Removing intermediate container c61e91703f7c [2021-02-19T00:39:52.351Z] ---> b9bdff36333a [2021-02-19T00:39:52.351Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:39:52.351Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-19T00:39:52.351Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:39:52.351Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-19T00:39:52.351Z] (4/5) Installing curl (7.69.1-r3) [2021-02-19T00:39:52.351Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-19T00:39:52.351Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:39:52.351Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:39:52.610Z] OK: 7 MiB in 19 packages [2021-02-19T00:39:53.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.433s coverage: 45.9% of statements [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-19T00:39:53.249Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-19T00:39:53.249Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.273s coverage: 100.0% of statements [2021-02-19T00:39:53.995Z] ---> Running in 684dcb572dd6 [2021-02-19T00:39:53.995Z] Removing intermediate container 6527fc1871de [2021-02-19T00:39:53.995Z] ---> 27f37a1c902e [2021-02-19T00:39:53.995Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-19T00:39:54.256Z] ---> Running in 0d10f3c02804 [2021-02-19T00:39:54.518Z] Removing intermediate container 684dcb572dd6 [2021-02-19T00:39:54.518Z] ---> d4c46604cd9f [2021-02-19T00:39:54.518Z] Step 15/23 : WORKDIR / [2021-02-19T00:39:55.458Z] ---> Running in 486f127787d1 [2021-02-19T00:39:55.718Z] Removing intermediate container e797df7b0e0d [2021-02-19T00:39:55.718Z] ---> f7ebe00a962c [2021-02-19T00:39:55.718Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:39:55.718Z] Removing intermediate container ec2357c8da99 [2021-02-19T00:39:55.718Z] ---> b450f77a8c85 [2021-02-19T00:39:55.718Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:39:55.718Z] 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-02-19T00:39:55.983Z] ---> Running in e4fc81b6ae9e [2021-02-19T00:39:55.983Z] ---> Running in 535f2eadcff0 [2021-02-19T00:39:55.983Z] Removing intermediate container 486f127787d1 [2021-02-19T00:39:55.983Z] ---> 850bbd07fb3c [2021-02-19T00:39:55.983Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:39:56.256Z] Removing intermediate container e4fc81b6ae9e [2021-02-19T00:39:56.256Z] ---> c3fd047f775d [2021-02-19T00:39:56.256Z] Step 13/21 : WORKDIR /edgex [2021-02-19T00:39:56.256Z] Removing intermediate container 535f2eadcff0 [2021-02-19T00:39:56.256Z] ---> deae0985179d [2021-02-19T00:39:56.256Z] Step 13/24 : WORKDIR / [2021-02-19T00:39:56.256Z] ---> Running in e6e748e5b9c0 [2021-02-19T00:39:56.256Z] ---> Running in ed3027a99b54 [2021-02-19T00:39:56.256Z] ---> 55a5ddd0b88f [2021-02-19T00:39:56.256Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-19T00:39:56.523Z] Removing intermediate container e6e748e5b9c0 [2021-02-19T00:39:56.523Z] ---> 148356539529 [2021-02-19T00:39:56.523Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-19T00:39:56.523Z] Removing intermediate container ed3027a99b54 [2021-02-19T00:39:56.523Z] ---> a8c17bbbc5a5 [2021-02-19T00:39:56.523Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-19T00:39:57.108Z] ---> 3f0bddc48fc4 [2021-02-19T00:39:57.108Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-19T00:39:57.108Z] ---> 624702a4ac53 [2021-02-19T00:39:57.108Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-19T00:39:57.108Z] ---> fc762ac2ac50 [2021-02-19T00:39:57.108Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:57.108Z] Removing intermediate container 0d10f3c02804 [2021-02-19T00:39:57.108Z] ---> ef51badb2c95 [2021-02-19T00:39:57.108Z] [2021-02-19T00:39:57.108Z] Step 11/26 : FROM docker:20.10.0 [2021-02-19T00:39:57.108Z] 20.10.0: Pulling from library/docker [2021-02-19T00:39:57.372Z] ---> 371f344abe01 [2021-02-19T00:39:57.372Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-19T00:39:57.372Z] ---> ebf771017af2 [2021-02-19T00:39:57.372Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-19T00:39:58.759Z] ---> Running in c2126de86f51 [2021-02-19T00:39:58.759Z] ---> c349fe7750f7 [2021-02-19T00:39:58.759Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-19T00:39:58.759Z] ---> 508903a3b1da [2021-02-19T00:39:58.759Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-19T00:39:59.026Z] Removing intermediate container c2126de86f51 [2021-02-19T00:39:59.026Z] ---> a55f1c669453 [2021-02-19T00:39:59.026Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:39:59.599Z] ---> Running in 149ee2f02c7f [2021-02-19T00:39:59.599Z] ---> be1ec0d754fb [2021-02-19T00:39:59.599Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-19T00:39:59.599Z] ---> 20c258ea94bd [2021-02-19T00:39:59.599Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-19T00:39:59.599Z] ---> Running in 9df1a604b8ee [2021-02-19T00:39:59.862Z] Removing intermediate container 149ee2f02c7f [2021-02-19T00:39:59.862Z] ---> 566ab077160f [2021-02-19T00:39:59.862Z] Step 21/23 : LABEL arch=x86_64 [2021-02-19T00:39:59.862Z] ---> Running in 47ee518c973c [2021-02-19T00:39:59.862Z] Removing intermediate container 9df1a604b8ee [2021-02-19T00:39:59.862Z] ---> f5bb45222718 [2021-02-19T00:39:59.862Z] Step 18/21 : CMD ["--init=true"] [2021-02-19T00:39:59.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.1% of statements [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-19T00:39:59.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-19T00:39:59.981Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.110s coverage: 100.0% of statements [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-19T00:39:59.981Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-19T00:40:00.128Z] ---> Running in 7676c07d19b8 [2021-02-19T00:40:00.128Z] ---> b260a31f2a2f [2021-02-19T00:40:00.128Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-19T00:40:00.128Z] Removing intermediate container 47ee518c973c [2021-02-19T00:40:00.128Z] ---> abd3abd96bee [2021-02-19T00:40:00.128Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:40:00.388Z] ---> Running in 64a02dc3ce48 [2021-02-19T00:40:00.388Z] Removing intermediate container 7676c07d19b8 [2021-02-19T00:40:00.388Z] ---> 86c129959e8d [2021-02-19T00:40:00.388Z] Step 19/21 : LABEL arch=x86_64 [2021-02-19T00:40:00.661Z] ---> Running in 535dd1db66a8 [2021-02-19T00:40:01.241Z] ---> dca9c3db5267 [2021-02-19T00:40:01.241Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-19T00:40:01.241Z] Removing intermediate container 64a02dc3ce48 [2021-02-19T00:40:01.241Z] ---> aa8a497bdbe9 [2021-02-19T00:40:01.241Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:40:01.241Z] ---> Running in bc115f9a3abd [2021-02-19T00:40:01.241Z] Removing intermediate container 535dd1db66a8 [2021-02-19T00:40:01.241Z] ---> 476fb138514e [2021-02-19T00:40:01.241Z] Step 20/21 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:40:01.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.231s coverage: 65.8% of statements [2021-02-19T00:40:01.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-19T00:40:01.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-19T00:40:01.557Z] ---> Running in 3b48a7cd5d4f [2021-02-19T00:40:01.558Z] ---> Running in 41f93f1d7552 [2021-02-19T00:40:01.827Z] Removing intermediate container 3b48a7cd5d4f [2021-02-19T00:40:01.827Z] ---> 6137469d05e8 [2021-02-19T00:40:01.827Z] [2021-02-19T00:40:01.827Z] Removing intermediate container 41f93f1d7552 [2021-02-19T00:40:01.827Z] ---> 8c8b485fa835 [2021-02-19T00:40:01.827Z] Step 21/21 : LABEL version=0.0.0 [2021-02-19T00:40:02.097Z] Successfully built 6137469d05e8 [2021-02-19T00:40:02.097Z] Successfully tagged docker-core-metadata-go:latest [2021-02-19T00:40:02.097Z]  Building docker-core-metadata-go ... done  ---> Running in a11b782d8c6d [2021-02-19T00:40:02.368Z] Removing intermediate container a11b782d8c6d [2021-02-19T00:40:02.368Z] ---> 554a56f94c3c [2021-02-19T00:40:02.368Z] [2021-02-19T00:40:02.630Z] Successfully built 554a56f94c3c [2021-02-19T00:40:02.630Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-19T00:40:03.204Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bc115f9a3abd [2021-02-19T00:40:03.204Z] ---> c699eeaf5c13 [2021-02-19T00:40:03.204Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-19T00:40:03.204Z] ---> Running in e8e177834d77 [2021-02-19T00:40:03.204Z] Removing intermediate container e8e177834d77 [2021-02-19T00:40:03.204Z] ---> 32fd67b5468c [2021-02-19T00:40:03.204Z] Step 22/24 : LABEL arch=x86_64 [2021-02-19T00:40:03.450Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.843s coverage: 82.3% of statements [2021-02-19T00:40:03.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-19T00:40:03.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:40:03.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-19T00:40:03.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-19T00:40:03.465Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T00:40:03.465Z] ---> Running in 8617d790ac7f [2021-02-19T00:40:03.465Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T00:40:03.465Z] ---> aefe523efa57 [2021-02-19T00:40:03.465Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-19T00:40:03.465Z] ---> Running in eb12d82b331c [2021-02-19T00:40:03.729Z] Removing intermediate container 8617d790ac7f [2021-02-19T00:40:03.729Z] ---> 906e17140c60 [2021-02-19T00:40:03.729Z] Step 23/24 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:40:03.729Z] ---> Running in 846ed81d1878 [2021-02-19T00:40:03.991Z] Removing intermediate container 846ed81d1878 [2021-02-19T00:40:03.991Z] ---> d67da9950501 [2021-02-19T00:40:03.991Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T00:40:03.991Z] ---> Running in a05a425145e7 [2021-02-19T00:40:03.991Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:04.252Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:04.252Z] Removing intermediate container a05a425145e7 [2021-02-19T00:40:04.252Z] ---> d5b581fd1485 [2021-02-19T00:40:04.252Z] [2021-02-19T00:40:04.252Z] (1/2) Installing readline (8.0.4-r0) [2021-02-19T00:40:04.252Z] (2/2) Installing bash (5.0.17-r0) [2021-02-19T00:40:04.252Z] Executing bash-5.0.17-r0.post-install [2021-02-19T00:40:04.252Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:40:04.252Z] Successfully built d5b581fd1485 [2021-02-19T00:40:04.252Z] OK: 12 MiB in 22 packages [2021-02-19T00:40:04.513Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-19T00:40:05.896Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container eb12d82b331c [2021-02-19T00:40:05.896Z] ---> 2afb0e29412e [2021-02-19T00:40:05.896Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-19T00:40:05.896Z] ---> Running in a5ddf0c3b83d [2021-02-19T00:40:05.896Z] Removing intermediate container a5ddf0c3b83d [2021-02-19T00:40:05.896Z] ---> 2fc134c1c0a7 [2021-02-19T00:40:05.896Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-19T00:40:05.896Z] ---> Running in 438863802c56 [2021-02-19T00:40:06.157Z] Removing intermediate container 438863802c56 [2021-02-19T00:40:06.157Z] ---> 8fec753ed7b9 [2021-02-19T00:40:06.157Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-19T00:40:06.157Z] ---> Running in 933a34c2776a [2021-02-19T00:40:06.418Z] Removing intermediate container 933a34c2776a [2021-02-19T00:40:06.418Z] ---> 0207943348f0 [2021-02-19T00:40:06.418Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-19T00:40:06.989Z] ---> fed155440072 [2021-02-19T00:40:06.989Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-19T00:40:06.989Z] ---> 3313a2eb40ae [2021-02-19T00:40:06.989Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-19T00:40:07.265Z] ---> a84f9be03680 [2021-02-19T00:40:07.265Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-19T00:40:07.596Z] ---> Running in 219ce9097545 [2021-02-19T00:40:07.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:07.877Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:08.142Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-19T00:40:08.142Z] (2/33) Installing expat (2.2.9-r1) [2021-02-19T00:40:08.142Z] (3/33) Installing libffi (3.3-r2) [2021-02-19T00:40:08.142Z] (4/33) Installing gdbm (1.13-r1) [2021-02-19T00:40:08.142Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-19T00:40:08.142Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-19T00:40:08.142Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-19T00:40:09.088Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-19T00:40:09.088Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-19T00:40:09.088Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-19T00:40:09.088Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-19T00:40:09.088Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-19T00:40:09.088Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-19T00:40:09.088Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-19T00:40:09.088Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-19T00:40:09.088Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-19T00:40:09.088Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-19T00:40:09.088Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-19T00:40:09.088Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-19T00:40:09.088Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-19T00:40:09.088Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-19T00:40:09.088Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-19T00:40:09.088Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-19T00:40:09.348Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-19T00:40:09.348Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-19T00:40:09.348Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-19T00:40:09.348Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-19T00:40:09.348Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-19T00:40:09.348Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-19T00:40:09.348Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-19T00:40:09.348Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-19T00:40:09.348Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-19T00:40:09.348Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-19T00:40:09.348Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:40:09.348Z] OK: 71 MiB in 55 packages [2021-02-19T00:40:10.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.227s coverage: 28.6% of statements [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-19T00:40:10.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.196s coverage: 100.0% of statements [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-19T00:40:10.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-19T00:40:10.207Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.331s coverage: 86.7% of statements [2021-02-19T00:40:10.207Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-19T00:40:12.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.605s coverage: 97.5% of statements [2021-02-19T00:40:12.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-19T00:40:12.213Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements [2021-02-19T00:40:12.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-19T00:40:12.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-19T00:40:12.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-19T00:40:12.213Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-19T00:40:17.512Z] Removing intermediate container 219ce9097545 [2021-02-19T00:40:17.513Z] ---> 48a8365bd0b2 [2021-02-19T00:40:17.513Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-19T00:40:17.513Z] ---> Running in f293cac4a9bc [2021-02-19T00:40:18.452Z] Collecting docker-compose==1.23.2 [2021-02-19T00:40:18.452Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-19T00:40:18.712Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-19T00:40:18.713Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-19T00:40:18.713Z] Collecting docopt<0.7,>=0.6.1 [2021-02-19T00:40:18.713Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-19T00:40:19.654Z] Collecting PyYAML<4,>=3.10 [2021-02-19T00:40:19.654Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-19T00:40:20.228Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-19T00:40:20.228Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-19T00:40:20.806Z] 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-02-19T00:40:20.806Z] Collecting jsonschema<3,>=2.5.1 [2021-02-19T00:40:20.806Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-19T00:40:20.806Z] Collecting cached-property<2,>=1.2.0 [2021-02-19T00:40:20.806Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-19T00:40:20.806Z] Collecting texttable<0.10,>=0.9.0 [2021-02-19T00:40:20.806Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-19T00:40:21.379Z] Collecting docker<4.0,>=3.6.0 [2021-02-19T00:40:21.379Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-19T00:40:21.650Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-19T00:40:21.650Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-19T00:40:21.912Z] Collecting docker-pycreds>=0.4.0 [2021-02-19T00:40:21.912Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-19T00:40:21.912Z] 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-02-19T00:40:21.912Z] 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-02-19T00:40:21.912Z] Collecting idna<2.8,>=2.5 [2021-02-19T00:40:21.912Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-19T00:40:22.174Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-19T00:40:22.174Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-19T00:40:22.174Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-19T00:40:22.174Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-19T00:40:22.174Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-19T00:40:22.174Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-19T00:40:22.174Z] Installing collected packages: websocket-client, docopt, PyYAML, dockerpty, jsonschema, cached-property, texttable, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.394s coverage: 92.8% of statements [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-19T00:40:22.383Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.072s coverage: 45.5% of statements [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.150s coverage: 79.5% of statements [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.115s coverage: 96.3% of statements [2021-02-19T00:40:22.383Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.081s coverage: 87.5% of statements [2021-02-19T00:40:22.436Z] Running setup.py install for docopt: started [2021-02-19T00:40:22.698Z] Running setup.py install for docopt: finished with status 'done' [2021-02-19T00:40:22.958Z] Running setup.py install for PyYAML: started [2021-02-19T00:40:23.219Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-19T00:40:23.219Z] Running setup.py install for dockerpty: started [2021-02-19T00:40:23.789Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-19T00:40:23.789Z] Running setup.py install for texttable: started [2021-02-19T00:40:24.365Z] Running setup.py install for texttable: finished with status 'done' [2021-02-19T00:40:24.365Z] Attempting uninstall: idna [2021-02-19T00:40:24.365Z] Found existing installation: idna 2.9 [2021-02-19T00:40:24.365Z] Uninstalling idna-2.9: [2021-02-19T00:40:24.365Z] Successfully uninstalled idna-2.9 [2021-02-19T00:40:24.625Z] Attempting uninstall: urllib3 [2021-02-19T00:40:24.625Z] Found existing installation: urllib3 1.25.9 [2021-02-19T00:40:24.625Z] Uninstalling urllib3-1.25.9: [2021-02-19T00:40:24.625Z] Successfully uninstalled urllib3-1.25.9 [2021-02-19T00:40:24.886Z] Attempting uninstall: requests [2021-02-19T00:40:24.886Z] Found existing installation: requests 2.23.0 [2021-02-19T00:40:24.886Z] Uninstalling requests-2.23.0: [2021-02-19T00:40:24.886Z] Successfully uninstalled requests-2.23.0 [2021-02-19T00:40:25.458Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-19T00:40:28.761Z] Removing intermediate container f293cac4a9bc [2021-02-19T00:40:28.762Z] ---> c01975e2478b [2021-02-19T00:40:28.762Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-19T00:40:28.762Z] ---> Running in bf71f470c093 [2021-02-19T00:40:29.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:29.022Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-19T00:40:29.282Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:40:29.282Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-19T00:40:29.282Z] (3/3) Installing curl (7.69.1-r3) [2021-02-19T00:40:29.282Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:40:29.282Z] OK: 72 MiB in 58 packages [2021-02-19T00:40:29.853Z] Removing intermediate container bf71f470c093 [2021-02-19T00:40:29.853Z] ---> b4bf12e7a88e [2021-02-19T00:40:29.853Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-19T00:40:29.853Z] ---> Running in 235cb26f3ec2 [2021-02-19T00:40:29.853Z] Removing intermediate container 235cb26f3ec2 [2021-02-19T00:40:29.853Z] ---> 508c5c3cfacf [2021-02-19T00:40:29.853Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:40:30.113Z] ---> Running in 0229c42cbe8e [2021-02-19T00:40:30.113Z] Removing intermediate container 0229c42cbe8e [2021-02-19T00:40:30.113Z] ---> 4230d9bed3b0 [2021-02-19T00:40:30.113Z] Step 24/26 : LABEL arch=x86_64 [2021-02-19T00:40:30.373Z] ---> Running in 1d78aeb96ff3 [2021-02-19T00:40:30.373Z] Removing intermediate container 1d78aeb96ff3 [2021-02-19T00:40:30.373Z] ---> c284652eb7af [2021-02-19T00:40:30.373Z] Step 25/26 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:40:30.373Z] ---> Running in 7a1a3ad973be [2021-02-19T00:40:30.632Z] Removing intermediate container 7a1a3ad973be [2021-02-19T00:40:30.632Z] ---> aa01df959268 [2021-02-19T00:40:30.632Z] Step 26/26 : LABEL version=0.0.0 [2021-02-19T00:40:30.632Z] ---> Running in 2ebaa02d2795 [2021-02-19T00:40:30.893Z] Removing intermediate container 2ebaa02d2795 [2021-02-19T00:40:30.893Z] ---> d944c185a394 [2021-02-19T00:40:30.893Z] [2021-02-19T00:40:30.893Z] Successfully built d944c185a394 [2021-02-19T00:40:30.893Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-19T00:40:31.164Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-19T00:40:31.184Z] $ docker stop --time=1 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 [2021-02-19T00:40:32.655Z] $ docker rm -f 2d6d60431dc020cd1c514d883d55ce40f515ebefec62562ff1f9258e82570ff1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:40:33.149Z] + docker images [2021-02-19T00:40:33.149Z] + grep docker [2021-02-19T00:40:33.411Z] docker-sys-mgmt-agent-go latest d944c185a394 3 seconds ago 313MB [2021-02-19T00:40:33.411Z] docker-security-secretstore-setup-go latest d5b581fd1485 29 seconds ago 24.9MB [2021-02-19T00:40:33.411Z] docker-security-proxy-setup-go latest 554a56f94c3c 31 seconds ago 24.7MB [2021-02-19T00:40:33.411Z] docker-core-metadata-go latest 6137469d05e8 32 seconds ago 19MB [2021-02-19T00:40:33.411Z] docker-security-bootstrapper-go latest 2686fcce8085 About a minute ago 18.2MB [2021-02-19T00:40:33.411Z] docker-core-data-go latest dcee95113bfc 2 minutes ago 22.4MB [2021-02-19T00:40:33.411Z] docker-core-command-go latest de6ec7412593 2 minutes ago 17.1MB [2021-02-19T00:40:33.411Z] docker-support-notifications-go latest 16cc9f285fa5 2 minutes ago 17.7MB [2021-02-19T00:40:33.411Z] docker-support-scheduler-go latest 3c79da4f1763 2 minutes ago 17.2MB [2021-02-19T00:40:33.411Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-19T00:40:34.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.083s coverage: 94.4% of statements [2021-02-19T00:40:34.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-19T00:40:49.067Z] Still waiting to schedule task [2021-02-19T00:40:49.068Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-19T00:40:50.062Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.164s coverage: 92.9% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.074s coverage: 77.8% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.2% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.659s coverage: 63.5% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2021-02-19T00:40:50.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.729s coverage: 68.9% of statements [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-19T00:40:50.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-19T00:40:52.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.399s coverage: 37.0% of statements [2021-02-19T00:40:52.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-19T00:40:52.696Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-19T00:40:52.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.783s coverage: 84.0% of statements [2021-02-19T00:40:52.696Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements [2021-02-19T00:40:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.455s coverage: 47.0% of statements [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-19T00:40:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.146s coverage: 100.0% of statements [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-19T00:40:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.142s coverage: 100.0% of statements [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-19T00:40:59.435Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.369s coverage: 89.4% of statements [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:40:59.435Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-19T00:41:09.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.411s coverage: 29.1% of statements [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-19T00:41:09.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.223s coverage: 99.0% of statements [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-19T00:41:09.624Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.091s coverage: 100.0% of statements [2021-02-19T00:41:09.624Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.189s coverage: 100.0% of statements [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.091s coverage: 87.9% of statements [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-19T00:41:09.625Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements [2021-02-19T00:41:09.625Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.074s coverage: 100.0% of statements [2021-02-19T00:41:09.625Z] GO111MODULE=on go vet ./... [2021-02-19T00:42:31.431Z] gofmt -l . [2021-02-19T00:42:31.431Z] [ "`gofmt -l .`" = "" ] [2021-02-19T00:42:32.404Z] ./bin/test-go-mod-tidy.sh [2021-02-19T00:42:33.384Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-19T00:42:35.480Z] + ls -al . [2021-02-19T00:42:35.480Z] total 736 [2021-02-19T00:42:35.480Z] drwxrwxr-x 9 1001 1001 4096 Feb 19 00:42 . [2021-02-19T00:42:35.480Z] drwxr-xr-x 4 root root 4096 Feb 19 00:37 .. [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 11 Feb 19 00:36 .dockerignore [2021-02-19T00:42:35.480Z] drwxrwxr-x 8 1001 1001 4096 Feb 19 00:36 .git [2021-02-19T00:42:35.480Z] drwxrwxr-x 3 1001 1001 4096 Feb 19 00:36 .github [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 818 Feb 19 00:36 .gitignore [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 166 Feb 19 00:36 .sonarcloud.properties [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 8475 Feb 19 00:36 Attribution.txt [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 3804 Feb 19 00:36 CONTRIBUTING.md [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 931 Feb 19 00:36 Dockerfile.build [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 863 Feb 19 00:36 Jenkinsfile [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 10775 Feb 19 00:36 LICENSE [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 5774 Feb 19 00:36 Makefile [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 6524 Feb 19 00:36 README.md [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 6755 Feb 19 00:36 SECURITY.md [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 5 Feb 19 00:32 VERSION [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 4131 Feb 19 00:36 ZMQWindows.md [2021-02-19T00:42:35.480Z] drwxrwxr-x 2 1001 1001 4096 Feb 19 00:36 bin [2021-02-19T00:42:35.480Z] drwxrwxr-x 14 1001 1001 4096 Feb 19 00:36 cmd [2021-02-19T00:42:35.480Z] -rw-r--r-- 1 root root 597520 Feb 19 00:41 coverage.out [2021-02-19T00:42:35.480Z] -rw-r--r-- 1 root root 1055 Feb 19 00:42 go.mod [2021-02-19T00:42:35.480Z] -rw-r--r-- 1 root root 21638 Feb 19 00:42 go.sum [2021-02-19T00:42:35.480Z] drwxrwxr-x 8 1001 1001 4096 Feb 19 00:36 internal [2021-02-19T00:42:35.480Z] drwxrwxr-x 4 1001 1001 4096 Feb 19 00:36 openapi [2021-02-19T00:42:35.480Z] drwxrwxr-x 4 1001 1001 4096 Feb 19 00:36 snap [2021-02-19T00:42:35.480Z] -rw-rw-r-- 1 1001 1001 168 Feb 19 00:36 version.go [Pipeline] sh [2021-02-19T00:42:36.138Z] + '[' -e coverage.out ] [2021-02-19T00:42:36.138Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-19T00:42:36.202Z] Warning: overwriting stash ‘coverage-report’ [2021-02-19T00:42:37.380Z] Stashed 1 file(s) [Pipeline] sh [2021-02-19T00:42:38.042Z] + make build [2021-02-19T00:42:38.042Z] 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-02-19T00:42:45.053Z] Running on prd-ubuntu18.04-docker-8c-8g-26871 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws [2021-02-19T00:42:45.117Z] Running in /w/workspace/edgex-go/66 [Pipeline] { [Pipeline] checkout [2021-02-19T00:42:47.330Z] using credential edgex-jenkins-ssh [2021-02-19T00:42:47.379Z] Cloning the remote Git repository [2021-02-19T00:42:47.404Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:42:47.465Z] > git init /w/workspace/edgex-go/66 # timeout=10 [2021-02-19T00:42:47.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:42:47.494Z] > git --version # timeout=10 [2021-02-19T00:42:47.500Z] > git --version # 'git version 2.17.1' [2021-02-19T00:42:47.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:42:47.525Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:42:50.430Z] 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-02-19T00:42:53.087Z] Merging remotes/origin/master commit 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 [2021-02-19T00:42:53.402Z] Merge succeeded, producing 87efae8899e82b8b1d432e8ef2283b0577a905e3 [2021-02-19T00:42:53.402Z] Checking out Revision 87efae8899e82b8b1d432e8ef2283b0577a905e3 (PR-2858) [2021-02-19T00:42:52.394Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:42:52.401Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-19T00:42:52.411Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-19T00:42:52.421Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-19T00:42:52.421Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:42:52.426Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-19T00:42:53.100Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:42:53.106Z] > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 [2021-02-19T00:42:53.181Z] > git remote # timeout=10 [2021-02-19T00:42:53.188Z] > git config --get remote.origin.url # timeout=10 [2021-02-19T00:42:53.193Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-19T00:42:53.197Z] > git merge 2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33 # timeout=10 [2021-02-19T00:42:53.399Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-19T00:42:53.409Z] > git config core.sparsecheckout # timeout=10 [2021-02-19T00:42:53.415Z] > git checkout -f 87efae8899e82b8b1d432e8ef2283b0577a905e3 # timeout=10 [2021-02-19T00:42:57.083Z] Commit message: "Merge commit '2e0b3f51dc8a2a605bc75a6e162cee3d7e505e33' into HEAD" [2021-02-19T00:42:57.092Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:42:57.090Z] > git rev-list --no-walk 7353095aee73c78019a4fb8d661452a8e1792ede # timeout=10 [2021-02-19T00:42:58.157Z] + echo snap-build.sh [2021-02-19T00:42:58.157Z] snap-build.sh [2021-02-19T00:42:58.157Z] + SNAP_BASE_DIR=. [2021-02-19T00:42:58.157Z] + '[' '!' -z /w/workspace/edgex-go/66 ']' [2021-02-19T00:42:58.157Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/66 [2021-02-19T00:42:58.157Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/66]' [2021-02-19T00:42:58.157Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/66] [2021-02-19T00:42:58.157Z] + cd /w/workspace/edgex-go/66 [2021-02-19T00:42:58.157Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-19T00:42:58.157Z] Reading package lists... [2021-02-19T00:42:58.157Z] Building dependency tree... [2021-02-19T00:42:58.157Z] Reading state information... [2021-02-19T00:42:58.420Z] The following packages were automatically installed and are no longer required: [2021-02-19T00:42:58.420Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-19T00:42:58.420Z] uidmap xdelta3 [2021-02-19T00:42:58.420Z] Use 'sudo apt autoremove' to remove them. [2021-02-19T00:42:58.420Z] The following packages will be REMOVED: [2021-02-19T00:42:58.420Z] lxd* lxd-client* [2021-02-19T00:42:58.683Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-19T00:42:58.683Z] After this operation, 31.7 MB disk space will be freed. [2021-02-19T00:42:59.737Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-19T00:42:59.737Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:43:00.687Z] Removing lxd dnsmasq configuration [2021-02-19T00:43:00.687Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:43:00.947Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-19T00:43:01.895Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-19T00:43:02.156Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-19T00:43:02.156Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-19T00:43:03.548Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-19T00:43:03.548Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-19T00:43:04.940Z] + sudo snap remove --purge lxd [2021-02-19T00:43:05.200Z] snap "lxd" is not installed [2021-02-19T00:43:05.200Z] + sudo groupadd --force --system lxd [2021-02-19T00:43:05.200Z] ++ whoami [2021-02-19T00:43:05.200Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-19T00:43:05.200Z] + newgrp - lxd [2021-02-19T00:43:05.200Z] + sudo snap install lxd [2021-02-19T00:43:12.609Z] 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-02-19T00:43:15.221Z] 2021-02-19T00:43:11Z INFO Waiting for automatic snapd restart... [2021-02-19T00:43:16.899Z] 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-02-19T00:43:22.295Z] 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-02-19T00:43:23.738Z] 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-02-19T00:43:29.126Z] 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-02-19T00:43:30.223Z] lxd 4.11 from Canonical* installed [2021-02-19T00:43:30.223Z] + sudo lxd init --auto [2021-02-19T00:43:34.521Z] 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-02-19T00:43:39.914Z] 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-02-19T00:43:40.228Z] + sudo snap install --classic snapcraft [2021-02-19T00:43:44.218Z] 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-02-19T00:43:44.438Z] snapcraft 4.5.1 from Canonical* installed [2021-02-19T00:43:44.438Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-19T00:43:44.438Z] + patch --verbose -p1 [2021-02-19T00:43:44.438Z] Hmm... Looks like a unified diff to me... [2021-02-19T00:43:44.438Z] The text leading up to this was: [2021-02-19T00:43:44.438Z] -------------------------- [2021-02-19T00:43:44.438Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-19T00:43:44.438Z] |From: Tony Espy [2021-02-19T00:43:44.438Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-19T00:43:44.438Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-19T00:43:44.438Z] | [2021-02-19T00:43:44.438Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-19T00:43:44.438Z] |optimize the snap CI check run for pull requests. When [2021-02-19T00:43:44.438Z] |applied, it essentially strips out everything (apps and [2021-02-19T00:43:44.438Z] |parts) from the snapcraft.yaml file except those required [2021-02-19T00:43:44.438Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-19T00:43:44.438Z] |catch changes to edgex-go that break the snap build. [2021-02-19T00:43:44.438Z] | [2021-02-19T00:43:44.438Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-19T00:43:44.438Z] |to update this patch file, otherwise it may fail to apply, [2021-02-19T00:43:44.438Z] |resulting in a failed snap build CI check in the associated [2021-02-19T00:43:44.438Z] |pull request. [2021-02-19T00:43:44.438Z] | [2021-02-19T00:43:44.438Z] |Note - in addition to applying this patch, the pipeline also [2021-02-19T00:43:44.438Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-19T00:43:44.438Z] |need to build the finally binary .snap file (and it won't [2021-02-19T00:43:44.438Z] |work with the patch applied). This further reduces the build [2021-02-19T00:43:44.438Z] |time. [2021-02-19T00:43:44.438Z] |--- [2021-02-19T00:43:44.438Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-19T00:43:44.438Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-19T00:43:44.438Z] | [2021-02-19T00:43:44.438Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-19T00:43:44.438Z] |index 1e537489..faf42425 100644 [2021-02-19T00:43:44.438Z] |--- a/snap/snapcraft.yaml [2021-02-19T00:43:44.438Z] |+++ b/snap/snapcraft.yaml [2021-02-19T00:43:44.438Z] -------------------------- [2021-02-19T00:43:44.438Z] patching file snap/snapcraft.yaml [2021-02-19T00:43:44.438Z] Using Plan A... [2021-02-19T00:43:44.438Z] Hunk #1 succeeded at 73. [2021-02-19T00:43:44.438Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-19T00:43:44.438Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-19T00:43:44.438Z] Hunk #4 FAILED at 222. [2021-02-19T00:43:44.438Z] Hunk #5 succeeded at 303 (offset 4 lines). [2021-02-19T00:43:44.438Z] Hunk #6 succeeded at 330 (offset 4 lines). [2021-02-19T00:43:44.438Z] Hunk #7 succeeded at 364 (offset 4 lines). [2021-02-19T00:43:44.438Z] Hunk #8 FAILED at 411. [2021-02-19T00:43:44.438Z] 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2021-02-19T00:43:44.438Z] Hmm... Ignoring the trailing garbage. [2021-02-19T00:43:44.438Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-19T00:43:45.210Z] Failed in branch amd64 [2021-02-19T00:43:49.621Z] 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-02-19T00:43:55.025Z] 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-02-19T00:44:03.346Z] $ docker stop --time=1 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 [2021-02-19T00:44:06.060Z] $ docker rm -f 72653ed867679eb5e7b043230209f914f97c010241f22737c3a9f3b070a63418 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:44:08.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:44:08.617Z] [2021-02-19T00:44:08.617Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:44:09.006Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:44:09.278Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-19T00:44:09.278Z] 29e5d40040c1: Pulling fs layer [2021-02-19T00:44:09.278Z] 1ce36da41761: Pulling fs layer [2021-02-19T00:44:09.278Z] 25b303627fd3: Pulling fs layer [2021-02-19T00:44:09.553Z] 29e5d40040c1: Verifying Checksum [2021-02-19T00:44:09.553Z] 29e5d40040c1: Download complete [2021-02-19T00:44:10.169Z] 1ce36da41761: Verifying Checksum [2021-02-19T00:44:10.169Z] 1ce36da41761: Download complete [2021-02-19T00:44:10.446Z] 29e5d40040c1: Pull complete [2021-02-19T00:44:11.877Z] 1ce36da41761: Pull complete [2021-02-19T00:44:11.877Z] 25b303627fd3: Verifying Checksum [2021-02-19T00:44:11.877Z] 25b303627fd3: Download complete [2021-02-19T00:44:22.017Z] 25b303627fd3: Pull complete [2021-02-19T00:44:22.017Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-19T00:44:22.017Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:44:22.017Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-19T00:44:22.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container [2021-02-19T00:44:22.386Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:44:25.855Z] $ docker top ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:44:26.948Z] + grep parallel [2021-02-19T00:44:26.948Z] + docker-compose build --help [2021-02-19T00:44:32.340Z] --parallel Build images in parallel. [Pipeline] } [2021-02-19T00:44:32.643Z] $ docker stop --time=1 ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 [2021-02-19T00:44:34.682Z] $ docker rm -f ca277d4bebadb727c5d3cac8233586798c34d3a9a56b7746471e99125089d676 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:44:35.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-19T00:44:35.569Z] . [Pipeline] withDockerContainer [2021-02-19T00:44:35.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-26867 does not seem to be running inside a container [2021-02-19T00:44:35.979Z] $ 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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:44:37.488Z] $ docker top 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:44:38.565Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-19T00:44:42.838Z] Building docker-core-command-go ... [2021-02-19T00:44:42.838Z] Building docker-core-data-go ... [2021-02-19T00:44:42.838Z] Building docker-core-metadata-go ... [2021-02-19T00:44:42.838Z] Building docker-security-bootstrapper-go ... [2021-02-19T00:44:42.838Z] Building docker-security-proxy-setup-go ... [2021-02-19T00:44:42.838Z] Building docker-security-secretstore-setup-go ... [2021-02-19T00:44:42.838Z] Building docker-support-notifications-go ... [2021-02-19T00:44:42.838Z] Building docker-support-scheduler-go ... [2021-02-19T00:44:42.838Z] Building docker-sys-mgmt-agent-go ... [2021-02-19T00:44:42.838Z] Building docker-core-metadata-go [2021-02-19T00:44:42.838Z] Building docker-security-proxy-setup-go [2021-02-19T00:44:42.838Z] Building docker-core-command-go [2021-02-19T00:44:42.838Z] Building docker-sys-mgmt-agent-go [2021-02-19T00:44:42.838Z] Building docker-core-data-go [2021-02-19T00:46:04.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:46:04.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:46:04.564Z] ---> 25d7a56adc91 [2021-02-19T00:46:04.564Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:46:04.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:46:04.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:46:04.564Z] ---> 25d7a56adc91 [2021-02-19T00:46:04.564Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:46:04.564Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:46:04.564Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:46:04.564Z] ---> 25d7a56adc91 [2021-02-19T00:46:04.564Z] Step 3/23 : WORKDIR /edgex-go [2021-02-19T00:46:04.564Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:46:04.564Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:46:04.564Z] ---> 25d7a56adc91 [2021-02-19T00:46:04.564Z] Step 3/21 : WORKDIR /edgex-go [2021-02-19T00:46:04.564Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:46:04.564Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:46:04.564Z] ---> 25d7a56adc91 [2021-02-19T00:46:04.564Z] Step 3/26 : WORKDIR /edgex-go [2021-02-19T00:46:04.564Z] ---> Running in dd333d174664 [2021-02-19T00:46:04.564Z] ---> Running in a7135e9a0cf6 [2021-02-19T00:46:04.564Z] ---> Running in e5e6249c045d [2021-02-19T00:46:04.564Z] ---> Running in 98b06e1373c2 [2021-02-19T00:46:04.564Z] ---> Running in cf32c6fb17b8 [2021-02-19T00:46:04.564Z] Removing intermediate container dd333d174664 [2021-02-19T00:46:04.564Z] ---> c381413aa65c [2021-02-19T00:46:04.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:46:04.564Z] Removing intermediate container e5e6249c045d [2021-02-19T00:46:04.564Z] ---> eebf6cb4b5a6 [2021-02-19T00:46:04.564Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:46:04.564Z] Removing intermediate container a7135e9a0cf6 [2021-02-19T00:46:04.564Z] ---> 8dbfb7bf4d68 [2021-02-19T00:46:04.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:46:04.564Z] Removing intermediate container 98b06e1373c2 [2021-02-19T00:46:04.564Z] ---> 954004bf4df1 [2021-02-19T00:46:04.564Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:46:04.564Z] Removing intermediate container cf32c6fb17b8 [2021-02-19T00:46:04.564Z] ---> 7824e4492cf1 [2021-02-19T00:46:04.564Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:46:04.564Z] ---> Running in 00d2e25ea5fd [2021-02-19T00:46:04.564Z] ---> Running in 826e96d3b79c [2021-02-19T00:46:04.564Z] ---> Running in f2c655b48cf1 [2021-02-19T00:46:04.564Z] ---> Running in 423761e78ea1 [2021-02-19T00:46:04.564Z] ---> Running in af0751c6d3df [2021-02-19T00:46:04.836Z] Removing intermediate container 00d2e25ea5fd [2021-02-19T00:46:04.836Z] ---> c0d0355f2d7c [2021-02-19T00:46:04.836Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:46:04.836Z] ---> Running in 26518edfe056 [2021-02-19T00:46:05.435Z] Removing intermediate container 826e96d3b79c [2021-02-19T00:46:05.435Z] ---> bdc99ab8b514 [2021-02-19T00:46:05.436Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-19T00:46:05.436Z] Removing intermediate container f2c655b48cf1 [2021-02-19T00:46:05.436Z] ---> 5c209f65b411 [2021-02-19T00:46:05.436Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-19T00:46:05.436Z] ---> Running in ede54edc70e6 [2021-02-19T00:46:05.709Z] Removing intermediate container af0751c6d3df [2021-02-19T00:46:05.709Z] ---> 649c5de1559f [2021-02-19T00:46:05.709Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-19T00:46:05.709Z] Removing intermediate container 423761e78ea1 [2021-02-19T00:46:05.709Z] ---> 9424f70e2b11 [2021-02-19T00:46:05.709Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-19T00:46:05.991Z] ---> Running in 5bd05428e5de [2021-02-19T00:46:05.991Z] ---> Running in f149d12321bb [2021-02-19T00:46:05.991Z] ---> Running in d117d6271255 [2021-02-19T00:46:06.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:07.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:07.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:07.583Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:07.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:07.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:08.125Z] OK: 217 MiB in 51 packages [2021-02-19T00:46:08.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:08.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:08.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:08.674Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:46:08.949Z] OK: 217 MiB in 51 packages [2021-02-19T00:46:09.239Z] OK: 217 MiB in 51 packages [2021-02-19T00:46:09.519Z] OK: 217 MiB in 51 packages [2021-02-19T00:46:09.519Z] OK: 217 MiB in 51 packages [2021-02-19T00:46:09.793Z] Removing intermediate container 26518edfe056 [2021-02-19T00:46:09.793Z] ---> 0b2e3b63a24e [2021-02-19T00:46:09.793Z] Step 6/23 : COPY go.mod . [2021-02-19T00:46:10.778Z] Removing intermediate container ede54edc70e6 [2021-02-19T00:46:10.778Z] ---> 6969f7086b85 [2021-02-19T00:46:10.778Z] Step 6/21 : COPY go.mod . [2021-02-19T00:46:10.778Z] ---> 927a818ddbcd [2021-02-19T00:46:10.778Z] Step 7/23 : RUN go mod download [2021-02-19T00:46:11.050Z] ---> Running in 2f89d7166bab [2021-02-19T00:46:11.050Z] Removing intermediate container 5bd05428e5de [2021-02-19T00:46:11.050Z] ---> 0f42c31c360c [2021-02-19T00:46:11.050Z] Step 6/23 : COPY go.mod . [2021-02-19T00:46:11.322Z] Removing intermediate container d117d6271255 [2021-02-19T00:46:11.322Z] ---> 93a4ac663b29 [2021-02-19T00:46:11.322Z] Step 6/23 : COPY go.mod . [2021-02-19T00:46:11.598Z] Removing intermediate container f149d12321bb [2021-02-19T00:46:11.598Z] ---> 95af568fc76b [2021-02-19T00:46:11.598Z] Step 6/26 : COPY go.mod . [2021-02-19T00:46:11.598Z] ---> c0aafe74f7a5 [2021-02-19T00:46:11.598Z] Step 7/21 : RUN go mod download [2021-02-19T00:46:11.871Z] ---> Running in 197d2014778c [2021-02-19T00:46:12.463Z] ---> 23896c8d06fb [2021-02-19T00:46:12.463Z] Step 7/23 : RUN go mod download [2021-02-19T00:46:12.742Z] ---> Running in be3e94ed8c63 [2021-02-19T00:46:12.742Z] ---> 00ac3ca5173f [2021-02-19T00:46:12.742Z] Step 7/23 : RUN go mod download [2021-02-19T00:46:12.742Z] ---> a1d219717eb0 [2021-02-19T00:46:12.742Z] Step 7/26 : RUN go mod download [2021-02-19T00:46:13.019Z] ---> Running in d3278b0d0af5 [2021-02-19T00:46:13.019Z] ---> Running in 451f68c12d17 [2021-02-19T00:46:15.008Z] Removing intermediate container 2f89d7166bab [2021-02-19T00:46:15.008Z] ---> 59f01beac674 [2021-02-19T00:46:15.008Z] Step 8/23 : COPY . . [2021-02-19T00:46:15.624Z] Removing intermediate container 197d2014778c [2021-02-19T00:46:15.624Z] ---> 11866328f784 [2021-02-19T00:46:15.624Z] Step 8/21 : COPY . . [2021-02-19T00:46:19.011Z] Removing intermediate container be3e94ed8c63 [2021-02-19T00:46:19.011Z] ---> b1f018f85dc3 [2021-02-19T00:46:19.011Z] Step 8/23 : COPY . . [2021-02-19T00:46:19.011Z] Removing intermediate container d3278b0d0af5 [2021-02-19T00:46:19.011Z] ---> bf192791ba18 [2021-02-19T00:46:19.011Z] Step 8/23 : COPY . . [2021-02-19T00:46:19.011Z] Removing intermediate container 451f68c12d17 [2021-02-19T00:46:19.011Z] ---> f09bdd39a9b5 [2021-02-19T00:46:19.011Z] Step 8/26 : COPY . . [2021-02-19T00:46:41.183Z] ---> cd26cb47fed4 [2021-02-19T00:46:41.183Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-19T00:46:41.183Z] ---> efd93d3b12fe [2021-02-19T00:46:41.183Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-19T00:46:41.183Z] ---> 70d9f62d9cc1 [2021-02-19T00:46:41.183Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-19T00:46:41.183Z] ---> bf61bc438484 [2021-02-19T00:46:41.183Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-19T00:46:41.183Z] ---> 25c703b7c2cd [2021-02-19T00:46:41.183Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-19T00:46:41.183Z] ---> Running in 4bc3a39a44d1 [2021-02-19T00:46:41.183Z] ---> Running in 5be4e194fc15 [2021-02-19T00:46:41.183Z] ---> Running in 2369380cde24 [2021-02-19T00:46:41.183Z] ---> Running in 1cbf91182c07 [2021-02-19T00:46:41.183Z] ---> Running in 2a0d300c3573 [2021-02-19T00:46:42.632Z] 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-02-19T00:46:42.908Z] 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-02-19T00:46:43.182Z] 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-02-19T00:46:43.182Z] 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-02-19T00:46:43.457Z] 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-02-19T00:48:20.295Z] 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-02-19T00:48:42.528Z] Removing intermediate container 2a0d300c3573 [2021-02-19T00:48:42.528Z] ---> 784f5442bd99 [2021-02-19T00:48:42.528Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-19T00:48:42.528Z] Removing intermediate container 4bc3a39a44d1 [2021-02-19T00:48:42.528Z] ---> 1e3ebd6da9ca [2021-02-19T00:48:42.528Z] [2021-02-19T00:48:42.528Z] Step 10/21 : FROM alpine:3.12 [2021-02-19T00:48:42.528Z] ---> Running in 7a50926f00b3 [2021-02-19T00:48:42.528Z] 3.12: Pulling from library/alpine [2021-02-19T00:48:42.528Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-19T00:48:42.528Z] Status: Downloaded newer image for alpine:3.12 [2021-02-19T00:48:42.528Z] ---> afeebe901d6b [2021-02-19T00:48:42.528Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-19T00:48:42.528Z] 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-02-19T00:48:42.528Z] ---> Running in 9776dfadeda6 [2021-02-19T00:48:44.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:44.805Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:48:45.801Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-19T00:48:45.801Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:48:45.801Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-19T00:48:45.801Z] (4/4) Installing curl (7.69.1-r3) [2021-02-19T00:48:45.801Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:48:45.801Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:48:46.408Z] OK: 7 MiB in 18 packages [2021-02-19T00:48:50.081Z] Removing intermediate container 7a50926f00b3 [2021-02-19T00:48:50.081Z] ---> a6a012e46b05 [2021-02-19T00:48:50.081Z] [2021-02-19T00:48:50.081Z] Step 11/26 : FROM docker:20.10.0 [2021-02-19T00:48:50.355Z] Removing intermediate container 9776dfadeda6 [2021-02-19T00:48:50.355Z] ---> cb9bede74559 [2021-02-19T00:48:50.355Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:48:50.355Z] 20.10.0: Pulling from library/docker [2021-02-19T00:48:50.630Z] ---> Running in b1f08faf6af7 [2021-02-19T00:48:52.072Z] Removing intermediate container b1f08faf6af7 [2021-02-19T00:48:52.072Z] ---> 48a0eddb74aa [2021-02-19T00:48:52.072Z] Step 13/21 : WORKDIR /edgex [2021-02-19T00:48:52.346Z] ---> Running in ef2da88329e8 [2021-02-19T00:48:54.986Z] Removing intermediate container ef2da88329e8 [2021-02-19T00:48:54.986Z] ---> a774cf491339 [2021-02-19T00:48:54.986Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-19T00:48:57.626Z] ---> bdac260c12a9 [2021-02-19T00:48:57.626Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-19T00:48:57.903Z] Removing intermediate container 5be4e194fc15 [2021-02-19T00:48:57.903Z] ---> 51bbfb0da0c4 [2021-02-19T00:48:57.903Z] [2021-02-19T00:48:57.903Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:48:57.903Z] ---> afeebe901d6b [2021-02-19T00:48:57.903Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:48:58.510Z] ---> Running in 9e8db1b129cd [2021-02-19T00:48:59.976Z] ---> 0c67c2abb7df [2021-02-19T00:48:59.976Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-19T00:49:00.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:00.989Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:01.984Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-19T00:49:01.984Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:49:01.984Z] OK: 5 MiB in 15 packages [2021-02-19T00:49:03.976Z] ---> 758883410a03 [2021-02-19T00:49:03.976Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-19T00:49:04.261Z] ---> Running in e78fd62dfa25 [2021-02-19T00:49:05.262Z] Removing intermediate container 9e8db1b129cd [2021-02-19T00:49:05.262Z] ---> a7292a547cf7 [2021-02-19T00:49:05.262Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:49:05.537Z] Removing intermediate container e78fd62dfa25 [2021-02-19T00:49:05.537Z] ---> 8d506be0642d [2021-02-19T00:49:05.537Z] Step 18/21 : CMD ["--init=true"] [2021-02-19T00:49:05.811Z] ---> Running in 14664d915122 [2021-02-19T00:49:06.085Z] ---> Running in f87126ab6a3e [2021-02-19T00:49:07.073Z] Removing intermediate container 14664d915122 [2021-02-19T00:49:07.073Z] ---> 6b43dfba80ac [2021-02-19T00:49:07.073Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-19T00:49:07.348Z] Removing intermediate container f87126ab6a3e [2021-02-19T00:49:07.348Z] ---> 012e8fb83a0a [2021-02-19T00:49:07.348Z] Step 19/21 : LABEL arch=arm64 [2021-02-19T00:49:07.624Z] ---> Running in ca05cdd950bd [2021-02-19T00:49:07.899Z] ---> Running in 1653586aac56 [2021-02-19T00:49:08.884Z] Removing intermediate container ca05cdd950bd [2021-02-19T00:49:08.884Z] ---> 77a5f359c184 [2021-02-19T00:49:08.884Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-19T00:49:09.159Z] Removing intermediate container 1653586aac56 [2021-02-19T00:49:09.159Z] ---> 1b9da7738cc1 [2021-02-19T00:49:09.159Z] Step 20/21 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:49:09.756Z] ---> Running in 0117a54f33cb [2021-02-19T00:49:10.038Z] ---> Running in f997db9d37c0 [2021-02-19T00:49:10.638Z] Removing intermediate container 1cbf91182c07 [2021-02-19T00:49:10.638Z] ---> e3a26f71aff7 [2021-02-19T00:49:10.638Z] [2021-02-19T00:49:10.638Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:49:10.638Z] ---> afeebe901d6b [2021-02-19T00:49:10.638Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:49:10.638Z] ---> Using cache [2021-02-19T00:49:10.638Z] ---> a7292a547cf7 [2021-02-19T00:49:10.638Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:49:10.638Z] ---> Using cache [2021-02-19T00:49:10.638Z] ---> 6b43dfba80ac [2021-02-19T00:49:10.638Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-19T00:49:10.638Z] Removing intermediate container 0117a54f33cb [2021-02-19T00:49:10.638Z] ---> 211e79b477b9 [2021-02-19T00:49:10.638Z] Step 15/23 : WORKDIR / [2021-02-19T00:49:10.917Z] ---> Running in fb623894ebf1 [2021-02-19T00:49:10.917Z] ---> Running in 36f665102e18 [2021-02-19T00:49:10.917Z] Removing intermediate container f997db9d37c0 [2021-02-19T00:49:10.917Z] ---> 72bdca0e696e [2021-02-19T00:49:10.917Z] Step 21/21 : LABEL version=0.0.0 [2021-02-19T00:49:11.191Z] ---> Running in 267f0736c9ee [2021-02-19T00:49:12.173Z] Removing intermediate container 36f665102e18 [2021-02-19T00:49:12.173Z] ---> 020b78650fab [2021-02-19T00:49:12.173Z] Step 14/23 : EXPOSE $APP_PORTRemoving intermediate container fb623894ebf1 [2021-02-19T00:49:12.173Z] ---> ef6f15a06d41 [2021-02-19T00:49:12.173Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:49:12.173Z] [2021-02-19T00:49:12.173Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-19T00:49:12.446Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-19T00:49:12.446Z] ---> eeaf43b92773 [2021-02-19T00:49:12.446Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-19T00:49:12.446Z] Removing intermediate container 267f0736c9ee [2021-02-19T00:49:12.446Z] ---> 29623e625587 [2021-02-19T00:49:12.446Z] [2021-02-19T00:49:12.734Z] ---> Running in 165419e2914a [2021-02-19T00:49:12.734Z] ---> Running in 4686f59e685c [2021-02-19T00:49:13.349Z] Successfully built 29623e625587 [2021-02-19T00:49:13.349Z] ---> 516c55642930 [2021-02-19T00:49:13.349Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-19T00:49:13.349Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-19T00:49:13.349Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-19T00:49:13.621Z] Removing intermediate container 165419e2914a [2021-02-19T00:49:13.621Z] ---> 4c2bec2db59e [2021-02-19T00:49:13.621Z] Step 15/23 : WORKDIR / [2021-02-19T00:49:14.224Z] ---> Running in 8b09bf77ca51 [2021-02-19T00:49:14.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:14.499Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:14.774Z] Removing intermediate container 2369380cde24 [2021-02-19T00:49:14.774Z] ---> fc41c199d836 [2021-02-19T00:49:14.774Z] [2021-02-19T00:49:14.774Z] Step 10/23 : FROM alpine:3.12 [2021-02-19T00:49:14.774Z] ---> afeebe901d6b [2021-02-19T00:49:14.774Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-19T00:49:15.385Z] (1/2) Installing readline (8.0.4-r0) [2021-02-19T00:49:15.385Z] (2/2) Installing bash (5.0.17-r0) [2021-02-19T00:49:15.385Z] Executing bash-5.0.17-r0.post-install [2021-02-19T00:49:15.385Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:49:15.385Z] OK: 12 MiB in 22 packages [2021-02-19T00:49:15.659Z] ---> Running in a5242bfd180b [2021-02-19T00:49:15.937Z] Removing intermediate container 8b09bf77ca51 [2021-02-19T00:49:15.937Z] ---> 7513954b7b87 [2021-02-19T00:49:15.937Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / ---> 9a6a19768c6b [2021-02-19T00:49:15.937Z] [2021-02-19T00:49:15.937Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-19T00:49:16.555Z] Removing intermediate container a5242bfd180b [2021-02-19T00:49:16.555Z] ---> 3e2a52f3f0b6 [2021-02-19T00:49:16.555Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-19T00:49:17.550Z] ---> Running in 6cfcc5e53327 [2021-02-19T00:49:17.550Z] ---> de75a6ed59bf [2021-02-19T00:49:17.550Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / ---> cfe96aa333d1 [2021-02-19T00:49:17.550Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-19T00:49:17.550Z] [2021-02-19T00:49:17.831Z] Removing intermediate container 4686f59e685c [2021-02-19T00:49:17.831Z] ---> a0d3e18d5331 [2021-02-19T00:49:17.831Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-19T00:49:17.831Z] ---> Running in e0502124e886 [2021-02-19T00:49:17.831Z] ---> Running in aa335f8b69e0 [2021-02-19T00:49:18.111Z] Removing intermediate container 6cfcc5e53327 [2021-02-19T00:49:18.111Z] ---> 97be1c822e88 [2021-02-19T00:49:18.111Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-19T00:49:19.111Z] ---> Running in d5aab413a37d [2021-02-19T00:49:19.397Z] Removing intermediate container e0502124e886 [2021-02-19T00:49:19.397Z] ---> ba87f7efff09 [2021-02-19T00:49:19.675Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:49:19.675Z] Removing intermediate container aa335f8b69e0 [2021-02-19T00:49:19.675Z] ---> 92020163028a [2021-02-19T00:49:19.675Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-19T00:49:19.968Z] ---> 77f77ab15b79 [2021-02-19T00:49:19.968Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-19T00:49:19.968Z] ---> Running in dec4616471ab [2021-02-19T00:49:19.968Z] Removing intermediate container d5aab413a37d [2021-02-19T00:49:20.247Z] ---> ad22e201cab8 [2021-02-19T00:49:20.247Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:49:20.247Z] ---> Running in 81f59f31f358 [2021-02-19T00:49:20.525Z] ---> Running in cc73f4cb2666 [2021-02-19T00:49:20.811Z] Removing intermediate container dec4616471ab [2021-02-19T00:49:20.811Z] ---> 9ab8388dc67b [2021-02-19T00:49:20.811Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:49:21.093Z] Removing intermediate container 81f59f31f358 [2021-02-19T00:49:21.093Z] ---> 152b1a276b9f [2021-02-19T00:49:21.093Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-19T00:49:21.370Z] ---> Running in 2e3ed2b8f801 [2021-02-19T00:49:21.371Z] ---> 1a462093defa [2021-02-19T00:49:21.371Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-19T00:49:21.371Z] ---> Running in c98f84e65685 [2021-02-19T00:49:21.646Z] ---> Running in b9cce9692f89 [2021-02-19T00:49:21.919Z] Removing intermediate container 2e3ed2b8f801 [2021-02-19T00:49:21.919Z] ---> e5a0fe834622 [2021-02-19T00:49:21.919Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:49:22.200Z] Removing intermediate container c98f84e65685 [2021-02-19T00:49:22.200Z] ---> 4ace5261bb77 [2021-02-19T00:49:22.200Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-19T00:49:22.200Z] ---> Running in 5906d8ac2bb8 [2021-02-19T00:49:22.200Z] Removing intermediate container b9cce9692f89 [2021-02-19T00:49:22.200Z] ---> 742bcbf8cb95 [2021-02-19T00:49:22.200Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:49:22.817Z] ---> Running in dd4c6f58451c [2021-02-19T00:49:23.439Z] Removing intermediate container 5906d8ac2bb8 [2021-02-19T00:49:23.439Z] ---> fcd44b5a58b2 [2021-02-19T00:49:23.439Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:49:24.034Z] ---> Running in bfcf47b755f6 [2021-02-19T00:49:24.309Z] Removing intermediate container dd4c6f58451c [2021-02-19T00:49:24.309Z] ---> 104eece4cc3d [2021-02-19T00:49:24.309Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:49:24.905Z] ---> 343916edfddf [2021-02-19T00:49:24.905Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-19T00:49:24.905Z] ---> Running in de3127dad1ec [2021-02-19T00:49:24.905Z] Removing intermediate container cc73f4cb2666 [2021-02-19T00:49:24.905Z] ---> d8aa431596a2 [2021-02-19T00:49:24.905Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-19T00:49:25.188Z] Removing intermediate container bfcf47b755f6 [2021-02-19T00:49:25.188Z] ---> 262e8dbe71f0 [2021-02-19T00:49:25.188Z] [2021-02-19T00:49:25.463Z] ---> Running in 2bf449c95308 [2021-02-19T00:49:25.736Z] Successfully built 262e8dbe71f0 [2021-02-19T00:49:25.736Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-19T00:49:25.736Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-02-19T00:49:26.015Z] Removing intermediate container de3127dad1ec [2021-02-19T00:49:26.015Z] ---> d9822ac1d283 [2021-02-19T00:49:26.015Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:49:26.287Z] ---> 81895ab6fb34 [2021-02-19T00:49:26.287Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-19T00:49:26.287Z] ---> Running in fd7664cf718b [2021-02-19T00:49:27.269Z] Removing intermediate container fd7664cf718b [2021-02-19T00:49:27.269Z] ---> 30061424d0ff [2021-02-19T00:49:27.269Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:49:27.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:27.559Z] ---> Running in c511a7867261 [2021-02-19T00:49:27.559Z] ---> 5ad8f97d3f6f [2021-02-19T00:49:27.559Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-19T00:49:28.158Z] ---> Running in f65c21872937 [2021-02-19T00:49:28.158Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:28.759Z] Removing intermediate container c511a7867261 [2021-02-19T00:49:28.759Z] ---> 642d8928120c [2021-02-19T00:49:28.759Z] [2021-02-19T00:49:29.043Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-19T00:49:29.043Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-19T00:49:29.664Z] Successfully built 642d8928120c [2021-02-19T00:49:29.664Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-19T00:49:29.664Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-19T00:49:29.664Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go [2021-02-19T00:49:29.942Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-19T00:49:29.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:29.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:30.540Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-19T00:49:30.540Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-19T00:49:30.540Z] (2/33) Installing expat (2.2.9-r1) [2021-02-19T00:49:30.540Z] (3/33) Installing libffi (3.3-r2) [2021-02-19T00:49:30.816Z] (4/33) Installing gdbm (1.13-r1) [2021-02-19T00:49:30.816Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-19T00:49:30.816Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-19T00:49:30.816Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-19T00:49:30.816Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-19T00:49:30.816Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:49:31.094Z] OK: 8 MiB in 20 packages [2021-02-19T00:49:33.113Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-19T00:49:33.113Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-19T00:49:33.113Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-19T00:49:33.113Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-19T00:49:33.113Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-19T00:49:33.113Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-19T00:49:33.113Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-19T00:49:33.113Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-19T00:49:33.113Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-19T00:49:33.113Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-19T00:49:33.113Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-19T00:49:33.113Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-19T00:49:33.388Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-19T00:49:33.388Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-19T00:49:33.388Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-19T00:49:33.388Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-19T00:49:33.388Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-19T00:49:33.388Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-19T00:49:33.388Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-19T00:49:33.388Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-19T00:49:33.388Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-19T00:49:33.388Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-19T00:49:33.388Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-19T00:49:33.388Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-19T00:49:33.388Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-19T00:49:33.388Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-19T00:49:33.661Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:49:33.661Z] OK: 71 MiB in 55 packages [2021-02-19T00:49:36.284Z] Removing intermediate container 2bf449c95308 [2021-02-19T00:49:36.285Z] ---> e2ac80095cf4 [2021-02-19T00:49:36.285Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:49:38.284Z] ---> d9cd1ee74f5a [2021-02-19T00:49:38.284Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-19T00:49:38.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:49:38.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:49:38.284Z] ---> 25d7a56adc91 [2021-02-19T00:49:38.284Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:49:38.284Z] ---> Using cache [2021-02-19T00:49:38.284Z] ---> 7824e4492cf1 [2021-02-19T00:49:38.575Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:49:38.575Z] ---> Using cache [2021-02-19T00:49:38.575Z] ---> 9424f70e2b11 [2021-02-19T00:49:38.575Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-19T00:49:38.575Z] ---> Running in ddf52f7182c6 [2021-02-19T00:49:40.021Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:41.495Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:49:41.495Z] ---> 282c65957738 [2021-02-19T00:49:41.772Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-19T00:49:42.782Z] Removing intermediate container f65c21872937 [2021-02-19T00:49:42.782Z] ---> feafecf9f77a [2021-02-19T00:49:42.782Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-19T00:49:42.782Z] OK: 217 MiB in 51 packages [2021-02-19T00:49:43.385Z] ---> f38b2e9a40ae [2021-02-19T00:49:43.385Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-19T00:49:43.385Z] ---> Running in 3ba24d2c70f1 [2021-02-19T00:49:43.662Z] ---> Running in 28183ca3aa38 [2021-02-19T00:49:44.259Z] Removing intermediate container 28183ca3aa38 [2021-02-19T00:49:44.259Z] ---> 988bf5c4db63 [2021-02-19T00:49:44.259Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:49:44.534Z] ---> Running in e5b057b80c26 [2021-02-19T00:49:44.809Z] Removing intermediate container ddf52f7182c6 [2021-02-19T00:49:44.809Z] ---> 2e6055c60a58 [2021-02-19T00:49:44.809Z] Step 6/22 : COPY go.mod . [2021-02-19T00:49:45.410Z] Removing intermediate container e5b057b80c26 [2021-02-19T00:49:45.410Z] ---> c419fefa3c3b [2021-02-19T00:49:45.410Z] Step 21/23 : LABEL arch=arm64 [2021-02-19T00:49:45.682Z] ---> Running in b67e5e5004f3 [2021-02-19T00:49:45.956Z] ---> 962fcb85b9e6 [2021-02-19T00:49:45.956Z] Step 7/22 : RUN go mod download [2021-02-19T00:49:46.229Z] ---> Running in f9acffb19663 [2021-02-19T00:49:46.506Z] Removing intermediate container b67e5e5004f3 [2021-02-19T00:49:46.506Z] ---> 7a6c8041a5b1 [2021-02-19T00:49:46.506Z] Step 22/23 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:49:47.108Z] ---> Running in 04374eedc363 [2021-02-19T00:49:48.712Z] Removing intermediate container 04374eedc363 [2021-02-19T00:49:48.712Z] ---> c7eda2c701a4 [2021-02-19T00:49:48.712Z] Step 23/23 : LABEL version=0.0.0 [2021-02-19T00:49:49.028Z] ---> Running in 7a04789bd9be [2021-02-19T00:49:50.489Z] Removing intermediate container 7a04789bd9be [2021-02-19T00:49:50.489Z] ---> d953ab0cee63 [2021-02-19T00:49:50.489Z] [2021-02-19T00:49:51.089Z] Successfully built d953ab0cee63 [2021-02-19T00:49:51.368Z] Collecting docker-compose==1.23.2 [2021-02-19T00:49:51.368Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-19T00:49:51.368Z]  Building docker-core-data-go ... done Building docker-support-scheduler-go [2021-02-19T00:49:51.368Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-19T00:49:52.355Z] Removing intermediate container f9acffb19663 [2021-02-19T00:49:52.355Z] ---> 17fba9a0c623 [2021-02-19T00:49:52.355Z] Step 8/22 : COPY . . [2021-02-19T00:49:52.355Z] Collecting jsonschema<3,>=2.5.1 [2021-02-19T00:49:52.633Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-19T00:49:53.621Z] Collecting docker<4.0,>=3.6.0 [2021-02-19T00:49:53.621Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-19T00:49:55.066Z] Collecting PyYAML<4,>=3.10 [2021-02-19T00:49:55.066Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-19T00:49:59.379Z] Collecting docopt<0.7,>=0.6.1 [2021-02-19T00:49:59.379Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-19T00:50:00.367Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:50:00.367Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:50:00.367Z] ---> 25d7a56adc91 [2021-02-19T00:50:00.367Z] Step 3/24 : WORKDIR /edgex-go [2021-02-19T00:50:00.367Z] ---> Using cache [2021-02-19T00:50:00.367Z] ---> 7824e4492cf1 [2021-02-19T00:50:00.367Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:50:00.367Z] ---> Using cache [2021-02-19T00:50:00.367Z] ---> 9424f70e2b11 [2021-02-19T00:50:00.367Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-19T00:50:03.010Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-19T00:50:03.010Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-19T00:50:04.448Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:50:04.448Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:50:04.448Z] ---> 25d7a56adc91 [2021-02-19T00:50:04.448Z] Step 3/30 : WORKDIR /edgex-go [2021-02-19T00:50:04.448Z] ---> Using cache [2021-02-19T00:50:04.448Z] ---> 7824e4492cf1 [2021-02-19T00:50:04.448Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:50:04.448Z] ---> Using cache [2021-02-19T00:50:04.448Z] ---> 9424f70e2b11 [2021-02-19T00:50:04.448Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-19T00:50:06.440Z] ---> Running in 0e71479a48c8 [2021-02-19T00:50:06.440Z] ---> Running in 555152a66e7d [2021-02-19T00:50:07.878Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-19T00:50:07.878Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-19T00:50:08.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:08.427Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:08.704Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-19T00:50:08.704Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-19T00:50:08.982Z] 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-02-19T00:50:09.584Z] Collecting texttable<0.10,>=0.9.0 [2021-02-19T00:50:09.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:09.584Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-19T00:50:09.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:11.049Z] OK: 217 MiB in 51 packages [2021-02-19T00:50:11.049Z] OK: 217 MiB in 51 packages [2021-02-19T00:50:12.511Z] ---> 938f376853d2 [2021-02-19T00:50:12.511Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-19T00:50:12.511Z] Collecting cached-property<2,>=1.2.0 [2021-02-19T00:50:12.511Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-19T00:50:13.118Z] Collecting docker-pycreds>=0.4.0 [2021-02-19T00:50:13.118Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-19T00:50:13.391Z] ---> Running in 077f4898fda8 [2021-02-19T00:50:14.002Z] Removing intermediate container 0e71479a48c8 [2021-02-19T00:50:14.002Z] ---> d1df2ec61378 [2021-02-19T00:50:14.002Z] Step 6/30 : COPY go.mod . [2021-02-19T00:50:14.599Z] Removing intermediate container 555152a66e7d [2021-02-19T00:50:14.599Z] ---> dad61ddd426e [2021-02-19T00:50:14.599Z] Step 6/24 : COPY go.mod . [2021-02-19T00:50:14.872Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-19T00:50:14.872Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-19T00:50:15.145Z] 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-02-19T00:50:15.421Z] ---> 760e717f3d4f [2021-02-19T00:50:15.421Z] Step 7/30 : RUN go mod download [2021-02-19T00:50:15.700Z] Collecting idna<2.8,>=2.5 [2021-02-19T00:50:15.700Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-19T00:50:15.700Z] 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-02-19T00:50:15.983Z] ---> 49babef31d1f [2021-02-19T00:50:15.983Z] Step 7/24 : RUN go mod download [2021-02-19T00:50:15.983Z] ---> Running in f2befdbfaeac [2021-02-19T00:50:15.983Z] 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-02-19T00:50:15.983Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-19T00:50:15.983Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-19T00:50:15.983Z] ---> 25d7a56adc91 [2021-02-19T00:50:15.983Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-19T00:50:15.983Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-19T00:50:15.983Z] Step 3/22 : WORKDIR /edgex-go [2021-02-19T00:50:15.983Z] ---> Using cache [2021-02-19T00:50:15.983Z] ---> 7824e4492cf1 [2021-02-19T00:50:15.983Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-19T00:50:15.983Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-19T00:50:15.983Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-19T00:50:15.983Z] ---> Using cache [2021-02-19T00:50:15.983Z] ---> 9424f70e2b11 [2021-02-19T00:50:15.983Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-19T00:50:15.983Z] ---> Using cache [2021-02-19T00:50:15.983Z] ---> dad61ddd426e [2021-02-19T00:50:15.983Z] Step 6/22 : COPY go.mod . [2021-02-19T00:50:16.259Z] ---> Running in de75eea481a5 [2021-02-19T00:50:17.249Z] ---> 1c1cf70a3233 [2021-02-19T00:50:17.249Z] Step 7/22 : RUN go mod download [2021-02-19T00:50:17.249Z] ---> Running in ad1859b5e42f [2021-02-19T00:50:17.529Z] Installing collected packages: jsonschema, docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, docopt, dockerpty, texttable, cached-property, docker-compose [2021-02-19T00:50:18.126Z] Attempting uninstall: urllib3 [2021-02-19T00:50:18.126Z] Found existing installation: urllib3 1.25.9 [2021-02-19T00:50:18.126Z] Uninstalling urllib3-1.25.9: [2021-02-19T00:50:18.403Z] Successfully uninstalled urllib3-1.25.9 [2021-02-19T00:50:19.395Z] Attempting uninstall: idna [2021-02-19T00:50:19.395Z] Found existing installation: idna 2.9 [2021-02-19T00:50:19.395Z] Uninstalling idna-2.9: [2021-02-19T00:50:19.395Z] Successfully uninstalled idna-2.9 [2021-02-19T00:50:20.415Z] Attempting uninstall: requests [2021-02-19T00:50:20.415Z] Found existing installation: requests 2.23.0 [2021-02-19T00:50:20.415Z] Uninstalling requests-2.23.0: [2021-02-19T00:50:20.415Z] Successfully uninstalled requests-2.23.0 [2021-02-19T00:50:20.695Z] Removing intermediate container f2befdbfaeac [2021-02-19T00:50:20.695Z] ---> 520333d4d8ce [2021-02-19T00:50:20.695Z] Step 8/30 : COPY . . [2021-02-19T00:50:21.307Z] Removing intermediate container de75eea481a5 [2021-02-19T00:50:21.307Z] ---> 5eaaebe1e234 [2021-02-19T00:50:21.307Z] Step 8/24 : COPY . . [2021-02-19T00:50:22.298Z] Removing intermediate container ad1859b5e42f [2021-02-19T00:50:22.298Z] ---> c789bf0c75ac [2021-02-19T00:50:22.298Z] Step 8/22 : COPY . . [2021-02-19T00:50:22.298Z] Running setup.py install for PyYAML: started [2021-02-19T00:50:25.741Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-19T00:50:25.741Z] Running setup.py install for docopt: started [2021-02-19T00:50:27.732Z] Running setup.py install for docopt: finished with status 'done' [2021-02-19T00:50:27.732Z] Running setup.py install for dockerpty: started [2021-02-19T00:50:30.360Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-19T00:50:30.360Z] Running setup.py install for texttable: started [2021-02-19T00:50:32.988Z] Running setup.py install for texttable: finished with status 'done' [2021-02-19T00:50:33.981Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-19T00:50:49.087Z] Removing intermediate container 3ba24d2c70f1 [2021-02-19T00:50:49.087Z] ---> 3578e5013b1c [2021-02-19T00:50:49.087Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-19T00:50:49.087Z] ---> Running in 9531b8af2150 [2021-02-19T00:50:51.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:51.074Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:50:51.679Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:50:51.679Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-19T00:50:51.679Z] (3/3) Installing curl (7.69.1-r3) [2021-02-19T00:50:51.679Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:50:51.679Z] OK: 71 MiB in 58 packages [2021-02-19T00:50:56.005Z] Removing intermediate container 9531b8af2150 [2021-02-19T00:50:56.005Z] ---> 715efdd86300 [2021-02-19T00:50:56.005Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-19T00:50:56.005Z] ---> 928f87831bc5 [2021-02-19T00:50:56.005Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-19T00:50:56.005Z] ---> 6754c3ae19e8 [2021-02-19T00:50:56.005Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-19T00:50:56.005Z] ---> Running in 46390210c0b8 [2021-02-19T00:50:56.005Z] ---> Running in b2b24ee68a54 [2021-02-19T00:50:56.005Z] ---> Running in 5958024afaf1 [2021-02-19T00:50:56.993Z] Removing intermediate container 46390210c0b8 [2021-02-19T00:50:56.993Z] ---> 52bd95386e12 [2021-02-19T00:50:56.993Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:50:56.993Z] ---> 931327a52171 [2021-02-19T00:50:56.993Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-19T00:50:56.993Z] ---> Running in 3fb9ea136619 [2021-02-19T00:50:56.993Z] ---> Running in a89caff34ca5 [2021-02-19T00:50:58.449Z] Removing intermediate container 3fb9ea136619 [2021-02-19T00:50:58.449Z] ---> 0db9379a3f01 [2021-02-19T00:50:58.449Z] Step 24/26 : LABEL arch=arm64 [2021-02-19T00:50:58.727Z] 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-02-19T00:50:58.727Z] ---> Running in 3f2950a37531 [2021-02-19T00:50:59.328Z] 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-02-19T00:50:59.328Z] 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-02-19T00:50:59.604Z] Removing intermediate container 3f2950a37531 [2021-02-19T00:50:59.604Z] ---> b3b07c78c257 [2021-02-19T00:50:59.604Z] Step 25/26 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:50:59.604Z] ---> Running in d0dad7dca983 [2021-02-19T00:51:00.274Z] Removing intermediate container d0dad7dca983 [2021-02-19T00:51:00.274Z] ---> 2a3cb84399c1 [2021-02-19T00:51:00.274Z] Step 26/26 : LABEL version=0.0.0 [2021-02-19T00:51:00.616Z] ---> Running in 5390213a51b5 [2021-02-19T00:51:01.231Z] Removing intermediate container 5390213a51b5 [2021-02-19T00:51:01.231Z] ---> f11ac525f999 [2021-02-19T00:51:01.231Z] [2021-02-19T00:51:01.886Z] Successfully built f11ac525f999 [2021-02-19T00:51:01.886Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-19T00:51:34.242Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 077f4898fda8 [2021-02-19T00:51:34.242Z] ---> a6960f22ab3b [2021-02-19T00:51:34.242Z] [2021-02-19T00:51:34.242Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:51:34.242Z] ---> afeebe901d6b [2021-02-19T00:51:34.242Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-19T00:51:34.242Z] ---> Running in c257a85d4bcb [2021-02-19T00:51:34.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:34.242Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:51:34.242Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-19T00:51:34.242Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:51:34.242Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:51:34.242Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:51:34.242Z] OK: 6 MiB in 16 packages [2021-02-19T00:51:36.224Z] Removing intermediate container c257a85d4bcb [2021-02-19T00:51:36.224Z] ---> 10c936c4e5dd [2021-02-19T00:51:36.224Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:51:36.224Z] ---> Running in 2a373999e83a [2021-02-19T00:51:36.826Z] Removing intermediate container 2a373999e83a [2021-02-19T00:51:36.826Z] ---> 7a3639351191 [2021-02-19T00:51:36.826Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-19T00:51:37.428Z] ---> Running in feb340e5cda9 [2021-02-19T00:51:38.029Z] Removing intermediate container feb340e5cda9 [2021-02-19T00:51:38.029Z] ---> 4e659d0dd2ed [2021-02-19T00:51:38.029Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:51:38.310Z] ---> Running in 1afb38cb00cf [2021-02-19T00:51:38.912Z] Removing intermediate container 1afb38cb00cf [2021-02-19T00:51:38.912Z] ---> b22a7e4b9a6b [2021-02-19T00:51:38.912Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:51:39.911Z] ---> e88ec8854dc4 [2021-02-19T00:51:39.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-19T00:51:42.530Z] ---> b661ace8dd12 [2021-02-19T00:51:42.530Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-19T00:51:43.974Z] ---> f0530e18f346 [2021-02-19T00:51:43.974Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-19T00:51:43.974Z] ---> Running in 9a907a389fc2 [2021-02-19T00:51:44.572Z] Removing intermediate container 9a907a389fc2 [2021-02-19T00:51:44.572Z] ---> 24e9d16c41ad [2021-02-19T00:51:44.572Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:51:44.572Z] ---> Running in afa921e547f5 [2021-02-19T00:51:45.559Z] Removing intermediate container afa921e547f5 [2021-02-19T00:51:45.559Z] ---> c068d167d887 [2021-02-19T00:51:45.559Z] Step 20/22 : LABEL arch=arm64 [2021-02-19T00:51:45.559Z] ---> Running in b9b6d823f7fc [2021-02-19T00:51:46.156Z] Removing intermediate container b9b6d823f7fc [2021-02-19T00:51:46.156Z] ---> d1d2f3bbe1e1 [2021-02-19T00:51:46.156Z] Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:51:46.156Z] ---> Running in 053025d57628 [2021-02-19T00:51:47.143Z] Removing intermediate container 053025d57628 [2021-02-19T00:51:47.143Z] ---> a20cd343311b [2021-02-19T00:51:47.143Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:51:47.143Z] ---> Running in defab5de4bb4 [2021-02-19T00:51:48.140Z] Removing intermediate container defab5de4bb4 [2021-02-19T00:51:48.140Z] ---> b7380b4dd253 [2021-02-19T00:51:48.140Z] [2021-02-19T00:51:48.415Z] Successfully built b7380b4dd253 [2021-02-19T00:51:48.415Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-19T00:52:03.508Z]  Building docker-support-notifications-go ... done 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-02-19T00:52:11.802Z] Removing intermediate container b2b24ee68a54 [2021-02-19T00:52:11.802Z] ---> 49e512f52f55 [2021-02-19T00:52:11.802Z] [2021-02-19T00:52:11.802Z] Step 10/30 : FROM alpine:3.12 [2021-02-19T00:52:11.802Z] ---> afeebe901d6b [2021-02-19T00:52:11.802Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-19T00:52:11.802Z] ---> Running in 24feca0370e0 [2021-02-19T00:52:12.789Z] Removing intermediate container 24feca0370e0 [2021-02-19T00:52:12.789Z] ---> 55f46f61bc7e [2021-02-19T00:52:12.789Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-19T00:52:13.060Z] ---> Running in 48e716469002 [2021-02-19T00:52:13.331Z] Removing intermediate container 5958024afaf1 [2021-02-19T00:52:13.331Z] ---> 960cf4661d57 [2021-02-19T00:52:13.331Z] [2021-02-19T00:52:13.331Z] Step 10/24 : FROM alpine:3.12 [2021-02-19T00:52:13.331Z] ---> afeebe901d6b [2021-02-19T00:52:13.331Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-19T00:52:13.607Z] ---> Running in 007c95cc2796 [2021-02-19T00:52:14.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:14.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:14.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:15.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-19T00:52:15.134Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-19T00:52:15.427Z] (2/2) Installing su-exec (0.2-r1) [2021-02-19T00:52:15.427Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:52:15.427Z] OK: 5 MiB in 16 packages [2021-02-19T00:52:15.702Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-19T00:52:15.702Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-19T00:52:15.702Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-19T00:52:15.702Z] (4/5) Installing curl (7.69.1-r3) [2021-02-19T00:52:15.702Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-19T00:52:15.702Z] Executing busybox-1.31.1-r19.trigger [2021-02-19T00:52:15.702Z] Executing ca-certificates-20191127-r4.trigger [2021-02-19T00:52:15.984Z] OK: 7 MiB in 19 packages [2021-02-19T00:52:17.448Z] Removing intermediate container 48e716469002 [2021-02-19T00:52:17.448Z] ---> 7ef913577c9b [2021-02-19T00:52:17.448Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-19T00:52:17.718Z] ---> Running in a3a4bdde967e [2021-02-19T00:52:17.989Z] Removing intermediate container 007c95cc2796 [2021-02-19T00:52:17.989Z] ---> af4976f054c0 [2021-02-19T00:52:17.990Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-19T00:52:17.990Z] Removing intermediate container a89caff34ca5 [2021-02-19T00:52:17.990Z] ---> b4a6ac66bf03 [2021-02-19T00:52:17.990Z] [2021-02-19T00:52:17.990Z] Step 10/22 : FROM alpine:3.12 [2021-02-19T00:52:17.990Z] ---> afeebe901d6b [2021-02-19T00:52:17.990Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-19T00:52:17.990Z] ---> Using cache [2021-02-19T00:52:17.990Z] ---> a7292a547cf7 [2021-02-19T00:52:17.990Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-19T00:52:17.990Z] ---> Using cache [2021-02-19T00:52:17.990Z] ---> 6b43dfba80ac [2021-02-19T00:52:17.990Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-19T00:52:18.262Z] ---> Running in bc76d61a46e3 [2021-02-19T00:52:18.262Z] ---> Running in 1b1982fc585e [2021-02-19T00:52:18.262Z] Removing intermediate container a3a4bdde967e [2021-02-19T00:52:18.262Z] ---> 16cd6cdeae6a [2021-02-19T00:52:18.262Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-19T00:52:18.542Z] ---> Running in ec1b2dcb509c [2021-02-19T00:52:18.819Z] Removing intermediate container bc76d61a46e3 [2021-02-19T00:52:18.819Z] ---> f7040eeb7d30 [2021-02-19T00:52:18.819Z] Step 13/24 : WORKDIR / [2021-02-19T00:52:18.819Z] ---> Running in 398e4b28f67f [2021-02-19T00:52:18.819Z] Removing intermediate container 1b1982fc585e [2021-02-19T00:52:18.819Z] ---> 7d9a98ff6061 [2021-02-19T00:52:18.819Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-19T00:52:19.093Z] ---> Running in 7aee2acc4980 [2021-02-19T00:52:19.093Z] Removing intermediate container ec1b2dcb509c [2021-02-19T00:52:19.093Z] ---> 19da2278822d [2021-02-19T00:52:19.093Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-19T00:52:19.364Z] ---> Running in 19235cb7a5ee [2021-02-19T00:52:19.636Z] Removing intermediate container 398e4b28f67f [2021-02-19T00:52:19.636Z] ---> 93a770e9e964 [2021-02-19T00:52:19.636Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-19T00:52:19.636Z] Removing intermediate container 7aee2acc4980 [2021-02-19T00:52:19.636Z] ---> f862e3f68570 [2021-02-19T00:52:19.636Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:52:20.616Z] ---> 1bcb45c5384b [2021-02-19T00:52:20.616Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-19T00:52:20.616Z] ---> 318ac8390d12 [2021-02-19T00:52:20.616Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-19T00:52:21.595Z] ---> e07cf3ec9b03 [2021-02-19T00:52:21.595Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-19T00:52:22.189Z] Removing intermediate container 19235cb7a5ee [2021-02-19T00:52:22.189Z] ---> eaf02973f6e5 [2021-02-19T00:52:22.189Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-19T00:52:22.189Z] ---> c2df00c60c55 [2021-02-19T00:52:22.189Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-19T00:52:22.189Z] ---> Running in b609ca915f3a [2021-02-19T00:52:22.469Z] ---> 83bffcd45478 [2021-02-19T00:52:22.469Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-19T00:52:22.745Z] Removing intermediate container b609ca915f3a [2021-02-19T00:52:22.745Z] ---> 8cd6b1011fa4 [2021-02-19T00:52:22.745Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-19T00:52:23.357Z] ---> 8f68337e56f5 [2021-02-19T00:52:23.357Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-19T00:52:23.639Z] ---> Running in abd052143d06 [2021-02-19T00:52:23.639Z] ---> 2040e3fded92 [2021-02-19T00:52:23.639Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-19T00:52:23.925Z] ---> 0c6d474e9c7c [2021-02-19T00:52:23.925Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-19T00:52:23.925Z] ---> Running in 434e920596f0 [2021-02-19T00:52:24.197Z] Removing intermediate container abd052143d06 [2021-02-19T00:52:24.197Z] ---> 447d4543a348 [2021-02-19T00:52:24.197Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-19T00:52:24.475Z] ---> Running in 0d5db6cb80fa [2021-02-19T00:52:25.070Z] Removing intermediate container 0d5db6cb80fa [2021-02-19T00:52:25.070Z] ---> b3c73064606c [2021-02-19T00:52:25.070Z] Step 20/22 : LABEL arch=arm64 [2021-02-19T00:52:25.342Z] ---> 22d3a9755ab8 [2021-02-19T00:52:25.342Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-19T00:52:25.342Z] ---> Running in d868fd749b09 [2021-02-19T00:52:25.942Z] Removing intermediate container d868fd749b09 [2021-02-19T00:52:25.942Z] ---> 65842e3a22cf [2021-02-19T00:52:25.942Z] Step 21/22 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:52:26.219Z] ---> Running in 202cad6311e4 [2021-02-19T00:52:26.219Z] ---> 2b6ec416951d [2021-02-19T00:52:26.219Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-19T00:52:26.490Z] ---> Running in 408cbfdb8b61 [2021-02-19T00:52:26.770Z] Removing intermediate container 202cad6311e4 [2021-02-19T00:52:26.770Z] ---> 92194f7d6de3 [2021-02-19T00:52:26.770Z] Step 22/22 : LABEL version=0.0.0 [2021-02-19T00:52:26.770Z] Removing intermediate container 434e920596f0 [2021-02-19T00:52:26.770Z] ---> 5211b2a7a0a0 [2021-02-19T00:52:26.770Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-19T00:52:26.770Z] ---> Running in b41987e4498f [2021-02-19T00:52:27.366Z] Removing intermediate container b41987e4498f [2021-02-19T00:52:27.366Z] ---> 8283f87a47ae [2021-02-19T00:52:27.366Z] [2021-02-19T00:52:27.964Z] ---> d7db4b787429 [2021-02-19T00:52:27.964Z] Successfully built 8283f87a47ae [2021-02-19T00:52:27.964Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-19T00:52:27.964Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-19T00:52:29.402Z]  Building docker-support-scheduler-go ... done  ---> 69ddbcfacd22 [2021-02-19T00:52:29.402Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-19T00:52:29.402Z] Removing intermediate container 408cbfdb8b61 [2021-02-19T00:52:29.402Z] ---> da0ea9897fcd [2021-02-19T00:52:29.402Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-19T00:52:29.675Z] ---> Running in 78d385b0cb9c [2021-02-19T00:52:29.947Z] ---> 4a6ed0690720 [2021-02-19T00:52:29.947Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-19T00:52:29.947Z] Removing intermediate container 78d385b0cb9c [2021-02-19T00:52:29.947Z] ---> 3ac8d304b231 [2021-02-19T00:52:29.947Z] Step 22/24 : LABEL arch=arm64 [2021-02-19T00:52:30.221Z] ---> Running in 4bd0a091ae54 [2021-02-19T00:52:30.490Z] Removing intermediate container 4bd0a091ae54 [2021-02-19T00:52:30.490Z] ---> e2f2b1bc1542 [2021-02-19T00:52:30.490Z] Step 23/24 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:52:30.764Z] ---> 34004ec94174 [2021-02-19T00:52:30.764Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-19T00:52:30.764Z] ---> Running in e67522bd2f28 [2021-02-19T00:52:31.037Z] ---> Running in 4c3cc13e5fdf [2021-02-19T00:52:31.313Z] Removing intermediate container e67522bd2f28 [2021-02-19T00:52:31.313Z] ---> 082593ac785f [2021-02-19T00:52:31.313Z] Step 24/24 : LABEL version=0.0.0 [2021-02-19T00:52:31.313Z] ---> Running in 2eb8b675f60d [2021-02-19T00:52:31.587Z] Removing intermediate container 4c3cc13e5fdf [2021-02-19T00:52:31.587Z] ---> c88e61d22d3d [2021-02-19T00:52:31.587Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-19T00:52:31.868Z] Removing intermediate container 2eb8b675f60d [2021-02-19T00:52:31.868Z] ---> 149c65046717 [2021-02-19T00:52:31.868Z] [2021-02-19T00:52:32.145Z] Successfully built 149c65046717 [2021-02-19T00:52:32.413Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-19T00:52:32.413Z]  Building docker-security-secretstore-setup-go ... done  ---> 4e8c1f88e29d [2021-02-19T00:52:32.413Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-19T00:52:32.684Z] ---> Running in df370394c125 [2021-02-19T00:52:34.685Z] Removing intermediate container df370394c125 [2021-02-19T00:52:34.685Z] ---> 99b3ab246ef8 [2021-02-19T00:52:34.685Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-19T00:52:34.983Z] ---> Running in 98dd4acf533e [2021-02-19T00:52:35.592Z] Removing intermediate container 98dd4acf533e [2021-02-19T00:52:35.592Z] ---> fad27cd65ffe [2021-02-19T00:52:35.592Z] Step 27/30 : CMD ["gate"] [2021-02-19T00:52:35.885Z] ---> Running in d776d044d005 [2021-02-19T00:52:36.489Z] Removing intermediate container d776d044d005 [2021-02-19T00:52:36.489Z] ---> 1a94350eade0 [2021-02-19T00:52:36.489Z] Step 28/30 : LABEL arch=arm64 [2021-02-19T00:52:36.764Z] ---> Running in 273071640a4a [2021-02-19T00:52:37.357Z] Removing intermediate container 273071640a4a [2021-02-19T00:52:37.357Z] ---> 14805e1b2fcf [2021-02-19T00:52:37.357Z] Step 29/30 : LABEL git_sha=947f2c12fb082df941e406355c82021bd87e8973 [2021-02-19T00:52:37.630Z] ---> Running in 73cc258fb87b [2021-02-19T00:52:37.901Z] Removing intermediate container 73cc258fb87b [2021-02-19T00:52:37.901Z] ---> be22e92ee97f [2021-02-19T00:52:37.901Z] Step 30/30 : LABEL version=0.0.0 [2021-02-19T00:52:38.494Z] ---> Running in 7bfd90a83ea3 [2021-02-19T00:52:38.765Z] Removing intermediate container 7bfd90a83ea3 [2021-02-19T00:52:38.765Z] ---> b91a5a718661 [2021-02-19T00:52:38.765Z] [2021-02-19T00:52:39.356Z] Successfully built b91a5a718661 [2021-02-19T00:52:39.356Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-19T00:52:39.641Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-19T00:52:39.657Z] $ docker stop --time=1 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 [2021-02-19T00:52:41.667Z] $ docker rm -f 13f41a4e99049bd7b32d291e2a9588c0f6f19e8e02c03d4dba823d6d5c0c6e60 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-19T00:52:42.318Z] + grep docker [2021-02-19T00:52:42.318Z] + docker images [2021-02-19T00:52:42.588Z] docker-security-bootstrapper-go-arm64 latest b91a5a718661 4 seconds ago 17.2MB [2021-02-19T00:52:42.588Z] docker-security-secretstore-setup-go-arm64 latest 149c65046717 11 seconds ago 23.6MB [2021-02-19T00:52:42.588Z] docker-support-scheduler-go-arm64 latest 8283f87a47ae 15 seconds ago 16.3MB [2021-02-19T00:52:42.588Z] docker-support-notifications-go-arm64 latest b7380b4dd253 55 seconds ago 16.8MB [2021-02-19T00:52:42.588Z] docker-sys-mgmt-agent-go-arm64 latest f11ac525f999 About a minute ago 300MB [2021-02-19T00:52:42.588Z] docker-core-data-go-arm64 latest d953ab0cee63 2 minutes ago 21.1MB [2021-02-19T00:52:42.588Z] docker-core-metadata-go-arm64 latest 642d8928120c 3 minutes ago 17.9MB [2021-02-19T00:52:42.588Z] docker-core-command-go-arm64 latest 262e8dbe71f0 3 minutes ago 16.2MB [2021-02-19T00:52:42.588Z] docker-security-proxy-setup-go-arm64 latest 29623e625587 3 minutes ago 23.4MB [2021-02-19T00:52:42.588Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:52:45.988Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:52:46.870Z] ---> package-listing.sh [2021-02-19T00:52:46.870Z] ++ facter osfamily [2021-02-19T00:52:46.870Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-19T00:52:46.870Z] + OS_FAMILY=redhat [2021-02-19T00:52:46.870Z] + workspace=/w/workspace/edgex-go/66 [2021-02-19T00:52:46.870Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-19T00:52:46.870Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-19T00:52:46.870Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-19T00:52:46.870Z] + PACKAGES=/tmp/packages_start.txt [2021-02-19T00:52:46.870Z] + '[' /w/workspace/edgex-go/66 ']' [2021-02-19T00:52:46.870Z] + PACKAGES=/tmp/packages_end.txt [2021-02-19T00:52:46.870Z] + case "${OS_FAMILY}" in [2021-02-19T00:52:46.870Z] + rpm -qa [2021-02-19T00:52:46.870Z] + sort [2021-02-19T00:52:52.161Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-19T00:52:52.161Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-19T00:52:52.161Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-19T00:52:52.161Z] + '[' /w/workspace/edgex-go/66 ']' [2021-02-19T00:52:52.161Z] + mkdir -p /w/workspace/edgex-go/66/archives/ [2021-02-19T00:52:52.161Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/66/archives/ [Pipeline] echo [2021-02-19T00:52:52.175Z] 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/66/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-19T00:52:52.470Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:52:52.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:52:52.772Z] [2021-02-19T00:52:52.772Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-19T00:52:53.147Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:52:53.148Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-19T00:52:53.148Z] df20fa9351a1: Pulling fs layer [2021-02-19T00:52:53.148Z] 36b3adc4ff6f: Pulling fs layer [2021-02-19T00:52:53.148Z] 8ad3a11d3b57: Pulling fs layer [2021-02-19T00:52:53.148Z] 46f8f816bc3b: Pulling fs layer [2021-02-19T00:52:53.148Z] 93b61091891f: Pulling fs layer [2021-02-19T00:52:53.148Z] 93b9cdb0e59b: Pulling fs layer [2021-02-19T00:52:53.148Z] 5e14af77c1be: Pulling fs layer [2021-02-19T00:52:53.148Z] 01666e4c0597: Pulling fs layer [2021-02-19T00:52:53.148Z] aa168da1d23b: Pulling fs layer [2021-02-19T00:52:53.148Z] 93b61091891f: Waiting [2021-02-19T00:52:53.148Z] 93b9cdb0e59b: Waiting [2021-02-19T00:52:53.148Z] 5e14af77c1be: Waiting [2021-02-19T00:52:53.148Z] 01666e4c0597: Waiting [2021-02-19T00:52:53.148Z] aa168da1d23b: Waiting [2021-02-19T00:52:53.148Z] 46f8f816bc3b: Waiting [2021-02-19T00:52:53.148Z] 36b3adc4ff6f: Verifying Checksum [2021-02-19T00:52:53.148Z] 36b3adc4ff6f: Download complete [2021-02-19T00:52:53.148Z] 46f8f816bc3b: Verifying Checksum [2021-02-19T00:52:53.148Z] 46f8f816bc3b: Download complete [2021-02-19T00:52:53.148Z] df20fa9351a1: Verifying Checksum [2021-02-19T00:52:53.148Z] df20fa9351a1: Download complete [2021-02-19T00:52:53.412Z] 93b9cdb0e59b: Verifying Checksum [2021-02-19T00:52:53.412Z] 93b9cdb0e59b: Download complete [2021-02-19T00:52:53.412Z] 5e14af77c1be: Verifying Checksum [2021-02-19T00:52:53.412Z] 5e14af77c1be: Download complete [2021-02-19T00:52:53.412Z] 01666e4c0597: Verifying Checksum [2021-02-19T00:52:53.412Z] 01666e4c0597: Download complete [2021-02-19T00:52:53.412Z] 93b61091891f: Verifying Checksum [2021-02-19T00:52:53.412Z] 93b61091891f: Download complete [2021-02-19T00:52:53.412Z] df20fa9351a1: Pull complete [2021-02-19T00:52:53.677Z] 8ad3a11d3b57: Download complete [2021-02-19T00:52:53.677Z] 36b3adc4ff6f: Pull complete [2021-02-19T00:52:55.080Z] aa168da1d23b: Verifying Checksum [2021-02-19T00:52:55.080Z] aa168da1d23b: Download complete [2021-02-19T00:52:55.653Z] 8ad3a11d3b57: Pull complete [2021-02-19T00:52:56.224Z] 46f8f816bc3b: Pull complete [2021-02-19T00:52:57.176Z] 93b61091891f: Pull complete [2021-02-19T00:52:57.176Z] 93b9cdb0e59b: Pull complete [2021-02-19T00:52:57.437Z] 5e14af77c1be: Pull complete [2021-02-19T00:52:57.437Z] 01666e4c0597: Pull complete [2021-02-19T00:53:04.048Z] aa168da1d23b: Pull complete [2021-02-19T00:53:04.048Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-19T00:53:04.048Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-19T00:53:04.048Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-19T00:53:04.183Z] prd-centos7-docker-4c-2g-26864 does not seem to be running inside a container [2021-02-19T00:53:04.234Z] $ 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/66/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/66 -v /w/workspace/edgex-go/66:/w/workspace/edgex-go/66:rw,z -v /w/workspace/edgex-go/66@tmp:/w/workspace/edgex-go/66@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-02-19T00:53:08.861Z] $ docker top 14807e12b33ed56e4f4e19da3dcada12d5d652ddd06c7fcfa9d0702cb000cca8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-19T00:53:09.371Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-19T00:53:09.671Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-19T00:53:09.984Z] + ls /var/log/sa-host [2021-02-19T00:53:09.984Z] + sadf -c /var/log/sa-host/sa19 [2021-02-19T00:53:09.984Z] file_magic: OK [2021-02-19T00:53:09.984Z] HZ: Using current value: 100 [2021-02-19T00:53:09.984Z] file_header: OK [2021-02-19T00:53:09.984Z] 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-02-19T00:53:09.984Z] Statistics: [2021-02-19T00:53:09.984Z] 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... [2021-02-19T00:53:09.984Z] File successfully converted to sysstat format version 12.2.1 [2021-02-19T00:53:09.984Z] + sadf -c /var/log/sa-host/sa23 [2021-02-19T00:53:09.984Z] file_magic: OK [2021-02-19T00:53:09.984Z] HZ: Using current value: 100 [2021-02-19T00:53:09.984Z] file_header: OK [2021-02-19T00:53:09.984Z] 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-02-19T00:53:09.984Z] Statistics: [2021-02-19T00:53:09.984Z] Hnuu...uuuununununu... [2021-02-19T00:53:09.984Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-19T00:53:10.191Z] provisioning config files... [2021-02-19T00:53:10.204Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/66@tmp/config1635962799691925342tmp [Pipeline] { [Pipeline] echo [2021-02-19T00:53:10.328Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:10.622Z] ---> create-netrc.sh [Pipeline] } [2021-02-19T00:53:10.631Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-19T00:53:10.752Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:11.044Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-19T00:53:11.053Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:11.347Z] ---> sudo-logs.sh [2021-02-19T00:53:11.347Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-19T00:53:11.407Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:11.696Z] ---> job-cost.sh [2021-02-19T00:53:11.696Z] lf-activate-venv: SKIPPING [2021-02-19T00:53:11.696Z] INFO: No Stack... [2021-02-19T00:53:12.642Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-19T00:53:12.903Z] INFO: Archiving Costs [Pipeline] echo [2021-02-19T00:53:12.917Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-19T00:53:13.212Z] ---> logs-deploy.sh [2021-02-19T00:53:13.212Z] lf-activate-venv: SKIPPING [2021-02-19T00:53:13.212Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/66 [2021-02-19T00:53:13.212Z] INFO: archiving workspace using pattern(s): [2021-02-19T00:53:14.597Z] Archives upload complete. [2021-02-19T00:53:14.597Z] INFO: archiving logs to Nexus [2021-02-19T00:53:15.541Z] ---> uname -a: [2021-02-19T00:53:15.541Z] Linux prd-centos7-docker-4c-2g-26864.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-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> lscpu: [2021-02-19T00:53:15.541Z] Architecture: x86_64 [2021-02-19T00:53:15.541Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-19T00:53:15.541Z] Byte Order: Little Endian [2021-02-19T00:53:15.541Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-19T00:53:15.541Z] CPU(s): 4 [2021-02-19T00:53:15.541Z] On-line CPU(s) list: 0-3 [2021-02-19T00:53:15.541Z] Thread(s) per core: 1 [2021-02-19T00:53:15.541Z] Core(s) per socket: 1 [2021-02-19T00:53:15.541Z] Socket(s): 4 [2021-02-19T00:53:15.541Z] NUMA node(s): 1 [2021-02-19T00:53:15.541Z] Vendor ID: GenuineIntel [2021-02-19T00:53:15.541Z] CPU family: 6 [2021-02-19T00:53:15.541Z] Model: 44 [2021-02-19T00:53:15.541Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-19T00:53:15.541Z] Stepping: 1 [2021-02-19T00:53:15.541Z] CPU MHz: 2933.436 [2021-02-19T00:53:15.541Z] BogoMIPS: 5866.87 [2021-02-19T00:53:15.541Z] Virtualization: VT-x [2021-02-19T00:53:15.541Z] Hypervisor vendor: KVM [2021-02-19T00:53:15.541Z] Virtualization type: full [2021-02-19T00:53:15.541Z] L1d cache: 128 KiB [2021-02-19T00:53:15.541Z] L1i cache: 128 KiB [2021-02-19T00:53:15.541Z] L2 cache: 16 MiB [2021-02-19T00:53:15.541Z] L3 cache: 64 MiB [2021-02-19T00:53:15.541Z] NUMA node0 CPU(s): 0-3 [2021-02-19T00:53:15.541Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-19T00:53:15.541Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-19T00:53:15.541Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-19T00:53:15.541Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-19T00:53:15.541Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-19T00:53:15.541Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-19T00:53:15.541Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-19T00:53:15.541Z] Vulnerability Srbds: Not affected [2021-02-19T00:53:15.541Z] Vulnerability Tsx async abort: Not affected [2021-02-19T00:53:15.541Z] 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-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> nproc: [2021-02-19T00:53:15.541Z] 4 [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> df -h: [2021-02-19T00:53:15.541Z] Filesystem Size Used Available Use% Mounted on [2021-02-19T00:53:15.541Z] overlay 50.0G 12.6G 37.4G 25% / [2021-02-19T00:53:15.541Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-19T00:53:15.541Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-19T00:53:15.541Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /facter-os [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/resolv.conf [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hostname [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /etc/hosts [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/auth.log [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /run/cloud-init/result.json [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/sa-host [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /var/log/secure [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/66@tmp [2021-02-19T00:53:15.541Z] /dev/vda1 50.0G 12.6G 37.4G 25% /w/workspace/edgex-go/66 [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> free -m: [2021-02-19T00:53:15.541Z] total used free shared buff/cache available [2021-02-19T00:53:15.541Z] Mem: 1837 667 124 0 1045 1088 [2021-02-19T00:53:15.541Z] Swap: 1023 61 962 [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> ip addr: [2021-02-19T00:53:15.541Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-19T00:53:15.541Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-19T00:53:15.541Z] inet 127.0.0.1/8 scope host lo [2021-02-19T00:53:15.541Z] valid_lft forever preferred_lft forever [2021-02-19T00:53:15.541Z] inet6 ::1/128 scope host [2021-02-19T00:53:15.541Z] valid_lft forever preferred_lft forever [2021-02-19T00:53:15.541Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-19T00:53:15.541Z] link/ether fa:16:3e:22:ac:6d brd ff:ff:ff:ff:ff:ff [2021-02-19T00:53:15.541Z] inet 10.30.122.183/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-19T00:53:15.541Z] valid_lft 85050sec preferred_lft 85050sec [2021-02-19T00:53:15.541Z] inet6 fe80::f816:3eff:fe22:ac6d/64 scope link [2021-02-19T00:53:15.541Z] valid_lft forever preferred_lft forever [2021-02-19T00:53:15.541Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-19T00:53:15.541Z] link/ether 02:42:bd:da:b1:6a brd ff:ff:ff:ff:ff:ff [2021-02-19T00:53:15.541Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-19T00:53:15.541Z] valid_lft forever preferred_lft forever [2021-02-19T00:53:15.541Z] inet6 fe80::42:bdff:feda:b16a/64 scope link [2021-02-19T00:53:15.541Z] valid_lft forever preferred_lft forever [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] ---> sar -b -r -n DEV: [2021-02-19T00:53:15.541Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] 00:30:34 LINUX RESTART (4 CPU) [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-19T00:53:15.541Z] 00:32:01 78.77 28.76 50.01 0.00 7254.72 9399.25 0.00 [2021-02-19T00:53:15.541Z] 00:33:01 201.61 95.89 105.73 0.00 6179.86 44094.24 0.00 [2021-02-19T00:53:15.541Z] 00:34:01 254.76 88.70 166.06 0.00 3918.54 23085.44 0.00 [2021-02-19T00:53:15.541Z] 00:35:01 130.89 50.63 80.26 0.00 2091.52 9861.81 0.00 [2021-02-19T00:53:15.541Z] 00:36:02 174.77 48.41 126.36 0.00 7120.34 45961.20 0.00 [2021-02-19T00:53:15.541Z] 00:37:02 3178.57 2774.88 403.69 0.00 204804.34 253453.22 0.00 [2021-02-19T00:53:15.541Z] 00:38:01 791.29 558.45 232.84 0.00 40233.27 53980.48 0.00 [2021-02-19T00:53:15.541Z] 00:39:01 2583.34 2190.13 393.21 0.00 143137.34 188408.51 0.00 [2021-02-19T00:53:15.541Z] 00:40:02 1191.70 914.95 276.75 0.00 66646.70 90281.65 0.00 [2021-02-19T00:53:15.541Z] 00:41:01 108.77 15.02 93.75 0.00 2992.75 8843.57 0.00 [2021-02-19T00:53:15.541Z] 00:42:01 1.67 0.35 1.32 0.00 131.47 19.53 0.00 [2021-02-19T00:53:15.541Z] 00:43:01 0.22 0.00 0.22 0.00 0.00 2.10 0.00 [2021-02-19T00:53:15.541Z] 00:44:01 0.37 0.02 0.35 0.00 0.40 3.90 0.00 [2021-02-19T00:53:15.541Z] 00:45:01 0.27 0.02 0.25 0.00 0.53 2.47 0.00 [2021-02-19T00:53:15.541Z] 00:46:01 1.72 1.35 0.37 0.00 47.70 5.10 0.00 [2021-02-19T00:53:15.541Z] 00:47:01 0.82 0.03 0.78 0.00 0.80 14.54 0.00 [2021-02-19T00:53:15.541Z] 00:48:01 0.28 0.00 0.28 0.00 0.00 3.40 0.00 [2021-02-19T00:53:15.541Z] 00:49:01 0.23 0.00 0.23 0.00 0.00 2.61 0.00 [2021-02-19T00:53:15.541Z] 00:50:01 0.28 0.02 0.27 0.00 1.07 2.35 0.00 [2021-02-19T00:53:15.541Z] 00:51:01 0.32 0.02 0.30 0.00 0.53 3.31 0.00 [2021-02-19T00:53:15.541Z] 00:52:01 0.22 0.00 0.22 0.00 0.00 2.62 0.00 [2021-02-19T00:53:15.541Z] 00:53:01 99.12 59.75 39.36 0.00 5708.66 12026.15 0.00 [2021-02-19T00:53:15.541Z] Average: 399.09 309.54 89.55 0.00 22222.78 33563.95 0.00 [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-19T00:53:15.541Z] 00:32:01 73484 0 628480 33.40 2620 1176960 1305292 44.55 503080 1098724 59168 [2021-02-19T00:53:15.541Z] 00:33:01 88964 0 667432 35.47 2032 1123116 1430556 48.82 567468 979840 51260 [2021-02-19T00:53:15.541Z] 00:34:01 268664 0 694548 36.91 1492 916840 1308704 44.66 557048 769184 41380 [2021-02-19T00:53:15.541Z] 00:35:01 224768 0 749604 39.84 776 906396 1746772 59.61 620040 738908 59568 [2021-02-19T00:53:15.541Z] 00:36:02 78456 0 677928 36.03 164 1124996 1249056 42.63 691892 833608 81396 [2021-02-19T00:53:15.541Z] 00:37:02 78304 0 790468 42.01 0 1012772 2326256 79.39 774792 799620 72716 [2021-02-19T00:53:15.541Z] 00:38:01 553780 0 657596 34.95 0 670168 1353476 46.19 377720 694076 92 [2021-02-19T00:53:15.541Z] 00:39:01 76332 0 706660 37.56 0 1098552 1955264 66.73 643408 937544 3888 [2021-02-19T00:53:15.541Z] 00:40:02 157396 0 655812 34.85 0 1068336 1711348 58.41 541780 938120 11748 [2021-02-19T00:53:15.541Z] 00:41:01 111028 0 589568 31.33 0 1180948 1220984 41.67 494188 1023064 20 [2021-02-19T00:53:15.541Z] 00:42:01 111840 0 584876 31.08 0 1184828 1169332 39.91 495988 1022112 12 [2021-02-19T00:53:15.541Z] 00:43:01 112876 0 583828 31.03 0 1184840 1158132 39.53 495784 1021760 12 [2021-02-19T00:53:15.541Z] 00:44:01 113216 0 583492 31.01 0 1184836 1158024 39.52 495264 1021756 12 [2021-02-19T00:53:15.541Z] 00:45:01 113628 0 583064 30.99 0 1184852 1158024 39.52 495180 1021784 8 [2021-02-19T00:53:15.541Z] 00:46:01 111900 0 584056 31.04 0 1185588 1158024 39.52 495388 1022376 16 [2021-02-19T00:53:15.541Z] 00:47:01 111272 0 584660 31.07 0 1185612 1158120 39.52 495820 1022400 8 [2021-02-19T00:53:15.541Z] 00:48:01 112092 0 583832 31.03 0 1185620 1158024 39.52 495320 1022400 8 [2021-02-19T00:53:15.541Z] 00:49:01 112168 0 583684 31.02 0 1185692 1158024 39.52 495516 1022416 24 [2021-02-19T00:53:15.541Z] 00:50:01 112152 0 583780 31.03 0 1185612 1158024 39.52 495336 1022400 12 [2021-02-19T00:53:15.541Z] 00:51:01 112332 0 583584 31.02 0 1185628 1158024 39.52 495336 1022432 8 [2021-02-19T00:53:15.541Z] 00:52:01 111212 0 584676 31.07 0 1185656 1158120 39.52 495852 1022452 8 [2021-02-19T00:53:15.541Z] 00:53:01 67204 0 668508 35.53 0 1145832 1585396 54.11 658428 882592 94900 [2021-02-19T00:53:15.541Z] Average: 136958 0 632279 33.60 322 1111985 1361044 46.45 540029 951799 21648 [2021-02-19T00:53:15.541Z] [2021-02-19T00:53:15.541Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-19T00:53:15.541Z] 00:32:01 veth7dcc761 349.66 318.46 34.92 1021.28 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:32:01 eth0 1311.05 987.69 4714.11 153.90 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:32:01 docker0 349.66 318.32 30.14 1021.27 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:33:01 veth1c15367 36.54 52.77 2.42 259.21 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:33:01 eth0 876.58 856.75 4766.11 84.89 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:33:01 docker0 582.02 555.93 43.95 1923.38 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:34:01 veth773c3f1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.541Z] 00:34:01 eth0 213.00 174.98 611.46 61.85 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:34:01 docker0 141.65 166.62 10.76 581.22 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:35:01 veth773c3f1 2.13 2.13 0.17 0.17 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:35:01 eth0 32.49 19.67 22.70 36.56 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:35:01 docker0 2.13 2.13 0.14 0.17 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:36:02 vethe558036 0.00 0.11 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:36:02 eth0 228.03 192.34 1684.46 78.46 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:37:02 vethe558036 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:37:02 eth0 46.95 31.78 163.23 9.12 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:37:02 docker0 22.37 28.97 1.32 148.45 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:38:01 vethe558036 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:38:01 eth0 54.21 37.14 183.21 44.57 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:38:01 veth50d1cae 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:39:01 vethe558036 0.00 0.35 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:39:01 eth0 75.10 39.21 195.96 46.81 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:39:01 docker0 1113.11 1114.14 86.99 3936.22 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:40:02 vethe558036 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:40:02 veth219593c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:40:02 eth0 158.93 120.38 1317.44 49.16 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:41:01 eth0 106.79 57.06 431.69 42.72 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:41:01 docker0 1173.28 1219.01 91.13 4511.09 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:42:01 eth0 0.68 0.38 0.40 0.26 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:43:01 eth0 1.43 0.48 0.59 0.36 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:44:01 eth0 0.15 0.07 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:45:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:47:01 eth0 0.32 0.25 0.17 0.08 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:49:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:50:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:51:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:52:01 eth0 0.45 0.38 0.26 0.14 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:53:01 eth0 209.24 171.50 2167.28 40.19 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] Average: eth0 150.96 122.52 740.75 29.55 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] Average: docker0 52.49 54.54 4.08 201.82 0.00 0.00 0.00 0.00 [2021-02-19T00:53:15.542Z] [2021-02-19T00:53:15.542Z] [2021-02-19T00:53:15.542Z] ---> sar -P ALL: [2021-02-19T00:53:15.542Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/19/21 _x86_64_ (4 CPU) [2021-02-19T00:53:15.542Z] [2021-02-19T00:53:15.542Z] 00:30:34 LINUX RESTART (4 CPU) [2021-02-19T00:53:15.542Z] [2021-02-19T00:53:15.542Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2021-02-19T00:53:15.542Z] 00:32:01 all 14.70 0.00 4.40 2.33 0.29 78.28 [2021-02-19T00:53:15.542Z] 00:32:01 0 13.65 0.00 5.86 1.98 0.29 78.22 [2021-02-19T00:53:15.542Z] 00:32:01 1 15.39 0.00 4.36 0.85 0.27 79.13 [2021-02-19T00:53:15.542Z] 00:32:01 2 15.71 0.00 4.15 4.81 0.34 74.98 [2021-02-19T00:53:15.542Z] 00:32:01 3 14.03 0.00 3.25 1.68 0.27 80.77 [2021-02-19T00:53:15.542Z] 00:33:01 all 12.71 0.00 5.12 1.05 0.12 81.00 [2021-02-19T00:53:15.542Z] 00:33:01 0 13.00 0.00 5.90 0.76 0.12 80.22 [2021-02-19T00:53:15.542Z] 00:33:01 1 15.75 0.00 5.27 0.73 0.14 78.10 [2021-02-19T00:53:15.542Z] 00:33:01 2 11.28 0.00 4.64 1.62 0.12 82.34 [2021-02-19T00:53:15.542Z] 00:33:01 3 10.81 0.00 4.65 1.09 0.12 83.33 [2021-02-19T00:53:15.542Z] 00:34:01 all 30.91 0.00 8.39 6.68 0.15 53.86 [2021-02-19T00:53:15.542Z] 00:34:01 0 29.67 0.00 8.77 7.10 0.17 54.29 [2021-02-19T00:53:15.542Z] 00:34:01 1 32.09 0.00 8.98 5.02 0.15 53.74 [2021-02-19T00:53:15.542Z] 00:34:01 2 31.47 0.00 8.09 8.48 0.15 51.81 [2021-02-19T00:53:15.542Z] 00:34:01 3 30.40 0.00 7.72 6.13 0.14 55.61 [2021-02-19T00:53:15.542Z] 00:35:01 all 51.80 0.00 11.50 3.21 0.16 33.33 [2021-02-19T00:53:15.542Z] 00:35:01 0 53.20 0.00 11.37 2.75 0.17 32.52 [2021-02-19T00:53:15.542Z] 00:35:01 1 51.73 0.00 11.28 3.29 0.10 33.59 [2021-02-19T00:53:15.542Z] 00:35:01 2 51.10 0.00 11.56 2.68 0.17 34.49 [2021-02-19T00:53:15.542Z] 00:35:01 3 51.16 0.00 11.81 4.13 0.17 32.73 [2021-02-19T00:53:15.542Z] 00:36:02 all 30.05 0.00 10.19 6.76 0.18 52.81 [2021-02-19T00:53:15.542Z] 00:36:02 0 29.41 0.00 10.54 4.54 0.15 55.36 [2021-02-19T00:53:15.542Z] 00:36:02 1 28.82 0.00 10.02 9.92 0.19 51.07 [2021-02-19T00:53:15.542Z] 00:36:02 2 33.67 0.00 10.56 7.13 0.19 48.45 [2021-02-19T00:53:15.542Z] 00:36:02 3 28.32 0.00 9.64 5.47 0.20 56.38 [2021-02-19T00:53:15.542Z] 00:37:02 all 23.65 0.00 23.06 23.94 0.51 28.84 [2021-02-19T00:53:15.542Z] 00:37:02 0 21.90 0.00 23.57 23.50 0.52 30.51 [2021-02-19T00:53:15.542Z] 00:37:02 1 23.13 0.00 23.49 23.70 0.57 29.11 [2021-02-19T00:53:15.542Z] 00:37:02 2 23.38 0.00 22.29 24.77 0.53 29.03 [2021-02-19T00:53:15.542Z] 00:37:02 3 26.23 0.00 22.90 23.77 0.42 26.68 [2021-02-19T00:53:15.542Z] 00:38:01 all 55.65 0.00 13.25 15.78 0.19 15.13 [2021-02-19T00:53:15.542Z] 00:38:01 0 55.94 0.00 12.49 12.46 0.21 18.90 [2021-02-19T00:53:15.542Z] 00:38:01 1 55.69 0.00 13.02 15.95 0.21 15.13 [2021-02-19T00:53:15.542Z] 00:38:01 2 56.53 0.00 13.34 17.33 0.16 12.64 [2021-02-19T00:53:15.542Z] 00:38:01 3 54.44 0.00 14.15 17.36 0.18 13.88 [2021-02-19T00:53:15.542Z] 00:39:01 all 17.73 0.00 18.27 29.59 0.37 34.03 [2021-02-19T00:53:15.542Z] 00:39:01 0 17.60 0.00 17.79 28.89 0.33 35.39 [2021-02-19T00:53:15.542Z] 00:39:01 1 18.29 0.00 18.48 30.71 0.43 32.08 [2021-02-19T00:53:15.542Z] 00:39:01 2 17.76 0.00 18.16 30.31 0.42 33.36 [2021-02-19T00:53:15.542Z] 00:39:01 3 17.27 0.00 18.67 28.45 0.28 35.33 [2021-02-19T00:53:15.542Z] 00:40:02 all 48.36 0.00 15.44 16.24 0.26 19.70 [2021-02-19T00:53:15.542Z] 00:40:02 0 48.54 0.00 15.69 15.76 0.26 19.75 [2021-02-19T00:53:15.542Z] 00:40:02 1 47.84 0.00 15.63 19.85 0.26 16.41 [2021-02-19T00:53:15.542Z] 00:40:02 2 48.74 0.00 15.64 17.18 0.22 18.22 [2021-02-19T00:53:15.542Z] 00:40:02 3 48.31 0.00 14.79 12.16 0.31 24.42 [2021-02-19T00:53:15.542Z] 00:41:01 all 5.74 0.00 3.43 4.14 0.06 86.63 [2021-02-19T00:53:15.542Z] 00:41:01 0 7.15 0.00 3.72 3.91 0.07 85.14 [2021-02-19T00:53:15.542Z] 00:41:01 1 3.48 0.00 3.50 5.70 0.09 87.23 [2021-02-19T00:53:15.542Z] 00:41:01 2 8.51 0.00 3.58 4.93 0.03 82.94 [2021-02-19T00:53:15.542Z] 00:41:01 3 3.80 0.00 2.93 2.01 0.05 91.21 [2021-02-19T00:53:15.542Z] 00:42:01 all 0.19 0.00 0.05 0.01 0.00 99.75 [2021-02-19T00:53:15.542Z] 00:42:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2021-02-19T00:53:15.542Z] 00:42:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-19T00:53:15.542Z] 00:42:01 2 0.08 0.00 0.02 0.02 0.00 99.88 [2021-02-19T00:53:15.542Z] 00:42:01 3 0.08 0.00 0.08 0.03 0.00 99.80 [2021-02-19T00:53:15.542Z] [2021-02-19T00:53:15.542Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2021-02-19T00:53:15.542Z] 00:43:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2021-02-19T00:53:15.542Z] 00:43:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-19T00:53:15.542Z] 00:43:01 1 0.52 0.00 0.03 0.00 0.02 99.43 [2021-02-19T00:53:15.542Z] 00:43:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-19T00:53:15.542Z] 00:43:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-19T00:53:15.542Z] 00:44:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-19T00:53:15.542Z] 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-19T00:53:15.542Z] 00:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-19T00:53:15.542Z] 00:44:01 2 0.00 0.00 0.03 0.00 0.00 99.97 [2021-02-19T00:53:15.542Z] 00:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.542Z] 00:45:01 all 0.15 0.00 0.05 0.00 0.00 99.80 [2021-02-19T00:53:15.542Z] 00:45:01 0 0.00 0.00 0.05 0.00 0.00 99.95 [2021-02-19T00:53:15.542Z] 00:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-19T00:53:15.542Z] 00:45:01 2 0.07 0.00 0.10 0.00 0.00 99.83 [2021-02-19T00:53:15.542Z] 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T00:53:15.542Z] 00:46:01 all 0.14 0.00 0.05 0.02 0.00 99.80 [2021-02-19T00:53:15.542Z] 00:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.542Z] 00:46:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2021-02-19T00:53:15.542Z] 00:46:01 2 0.03 0.00 0.10 0.07 0.00 99.80 [2021-02-19T00:53:15.542Z] 00:46:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T00:53:15.542Z] 00:47:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-19T00:53:15.542Z] 00:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-19T00:53:15.542Z] 00:47:01 1 0.20 0.00 0.05 0.00 0.00 99.75 [2021-02-19T00:53:15.542Z] 00:47:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-19T00:53:15.542Z] 00:47:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T00:53:15.542Z] 00:48:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-02-19T00:53:15.542Z] 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.542Z] 00:48:01 1 0.50 0.00 0.03 0.00 0.00 99.47 [2021-02-19T00:53:15.542Z] 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T00:53:15.542Z] 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.542Z] 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-19T00:53:15.542Z] 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-19T00:53:15.542Z] 00:49:01 1 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-19T00:53:15.542Z] 00:49:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-19T00:53:15.543Z] 00:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-19T00:53:15.543Z] 00:50:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-19T00:53:15.543Z] 00:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.543Z] 00:50:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-19T00:53:15.543Z] 00:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-19T00:53:15.543Z] 00:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.543Z] 00:51:01 all 0.13 0.00 0.02 0.00 0.00 99.84 [2021-02-19T00:53:15.543Z] 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-19T00:53:15.543Z] 00:51:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-19T00:53:15.543Z] 00:51:01 2 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-19T00:53:15.543Z] 00:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.543Z] 00:52:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-02-19T00:53:15.543Z] 00:52:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.543Z] 00:52:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-19T00:53:15.543Z] 00:52:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-19T00:53:15.543Z] 00:52:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-19T00:53:15.543Z] 00:53:01 all 4.25 0.00 2.17 2.07 0.03 91.48 [2021-02-19T00:53:15.543Z] 00:53:01 0 4.08 0.00 2.47 2.28 0.02 91.15 [2021-02-19T00:53:15.543Z] 00:53:01 1 4.10 0.00 1.89 0.65 0.03 93.32 [2021-02-19T00:53:15.543Z] 00:53:01 2 3.62 0.00 1.96 1.02 0.02 93.38 [2021-02-19T00:53:15.543Z] 00:53:01 3 5.20 0.00 2.35 4.34 0.07 88.05 [2021-02-19T00:53:15.543Z] [2021-02-19T00:53:15.543Z] Average: CPU %user %nice %system %iowait %steal %idle [2021-02-19T00:53:15.543Z] Average: all 13.22 0.00 5.12 4.94 0.10 76.62 [2021-02-19T00:53:15.543Z] Average: 0 13.09 0.00 5.26 4.59 0.10 76.95 [2021-02-19T00:53:15.543Z] Average: 1 13.43 0.00 5.15 5.14 0.11 76.18 [2021-02-19T00:53:15.543Z] Average: 2 13.46 0.00 5.08 5.33 0.11 76.03 [2021-02-19T00:53:15.543Z] Average: 3 12.90 0.00 4.99 4.68 0.10 77.33 [2021-02-19T00:53:15.543Z] [2021-02-19T00:53:15.543Z] [2021-02-19T00:53:15.543Z]