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 gao270615179 for edgexfoundry/edgex-go Loading trusted files from base branch master at eb962563c78e340597fe6b0a01e022bbdd66f5a5 rather than 457432279def2d58d5b30d678bd4021ea9654a85 Obtained Jenkinsfile from eb962563c78e340597fe6b0a01e022bbdd66f5a5 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-22735 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/9 [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/9 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 Merge succeeded, producing 4070939131871f549636fed5b42b9d4dfb71b503 Checking out Revision 4070939131871f549636fed5b42b9d4dfb71b503 (PR-3034) > git config core.sparsecheckout # timeout=10 > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # 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 eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4070939131871f549636fed5b42b9d4dfb71b503 # timeout=10 Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-26T00:30:25.749Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-26T00:30:26.010Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-26T00:30:26.101Z] ========================================================= [2021-01-26T00:30:26.101Z] EdgeX Global Pipelines Version Info [2021-01-26T00:30:26.101Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:30:27.560Z] ------------------- [2021-01-26T00:30:27.560Z] stable info: [2021-01-26T00:30:27.560Z] ------------------- [2021-01-26T00:30:27.560Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:30:27.560Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:30:27.560Z] Message: update stable to v1.0.179 [2021-01-26T00:30:28.508Z] ------------------- [2021-01-26T00:30:28.508Z] experimental info: [2021-01-26T00:30:28.508Z] ------------------- [2021-01-26T00:30:28.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-26T00:30:28.508Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-26T00:30:28.508Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-26T00:30:28.838Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-26T00:30:28.923Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-26T00:30:29.007Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-26T00:30:29.098Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-26T00:30:29.187Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-26T00:30:29.270Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-26T00:30:29.354Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-26T00:30:29.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-26T00:30:29.527Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-26T00:30:29.617Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-26T00:30:29.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-26T00:30:29.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-26T00:30:29.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-26T00:30:30.012Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-26T00:30:30.187Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T00:30:30.271Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-26T00:30:30.391Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-26T00:30:30.518Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-26T00:30:30.611Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-26T00:30:30.747Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-26T00:30:30.882Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-26T00:30:30.972Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-26T00:30:31.091Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-26T00:30:31.197Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3034 [Pipeline] echo [2021-01-26T00:30:31.282Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3034 [Pipeline] echo [2021-01-26T00:30:31.363Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3034 [Pipeline] echo [2021-01-26T00:30:31.510Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] echo [2021-01-26T00:30:31.596Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4070939 [Pipeline] echo [2021-01-26T00:30:31.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T00:30:31.862Z] provisioning config files... [2021-01-26T00:30:31.890Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config9006686234425237606tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:30:32.238Z] ---> docker-login.sh [2021-01-26T00:30:32.238Z] nexus3.edgexfoundry.org:10001 [2021-01-26T00:30:32.507Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:30:32.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:30:32.769Z] Configure a credential helper to remove this warning. See [2021-01-26T00:30:32.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:30:32.769Z] [2021-01-26T00:30:32.769Z] Login Succeeded [2021-01-26T00:30:32.769Z] nexus3.edgexfoundry.org:10002 [2021-01-26T00:30:32.769Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:30:33.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:30:33.033Z] Configure a credential helper to remove this warning. See [2021-01-26T00:30:33.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:30:33.033Z] [2021-01-26T00:30:33.033Z] Login Succeeded [2021-01-26T00:30:33.033Z] nexus3.edgexfoundry.org:10003 [2021-01-26T00:30:33.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:30:33.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:30:33.033Z] Configure a credential helper to remove this warning. See [2021-01-26T00:30:33.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:30:33.033Z] [2021-01-26T00:30:33.033Z] Login Succeeded [2021-01-26T00:30:33.033Z] nexus3.edgexfoundry.org:10004 [2021-01-26T00:30:33.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:30:33.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:30:33.295Z] Configure a credential helper to remove this warning. See [2021-01-26T00:30:33.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:30:33.295Z] [2021-01-26T00:30:33.295Z] Login Succeeded [2021-01-26T00:30:33.295Z] docker.io [2021-01-26T00:30:33.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:30:33.558Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:30:33.558Z] Configure a credential helper to remove this warning. See [2021-01-26T00:30:33.558Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:30:33.558Z] [2021-01-26T00:30:33.558Z] Login Succeeded [2021-01-26T00:30:33.558Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T00:30:33.567Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T00:30:34.020Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/core-command/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/core-data/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-26T00:30:34.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-26T00:30:34.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-26T00:30:34.020Z] ++ cut -d/ -f2 [2021-01-26T00:30:34.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-26T00:30:34.104Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:30:35.650Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:30:35.650Z] [2021-01-26T00:30:35.650Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:30:35.997Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:30:35.997Z] latest: Pulling from edgex-devops/git-semver [2021-01-26T00:30:35.997Z] 31603596830f: Pulling fs layer [2021-01-26T00:30:35.997Z] 2a8b12db71e7: Pulling fs layer [2021-01-26T00:30:35.997Z] 6ca5941a6612: Pulling fs layer [2021-01-26T00:30:35.997Z] ecc8261a40a4: Pulling fs layer [2021-01-26T00:30:35.997Z] ecc8261a40a4: Waiting [2021-01-26T00:30:35.997Z] 2a8b12db71e7: Verifying Checksum [2021-01-26T00:30:35.997Z] 2a8b12db71e7: Download complete [2021-01-26T00:30:35.997Z] 31603596830f: Verifying Checksum [2021-01-26T00:30:35.997Z] 31603596830f: Download complete [2021-01-26T00:30:36.264Z] 6ca5941a6612: Verifying Checksum [2021-01-26T00:30:36.264Z] 6ca5941a6612: Download complete [2021-01-26T00:30:36.526Z] ecc8261a40a4: Verifying Checksum [2021-01-26T00:30:36.526Z] ecc8261a40a4: Download complete [2021-01-26T00:30:36.526Z] 31603596830f: Pull complete [2021-01-26T00:30:36.794Z] 2a8b12db71e7: Pull complete [2021-01-26T00:30:37.739Z] 6ca5941a6612: Pull complete [2021-01-26T00:30:37.739Z] ecc8261a40a4: Pull complete [2021-01-26T00:30:37.739Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-26T00:30:38.001Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-26T00:30:38.001Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-26T00:30:38.149Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:30:38.205Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-26T00:30:40.452Z] $ docker top 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-26T00:30:40.899Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:30:40.899Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:30:41.184Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:30:41.188Z] $ docker exec 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent [2021-01-26T00:30:41.425Z] SSH_AUTH_SOCK=/tmp/ssh-tBh6KdAvLcFX/agent.11 [2021-01-26T00:30:41.425Z] SSH_AGENT_PID=17 [2021-01-26T00:30:41.440Z] Running ssh-add (command line suppressed) [2021-01-26T00:30:41.567Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_4513526012209652707.key (/w/workspace/edgex-go/9@tmp/private_key_4513526012209652707.key) [2021-01-26T00:30:41.621Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:30:41.964Z] + git tag --points-at HEAD [Pipeline] } [2021-01-26T00:30:41.991Z] $ docker exec --env ******** --env ******** 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent -k [2021-01-26T00:30:42.120Z] unset SSH_AUTH_SOCK; [2021-01-26T00:30:42.121Z] unset SSH_AGENT_PID; [2021-01-26T00:30:42.121Z] echo Agent pid 17 killed; [2021-01-26T00:30:42.200Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-26T00:30:42.343Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-26T00:30:42.343Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-26T00:30:42.577Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-26T00:30:42.581Z] $ docker exec 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent [2021-01-26T00:30:42.840Z] SSH_AUTH_SOCK=/tmp/ssh-SRwQeaGu8blP/agent.47 [2021-01-26T00:30:42.840Z] SSH_AGENT_PID=53 [2021-01-26T00:30:42.850Z] Running ssh-add (command line suppressed) [2021-01-26T00:30:43.019Z] Identity added: /w/workspace/edgex-go/9@tmp/private_key_1117000697339678744.key (/w/workspace/edgex-go/9@tmp/private_key_1117000697339678744.key) [2021-01-26T00:30:43.109Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-26T00:30:43.450Z] + git semver init [2021-01-26T00:30:43.450Z] # -> Open(): unable to determine branch for HEAD [2021-01-26T00:30:43.450Z] # $GIT_DIR = /w/workspace/edgex-go/9/.git [2021-01-26T00:30:43.450Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/9 [2021-01-26T00:30:43.450Z] # $SEMVER_REMOTE_NAME = origin [2021-01-26T00:30:43.450Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-26T00:30:43.450Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-26T00:30:43.450Z] # $SEMVER_BRANCH = PR-3034 [2021-01-26T00:30:43.450Z] # $SEMVER_TEMP = /tmp/semver-574447708 [2021-01-26T00:30:43.450Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-26T00:31:05.488Z] # '/tmp/semver-574447708' -> '/w/workspace/edgex-go/9/.semver' [2021-01-26T00:31:05.488Z] # -> Force: false [2021-01-26T00:31:05.488Z] # $SEMVER_DIR = /w/workspace/edgex-go/9/.semver [Pipeline] } [2021-01-26T00:31:05.502Z] $ docker exec --env ******** --env ******** 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 ssh-agent -k [2021-01-26T00:31:05.753Z] unset SSH_AUTH_SOCK; [2021-01-26T00:31:05.753Z] unset SSH_AGENT_PID; [2021-01-26T00:31:05.753Z] echo Agent pid 53 killed; [2021-01-26T00:31:05.836Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-26T00:31:06.306Z] + git semver [Pipeline] } [2021-01-26T00:31:06.334Z] $ docker stop --time=1 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 [2021-01-26T00:31:08.037Z] $ docker rm -f 0c145fc213abd128585cc00c2ac5e39f00f884d3d20b6b8440a5bfa420fcef12 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:31:08.605Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-26T00:31:09.088Z] Stashed 1 file(s) [Pipeline] echo [2021-01-26T00:31:09.091Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T00:31:09.996Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:31:10.304Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:31:10.608Z] + sudo service docker restart [2021-01-26T00:31:10.608Z] + true [2021-01-26T00:31:10.608Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-26T00:31:11.211Z] ========================================================= [2021-01-26T00:31:11.211Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-26T00:31:11.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:31:11.554Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-26T00:31:15.807Z] Sending build context to Docker daemon 327.1MB [2021-01-26T00:31:15.807Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T00:31:15.807Z] Step 2/6 : FROM ${BASE} [2021-01-26T00:31:16.070Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-26T00:31:16.070Z] 188c0c94c7c5: Pulling fs layer [2021-01-26T00:31:16.070Z] 0ef7d3d256c8: Pulling fs layer [2021-01-26T00:31:16.070Z] de9db76c5a1d: Pulling fs layer [2021-01-26T00:31:16.070Z] bca2f99d35d6: Pulling fs layer [2021-01-26T00:31:16.070Z] 93359f2a8cfa: Pulling fs layer [2021-01-26T00:31:16.070Z] 7c6f9722023f: Pulling fs layer [2021-01-26T00:31:16.070Z] a35cf1a2eb13: Pulling fs layer [2021-01-26T00:31:16.070Z] bca2f99d35d6: Waiting [2021-01-26T00:31:16.070Z] 93359f2a8cfa: Waiting [2021-01-26T00:31:16.070Z] 7c6f9722023f: Waiting [2021-01-26T00:31:16.070Z] a35cf1a2eb13: Waiting [2021-01-26T00:31:16.070Z] de9db76c5a1d: Verifying Checksum [2021-01-26T00:31:16.070Z] de9db76c5a1d: Download complete [2021-01-26T00:31:16.070Z] 0ef7d3d256c8: Verifying Checksum [2021-01-26T00:31:16.070Z] 0ef7d3d256c8: Download complete [2021-01-26T00:31:16.070Z] 93359f2a8cfa: Download complete [2021-01-26T00:31:16.070Z] 7c6f9722023f: Verifying Checksum [2021-01-26T00:31:16.070Z] 7c6f9722023f: Download complete [2021-01-26T00:31:16.070Z] 188c0c94c7c5: Download complete [2021-01-26T00:31:16.649Z] 188c0c94c7c5: Pull complete [2021-01-26T00:31:16.649Z] 0ef7d3d256c8: Pull complete [2021-01-26T00:31:16.916Z] de9db76c5a1d: Pull complete [2021-01-26T00:31:18.342Z] a35cf1a2eb13: Verifying Checksum [2021-01-26T00:31:18.342Z] a35cf1a2eb13: Download complete [2021-01-26T00:31:19.302Z] bca2f99d35d6: Verifying Checksum [2021-01-26T00:31:19.302Z] bca2f99d35d6: Download complete [2021-01-26T00:31:24.497Z] Still waiting to schedule task [2021-01-26T00:31:24.497Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-26T00:31:25.981Z] bca2f99d35d6: Pull complete [2021-01-26T00:31:25.981Z] 93359f2a8cfa: Pull complete [2021-01-26T00:31:25.981Z] 7c6f9722023f: Pull complete [2021-01-26T00:31:29.316Z] a35cf1a2eb13: Pull complete [2021-01-26T00:31:29.580Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-26T00:31:29.580Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-26T00:31:29.580Z] ---> a62c8e92a672 [2021-01-26T00:31:29.580Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-26T00:31:29.845Z] ---> Running in 11d878e9eacb [2021-01-26T00:31:30.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:31:31.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:31:31.939Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T00:31:32.202Z] (2/12) Installing file (5.38-r0) [2021-01-26T00:31:32.202Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T00:31:32.465Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T00:31:50.655Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T00:31:50.655Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T00:31:50.655Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T00:31:50.655Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T00:31:50.655Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T00:31:50.655Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T00:31:50.655Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T00:31:50.655Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T00:31:50.655Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:31:50.655Z] OK: 233 MiB in 51 packages [2021-01-26T00:31:53.219Z] Removing intermediate container 11d878e9eacb [2021-01-26T00:31:53.219Z] ---> 41388b4d3f75 [2021-01-26T00:31:53.219Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T00:31:53.219Z] ---> Running in bbffb3c7191d [2021-01-26T00:31:53.219Z] Removing intermediate container bbffb3c7191d [2021-01-26T00:31:53.219Z] ---> 01e7a416c9dd [2021-01-26T00:31:53.219Z] Step 5/6 : COPY go.mod . [2021-01-26T00:31:53.219Z] ---> 9078a506c17f [2021-01-26T00:31:53.219Z] Step 6/6 : RUN go mod download [2021-01-26T00:31:53.484Z] ---> Running in 948cc7ccd6f4 [2021-01-26T00:32:15.534Z] Removing intermediate container 948cc7ccd6f4 [2021-01-26T00:32:15.534Z] ---> f1ead0b2c7d5 [2021-01-26T00:32:15.534Z] Successfully built f1ead0b2c7d5 [2021-01-26T00:32:15.534Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:32:15.851Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:32:15.851Z] . [Pipeline] withDockerContainer [2021-01-26T00:32:15.952Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:32:16.004Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat [2021-01-26T00:32:16.885Z] $ docker top 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:32:17.434Z] + go version [2021-01-26T00:32:17.435Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-26T00:32:17.450Z] $ docker stop --time=1 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 [2021-01-26T00:32:18.830Z] $ docker rm -f 8e16db0b0abad3d430a15cf0c600446219e545d76572727ac7ae6c1bc9380ee3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:32:19.647Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-26T00:32:19.647Z] . [Pipeline] withDockerContainer [2021-01-26T00:32:19.749Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:32:19.806Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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 ******** ci-base-image-x86_64 cat [2021-01-26T00:32:21.049Z] $ docker top 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T00:32:21.255Z] ========================================================= [2021-01-26T00:32:21.255Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-26T00:32:21.255Z] ========================================================= [Pipeline] sh [2021-01-26T00:32:21.549Z] + make test [2021-01-26T00:32:21.549Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-26T00:32:31.606Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-26T00:32:43.992Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-26T00:32:52.220Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-26T00:32:52.812Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-26T00:32:52.812Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-26T00:32:52.812Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-26T00:32:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-26T00:32:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-26T00:32:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-26T00:32:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-26T00:32:55.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-26T00:32:56.022Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-26T00:32:57.991Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-26T00:32:57.991Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-26T00:32:57.991Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-26T00:32:59.957Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.088s coverage: 46.8% of statements [2021-01-26T00:32:59.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-26T00:32:59.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-26T00:32:59.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-26T00:32:59.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-26T00:32:59.957Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-26T00:33:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.186s coverage: 27.1% of statements [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-26T00:33:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-26T00:33:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-26T00:33:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.8% of statements [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-26T00:33:05.383Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.497s coverage: 82.3% of statements [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-26T00:33:05.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-26T00:33:06.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.383s coverage: 28.6% of statements [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-26T00:33:06.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-26T00:33:06.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-26T00:33:06.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.124s coverage: 86.7% of statements [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-26T00:33:06.815Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-26T00:33:06.815Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-26T00:33:07.083Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-26T00:33:07.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-26T00:33:07.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-26T00:33:07.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-26T00:33:07.083Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-26T00:33:09.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.500s coverage: 92.8% of statements [2021-01-26T00:33:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-26T00:33:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:33:09.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.030s coverage: 58.8% of statements [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-26T00:33:09.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.050s coverage: 43.8% of statements [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.044s coverage: 79.5% of statements [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-01-26T00:33:09.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.090s coverage: 96.3% of statements [2021-01-26T00:33:10.120Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.038s coverage: 87.5% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.046s coverage: 94.4% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.041s coverage: 44.8% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.069s coverage: 87.2% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.034s coverage: 91.3% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.043s coverage: 73.7% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 37.0% of statements [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-26T00:33:22.632Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.304s coverage: 84.0% of statements [2021-01-26T00:33:22.632Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.109s coverage: 47.1% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.051s coverage: 100.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.705s coverage: 29.1% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.062s coverage: 99.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-26T00:33:22.633Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-26T00:33:22.633Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-26T00:33:22.906Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-01-26T00:33:23.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-26T00:33:23.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-26T00:33:23.690Z] GO111MODULE=on go vet ./... [2021-01-26T00:33:50.414Z] gofmt -l . [2021-01-26T00:33:50.414Z] [ "`gofmt -l .`" = "" ] [2021-01-26T00:33:50.414Z] ./bin/test-go-mod-tidy.sh [2021-01-26T00:33:50.414Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-26T00:33:50.726Z] + ls -al . [2021-01-26T00:33:50.726Z] total 668 [2021-01-26T00:33:50.726Z] drwxrwxr-x 10 1001 1001 4096 Jan 26 00:33 . [2021-01-26T00:33:50.726Z] drwxr-xr-x 4 root root 28 Jan 26 00:32 .. [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 11 Jan 26 00:30 .dockerignore [2021-01-26T00:33:50.726Z] drwxrwxr-x 8 1001 1001 179 Jan 26 00:30 .git [2021-01-26T00:33:50.726Z] drwxrwxr-x 3 1001 1001 125 Jan 26 00:30 .github [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 872 Jan 26 00:30 .gitignore [2021-01-26T00:33:50.726Z] drwx------ 3 1001 1001 47 Jan 26 00:31 .semver [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 00:30 .sonarcloud.properties [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:30 Attribution.txt [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:30 CONTRIBUTING.md [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 931 Jan 26 00:30 Dockerfile.build [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 863 Jan 26 00:30 Jenkinsfile [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:30 LICENSE [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:30 Makefile [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:30 README.md [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:30 SECURITY.md [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 5 Jan 26 00:31 VERSION [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:30 ZMQWindows.md [2021-01-26T00:33:50.726Z] drwxrwxr-x 2 1001 1001 117 Jan 26 00:30 bin [2021-01-26T00:33:50.726Z] drwxrwxr-x 15 1001 1001 4096 Jan 26 00:30 cmd [2021-01-26T00:33:50.726Z] -rw-r--r-- 1 root root 564700 Jan 26 00:33 coverage.out [2021-01-26T00:33:50.726Z] -rw-r--r-- 1 root root 1053 Jan 26 00:33 go.mod [2021-01-26T00:33:50.726Z] -rw-r--r-- 1 root root 18995 Jan 26 00:33 go.sum [2021-01-26T00:33:50.726Z] drwxrwxr-x 8 1001 1001 127 Jan 26 00:30 internal [2021-01-26T00:33:50.726Z] drwxrwxr-x 4 1001 1001 26 Jan 26 00:30 openapi [2021-01-26T00:33:50.726Z] drwxrwxr-x 4 1001 1001 71 Jan 26 00:30 snap [2021-01-26T00:33:50.726Z] -rw-rw-r-- 1 1001 1001 168 Jan 26 00:30 version.go [Pipeline] sh [2021-01-26T00:33:51.041Z] + '[' -e coverage.out ] [2021-01-26T00:33:51.041Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-26T00:33:51.310Z] Stashed 1 file(s) [Pipeline] sh [2021-01-26T00:33:51.618Z] + make build [2021-01-26T00:33:51.618Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T00:33:54.941Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T00:34:01.621Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T00:34:03.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:34:04.945Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T00:34:05.533Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T00:34:06.940Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T00:34:08.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T00:34:09.294Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T00:34:10.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T00:34:11.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T00:34:12.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T00:34:13.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-26T00:34:15.523Z] $ docker stop --time=1 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e [2021-01-26T00:34:17.261Z] $ docker rm -f 80a2f3610f413995f98622680f78010d79133a97b37ba36a2957674915dbad7e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:34:21.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:34:21.038Z] [2021-01-26T00:34:21.038Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:34:21.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:34:21.393Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-26T00:34:21.393Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-26T00:34:21.393Z] ca9280d653b3: Pulling fs layer [2021-01-26T00:34:21.393Z] 7e9c9ca2126c: Pulling fs layer [2021-01-26T00:34:21.971Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-26T00:34:21.971Z] cbdbe7a5bc2a: Download complete [2021-01-26T00:34:22.238Z] ca9280d653b3: Verifying Checksum [2021-01-26T00:34:22.238Z] ca9280d653b3: Download complete [2021-01-26T00:34:22.508Z] cbdbe7a5bc2a: Pull complete [2021-01-26T00:34:23.095Z] 7e9c9ca2126c: Verifying Checksum [2021-01-26T00:34:23.095Z] 7e9c9ca2126c: Download complete [2021-01-26T00:34:23.356Z] ca9280d653b3: Pull complete [2021-01-26T00:34:29.974Z] 7e9c9ca2126c: Pull complete [2021-01-26T00:34:29.975Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-26T00:34:29.975Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:34:29.975Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-26T00:34:30.126Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:34:30.179Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-26T00:34:33.163Z] $ docker top 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:34:33.790Z] + docker-compose build --help [2021-01-26T00:34:33.790Z] + grep parallel [2021-01-26T00:34:34.740Z] --parallel Build images in parallel. [Pipeline] } [2021-01-26T00:34:34.755Z] $ docker stop --time=1 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d [2021-01-26T00:34:36.155Z] $ docker rm -f 61ca29c7d46348bb3f80ae72e1ada74a071533a1b9949e528d5a7a206c99062d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:34:36.761Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-26T00:34:36.761Z] . [Pipeline] withDockerContainer [2021-01-26T00:34:36.865Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:34:36.916Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01-26T00:34:37.630Z] $ docker top 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:34:38.197Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T00:34:39.162Z] Building docker-core-command-go ... [2021-01-26T00:34:39.162Z] Building docker-core-data-go ... [2021-01-26T00:34:39.162Z] Building docker-core-metadata-go ... [2021-01-26T00:34:39.162Z] Building docker-security-bootstrapper-go ... [2021-01-26T00:34:39.162Z] Building docker-security-proxy-setup-go ... [2021-01-26T00:34:39.162Z] Building docker-security-secretstore-setup-go ... [2021-01-26T00:34:39.162Z] Building docker-support-notifications-go ... [2021-01-26T00:34:39.162Z] Building docker-support-scheduler-go ... [2021-01-26T00:34:39.162Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T00:34:39.162Z] Building docker-security-secretstore-setup-go [2021-01-26T00:34:39.162Z] Building docker-security-proxy-setup-go [2021-01-26T00:34:39.162Z] Building docker-core-metadata-go [2021-01-26T00:34:39.162Z] Building docker-support-notifications-go [2021-01-26T00:34:39.162Z] Building docker-support-scheduler-go [2021-01-26T00:35:05.907Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22739 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-26T00:35:06.030Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-26T00:35:11.405Z] using credential edgex-jenkins-ssh [2021-01-26T00:35:11.428Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:11.428Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:35:11.428Z] ---> f1ead0b2c7d5 [2021-01-26T00:35:11.428Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T00:35:11.428Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:11.428Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:35:11.428Z] ---> f1ead0b2c7d5 [2021-01-26T00:35:11.428Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:35:11.428Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:11.428Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:35:11.428Z] ---> f1ead0b2c7d5 [2021-01-26T00:35:11.428Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:35:11.428Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:11.428Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:35:11.428Z] ---> f1ead0b2c7d5 [2021-01-26T00:35:11.428Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T00:35:11.428Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:11.428Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:35:11.428Z] ---> f1ead0b2c7d5 [2021-01-26T00:35:11.428Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:35:11.428Z] ---> Running in 3dc84f46f15a [2021-01-26T00:35:11.428Z] ---> Running in fc31218e2f64 [2021-01-26T00:35:11.428Z] ---> Running in 46a54ba66a02 [2021-01-26T00:35:11.428Z] ---> Running in d11571309682 [2021-01-26T00:35:11.428Z] ---> Running in e10aa08aa131 [2021-01-26T00:35:11.498Z] Cloning the remote Git repository [2021-01-26T00:35:11.702Z] Removing intermediate container e10aa08aa131 [2021-01-26T00:35:11.703Z] ---> a0e1ff512df6 [2021-01-26T00:35:11.703Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:35:11.965Z] Removing intermediate container 46a54ba66a02 [2021-01-26T00:35:11.965Z] ---> d94485a78f83 [2021-01-26T00:35:11.965Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:35:11.965Z] Removing intermediate container 3dc84f46f15a [2021-01-26T00:35:11.965Z] ---> 624fb8121997 [2021-01-26T00:35:11.965Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:35:11.965Z] Removing intermediate container fc31218e2f64 [2021-01-26T00:35:11.965Z] ---> 825dab179f39 [2021-01-26T00:35:11.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:35:11.965Z] Removing intermediate container d11571309682 [2021-01-26T00:35:11.965Z] ---> 1d3a210bc62c [2021-01-26T00:35:11.965Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:35:11.965Z] ---> Running in 2cce8118ccd3 [2021-01-26T00:35:11.965Z] ---> Running in 03671e44ae18 [2021-01-26T00:35:11.965Z] ---> Running in e53984f3ea2f [2021-01-26T00:35:12.227Z] ---> Running in 632e1d80239d [2021-01-26T00:35:12.227Z] ---> Running in 9e2ea5927d29 [2021-01-26T00:35:11.554Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:35:11.667Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-26T00:35:11.740Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:35:11.741Z] > git --version # timeout=10 [2021-01-26T00:35:11.755Z] > git --version # 'git version 2.17.1' [2021-01-26T00:35:11.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:35:11.849Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:35:14.166Z] Removing intermediate container 2cce8118ccd3 [2021-01-26T00:35:14.166Z] ---> 5cbb3720dd6c [2021-01-26T00:35:14.166Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T00:35:14.166Z] ---> Running in c62fb1a40107 [2021-01-26T00:35:14.166Z] Removing intermediate container 03671e44ae18 [2021-01-26T00:35:14.166Z] ---> f77a7159c935 [2021-01-26T00:35:14.166Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:35:14.455Z] Removing intermediate container e53984f3ea2f [2021-01-26T00:35:14.455Z] ---> 2b4aec811998 [2021-01-26T00:35:14.455Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T00:35:14.455Z] ---> Running in 0bc75d4c5569 [2021-01-26T00:35:14.718Z] ---> Running in a1a5862ba56f [2021-01-26T00:35:14.718Z] Removing intermediate container 632e1d80239d [2021-01-26T00:35:14.718Z] ---> f34a52213bc2 [2021-01-26T00:35:14.719Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T00:35:14.719Z] Removing intermediate container 9e2ea5927d29 [2021-01-26T00:35:14.719Z] ---> f6cae235c998 [2021-01-26T00:35:14.719Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T00:35:14.992Z] ---> Running in 4fea1b9f96d1 [2021-01-26T00:35:14.992Z] ---> Running in 904d6cb91fd0 [2021-01-26T00:35:15.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:15.524Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:15.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:15.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.063Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.328Z] OK: 233 MiB in 51 packages [2021-01-26T00:35:16.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.328Z] OK: 233 MiB in 51 packages [2021-01-26T00:35:16.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:35:16.857Z] Removing intermediate container c62fb1a40107 [2021-01-26T00:35:16.857Z] ---> 9876325f68e7 [2021-01-26T00:35:16.857Z] Step 6/22 : COPY go.mod . [2021-01-26T00:35:16.857Z] OK: 233 MiB in 51 packages [2021-01-26T00:35:17.136Z] Removing intermediate container 0bc75d4c5569 [2021-01-26T00:35:17.136Z] ---> 409e83fe442c [2021-01-26T00:35:17.136Z] Step 6/23 : COPY go.mod . [2021-01-26T00:35:17.136Z] OK: 233 MiB in 51 packages [2021-01-26T00:35:17.136Z] ---> 31f6f1ee082a [2021-01-26T00:35:17.136Z] Step 7/22 : RUN go mod download [2021-01-26T00:35:17.136Z] ---> Running in 420ac793e886 [2021-01-26T00:35:17.136Z] OK: 233 MiB in 51 packages [2021-01-26T00:35:17.398Z] ---> 602eae8d9197 [2021-01-26T00:35:17.398Z] Step 7/23 : RUN go mod download [2021-01-26T00:35:17.661Z] ---> Running in a1ddfacffdf7 [2021-01-26T00:35:17.925Z] Removing intermediate container a1a5862ba56f [2021-01-26T00:35:17.925Z] ---> 745681e4acfd [2021-01-26T00:35:17.925Z] Step 6/24 : COPY go.mod . [2021-01-26T00:35:17.925Z] Removing intermediate container 4fea1b9f96d1 [2021-01-26T00:35:17.925Z] ---> d138fa5c4900 [2021-01-26T00:35:17.925Z] Step 6/22 : COPY go.mod . [2021-01-26T00:35:18.187Z] ---> adf0ae69ed49 [2021-01-26T00:35:18.187Z] Step 7/24 : RUN go mod download [2021-01-26T00:35:18.455Z] ---> Running in aa51ac3736b4 [2021-01-26T00:35:18.455Z] ---> 83317628817a [2021-01-26T00:35:18.455Z] Step 7/22 : RUN go mod download [2021-01-26T00:35:18.720Z] Removing intermediate container 904d6cb91fd0 [2021-01-26T00:35:18.720Z] ---> 1f2098aaf396 [2021-01-26T00:35:18.720Z] Step 6/21 : COPY go.mod . [2021-01-26T00:35:18.720Z] ---> Running in f2090a26dc40 [2021-01-26T00:35:18.989Z] ---> 7245c3022a96 [2021-01-26T00:35:18.989Z] Step 7/21 : RUN go mod download [2021-01-26T00:35:19.255Z] ---> Running in ce444a062097 [2021-01-26T00:35:20.206Z] Removing intermediate container 420ac793e886 [2021-01-26T00:35:20.206Z] ---> 654f11e24efa [2021-01-26T00:35:20.206Z] Step 8/22 : COPY . . [2021-01-26T00:35:20.206Z] Removing intermediate container a1ddfacffdf7 [2021-01-26T00:35:20.206Z] ---> fa18b640fb02 [2021-01-26T00:35:20.206Z] Step 8/23 : COPY . . [2021-01-26T00:35:21.154Z] Removing intermediate container aa51ac3736b4 [2021-01-26T00:35:21.154Z] ---> 33508a7e5efa [2021-01-26T00:35:21.154Z] Step 8/24 : COPY . . [2021-01-26T00:35:24.500Z] Removing intermediate container f2090a26dc40 [2021-01-26T00:35:24.500Z] ---> c475adbf6764 [2021-01-26T00:35:24.500Z] Step 8/22 : COPY . . [2021-01-26T00:35:26.215Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:35:26.233Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:35:26.268Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:35:26.304Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:35:26.305Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:35:26.318Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T00:35:27.146Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-26T00:35:28.116Z] Merge succeeded, producing 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f [2021-01-26T00:35:28.117Z] Checking out Revision 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f (PR-3034) [2021-01-26T00:35:27.169Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:35:27.187Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-26T00:35:27.465Z] > git remote # timeout=10 [2021-01-26T00:35:27.486Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:35:27.503Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:35:27.512Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-26T00:35:28.104Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:35:28.122Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:35:28.136Z] > git checkout -f 69b3bfa80177ce62df022f3b1c5f5b72961a2f5f # timeout=10 [2021-01-26T00:35:31.151Z] Removing intermediate container ce444a062097 [2021-01-26T00:35:31.151Z] ---> 9fa2a140f04b [2021-01-26T00:35:31.151Z] Step 8/21 : COPY . . [2021-01-26T00:35:33.693Z] Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" [2021-01-26T00:35:33.715Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-26T00:35:33.701Z] > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 [2021-01-26T00:35:35.228Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:35:35.642Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-26T00:35:35.978Z] + sudo service docker restart [2021-01-26T00:35:35.978Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-26T00:35:38.017Z] provisioning config files... [2021-01-26T00:35:38.056Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/9@tmp/config6715899493567174371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:35:38.448Z] ---> docker-login.sh [2021-01-26T00:35:38.448Z] nexus3.edgexfoundry.org:10001 [2021-01-26T00:35:39.047Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:35:39.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:35:39.655Z] Configure a credential helper to remove this warning. See [2021-01-26T00:35:39.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:35:39.655Z] [2021-01-26T00:35:39.655Z] Login Succeeded [2021-01-26T00:35:39.655Z] nexus3.edgexfoundry.org:10002 [2021-01-26T00:35:39.927Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:35:40.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:35:40.202Z] Configure a credential helper to remove this warning. See [2021-01-26T00:35:40.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:35:40.202Z] [2021-01-26T00:35:40.202Z] Login Succeeded [2021-01-26T00:35:40.202Z] nexus3.edgexfoundry.org:10003 [2021-01-26T00:35:40.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:35:40.751Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:35:40.751Z] Configure a credential helper to remove this warning. See [2021-01-26T00:35:40.751Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:35:40.751Z] [2021-01-26T00:35:40.752Z] Login Succeeded [2021-01-26T00:35:40.752Z] nexus3.edgexfoundry.org:10004 [2021-01-26T00:35:41.026Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:35:41.026Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:35:41.026Z] Configure a credential helper to remove this warning. See [2021-01-26T00:35:41.026Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:35:41.026Z] [2021-01-26T00:35:41.026Z] Login Succeeded [2021-01-26T00:35:41.026Z] docker.io [2021-01-26T00:35:41.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-26T00:35:41.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-26T00:35:41.901Z] Configure a credential helper to remove this warning. See [2021-01-26T00:35:41.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-26T00:35:41.901Z] [2021-01-26T00:35:41.901Z] Login Succeeded [2021-01-26T00:35:41.901Z] ---> docker-login.sh ends [Pipeline] } [2021-01-26T00:35:41.922Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-26T00:35:42.313Z] ========================================================= [2021-01-26T00:35:42.313Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-26T00:35:42.313Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:35:42.685Z] + 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-01-26T00:35:45.346Z] Sending build context to Docker daemon 165.9MB [2021-01-26T00:35:45.346Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-26T00:35:45.346Z] Step 2/6 : FROM ${BASE} [2021-01-26T00:35:45.346Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-26T00:35:45.346Z] 5f621e34cdf4: Pulling fs layer [2021-01-26T00:35:45.346Z] a4357932f1b6: Pulling fs layer [2021-01-26T00:35:45.346Z] 18c013af1878: Pulling fs layer [2021-01-26T00:35:45.346Z] 00ac8860ef70: Pulling fs layer [2021-01-26T00:35:45.346Z] 63d7cb157983: Pulling fs layer [2021-01-26T00:35:45.346Z] b116817d02f9: Pulling fs layer [2021-01-26T00:35:45.346Z] 745a02a5169b: Pulling fs layer [2021-01-26T00:35:45.346Z] 00ac8860ef70: Waiting [2021-01-26T00:35:45.346Z] b116817d02f9: Waiting [2021-01-26T00:35:45.346Z] 63d7cb157983: Waiting [2021-01-26T00:35:45.346Z] 745a02a5169b: Waiting [2021-01-26T00:35:45.346Z] 18c013af1878: Download complete [2021-01-26T00:35:45.346Z] a4357932f1b6: Verifying Checksum [2021-01-26T00:35:45.346Z] a4357932f1b6: Download complete [2021-01-26T00:35:45.346Z] 63d7cb157983: Verifying Checksum [2021-01-26T00:35:45.346Z] 63d7cb157983: Download complete [2021-01-26T00:35:45.346Z] 5f621e34cdf4: Download complete [2021-01-26T00:35:45.346Z] b116817d02f9: Verifying Checksum [2021-01-26T00:35:45.346Z] b116817d02f9: Download complete [2021-01-26T00:35:45.946Z] 5f621e34cdf4: Pull complete [2021-01-26T00:35:46.556Z] a4357932f1b6: Pull complete [2021-01-26T00:35:46.829Z] 18c013af1878: Pull complete [2021-01-26T00:35:47.805Z] 745a02a5169b: Verifying Checksum [2021-01-26T00:35:47.805Z] 745a02a5169b: Download complete [2021-01-26T00:35:49.234Z] 00ac8860ef70: Verifying Checksum [2021-01-26T00:35:49.234Z] 00ac8860ef70: Download complete [2021-01-26T00:35:59.391Z] 00ac8860ef70: Pull complete [2021-01-26T00:35:59.664Z] 63d7cb157983: Pull complete [2021-01-26T00:35:59.937Z] b116817d02f9: Pull complete [2021-01-26T00:36:04.280Z] 745a02a5169b: Pull complete [2021-01-26T00:36:04.280Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-26T00:36:04.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-26T00:36:04.280Z] ---> b7e6874047d6 [2021-01-26T00:36:04.280Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-26T00:36:04.344Z] ---> c5b8acd5ad67 [2021-01-26T00:36:04.345Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T00:36:04.345Z] ---> 564951476a6b [2021-01-26T00:36:04.345Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T00:36:04.345Z] ---> a270878ee1c2 [2021-01-26T00:36:04.345Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T00:36:04.345Z] ---> 42e9b1d09964 [2021-01-26T00:36:04.345Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T00:36:04.345Z] ---> Running in 718740a78984 [2021-01-26T00:36:04.345Z] ---> Running in 4b7594fe0e20 [2021-01-26T00:36:04.345Z] ---> Running in 302da7bcb6dd [2021-01-26T00:36:04.345Z] ---> Running in 2cee76fed81a [2021-01-26T00:36:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:36:04.345Z] ---> 0a2e8e5b1a95 [2021-01-26T00:36:04.345Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T00:36:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T00:36:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T00:36:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T00:36:04.345Z] ---> Running in a0c29d8b3406 [2021-01-26T00:36:04.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T00:36:07.663Z] ---> Running in 11488c585a1d [2021-01-26T00:36:08.258Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:36:09.228Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:36:09.818Z] (1/12) Installing libmagic (5.38-r0) [2021-01-26T00:36:10.087Z] (2/12) Installing file (5.38-r0) [2021-01-26T00:36:10.087Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-26T00:36:10.358Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-26T00:36:15.734Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-26T00:36:15.734Z] (6/12) Installing patch (2.7.6-r6) [2021-01-26T00:36:15.734Z] (7/12) Installing build-base (0.5-r2) [2021-01-26T00:36:15.734Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-26T00:36:15.734Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-26T00:36:15.734Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-26T00:36:15.734Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-26T00:36:15.734Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-26T00:36:16.005Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:16.005Z] OK: 217 MiB in 51 packages [2021-01-26T00:36:20.308Z] Removing intermediate container 11488c585a1d [2021-01-26T00:36:20.308Z] ---> 51cf27bed64a [2021-01-26T00:36:20.308Z] Step 4/6 : WORKDIR /edgex-go [2021-01-26T00:36:20.308Z] ---> Running in 4e490af5e988 [2021-01-26T00:36:20.308Z] Removing intermediate container 4e490af5e988 [2021-01-26T00:36:20.308Z] ---> 37cfba4ee1ef [2021-01-26T00:36:20.308Z] Step 5/6 : COPY go.mod . [2021-01-26T00:36:20.905Z] ---> 866a033410f5 [2021-01-26T00:36:20.905Z] Step 6/6 : RUN go mod download [2021-01-26T00:36:20.905Z] ---> Running in 123e87eeeffc [2021-01-26T00:36:31.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T00:36:31.057Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T00:36:35.375Z] Removing intermediate container 718740a78984 [2021-01-26T00:36:35.375Z] ---> 49b03f7682fe [2021-01-26T00:36:35.375Z] [2021-01-26T00:36:35.375Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:36:35.375Z] 3.12: Pulling from library/alpine [2021-01-26T00:36:35.375Z] Removing intermediate container 4b7594fe0e20 [2021-01-26T00:36:35.375Z] ---> d1753af44d2c [2021-01-26T00:36:35.375Z] [2021-01-26T00:36:35.375Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:36:35.375Z] 3.12: Pulling from library/alpine [2021-01-26T00:36:36.766Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:36:36.766Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:36:36.766Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T00:36:36.766Z] Status: Image is up to date for alpine:3.12 [2021-01-26T00:36:36.766Z] ---> 389fef711851 [2021-01-26T00:36:36.766Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T00:36:36.766Z] ---> 389fef711851 [2021-01-26T00:36:36.766Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:36:39.333Z] ---> Running in c25326aa3a8b [2021-01-26T00:36:39.333Z] ---> Running in 5b156508ac2d [2021-01-26T00:36:39.333Z] Removing intermediate container 2cee76fed81a [2021-01-26T00:36:39.333Z] ---> 458906011a04 [2021-01-26T00:36:39.333Z] [2021-01-26T00:36:39.333Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T00:36:39.333Z] ---> 389fef711851 [2021-01-26T00:36:39.333Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T00:36:39.333Z] Removing intermediate container a0c29d8b3406 [2021-01-26T00:36:39.333Z] ---> 016d3c2c2147 [2021-01-26T00:36:39.333Z] [2021-01-26T00:36:39.333Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T00:36:39.333Z] ---> 389fef711851 [2021-01-26T00:36:39.333Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T00:36:39.333Z] ---> Running in c8bf1b43cea2 [2021-01-26T00:36:39.333Z] ---> Running in 4749879a0f9b [2021-01-26T00:36:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.329Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T00:36:40.329Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T00:36:40.329Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:40.601Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T00:36:40.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.601Z] OK: 6 MiB in 15 packages [2021-01-26T00:36:40.601Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:40.601Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:36:40.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.601Z] OK: 6 MiB in 16 packages [2021-01-26T00:36:40.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:40.601Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T00:36:40.864Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T00:36:40.864Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:36:40.864Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T00:36:40.864Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:36:40.864Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T00:36:40.864Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T00:36:40.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:40.864Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:36:40.864Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T00:36:40.864Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T00:36:40.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:40.864Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:36:40.864Z] OK: 7 MiB in 18 packages [2021-01-26T00:36:40.864Z] OK: 7 MiB in 19 packages [2021-01-26T00:36:42.791Z] Removing intermediate container 302da7bcb6dd [2021-01-26T00:36:42.791Z] ---> 88d7c76d5f11 [2021-01-26T00:36:42.791Z] [2021-01-26T00:36:42.791Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:36:42.791Z] ---> 389fef711851 [2021-01-26T00:36:42.791Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:36:43.068Z] ---> Running in 68e2e91ee0ab [2021-01-26T00:36:44.039Z] Removing intermediate container c25326aa3a8b [2021-01-26T00:36:44.040Z] ---> 27651e2ea277 [2021-01-26T00:36:44.040Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:36:44.617Z] Removing intermediate container 5b156508ac2d [2021-01-26T00:36:44.617Z] ---> 26533c4875a7 [2021-01-26T00:36:44.617Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:36:44.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:44.889Z] ---> Running in 1f73994febfb [2021-01-26T00:36:44.889Z] Removing intermediate container c8bf1b43cea2 [2021-01-26T00:36:44.889Z] ---> 94235e874d19 [2021-01-26T00:36:44.889Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:36:44.889Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:36:44.889Z] Removing intermediate container 4749879a0f9b [2021-01-26T00:36:44.889Z] ---> b785316af2d3 [2021-01-26T00:36:44.889Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:36:44.889Z] ---> Running in 98206d060134 [2021-01-26T00:36:44.889Z] ---> Running in 331a7da8c177 [2021-01-26T00:36:44.889Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T00:36:44.889Z] ---> Running in 50075eaee7e5 [2021-01-26T00:36:44.889Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:36:44.889Z] OK: 6 MiB in 15 packages [2021-01-26T00:36:45.152Z] Removing intermediate container 1f73994febfb [2021-01-26T00:36:45.152Z] ---> ed4b21cf4fe8 [2021-01-26T00:36:45.152Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T00:36:45.414Z] Removing intermediate container 98206d060134 [2021-01-26T00:36:45.414Z] ---> 0a2c22bed008 [2021-01-26T00:36:45.414Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T00:36:45.414Z] ---> Running in bbeb6cb8e7b7 [2021-01-26T00:36:45.414Z] Removing intermediate container 50075eaee7e5 [2021-01-26T00:36:45.414Z] ---> 9052b150227b [2021-01-26T00:36:45.414Z] Step 13/24 : WORKDIR / [2021-01-26T00:36:45.414Z] Removing intermediate container 331a7da8c177 [2021-01-26T00:36:45.414Z] ---> 7f6568618e74 [2021-01-26T00:36:45.414Z] Step 13/21 : WORKDIR /edgex [2021-01-26T00:36:45.677Z] ---> Running in d359d2238c99 [2021-01-26T00:36:45.677Z] ---> Running in 8f27b4716e4e [2021-01-26T00:36:45.677Z] ---> Running in 86501daefd9a [2021-01-26T00:36:45.677Z] Removing intermediate container bbeb6cb8e7b7 [2021-01-26T00:36:45.677Z] ---> 15b235f1d5da [2021-01-26T00:36:45.677Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:36:45.939Z] Removing intermediate container 68e2e91ee0ab [2021-01-26T00:36:45.939Z] ---> 0613bb8e5b2c [2021-01-26T00:36:45.939Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:36:45.939Z] ---> Running in 6e8f79067e03 [2021-01-26T00:36:46.519Z] ---> Running in 0e548082604d [2021-01-26T00:36:46.519Z] Removing intermediate container d359d2238c99 [2021-01-26T00:36:46.519Z] ---> 993f2d354b16 [2021-01-26T00:36:46.519Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:36:46.519Z] Removing intermediate container 86501daefd9a [2021-01-26T00:36:46.519Z] ---> 66b4f352cec9 [2021-01-26T00:36:46.519Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T00:36:46.519Z] Removing intermediate container 8f27b4716e4e [2021-01-26T00:36:46.519Z] ---> 4d8a3c08b4b1 [2021-01-26T00:36:46.519Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-26T00:36:46.519Z] ---> Running in 9e7d2f2e1da4 [2021-01-26T00:36:46.791Z] Removing intermediate container 0e548082604d [2021-01-26T00:36:46.791Z] ---> 4f9a0cba24c8 [2021-01-26T00:36:46.791Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T00:36:46.791Z] Removing intermediate container 6e8f79067e03 [2021-01-26T00:36:46.791Z] ---> ad9797074b74 [2021-01-26T00:36:46.791Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:36:47.061Z] ---> Running in cbc293ffdde0 [2021-01-26T00:36:47.061Z] Removing intermediate container 9e7d2f2e1da4 [2021-01-26T00:36:47.061Z] ---> d8a9d403b07c [2021-01-26T00:36:47.061Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:36:47.061Z] ---> 871e7fdae3ac [2021-01-26T00:36:47.061Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-26T00:36:47.061Z] ---> d887c292e5fb [2021-01-26T00:36:47.061Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T00:36:47.325Z] ---> 35e946ab5e03 [2021-01-26T00:36:47.325Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T00:36:47.325Z] Removing intermediate container cbc293ffdde0 [2021-01-26T00:36:47.325Z] ---> a2dfa33e0d70 [2021-01-26T00:36:47.325Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:36:47.592Z] ---> Running in b370fe46c048 [2021-01-26T00:36:47.592Z] ---> cacb525ff277 [2021-01-26T00:36:47.592Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T00:36:47.778Z] Removing intermediate container 123e87eeeffc [2021-01-26T00:36:47.778Z] ---> 5a1ee7068d93 [2021-01-26T00:36:47.778Z] Successfully built 5a1ee7068d93 [2021-01-26T00:36:47.778Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:36:47.859Z] ---> ebc8724c33dd [2021-01-26T00:36:47.859Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T00:36:47.859Z] ---> 91478673a39e [2021-01-26T00:36:47.859Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T00:36:47.859Z] Removing intermediate container b370fe46c048 [2021-01-26T00:36:47.859Z] ---> b0f57bf0e019 [2021-01-26T00:36:47.859Z] Step 15/23 : WORKDIR / [2021-01-26T00:36:48.128Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:36:48.128Z] . [Pipeline] withDockerContainer [2021-01-26T00:36:48.401Z] prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container [2021-01-26T00:36:48.438Z] ---> Running in 5852ee93c0c8 [2021-01-26T00:36:48.438Z] ---> 56a0ae8004d7 [2021-01-26T00:36:48.438Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T00:36:48.438Z] ---> 6b3f32bc4ecb [2021-01-26T00:36:48.438Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T00:36:48.439Z] ---> e5a27ae6d561 [2021-01-26T00:36:48.439Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T00:36:48.439Z] ---> c7d15f911d56 [2021-01-26T00:36:48.439Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T00:36:48.481Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01-26T00:36:49.013Z] ---> Running in 50b4a99f3613 [2021-01-26T00:36:49.013Z] Removing intermediate container 5852ee93c0c8 [2021-01-26T00:36:49.013Z] ---> ff82a57e97d2 [2021-01-26T00:36:49.013Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:36:49.279Z] ---> 56011ac5bf19 [2021-01-26T00:36:49.279Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T00:36:49.279Z] ---> 7250409fd19c [2021-01-26T00:36:49.279Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T00:36:49.279Z] ---> d57a0de11f2a [2021-01-26T00:36:49.279Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T00:36:49.279Z] ---> Running in 6fa21f029515 [2021-01-26T00:36:49.279Z] Removing intermediate container 50b4a99f3613 [2021-01-26T00:36:49.279Z] ---> 7ae4b7b1df4d [2021-01-26T00:36:49.279Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T00:36:49.542Z] ---> Running in a76c51d9df25 [2021-01-26T00:36:49.804Z] ---> b5e199cd2402 [2021-01-26T00:36:49.804Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T00:36:49.804Z] ---> Running in d55e8733ef92 [2021-01-26T00:36:49.804Z] Removing intermediate container 6fa21f029515 [2021-01-26T00:36:49.804Z] ---> b45d16148765 [2021-01-26T00:36:49.804Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:36:49.804Z] Removing intermediate container a76c51d9df25 [2021-01-26T00:36:49.804Z] ---> e94c5da21d39 [2021-01-26T00:36:49.804Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:36:49.986Z] $ docker top b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a -eo pid,comm [2021-01-26T00:36:50.069Z] ---> Running in dfc9faeb3084 [2021-01-26T00:36:50.069Z] ---> 9f12145f6225 [2021-01-26T00:36:50.069Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T00:36:50.069Z] ---> Running in 942657918b73 [2021-01-26T00:36:50.069Z] Removing intermediate container d55e8733ef92 [2021-01-26T00:36:50.069Z] ---> 67388f879546 [2021-01-26T00:36:50.069Z] Step 19/21 : LABEL arch=x86_64 [2021-01-26T00:36:50.332Z] Removing intermediate container dfc9faeb3084 [2021-01-26T00:36:50.332Z] ---> f6f3032612e1 [2021-01-26T00:36:50.332Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T00:36:50.332Z] ---> Running in 67271648fdb7 [2021-01-26T00:36:50.332Z] ---> 169d56c83fdf [2021-01-26T00:36:50.332Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [Pipeline] { [Pipeline] sh [2021-01-26T00:36:50.594Z] Removing intermediate container 942657918b73 [2021-01-26T00:36:50.594Z] ---> ab97ec6b2a6a [2021-01-26T00:36:50.594Z] Step 20/22 : LABEL arch=x86_64 [2021-01-26T00:36:50.860Z] ---> 2ed2fb4b14a7 [2021-01-26T00:36:50.860Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-26T00:36:50.860Z] ---> Running in 2fb151bd7078 [2021-01-26T00:36:50.860Z] ---> Running in c9559598fe54 [2021-01-26T00:36:50.860Z] ---> Running in 9e21b43dab76 [2021-01-26T00:36:50.860Z] Removing intermediate container 67271648fdb7 [2021-01-26T00:36:50.860Z] ---> afbe9718730a [2021-01-26T00:36:50.860Z] Step 20/21 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:36:51.100Z] + go version [2021-01-26T00:36:51.100Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-26T00:36:51.122Z] ---> 06dd89d12f1b [2021-01-26T00:36:51.122Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T00:36:51.122Z] ---> Running in 35f8402eefd4 [2021-01-26T00:36:51.124Z] $ docker stop --time=1 b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a [2021-01-26T00:36:51.387Z] ---> Running in 250a84cab3f5 [2021-01-26T00:36:51.387Z] Removing intermediate container 2fb151bd7078 [2021-01-26T00:36:51.387Z] ---> cc22a6572096 [2021-01-26T00:36:51.387Z] Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:36:51.388Z] Removing intermediate container c9559598fe54 [2021-01-26T00:36:51.388Z] ---> 7bc42a9b624d [2021-01-26T00:36:51.388Z] Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:36:51.657Z] ---> Running in 58550b42a1f8 [2021-01-26T00:36:51.657Z] Removing intermediate container 35f8402eefd4 [2021-01-26T00:36:51.657Z] ---> 7dc502bd60ed [2021-01-26T00:36:51.657Z] Step 21/21 : LABEL version=0.0.0 [2021-01-26T00:36:51.657Z] ---> Running in 759b7f186369 [2021-01-26T00:36:51.657Z] Removing intermediate container 250a84cab3f5 [2021-01-26T00:36:51.657Z] ---> fca871ebf4a4 [2021-01-26T00:36:51.657Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:36:51.657Z] ---> Running in b912e9fd2a3d [2021-01-26T00:36:51.924Z] ---> Running in 41adf6c905c6 [2021-01-26T00:36:51.924Z] Removing intermediate container 58550b42a1f8 [2021-01-26T00:36:51.924Z] ---> 5db26c5c3a63 [2021-01-26T00:36:51.924Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:36:52.195Z] Removing intermediate container 759b7f186369 [2021-01-26T00:36:52.195Z] ---> 5f88aeb30d8c [2021-01-26T00:36:52.195Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:36:52.195Z] Removing intermediate container b912e9fd2a3d [2021-01-26T00:36:52.195Z] ---> 2cd1b4f77ca5 [2021-01-26T00:36:52.195Z] [2021-01-26T00:36:52.195Z] ---> Running in 601240464b55 [2021-01-26T00:36:52.195Z] ---> Running in 6da9c8ae47b2 [2021-01-26T00:36:52.195Z] Removing intermediate container 41adf6c905c6 [2021-01-26T00:36:52.195Z] ---> 5eed5f4b4e19 [2021-01-26T00:36:52.466Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:36:52.466Z] Successfully built 2cd1b4f77ca5 [2021-01-26T00:36:52.466Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-26T00:36:52.466Z] Building docker-security-bootstrapper-go [2021-01-26T00:36:52.735Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 9fe1cc634b57 [2021-01-26T00:36:52.735Z] Removing intermediate container 601240464b55 [2021-01-26T00:36:52.735Z] ---> 00b143db7eaa [2021-01-26T00:36:52.735Z] [2021-01-26T00:36:52.735Z] Removing intermediate container 6da9c8ae47b2 [2021-01-26T00:36:52.735Z] ---> 5860ca4aa396 [2021-01-26T00:36:52.735Z] [2021-01-26T00:36:52.735Z] Removing intermediate container 9e21b43dab76 [2021-01-26T00:36:52.735Z] ---> c14edc179ef0 [2021-01-26T00:36:52.735Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T00:36:52.998Z] Successfully built 00b143db7eaa [2021-01-26T00:36:52.998Z] Removing intermediate container 9fe1cc634b57 [2021-01-26T00:36:52.998Z] ---> bb489a23961b [2021-01-26T00:36:52.998Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:36:52.998Z] Successfully tagged docker-support-notifications-go:latest [2021-01-26T00:36:52.998Z] Building docker-sys-mgmt-agent-go [2021-01-26T00:36:52.998Z]  Building docker-support-notifications-go ... done Successfully built 5860ca4aa396 [2021-01-26T00:36:52.998Z] ---> Running in 7d943f09f2ce [2021-01-26T00:36:52.998Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-26T00:36:52.998Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-01-26T00:36:52.998Z] ---> Running in 7ff19916d442 [2021-01-26T00:36:53.073Z] $ docker rm -f b95bb6d13eca103f1689ae64b530a567c250e8bf96d22247d1b9bd614f70562a [2021-01-26T00:36:53.261Z] Removing intermediate container 7d943f09f2ce [2021-01-26T00:36:53.261Z] ---> 14353a31c0b7 [2021-01-26T00:36:53.261Z] Step 22/24 : LABEL arch=x86_64 [2021-01-26T00:36:53.261Z] Removing intermediate container 7ff19916d442 [2021-01-26T00:36:53.261Z] ---> 8ceab5382bb9 [2021-01-26T00:36:53.261Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:36:53.261Z] ---> Running in dcdbbcfd8f7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-26T00:36:53.527Z] ---> Running in 96ced843e81e [2021-01-26T00:36:53.527Z] Removing intermediate container dcdbbcfd8f7d [2021-01-26T00:36:53.528Z] ---> 2698ba15484b [2021-01-26T00:36:53.528Z] Step 23/24 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:36:53.796Z] Removing intermediate container 96ced843e81e [2021-01-26T00:36:53.796Z] ---> 560b23ef9cab [2021-01-26T00:36:53.796Z] [2021-01-26T00:36:54.059Z] ---> Running in cdbce0cdd7bd [2021-01-26T00:36:54.059Z] Successfully built 560b23ef9cab [2021-01-26T00:36:54.059Z] Successfully tagged docker-core-metadata-go:latest [2021-01-26T00:36:54.059Z] Building docker-core-data-go [2021-01-26T00:36:54.075Z] + docker inspect -f . ci-base-image-arm64 [2021-01-26T00:36:54.075Z] . [Pipeline] withDockerContainer [2021-01-26T00:36:54.321Z]  Building docker-core-metadata-go ... done Removing intermediate container cdbce0cdd7bd [2021-01-26T00:36:54.321Z] ---> 3dfba1bd132c [2021-01-26T00:36:54.321Z] Step 24/24 : LABEL version=0.0.0 [2021-01-26T00:36:54.344Z] prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container [2021-01-26T00:36:54.427Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01-26T00:36:54.585Z] ---> Running in 6add4b6e4823 [2021-01-26T00:36:55.837Z] $ docker top 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-26T00:36:56.237Z] ========================================================= [2021-01-26T00:36:56.237Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-26T00:36:56.237Z] ========================================================= [Pipeline] sh [2021-01-26T00:36:56.878Z] + make test [2021-01-26T00:36:56.878Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-26T00:36:57.929Z] Removing intermediate container 6add4b6e4823 [2021-01-26T00:36:57.929Z] ---> 5a2c3723c320 [2021-01-26T00:36:57.929Z] [2021-01-26T00:37:01.267Z] Successfully built 5a2c3723c320 [2021-01-26T00:37:01.530Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-26T00:37:19.110Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-26T00:37:20.156Z]  Building docker-security-secretstore-setup-go ... done Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:37:20.157Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:37:20.157Z] ---> f1ead0b2c7d5 [2021-01-26T00:37:20.157Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1d3a210bc62c [2021-01-26T00:37:20.157Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> f6cae235c998 [2021-01-26T00:37:20.157Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1f2098aaf396 [2021-01-26T00:37:20.157Z] Step 6/33 : COPY go.mod . [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 7245c3022a96 [2021-01-26T00:37:20.157Z] Step 7/33 : RUN go mod download [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 9fa2a140f04b [2021-01-26T00:37:20.157Z] Step 8/33 : COPY . . [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 0a2e8e5b1a95 [2021-01-26T00:37:20.157Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-26T00:37:20.157Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:37:20.157Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:37:20.157Z] ---> f1ead0b2c7d5 [2021-01-26T00:37:20.157Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1d3a210bc62c [2021-01-26T00:37:20.157Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> f6cae235c998 [2021-01-26T00:37:20.157Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1f2098aaf396 [2021-01-26T00:37:20.157Z] Step 6/23 : COPY go.mod . [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 7245c3022a96 [2021-01-26T00:37:20.157Z] Step 7/23 : RUN go mod download [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 9fa2a140f04b [2021-01-26T00:37:20.157Z] Step 8/23 : COPY . . [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 0a2e8e5b1a95 [2021-01-26T00:37:20.157Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T00:37:20.157Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:37:20.157Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:37:20.157Z] ---> f1ead0b2c7d5 [2021-01-26T00:37:20.157Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1d3a210bc62c [2021-01-26T00:37:20.157Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> f6cae235c998 [2021-01-26T00:37:20.157Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-26T00:37:20.157Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:37:20.157Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:37:20.157Z] ---> f1ead0b2c7d5 [2021-01-26T00:37:20.157Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> 1d3a210bc62c [2021-01-26T00:37:20.157Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:37:20.157Z] ---> Using cache [2021-01-26T00:37:20.157Z] ---> f6cae235c998 [2021-01-26T00:37:20.157Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T00:37:21.109Z] ---> Running in 32a4a921f121 [2021-01-26T00:37:21.109Z] ---> Running in e10e086ab01e [2021-01-26T00:37:21.109Z] ---> Running in 7c63c8f41f7f [2021-01-26T00:37:21.109Z] ---> Running in 6c53a308c9ed [2021-01-26T00:37:22.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:37:22.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T00:37:22.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:37:22.504Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:37:23.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:37:23.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:37:23.363Z] OK: 233 MiB in 51 packages [2021-01-26T00:37:23.635Z] OK: 233 MiB in 51 packages [2021-01-26T00:37:25.055Z] Removing intermediate container e10e086ab01e [2021-01-26T00:37:25.055Z] ---> 08064b0eba8e [2021-01-26T00:37:25.055Z] Step 6/23 : COPY go.mod . [2021-01-26T00:37:25.055Z] Removing intermediate container 32a4a921f121 [2021-01-26T00:37:25.055Z] ---> 1d6e326dcec5 [2021-01-26T00:37:25.055Z] Step 6/26 : COPY go.mod . [2021-01-26T00:37:25.320Z] ---> 7c2725aed9ca [2021-01-26T00:37:25.320Z] Step 7/23 : RUN go mod download [2021-01-26T00:37:25.893Z] ---> Running in 04bd408193c5 [2021-01-26T00:37:25.893Z] ---> c1ac86d72f2b [2021-01-26T00:37:25.893Z] Step 7/26 : RUN go mod download [2021-01-26T00:37:25.893Z] ---> Running in 820da197302c [2021-01-26T00:37:29.591Z] Removing intermediate container 820da197302c [2021-01-26T00:37:29.591Z] ---> 0de7a98fa955 [2021-01-26T00:37:29.591Z] Step 8/26 : COPY . . [2021-01-26T00:37:29.591Z] Removing intermediate container 04bd408193c5 [2021-01-26T00:37:29.591Z] ---> e11f1b8195ab [2021-01-26T00:37:29.591Z] Step 8/23 : COPY . . [2021-01-26T00:37:47.854Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T00:37:56.077Z] Removing intermediate container 7c63c8f41f7f [2021-01-26T00:37:56.077Z] ---> d4a8f6f592ea [2021-01-26T00:37:56.077Z] [2021-01-26T00:37:56.077Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:37:56.077Z] ---> 389fef711851 [2021-01-26T00:37:56.077Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:37:56.077Z] ---> Using cache [2021-01-26T00:37:56.077Z] ---> 0613bb8e5b2c [2021-01-26T00:37:56.077Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:37:56.077Z] ---> Using cache [2021-01-26T00:37:56.077Z] ---> 4f9a0cba24c8 [2021-01-26T00:37:56.077Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T00:37:57.044Z] ---> Running in 9f219f3d3453 [2021-01-26T00:37:57.997Z] ---> e6f8351969ac [2021-01-26T00:37:57.997Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T00:37:58.121Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-26T00:37:58.575Z] Removing intermediate container 9f219f3d3453 [2021-01-26T00:37:58.575Z] ---> 1085d0802219 [2021-01-26T00:37:58.575Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:37:58.575Z] ---> Running in 140f912fdb25 [2021-01-26T00:37:58.843Z] ---> 06bdf554dc68 [2021-01-26T00:37:58.843Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T00:37:58.843Z] ---> Running in ae4492f5288c [2021-01-26T00:37:58.843Z] Removing intermediate container 6c53a308c9ed [2021-01-26T00:37:58.843Z] ---> d58644bcaed2 [2021-01-26T00:37:58.843Z] [2021-01-26T00:37:58.843Z] Step 10/33 : FROM alpine:3.12 [2021-01-26T00:37:58.843Z] ---> 389fef711851 [2021-01-26T00:37:58.843Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-26T00:37:58.843Z] ---> Running in 9a800923682b [2021-01-26T00:37:59.106Z] ---> Running in 131a167e4ab8 [2021-01-26T00:37:59.106Z] Removing intermediate container ae4492f5288c [2021-01-26T00:37:59.106Z] ---> 14a870c27f11 [2021-01-26T00:37:59.106Z] Step 15/23 : WORKDIR / [2021-01-26T00:37:59.377Z] ---> Running in 98463da4d17b [2021-01-26T00:37:59.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T00:37:59.643Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T00:37:59.911Z] Removing intermediate container 98463da4d17b [2021-01-26T00:37:59.911Z] ---> 180fc1492049 [2021-01-26T00:37:59.911Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:38:00.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:00.178Z] ---> b32527eb7431 [2021-01-26T00:38:00.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T00:38:00.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:00.446Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T00:38:00.446Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T00:38:00.446Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T00:38:00.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:38:00.446Z] OK: 6 MiB in 17 packages [2021-01-26T00:38:01.407Z] ---> 96a6e07b13b0 [2021-01-26T00:38:01.407Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T00:38:02.007Z] Removing intermediate container 131a167e4ab8 [2021-01-26T00:38:02.007Z] ---> 62479a138e34 [2021-01-26T00:38:02.007Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T00:38:02.007Z] ---> Running in 9e372ae34e46 [2021-01-26T00:38:02.007Z] ---> 90c9279bfaec [2021-01-26T00:38:02.007Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T00:38:02.298Z] ---> Running in 6e32ac413078 [2021-01-26T00:38:02.298Z] Removing intermediate container 9e372ae34e46 [2021-01-26T00:38:02.298Z] ---> abb2f38cca30 [2021-01-26T00:38:02.298Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-26T00:38:02.567Z] ---> Running in 17099bb816c5 [2021-01-26T00:38:02.567Z] Removing intermediate container 6e32ac413078 [2021-01-26T00:38:02.567Z] ---> 3ca761374848 [2021-01-26T00:38:02.567Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:38:03.531Z] ---> Running in d0a3e16cca09 [2021-01-26T00:38:03.531Z] Removing intermediate container 17099bb816c5 [2021-01-26T00:38:03.531Z] ---> d1936a41ec3d [2021-01-26T00:38:03.531Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-26T00:38:03.805Z] ---> Running in 465d8442b2a8 [2021-01-26T00:38:03.805Z] Removing intermediate container d0a3e16cca09 [2021-01-26T00:38:03.805Z] ---> be659e8bea5f [2021-01-26T00:38:03.805Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:38:04.080Z] ---> Running in 5d04b379f7bc [2021-01-26T00:38:04.349Z] Removing intermediate container 5d04b379f7bc [2021-01-26T00:38:04.349Z] ---> feec45727bd4 [2021-01-26T00:38:04.349Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:38:04.621Z] ---> Running in 4a4a0edd8a39 [2021-01-26T00:38:04.621Z] Connecting to github.com (140.82.113.4:443) [2021-01-26T00:38:04.899Z] Removing intermediate container 4a4a0edd8a39 [2021-01-26T00:38:04.900Z] ---> 9bf548e9c78c [2021-01-26T00:38:04.900Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:38:04.900Z] ---> Running in 525f24903aee [2021-01-26T00:38:04.900Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.97.187:443) [2021-01-26T00:38:05.180Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-26T00:38:05.180Z] Removing intermediate container 525f24903aee [2021-01-26T00:38:05.180Z] ---> 62249e6d8d4c [2021-01-26T00:38:05.180Z] [2021-01-26T00:38:05.451Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-26T00:38:05.451Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-26T00:38:05.451Z] dockerize [2021-01-26T00:38:05.451Z] Successfully built 62249e6d8d4c [2021-01-26T00:38:05.734Z] Successfully tagged docker-core-command-go:latest [2021-01-26T00:38:07.728Z]  Building docker-core-command-go ... done Removing intermediate container 465d8442b2a8 [2021-01-26T00:38:07.728Z] ---> 235d8179ebf3 [2021-01-26T00:38:07.728Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T00:38:07.999Z] ---> Running in 1208e9d31128 [2021-01-26T00:38:08.284Z] Removing intermediate container 1208e9d31128 [2021-01-26T00:38:08.284Z] ---> a5281d0ebfe9 [2021-01-26T00:38:08.284Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T00:38:08.284Z] ---> Running in dfdad457f6d0 [2021-01-26T00:38:08.560Z] Removing intermediate container dfdad457f6d0 [2021-01-26T00:38:08.560Z] ---> 199161a648b1 [2021-01-26T00:38:08.560Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-26T00:38:08.560Z] ---> Running in 9652839d591b [2021-01-26T00:38:10.024Z] Move dockerize executable [2021-01-26T00:38:11.512Z] Removing intermediate container 9652839d591b [2021-01-26T00:38:11.512Z] ---> fed186e92904 [2021-01-26T00:38:11.512Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T00:38:11.790Z] ---> Running in f43f78b100f5 [2021-01-26T00:38:12.100Z] Removing intermediate container f43f78b100f5 [2021-01-26T00:38:12.100Z] ---> 2b56a07d9292 [2021-01-26T00:38:12.100Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T00:38:12.721Z] ---> 261a2faaef1c [2021-01-26T00:38:12.721Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T00:38:12.995Z] ---> Running in a44056bb2dec [2021-01-26T00:38:15.736Z] Removing intermediate container a44056bb2dec [2021-01-26T00:38:15.736Z] ---> ef132f0df7eb [2021-01-26T00:38:15.736Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:38:15.736Z] ---> 7745403e9bd7 [2021-01-26T00:38:15.736Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T00:38:17.693Z] ---> 935e1a4b1f3d [2021-01-26T00:38:17.693Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T00:38:17.956Z] Removing intermediate container 140f912fdb25 [2021-01-26T00:38:17.956Z] ---> 103c991013b7 [2021-01-26T00:38:17.956Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T00:38:18.222Z] ---> Running in 5d13df465b5d [2021-01-26T00:38:18.222Z] ---> 2af3b8dc5379 [2021-01-26T00:38:18.222Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T00:38:18.813Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T00:38:19.087Z] ---> 49fc1b4c6552 [2021-01-26T00:38:19.087Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T00:38:19.351Z] ---> f95c9323416e [2021-01-26T00:38:19.351Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T00:38:19.617Z] ---> Running in c0a624b8e311 [2021-01-26T00:38:19.883Z] Removing intermediate container c0a624b8e311 [2021-01-26T00:38:19.883Z] ---> a0509952966e [2021-01-26T00:38:19.883Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-26T00:38:20.393Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-26T00:38:20.468Z] Removing intermediate container 5d13df465b5d [2021-01-26T00:38:20.468Z] ---> c7225c8eac62 [2021-01-26T00:38:20.468Z] [2021-01-26T00:38:20.468Z] Step 11/26 : FROM docker:20.10.0 [2021-01-26T00:38:20.468Z] 20.10.0: Pulling from library/docker [2021-01-26T00:38:21.379Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-26T00:38:23.045Z] ---> 28652c2c4713 [2021-01-26T00:38:23.045Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T00:38:23.045Z] Removing intermediate container 9a800923682b [2021-01-26T00:38:23.045Z] ---> eefd344498ab [2021-01-26T00:38:23.045Z] [2021-01-26T00:38:23.045Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:38:23.045Z] ---> 389fef711851 [2021-01-26T00:38:23.045Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T00:38:23.045Z] ---> Running in ec62108c9203 [2021-01-26T00:38:23.630Z] ---> Running in 220336ef3434 [2021-01-26T00:38:23.901Z] Removing intermediate container 220336ef3434 [2021-01-26T00:38:23.901Z] ---> 2e225b1bf1a1 [2021-01-26T00:38:23.901Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T00:38:23.901Z] ---> Running in a36b4ba3486c [2021-01-26T00:38:24.172Z] Removing intermediate container a36b4ba3486c [2021-01-26T00:38:24.172Z] ---> 83d5fe69b6da [2021-01-26T00:38:24.172Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T00:38:24.439Z] ---> Running in 2626a00da080 [2021-01-26T00:38:24.701Z] Removing intermediate container 2626a00da080 [2021-01-26T00:38:24.701Z] ---> a55f87e08e00 [2021-01-26T00:38:24.701Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:38:24.970Z] ---> Running in cf649226ec7d [2021-01-26T00:38:24.970Z] Removing intermediate container ec62108c9203 [2021-01-26T00:38:24.970Z] ---> 2fa7bbd09442 [2021-01-26T00:38:24.970Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T00:38:25.553Z] ---> Running in d8c904944f13 [2021-01-26T00:38:25.814Z] Removing intermediate container d8c904944f13 [2021-01-26T00:38:25.814Z] ---> 57b82d4e8e0a [2021-01-26T00:38:25.814Z] Step 30/33 : CMD ["gate"] [2021-01-26T00:38:26.078Z] ---> Running in ba840bfa7b4f [2021-01-26T00:38:26.340Z] Removing intermediate container ba840bfa7b4f [2021-01-26T00:38:26.340Z] ---> 63c330b5c626 [2021-01-26T00:38:26.341Z] Step 31/33 : LABEL arch=x86_64 [2021-01-26T00:38:26.609Z] Removing intermediate container cf649226ec7d [2021-01-26T00:38:26.609Z] ---> 691cdc29c9d4 [2021-01-26T00:38:26.609Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T00:38:26.609Z] ---> Running in d69f79864fd6 [2021-01-26T00:38:27.183Z] ---> Running in 59ea4bc44f39 [2021-01-26T00:38:27.444Z] Removing intermediate container d69f79864fd6 [2021-01-26T00:38:27.444Z] ---> cad89182dcfb [2021-01-26T00:38:27.444Z] Step 32/33 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:38:27.709Z] ---> Running in c69e94c5e6aa [2021-01-26T00:38:27.971Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:27.971Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T00:38:27.971Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T00:38:27.971Z] ---> aefe523efa57 [2021-01-26T00:38:27.971Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T00:38:28.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-26T00:38:28.114Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-26T00:38:28.114Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-26T00:38:28.233Z] Removing intermediate container c69e94c5e6aa [2021-01-26T00:38:28.233Z] ---> e9cde0acdb0b [2021-01-26T00:38:28.233Z] Step 33/33 : LABEL version=0.0.0 [2021-01-26T00:38:28.233Z] ---> Running in c1313ba44dae [2021-01-26T00:38:28.233Z] ---> Running in ab74a5b81e65 [2021-01-26T00:38:28.497Z] Removing intermediate container ab74a5b81e65 [2021-01-26T00:38:28.497Z] ---> d396932e7468 [2021-01-26T00:38:28.497Z] [2021-01-26T00:38:28.759Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:28.759Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:28.759Z] Successfully built d396932e7468 [2021-01-26T00:38:28.759Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-26T00:38:29.023Z]  Building docker-security-bootstrapper-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:29.023Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T00:38:29.023Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T00:38:29.023Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T00:38:29.023Z] Executing bash-5.0.17-r0.post-install [2021-01-26T00:38:29.023Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:38:29.023Z] OK: 12 MiB in 22 packages [2021-01-26T00:38:29.284Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T00:38:29.284Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T00:38:29.284Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T00:38:29.546Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T00:38:29.810Z] Removing intermediate container c1313ba44dae [2021-01-26T00:38:29.810Z] ---> 932a322f9791 [2021-01-26T00:38:29.810Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T00:38:29.810Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T00:38:29.810Z] ---> Running in bb8367bf1b91 [2021-01-26T00:38:29.810Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:38:29.811Z] OK: 8 MiB in 20 packages [2021-01-26T00:38:30.075Z] Removing intermediate container bb8367bf1b91 [2021-01-26T00:38:30.075Z] ---> 43850ddaabcd [2021-01-26T00:38:30.075Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T00:38:30.075Z] ---> Running in d63b6dc2b72c [2021-01-26T00:38:30.336Z] Removing intermediate container d63b6dc2b72c [2021-01-26T00:38:30.336Z] ---> 3b271f24195d [2021-01-26T00:38:30.336Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T00:38:30.934Z] ---> Running in 8321e3751f9a [2021-01-26T00:38:30.934Z] Removing intermediate container 59ea4bc44f39 [2021-01-26T00:38:30.934Z] ---> c32cb9f54477 [2021-01-26T00:38:30.934Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:38:31.206Z] Removing intermediate container 8321e3751f9a [2021-01-26T00:38:31.206Z] ---> 2927cba5ffa1 [2021-01-26T00:38:31.206Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T00:38:31.206Z] ---> 670a7986a7fd [2021-01-26T00:38:31.206Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T00:38:31.789Z] ---> 3763b18a9efe [2021-01-26T00:38:31.789Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T00:38:31.789Z] ---> c5cf84aef420 [2021-01-26T00:38:31.789Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-26T00:38:32.055Z] ---> f981022d642f [2021-01-26T00:38:32.055Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T00:38:32.055Z] ---> 0a1981d17c7b [2021-01-26T00:38:32.055Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T00:38:32.318Z] ---> Running in 854a109e0ad3 [2021-01-26T00:38:32.318Z] ---> b3ab72cbee81 [2021-01-26T00:38:32.318Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T00:38:32.579Z] Removing intermediate container 854a109e0ad3 [2021-01-26T00:38:32.579Z] ---> 7e0bda9a7da8 [2021-01-26T00:38:32.579Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:38:32.579Z] ---> Running in 227ed03901b1 [2021-01-26T00:38:32.579Z] ---> Running in 8ce5434add63 [2021-01-26T00:38:32.840Z] Removing intermediate container 8ce5434add63 [2021-01-26T00:38:32.840Z] ---> 3547a6a98723 [2021-01-26T00:38:32.840Z] Step 21/23 : LABEL arch=x86_64 [2021-01-26T00:38:32.840Z] ---> Running in cc01b6b0e584 [2021-01-26T00:38:33.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:33.103Z] Removing intermediate container cc01b6b0e584 [2021-01-26T00:38:33.103Z] ---> 635404704e57 [2021-01-26T00:38:33.103Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:38:33.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:33.103Z] ---> Running in e83f34a0d536 [2021-01-26T00:38:33.364Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T00:38:33.364Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T00:38:33.364Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T00:38:33.364Z] Removing intermediate container e83f34a0d536 [2021-01-26T00:38:33.364Z] ---> f127dbbf0585 [2021-01-26T00:38:33.364Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:38:33.364Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T00:38:33.364Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T00:38:33.364Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T00:38:33.365Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T00:38:33.365Z] ---> Running in 4c2a6dbb9717 [2021-01-26T00:38:33.937Z] Removing intermediate container 4c2a6dbb9717 [2021-01-26T00:38:33.937Z] ---> 6bcb10ccdff7 [2021-01-26T00:38:33.937Z] [2021-01-26T00:38:34.200Z] Successfully built 6bcb10ccdff7 [2021-01-26T00:38:34.461Z] Successfully tagged docker-core-data-go:latest [2021-01-26T00:38:34.461Z]  Building docker-core-data-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T00:38:34.461Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T00:38:34.461Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T00:38:34.461Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T00:38:34.461Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T00:38:34.461Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T00:38:34.721Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T00:38:34.721Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T00:38:34.721Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T00:38:34.721Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T00:38:34.721Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T00:38:34.721Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T00:38:34.721Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T00:38:34.721Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T00:38:34.721Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T00:38:34.721Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T00:38:34.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.239s coverage: 46.8% of statements [2021-01-26T00:38:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-26T00:38:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-26T00:38:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-26T00:38:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-26T00:38:34.878Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-26T00:38:34.983Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T00:38:34.983Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T00:38:34.983Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T00:38:34.983Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T00:38:34.983Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T00:38:34.983Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T00:38:34.983Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T00:38:34.983Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T00:38:34.983Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T00:38:34.983Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T00:38:35.248Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:38:35.248Z] OK: 71 MiB in 55 packages [2021-01-26T00:38:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.641s coverage: 27.1% of statements [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-26T00:38:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-26T00:38:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-26T00:38:41.614Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.204s coverage: 65.8% of statements [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-26T00:38:41.614Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-26T00:38:43.603Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.661s coverage: 82.3% of statements [2021-01-26T00:38:43.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-26T00:38:43.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:38:43.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-26T00:38:43.603Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-26T00:38:45.281Z] Removing intermediate container 227ed03901b1 [2021-01-26T00:38:45.281Z] ---> 5f11e011ea4f [2021-01-26T00:38:45.281Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T00:38:45.281Z] ---> Running in e9ff2cdf88bd [2021-01-26T00:38:45.543Z] Collecting docker-compose==1.23.2 [2021-01-26T00:38:45.543Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T00:38:45.804Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T00:38:45.804Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T00:38:46.065Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T00:38:46.065Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T00:38:46.335Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T00:38:46.335Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T00:38:46.597Z] Collecting PyYAML<4,>=3.10 [2021-01-26T00:38:46.597Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T00:38:47.542Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T00:38:47.542Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T00:38:47.542Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T00:38:47.542Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T00:38:47.803Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-26T00:38:48.064Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T00:38:48.064Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T00:38:48.064Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T00:38:48.064Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T00:38:48.636Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T00:38:48.636Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T00:38:49.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.182s coverage: 28.6% of statements [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-26T00:38:49.037Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.207s coverage: 100.0% of statements [2021-01-26T00:38:49.037Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-26T00:38:49.038Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.100s coverage: 100.0% of statements [2021-01-26T00:38:49.038Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-26T00:38:49.247Z] Collecting idna<2.8,>=2.5 [2021-01-26T00:38:49.248Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T00:38:49.248Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-26T00:38:49.248Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T00:38:49.248Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T00:38:49.315Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.436s coverage: 86.7% of statements [2021-01-26T00:38:49.315Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-26T00:38:49.535Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-26T00:38:49.535Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T00:38:49.535Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T00:38:49.535Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T00:38:49.535Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T00:38:49.535Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T00:38:49.535Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T00:38:49.820Z] Installing collected packages: websocket-client, idna, urllib3, requests, jsonschema, PyYAML, cached-property, dockerpty, docker-pycreds, docker, texttable, docopt, docker-compose [2021-01-26T00:38:49.820Z] Attempting uninstall: idna [2021-01-26T00:38:49.820Z] Found existing installation: idna 2.9 [2021-01-26T00:38:49.820Z] Uninstalling idna-2.9: [2021-01-26T00:38:49.820Z] Successfully uninstalled idna-2.9 [2021-01-26T00:38:50.119Z] Attempting uninstall: urllib3 [2021-01-26T00:38:50.119Z] Found existing installation: urllib3 1.25.9 [2021-01-26T00:38:50.119Z] Uninstalling urllib3-1.25.9: [2021-01-26T00:38:50.119Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T00:38:50.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.370s coverage: 97.5% of statements [2021-01-26T00:38:50.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-26T00:38:50.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.155s coverage: 78.3% of statements [2021-01-26T00:38:50.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-26T00:38:50.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-26T00:38:50.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-26T00:38:50.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-26T00:38:50.402Z] Attempting uninstall: requests [2021-01-26T00:38:50.402Z] Found existing installation: requests 2.23.0 [2021-01-26T00:38:50.402Z] Uninstalling requests-2.23.0: [2021-01-26T00:38:50.402Z] Successfully uninstalled requests-2.23.0 [2021-01-26T00:38:50.402Z] Running setup.py install for PyYAML: started [2021-01-26T00:38:50.981Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T00:38:50.981Z] Running setup.py install for dockerpty: started [2021-01-26T00:38:51.553Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T00:38:51.814Z] Running setup.py install for texttable: started [2021-01-26T00:38:52.387Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T00:38:52.387Z] Running setup.py install for docopt: started [2021-01-26T00:38:52.649Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T00:38:52.911Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-26T00:38:57.143Z] Removing intermediate container e9ff2cdf88bd [2021-01-26T00:38:57.143Z] ---> 57ce8757ef77 [2021-01-26T00:38:57.143Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T00:38:57.143Z] ---> Running in c5e1583ce5bd [2021-01-26T00:38:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:57.404Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-26T00:38:57.669Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:38:57.669Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T00:38:57.669Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T00:38:57.669Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:38:57.669Z] OK: 72 MiB in 58 packages [2021-01-26T00:38:57.931Z] Removing intermediate container c5e1583ce5bd [2021-01-26T00:38:57.931Z] ---> 2c8d4224a526 [2021-01-26T00:38:57.931Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T00:38:58.193Z] ---> Running in f8a5f19411c1 [2021-01-26T00:38:58.193Z] Removing intermediate container f8a5f19411c1 [2021-01-26T00:38:58.193Z] ---> d852005847bc [2021-01-26T00:38:58.193Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:38:58.454Z] ---> Running in 26c155efb9b5 [2021-01-26T00:38:58.454Z] Removing intermediate container 26c155efb9b5 [2021-01-26T00:38:58.454Z] ---> 154656d362da [2021-01-26T00:38:58.454Z] Step 24/26 : LABEL arch=x86_64 [2021-01-26T00:38:58.717Z] ---> Running in c46c8f47e2cc [2021-01-26T00:38:58.717Z] Removing intermediate container c46c8f47e2cc [2021-01-26T00:38:58.717Z] ---> af095ff22d33 [2021-01-26T00:38:58.717Z] Step 25/26 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:38:58.979Z] ---> Running in 800634b7adbd [2021-01-26T00:38:58.979Z] Removing intermediate container 800634b7adbd [2021-01-26T00:38:58.979Z] ---> 4e002ecc05d1 [2021-01-26T00:38:58.979Z] Step 26/26 : LABEL version=0.0.0 [2021-01-26T00:38:58.979Z] ---> Running in 33f101245ace [2021-01-26T00:38:59.248Z] Removing intermediate container 33f101245ace [2021-01-26T00:38:59.248Z] ---> f4badec165b5 [2021-01-26T00:38:59.248Z] [2021-01-26T00:38:59.248Z] Successfully built f4badec165b5 [2021-01-26T00:38:59.512Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-26T00:38:59.783Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-26T00:38:59.804Z] $ docker stop --time=1 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 92.8% of statements [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.218s coverage: 0.1% of statements [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-26T00:39:00.503Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.060s coverage: 43.8% of statements [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.065s coverage: 79.5% of statements [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.125s coverage: 94.1% of statements [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.100s coverage: 96.3% of statements [2021-01-26T00:39:00.503Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.071s coverage: 87.5% of statements [2021-01-26T00:39:01.449Z] $ docker rm -f 6e5bf49824e361c366f19aed1228447ab7039df4d69567c162763ae505027e6b [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:39:01.998Z] + docker images [2021-01-26T00:39:01.998Z] + grep docker [2021-01-26T00:39:02.576Z] docker-sys-mgmt-agent-go latest f4badec165b5 3 seconds ago 313MB [2021-01-26T00:39:02.576Z] docker-core-data-go latest 6bcb10ccdff7 29 seconds ago 22.3MB [2021-01-26T00:39:02.576Z] docker-security-bootstrapper-go latest d396932e7468 34 seconds ago 41.5MB [2021-01-26T00:39:02.576Z] docker-core-command-go latest 62249e6d8d4c 58 seconds ago 16.3MB [2021-01-26T00:39:02.576Z] docker-security-secretstore-setup-go latest 5a2c3723c320 2 minutes ago 24.6MB [2021-01-26T00:39:02.576Z] docker-core-metadata-go latest 560b23ef9cab 2 minutes ago 18.8MB [2021-01-26T00:39:02.576Z] docker-support-scheduler-go latest 5860ca4aa396 2 minutes ago 16.4MB [2021-01-26T00:39:02.576Z] docker-support-notifications-go latest 00b143db7eaa 2 minutes ago 16.9MB [2021-01-26T00:39:02.576Z] docker-security-proxy-setup-go latest 2cd1b4f77ca5 2 minutes ago 24.4MB [2021-01-26T00:39:02.576Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-26T00:39:10.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.068s coverage: 94.4% of statements [2021-01-26T00:39:10.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-01-26T00:39:10.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-26T00:39:10.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-26T00:39:10.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-26T00:39:10.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.078s coverage: 87.2% of statements [2021-01-26T00:39:11.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-26T00:39:11.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.050s coverage: 100.0% of statements [2021-01-26T00:39:11.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-26T00:39:11.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.142s coverage: 84.2% of statements [2021-01-26T00:39:11.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.148s coverage: 91.4% of statements [2021-01-26T00:39:11.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-26T00:39:12.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.598s coverage: 63.5% of statements [2021-01-26T00:39:12.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-26T00:39:12.846Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-26T00:39:12.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-01-26T00:39:12.846Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.107s coverage: 91.3% of statements [2021-01-26T00:39:14.291Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.091s coverage: 100.0% of statements [2021-01-26T00:39:15.278Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.117s coverage: 73.7% of statements [2021-01-26T00:39:15.555Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-01-26T00:39:18.512Z] Still waiting to schedule task [2021-01-26T00:39:18.512Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-26T00:39:18.965Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 68.9% of statements [2021-01-26T00:39:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-26T00:39:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-26T00:39:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-26T00:39:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-26T00:39:18.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-26T00:39:20.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 37.0% of statements [2021-01-26T00:39:20.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-26T00:39:20.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-26T00:39:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.620s coverage: 84.0% of statements [2021-01-26T00:39:21.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.118s coverage: 100.0% of statements [2021-01-26T00:39:26.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.419s coverage: 47.1% of statements [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-26T00:39:26.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-26T00:39:26.647Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.092s coverage: 100.0% of statements [2021-01-26T00:39:26.647Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.900s coverage: 29.1% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.249s coverage: 99.0% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-26T00:39:32.059Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-26T00:39:32.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-01-26T00:39:33.498Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-26T00:39:34.095Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-26T00:39:34.691Z] GO111MODULE=on go vet ./... [2021-01-26T00:40:14.988Z] Running on prd-ubuntu18.04-docker-8c-8g-22742 in /w/workspace/edgexfoundry_edgex-go_PR-3034 [Pipeline] { [Pipeline] ws [2021-01-26T00:40:15.038Z] Running in /w/workspace/edgex-go/9 [Pipeline] { [Pipeline] checkout [2021-01-26T00:40:17.024Z] using credential edgex-jenkins-ssh [2021-01-26T00:40:17.075Z] Cloning the remote Git repository [2021-01-26T00:40:17.105Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:40:17.168Z] > git init /w/workspace/edgex-go/9 # timeout=10 [2021-01-26T00:40:17.197Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:40:17.197Z] > git --version # timeout=10 [2021-01-26T00:40:17.202Z] > git --version # 'git version 2.17.1' [2021-01-26T00:40:17.203Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:40:17.227Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:40:27.436Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:40:27.445Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-26T00:40:27.454Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-26T00:40:27.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-26T00:40:27.465Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:40:27.468Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3034/head:refs/remotes/origin/PR-3034 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-26T00:40:28.070Z] Merging remotes/origin/master commit eb962563c78e340597fe6b0a01e022bbdd66f5a5 into PR head commit 457432279def2d58d5b30d678bd4021ea9654a85 [2021-01-26T00:40:28.304Z] Merge succeeded, producing 92f99bb3e3daa3eb1caac50cbec0221b63b3673f [2021-01-26T00:40:28.304Z] Checking out Revision 92f99bb3e3daa3eb1caac50cbec0221b63b3673f (PR-3034) [2021-01-26T00:40:28.082Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:40:28.088Z] > git checkout -f 457432279def2d58d5b30d678bd4021ea9654a85 # timeout=10 [2021-01-26T00:40:28.162Z] > git remote # timeout=10 [2021-01-26T00:40:28.169Z] > git config --get remote.origin.url # timeout=10 [2021-01-26T00:40:28.175Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-26T00:40:28.179Z] > git merge eb962563c78e340597fe6b0a01e022bbdd66f5a5 # timeout=10 [2021-01-26T00:40:28.301Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-26T00:40:28.311Z] > git config core.sparsecheckout # timeout=10 [2021-01-26T00:40:28.314Z] > git checkout -f 92f99bb3e3daa3eb1caac50cbec0221b63b3673f # timeout=10 [2021-01-26T00:40:31.967Z] Commit message: "Merge commit 'eb962563c78e340597fe6b0a01e022bbdd66f5a5' into HEAD" [2021-01-26T00:40:31.975Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:40:31.974Z] > git rev-list --no-walk 274c699d0d82ab7ac94a7a32970c88c4486cdd2e # timeout=10 [2021-01-26T00:40:33.133Z] + echo snap-build.sh [2021-01-26T00:40:33.133Z] snap-build.sh [2021-01-26T00:40:33.133Z] + SNAP_BASE_DIR=. [2021-01-26T00:40:33.133Z] + '[' '!' -z /w/workspace/edgex-go/9 ']' [2021-01-26T00:40:33.133Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/9 [2021-01-26T00:40:33.133Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/9]' [2021-01-26T00:40:33.133Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/9] [2021-01-26T00:40:33.133Z] + cd /w/workspace/edgex-go/9 [2021-01-26T00:40:33.133Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-26T00:40:33.133Z] Reading package lists... [2021-01-26T00:40:33.133Z] Building dependency tree... [2021-01-26T00:40:33.133Z] Reading state information... [2021-01-26T00:40:33.395Z] The following packages were automatically installed and are no longer required: [2021-01-26T00:40:33.395Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-26T00:40:33.395Z] uidmap xdelta3 [2021-01-26T00:40:33.395Z] Use 'sudo apt autoremove' to remove them. [2021-01-26T00:40:33.395Z] The following packages will be REMOVED: [2021-01-26T00:40:33.395Z] lxd* lxd-client* [2021-01-26T00:40:33.657Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-26T00:40:33.657Z] After this operation, 31.7 MB disk space will be freed. [2021-01-26T00:40:34.978Z] (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-01-26T00:40:34.978Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:40:35.552Z] Removing lxd dnsmasq configuration [2021-01-26T00:40:35.552Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:40:35.814Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-26T00:40:36.758Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-26T00:40:37.019Z] (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-01-26T00:40:37.019Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-26T00:40:38.407Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-26T00:40:38.407Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-26T00:40:39.794Z] + sudo snap remove --purge lxd [2021-01-26T00:40:40.056Z] snap "lxd" is not installed [2021-01-26T00:40:40.056Z] + sudo groupadd --force --system lxd [2021-01-26T00:40:40.056Z] ++ whoami [2021-01-26T00:40:40.056Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-26T00:40:40.056Z] + newgrp - lxd [2021-01-26T00:40:40.056Z] + sudo snap install lxd [2021-01-26T00:40:42.748Z] gofmt -l . [2021-01-26T00:40:44.721Z] [ "`gofmt -l .`" = "" ] [2021-01-26T00:40:47.388Z] ./bin/test-go-mod-tidy.sh [2021-01-26T00:40:47.662Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-26T00:40:49.758Z] + ls -al . [2021-01-26T00:40:49.758Z] total 696 [2021-01-26T00:40:49.758Z] drwxrwxr-x 9 1001 1001 4096 Jan 26 00:40 . [2021-01-26T00:40:49.758Z] drwxr-xr-x 4 root root 4096 Jan 26 00:36 .. [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 11 Jan 26 00:35 .dockerignore [2021-01-26T00:40:49.758Z] drwxrwxr-x 8 1001 1001 4096 Jan 26 00:35 .git [2021-01-26T00:40:49.758Z] drwxrwxr-x 3 1001 1001 4096 Jan 26 00:35 .github [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 872 Jan 26 00:35 .gitignore [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 166 Jan 26 00:35 .sonarcloud.properties [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 7859 Jan 26 00:35 Attribution.txt [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 3804 Jan 26 00:35 CONTRIBUTING.md [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 931 Jan 26 00:35 Dockerfile.build [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 863 Jan 26 00:35 Jenkinsfile [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 10775 Jan 26 00:35 LICENSE [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 6001 Jan 26 00:35 Makefile [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 6524 Jan 26 00:35 README.md [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 6755 Jan 26 00:35 SECURITY.md [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 5 Jan 26 00:31 VERSION [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 4131 Jan 26 00:35 ZMQWindows.md [2021-01-26T00:40:49.758Z] drwxrwxr-x 2 1001 1001 4096 Jan 26 00:35 bin [2021-01-26T00:40:49.758Z] drwxrwxr-x 15 1001 1001 4096 Jan 26 00:35 cmd [2021-01-26T00:40:49.758Z] -rw-r--r-- 1 root root 564700 Jan 26 00:39 coverage.out [2021-01-26T00:40:49.758Z] -rw-r--r-- 1 root root 1053 Jan 26 00:40 go.mod [2021-01-26T00:40:49.758Z] -rw-r--r-- 1 root root 18995 Jan 26 00:40 go.sum [2021-01-26T00:40:49.758Z] drwxrwxr-x 8 1001 1001 4096 Jan 26 00:35 internal [2021-01-26T00:40:49.758Z] drwxrwxr-x 4 1001 1001 4096 Jan 26 00:35 openapi [2021-01-26T00:40:49.758Z] drwxrwxr-x 4 1001 1001 4096 Jan 26 00:35 snap [2021-01-26T00:40:49.758Z] -rw-rw-r-- 1 1001 1001 168 Jan 26 00:35 version.go [Pipeline] sh [2021-01-26T00:40:50.098Z] 2021-01-26T00:40:47Z INFO Waiting for automatic snapd restart... [2021-01-26T00:40:50.414Z] + '[' -e coverage.out ] [2021-01-26T00:40:50.414Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-26T00:40:50.434Z] Warning: overwriting stash ‘coverage-report’ [2021-01-26T00:40:51.505Z] Stashed 1 file(s) [Pipeline] sh [2021-01-26T00:40:52.143Z] + make build [2021-01-26T00:40:52.144Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T00:41:02.279Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T00:41:08.225Z] lxd 4.10 from Canonical* installed [2021-01-26T00:41:08.225Z] + sudo lxd init --auto [2021-01-26T00:41:14.826Z] + sudo snap install --classic snapcraft [2021-01-26T00:41:22.973Z] snapcraft 4.4.4 from Canonical* installed [2021-01-26T00:41:22.973Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-26T00:41:22.973Z] + patch --verbose -p1 [2021-01-26T00:41:22.973Z] Hmm... Looks like a unified diff to me... [2021-01-26T00:41:22.973Z] The text leading up to this was: [2021-01-26T00:41:22.973Z] -------------------------- [2021-01-26T00:41:22.973Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-26T00:41:22.973Z] |From: Tony Espy [2021-01-26T00:41:22.973Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-26T00:41:22.973Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-26T00:41:22.973Z] | [2021-01-26T00:41:22.973Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-26T00:41:22.973Z] |optimize the snap CI check run for pull requests. When [2021-01-26T00:41:22.973Z] |applied, it essentially strips out everything (apps and [2021-01-26T00:41:22.973Z] |parts) from the snapcraft.yaml file except those required [2021-01-26T00:41:22.973Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-26T00:41:22.973Z] |catch changes to edgex-go that break the snap build. [2021-01-26T00:41:22.973Z] | [2021-01-26T00:41:22.973Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-26T00:41:22.973Z] |to update this patch file, otherwise it may fail to apply, [2021-01-26T00:41:22.973Z] |resulting in a failed snap build CI check in the associated [2021-01-26T00:41:22.973Z] |pull request. [2021-01-26T00:41:22.973Z] | [2021-01-26T00:41:22.973Z] |Note - in addition to applying this patch, the pipeline also [2021-01-26T00:41:22.973Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-26T00:41:22.973Z] |need to build the finally binary .snap file (and it won't [2021-01-26T00:41:22.973Z] |work with the patch applied). This further reduces the build [2021-01-26T00:41:22.973Z] |time. [2021-01-26T00:41:22.973Z] |--- [2021-01-26T00:41:22.973Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-26T00:41:22.973Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-26T00:41:22.973Z] | [2021-01-26T00:41:22.973Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-26T00:41:22.973Z] |index 1e537489..faf42425 100644 [2021-01-26T00:41:22.973Z] |--- a/snap/snapcraft.yaml [2021-01-26T00:41:22.973Z] |+++ b/snap/snapcraft.yaml [2021-01-26T00:41:22.973Z] -------------------------- [2021-01-26T00:41:22.973Z] patching file snap/snapcraft.yaml [2021-01-26T00:41:22.973Z] Using Plan A... [2021-01-26T00:41:22.973Z] Hunk #1 succeeded at 73. [2021-01-26T00:41:22.973Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-26T00:41:22.973Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-26T00:41:22.973Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-26T00:41:22.973Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-26T00:41:22.973Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-26T00:41:22.973Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-26T00:41:22.973Z] Hunk #8 succeeded at 342. [2021-01-26T00:41:22.973Z] Hmm... Ignoring the trailing garbage. [2021-01-26T00:41:22.973Z] done [2021-01-26T00:41:22.973Z] + sudo snapcraft prime --use-lxd [2021-01-26T00:41:23.234Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-26T00:41:23.497Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-26T00:41:23.497Z] - README.md [2021-01-26T00:41:23.497Z] - snapcraft.yaml.orig [2021-01-26T00:41:23.497Z] [2021-01-26T00:41:23.497Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-26T00:41:24.070Z] Launching a container. [2021-01-26T00:41:24.474Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T00:41:26.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:41:30.763Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T00:41:32.217Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T00:41:34.081Z] Waiting for container to be ready [2021-01-26T00:41:34.654Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-26T00:41:34.654Z] [2021-01-26T00:41:36.532Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T00:41:38.859Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-26T00:41:38.859Z] Waiting for network to be ready... [2021-01-26T00:41:39.120Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-26T00:41:39.120Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-26T00:41:39.691Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-26T00:41:39.691Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-26T00:41:39.691Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-26T00:41:39.950Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-26T00:41:39.950Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-26T00:41:39.950Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-26T00:41:40.211Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-26T00:41:40.211Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-26T00:41:40.211Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-26T00:41:40.211Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-26T00:41:40.211Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-26T00:41:40.211Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-26T00:41:40.211Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-26T00:41:40.211Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-26T00:41:40.211Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-26T00:41:40.211Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-26T00:41:40.472Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-26T00:41:40.732Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1852 kB] [2021-01-26T00:41:40.732Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [386 kB] [2021-01-26T00:41:40.993Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-26T00:41:40.993Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-26T00:41:40.993Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-26T00:41:40.993Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-26T00:41:40.993Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1709 kB] [2021-01-26T00:41:40.993Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-26T00:41:41.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T00:41:43.546Z] Fetched 23.8 MB in 4s (5504 kB/s) [2021-01-26T00:41:44.116Z] Reading package lists... [2021-01-26T00:41:44.376Z] Reading package lists... [2021-01-26T00:41:44.592Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T00:41:44.636Z] Building dependency tree... [2021-01-26T00:41:44.636Z] Reading state information... [2021-01-26T00:41:44.636Z] The following additional packages will be installed: [2021-01-26T00:41:44.636Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-26T00:41:44.636Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-26T00:41:44.636Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-26T00:41:44.636Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-26T00:41:44.636Z] Suggested packages: [2021-01-26T00:41:44.636Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-26T00:41:44.636Z] Recommended packages: [2021-01-26T00:41:44.636Z] gnupg libsasl2-modules [2021-01-26T00:41:44.895Z] The following NEW packages will be installed: [2021-01-26T00:41:44.895Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-26T00:41:44.895Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-26T00:41:44.895Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-26T00:41:44.896Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-26T00:41:44.896Z] The following packages will be upgraded: [2021-01-26T00:41:44.896Z] gpg gpg-agent gpgconf libudev1 [2021-01-26T00:41:44.896Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-26T00:41:44.896Z] Need to get 3533 kB of archives. [2021-01-26T00:41:44.896Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-26T00:41:44.896Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-26T00:41:44.896Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-26T00:41:45.156Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-26T00:41:45.728Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-26T00:41:45.728Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-26T00:41:45.728Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-26T00:41:45.728Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-26T00:41:45.728Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-26T00:41:45.728Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-26T00:41:45.728Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-26T00:41:45.728Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-26T00:41:45.728Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-26T00:41:45.728Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-26T00:41:45.728Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-26T00:41:45.728Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-26T00:41:45.728Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-26T00:41:45.728Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-26T00:41:45.728Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-26T00:41:45.728Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-26T00:41:45.728Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-26T00:41:45.728Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-26T00:41:45.728Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-26T00:41:45.988Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-26T00:41:45.989Z] Fetched 3533 kB in 1s (3541 kB/s) [2021-01-26T00:41:45.989Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-26T00:41:45.989Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-26T00:41:45.989Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-26T00:41:46.249Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-26T00:41:46.249Z] Selecting previously unselected package udev. [2021-01-26T00:41:46.249Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-26T00:41:46.249Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-26T00:41:46.249Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-26T00:41:46.511Z] Selecting previously unselected package libfuse2:amd64. [2021-01-26T00:41:46.511Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-26T00:41:46.511Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-26T00:41:46.511Z] Selecting previously unselected package fuse. [2021-01-26T00:41:46.511Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-26T00:41:46.511Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-26T00:41:46.773Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-26T00:41:46.773Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-26T00:41:46.773Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-26T00:41:46.773Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-26T00:41:47.034Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-26T00:41:47.034Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-26T00:41:47.034Z] Selecting previously unselected package libksba8:amd64. [2021-01-26T00:41:47.034Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-26T00:41:47.034Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-26T00:41:47.294Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-26T00:41:47.294Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.294Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.294Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-26T00:41:47.294Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.294Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.294Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-26T00:41:47.294Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.295Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.555Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-26T00:41:47.555Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.555Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.555Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-26T00:41:47.555Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.555Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.815Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-26T00:41:47.815Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.815Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:47.815Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-26T00:41:47.815Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:47.815Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:48.076Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-26T00:41:48.076Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:48.076Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:48.076Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-26T00:41:48.076Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-26T00:41:48.076Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:48.076Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-26T00:41:48.076Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-26T00:41:48.076Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-26T00:41:48.337Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-26T00:41:48.337Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-26T00:41:48.337Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-26T00:41:48.337Z] Selecting previously unselected package libldap-common. [2021-01-26T00:41:48.337Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-26T00:41:48.337Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-26T00:41:48.337Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-26T00:41:48.337Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-26T00:41:48.599Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-26T00:41:48.599Z] Selecting previously unselected package dirmngr. [2021-01-26T00:41:48.599Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-26T00:41:48.599Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-26T00:41:48.860Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-26T00:41:48.860Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-26T00:41:48.860Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-26T00:41:48.860Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-26T00:41:48.860Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-26T00:41:48.860Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-26T00:41:48.860Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:48.860Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-26T00:41:48.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T00:41:49.120Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-26T00:41:49.120Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-26T00:41:49.382Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-26T00:41:49.382Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.642Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-26T00:41:49.642Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-26T00:41:49.642Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-26T00:41:49.642Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.642Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.642Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.903Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.903Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.903Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.903Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-26T00:41:49.903Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-26T00:41:49.903Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-26T00:41:49.903Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-26T00:41:50.473Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-26T00:41:50.473Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-26T00:41:50.473Z] This means they are not meant to be enabled using systemctl. [2021-01-26T00:41:50.473Z] Possible reasons for having this kind of units are: [2021-01-26T00:41:50.473Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-26T00:41:50.473Z] .wants/ or .requires/ directory. [2021-01-26T00:41:50.473Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-26T00:41:50.473Z] a requirement dependency on it. [2021-01-26T00:41:50.473Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-26T00:41:50.473Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-26T00:41:50.473Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-26T00:41:50.473Z] instance name specified. [2021-01-26T00:41:50.737Z] Reading package lists... [2021-01-26T00:41:50.998Z] Building dependency tree... [2021-01-26T00:41:50.998Z] Reading state information... [2021-01-26T00:41:50.998Z] The following additional packages will be installed: [2021-01-26T00:41:50.998Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-26T00:41:50.998Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-26T00:41:50.998Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-26T00:41:50.998Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-26T00:41:50.998Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-26T00:41:50.998Z] Suggested packages: [2021-01-26T00:41:50.998Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-26T00:41:50.998Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-26T00:41:50.998Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-26T00:41:50.998Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-26T00:41:50.998Z] systemd-container policykit-1 [2021-01-26T00:41:50.998Z] Recommended packages: [2021-01-26T00:41:50.998Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-26T00:41:50.998Z] The following NEW packages will be installed: [2021-01-26T00:41:50.998Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-26T00:41:50.998Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-26T00:41:50.998Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-26T00:41:50.998Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-26T00:41:50.998Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-26T00:41:50.998Z] The following packages will be upgraded: [2021-01-26T00:41:50.998Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-26T00:41:51.258Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-26T00:41:51.258Z] Need to get 35.2 MB of archives. [2021-01-26T00:41:51.258Z] After this operation, 141 MB of additional disk space will be used. [2021-01-26T00:41:51.258Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-26T00:41:51.258Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-26T00:41:51.849Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-26T00:41:52.110Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-26T00:41:52.110Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-26T00:41:52.110Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-26T00:41:52.110Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-26T00:41:52.110Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-26T00:41:52.110Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-26T00:41:52.110Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-26T00:41:52.110Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-26T00:41:52.110Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-26T00:41:52.110Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-26T00:41:52.110Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-26T00:41:52.110Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-26T00:41:52.110Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-26T00:41:52.110Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-26T00:41:52.110Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-26T00:41:52.281Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T00:41:52.371Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-26T00:41:52.371Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-26T00:41:52.371Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-26T00:41:52.371Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-26T00:41:52.371Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-26T00:41:52.371Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-26T00:41:52.371Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-26T00:41:52.371Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-26T00:41:52.371Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-26T00:41:52.371Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-26T00:41:52.371Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-26T00:41:52.371Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-26T00:41:53.311Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-26T00:41:53.311Z] Fetched 35.2 MB in 2s (16.4 MB/s) [2021-01-26T00:41:53.573Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-26T00:41:53.573Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-26T00:41:53.573Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-26T00:41:54.147Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-26T00:41:54.147Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-26T00:41:54.408Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-26T00:41:54.408Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-26T00:41:54.408Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-26T00:41:54.408Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-26T00:41:54.669Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-26T00:41:54.669Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-26T00:41:54.669Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-26T00:41:54.929Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-26T00:41:55.189Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-26T00:41:55.189Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-26T00:41:55.449Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-26T00:41:55.664Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T00:41:55.709Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-26T00:41:55.709Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-26T00:41:55.709Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-26T00:41:55.709Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-26T00:41:55.969Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-26T00:41:55.969Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:55.969Z] Selecting previously unselected package libexpat1:amd64. [2021-01-26T00:41:55.969Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-26T00:41:55.969Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-26T00:41:56.231Z] Selecting previously unselected package python3.6-minimal. [2021-01-26T00:41:56.231Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-26T00:41:56.231Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:56.231Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-26T00:41:56.494Z] Checking for services that may need to be restarted...done. [2021-01-26T00:41:56.494Z] Checking for services that may need to be restarted...done. [2021-01-26T00:41:56.494Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:56.494Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-26T00:41:56.494Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:57.065Z] Selecting previously unselected package python3-minimal. [2021-01-26T00:41:57.065Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-26T00:41:57.065Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-26T00:41:57.065Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-26T00:41:57.065Z] Selecting previously unselected package mime-support. [2021-01-26T00:41:57.065Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-26T00:41:57.065Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-26T00:41:57.065Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-26T00:41:57.065Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-26T00:41:57.065Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-26T00:41:57.326Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-26T00:41:57.326Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-26T00:41:57.326Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:57.587Z] Selecting previously unselected package python3.6. [2021-01-26T00:41:57.587Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-26T00:41:57.587Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:41:57.587Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-26T00:41:57.587Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-26T00:41:57.587Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-26T00:41:57.587Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-26T00:41:57.848Z] Selecting previously unselected package python3. [2021-01-26T00:41:57.848Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-26T00:41:57.848Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-26T00:41:58.108Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-26T00:41:58.108Z] Selecting previously unselected package multiarch-support. [2021-01-26T00:41:58.108Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-26T00:41:58.108Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-26T00:41:58.108Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-26T00:41:58.368Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-26T00:41:58.368Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-26T00:41:58.368Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-26T00:41:58.368Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-26T00:41:58.368Z] Selecting previously unselected package libbsd0:amd64. [2021-01-26T00:41:58.368Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-26T00:41:58.368Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-26T00:41:58.628Z] Selecting previously unselected package sudo. [2021-01-26T00:41:58.628Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-26T00:41:58.628Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-26T00:41:58.888Z] Selecting previously unselected package apparmor. [2021-01-26T00:41:58.888Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-26T00:41:58.888Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-26T00:41:59.049Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:41:59.148Z] Selecting previously unselected package libedit2:amd64. [2021-01-26T00:41:59.148Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-26T00:41:59.148Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-26T00:41:59.148Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-26T00:41:59.148Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-26T00:41:59.148Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:41:59.148Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-26T00:41:59.148Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-26T00:41:59.148Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:41:59.408Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-26T00:41:59.408Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-26T00:41:59.408Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-26T00:41:59.408Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-26T00:41:59.408Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-26T00:41:59.408Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:41:59.668Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-26T00:41:59.668Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-26T00:41:59.668Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:41:59.668Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-26T00:41:59.668Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-26T00:41:59.668Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-26T00:41:59.928Z] Selecting previously unselected package openssh-client. [2021-01-26T00:41:59.928Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-26T00:41:59.928Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-26T00:41:59.928Z] Selecting previously unselected package squashfs-tools. [2021-01-26T00:41:59.928Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-26T00:42:00.189Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-26T00:42:00.189Z] Selecting previously unselected package snapd. [2021-01-26T00:42:00.189Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-26T00:42:00.189Z] Unpacking snapd (2.48+18.04) ... [2021-01-26T00:42:02.103Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-26T00:42:02.103Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-26T00:42:02.103Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-26T00:42:02.380Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-26T00:42:02.380Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-26T00:42:02.380Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:42:02.380Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-26T00:42:02.642Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-26T00:42:02.642Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-26T00:42:03.584Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-26T00:42:03.584Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-26T00:42:03.584Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-26T00:42:03.584Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:42:03.584Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:42:03.584Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-26T00:42:04.160Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [Pipeline] } [2021-01-26T00:42:04.486Z] $ docker stop --time=1 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 [2021-01-26T00:42:04.733Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:42:04.995Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-26T00:42:04.995Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-26T00:42:04.995Z] running python rtupdate hooks for python3.6... [2021-01-26T00:42:04.995Z] running python post-rtupdate hooks for python3.6... [2021-01-26T00:42:04.995Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-26T00:42:06.385Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-26T00:42:06.385Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-26T00:42:06.385Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-26T00:42:06.645Z] Setting up snapd (2.48+18.04) ... [2021-01-26T00:42:06.904Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-26T00:42:07.039Z] $ docker rm -f 8b60229bf121e1d958b890a733a757a3b5a275d2896f2e3d09f0c4e99b8cec13 [2021-01-26T00:42:07.165Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-26T00:42:07.425Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-26T00:42:07.425Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-26T00:42:07.685Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-26T00:42:07.685Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-26T00:42:07.946Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-26T00:42:07.946Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-26T00:42:08.210Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-26T00:42:08.470Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-26T00:42:08.470Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-26T00:42:08.470Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-26T00:42:08.733Z] Processing triggers for systemd (237-3ubuntu10.44) ... [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:42:09.058Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:42:09.331Z] [2021-01-26T00:42:09.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:42:09.678Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-26T00:42:09.678Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-26T00:42:09.678Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-26T00:42:09.722Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:42:09.992Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-26T00:42:09.993Z] 29e5d40040c1: Pulling fs layer [2021-01-26T00:42:09.993Z] 1ce36da41761: Pulling fs layer [2021-01-26T00:42:09.993Z] 25b303627fd3: Pulling fs layer [2021-01-26T00:42:10.589Z] 29e5d40040c1: Download complete [2021-01-26T00:42:12.010Z] Reading package lists... [2021-01-26T00:42:12.010Z] Reading package lists... [2021-01-26T00:42:12.010Z] Building dependency tree... [2021-01-26T00:42:12.010Z] Reading state information... [2021-01-26T00:42:12.010Z] Calculating upgrade... [2021-01-26T00:42:12.010Z] The following packages will be upgraded: [2021-01-26T00:42:12.010Z] advancecomp base-files bash binutils binutils-common [2021-01-26T00:42:12.010Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-26T00:42:12.010Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-26T00:42:12.010Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-26T00:42:12.010Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-26T00:42:12.010Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-26T00:42:12.010Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-26T00:42:12.010Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-26T00:42:12.010Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-26T00:42:12.011Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-26T00:42:12.011Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-26T00:42:12.011Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-26T00:42:12.011Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-26T00:42:12.011Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-26T00:42:12.011Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-26T00:42:12.011Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-26T00:42:12.011Z] Need to get 63.8 MB of archives. [2021-01-26T00:42:12.011Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-26T00:42:12.011Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-26T00:42:12.011Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-26T00:42:12.011Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-26T00:42:12.011Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-26T00:42:12.011Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-26T00:42:12.011Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-26T00:42:12.011Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-26T00:42:12.011Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-26T00:42:12.011Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-26T00:42:12.011Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-26T00:42:12.011Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-26T00:42:12.011Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-26T00:42:12.011Z] 1ce36da41761: Verifying Checksum [2021-01-26T00:42:12.011Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-26T00:42:12.011Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-26T00:42:12.011Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-26T00:42:12.011Z] 1ce36da41761: Download complete [2021-01-26T00:42:12.011Z] 29e5d40040c1: Pull complete [2021-01-26T00:42:12.011Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-26T00:42:12.011Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-26T00:42:12.011Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-26T00:42:12.011Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-26T00:42:12.011Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-26T00:42:12.011Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-26T00:42:12.011Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-26T00:42:12.011Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-26T00:42:12.011Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-26T00:42:12.011Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-26T00:42:12.011Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-26T00:42:12.011Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-26T00:42:12.011Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-26T00:42:12.011Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-26T00:42:12.011Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-26T00:42:12.011Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-26T00:42:12.011Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-26T00:42:12.011Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-26T00:42:12.011Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-26T00:42:12.011Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-26T00:42:12.011Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-26T00:42:12.011Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-26T00:42:12.011Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-26T00:42:12.011Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-26T00:42:12.011Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-26T00:42:12.011Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-26T00:42:12.011Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-26T00:42:12.011Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-26T00:42:12.011Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-26T00:42:12.011Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-26T00:42:12.011Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-26T00:42:12.011Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-26T00:42:12.011Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-26T00:42:12.011Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-26T00:42:12.011Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-26T00:42:12.011Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-26T00:42:12.011Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-26T00:42:12.011Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-26T00:42:12.011Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-26T00:42:12.011Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-26T00:42:12.279Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-26T00:42:12.279Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-26T00:42:12.279Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-26T00:42:12.282Z] 1ce36da41761: Pull complete [2021-01-26T00:42:12.539Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-26T00:42:12.539Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-26T00:42:12.539Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-26T00:42:12.539Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-26T00:42:12.539Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-26T00:42:12.539Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-26T00:42:12.799Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-26T00:42:12.799Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-26T00:42:12.877Z] 25b303627fd3: Verifying Checksum [2021-01-26T00:42:12.877Z] 25b303627fd3: Download complete [2021-01-26T00:42:13.058Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-26T00:42:13.058Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-26T00:42:13.317Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-26T00:42:13.317Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-26T00:42:13.317Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-26T00:42:13.317Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-26T00:42:13.317Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-26T00:42:13.317Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-26T00:42:13.317Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-26T00:42:13.317Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-26T00:42:13.317Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-26T00:42:13.317Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-26T00:42:13.317Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-26T00:42:13.317Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-26T00:42:13.317Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-26T00:42:13.317Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-26T00:42:13.317Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-26T00:42:13.317Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-26T00:42:13.317Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-26T00:42:13.317Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-26T00:42:13.317Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-26T00:42:13.317Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-26T00:42:13.577Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-26T00:42:13.577Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-26T00:42:13.577Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-26T00:42:13.577Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-26T00:42:13.577Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-26T00:42:13.577Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-26T00:42:13.577Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-26T00:42:13.577Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-26T00:42:13.577Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-26T00:42:13.577Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-26T00:42:13.577Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-26T00:42:13.837Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-26T00:42:13.837Z] Fetched 63.8 MB in 2s (30.7 MB/s) [2021-01-26T00:42:13.837Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:13.837Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-26T00:42:13.837Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-26T00:42:14.409Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-26T00:42:14.670Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-26T00:42:14.670Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-26T00:42:14.670Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-26T00:42:15.615Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:15.615Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:15.875Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:15.875Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:15.875Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.136Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.136Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.136Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.136Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.397Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.397Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.397Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.397Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.397Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.658Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:16.658Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-26T00:42:16.658Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.658Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.658Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:16.919Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-26T00:42:16.919Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.919Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:16.919Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:16.919Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:17.180Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:17.180Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-26T00:42:17.447Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:17.447Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-26T00:42:17.447Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-26T00:42:17.706Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-26T00:42:17.968Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-26T00:42:18.230Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-26T00:42:18.230Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-26T00:42:18.230Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-26T00:42:18.230Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-26T00:42:18.230Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-26T00:42:18.492Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-26T00:42:18.492Z] Installing new version of config file /etc/issue ... [2021-01-26T00:42:18.492Z] Installing new version of config file /etc/issue.net ... [2021-01-26T00:42:18.492Z] Installing new version of config file /etc/lsb-release ... [2021-01-26T00:42:18.492Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-26T00:42:18.752Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-26T00:42:19.014Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-26T00:42:19.014Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-26T00:42:19.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:19.014Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-26T00:42:19.014Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-26T00:42:19.275Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-26T00:42:19.275Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-26T00:42:19.275Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:19.275Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:19.275Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:19.536Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:19.536Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:19.536Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-26T00:42:19.536Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-26T00:42:19.536Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-26T00:42:19.797Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:19.797Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-26T00:42:19.797Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-26T00:42:20.062Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-26T00:42:20.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:20.062Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-26T00:42:20.062Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-26T00:42:20.062Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-26T00:42:20.323Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:20.323Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-26T00:42:20.323Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-26T00:42:20.323Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-26T00:42:20.585Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:20.585Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-26T00:42:20.585Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-26T00:42:20.585Z] Setting up grep (3.1-2build1) ... [2021-01-26T00:42:20.848Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:20.848Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-26T00:42:20.848Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-26T00:42:20.848Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-26T00:42:21.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:21.109Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-26T00:42:21.109Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-26T00:42:21.109Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-26T00:42:21.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:21.109Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-26T00:42:21.370Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-26T00:42:21.632Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-26T00:42:21.632Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-26T00:42:21.893Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-26T00:42:21.893Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-26T00:42:22.464Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-26T00:42:22.464Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:22.464Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-26T00:42:22.464Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-26T00:42:23.031Z] 25b303627fd3: Pull complete [2021-01-26T00:42:23.032Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-26T00:42:23.032Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:42:23.032Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-26T00:42:23.292Z] prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container [2021-01-26T00:42:23.370Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01-26T00:42:23.847Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-26T00:42:23.847Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-26T00:42:23.847Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-26T00:42:23.847Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-26T00:42:23.847Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-26T00:42:23.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:23.847Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-26T00:42:23.847Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-26T00:42:24.109Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-26T00:42:24.109Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:24.109Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:24.369Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:24.369Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:24.369Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:24.369Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:24.370Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:24.630Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:24.630Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:24.630Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:24.630Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:24.891Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:24.891Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:24.891Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:24.891Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:25.152Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:25.152Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:25.152Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-26T00:42:25.152Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-26T00:42:25.413Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-26T00:42:25.413Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-26T00:42:25.413Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-26T00:42:25.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:25.413Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-26T00:42:25.413Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-26T00:42:25.673Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-26T00:42:25.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:25.673Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:25.673Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:25.942Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:25.942Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:25.942Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:25.942Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:26.202Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:26.202Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:26.202Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:26.202Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:26.463Z] $ docker top 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 -eo pid,comm [2021-01-26T00:42:26.770Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [Pipeline] { [Pipeline] sh [2021-01-26T00:42:27.031Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-26T00:42:27.291Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-26T00:42:27.291Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:27.291Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-26T00:42:27.291Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-26T00:42:27.536Z] + docker-compose build --help [2021-01-26T00:42:27.536Z] + grep parallel [2021-01-26T00:42:27.557Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-26T00:42:27.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-26T00:42:27.818Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-26T00:42:27.818Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-26T00:42:27.818Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-26T00:42:28.080Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:28.080Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-26T00:42:28.080Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-26T00:42:28.080Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-26T00:42:28.341Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:28.341Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-26T00:42:28.602Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-26T00:42:28.602Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-26T00:42:28.863Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:28.863Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-26T00:42:28.863Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-26T00:42:28.863Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-26T00:42:29.123Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:29.123Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-26T00:42:29.123Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-26T00:42:29.123Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-26T00:42:29.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:29.384Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-26T00:42:29.384Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-26T00:42:29.384Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-26T00:42:29.646Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:29.646Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-26T00:42:29.646Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-26T00:42:29.909Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-26T00:42:29.909Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:29.909Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-26T00:42:30.169Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-26T00:42:30.169Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-26T00:42:30.169Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-26T00:42:30.169Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-26T00:42:30.435Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-26T00:42:30.435Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-26T00:42:30.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:30.435Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-26T00:42:30.435Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-26T00:42:30.706Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-26T00:42:30.910Z] --parallel Build images in parallel. [2021-01-26T00:42:30.973Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:30.973Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-26T00:42:30.973Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-26T00:42:30.973Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [Pipeline] } [2021-01-26T00:42:31.208Z] $ docker stop --time=1 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 [2021-01-26T00:42:31.240Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:31.240Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-26T00:42:31.240Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-26T00:42:31.500Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-26T00:42:31.500Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:31.500Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-26T00:42:31.500Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-26T00:42:31.761Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-26T00:42:31.761Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:31.761Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-26T00:42:31.761Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-26T00:42:32.021Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-26T00:42:32.282Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:32.282Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-26T00:42:32.282Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-26T00:42:32.543Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-26T00:42:32.543Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:32.543Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-26T00:42:32.543Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-26T00:42:32.543Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-26T00:42:32.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:32.806Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-26T00:42:32.806Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-26T00:42:32.806Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-26T00:42:33.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:33.172Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-26T00:42:33.172Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-26T00:42:33.172Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-26T00:42:33.180Z] $ docker rm -f 1a4b3f8750dcbeae7a91ede2265d69f2ad5d917cca9c5dfbb0bd29524ed0d4a0 [2021-01-26T00:42:33.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:33.434Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-26T00:42:33.434Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-26T00:42:33.434Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-26T00:42:33.434Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:33.434Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:42:33.695Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-26T00:42:33.695Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-26T00:42:33.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-26T00:42:33.695Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-26T00:42:33.695Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-26T00:42:33.955Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-26T00:42:33.955Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-26T00:42:33.955Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-26T00:42:33.955Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-26T00:42:33.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-26T00:42:33.999Z] . [Pipeline] withDockerContainer [2021-01-26T00:42:34.217Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-26T00:42:34.217Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-26T00:42:34.217Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-26T00:42:34.217Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-26T00:42:34.273Z] prd-ubuntu18.04-docker-arm64-4c-16g-22739 does not seem to be running inside a container [2021-01-26T00:42:34.350Z] $ 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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@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-01-26T00:42:34.477Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-26T00:42:34.477Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-26T00:42:34.743Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-26T00:42:34.743Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-26T00:42:34.743Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-26T00:42:34.743Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-26T00:42:35.004Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-26T00:42:35.004Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-26T00:42:35.004Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-26T00:42:35.004Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-26T00:42:35.265Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-26T00:42:35.265Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-26T00:42:35.265Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-26T00:42:35.265Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-26T00:42:35.526Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-26T00:42:35.526Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-26T00:42:35.526Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-26T00:42:35.526Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-26T00:42:35.766Z] $ docker top 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:42:36.801Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-26T00:42:36.916Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-26T00:42:36.916Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-26T00:42:36.916Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-26T00:42:36.916Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-26T00:42:36.916Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-26T00:42:36.916Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-26T00:42:37.491Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-26T00:42:37.491Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-26T00:42:37.492Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-26T00:42:37.492Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-26T00:42:37.492Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-26T00:42:37.769Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-26T00:42:37.769Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:38.032Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:38.032Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:38.032Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:38.293Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:38.293Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:38.293Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:38.293Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:39.235Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:39.235Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:40.183Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:40.183Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:40.755Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:40.755Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:41.018Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:41.018Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:41.092Z] Building docker-core-command-go ... [2021-01-26T00:42:41.092Z] Building docker-core-data-go ... [2021-01-26T00:42:41.092Z] Building docker-core-metadata-go ... [2021-01-26T00:42:41.092Z] Building docker-security-bootstrapper-go ... [2021-01-26T00:42:41.092Z] Building docker-security-proxy-setup-go ... [2021-01-26T00:42:41.092Z] Building docker-security-secretstore-setup-go ... [2021-01-26T00:42:41.092Z] Building docker-support-notifications-go ... [2021-01-26T00:42:41.092Z] Building docker-support-scheduler-go ... [2021-01-26T00:42:41.092Z] Building docker-sys-mgmt-agent-go ... [2021-01-26T00:42:41.092Z] Building docker-security-proxy-setup-go [2021-01-26T00:42:41.092Z] Building docker-core-metadata-go [2021-01-26T00:42:41.092Z] Building docker-support-scheduler-go [2021-01-26T00:42:41.092Z] Building docker-security-bootstrapper-go [2021-01-26T00:42:41.092Z] Building docker-support-notifications-go [2021-01-26T00:42:41.961Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-26T00:42:41.961Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-26T00:42:41.961Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-26T00:42:42.239Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-26T00:42:42.239Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-26T00:42:42.239Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-26T00:42:42.506Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-26T00:42:42.506Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-26T00:42:42.506Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-26T00:42:42.506Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-26T00:42:42.506Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-26T00:42:42.767Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-26T00:42:42.767Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-26T00:42:42.767Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-26T00:42:43.028Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-26T00:42:43.028Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-26T00:42:43.028Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.028Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-26T00:42:43.289Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.289Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.289Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.289Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-26T00:42:43.289Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-26T00:42:43.289Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-26T00:42:43.289Z] [2021-01-26T00:42:43.289Z] Current default time zone: 'Etc/UTC' [2021-01-26T00:42:43.289Z] Local time is now: Tue Jan 26 00:42:43 UTC 2021. [2021-01-26T00:42:43.289Z] Universal Time is now: Tue Jan 26 00:42:43 UTC 2021. [2021-01-26T00:42:43.289Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-26T00:42:43.289Z] [2021-01-26T00:42:43.550Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-26T00:42:43.550Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.550Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-26T00:42:43.550Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-26T00:42:43.550Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-26T00:42:43.550Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-26T00:42:43.550Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-26T00:42:43.550Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-26T00:42:43.550Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-26T00:42:43.814Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-26T00:42:43.814Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:43.814Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-26T00:42:44.075Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:44.075Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-26T00:42:44.075Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:44.075Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-26T00:42:44.075Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-26T00:42:44.075Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-26T00:42:44.337Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-26T00:42:44.337Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-26T00:42:44.337Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-26T00:42:44.337Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-26T00:42:44.337Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-26T00:42:46.254Z] Updating certificates in /etc/ssl/certs... [2021-01-26T00:42:47.199Z] 22 added, 17 removed; done. [2021-01-26T00:42:47.199Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-26T00:42:47.199Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-26T00:42:47.199Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-26T00:42:47.199Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-26T00:42:47.461Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-26T00:42:47.461Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.461Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-26T00:42:47.461Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.461Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.461Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.461Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.461Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.722Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-26T00:42:47.722Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-26T00:42:47.722Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-26T00:42:47.722Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-26T00:42:47.722Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-26T00:42:47.722Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.722Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-26T00:42:47.984Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-26T00:42:47.984Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-26T00:42:47.984Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-26T00:42:47.984Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-26T00:42:47.984Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-26T00:42:48.246Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-26T00:42:48.246Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-26T00:42:48.246Z] Updating certificates in /etc/ssl/certs... [2021-01-26T00:42:48.817Z] 0 added, 0 removed; done. [2021-01-26T00:42:48.817Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-26T00:42:48.817Z] done. [2021-01-26T00:42:49.393Z] Reading package lists... [2021-01-26T00:42:49.393Z] Building dependency tree... [2021-01-26T00:42:49.393Z] Reading state information... [2021-01-26T00:42:49.656Z] The following NEW packages will be installed: [2021-01-26T00:42:49.656Z] apt-transport-https [2021-01-26T00:42:49.916Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-26T00:42:49.916Z] Need to get 1696 B of archives. [2021-01-26T00:42:49.916Z] After this operation, 153 kB of additional disk space will be used. [2021-01-26T00:42:49.916Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-26T00:42:49.916Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-26T00:42:49.916Z] Fetched 1696 B in 0s (8563 B/s) [2021-01-26T00:42:50.177Z] Selecting previously unselected package apt-transport-https. [2021-01-26T00:42:50.177Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-26T00:42:50.177Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-26T00:42:50.177Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-26T00:42:50.177Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-26T00:42:50.439Z] Waiting for network to be ready... [2021-01-26T00:42:55.802Z] 2021-01-26T00:42:53Z INFO Waiting for automatic snapd restart... [2021-01-26T00:42:56.065Z] snapd 2.48.2 from Canonical* installed [2021-01-26T00:42:57.018Z] "snapd" switched to the "latest/stable" channel [2021-01-26T00:42:57.018Z] [2021-01-26T00:42:59.574Z] core18 20201210 from Canonical* installed [2021-01-26T00:42:59.835Z] "core18" switched to the "latest/stable" channel [2021-01-26T00:42:59.835Z] [2021-01-26T00:43:03.137Z] snapcraft 4.4.4 from Canonical* installed [2021-01-26T00:43:03.137Z] "snapcraft" switched to the "latest/stable" channel [2021-01-26T00:43:03.137Z] [2021-01-26T00:43:07.374Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-26T00:43:07.374Z] - README.md [2021-01-26T00:43:07.374Z] - snapcraft.yaml.orig [2021-01-26T00:43:07.374Z] [2021-01-26T00:43:07.374Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-26T00:43:13.999Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-26T00:43:13.999Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-26T00:43:13.999Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-26T00:43:13.999Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-26T00:43:14.572Z] Reading package lists... [2021-01-26T00:43:15.144Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-26T00:43:21.754Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-26T00:43:21.754Z] Reading package lists... [2021-01-26T00:43:21.754Z] Building dependency tree... [2021-01-26T00:43:21.754Z] Reading state information... [2021-01-26T00:43:21.754Z] Suggested packages: [2021-01-26T00:43:21.754Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-26T00:43:21.754Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-26T00:43:21.754Z] Recommended packages: [2021-01-26T00:43:21.754Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-26T00:43:21.754Z] The following NEW packages will be installed: [2021-01-26T00:43:21.754Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-26T00:43:21.754Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-26T00:43:21.754Z] pkg-config zip [2021-01-26T00:43:21.754Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-26T00:43:21.754Z] Need to get 7655 kB of archives. [2021-01-26T00:43:21.754Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-26T00:43:21.754Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-26T00:43:21.754Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-26T00:43:22.020Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-26T00:43:22.020Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-26T00:43:22.020Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-26T00:43:22.020Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-26T00:43:22.285Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-26T00:43:22.285Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-26T00:43:22.285Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-26T00:43:22.285Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-26T00:43:22.285Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-26T00:43:22.545Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-26T00:43:22.545Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-26T00:43:22.545Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-26T00:43:22.545Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-26T00:43:22.806Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-26T00:43:22.806Z] Fetched 7655 kB in 1s (6971 kB/s) [2021-01-26T00:43:22.806Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-26T00:43:22.806Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-26T00:43:22.806Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-26T00:43:22.806Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-26T00:43:23.066Z] Selecting previously unselected package libpsl5:amd64. [2021-01-26T00:43:23.066Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-26T00:43:23.066Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-26T00:43:23.066Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-26T00:43:23.066Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-26T00:43:23.327Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-26T00:43:23.327Z] Selecting previously unselected package librtmp1:amd64. [2021-01-26T00:43:23.327Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-26T00:43:23.327Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-26T00:43:23.327Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-26T00:43:23.327Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-26T00:43:23.327Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-26T00:43:23.588Z] Selecting previously unselected package liberror-perl. [2021-01-26T00:43:23.588Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-26T00:43:23.588Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-26T00:43:23.588Z] Selecting previously unselected package git-man. [2021-01-26T00:43:23.588Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-26T00:43:23.588Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-26T00:43:23.848Z] Selecting previously unselected package git. [2021-01-26T00:43:23.848Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-26T00:43:23.848Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-26T00:43:24.431Z] Selecting previously unselected package libnorm1:amd64. [2021-01-26T00:43:24.431Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-26T00:43:24.431Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-26T00:43:24.692Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-26T00:43:24.692Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-26T00:43:24.692Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-26T00:43:24.692Z] Selecting previously unselected package libsodium23:amd64. [2021-01-26T00:43:24.692Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-26T00:43:24.692Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-26T00:43:24.692Z] Selecting previously unselected package libzmq5:amd64. [2021-01-26T00:43:24.692Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-26T00:43:24.692Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-26T00:43:24.953Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-26T00:43:24.953Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-26T00:43:24.953Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-26T00:43:24.953Z] Selecting previously unselected package pkg-config. [2021-01-26T00:43:24.953Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-26T00:43:24.953Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-26T00:43:24.953Z] Selecting previously unselected package zip. [2021-01-26T00:43:24.953Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-26T00:43:24.953Z] Unpacking zip (3.0-11build1) ... [2021-01-26T00:43:25.217Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-26T00:43:25.217Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-26T00:43:25.217Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-26T00:43:25.217Z] Setting up liberror-perl (0.17025-1) ... [2021-01-26T00:43:25.217Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-26T00:43:25.217Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-26T00:43:25.217Z] No schema files found: doing nothing. [2021-01-26T00:43:25.217Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-26T00:43:25.478Z] Setting up zip (3.0-11build1) ... [2021-01-26T00:43:25.478Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-26T00:43:25.478Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-26T00:43:25.478Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-26T00:43:25.478Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-26T00:43:25.478Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-26T00:43:25.478Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-26T00:43:25.478Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-26T00:43:25.740Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-26T00:43:32.331Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-26T00:43:32.331Z] git set to automatically installed. [2021-01-26T00:43:32.331Z] git-man set to automatically installed. [2021-01-26T00:43:32.331Z] libcurl3-gnutls set to automatically installed. [2021-01-26T00:43:32.331Z] liberror-perl set to automatically installed. [2021-01-26T00:43:32.331Z] libglib2.0-0 set to automatically installed. [2021-01-26T00:43:32.331Z] libnghttp2-14 set to automatically installed. [2021-01-26T00:43:32.331Z] libnorm1 set to automatically installed. [2021-01-26T00:43:32.331Z] libpgm-5.2-0 set to automatically installed. [2021-01-26T00:43:32.331Z] libpsl5 set to automatically installed. [2021-01-26T00:43:32.331Z] librtmp1 set to automatically installed. [2021-01-26T00:43:32.331Z] libsodium23 set to automatically installed. [2021-01-26T00:43:32.331Z] libzmq3-dev set to automatically installed. [2021-01-26T00:43:32.331Z] libzmq5 set to automatically installed. [2021-01-26T00:43:32.331Z] pkg-config set to automatically installed. [2021-01-26T00:43:32.331Z] zip set to automatically installed. [2021-01-26T00:43:34.247Z] snapd is not logged in, snap install commands will use sudo [2021-01-26T00:43:40.844Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-26T00:43:41.787Z] snap "core18" has no updates available [2021-01-26T00:43:42.368Z] Pulling config-common [2021-01-26T00:43:43.756Z] Pulling go-build-helper [2021-01-26T00:44:02.945Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:44:02.945Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:44:02.945Z] ---> 5a1ee7068d93 [2021-01-26T00:44:02.945Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:44:02.945Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:44:02.945Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:44:02.945Z] ---> 5a1ee7068d93 [2021-01-26T00:44:02.945Z] Step 3/33 : WORKDIR /edgex-go [2021-01-26T00:44:02.945Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:44:02.945Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:44:02.945Z] ---> 5a1ee7068d93 [2021-01-26T00:44:02.945Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:44:02.946Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:44:02.946Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:44:02.946Z] ---> 5a1ee7068d93 [2021-01-26T00:44:02.946Z] Step 3/21 : WORKDIR /edgex-go [2021-01-26T00:44:02.946Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:44:02.946Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:44:02.946Z] ---> 5a1ee7068d93 [2021-01-26T00:44:02.946Z] Step 3/22 : WORKDIR /edgex-go [2021-01-26T00:44:02.946Z] ---> Running in 8379b4b9c02b [2021-01-26T00:44:02.946Z] ---> Running in 50adfec084cb [2021-01-26T00:44:02.946Z] ---> Running in 1c0f7ffc3cee [2021-01-26T00:44:02.946Z] ---> Running in 498a373d36b2 [2021-01-26T00:44:02.946Z] ---> Running in e86ea78bfcaf [2021-01-26T00:44:02.946Z] Removing intermediate container 50adfec084cb [2021-01-26T00:44:02.946Z] ---> e4e71822e15a [2021-01-26T00:44:02.946Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:44:02.946Z] Removing intermediate container 498a373d36b2 [2021-01-26T00:44:02.946Z] ---> 6e653754919d [2021-01-26T00:44:02.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:44:02.946Z] Removing intermediate container 8379b4b9c02b [2021-01-26T00:44:02.946Z] ---> fdf99e90f37c [2021-01-26T00:44:02.946Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:44:02.946Z] Removing intermediate container 1c0f7ffc3cee [2021-01-26T00:44:02.946Z] ---> 5930c7b18bdc [2021-01-26T00:44:02.946Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:44:02.946Z] Removing intermediate container e86ea78bfcaf [2021-01-26T00:44:02.946Z] ---> 91cb6ebef459 [2021-01-26T00:44:02.946Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:44:02.946Z] ---> Running in 166c77b542af [2021-01-26T00:44:02.946Z] ---> Running in e2025c8de379 [2021-01-26T00:44:02.946Z] ---> Running in 922dfa88a3d7 [2021-01-26T00:44:02.946Z] ---> Running in 43c9a7a70550 [2021-01-26T00:44:02.946Z] ---> Running in 5fc3fbace960 [2021-01-26T00:44:02.946Z] Removing intermediate container e2025c8de379 [2021-01-26T00:44:02.946Z] ---> 6574a7c8886f [2021-01-26T00:44:02.946Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-26T00:44:02.946Z] ---> Running in 028b14ddbf48 [2021-01-26T00:44:02.946Z] Removing intermediate container 166c77b542af [2021-01-26T00:44:02.946Z] ---> b6b32ee0d907 [2021-01-26T00:44:02.946Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-26T00:44:02.946Z] Removing intermediate container 5fc3fbace960 [2021-01-26T00:44:02.946Z] ---> 5feab280c959 [2021-01-26T00:44:02.946Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:44:02.946Z] ---> Running in 9207b48aaa57 [2021-01-26T00:44:02.946Z] ---> Running in 4c02ca2ddfeb [2021-01-26T00:44:02.946Z] Removing intermediate container 43c9a7a70550 [2021-01-26T00:44:02.946Z] ---> 545fedca97d9 [2021-01-26T00:44:02.946Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-26T00:44:02.946Z] Removing intermediate container 922dfa88a3d7 [2021-01-26T00:44:02.946Z] ---> a7f27e889b3a [2021-01-26T00:44:02.946Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-26T00:44:02.946Z] ---> Running in 9669554fa77b [2021-01-26T00:44:02.946Z] ---> Running in 1954eeecac5c [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:03.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:44:05.772Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-26T00:44:05.772Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-26T00:44:05.772Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-26T00:44:05.772Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-26T00:44:05.772Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-26T00:44:05.772Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-26T00:44:05.772Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-26T00:44:05.772Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-26T00:44:05.772Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-26T00:44:05.772Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-26T00:44:05.772Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-26T00:44:05.772Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-26T00:44:05.772Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-26T00:44:05.772Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-26T00:44:05.772Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-26T00:44:05.772Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-26T00:44:05.772Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-26T00:44:05.772Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-26T00:44:05.772Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-26T00:44:05.772Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1852 kB] [2021-01-26T00:44:05.772Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [386 kB] [2021-01-26T00:44:05.772Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-26T00:44:05.772Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-26T00:44:05.772Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-26T00:44:05.772Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-26T00:44:05.772Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1709 kB] [2021-01-26T00:44:05.772Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-26T00:44:05.772Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-26T00:44:05.772Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-26T00:44:05.772Z] Fetched 279 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-26T00:44:05.772Z] Fetched 122 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-26T00:44:05.772Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-26T00:44:05.772Z] Fetched 8848 B in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-26T00:44:05.772Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-26T00:44:05.772Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-26T00:44:05.772Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-26T00:44:05.772Z] Fetched 214 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-26T00:44:05.772Z] Fetched 155 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-26T00:44:05.772Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-26T00:44:05.772Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-26T00:44:05.772Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-26T00:44:05.772Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-26T00:44:05.772Z] Fetched 499 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-26T00:44:05.773Z] Fetched 111 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-26T00:44:05.773Z] Fetched 240 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-26T00:44:05.773Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-26T00:44:05.773Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-26T00:44:05.773Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-26T00:44:05.773Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-26T00:44:05.773Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-26T00:44:05.773Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-26T00:44:05.773Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-26T00:44:05.773Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-26T00:44:05.773Z] Fetched 8720 B in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-26T00:44:05.773Z] Fetched 137 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-26T00:44:05.773Z] Fetched 119 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-26T00:44:05.773Z] Fetched 109 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-26T00:44:05.773Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-26T00:44:05.773Z] Fetched 645 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-26T00:44:05.773Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-26T00:44:05.773Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-26T00:44:05.773Z] Fetched 368 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-26T00:44:05.773Z] Fetched 187 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-26T00:44:05.773Z] Fetched 175 kB in 0s (0 B/s) [2021-01-26T00:44:05.773Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-26T00:44:05.829Z] OK: 217 MiB in 51 packages [2021-01-26T00:44:06.113Z] OK: 217 MiB in 51 packages [2021-01-26T00:44:06.113Z] OK: 217 MiB in 51 packages [2021-01-26T00:44:06.722Z] OK: 217 MiB in 51 packages [2021-01-26T00:44:07.722Z] Removing intermediate container 9669554fa77b [2021-01-26T00:44:07.722Z] ---> bb5b34602e1f [2021-01-26T00:44:07.722Z] Step 6/22 : COPY go.mod . [2021-01-26T00:44:07.722Z] OK: 217 MiB in 51 packages [2021-01-26T00:44:07.997Z] Removing intermediate container 028b14ddbf48 [2021-01-26T00:44:07.997Z] ---> 1d3311e46f3d [2021-01-26T00:44:07.997Z] Step 6/22 : COPY go.mod . [2021-01-26T00:44:07.997Z] Removing intermediate container 4c02ca2ddfeb [2021-01-26T00:44:07.997Z] ---> 917aeb130afe [2021-01-26T00:44:07.997Z] Step 6/23 : COPY go.mod . [2021-01-26T00:44:08.601Z] Removing intermediate container 1954eeecac5c [2021-01-26T00:44:08.601Z] ---> 47e48bbc0043 [2021-01-26T00:44:08.601Z] Step 6/21 : COPY go.mod . [2021-01-26T00:44:08.897Z] ---> 4261b278a613 [2021-01-26T00:44:08.897Z] Step 7/22 : RUN go mod download [2021-01-26T00:44:09.077Z] Fetched 206 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-26T00:44:09.077Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-26T00:44:09.077Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-26T00:44:09.077Z] Fetched 159 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-26T00:44:09.077Z] Fetched 107 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-26T00:44:09.077Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-26T00:44:09.077Z] Pulling static-packages [2021-01-26T00:44:09.172Z] ---> a9d28c218d59 [2021-01-26T00:44:09.173Z] Step 7/23 : RUN go mod download [2021-01-26T00:44:09.173Z] ---> Running in 42a7ae52b87a [2021-01-26T00:44:09.173Z] ---> 09aee0f31907 [2021-01-26T00:44:09.173Z] Step 7/22 : RUN go mod download [2021-01-26T00:44:09.450Z] ---> Running in f59e3a1af7aa [2021-01-26T00:44:09.450Z] Removing intermediate container 9207b48aaa57 [2021-01-26T00:44:09.450Z] ---> 120c411e783b [2021-01-26T00:44:09.450Z] Step 6/33 : COPY go.mod . [2021-01-26T00:44:09.450Z] ---> Running in 6bae3dfd58eb [2021-01-26T00:44:09.727Z] ---> b5ccc8cad705 [2021-01-26T00:44:09.727Z] Step 7/21 : RUN go mod download [2021-01-26T00:44:10.005Z] ---> Running in d12c1490d9b7 [2021-01-26T00:44:10.019Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-26T00:44:10.019Z] Skipping pull go-build-helper (already ran) [2021-01-26T00:44:10.019Z] Skipping pull static-packages (already ran) [2021-01-26T00:44:10.019Z] Building go-build-helper [2021-01-26T00:44:10.992Z] ---> e88523718643 [2021-01-26T00:44:10.992Z] Step 7/33 : RUN go mod download [2021-01-26T00:44:10.992Z] ---> Running in ae5801780acc [2021-01-26T00:44:14.226Z] Building static-packages [2021-01-26T00:44:14.429Z] Removing intermediate container 42a7ae52b87a [2021-01-26T00:44:14.430Z] ---> 354c94fc4c0a [2021-01-26T00:44:14.430Z] Step 8/22 : COPY . . [2021-01-26T00:44:14.430Z] Removing intermediate container f59e3a1af7aa [2021-01-26T00:44:14.430Z] ---> 6bad12c7e5bc [2021-01-26T00:44:14.430Z] Step 8/23 : COPY . . [2021-01-26T00:44:14.430Z] Removing intermediate container 6bae3dfd58eb [2021-01-26T00:44:14.430Z] ---> f08f6d4b4162 [2021-01-26T00:44:14.430Z] Step 8/22 : COPY . . [2021-01-26T00:44:14.705Z] Removing intermediate container d12c1490d9b7 [2021-01-26T00:44:14.705Z] ---> 813e0e56f16d [2021-01-26T00:44:14.705Z] Step 8/21 : COPY . . [2021-01-26T00:44:15.613Z] Staging go-build-helper [2021-01-26T00:44:16.699Z] Removing intermediate container ae5801780acc [2021-01-26T00:44:16.699Z] ---> 018bcb4cbb02 [2021-01-26T00:44:16.699Z] Step 8/33 : COPY . . [2021-01-26T00:44:16.998Z] Staging static-packages [2021-01-26T00:44:17.941Z] Pulling go115 [2021-01-26T00:44:18.884Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-26T00:44:18.884Z] Skipping pull go115 (already ran) [2021-01-26T00:44:18.884Z] Building go115 [2021-01-26T00:44:18.884Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T00:44:18.884Z] Dload Upload Total Spent Left Speed [2021-01-26T00:44:22.054Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 10 115M 10 12.6M 0 0 19.2M 0 0:00:06 --:--:-- 0:00:06 19.2M 49 115M 49 57.5M 0 0 34.7M 0 0:00:03 0:00:01 0:00:02 34.7M 87 115M 87 101M 0 0 37.8M 0 0:00:03 0:00:02 0:00:01 37.8M 100 115M 100 115M 0 0 38.4M 0 0:00:03 0:00:03 --:--:-- 38.4M [2021-01-26T00:44:22.625Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-26T00:44:26.827Z] Staging go115 [2021-01-26T00:44:32.117Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-26T00:44:32.117Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-26T00:44:32.117Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-26T00:44:32.117Z] Fetched 0 B in 0s (0 B/s) [2021-01-26T00:44:32.117Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-26T00:44:32.117Z] Fetched 224 kB in 0s (0 B/s) [2021-01-26T00:44:32.117Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-26T00:44:32.117Z] Fetched 157 kB in 0s (0 B/s) [2021-01-26T00:44:32.117Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-26T00:44:32.117Z] Fetched 221 kB in 0s (0 B/s) [2021-01-26T00:44:32.117Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-26T00:44:32.117Z] Fetched 143 kB in 0s (0 B/s) [2021-01-26T00:44:32.117Z] Pulling edgex-go [2021-01-26T00:44:33.497Z] Pulling version [2021-01-26T00:44:34.439Z] Building config-common [2021-01-26T00:44:36.355Z] Skipping build go-build-helper (already ran) [2021-01-26T00:44:36.355Z] Skipping build static-packages (already ran) [2021-01-26T00:44:36.355Z] Skipping build go115 (already ran) [2021-01-26T00:44:36.355Z] Building edgex-go [2021-01-26T00:44:36.617Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T00:44:37.562Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-26T00:44:37.562Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-26T00:44:37.562Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-26T00:44:37.562Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.6 [2021-01-26T00:44:37.562Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-26T00:44:37.562Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-26T00:44:37.562Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-26T00:44:37.562Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-26T00:44:37.562Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-26T00:44:37.823Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-26T00:44:37.823Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-26T00:44:37.823Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-26T00:44:37.823Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-26T00:44:37.823Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-26T00:44:37.823Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-26T00:44:37.823Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-26T00:44:37.823Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-26T00:44:37.823Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-26T00:44:37.823Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-26T00:44:38.092Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-26T00:44:38.092Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-26T00:44:38.092Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-26T00:44:38.092Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-26T00:44:38.092Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-26T00:44:38.092Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-26T00:44:38.092Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-26T00:44:38.092Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-26T00:44:38.092Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-26T00:44:38.092Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-26T00:44:38.092Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-26T00:44:38.370Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-26T00:44:38.370Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-26T00:44:43.605Z] ---> d3a317b47176 [2021-01-26T00:44:43.605Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-26T00:44:43.605Z] ---> 49a93be36d16 [2021-01-26T00:44:43.605Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-26T00:44:43.605Z] ---> be9028ddc35d [2021-01-26T00:44:43.605Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-26T00:44:43.605Z] ---> 7f4aa5e84ff5 [2021-01-26T00:44:43.605Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-26T00:44:43.605Z] ---> b338f5f5876d [2021-01-26T00:44:43.605Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-26T00:44:43.605Z] ---> Running in 8ba866353cf3 [2021-01-26T00:44:43.605Z] ---> Running in af817a37da61 [2021-01-26T00:44:43.605Z] ---> Running in 6118deb3f6a2 [2021-01-26T00:44:43.605Z] ---> Running in a72b826c9576 [2021-01-26T00:44:43.605Z] ---> Running in c2adea6eacde [2021-01-26T00:44:43.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T00:44:43.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T00:44:43.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T00:44:43.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:44:43.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:44:44.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-26T00:44:50.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T00:44:50.560Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-26T00:44:51.946Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T00:44:52.208Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T00:44:52.208Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-26T00:44:52.467Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-26T00:44:52.467Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-26T00:44:52.467Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-26T00:44:54.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-26T00:44:54.379Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-26T00:44:54.380Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-26T00:44:55.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-26T00:44:56.264Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T00:44:56.264Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-26T00:44:58.186Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T00:44:58.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T00:44:59.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T00:44:59.714Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-26T00:45:01.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-26T00:45:01.098Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-26T00:45:03.666Z] Building version [2021-01-26T00:45:06.218Z] Staging config-common [2021-01-26T00:45:06.790Z] Skipping stage go-build-helper (already ran) [2021-01-26T00:45:06.790Z] Skipping stage static-packages (already ran) [2021-01-26T00:45:06.790Z] Skipping stage go115 (already ran) [2021-01-26T00:45:06.790Z] Staging edgex-go [2021-01-26T00:45:07.731Z] Staging version [2021-01-26T00:45:09.142Z] Priming config-common [2021-01-26T00:45:10.085Z] Priming go-build-helper [2021-01-26T00:45:11.027Z] Priming static-packages [2021-01-26T00:45:13.272Z] Priming go115 [2021-01-26T00:45:14.394Z] Priming edgex-go [2021-01-26T00:45:15.467Z] Priming version [2021-01-26T00:45:16.613Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-26T00:46:05.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-26T00:46:05.508Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-26T00:46:20.646Z] Removing intermediate container 8ba866353cf3 [2021-01-26T00:46:20.646Z] ---> 2104269edf93 [2021-01-26T00:46:20.646Z] [2021-01-26T00:46:20.646Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:46:20.646Z] 3.12: Pulling from library/alpine [2021-01-26T00:46:20.646Z] Removing intermediate container 6118deb3f6a2 [2021-01-26T00:46:20.646Z] ---> c3facd1ab10b [2021-01-26T00:46:20.646Z] [2021-01-26T00:46:20.646Z] Step 10/21 : FROM alpine:3.12 [2021-01-26T00:46:20.934Z] 3.12: Pulling from library/alpine [2021-01-26T00:46:21.210Z] Removing intermediate container a72b826c9576 [2021-01-26T00:46:21.210Z] ---> ce0ed1c2418a [2021-01-26T00:46:21.210Z] [2021-01-26T00:46:21.210Z] Step 10/22 : FROM alpine:3.12 [2021-01-26T00:46:21.487Z] 3.12: Pulling from library/alpine [2021-01-26T00:46:22.091Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:46:22.091Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:46:22.091Z] Status: Downloaded newer image for alpine:3.12 [2021-01-26T00:46:22.091Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-26T00:46:22.091Z] Status: Image is up to date for alpine:3.12 [2021-01-26T00:46:22.091Z] ---> afeebe901d6b [2021-01-26T00:46:22.091Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-26T00:46:22.091Z] Status: Image is up to date for alpine:3.12 [2021-01-26T00:46:22.091Z] ---> afeebe901d6b [2021-01-26T00:46:22.091Z] Step 11/22 : RUN apk add --update --no-cache dumb-init ---> afeebe901d6b [2021-01-26T00:46:22.091Z] [2021-01-26T00:46:22.091Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-26T00:46:22.373Z] ---> Running in 84e484c98bf9 [2021-01-26T00:46:22.373Z] ---> Running in f5a952e55c68 [2021-01-26T00:46:22.373Z] ---> Running in 14bf8a8d8ce1 [2021-01-26T00:46:24.368Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:24.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:24.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:24.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:24.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:25.253Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:25.529Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-26T00:46:25.813Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:46:25.813Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-26T00:46:25.813Z] (4/4) Installing curl (7.69.1-r3) [2021-01-26T00:46:25.813Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:46:25.813Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-26T00:46:25.813Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:46:25.813Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-26T00:46:25.813Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:46:25.813Z] OK: 5 MiB in 15 packages [2021-01-26T00:46:26.094Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-26T00:46:26.094Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:46:26.094Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:46:26.094Z] OK: 7 MiB in 18 packages [2021-01-26T00:46:26.374Z] OK: 6 MiB in 16 packages [2021-01-26T00:46:29.036Z] Removing intermediate container f5a952e55c68 [2021-01-26T00:46:29.036Z] ---> 2cf96daece57 [2021-01-26T00:46:29.036Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:46:29.036Z] Removing intermediate container c2adea6eacde [2021-01-26T00:46:29.036Z] ---> 4ddea6022ed4 [2021-01-26T00:46:29.036Z] [2021-01-26T00:46:29.036Z] Step 10/33 : FROM alpine:3.12 [2021-01-26T00:46:29.036Z] ---> afeebe901d6b [2021-01-26T00:46:29.036Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-26T00:46:29.036Z] ---> Running in b49ae23ce80f [2021-01-26T00:46:29.634Z] ---> Running in 6204856c4981 [2021-01-26T00:46:29.909Z] Removing intermediate container 84e484c98bf9 [2021-01-26T00:46:29.909Z] ---> 2682788166b4 [2021-01-26T00:46:29.909Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:46:29.909Z] Removing intermediate container b49ae23ce80f [2021-01-26T00:46:29.909Z] ---> 8ad7303befda [2021-01-26T00:46:29.909Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-26T00:46:29.909Z] Removing intermediate container 14bf8a8d8ce1 [2021-01-26T00:46:29.909Z] ---> 6f12190a205b [2021-01-26T00:46:29.909Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:46:30.185Z] ---> Running in 344b7dcd9a53 [2021-01-26T00:46:30.185Z] ---> Running in d707a7d51ed9 [2021-01-26T00:46:30.185Z] ---> Running in 49cbe72fa19a [2021-01-26T00:46:31.167Z] Removing intermediate container 344b7dcd9a53 [2021-01-26T00:46:31.167Z] ---> 66ae3fcfc7de [2021-01-26T00:46:31.167Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-26T00:46:31.167Z] Removing intermediate container 49cbe72fa19a [2021-01-26T00:46:31.167Z] ---> c5a4dd229a55 [2021-01-26T00:46:31.167Z] Step 13/21 : WORKDIR /edgex [2021-01-26T00:46:31.167Z] Removing intermediate container d707a7d51ed9 [2021-01-26T00:46:31.167Z] ---> 6a368764bf55 [2021-01-26T00:46:31.167Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:46:31.167Z] ---> Running in c8c2db511f57 [2021-01-26T00:46:31.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:31.167Z] ---> Running in 103c3c7963f0 [2021-01-26T00:46:31.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:46:31.440Z] ---> Running in 11f8472f2ddf [2021-01-26T00:46:32.040Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-26T00:46:32.040Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-26T00:46:32.341Z] (3/3) Installing su-exec (0.2-r1) [2021-01-26T00:46:32.341Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:46:32.341Z] Removing intermediate container 103c3c7963f0 [2021-01-26T00:46:32.341Z] ---> ca55716e2018 [2021-01-26T00:46:32.341Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-26T00:46:32.341Z] OK: 6 MiB in 17 packages [2021-01-26T00:46:32.341Z] Removing intermediate container c8c2db511f57 [2021-01-26T00:46:32.341Z] ---> a0160617972d [2021-01-26T00:46:32.341Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-26T00:46:32.621Z] Removing intermediate container 11f8472f2ddf [2021-01-26T00:46:32.621Z] ---> 4ef299343a7f [2021-01-26T00:46:32.621Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:46:32.621Z] ---> Running in 0d38bcee6ce1 [2021-01-26T00:46:33.668Z] ---> 9a055c076175 [2021-01-26T00:46:33.668Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-26T00:46:33.668Z] Removing intermediate container 0d38bcee6ce1 [2021-01-26T00:46:33.668Z] ---> 5ad1df409ff9 [2021-01-26T00:46:33.668Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:46:34.268Z] ---> a3bf595ef2b5 [2021-01-26T00:46:34.268Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-26T00:46:34.892Z] Removing intermediate container 6204856c4981 [2021-01-26T00:46:34.892Z] ---> fa6f596c047b [2021-01-26T00:46:34.892Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-26T00:46:35.178Z] ---> 14069be37917 [2021-01-26T00:46:35.178Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-26T00:46:35.459Z] ---> Running in 9b8d75974dc2 [2021-01-26T00:46:36.062Z] ---> fc913b4196ad [2021-01-26T00:46:36.062Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-26T00:46:36.674Z] ---> 159d9708e50c [2021-01-26T00:46:36.674Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-26T00:46:36.674Z] Removing intermediate container 9b8d75974dc2 [2021-01-26T00:46:36.674Z] ---> abf5312060de [2021-01-26T00:46:36.674Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-26T00:46:37.273Z] ---> 65eabb7483a6 [2021-01-26T00:46:37.273Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-26T00:46:37.273Z] ---> Running in 3b5b5d38c45d [2021-01-26T00:46:37.547Z] Removing intermediate container af817a37da61 [2021-01-26T00:46:37.547Z] ---> 7492a6137621 [2021-01-26T00:46:37.547Z] [2021-01-26T00:46:37.547Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:46:37.547Z] ---> afeebe901d6b [2021-01-26T00:46:37.547Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:46:37.547Z] ---> Using cache [2021-01-26T00:46:37.547Z] ---> 2cf96daece57 [2021-01-26T00:46:37.547Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:46:37.547Z] ---> Using cache [2021-01-26T00:46:37.547Z] ---> 8ad7303befda [2021-01-26T00:46:37.547Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-26T00:46:37.547Z] ---> f9a930c092b5 [2021-01-26T00:46:37.547Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-26T00:46:37.818Z] ---> Running in 7125f05ee97d [2021-01-26T00:46:37.818Z] ---> 4132688225a4 [2021-01-26T00:46:37.818Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-26T00:46:37.818Z] ---> Running in dfe6789f5713 [2021-01-26T00:46:38.090Z] Removing intermediate container 3b5b5d38c45d [2021-01-26T00:46:38.090Z] ---> e816ff6f9bac [2021-01-26T00:46:38.090Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-26T00:46:38.090Z] ---> Running in ac6fd9f35092 [2021-01-26T00:46:38.090Z] ---> 2103b3822c97 [2021-01-26T00:46:38.090Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-26T00:46:38.362Z] ---> Running in 3d377f13ca3d [2021-01-26T00:46:38.362Z] ---> Running in 6e7ae9e1ccba [2021-01-26T00:46:38.638Z] Removing intermediate container 7125f05ee97d [2021-01-26T00:46:38.638Z] ---> 24949d28b210 [2021-01-26T00:46:38.638Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:46:38.638Z] Removing intermediate container dfe6789f5713 [2021-01-26T00:46:38.638Z] ---> e5d226978183 [2021-01-26T00:46:38.638Z] Step 18/21 : CMD ["--init=true"] [2021-01-26T00:46:38.638Z] ---> Running in 8c4ac8ac1143 [2021-01-26T00:46:38.638Z] Removing intermediate container ac6fd9f35092 [2021-01-26T00:46:38.638Z] ---> 01a65c7943b0 [2021-01-26T00:46:38.638Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:46:38.914Z] ---> Running in 46245e3fe94c [2021-01-26T00:46:38.914Z] ---> Running in 933c33a71f2d [2021-01-26T00:46:39.188Z] Removing intermediate container 6e7ae9e1ccba [2021-01-26T00:46:39.188Z] ---> 01e62c3c6cae [2021-01-26T00:46:39.188Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:46:39.465Z] ---> Running in 40aca7a2b1d8 [2021-01-26T00:46:39.465Z] Removing intermediate container 8c4ac8ac1143 [2021-01-26T00:46:39.465Z] ---> a0ea3aed2f46 [2021-01-26T00:46:39.465Z] Step 15/23 : WORKDIR / [2021-01-26T00:46:39.739Z] Removing intermediate container 46245e3fe94c [2021-01-26T00:46:39.739Z] ---> f166bfa32780 [2021-01-26T00:46:39.739Z] Step 19/21 : LABEL arch=arm64 [2021-01-26T00:46:39.739Z] ---> Running in 4a07ae350dd9 [2021-01-26T00:46:40.016Z] Removing intermediate container 933c33a71f2d [2021-01-26T00:46:40.016Z] ---> 623dfe5ccc7e [2021-01-26T00:46:40.016Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T00:46:40.016Z] Connecting to github.com (140.82.114.3:443) [2021-01-26T00:46:40.016Z]  ---> Running in ffc9822d6c21 [2021-01-26T00:46:40.016Z] Removing intermediate container 40aca7a2b1d8 [2021-01-26T00:46:40.016Z] ---> 14edd79c1d79 [2021-01-26T00:46:40.016Z] Step 20/22 : LABEL arch=arm64 [2021-01-26T00:46:40.293Z] ---> Running in 0f69adedd541 [2021-01-26T00:46:40.293Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.107.4:443) [2021-01-26T00:46:40.293Z]  ---> Running in eeb20994a73d [2021-01-26T00:46:40.571Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-26T00:46:40.571Z] Removing intermediate container 4a07ae350dd9 [2021-01-26T00:46:40.571Z] ---> 9d61c68af744 [2021-01-26T00:46:40.571Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:46:40.571Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-26T00:46:40.571Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-26T00:46:40.571Z] dockerize [2021-01-26T00:46:40.855Z] Removing intermediate container ffc9822d6c21 [2021-01-26T00:46:40.855Z] ---> 5964a93eea37 [2021-01-26T00:46:40.855Z] Step 20/21 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:46:40.855Z] Removing intermediate container 0f69adedd541 [2021-01-26T00:46:40.855Z] ---> 556f719391b6 [2021-01-26T00:46:40.855Z] Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:46:41.144Z] ---> Running in 0e9b45710f2e [2021-01-26T00:46:41.144Z] Removing intermediate container eeb20994a73d [2021-01-26T00:46:41.144Z] ---> 12aa31403575 [2021-01-26T00:46:41.144Z] Step 21/22 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:46:41.424Z] ---> Running in ab2d466d49f5 [2021-01-26T00:46:41.424Z] ---> Running in 1165d57c0843 [2021-01-26T00:46:41.706Z] ---> a6fc9ceba5be [2021-01-26T00:46:41.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-26T00:46:41.980Z] Removing intermediate container 0e9b45710f2e [2021-01-26T00:46:41.980Z] ---> 7621c814bd5a [2021-01-26T00:46:41.980Z] Step 21/21 : LABEL version=0.0.0 [2021-01-26T00:46:41.980Z] Removing intermediate container ab2d466d49f5 [2021-01-26T00:46:41.980Z] ---> aa59b5ef294d [2021-01-26T00:46:41.980Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:46:42.255Z] ---> Running in f5f5a6699a4a [2021-01-26T00:46:42.255Z] Removing intermediate container 1165d57c0843 [2021-01-26T00:46:42.255Z] ---> dd5969d969b8 [2021-01-26T00:46:42.255Z] Step 22/22 : LABEL version=0.0.0 [2021-01-26T00:46:42.530Z] ---> Running in 7fb91558144c [2021-01-26T00:46:42.803Z] ---> Running in ca95689d2c02 [2021-01-26T00:46:42.803Z] Removing intermediate container f5f5a6699a4a [2021-01-26T00:46:42.803Z] ---> 52bd0e8ee929 [2021-01-26T00:46:42.803Z] [2021-01-26T00:46:42.803Z] Removing intermediate container 3d377f13ca3d [2021-01-26T00:46:42.803Z] ---> 6cfed6d14a94 [2021-01-26T00:46:42.803Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-26T00:46:43.082Z] Removing intermediate container 7fb91558144c [2021-01-26T00:46:43.082Z] ---> 32ec1c60cfe8 [2021-01-26T00:46:43.082Z] [2021-01-26T00:46:43.359Z] ---> Running in a2b215ac47c9 [2021-01-26T00:46:43.634Z] Successfully built 52bd0e8ee929 [2021-01-26T00:46:43.634Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-26T00:46:43.634Z] Successfully built 32ec1c60cfe8 [2021-01-26T00:46:43.634Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-26T00:46:43.634Z] ---> 8a5c94df9770 [2021-01-26T00:46:43.634Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-26T00:46:43.634Z] Removing intermediate container ca95689d2c02 [2021-01-26T00:46:43.634Z] ---> 4fa902c6d4ea [2021-01-26T00:46:43.634Z] [2021-01-26T00:46:43.634Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-26T00:46:43.913Z] Building docker-core-command-go [2021-01-26T00:46:43.913Z]  Building docker-support-notifications-go ... done Removing intermediate container a2b215ac47c9 [2021-01-26T00:46:43.913Z] ---> 6615ae1b7dab [2021-01-26T00:46:43.913Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-26T00:46:44.188Z] Successfully built 4fa902c6d4ea [2021-01-26T00:46:44.188Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-26T00:46:44.188Z] Building docker-core-data-go [2021-01-26T00:46:44.188Z]  Building docker-support-scheduler-go ... done  ---> Running in e7ecf7641b62 [2021-01-26T00:46:44.791Z] ---> 1ca479ed285c [2021-01-26T00:46:44.791Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-26T00:46:44.791Z] ---> Running in f56d1d0996cc [2021-01-26T00:46:45.081Z] Removing intermediate container e7ecf7641b62 [2021-01-26T00:46:45.082Z] ---> 5148055077d3 [2021-01-26T00:46:45.082Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-26T00:46:45.082Z] ---> Running in 092cec7110f0 [2021-01-26T00:46:45.368Z] Removing intermediate container f56d1d0996cc [2021-01-26T00:46:45.368Z] ---> 10a5ba63dbf3 [2021-01-26T00:46:45.368Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:46:45.641Z] ---> Running in 5cb79667f408 [2021-01-26T00:46:46.253Z] Removing intermediate container 5cb79667f408 [2021-01-26T00:46:46.253Z] ---> a87e8268dbd0 [2021-01-26T00:46:46.253Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:46:46.527Z] ---> Running in 1d2464da5b08 [2021-01-26T00:46:46.527Z] Move dockerize executable [2021-01-26T00:46:47.123Z] Removing intermediate container 1d2464da5b08 [2021-01-26T00:46:47.123Z] ---> acaef024eb03 [2021-01-26T00:46:47.123Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:46:47.401Z] ---> Running in fc3767cf76c8 [2021-01-26T00:46:48.392Z] Removing intermediate container fc3767cf76c8 [2021-01-26T00:46:48.392Z] ---> 19c642774cc7 [2021-01-26T00:46:48.392Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:46:50.373Z] Removing intermediate container 092cec7110f0 [2021-01-26T00:46:50.373Z] ---> 8dd53641ca3e [2021-01-26T00:46:50.373Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-26T00:46:51.002Z] ---> Running in 4d189e40dab8 [2021-01-26T00:46:51.622Z] ---> Running in 07b209ffa5bb [2021-01-26T00:46:52.223Z] Removing intermediate container 4d189e40dab8 [2021-01-26T00:46:52.223Z] ---> f7d230f5987f [2021-01-26T00:46:52.223Z] [2021-01-26T00:46:52.822Z] Successfully built f7d230f5987f [2021-01-26T00:46:52.822Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-26T00:46:52.822Z] Building docker-security-secretstore-setup-go [2021-01-26T00:46:53.097Z]  Building docker-core-metadata-go ... done Removing intermediate container 07b209ffa5bb [2021-01-26T00:46:53.097Z] ---> 9b7d0eb4cf19 [2021-01-26T00:46:53.372Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-26T00:46:53.968Z] ---> eaeead6d42fd [2021-01-26T00:46:53.968Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-26T00:46:54.239Z] ---> Running in 8a870d981067 [2021-01-26T00:46:57.630Z] Removing intermediate container 8a870d981067 [2021-01-26T00:46:57.630Z] ---> 9c0c76c1d8a5 [2021-01-26T00:46:57.630Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:46:59.083Z] ---> d0dd8d90a150 [2021-01-26T00:46:59.083Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-26T00:47:01.709Z] ---> ee8c8c7c2e76 [2021-01-26T00:47:01.709Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-26T00:47:02.687Z] ---> 646157966a67 [2021-01-26T00:47:02.687Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-26T00:47:04.124Z] ---> 308f5761ccd3 [2021-01-26T00:47:04.124Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-26T00:47:04.720Z] ---> 71e1ac377c96 [2021-01-26T00:47:04.720Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-26T00:47:05.698Z] ---> Running in 6b94f17d8ac3 [2021-01-26T00:47:05.974Z] Removing intermediate container 6b94f17d8ac3 [2021-01-26T00:47:05.974Z] ---> 79c4cfeeb4f9 [2021-01-26T00:47:05.974Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-26T00:47:06.967Z] ---> 42fff727cfed [2021-01-26T00:47:06.967Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-26T00:47:07.577Z] ---> Running in 3de804949ed3 [2021-01-26T00:47:11.939Z] Removing intermediate container 3de804949ed3 [2021-01-26T00:47:11.939Z] ---> cd2a65d7798f [2021-01-26T00:47:11.939Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-26T00:47:12.223Z] ---> Running in 49112c9abd83 [2021-01-26T00:47:13.210Z] Removing intermediate container 49112c9abd83 [2021-01-26T00:47:13.210Z] ---> 43ca8a5e6818 [2021-01-26T00:47:13.210Z] Step 30/33 : CMD ["gate"] [2021-01-26T00:47:14.187Z] ---> Running in 3952edaf573c [2021-01-26T00:47:15.171Z] Removing intermediate container 3952edaf573c [2021-01-26T00:47:15.171Z] ---> 81b131a584cd [2021-01-26T00:47:15.171Z] Step 31/33 : LABEL arch=arm64 [2021-01-26T00:47:16.148Z] ---> Running in e921cd0d66dd [2021-01-26T00:47:16.743Z] Removing intermediate container e921cd0d66dd [2021-01-26T00:47:16.743Z] ---> 8113f08fc849 [2021-01-26T00:47:16.743Z] Step 32/33 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:47:17.721Z] ---> Running in f38ddbc1f509 [2021-01-26T00:47:18.314Z] Removing intermediate container f38ddbc1f509 [2021-01-26T00:47:18.314Z] ---> ab0dc8523028 [2021-01-26T00:47:18.314Z] Step 33/33 : LABEL version=0.0.0 [2021-01-26T00:47:18.917Z] ---> Running in 1cdaacf58118 [2021-01-26T00:47:19.513Z] Removing intermediate container 1cdaacf58118 [2021-01-26T00:47:19.513Z] ---> dbc38e70507a [2021-01-26T00:47:19.513Z] [2021-01-26T00:47:20.111Z] Successfully built dbc38e70507a [2021-01-26T00:47:20.111Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-26T00:47:38.475Z]  Building docker-security-bootstrapper-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:47:38.475Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:47:38.475Z] ---> 5a1ee7068d93 [2021-01-26T00:47:38.475Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> 5930c7b18bdc [2021-01-26T00:47:38.475Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> 545fedca97d9 [2021-01-26T00:47:38.475Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> bb5b34602e1f [2021-01-26T00:47:38.475Z] Step 6/23 : COPY go.mod . [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> 4261b278a613 [2021-01-26T00:47:38.475Z] Step 7/23 : RUN go mod download [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> 354c94fc4c0a [2021-01-26T00:47:38.475Z] Step 8/23 : COPY . . [2021-01-26T00:47:38.475Z] ---> Using cache [2021-01-26T00:47:38.475Z] ---> d3a317b47176 [2021-01-26T00:47:38.475Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-26T00:47:38.759Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:47:38.759Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:47:38.759Z] ---> 5a1ee7068d93 [2021-01-26T00:47:38.759Z] Step 3/26 : WORKDIR /edgex-go [2021-01-26T00:47:38.759Z] ---> Using cache [2021-01-26T00:47:38.759Z] ---> 5930c7b18bdc [2021-01-26T00:47:38.759Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:47:38.759Z] ---> Using cache [2021-01-26T00:47:38.759Z] ---> 545fedca97d9 [2021-01-26T00:47:38.759Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-26T00:47:39.364Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:47:39.364Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:47:39.364Z] ---> 5a1ee7068d93 [2021-01-26T00:47:39.364Z] Step 3/23 : WORKDIR /edgex-go [2021-01-26T00:47:39.364Z] ---> Using cache [2021-01-26T00:47:39.364Z] ---> 5930c7b18bdc [2021-01-26T00:47:39.364Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:47:39.364Z] ---> Using cache [2021-01-26T00:47:39.364Z] ---> 545fedca97d9 [2021-01-26T00:47:39.364Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-26T00:47:41.355Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-26T00:47:41.355Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-26T00:47:41.355Z] ---> 5a1ee7068d93 [2021-01-26T00:47:41.355Z] Step 3/24 : WORKDIR /edgex-go [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> 5930c7b18bdc [2021-01-26T00:47:41.355Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> 545fedca97d9 [2021-01-26T00:47:41.355Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> bb5b34602e1f [2021-01-26T00:47:41.355Z] Step 6/24 : COPY go.mod . [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> 4261b278a613 [2021-01-26T00:47:41.355Z] Step 7/24 : RUN go mod download [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> 354c94fc4c0a [2021-01-26T00:47:41.355Z] Step 8/24 : COPY . . [2021-01-26T00:47:41.355Z] ---> Using cache [2021-01-26T00:47:41.355Z] ---> d3a317b47176 [2021-01-26T00:47:41.355Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-26T00:47:42.802Z] ---> Running in 2cbf8cf44bbc [2021-01-26T00:47:42.802Z] ---> Running in 4c51fbb975fa [2021-01-26T00:47:42.802Z] ---> Running in 55f87ff18140 [2021-01-26T00:47:42.802Z] ---> Running in 3aa10e2184f3 [2021-01-26T00:47:44.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:44.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-26T00:47:44.841Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:44.841Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-26T00:47:45.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:45.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:47:46.320Z] OK: 217 MiB in 51 packages [2021-01-26T00:47:46.598Z] OK: 217 MiB in 51 packages [2021-01-26T00:47:48.051Z] Removing intermediate container 2cbf8cf44bbc [2021-01-26T00:47:48.051Z] ---> a91b14d39315 [2021-01-26T00:47:48.051Z] Step 6/23 : COPY go.mod . [2021-01-26T00:47:48.658Z] Removing intermediate container 55f87ff18140 [2021-01-26T00:47:48.658Z] ---> 64ca2e2625f7 [2021-01-26T00:47:48.658Z] Step 6/26 : COPY go.mod . [2021-01-26T00:47:49.263Z] ---> 3d0747495624 [2021-01-26T00:47:49.263Z] Step 7/23 : RUN go mod download [2021-01-26T00:47:49.546Z] ---> Running in 50b523815c29 [2021-01-26T00:47:49.825Z] ---> 1c2eb26bc82f [2021-01-26T00:47:49.825Z] Step 7/26 : RUN go mod download [2021-01-26T00:47:50.108Z] ---> Running in 618debb902c5 [2021-01-26T00:47:54.452Z] Removing intermediate container 50b523815c29 [2021-01-26T00:47:54.452Z] ---> 43c95f5eb5f5 [2021-01-26T00:47:54.452Z] Step 8/23 : COPY . . [2021-01-26T00:47:54.737Z] Removing intermediate container 618debb902c5 [2021-01-26T00:47:54.737Z] ---> 1ad67efc9384 [2021-01-26T00:47:54.738Z] Step 8/26 : COPY . . [2021-01-26T00:48:27.120Z] ---> a05b91a6f627 [2021-01-26T00:48:27.120Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-26T00:48:27.120Z] ---> 46dfb362ddf2 [2021-01-26T00:48:27.120Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-26T00:48:27.120Z] ---> Running in 11cc01cd164f [2021-01-26T00:48:27.120Z] ---> Running in 97155c00851f [2021-01-26T00:48:27.120Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-26T00:48:27.120Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-26T00:48:31.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-26T00:48:46.581Z] Removing intermediate container 4c51fbb975fa [2021-01-26T00:48:46.581Z] ---> fe11b8f18000 [2021-01-26T00:48:46.581Z] [2021-01-26T00:48:46.581Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:48:46.581Z] ---> afeebe901d6b [2021-01-26T00:48:46.581Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-26T00:48:46.581Z] ---> Using cache [2021-01-26T00:48:46.581Z] ---> 2cf96daece57 [2021-01-26T00:48:46.581Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-26T00:48:46.581Z] ---> Using cache [2021-01-26T00:48:46.581Z] ---> 8ad7303befda [2021-01-26T00:48:46.581Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-26T00:48:46.581Z] Removing intermediate container 3aa10e2184f3 [2021-01-26T00:48:46.581Z] ---> 10b535800201 [2021-01-26T00:48:46.581Z] [2021-01-26T00:48:46.581Z] Step 10/24 : FROM alpine:3.12 [2021-01-26T00:48:46.581Z] ---> afeebe901d6b [2021-01-26T00:48:46.581Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-26T00:48:46.581Z] ---> Running in 78b92a64dea6 [2021-01-26T00:48:46.854Z] ---> Running in 356e944f0507 [2021-01-26T00:48:47.845Z] Removing intermediate container 78b92a64dea6 [2021-01-26T00:48:47.845Z] ---> 6d3c4b8e0bd3 [2021-01-26T00:48:47.845Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-26T00:48:47.845Z] ---> Running in cbc3f211b4a1 [2021-01-26T00:48:48.841Z] Removing intermediate container cbc3f211b4a1 [2021-01-26T00:48:48.841Z] ---> abeb83d7674e [2021-01-26T00:48:48.841Z] Step 15/23 : WORKDIR / [2021-01-26T00:48:48.841Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:49.129Z] ---> Running in d6c6c2e3394f [2021-01-26T00:48:49.129Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:48:49.839Z] Removing intermediate container d6c6c2e3394f [2021-01-26T00:48:49.839Z] ---> 5d5e600c2101 [2021-01-26T00:48:49.839Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:48:50.143Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-26T00:48:50.443Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:48:50.443Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-26T00:48:50.443Z] (4/5) Installing curl (7.69.1-r3) [2021-01-26T00:48:50.443Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-26T00:48:50.443Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:48:50.443Z] Executing ca-certificates-20191127-r4.trigger [2021-01-26T00:48:51.043Z] OK: 7 MiB in 19 packages [2021-01-26T00:48:51.043Z] ---> 8b2b1af547da [2021-01-26T00:48:51.043Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-26T00:48:53.701Z] ---> b20a8a12e037 [2021-01-26T00:48:53.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:53.701Z] Removing intermediate container 356e944f0507 [2021-01-26T00:48:53.701Z] ---> b302e1f32d7d [2021-01-26T00:48:53.701Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-26T00:48:53.976Z] ---> Running in 784a5e456d4d [2021-01-26T00:48:54.576Z] ---> 56756217a8b0 [2021-01-26T00:48:54.576Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-26T00:48:54.850Z] Removing intermediate container 784a5e456d4d [2021-01-26T00:48:54.850Z] ---> c9e179b14137 [2021-01-26T00:48:54.850Z] Step 13/24 : WORKDIR / [2021-01-26T00:48:54.850Z] ---> Running in cc000391e6c8 [2021-01-26T00:48:55.124Z] ---> Running in 797cdefff733 [2021-01-26T00:48:55.724Z] Removing intermediate container cc000391e6c8 [2021-01-26T00:48:55.724Z] ---> 4297e1ff157a [2021-01-26T00:48:55.724Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:48:55.724Z] ---> Running in 46aa7c1a40a1 [2021-01-26T00:48:55.724Z] Removing intermediate container 797cdefff733 [2021-01-26T00:48:55.724Z] ---> b1b591e4ab83 [2021-01-26T00:48:55.724Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-26T00:48:56.718Z] Removing intermediate container 46aa7c1a40a1 [2021-01-26T00:48:56.718Z] ---> dd78bcd18356 [2021-01-26T00:48:56.718Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:48:56.718Z] ---> Running in cac8c6c9f30d [2021-01-26T00:48:57.334Z] ---> 6dda302e92d0 [2021-01-26T00:48:57.334Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-26T00:48:57.610Z] Removing intermediate container cac8c6c9f30d [2021-01-26T00:48:57.610Z] ---> b67013e667bb [2021-01-26T00:48:57.610Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:48:57.889Z] ---> Running in 110c2b0a6c68 [2021-01-26T00:48:58.492Z] ---> f6ea7c7c1a74 [2021-01-26T00:48:58.492Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-26T00:48:58.777Z] Removing intermediate container 110c2b0a6c68 [2021-01-26T00:48:58.777Z] ---> a73996892549 [2021-01-26T00:48:58.777Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:48:59.052Z] ---> Running in f1809a3322d8 [2021-01-26T00:48:59.655Z] ---> e5049eac6949 [2021-01-26T00:48:59.655Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-26T00:48:59.938Z] Removing intermediate container f1809a3322d8 [2021-01-26T00:48:59.938Z] ---> 2c1ca06e77dc [2021-01-26T00:48:59.938Z] [2021-01-26T00:49:00.540Z] Successfully built 2c1ca06e77dc [2021-01-26T00:49:00.540Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-26T00:49:01.544Z]  Building docker-core-command-go ... done  ---> 34b0c2f0f3a7 [2021-01-26T00:49:01.837Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-26T00:49:03.284Z] ---> a14e920c597c [2021-01-26T00:49:03.284Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-26T00:49:04.732Z] ---> b1ccc56bc677 [2021-01-26T00:49:04.732Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-26T00:49:04.732Z] ---> Running in 5d3f5f7c171c [2021-01-26T00:49:08.131Z] Removing intermediate container 5d3f5f7c171c [2021-01-26T00:49:08.131Z] ---> ed46f1bd30b3 [2021-01-26T00:49:08.131Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-26T00:49:08.131Z] ---> Running in b0a4e5b50f9b [2021-01-26T00:49:09.112Z] Removing intermediate container b0a4e5b50f9b [2021-01-26T00:49:09.112Z] ---> 259ec76df1a9 [2021-01-26T00:49:09.112Z] Step 22/24 : LABEL arch=arm64 [2021-01-26T00:49:09.112Z] ---> Running in 9e58578a8fef [2021-01-26T00:49:10.098Z] Removing intermediate container 9e58578a8fef [2021-01-26T00:49:10.098Z] ---> bb45688cd4ef [2021-01-26T00:49:10.098Z] Step 23/24 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:49:10.372Z] ---> Running in 820ff62936da [2021-01-26T00:49:10.971Z] Removing intermediate container 820ff62936da [2021-01-26T00:49:10.971Z] ---> 6f255c6924b8 [2021-01-26T00:49:10.971Z] Step 24/24 : LABEL version=0.0.0 [2021-01-26T00:49:11.246Z] ---> Running in 9f04eba50f60 [2021-01-26T00:49:12.238Z] Removing intermediate container 9f04eba50f60 [2021-01-26T00:49:12.238Z] ---> ec60b332b7f3 [2021-01-26T00:49:12.238Z] [2021-01-26T00:49:12.531Z] Successfully built ec60b332b7f3 [2021-01-26T00:49:12.531Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-26T00:49:27.711Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 11cc01cd164f [2021-01-26T00:49:27.711Z] ---> 1ea7d4a3e8d0 [2021-01-26T00:49:27.711Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-26T00:49:27.711Z] ---> Running in b4a4fdafc1dd [2021-01-26T00:49:27.711Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-26T00:49:30.355Z] Removing intermediate container b4a4fdafc1dd [2021-01-26T00:49:30.355Z] ---> 01c08e5faee7 [2021-01-26T00:49:30.355Z] [2021-01-26T00:49:30.355Z] Step 11/26 : FROM docker:20.10.0 [2021-01-26T00:49:30.355Z] 20.10.0: Pulling from library/docker [2021-01-26T00:49:40.530Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-26T00:49:40.530Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-26T00:49:40.530Z] ---> eeaf43b92773 [2021-01-26T00:49:40.530Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-26T00:49:40.530Z] Removing intermediate container 97155c00851f [2021-01-26T00:49:40.530Z] ---> 1e614ce31554 [2021-01-26T00:49:40.530Z] [2021-01-26T00:49:40.530Z] Step 10/23 : FROM alpine:3.12 [2021-01-26T00:49:40.530Z] ---> afeebe901d6b [2021-01-26T00:49:40.530Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-26T00:49:40.530Z] ---> Running in 582d7a6144af [2021-01-26T00:49:40.530Z] ---> Running in b9f586dfebbd [2021-01-26T00:49:40.530Z] Removing intermediate container b9f586dfebbd [2021-01-26T00:49:40.530Z] ---> 7fcd055eaa5b [2021-01-26T00:49:40.530Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-26T00:49:40.530Z] ---> Running in 77cd95af4381 [2021-01-26T00:49:41.124Z] Removing intermediate container 77cd95af4381 [2021-01-26T00:49:41.124Z] ---> 6e794cee81c0 [2021-01-26T00:49:41.124Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-26T00:49:41.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:41.124Z] ---> Running in bb7b317a6075 [2021-01-26T00:49:41.124Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:41.721Z] Removing intermediate container bb7b317a6075 [2021-01-26T00:49:41.721Z] ---> 560646085b83 [2021-01-26T00:49:41.721Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-26T00:49:41.721Z] (1/2) Installing readline (8.0.4-r0) [2021-01-26T00:49:41.721Z] (2/2) Installing bash (5.0.17-r0) [2021-01-26T00:49:41.721Z] Executing bash-5.0.17-r0.post-install [2021-01-26T00:49:41.721Z] ---> Running in 52caaaa841e7 [2021-01-26T00:49:41.721Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:49:41.721Z] OK: 12 MiB in 22 packages [2021-01-26T00:49:43.163Z] Removing intermediate container 582d7a6144af [2021-01-26T00:49:43.163Z] ---> 01a4a1a061b7 [2021-01-26T00:49:43.163Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-26T00:49:43.163Z] ---> Running in 64323ac428d3 [2021-01-26T00:49:43.758Z] Removing intermediate container 64323ac428d3 [2021-01-26T00:49:43.758Z] ---> 435424136d18 [2021-01-26T00:49:43.758Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-26T00:49:44.031Z] ---> Running in 2d45eac20acb [2021-01-26T00:49:44.031Z] Removing intermediate container 52caaaa841e7 [2021-01-26T00:49:44.031Z] ---> 3c26448f9cfd [2021-01-26T00:49:44.031Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-26T00:49:44.304Z] ---> Running in 9749ae7e1ba2 [2021-01-26T00:49:44.578Z] Removing intermediate container 2d45eac20acb [2021-01-26T00:49:44.578Z] ---> 4f09e88231d6 [2021-01-26T00:49:44.578Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-26T00:49:44.578Z] ---> Running in 1cf7404fd140 [2021-01-26T00:49:45.172Z] Removing intermediate container 1cf7404fd140 [2021-01-26T00:49:45.172Z] ---> 5731d497a622 [2021-01-26T00:49:45.172Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-26T00:49:45.444Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:46.416Z] ---> 26030f73a06c [2021-01-26T00:49:46.416Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-26T00:49:46.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:47.014Z] ---> d287c321fa18 [2021-01-26T00:49:47.014Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-26T00:49:47.607Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-26T00:49:47.607Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-26T00:49:47.607Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-26T00:49:47.882Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-26T00:49:47.882Z] ---> 640ba84b8c85 [2021-01-26T00:49:47.882Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-26T00:49:48.155Z] ---> Running in edc604cead0c [2021-01-26T00:49:48.427Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-26T00:49:49.024Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-26T00:49:49.024Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:49:49.024Z] OK: 8 MiB in 20 packages [2021-01-26T00:49:49.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:49.572Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:49:50.176Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-26T00:49:50.176Z] (2/33) Installing expat (2.2.9-r1) [2021-01-26T00:49:50.176Z] (3/33) Installing libffi (3.3-r2) [2021-01-26T00:49:50.176Z] (4/33) Installing gdbm (1.13-r1) [2021-01-26T00:49:50.176Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-26T00:49:50.176Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-26T00:49:50.176Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-26T00:49:50.447Z] Removing intermediate container 9749ae7e1ba2 [2021-01-26T00:49:50.447Z] ---> 7ed434772185 [2021-01-26T00:49:50.447Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-26T00:49:51.882Z] ---> 0436f5520762 [2021-01-26T00:49:51.882Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-26T00:49:53.316Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-26T00:49:53.316Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-26T00:49:53.316Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-26T00:49:53.316Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-26T00:49:53.316Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-26T00:49:53.316Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-26T00:49:53.316Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-26T00:49:53.316Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-26T00:49:53.316Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-26T00:49:53.316Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-26T00:49:53.590Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-26T00:49:53.590Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-26T00:49:53.590Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-26T00:49:53.590Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-26T00:49:53.590Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-26T00:49:53.590Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-26T00:49:53.590Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-26T00:49:53.590Z] ---> 107accc4b32c [2021-01-26T00:49:53.590Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-26T00:49:53.590Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-26T00:49:53.590Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-26T00:49:53.863Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-26T00:49:53.863Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-26T00:49:53.863Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-26T00:49:53.863Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-26T00:49:53.863Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-26T00:49:53.863Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-26T00:49:53.863Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-26T00:49:54.134Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:49:54.134Z] OK: 71 MiB in 55 packages [2021-01-26T00:49:54.727Z] ---> c8af9048aa54 [2021-01-26T00:49:54.727Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-26T00:49:54.727Z] ---> Running in c87c1ba8f6cd [2021-01-26T00:49:55.323Z] Removing intermediate container c87c1ba8f6cd [2021-01-26T00:49:55.323Z] ---> 290b87d0f16c [2021-01-26T00:49:55.323Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:49:55.598Z] ---> Running in 91e339b9ed15 [2021-01-26T00:49:56.196Z] Removing intermediate container 91e339b9ed15 [2021-01-26T00:49:56.196Z] ---> 98a8135f2560 [2021-01-26T00:49:56.196Z] Step 21/23 : LABEL arch=arm64 [2021-01-26T00:49:56.196Z] ---> Running in f460f89f2d18 [2021-01-26T00:49:56.790Z] Removing intermediate container f460f89f2d18 [2021-01-26T00:49:56.790Z] ---> 7f3d8addd40e [2021-01-26T00:49:56.790Z] Step 22/23 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:49:57.062Z] ---> Running in 8565f21247bc [2021-01-26T00:49:57.659Z] Removing intermediate container 8565f21247bc [2021-01-26T00:49:57.659Z] ---> 7669dc74a4d7 [2021-01-26T00:49:57.659Z] Step 23/23 : LABEL version=0.0.0 [2021-01-26T00:49:57.659Z] ---> Running in 9853fd1a0f65 [2021-01-26T00:49:58.261Z] Removing intermediate container 9853fd1a0f65 [2021-01-26T00:49:58.261Z] ---> a4afedf787ba [2021-01-26T00:49:58.261Z] [2021-01-26T00:49:58.870Z] Successfully built a4afedf787ba [2021-01-26T00:49:58.870Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-26T00:50:00.343Z]  Building docker-core-data-go ... done Removing intermediate container edc604cead0c [2021-01-26T00:50:00.343Z] ---> 7d31878469d5 [2021-01-26T00:50:00.343Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-26T00:50:00.343Z] ---> Running in 08f623cdf4b1 [2021-01-26T00:50:05.724Z] Collecting docker-compose==1.23.2 [2021-01-26T00:50:05.724Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-26T00:50:05.994Z] Collecting PyYAML<4,>=3.10 [2021-01-26T00:50:05.994Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-26T00:50:09.366Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-26T00:50:09.366Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-26T00:50:10.788Z] Collecting docopt<0.7,>=0.6.1 [2021-01-26T00:50:10.788Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-26T00:50:13.390Z] Collecting docker<4.0,>=3.6.0 [2021-01-26T00:50:13.390Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-26T00:50:13.390Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-26T00:50:13.663Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-26T00:50:13.663Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-26T00:50:14.258Z] Collecting cached-property<2,>=1.2.0 [2021-01-26T00:50:14.258Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-26T00:50:14.529Z] Collecting texttable<0.10,>=0.9.0 [2021-01-26T00:50:14.529Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-26T00:50:17.131Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-26T00:50:17.131Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-26T00:50:17.399Z] Collecting jsonschema<3,>=2.5.1 [2021-01-26T00:50:17.670Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-26T00:50:17.939Z] Collecting docker-pycreds>=0.4.0 [2021-01-26T00:50:17.939Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-26T00:50:18.529Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-26T00:50:18.529Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-26T00:50:18.801Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-26T00:50:18.801Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-26T00:50:18.801Z] Collecting idna<2.8,>=2.5 [2021-01-26T00:50:19.071Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-26T00:50:19.071Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-26T00:50:19.071Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-26T00:50:19.071Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-26T00:50:19.071Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-26T00:50:19.663Z] Installing collected packages: PyYAML, dockerpty, docopt, docker-pycreds, websocket-client, urllib3, idna, requests, docker, cached-property, texttable, jsonschema, docker-compose [2021-01-26T00:50:19.663Z] Running setup.py install for PyYAML: started [2021-01-26T00:50:21.627Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-26T00:50:21.899Z] Running setup.py install for dockerpty: started [2021-01-26T00:50:23.860Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-26T00:50:23.860Z] Running setup.py install for docopt: started [2021-01-26T00:50:25.291Z] Running setup.py install for docopt: finished with status 'done' [2021-01-26T00:50:25.563Z] Attempting uninstall: urllib3 [2021-01-26T00:50:25.833Z] Found existing installation: urllib3 1.25.9 [2021-01-26T00:50:25.833Z] Uninstalling urllib3-1.25.9: [2021-01-26T00:50:25.833Z] Successfully uninstalled urllib3-1.25.9 [2021-01-26T00:50:26.423Z] Attempting uninstall: idna [2021-01-26T00:50:26.423Z] Found existing installation: idna 2.9 [2021-01-26T00:50:26.423Z] Uninstalling idna-2.9: [2021-01-26T00:50:26.423Z] Successfully uninstalled idna-2.9 [2021-01-26T00:50:27.397Z] Attempting uninstall: requests [2021-01-26T00:50:27.397Z] Found existing installation: requests 2.23.0 [2021-01-26T00:50:27.397Z] Uninstalling requests-2.23.0: [2021-01-26T00:50:27.397Z] Successfully uninstalled requests-2.23.0 [2021-01-26T00:50:28.369Z] Running setup.py install for texttable: started [2021-01-26T00:50:30.386Z] Running setup.py install for texttable: finished with status 'done' [2021-01-26T00:50:31.358Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-26T00:50:35.645Z] Removing intermediate container 08f623cdf4b1 [2021-01-26T00:50:35.645Z] ---> 170fceadf764 [2021-01-26T00:50:35.645Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-26T00:50:35.645Z] ---> Running in a082580a842c [2021-01-26T00:50:36.239Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-26T00:50:36.510Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-26T00:50:37.098Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-26T00:50:37.098Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-26T00:50:37.098Z] (3/3) Installing curl (7.69.1-r3) [2021-01-26T00:50:37.098Z] Executing busybox-1.31.1-r19.trigger [2021-01-26T00:50:37.098Z] OK: 71 MiB in 58 packages [2021-01-26T00:50:38.525Z] Removing intermediate container a082580a842c [2021-01-26T00:50:38.525Z] ---> 9732288378bc [2021-01-26T00:50:38.525Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-26T00:50:38.525Z] ---> Running in fd6a485d5011 [2021-01-26T00:50:38.797Z] Removing intermediate container fd6a485d5011 [2021-01-26T00:50:38.797Z] ---> 5cafe30cf1ae [2021-01-26T00:50:38.797Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-26T00:50:39.069Z] ---> Running in c0717c7c63ff [2021-01-26T00:50:39.664Z] Removing intermediate container c0717c7c63ff [2021-01-26T00:50:39.664Z] ---> 82a87d0468b7 [2021-01-26T00:50:39.664Z] Step 24/26 : LABEL arch=arm64 [2021-01-26T00:50:39.664Z] ---> Running in 1ffbc4df2b45 [2021-01-26T00:50:40.260Z] Removing intermediate container 1ffbc4df2b45 [2021-01-26T00:50:40.260Z] ---> 42031c0ed9e3 [2021-01-26T00:50:40.260Z] Step 25/26 : LABEL git_sha=4070939131871f549636fed5b42b9d4dfb71b503 [2021-01-26T00:50:40.260Z] ---> Running in 0e4e79e1cc98 [2021-01-26T00:50:40.851Z] Removing intermediate container 0e4e79e1cc98 [2021-01-26T00:50:40.851Z] ---> 7e4224ec57b7 [2021-01-26T00:50:40.851Z] Step 26/26 : LABEL version=0.0.0 [2021-01-26T00:50:40.851Z] ---> Running in 06072daf640f [2021-01-26T00:50:41.442Z] Removing intermediate container 06072daf640f [2021-01-26T00:50:41.442Z] ---> fb1514b3a2e4 [2021-01-26T00:50:41.442Z] [2021-01-26T00:50:41.713Z] Successfully built fb1514b3a2e4 [2021-01-26T00:50:41.713Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-26T00:50:41.998Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-26T00:50:42.007Z] $ docker stop --time=1 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 [2021-01-26T00:50:43.941Z] $ docker rm -f 4a14402e5909acaa39f1de9257e0f2d53394ca5777af96c0b61acd482e97d6f2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-26T00:50:44.660Z] + docker images [2021-01-26T00:50:44.660Z] + grep docker [2021-01-26T00:50:44.931Z] docker-sys-mgmt-agent-go-arm64 latest fb1514b3a2e4 3 seconds ago 300MB [2021-01-26T00:50:44.931Z] docker-core-data-go-arm64 latest a4afedf787ba 47 seconds ago 21MB [2021-01-26T00:50:44.931Z] docker-security-secretstore-setup-go-arm64 latest ec60b332b7f3 About a minute ago 23.4MB [2021-01-26T00:50:44.931Z] docker-core-command-go-arm64 latest 2c1ca06e77dc About a minute ago 15.4MB [2021-01-26T00:50:44.931Z] docker-security-bootstrapper-go-arm64 latest dbc38e70507a 3 minutes ago 40.3MB [2021-01-26T00:50:44.931Z] docker-core-metadata-go-arm64 latest f7d230f5987f 3 minutes ago 17.7MB [2021-01-26T00:50:44.931Z] docker-support-scheduler-go-arm64 latest 4fa902c6d4ea 4 minutes ago 15.5MB [2021-01-26T00:50:44.931Z] docker-support-notifications-go-arm64 latest 32ec1c60cfe8 4 minutes ago 16MB [2021-01-26T00:50:44.931Z] docker-security-proxy-setup-go-arm64 latest 52bd0e8ee929 4 minutes ago 23.2MB [2021-01-26T00:50:44.931Z] docker 20.10.0 eeaf43b92773 6 weeks 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) [Pipeline] unstash [Pipeline] wrap [2021-01-26T00:50:46.575Z] provisioning config files... [2021-01-26T00:50:46.590Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/9@tmp/config3648233770037176073tmp [Pipeline] { [Pipeline] sh [2021-01-26T00:50:46.964Z] + set +x [2021-01-26T00:50:46.964Z] + curl -s https://codecov.io/bash [2021-01-26T00:50:46.964Z] + bash -s -- [2021-01-26T00:50:47.538Z] [2021-01-26T00:50:47.538Z] _____ _ [2021-01-26T00:50:47.538Z] / ____| | | [2021-01-26T00:50:47.538Z] | | ___ __| | ___ ___ _____ __ [2021-01-26T00:50:47.538Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-26T00:50:47.538Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-26T00:50:47.538Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-26T00:50:47.538Z] Bash-20210115-cec3c92 [2021-01-26T00:50:47.538Z] [2021-01-26T00:50:47.538Z] [2021-01-26T00:50:47.538Z] ==> git version 2.24.3 found [2021-01-26T00:50:47.538Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-26T00:50:47.538Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-26T00:50:47.538Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-26T00:50:47.538Z] ==> Jenkins CI detected. [2021-01-26T00:50:47.538Z] project root: . [2021-01-26T00:50:47.538Z] --> token set from env [2021-01-26T00:50:47.538Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-26T00:50:47.538Z] ==> Running gcov in . (disable via -X gcov) [2021-01-26T00:50:47.538Z] ==> Python coveragepy not found [2021-01-26T00:50:47.538Z] ==> Searching for coverage reports in: [2021-01-26T00:50:47.538Z] + . [2021-01-26T00:50:47.538Z] -> Found 1 reports [2021-01-26T00:50:47.538Z] ==> Detecting git/mercurial file structure [2021-01-26T00:50:47.802Z] ==> Reading reports [2021-01-26T00:50:47.802Z] + ./coverage.out bytes=564700 [2021-01-26T00:50:47.802Z] ==> Appending adjustments [2021-01-26T00:50:47.802Z] https://docs.codecov.io/docs/fixing-reports [2021-01-26T00:50:51.114Z] + Found adjustments [2021-01-26T00:50:51.114Z] ==> Gzipping contents [2021-01-26T00:50:51.114Z] 84K /tmp/codecov.MgfjOH.gz [2021-01-26T00:50:51.114Z] ==> Uploading reports [2021-01-26T00:50:51.114Z] url: https://codecov.io [2021-01-26T00:50:51.114Z] query: branch=PR-3034&commit=4070939131871f549636fed5b42b9d4dfb71b503&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-26T00:50:51.114Z] -> Pinging Codecov [2021-01-26T00:50:51.114Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3034&commit=4070939131871f549636fed5b42b9d4dfb71b503&build=9&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3034%2F9%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3034&job=&cmd_args= [2021-01-26T00:50:51.379Z] -> Uploading to [2021-01-26T00:50:51.379Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-26/00271124DB129430A58F1EEE437C3FCB/4070939131871f549636fed5b42b9d4dfb71b503/5810a963-0f56-4a11-a758-6c034577a2bd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210126T005051Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=49dfed51b57f8978049919f0a396fea8dfd8dcfd737c8407e711b5ec9cb7d94d [2021-01-26T00:50:51.379Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-26T00:50:51.379Z] Dload Upload Total Spent Left Speed [2021-01-26T00:50:51.904Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85530 0 0 100 85530 0 150k --:--:-- --:--:-- --:--:-- 150k [2021-01-26T00:50:51.904Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/4070939131871f549636fed5b42b9d4dfb71b503 [Pipeline] } [2021-01-26T00:50:51.914Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:50:55.181Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:50:56.099Z] ---> package-listing.sh [2021-01-26T00:50:56.099Z] ++ facter osfamily [2021-01-26T00:50:56.099Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-26T00:50:56.099Z] + OS_FAMILY=redhat [2021-01-26T00:50:56.099Z] + workspace=/w/workspace/edgex-go/9 [2021-01-26T00:50:56.099Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-26T00:50:56.099Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-26T00:50:56.099Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-26T00:50:56.099Z] + PACKAGES=/tmp/packages_start.txt [2021-01-26T00:50:56.099Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-26T00:50:56.099Z] + PACKAGES=/tmp/packages_end.txt [2021-01-26T00:50:56.099Z] + case "${OS_FAMILY}" in [2021-01-26T00:50:56.099Z] + rpm -qa [2021-01-26T00:50:56.099Z] + sort [2021-01-26T00:51:01.414Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-26T00:51:01.414Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-26T00:51:01.414Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-26T00:51:01.414Z] + '[' /w/workspace/edgex-go/9 ']' [2021-01-26T00:51:01.414Z] + mkdir -p /w/workspace/edgex-go/9/archives/ [2021-01-26T00:51:01.414Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/9/archives/ [Pipeline] echo [2021-01-26T00:51:01.429Z] 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/9/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-26T00:51:01.721Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:51:02.036Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:02.036Z] [2021-01-26T00:51:02.036Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-26T00:51:02.411Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:02.411Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-26T00:51:02.411Z] df20fa9351a1: Pulling fs layer [2021-01-26T00:51:02.411Z] 36b3adc4ff6f: Pulling fs layer [2021-01-26T00:51:02.411Z] 8ad3a11d3b57: Pulling fs layer [2021-01-26T00:51:02.411Z] 46f8f816bc3b: Pulling fs layer [2021-01-26T00:51:02.411Z] 93b61091891f: Pulling fs layer [2021-01-26T00:51:02.411Z] 93b9cdb0e59b: Pulling fs layer [2021-01-26T00:51:02.411Z] 5e14af77c1be: Pulling fs layer [2021-01-26T00:51:02.411Z] 01666e4c0597: Pulling fs layer [2021-01-26T00:51:02.411Z] aa168da1d23b: Pulling fs layer [2021-01-26T00:51:02.411Z] 5e14af77c1be: Waiting [2021-01-26T00:51:02.411Z] 46f8f816bc3b: Waiting [2021-01-26T00:51:02.411Z] 93b61091891f: Waiting [2021-01-26T00:51:02.411Z] 93b9cdb0e59b: Waiting [2021-01-26T00:51:02.411Z] 01666e4c0597: Waiting [2021-01-26T00:51:02.411Z] aa168da1d23b: Waiting [2021-01-26T00:51:02.411Z] 36b3adc4ff6f: Verifying Checksum [2021-01-26T00:51:02.411Z] 36b3adc4ff6f: Download complete [2021-01-26T00:51:02.685Z] 46f8f816bc3b: Download complete [2021-01-26T00:51:02.685Z] df20fa9351a1: Verifying Checksum [2021-01-26T00:51:02.685Z] df20fa9351a1: Download complete [2021-01-26T00:51:02.685Z] 93b9cdb0e59b: Download complete [2021-01-26T00:51:02.685Z] 93b61091891f: Download complete [2021-01-26T00:51:02.685Z] 01666e4c0597: Verifying Checksum [2021-01-26T00:51:02.685Z] 01666e4c0597: Download complete [2021-01-26T00:51:02.685Z] 5e14af77c1be: Verifying Checksum [2021-01-26T00:51:02.685Z] 5e14af77c1be: Download complete [2021-01-26T00:51:02.948Z] df20fa9351a1: Pull complete [2021-01-26T00:51:03.212Z] 36b3adc4ff6f: Pull complete [2021-01-26T00:51:03.485Z] 8ad3a11d3b57: Verifying Checksum [2021-01-26T00:51:03.485Z] 8ad3a11d3b57: Download complete [2021-01-26T00:51:04.078Z] 8ad3a11d3b57: Pull complete [2021-01-26T00:51:04.349Z] 46f8f816bc3b: Pull complete [2021-01-26T00:51:04.939Z] aa168da1d23b: Verifying Checksum [2021-01-26T00:51:04.939Z] aa168da1d23b: Download complete [2021-01-26T00:51:05.890Z] 93b61091891f: Pull complete [2021-01-26T00:51:06.151Z] 93b9cdb0e59b: Pull complete [2021-01-26T00:51:06.151Z] 5e14af77c1be: Pull complete [2021-01-26T00:51:06.417Z] 01666e4c0597: Pull complete [2021-01-26T00:51:14.659Z] aa168da1d23b: Pull complete [2021-01-26T00:51:14.659Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-26T00:51:14.659Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-26T00:51:14.659Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-26T00:51:14.885Z] prd-centos7-docker-4c-2g-22735 does not seem to be running inside a container [2021-01-26T00:51:14.938Z] $ 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/9/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/9 -v /w/workspace/edgex-go/9:/w/workspace/edgex-go/9:rw,z -v /w/workspace/edgex-go/9@tmp:/w/workspace/edgex-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-26T00:51:18.987Z] $ docker top 43ddb38790e7609c4ec56870639d0f9d46cb94f3c1442d6236652a67345c0bcf -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-26T00:51:19.652Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-26T00:51:19.958Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-26T00:51:20.258Z] + ls /var/log/sa-host [2021-01-26T00:51:20.258Z] + sadf -c /var/log/sa-host/sa23 [2021-01-26T00:51:20.258Z] file_magic: OK [2021-01-26T00:51:20.258Z] HZ: Using current value: 100 [2021-01-26T00:51:20.258Z] file_header: OK [2021-01-26T00:51:20.258Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-26T00:51:20.258Z] Statistics: [2021-01-26T00:51:20.258Z] Hnuu...uuuununununu... [2021-01-26T00:51:20.258Z] File successfully converted to sysstat format version 12.2.1 [2021-01-26T00:51:20.258Z] + sadf -c /var/log/sa-host/sa26 [2021-01-26T00:51:20.258Z] file_magic: OK [2021-01-26T00:51:20.258Z] HZ: Using current value: 100 [2021-01-26T00:51:20.258Z] file_header: OK [2021-01-26T00:51:20.258Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-26T00:51:20.258Z] Statistics: [2021-01-26T00:51:20.258Z] 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... [2021-01-26T00:51:20.258Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-26T00:51:20.576Z] provisioning config files... [2021-01-26T00:51:20.621Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/9@tmp/config1968683924003246374tmp [Pipeline] { [Pipeline] echo [2021-01-26T00:51:20.704Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:21.036Z] ---> create-netrc.sh [Pipeline] } [2021-01-26T00:51:21.046Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-26T00:51:21.146Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:21.444Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-26T00:51:21.457Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:21.774Z] ---> sudo-logs.sh [2021-01-26T00:51:21.774Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-26T00:51:21.786Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:22.087Z] ---> job-cost.sh [2021-01-26T00:51:22.087Z] lf-activate-venv: SKIPPING [2021-01-26T00:51:22.087Z] INFO: No Stack... [2021-01-26T00:51:23.039Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-26T00:51:23.613Z] INFO: Archiving Costs [Pipeline] echo [2021-01-26T00:51:23.628Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-26T00:51:23.924Z] ---> logs-deploy.sh [2021-01-26T00:51:23.924Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3034/9 [2021-01-26T00:51:23.924Z] INFO: archiving workspace using pattern(s): [2021-01-26T00:51:25.313Z] Archives upload complete. [2021-01-26T00:51:25.575Z] INFO: archiving logs to Nexus [2021-01-26T00:51:26.530Z] ---> uname -a: [2021-01-26T00:51:26.530Z] Linux prd-centos7-docker-4c-2g-22735.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> lscpu: [2021-01-26T00:51:26.530Z] Architecture: x86_64 [2021-01-26T00:51:26.530Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-26T00:51:26.530Z] Byte Order: Little Endian [2021-01-26T00:51:26.530Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-26T00:51:26.530Z] CPU(s): 4 [2021-01-26T00:51:26.530Z] On-line CPU(s) list: 0-3 [2021-01-26T00:51:26.530Z] Thread(s) per core: 1 [2021-01-26T00:51:26.530Z] Core(s) per socket: 1 [2021-01-26T00:51:26.530Z] Socket(s): 4 [2021-01-26T00:51:26.530Z] NUMA node(s): 1 [2021-01-26T00:51:26.530Z] Vendor ID: GenuineIntel [2021-01-26T00:51:26.530Z] CPU family: 6 [2021-01-26T00:51:26.530Z] Model: 44 [2021-01-26T00:51:26.530Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-26T00:51:26.530Z] Stepping: 1 [2021-01-26T00:51:26.530Z] CPU MHz: 2933.442 [2021-01-26T00:51:26.530Z] BogoMIPS: 5866.88 [2021-01-26T00:51:26.530Z] Virtualization: VT-x [2021-01-26T00:51:26.530Z] Hypervisor vendor: KVM [2021-01-26T00:51:26.530Z] Virtualization type: full [2021-01-26T00:51:26.530Z] L1d cache: 128 KiB [2021-01-26T00:51:26.530Z] L1i cache: 128 KiB [2021-01-26T00:51:26.530Z] L2 cache: 16 MiB [2021-01-26T00:51:26.530Z] L3 cache: 64 MiB [2021-01-26T00:51:26.530Z] NUMA node0 CPU(s): 0-3 [2021-01-26T00:51:26.530Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-26T00:51:26.530Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-26T00:51:26.530Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-26T00:51:26.530Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-26T00:51:26.530Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-26T00:51:26.530Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-26T00:51:26.530Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-26T00:51:26.530Z] Vulnerability Srbds: Not affected [2021-01-26T00:51:26.530Z] Vulnerability Tsx async abort: Not affected [2021-01-26T00:51:26.530Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> nproc: [2021-01-26T00:51:26.530Z] 4 [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> df -h: [2021-01-26T00:51:26.530Z] Filesystem Size Used Available Use% Mounted on [2021-01-26T00:51:26.530Z] overlay 50.0G 11.7G 38.3G 23% / [2021-01-26T00:51:26.530Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-26T00:51:26.530Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-26T00:51:26.530Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9@tmp [2021-01-26T00:51:26.530Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/9 [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> free -m: [2021-01-26T00:51:26.530Z] total used free shared buff/cache available [2021-01-26T00:51:26.530Z] Mem: 1837 716 124 0 996 1038 [2021-01-26T00:51:26.530Z] Swap: 1023 43 980 [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> ip addr: [2021-01-26T00:51:26.530Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-26T00:51:26.530Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-26T00:51:26.530Z] inet 127.0.0.1/8 scope host lo [2021-01-26T00:51:26.530Z] valid_lft forever preferred_lft forever [2021-01-26T00:51:26.530Z] inet6 ::1/128 scope host [2021-01-26T00:51:26.530Z] valid_lft forever preferred_lft forever [2021-01-26T00:51:26.530Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-26T00:51:26.530Z] link/ether fa:16:3e:e7:b3:c7 brd ff:ff:ff:ff:ff:ff [2021-01-26T00:51:26.530Z] inet 10.30.123.2/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-26T00:51:26.530Z] valid_lft 85098sec preferred_lft 85098sec [2021-01-26T00:51:26.530Z] inet6 fe80::f816:3eff:fee7:b3c7/64 scope link [2021-01-26T00:51:26.530Z] valid_lft forever preferred_lft forever [2021-01-26T00:51:26.530Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-26T00:51:26.530Z] link/ether 02:42:bb:36:c0:f3 brd ff:ff:ff:ff:ff:ff [2021-01-26T00:51:26.530Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-26T00:51:26.530Z] valid_lft forever preferred_lft forever [2021-01-26T00:51:26.530Z] inet6 fe80::42:bbff:fe36:c0f3/64 scope link [2021-01-26T00:51:26.530Z] valid_lft forever preferred_lft forever [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] ---> sar -b -r -n DEV: [2021-01-26T00:51:26.530Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] 00:29:33 LINUX RESTART (4 CPU) [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] 00:30:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-26T00:51:26.530Z] 00:31:01 105.69 40.75 64.94 0.00 7912.71 14749.08 0.00 [2021-01-26T00:51:26.530Z] 00:32:01 246.51 106.39 140.12 0.00 6649.46 45648.68 0.00 [2021-01-26T00:51:26.530Z] 00:33:02 232.15 94.25 137.90 0.00 3200.13 19864.35 0.00 [2021-01-26T00:51:26.530Z] 00:34:01 157.83 87.02 70.81 0.00 3914.71 7958.44 0.00 [2021-01-26T00:51:26.530Z] 00:35:01 332.07 130.15 201.91 0.00 62823.70 135715.25 0.00 [2021-01-26T00:51:26.530Z] 00:36:02 3230.15 2868.71 361.44 0.00 169735.46 183535.19 0.00 [2021-01-26T00:51:26.530Z] 00:37:01 419.86 179.15 240.71 0.00 22204.25 71418.57 0.00 [2021-01-26T00:51:26.530Z] 00:38:02 2211.24 1909.70 301.54 0.00 135866.76 144683.28 0.00 [2021-01-26T00:51:26.530Z] 00:39:01 254.73 25.50 229.23 0.00 4786.60 38145.79 0.00 [2021-01-26T00:51:26.530Z] 00:40:01 12.01 5.36 6.64 0.00 87.66 194.74 0.00 [2021-01-26T00:51:26.530Z] 00:41:01 0.22 0.02 0.20 0.00 0.53 1.93 0.00 [2021-01-26T00:51:26.530Z] 00:42:01 0.27 0.02 0.25 0.00 0.27 3.10 0.00 [2021-01-26T00:51:26.530Z] 00:43:01 0.35 0.10 0.25 0.00 1.87 2.63 0.00 [2021-01-26T00:51:26.530Z] 00:44:01 0.22 0.00 0.22 0.00 0.00 2.06 0.00 [2021-01-26T00:51:26.530Z] 00:45:01 1.57 1.33 0.23 0.00 47.16 3.80 0.00 [2021-01-26T00:51:26.530Z] 00:46:01 0.88 0.07 0.82 0.00 2.00 15.94 0.00 [2021-01-26T00:51:26.530Z] 00:47:01 0.30 0.02 0.28 0.00 0.53 3.36 0.00 [2021-01-26T00:51:26.530Z] 00:48:01 0.20 0.00 0.20 0.00 0.00 2.71 0.00 [2021-01-26T00:51:26.530Z] 00:49:01 0.28 0.02 0.27 0.00 0.53 3.65 0.00 [2021-01-26T00:51:26.530Z] 00:50:01 0.30 0.03 0.27 0.00 0.40 2.46 0.00 [2021-01-26T00:51:26.530Z] 00:51:01 67.80 67.25 0.55 0.00 5550.05 29.85 0.00 [2021-01-26T00:51:26.530Z] Average: 347.39 263.61 83.78 0.00 20214.74 31616.70 0.00 [2021-01-26T00:51:26.530Z] [2021-01-26T00:51:26.530Z] 00:30:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-26T00:51:26.530Z] 00:31:01 75584 0 820880 43.63 2620 982460 1523892 52.01 679528 923556 20 [2021-01-26T00:51:26.530Z] 00:32:01 78944 0 750852 39.91 1692 1050056 1577352 53.83 579120 939848 96464 [2021-01-26T00:51:26.530Z] 00:33:02 88780 0 973268 51.73 840 818656 1857844 63.41 728120 781864 61320 [2021-01-26T00:51:26.530Z] 00:34:01 180784 0 802808 42.67 808 897144 1544952 52.73 663636 745000 70276 [2021-01-26T00:51:26.530Z] 00:35:01 77792 0 810172 43.06 0 993580 2237504 76.36 775752 819788 36628 [2021-01-26T00:51:26.530Z] 00:36:02 197884 0 817172 43.43 0 866488 3532112 120.55 653708 794936 20 [2021-01-26T00:51:26.530Z] 00:37:01 75824 0 688688 36.60 0 1117032 1368712 46.71 718544 841376 29448 [2021-01-26T00:51:26.530Z] 00:38:02 400156 0 870228 46.25 0 611160 2771000 94.57 694012 546404 948 [2021-01-26T00:51:26.530Z] 00:39:01 140304 0 670816 35.65 0 1070424 1553164 53.01 570988 928136 32 [2021-01-26T00:51:26.530Z] 00:40:01 178616 0 630672 33.52 0 1072256 1199532 40.94 556672 906964 12 [2021-01-26T00:51:26.530Z] 00:41:01 179716 0 629584 33.46 0 1072244 1190364 40.63 556064 906868 8 [2021-01-26T00:51:26.530Z] 00:42:01 180336 0 628940 33.43 0 1072268 1188212 40.55 555808 906728 8 [2021-01-26T00:51:26.530Z] 00:43:01 179896 0 629384 33.45 0 1072264 1188328 40.56 556388 906768 16 [2021-01-26T00:51:26.530Z] 00:44:01 179496 0 629764 33.47 0 1072284 1188308 40.55 556496 906784 12 [2021-01-26T00:51:26.530Z] 00:45:01 178176 0 630332 33.50 0 1073036 1188320 40.56 556436 907464 24 [2021-01-26T00:51:26.530Z] 00:46:01 178512 0 629992 33.48 0 1073040 1188296 40.55 556308 907492 12 [2021-01-26T00:51:26.530Z] 00:47:01 178316 0 630176 33.49 0 1073052 1188308 40.55 556560 907508 8 [2021-01-26T00:51:26.530Z] 00:48:01 178432 0 630056 33.49 0 1073056 1188332 40.56 556352 907508 8 [2021-01-26T00:51:26.530Z] 00:49:01 178972 0 629520 33.46 0 1073052 1188212 40.55 556040 907508 8 [2021-01-26T00:51:26.530Z] 00:50:01 178684 0 629780 33.47 0 1073080 1188212 40.55 555920 907532 12 [2021-01-26T00:51:26.530Z] 00:51:01 78512 0 642440 34.14 0 1160592 1215432 41.48 566652 993548 260 [2021-01-26T00:51:26.531Z] Average: 160177 0 703596 37.39 284 1017487 1536495 52.44 607100 871123 14074 [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] 00:30:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-26T00:51:26.531Z] 00:31:01 eth0 1720.03 1538.95 6362.65 207.79 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:31:01 vethf9601b1 868.24 717.54 82.40 2674.66 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:31:01 docker0 868.24 717.40 70.53 2674.65 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:32:01 eth0 447.74 365.42 3661.34 40.07 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:32:01 veth60ca36a 77.67 101.14 7.33 465.53 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:32:01 docker0 127.37 163.43 8.90 824.59 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:33:02 veth84c232e 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:33:02 eth0 30.83 18.44 32.07 13.12 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:33:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:34:01 veth84c232e 0.34 0.34 0.03 0.03 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:34:01 eth0 34.57 24.00 20.75 77.27 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:34:01 docker0 0.34 0.34 0.02 0.03 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:35:01 vethafd3268 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:35:01 eth0 201.80 169.93 1688.43 70.60 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:36:02 vethafd3268 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:36:02 veth60d41a1 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:36:02 vetha341d6c 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:36:02 vethe246b51 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:37:01 vethafd3268 0.00 0.28 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:37:01 eth0 2584.24 2207.84 12318.83 436.85 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:37:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:37:01 docker0 1032.56 935.76 81.72 3841.88 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:38:02 vethafd3268 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:38:02 eth0 51.38 31.80 112.79 78.59 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:38:02 veth32a0c5e 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:39:01 vethafd3268 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:39:01 eth0 258.10 189.24 1802.77 90.05 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:39:01 docker0 1105.28 1046.62 86.45 4500.94 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:40:01 eth0 3.81 2.25 3.35 1.25 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:41:01 eth0 0.75 0.42 0.41 0.26 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:42:01 eth0 1.52 0.03 0.12 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:43:01 eth0 2.46 0.80 0.90 0.56 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:44:01 eth0 1.90 0.40 0.40 0.24 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:45:01 eth0 2.25 0.60 0.65 0.37 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:46:01 eth0 0.60 0.18 0.17 0.10 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:47:01 eth0 2.08 0.60 0.64 0.40 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:48:01 eth0 0.60 0.30 0.28 0.20 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:49:01 eth0 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:50:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:51:01 eth0 15.80 9.64 15.39 6.97 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] Average: eth0 137.31 115.07 672.32 29.10 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] Average: docker0 51.81 49.06 4.05 210.99 0.00 0.00 0.00 0.00 [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] ---> sar -P ALL: [2021-01-26T00:51:26.531Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/26/21 _x86_64_ (4 CPU) [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] 00:29:33 LINUX RESTART (4 CPU) [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] 00:30:01 CPU %user %nice %system %iowait %steal %idle [2021-01-26T00:51:26.531Z] 00:31:01 all 22.23 0.00 8.62 2.48 0.17 66.50 [2021-01-26T00:51:26.531Z] 00:31:01 0 26.58 0.00 12.65 4.86 0.12 55.79 [2021-01-26T00:51:26.531Z] 00:31:01 1 16.56 0.00 6.98 3.07 0.20 73.18 [2021-01-26T00:51:26.531Z] 00:31:01 2 25.47 0.00 7.19 0.93 0.12 66.30 [2021-01-26T00:51:26.531Z] 00:31:01 3 20.37 0.00 7.72 1.08 0.24 70.59 [2021-01-26T00:51:26.531Z] 00:32:01 all 11.03 0.00 8.40 3.36 0.40 76.82 [2021-01-26T00:51:26.531Z] 00:32:01 0 10.90 0.00 7.62 1.68 0.41 79.39 [2021-01-26T00:51:26.531Z] 00:32:01 1 11.57 0.00 7.66 4.09 0.48 76.20 [2021-01-26T00:51:26.531Z] 00:32:01 2 10.45 0.00 8.50 3.78 0.34 76.93 [2021-01-26T00:51:26.531Z] 00:32:01 3 11.19 0.00 9.80 3.86 0.36 74.79 [2021-01-26T00:51:26.531Z] 00:33:02 all 40.33 0.00 12.42 6.33 0.23 40.69 [2021-01-26T00:51:26.531Z] 00:33:02 0 38.84 0.00 12.59 6.65 0.17 41.74 [2021-01-26T00:51:26.531Z] 00:33:02 1 39.71 0.00 12.47 9.50 0.17 38.14 [2021-01-26T00:51:26.531Z] 00:33:02 2 43.27 0.00 11.45 5.03 0.22 40.03 [2021-01-26T00:51:26.531Z] 00:33:02 3 39.48 0.00 13.18 4.14 0.35 42.86 [2021-01-26T00:51:26.531Z] 00:34:01 all 54.08 0.00 15.35 3.54 0.14 26.91 [2021-01-26T00:51:26.531Z] 00:34:01 0 53.74 0.00 15.58 2.79 0.12 27.76 [2021-01-26T00:51:26.531Z] 00:34:01 1 54.08 0.00 15.39 4.03 0.18 26.32 [2021-01-26T00:51:26.531Z] 00:34:01 2 54.15 0.00 14.91 3.05 0.13 27.75 [2021-01-26T00:51:26.531Z] 00:34:01 3 54.32 0.00 15.50 4.26 0.12 25.80 [2021-01-26T00:51:26.531Z] 00:35:01 all 22.23 0.00 18.56 5.31 0.12 53.78 [2021-01-26T00:51:26.531Z] 00:35:01 0 22.76 0.00 18.71 6.44 0.10 51.98 [2021-01-26T00:51:26.531Z] 00:35:01 1 22.33 0.00 17.71 4.47 0.12 55.38 [2021-01-26T00:51:26.531Z] 00:35:01 2 20.86 0.00 18.27 5.03 0.14 55.70 [2021-01-26T00:51:26.531Z] 00:35:01 3 22.97 0.00 19.55 5.30 0.14 52.04 [2021-01-26T00:51:26.531Z] 00:36:02 all 19.89 0.00 28.82 26.76 0.16 24.37 [2021-01-26T00:51:26.531Z] 00:36:02 0 20.23 0.00 28.10 27.15 0.18 24.34 [2021-01-26T00:51:26.531Z] 00:36:02 1 19.60 0.00 29.62 29.81 0.20 20.78 [2021-01-26T00:51:26.531Z] 00:36:02 2 18.28 0.00 27.63 24.30 0.16 29.63 [2021-01-26T00:51:26.531Z] 00:36:02 3 21.46 0.00 29.94 25.80 0.13 22.68 [2021-01-26T00:51:26.531Z] 00:37:01 all 49.07 0.00 18.96 14.74 0.06 17.17 [2021-01-26T00:51:26.531Z] 00:37:01 0 47.28 0.00 20.47 14.58 0.07 17.59 [2021-01-26T00:51:26.531Z] 00:37:01 1 49.96 0.00 18.16 13.15 0.07 18.66 [2021-01-26T00:51:26.531Z] 00:37:01 2 49.38 0.00 18.00 15.33 0.05 17.24 [2021-01-26T00:51:26.531Z] 00:37:01 3 49.63 0.00 19.22 15.91 0.05 15.18 [2021-01-26T00:51:26.531Z] 00:38:02 all 37.49 0.00 27.40 16.72 0.07 18.32 [2021-01-26T00:51:26.531Z] 00:38:02 0 36.05 0.00 27.72 13.57 0.09 22.57 [2021-01-26T00:51:26.531Z] 00:38:02 1 37.18 0.00 28.00 18.99 0.05 15.77 [2021-01-26T00:51:26.531Z] 00:38:02 2 37.59 0.00 26.48 19.25 0.07 16.61 [2021-01-26T00:51:26.531Z] 00:38:02 3 39.12 0.00 27.39 15.05 0.07 18.36 [2021-01-26T00:51:26.531Z] 00:39:01 all 28.50 0.00 12.88 10.04 0.06 48.53 [2021-01-26T00:51:26.531Z] 00:39:01 0 30.61 0.00 13.68 8.92 0.09 46.70 [2021-01-26T00:51:26.531Z] 00:39:01 1 28.36 0.00 12.26 5.95 0.05 53.38 [2021-01-26T00:51:26.531Z] 00:39:01 2 26.60 0.00 13.25 14.05 0.05 46.06 [2021-01-26T00:51:26.531Z] 00:39:01 3 28.44 0.00 12.33 11.21 0.04 47.98 [2021-01-26T00:51:26.531Z] 00:40:01 all 0.17 0.00 0.20 0.22 0.00 99.41 [2021-01-26T00:51:26.531Z] 00:40:01 0 0.13 0.00 0.23 0.00 0.00 99.63 [2021-01-26T00:51:26.531Z] 00:40:01 1 0.20 0.00 0.23 0.65 0.00 98.92 [2021-01-26T00:51:26.531Z] 00:40:01 2 0.25 0.00 0.18 0.08 0.00 99.48 [2021-01-26T00:51:26.531Z] 00:40:01 3 0.08 0.00 0.13 0.15 0.02 99.62 [2021-01-26T00:51:26.531Z] 00:41:01 all 0.10 0.00 0.13 0.00 0.00 99.77 [2021-01-26T00:51:26.531Z] 00:41:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T00:51:26.531Z] 00:41:01 1 0.12 0.00 0.18 0.00 0.00 99.70 [2021-01-26T00:51:26.531Z] 00:41:01 2 0.17 0.00 0.15 0.00 0.00 99.68 [2021-01-26T00:51:26.531Z] 00:41:01 3 0.07 0.00 0.12 0.00 0.00 99.82 [2021-01-26T00:51:26.531Z] [2021-01-26T00:51:26.531Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-01-26T00:51:26.531Z] 00:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-26T00:51:26.531Z] 00:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-26T00:51:26.531Z] 00:42:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-26T00:51:26.532Z] 00:42:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-26T00:51:26.532Z] 00:42:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-26T00:51:26.532Z] 00:43:01 all 0.17 0.00 0.04 0.01 0.00 99.78 [2021-01-26T00:51:26.532Z] 00:43:01 0 0.53 0.00 0.03 0.02 0.00 99.42 [2021-01-26T00:51:26.532Z] 00:43:01 1 0.05 0.00 0.03 0.02 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:43:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:43:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-26T00:51:26.532Z] 00:44:01 all 0.17 0.00 0.05 0.00 0.01 99.77 [2021-01-26T00:51:26.532Z] 00:44:01 0 0.52 0.00 0.03 0.00 0.02 99.43 [2021-01-26T00:51:26.532Z] 00:44:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-01-26T00:51:26.532Z] 00:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-26T00:51:26.532Z] 00:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2021-01-26T00:51:26.532Z] 00:45:01 all 0.16 0.00 0.07 0.02 0.00 99.75 [2021-01-26T00:51:26.532Z] 00:45:01 0 0.40 0.00 0.05 0.00 0.00 99.55 [2021-01-26T00:51:26.532Z] 00:45:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-26T00:51:26.532Z] 00:45:01 2 0.20 0.00 0.15 0.08 0.02 99.55 [2021-01-26T00:51:26.532Z] 00:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-26T00:51:26.532Z] 00:46:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-26T00:51:26.532Z] 00:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-26T00:51:26.532Z] 00:46:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-26T00:51:26.532Z] 00:46:01 2 0.57 0.00 0.07 0.00 0.00 99.37 [2021-01-26T00:51:26.532Z] 00:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-26T00:51:26.532Z] 00:47:01 all 0.14 0.00 0.03 0.00 0.00 99.84 [2021-01-26T00:51:26.532Z] 00:47:01 0 0.45 0.00 0.03 0.00 0.00 99.52 [2021-01-26T00:51:26.532Z] 00:47:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-26T00:51:26.532Z] 00:47:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2021-01-26T00:51:26.532Z] 00:48:01 all 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:48:01 0 0.12 0.00 0.05 0.00 0.00 99.83 [2021-01-26T00:51:26.532Z] 00:48:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-26T00:51:26.532Z] 00:48:01 2 0.07 0.00 0.03 0.00 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:48:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-26T00:51:26.532Z] 00:49:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-01-26T00:51:26.532Z] 00:49:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-26T00:51:26.532Z] 00:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-26T00:51:26.532Z] 00:49:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-26T00:51:26.532Z] 00:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-26T00:51:26.532Z] 00:50:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2021-01-26T00:51:26.532Z] 00:50:01 0 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-26T00:51:26.532Z] 00:50:01 1 0.12 0.00 0.03 0.00 0.00 99.85 [2021-01-26T00:51:26.532Z] 00:50:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-26T00:51:26.532Z] 00:50:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-26T00:51:26.532Z] 00:51:01 all 1.87 0.00 1.11 1.91 0.01 95.09 [2021-01-26T00:51:26.532Z] 00:51:01 0 1.79 0.00 0.92 0.35 0.00 96.95 [2021-01-26T00:51:26.532Z] 00:51:01 1 2.29 0.00 1.52 2.76 0.00 93.44 [2021-01-26T00:51:26.532Z] 00:51:01 2 2.37 0.00 1.44 4.09 0.02 92.09 [2021-01-26T00:51:26.532Z] 00:51:01 3 1.05 0.00 0.58 0.43 0.02 97.91 [2021-01-26T00:51:26.532Z] Average: all 13.35 0.00 7.09 4.22 0.07 75.27 [2021-01-26T00:51:26.532Z] Average: 0 13.50 0.00 7.33 4.01 0.06 75.09 [2021-01-26T00:51:26.532Z] Average: 1 13.10 0.00 6.98 4.47 0.07 75.38 [2021-01-26T00:51:26.532Z] Average: 2 13.46 0.00 6.86 4.40 0.06 75.23 [2021-01-26T00:51:26.532Z] Average: 3 13.35 0.00 7.19 4.01 0.07 75.39 [2021-01-26T00:51:26.532Z] [2021-01-26T00:51:26.532Z] [2021-01-26T00:51:26.532Z]