Pull request #3116 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9accbeaedcf905947171c32bd86387cecd5b349a+87b1ca7249f6ff93374f71253a3531d5ae5e3ebd (1916d405d8e2074286f5358c3807e97dfdbf17f0) 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 ‘prd-centos7-blackbox-4c-2g-24093’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-24847’ is offline; ‘prd-centos7-docker-4c-2g-24849’ is offline; ‘prd-centos7-docker-4c-2g-24855’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24848’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-24852’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24861 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) > 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/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # 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 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-04T04:30:23.138Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-04T04:30:23.552Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-04T04:30:23.730Z] ========================================================= [2021-02-04T04:30:23.730Z] EdgeX Global Pipelines Version Info [2021-02-04T04:30:23.730Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 85fdef72c86947ae3489f2679876a1a983078480 # timeout=10 [2021-02-04T04:30:25.523Z] ------------------- [2021-02-04T04:30:25.523Z] stable info: [2021-02-04T04:30:25.523Z] ------------------- [2021-02-04T04:30:25.523Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:25.523Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:25.523Z] Message: update stable to v1.0.179 [2021-02-04T04:30:26.481Z] ------------------- [2021-02-04T04:30:26.481Z] experimental info: [2021-02-04T04:30:26.481Z] ------------------- [2021-02-04T04:30:26.481Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-04T04:30:26.481Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-04T04:30:26.481Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-04T04:30:26.750Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-04T04:30:26.836Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-04T04:30:26.956Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-04T04:30:27.068Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-04T04:30:27.175Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-04T04:30:27.283Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-04T04:30:27.377Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-04T04:30:27.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-04T04:30:27.564Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-04T04:30:27.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-04T04:30:27.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-04T04:30:27.973Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-04T04:30:28.086Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-04T04:30:28.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-04T04:30:28.332Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:28.459Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-04T04:30:28.548Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-04T04:30:28.647Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-04T04:30:28.769Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-04T04:30:28.855Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-04T04:30:28.956Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-04T04:30:29.074Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-04T04:30:29.177Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-04T04:30:29.265Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T04:30:29.361Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3116 [Pipeline] echo [2021-02-04T04:30:29.471Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3116 [Pipeline] echo [2021-02-04T04:30:29.588Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9accbeaedcf905947171c32bd86387cecd5b349a [Pipeline] echo [2021-02-04T04:30:29.678Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9accbea [Pipeline] echo [2021-02-04T04:30:29.792Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:30:30.006Z] provisioning config files... [2021-02-04T04:30:30.032Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config5311998052406248859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:30:30.408Z] ---> docker-login.sh [2021-02-04T04:30:30.408Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:30:30.672Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:30.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:30.935Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:30.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:30.935Z] [2021-02-04T04:30:30.935Z] Login Succeeded [2021-02-04T04:30:30.935Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:30:30.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:30.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:30.935Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:30.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:30.935Z] [2021-02-04T04:30:30.935Z] Login Succeeded [2021-02-04T04:30:30.935Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:30:31.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:31.198Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:31.198Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:31.198Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:31.198Z] [2021-02-04T04:30:31.198Z] Login Succeeded [2021-02-04T04:30:31.198Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:30:31.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:31.467Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:31.467Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:31.467Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:31.467Z] [2021-02-04T04:30:31.467Z] Login Succeeded [2021-02-04T04:30:31.467Z] docker.io [2021-02-04T04:30:31.467Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:30:31.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:30:31.730Z] Configure a credential helper to remove this warning. See [2021-02-04T04:30:31.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:30:31.730Z] [2021-02-04T04:30:31.730Z] Login Succeeded [2021-02-04T04:30:31.730Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:30:31.741Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:30:32.296Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/core-command/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/core-data/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-04T04:30:32.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-04T04:30:32.296Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-04T04:30:32.296Z] ++ cut -d/ -f2 [2021-02-04T04:30:32.296Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-04T04:30:32.380Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:30:33.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:33.377Z] [2021-02-04T04:30:33.377Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:30:33.755Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:33.755Z] latest: Pulling from edgex-devops/git-semver [2021-02-04T04:30:33.755Z] 31603596830f: Pulling fs layer [2021-02-04T04:30:33.755Z] 2a8b12db71e7: Pulling fs layer [2021-02-04T04:30:33.755Z] 6ca5941a6612: Pulling fs layer [2021-02-04T04:30:33.755Z] ecc8261a40a4: Pulling fs layer [2021-02-04T04:30:33.755Z] ecc8261a40a4: Waiting [2021-02-04T04:30:33.755Z] 2a8b12db71e7: Verifying Checksum [2021-02-04T04:30:33.755Z] 2a8b12db71e7: Download complete [2021-02-04T04:30:33.755Z] 31603596830f: Verifying Checksum [2021-02-04T04:30:33.755Z] 31603596830f: Download complete [2021-02-04T04:30:34.024Z] ecc8261a40a4: Verifying Checksum [2021-02-04T04:30:34.024Z] ecc8261a40a4: Download complete [2021-02-04T04:30:34.024Z] 6ca5941a6612: Verifying Checksum [2021-02-04T04:30:34.024Z] 6ca5941a6612: Download complete [2021-02-04T04:30:34.288Z] 31603596830f: Pull complete [2021-02-04T04:30:34.288Z] 2a8b12db71e7: Pull complete [2021-02-04T04:30:35.251Z] 6ca5941a6612: Pull complete [2021-02-04T04:30:35.513Z] ecc8261a40a4: Pull complete [2021-02-04T04:30:35.513Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-04T04:30:35.513Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-04T04:30:35.513Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-04T04:30:35.622Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:30:35.677Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-02-04T04:30:38.234Z] $ docker top bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-04T04:30:38.641Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:38.641Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:38.895Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:38.901Z] $ docker exec bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent [2021-02-04T04:30:39.080Z] SSH_AUTH_SOCK=/tmp/ssh-AmCuRSXXU6aJ/agent.12 [2021-02-04T04:30:39.080Z] SSH_AGENT_PID=17 [2021-02-04T04:30:39.090Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:39.219Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2500060872924033136.key (/w/workspace/edgex-go/4@tmp/private_key_2500060872924033136.key) [2021-02-04T04:30:39.319Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:39.699Z] + git tag --points-at HEAD [Pipeline] } [2021-02-04T04:30:39.726Z] $ docker exec --env ******** --env ******** bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent -k [2021-02-04T04:30:39.852Z] unset SSH_AUTH_SOCK; [2021-02-04T04:30:39.853Z] unset SSH_AGENT_PID; [2021-02-04T04:30:39.853Z] echo Agent pid 17 killed; [2021-02-04T04:30:39.902Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-04T04:30:40.048Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-04T04:30:40.048Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-04T04:30:40.233Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-04T04:30:40.238Z] $ docker exec bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent [2021-02-04T04:30:40.415Z] SSH_AUTH_SOCK=/tmp/ssh-bK5Bli14cg1b/agent.46 [2021-02-04T04:30:40.415Z] SSH_AGENT_PID=51 [2021-02-04T04:30:40.423Z] Running ssh-add (command line suppressed) [2021-02-04T04:30:40.550Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_1496892607246834940.key (/w/workspace/edgex-go/4@tmp/private_key_1496892607246834940.key) [2021-02-04T04:30:40.617Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-04T04:30:40.996Z] + git semver init [2021-02-04T04:30:40.996Z] # -> Open(): unable to determine branch for HEAD [2021-02-04T04:30:40.996Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-04T04:30:40.996Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-04T04:30:40.996Z] # $SEMVER_REMOTE_NAME = origin [2021-02-04T04:30:40.996Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-04T04:30:40.996Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-04T04:30:40.996Z] # $SEMVER_BRANCH = PR-3116 [2021-02-04T04:30:40.996Z] # $SEMVER_TEMP = /tmp/semver-484101439 [2021-02-04T04:30:40.996Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-04T04:32:02.664Z] # '/tmp/semver-484101439' -> '/w/workspace/edgex-go/4/.semver' [2021-02-04T04:32:02.664Z] # -> Force: false [2021-02-04T04:32:02.664Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-04T04:32:02.688Z] $ docker exec --env ******** --env ******** bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 ssh-agent -k [2021-02-04T04:32:03.045Z] unset SSH_AUTH_SOCK; [2021-02-04T04:32:03.046Z] unset SSH_AGENT_PID; [2021-02-04T04:32:03.046Z] echo Agent pid 51 killed; [2021-02-04T04:32:03.180Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-04T04:32:03.692Z] + git semver [Pipeline] } [2021-02-04T04:32:03.713Z] $ docker stop --time=1 bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 [2021-02-04T04:32:05.664Z] $ docker rm -f bbdfb73db255d39e20efae5fc3f04b512fc4823e023dc7a2a6dbe7b92a0f0280 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:32:06.241Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-04T04:32:06.759Z] Stashed 1 file(s) [Pipeline] echo [2021-02-04T04:32:06.762Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:32:07.623Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:07.932Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:32:08.238Z] + sudo service docker restart [2021-02-04T04:32:08.238Z] + true [2021-02-04T04:32:08.238Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-04T04:32:08.838Z] ========================================================= [2021-02-04T04:32:08.838Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-04T04:32:08.838Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:32:09.194Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-04T04:32:12.518Z] Sending build context to Docker daemon 327.5MB [2021-02-04T04:32:12.518Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:32:12.518Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:32:12.781Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-04T04:32:12.781Z] 188c0c94c7c5: Pulling fs layer [2021-02-04T04:32:12.781Z] 0ef7d3d256c8: Pulling fs layer [2021-02-04T04:32:12.781Z] de9db76c5a1d: Pulling fs layer [2021-02-04T04:32:12.781Z] bca2f99d35d6: Pulling fs layer [2021-02-04T04:32:12.781Z] 93359f2a8cfa: Pulling fs layer [2021-02-04T04:32:12.781Z] 7c6f9722023f: Pulling fs layer [2021-02-04T04:32:12.781Z] a35cf1a2eb13: Pulling fs layer [2021-02-04T04:32:12.781Z] 93359f2a8cfa: Waiting [2021-02-04T04:32:12.781Z] a35cf1a2eb13: Waiting [2021-02-04T04:32:12.781Z] bca2f99d35d6: Waiting [2021-02-04T04:32:12.781Z] de9db76c5a1d: Verifying Checksum [2021-02-04T04:32:12.781Z] de9db76c5a1d: Download complete [2021-02-04T04:32:12.781Z] 0ef7d3d256c8: Verifying Checksum [2021-02-04T04:32:12.781Z] 0ef7d3d256c8: Download complete [2021-02-04T04:32:12.781Z] 93359f2a8cfa: Verifying Checksum [2021-02-04T04:32:12.781Z] 93359f2a8cfa: Download complete [2021-02-04T04:32:12.781Z] 188c0c94c7c5: Verifying Checksum [2021-02-04T04:32:12.781Z] 188c0c94c7c5: Download complete [2021-02-04T04:32:12.781Z] 7c6f9722023f: Verifying Checksum [2021-02-04T04:32:12.781Z] 7c6f9722023f: Download complete [2021-02-04T04:32:13.368Z] 188c0c94c7c5: Pull complete [2021-02-04T04:32:13.632Z] 0ef7d3d256c8: Pull complete [2021-02-04T04:32:13.632Z] de9db76c5a1d: Pull complete [2021-02-04T04:32:16.211Z] a35cf1a2eb13: Verifying Checksum [2021-02-04T04:32:16.211Z] a35cf1a2eb13: Download complete [2021-02-04T04:32:17.610Z] bca2f99d35d6: Verifying Checksum [2021-02-04T04:32:17.610Z] bca2f99d35d6: Download complete [2021-02-04T04:32:22.118Z] Still waiting to schedule task [2021-02-04T04:32:22.118Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-04T04:32:23.023Z] bca2f99d35d6: Pull complete [2021-02-04T04:32:23.298Z] 93359f2a8cfa: Pull complete [2021-02-04T04:32:23.298Z] 7c6f9722023f: Pull complete [2021-02-04T04:32:27.554Z] a35cf1a2eb13: Pull complete [2021-02-04T04:32:27.554Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-04T04:32:27.554Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-04T04:32:27.554Z] ---> a62c8e92a672 [2021-02-04T04:32:27.554Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T04:32:27.826Z] ---> Running in b81d834a4eb3 [2021-02-04T04:32:28.403Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:29.800Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:32:31.194Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:32:31.194Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:32:31.458Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:32:31.458Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:32:49.621Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:32:49.621Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:32:49.621Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:32:49.621Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:32:49.621Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:32:49.621Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:32:49.621Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:32:49.621Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:32:49.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:32:49.621Z] OK: 233 MiB in 51 packages [2021-02-04T04:32:52.955Z] Removing intermediate container b81d834a4eb3 [2021-02-04T04:32:52.955Z] ---> 674fa07f776d [2021-02-04T04:32:52.955Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:32:52.955Z] ---> Running in 3968a5f1917b [2021-02-04T04:32:52.955Z] Removing intermediate container 3968a5f1917b [2021-02-04T04:32:52.955Z] ---> b1e81fde7fee [2021-02-04T04:32:52.955Z] Step 5/6 : COPY go.mod . [2021-02-04T04:32:52.955Z] ---> bd337d706e78 [2021-02-04T04:32:52.955Z] Step 6/6 : RUN go mod download [2021-02-04T04:32:53.225Z] ---> Running in 727ddca737ea [2021-02-04T04:33:15.278Z] Removing intermediate container 727ddca737ea [2021-02-04T04:33:15.278Z] ---> 06802704c3fe [2021-02-04T04:33:15.278Z] Successfully built 06802704c3fe [2021-02-04T04:33:15.278Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:15.607Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:15.607Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:15.733Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:33:15.784Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-02-04T04:33:16.735Z] $ docker top c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:33:17.252Z] + go version [2021-02-04T04:33:17.252Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-04T04:33:17.274Z] $ docker stop --time=1 c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 [2021-02-04T04:33:18.629Z] $ docker rm -f c2fe35810864d4b0770baa59fbae4b95815c49bfc29d19ba0210ae413c3bb463 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:33:19.395Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-04T04:33:19.395Z] . [Pipeline] withDockerContainer [2021-02-04T04:33:19.505Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:33:19.554Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-02-04T04:33:20.190Z] $ docker top 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:33:20.465Z] ========================================================= [2021-02-04T04:33:20.465Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:33:20.465Z] ========================================================= [Pipeline] sh [2021-02-04T04:33:20.788Z] + make test [2021-02-04T04:33:20.788Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:33:29.027Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:33:47.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:33:49.844Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:33:50.838Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:33:50.838Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:33:50.838Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:33:54.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:33:54.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:33:54.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:33:54.305Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:33:54.305Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:33:54.708Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:33:56.732Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:33:56.732Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:33:56.732Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:34:00.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.0% of statements [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:34:00.135Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:34:00.135Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.062s coverage: 100.0% of statements [2021-02-04T04:34:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.211s coverage: 27.1% of statements [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:34:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:34:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.043s coverage: 100.0% of statements [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:34:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.114s coverage: 65.8% of statements [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:34:03.523Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.442s coverage: 82.3% of statements [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:34:03.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:34:05.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:34:05.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:34:05.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.065s coverage: 100.0% of statements [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:34:05.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:34:05.553Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-02-04T04:34:05.553Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:34:06.149Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.087s coverage: 78.3% of statements [2021-02-04T04:34:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:34:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:34:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:34:06.149Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.486s coverage: 92.8% of statements [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.083s coverage: 0.1% of statements [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:34:08.764Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.030s coverage: 45.5% of statements [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.036s coverage: 79.5% of statements [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.071s coverage: 96.3% of statements [2021-02-04T04:34:08.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-02-04T04:34:21.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.035s coverage: 94.4% of statements [2021-02-04T04:34:21.060Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.027s coverage: 44.8% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.066s coverage: 92.9% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.170s coverage: 63.5% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.344s coverage: 68.9% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.308s coverage: 84.0% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.143s coverage: 47.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.056s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.066s coverage: 100.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.081s coverage: 90.4% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.718s coverage: 29.1% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:34:33.363Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-02-04T04:34:33.363Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:34:33.364Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements [2021-02-04T04:34:33.364Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-04T04:34:33.364Z] GO111MODULE=on go vet ./... [2021-02-04T04:35:00.114Z] gofmt -l . [2021-02-04T04:35:00.114Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:35:00.114Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:35:00.114Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:35:00.692Z] + ls -al . [2021-02-04T04:35:00.692Z] total 684 [2021-02-04T04:35:00.692Z] drwxrwxr-x 10 1001 1001 4096 Feb 4 04:35 . [2021-02-04T04:35:00.692Z] drwxr-xr-x 4 root root 28 Feb 4 04:33 .. [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:30 .dockerignore [2021-02-04T04:35:00.692Z] drwxrwxr-x 8 1001 1001 179 Feb 4 04:30 .git [2021-02-04T04:35:00.692Z] drwxrwxr-x 3 1001 1001 125 Feb 4 04:30 .github [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:30 .gitignore [2021-02-04T04:35:00.692Z] drwx------ 3 1001 1001 60 Feb 4 04:31 .semver [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:30 .sonarcloud.properties [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:30 Attribution.txt [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:30 CONTRIBUTING.md [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:30 Dockerfile.build [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:30 Jenkinsfile [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:30 LICENSE [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:30 Makefile [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:30 README.md [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:30 SECURITY.md [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:30 ZMQWindows.md [2021-02-04T04:35:00.692Z] drwxrwxr-x 2 1001 1001 117 Feb 4 04:30 bin [2021-02-04T04:35:00.692Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:30 cmd [2021-02-04T04:35:00.692Z] -rw-r--r-- 1 root root 580808 Feb 4 04:34 coverage.out [2021-02-04T04:35:00.692Z] -rw-r--r-- 1 root root 1054 Feb 4 04:34 go.mod [2021-02-04T04:35:00.692Z] -rw-r--r-- 1 root root 19510 Feb 4 04:34 go.sum [2021-02-04T04:35:00.692Z] drwxrwxr-x 8 1001 1001 127 Feb 4 04:30 internal [2021-02-04T04:35:00.692Z] drwxrwxr-x 4 1001 1001 26 Feb 4 04:30 openapi [2021-02-04T04:35:00.692Z] drwxrwxr-x 4 1001 1001 71 Feb 4 04:30 snap [2021-02-04T04:35:00.692Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:30 version.go [Pipeline] sh [2021-02-04T04:35:01.003Z] + '[' -e coverage.out ] [2021-02-04T04:35:01.003Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:35:01.208Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:35:01.509Z] + make build [2021-02-04T04:35:01.509Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:35:06.849Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:35:15.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:35:15.380Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:35:17.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:35:17.332Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:35:19.262Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:35:20.661Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:35:21.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:35:23.025Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:35:23.981Z] 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-02-04T04:35:25.390Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:35:26.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-04T04:35:28.322Z] $ docker stop --time=1 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 [2021-02-04T04:35:28.560Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24872 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [2021-02-04T04:35:30.073Z] $ docker rm -f 1d14aa70806f688c06e32f84d4a3e920be102a20aa7440687b5f02468eacda76 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-02-04T04:35:30.756Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:32.006Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:32.006Z] [2021-02-04T04:35:32.006Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:32.363Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:32.363Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-04T04:35:32.363Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-04T04:35:32.363Z] ca9280d653b3: Pulling fs layer [2021-02-04T04:35:32.363Z] 7e9c9ca2126c: Pulling fs layer [2021-02-04T04:35:32.628Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-04T04:35:32.628Z] cbdbe7a5bc2a: Download complete [2021-02-04T04:35:32.893Z] cbdbe7a5bc2a: Pull complete [2021-02-04T04:35:33.159Z] ca9280d653b3: Verifying Checksum [2021-02-04T04:35:33.159Z] ca9280d653b3: Download complete [2021-02-04T04:35:34.111Z] 7e9c9ca2126c: Verifying Checksum [2021-02-04T04:35:34.111Z] 7e9c9ca2126c: Download complete [2021-02-04T04:35:34.111Z] ca9280d653b3: Pull complete [2021-02-04T04:35:36.410Z] using credential edgex-jenkins-ssh [2021-02-04T04:35:36.472Z] Cloning the remote Git repository [2021-02-04T04:35:36.538Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:35:36.681Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-04T04:35:36.781Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:35:36.782Z] > git --version # timeout=10 [2021-02-04T04:35:36.817Z] > git --version # 'git version 2.17.1' [2021-02-04T04:35:36.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:35:36.929Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:35:40.767Z] 7e9c9ca2126c: Pull complete [2021-02-04T04:35:40.767Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-04T04:35:40.767Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:40.767Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-04T04:35:40.915Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:35:40.961Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-02-04T04:35:44.221Z] $ docker top f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:35:44.815Z] + docker-compose build --help [2021-02-04T04:35:44.815Z] + grep parallel [2021-02-04T04:35:45.760Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:35:46.038Z] $ docker stop --time=1 f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a [2021-02-04T04:35:47.411Z] $ docker rm -f f6bfab384f223bcb3639298bd31d95f30556e59c8afb79dff8169493f118920a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:35:48.070Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-04T04:35:48.070Z] . [Pipeline] withDockerContainer [2021-02-04T04:35:48.181Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:35:48.228Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-04T04:35:48.895Z] $ docker top 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:35:49.474Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:35:50.436Z] Building docker-core-command-go ... [2021-02-04T04:35:50.436Z] Building docker-core-data-go ... [2021-02-04T04:35:50.436Z] Building docker-core-metadata-go ... [2021-02-04T04:35:50.436Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:35:50.436Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:35:50.436Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:35:50.436Z] Building docker-support-notifications-go ... [2021-02-04T04:35:50.436Z] Building docker-support-scheduler-go ... [2021-02-04T04:35:50.436Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:35:50.436Z] Building docker-sys-mgmt-agent-go [2021-02-04T04:35:50.436Z] Building docker-security-secretstore-setup-go [2021-02-04T04:35:50.436Z] Building docker-support-scheduler-go [2021-02-04T04:35:50.436Z] Building docker-security-proxy-setup-go [2021-02-04T04:35:50.436Z] Building docker-security-bootstrapper-go [2021-02-04T04:36:01.309Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:36:01.920Z] Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:36:01.921Z] Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) [2021-02-04T04:36:00.531Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:36:00.550Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:36:00.576Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:36:00.610Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:36:00.611Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:36:00.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:36:01.334Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:36:01.405Z] > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 [2021-02-04T04:36:01.806Z] > git remote # timeout=10 [2021-02-04T04:36:01.841Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:36:01.861Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:36:01.877Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:36:01.904Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:36:01.932Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:36:01.948Z] > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 [2021-02-04T04:36:06.548Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-04T04:36:08.015Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:36:08.492Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-04T04:36:08.847Z] + sudo service docker restart [2021-02-04T04:36:08.847Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-04T04:36:10.914Z] provisioning config files... [2021-02-04T04:36:10.963Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2823752351131396649tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:36:11.395Z] ---> docker-login.sh [2021-02-04T04:36:11.395Z] nexus3.edgexfoundry.org:10001 [2021-02-04T04:36:12.386Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:12.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:12.661Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:12.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:12.661Z] [2021-02-04T04:36:12.661Z] Login Succeeded [2021-02-04T04:36:12.661Z] nexus3.edgexfoundry.org:10002 [2021-02-04T04:36:13.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:13.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:13.259Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:13.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:13.259Z] [2021-02-04T04:36:13.259Z] Login Succeeded [2021-02-04T04:36:13.536Z] nexus3.edgexfoundry.org:10003 [2021-02-04T04:36:13.830Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:14.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:14.108Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:14.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:14.108Z] [2021-02-04T04:36:14.108Z] Login Succeeded [2021-02-04T04:36:14.108Z] nexus3.edgexfoundry.org:10004 [2021-02-04T04:36:14.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:14.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:14.714Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:14.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:14.714Z] [2021-02-04T04:36:14.714Z] Login Succeeded [2021-02-04T04:36:14.714Z] docker.io [2021-02-04T04:36:15.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-04T04:36:15.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-04T04:36:15.645Z] Configure a credential helper to remove this warning. See [2021-02-04T04:36:15.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-04T04:36:15.645Z] [2021-02-04T04:36:15.645Z] Login Succeeded [2021-02-04T04:36:15.645Z] ---> docker-login.sh ends [Pipeline] } [2021-02-04T04:36:15.666Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-04T04:36:16.219Z] ========================================================= [2021-02-04T04:36:16.219Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-04T04:36:16.219Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:36:16.604Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-04T04:36:19.268Z] Sending build context to Docker daemon 166.1MB [2021-02-04T04:36:19.268Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:19.268Z] Step 2/6 : FROM ${BASE} [2021-02-04T04:36:19.268Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-04T04:36:19.268Z] 5f621e34cdf4: Pulling fs layer [2021-02-04T04:36:19.268Z] a4357932f1b6: Pulling fs layer [2021-02-04T04:36:19.268Z] 18c013af1878: Pulling fs layer [2021-02-04T04:36:19.268Z] 00ac8860ef70: Pulling fs layer [2021-02-04T04:36:19.268Z] 63d7cb157983: Pulling fs layer [2021-02-04T04:36:19.268Z] b116817d02f9: Pulling fs layer [2021-02-04T04:36:19.268Z] 745a02a5169b: Pulling fs layer [2021-02-04T04:36:19.268Z] 00ac8860ef70: Waiting [2021-02-04T04:36:19.268Z] 63d7cb157983: Waiting [2021-02-04T04:36:19.268Z] b116817d02f9: Waiting [2021-02-04T04:36:19.268Z] 745a02a5169b: Waiting [2021-02-04T04:36:19.268Z] 18c013af1878: Download complete [2021-02-04T04:36:19.268Z] a4357932f1b6: Verifying Checksum [2021-02-04T04:36:19.268Z] a4357932f1b6: Download complete [2021-02-04T04:36:19.268Z] 63d7cb157983: Verifying Checksum [2021-02-04T04:36:19.268Z] 63d7cb157983: Download complete [2021-02-04T04:36:19.548Z] b116817d02f9: Verifying Checksum [2021-02-04T04:36:19.549Z] b116817d02f9: Download complete [2021-02-04T04:36:19.549Z] 5f621e34cdf4: Verifying Checksum [2021-02-04T04:36:19.549Z] 5f621e34cdf4: Download complete [2021-02-04T04:36:20.149Z] 5f621e34cdf4: Pull complete [2021-02-04T04:36:20.765Z] a4357932f1b6: Pull complete [2021-02-04T04:36:21.053Z] 18c013af1878: Pull complete [2021-02-04T04:36:21.657Z] 745a02a5169b: Verifying Checksum [2021-02-04T04:36:21.657Z] 745a02a5169b: Download complete [2021-02-04T04:36:22.758Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.758Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.758Z] ---> 06802704c3fe [2021-02-04T04:36:22.758Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:36:22.758Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.758Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.758Z] ---> 06802704c3fe [2021-02-04T04:36:22.758Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:36:22.758Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.758Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.758Z] ---> 06802704c3fe [2021-02-04T04:36:22.758Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:36:22.758Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:22.758Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:22.758Z] ---> 06802704c3fe [2021-02-04T04:36:22.758Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:36:23.022Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:36:23.022Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:36:23.022Z] ---> 06802704c3fe [2021-02-04T04:36:23.022Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:36:23.107Z] 00ac8860ef70: Verifying Checksum [2021-02-04T04:36:23.107Z] 00ac8860ef70: Download complete [2021-02-04T04:36:23.971Z] ---> Running in a6d5df14d687 [2021-02-04T04:36:23.971Z] ---> Running in 33449ec46a11 [2021-02-04T04:36:23.971Z] ---> Running in d2058383ccad [2021-02-04T04:36:23.971Z] ---> Running in 9b4bf18622b1 [2021-02-04T04:36:23.971Z] ---> Running in 22c49983224d [2021-02-04T04:36:24.545Z] Removing intermediate container 22c49983224d [2021-02-04T04:36:24.545Z] ---> c079be801d94 [2021-02-04T04:36:24.545Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.545Z] Removing intermediate container 33449ec46a11 [2021-02-04T04:36:24.545Z] ---> 5676446770f8 [2021-02-04T04:36:24.545Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.545Z] Removing intermediate container 9b4bf18622b1 [2021-02-04T04:36:24.545Z] ---> d6e8743c5271 [2021-02-04T04:36:24.545Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.545Z] Removing intermediate container a6d5df14d687 [2021-02-04T04:36:24.545Z] ---> fda04e8ab99d [2021-02-04T04:36:24.545Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.545Z] Removing intermediate container d2058383ccad [2021-02-04T04:36:24.545Z] ---> 673d01c2eac3 [2021-02-04T04:36:24.545Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:36:24.807Z] ---> Running in 9f8ad528afde [2021-02-04T04:36:24.807Z] ---> Running in 86dc75d64cf1 [2021-02-04T04:36:24.807Z] ---> Running in d541dec21d27 [2021-02-04T04:36:24.807Z] ---> Running in f77d7f9a72a5 [2021-02-04T04:36:24.807Z] ---> Running in b743b6b8b5ba [2021-02-04T04:36:27.379Z] Removing intermediate container d541dec21d27 [2021-02-04T04:36:27.379Z] ---> e4d10f803610 [2021-02-04T04:36:27.379Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:36:27.379Z] Removing intermediate container 86dc75d64cf1 [2021-02-04T04:36:27.379Z] ---> 56a8f1d4f371 [2021-02-04T04:36:27.379Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:36:27.379Z] Removing intermediate container 9f8ad528afde [2021-02-04T04:36:27.379Z] ---> 16eadfc40895 [2021-02-04T04:36:27.379Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:36:27.379Z] Removing intermediate container f77d7f9a72a5 [2021-02-04T04:36:27.379Z] ---> 123172bb57d3 [2021-02-04T04:36:27.379Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:36:27.379Z] ---> Running in dd6c7d5ee3b1 [2021-02-04T04:36:27.379Z] ---> Running in 45ef18417383 [2021-02-04T04:36:27.379Z] ---> Running in f84332b4892d [2021-02-04T04:36:27.379Z] Removing intermediate container b743b6b8b5ba [2021-02-04T04:36:27.379Z] ---> d825cef797bd [2021-02-04T04:36:27.379Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:36:27.379Z] ---> Running in fbd9def63c85 [2021-02-04T04:36:27.654Z] ---> Running in af6bf16afb4d [2021-02-04T04:36:28.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:28.876Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:29.828Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:30.090Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:30.352Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:36:30.614Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:30.878Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:31.455Z] Removing intermediate container 45ef18417383 [2021-02-04T04:36:31.455Z] ---> e4e637fb8d98 [2021-02-04T04:36:31.455Z] Step 6/22 : COPY go.mod . [2021-02-04T04:36:31.455Z] Removing intermediate container dd6c7d5ee3b1 [2021-02-04T04:36:31.455Z] ---> eb81a7379536 [2021-02-04T04:36:31.455Z] Step 6/31 : COPY go.mod . [2021-02-04T04:36:31.722Z] ---> 8c96177d513a [2021-02-04T04:36:31.722Z] Step 7/22 : RUN go mod download [2021-02-04T04:36:31.722Z] ---> a0d89b411da1 [2021-02-04T04:36:31.722Z] Step 7/31 : RUN go mod download [2021-02-04T04:36:31.722Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:31.722Z] ---> Running in 1ed6b591b6ba [2021-02-04T04:36:31.722Z] ---> Running in 7060827bcd3a [2021-02-04T04:36:32.299Z] Removing intermediate container f84332b4892d [2021-02-04T04:36:32.299Z] ---> 65f891528ef4 [2021-02-04T04:36:32.299Z] Step 6/26 : COPY go.mod . [2021-02-04T04:36:32.877Z] ---> 52cb3a74be9c [2021-02-04T04:36:32.877Z] Step 7/26 : RUN go mod download [2021-02-04T04:36:32.877Z] ---> Running in c91a2cf736b1 [2021-02-04T04:36:32.877Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:33.159Z] OK: 233 MiB in 51 packages [2021-02-04T04:36:33.279Z] 00ac8860ef70: Pull complete [2021-02-04T04:36:33.550Z] 63d7cb157983: Pull complete [2021-02-04T04:36:33.763Z] Removing intermediate container fbd9def63c85 [2021-02-04T04:36:33.763Z] ---> e24a1a123373 [2021-02-04T04:36:33.763Z] Step 6/21 : COPY go.mod . [2021-02-04T04:36:33.824Z] b116817d02f9: Pull complete [2021-02-04T04:36:34.348Z] Removing intermediate container af6bf16afb4d [2021-02-04T04:36:34.348Z] ---> 4109e6de95b3 [2021-02-04T04:36:34.348Z] Step 6/24 : COPY go.mod . [2021-02-04T04:36:34.348Z] ---> 3e54f8848aaa [2021-02-04T04:36:34.348Z] Step 7/21 : RUN go mod download [2021-02-04T04:36:34.348Z] Removing intermediate container 7060827bcd3a [2021-02-04T04:36:34.348Z] ---> dfceebcd9205 [2021-02-04T04:36:34.348Z] Step 8/31 : COPY . . [2021-02-04T04:36:34.348Z] Removing intermediate container 1ed6b591b6ba [2021-02-04T04:36:34.348Z] ---> 75a941feafb0 [2021-02-04T04:36:34.348Z] Step 8/22 : COPY . . [2021-02-04T04:36:34.348Z] ---> Running in 5f3c226eaf99 [2021-02-04T04:36:34.348Z] Removing intermediate container c91a2cf736b1 [2021-02-04T04:36:34.348Z] ---> c108d94d9c44 [2021-02-04T04:36:34.348Z] Step 8/26 : COPY . . [2021-02-04T04:36:35.315Z] ---> f977268406a2 [2021-02-04T04:36:35.315Z] Step 7/24 : RUN go mod download [2021-02-04T04:36:37.885Z] ---> Running in a3d10c45c7f8 [2021-02-04T04:36:38.144Z] 745a02a5169b: Pull complete [2021-02-04T04:36:38.144Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-04T04:36:38.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-04T04:36:38.144Z] ---> b7e6874047d6 [2021-02-04T04:36:38.144Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-04T04:36:41.543Z] ---> Running in e7446fd46785 [2021-02-04T04:36:42.533Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:36:44.515Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:36:45.951Z] (1/12) Installing libmagic (5.38-r0) [2021-02-04T04:36:46.225Z] (2/12) Installing file (5.38-r0) [2021-02-04T04:36:46.225Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-04T04:36:46.225Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-04T04:36:48.000Z] Removing intermediate container a3d10c45c7f8 [2021-02-04T04:36:48.000Z] ---> 702627c12850 [2021-02-04T04:36:48.000Z] Step 8/24 : COPY . . [2021-02-04T04:36:48.000Z] Removing intermediate container 5f3c226eaf99 [2021-02-04T04:36:48.000Z] ---> 7612a7b5481d [2021-02-04T04:36:48.000Z] Step 8/21 : COPY . . [2021-02-04T04:36:50.538Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-04T04:36:50.539Z] (6/12) Installing patch (2.7.6-r6) [2021-02-04T04:36:50.539Z] (7/12) Installing build-base (0.5-r2) [2021-02-04T04:36:50.811Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-04T04:36:50.811Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-04T04:36:50.811Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-04T04:36:51.084Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-04T04:36:51.084Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-04T04:36:51.358Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:36:51.358Z] OK: 217 MiB in 51 packages [2021-02-04T04:36:55.714Z] Removing intermediate container e7446fd46785 [2021-02-04T04:36:55.715Z] ---> 386528e4e735 [2021-02-04T04:36:55.715Z] Step 4/6 : WORKDIR /edgex-go [2021-02-04T04:36:55.715Z] ---> Running in d5eb5af25ef3 [2021-02-04T04:36:56.015Z] Removing intermediate container d5eb5af25ef3 [2021-02-04T04:36:56.015Z] ---> d229f1a4df7a [2021-02-04T04:36:56.015Z] Step 5/6 : COPY go.mod . [2021-02-04T04:36:57.000Z] ---> 19c8fba626d9 [2021-02-04T04:36:57.000Z] Step 6/6 : RUN go mod download [2021-02-04T04:36:57.000Z] ---> Running in 068b2584c375 [2021-02-04T04:37:10.287Z] ---> da5f41c8f1b3 [2021-02-04T04:37:10.287Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:37:10.287Z] ---> 9138dba5e909 [2021-02-04T04:37:10.287Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:37:10.287Z] ---> d1a4786163ef [2021-02-04T04:37:10.287Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:37:10.874Z] ---> Running in b2222b6447af [2021-02-04T04:37:10.874Z] ---> Running in decf947f7c43 [2021-02-04T04:37:10.874Z] ---> Running in d77435f74695 [2021-02-04T04:37:14.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:37:14.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:37:14.261Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:37:14.853Z] ---> 6a6a562418bc [2021-02-04T04:37:14.853Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:37:15.134Z] ---> Running in 0a0ddaad132c [2021-02-04T04:37:15.401Z] ---> f50af83fcd2f [2021-02-04T04:37:15.401Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:37:15.401Z] ---> Running in 611eb95b7077 [2021-02-04T04:37:16.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:37:16.823Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:37:23.881Z] Removing intermediate container 068b2584c375 [2021-02-04T04:37:23.881Z] ---> fef347ec3d67 [2021-02-04T04:37:23.881Z] Successfully built fef347ec3d67 [2021-02-04T04:37:23.881Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:24.234Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:37:24.234Z] . [Pipeline] withDockerContainer [2021-02-04T04:37:24.496Z] prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container [2021-02-04T04:37:24.591Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64 cat [2021-02-04T04:37:26.130Z] $ docker top 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:37:27.173Z] + go version [2021-02-04T04:37:27.174Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-04T04:37:27.202Z] $ docker stop --time=1 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 [2021-02-04T04:37:29.166Z] $ docker rm -f 73f3fc7a1081a7203df71ee319dd6d79586dd50db15e5f0350c617ec33556b55 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:37:30.215Z] + docker inspect -f . ci-base-image-arm64 [2021-02-04T04:37:30.216Z] . [Pipeline] withDockerContainer [2021-02-04T04:37:30.497Z] prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container [2021-02-04T04:37:30.586Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-arm64 cat [2021-02-04T04:37:32.135Z] $ docker top 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-04T04:37:32.557Z] ========================================================= [2021-02-04T04:37:32.557Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-04T04:37:32.557Z] ========================================================= [Pipeline] sh [2021-02-04T04:37:33.212Z] + make test [2021-02-04T04:37:33.212Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-04T04:37:43.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:37:43.567Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:37:43.567Z] 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-02-04T04:37:47.899Z] Removing intermediate container d77435f74695 [2021-02-04T04:37:47.899Z] ---> 04c8c47c6ae9 [2021-02-04T04:37:47.899Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:37:48.173Z] ---> Running in c8515846feca [2021-02-04T04:37:49.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:37:53.404Z] Removing intermediate container 0a0ddaad132c [2021-02-04T04:37:53.404Z] ---> a81a9fce3b6a [2021-02-04T04:37:53.404Z] [2021-02-04T04:37:53.404Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:37:53.404Z] Removing intermediate container 611eb95b7077 [2021-02-04T04:37:53.404Z] ---> ddfd1e719e81 [2021-02-04T04:37:53.404Z] [2021-02-04T04:37:53.404Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:37:53.404Z] Removing intermediate container b2222b6447af [2021-02-04T04:37:53.404Z] ---> 7bf4c19fdf82 [2021-02-04T04:37:53.404Z] [2021-02-04T04:37:53.404Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:37:53.404Z] 3.12: Pulling from library/alpine [2021-02-04T04:37:53.404Z] 3.12: Pulling from library/alpine [2021-02-04T04:37:53.404Z] Removing intermediate container decf947f7c43 [2021-02-04T04:37:53.404Z] ---> 949b130c2390 [2021-02-04T04:37:53.404Z] [2021-02-04T04:37:53.404Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:37:53.404Z] 3.12: Pulling from library/alpine [2021-02-04T04:37:53.404Z] 3.12: Pulling from library/alpine [2021-02-04T04:37:53.404Z] Removing intermediate container c8515846feca [2021-02-04T04:37:53.404Z] ---> d8457a26f01f [2021-02-04T04:37:53.404Z] [2021-02-04T04:37:53.404Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:37:53.668Z] 20.10.0: Pulling from library/docker [2021-02-04T04:37:53.668Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:37:53.668Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:37:53.668Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:37:53.668Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:37:53.668Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:37:53.668Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:37:53.668Z] ---> 389fef711851 [2021-02-04T04:37:53.668Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:37:53.668Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:37:53.668Z] Status: Image is up to date for alpine:3.12 [2021-02-04T04:37:53.668Z] ---> 389fef711851 [2021-02-04T04:37:53.668Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:37:53.668Z] ---> 389fef711851 [2021-02-04T04:37:53.668Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:37:53.668Z] ---> 389fef711851 [2021-02-04T04:37:53.668Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:37:55.606Z] ---> Running in 8672ff7d93d4 [2021-02-04T04:37:55.606Z] ---> Running in ac8a071af611 [2021-02-04T04:37:55.606Z] ---> Running in 7bdcefb5d625 [2021-02-04T04:37:55.606Z] ---> Running in 8b4a5da0a420 [2021-02-04T04:37:56.183Z] Removing intermediate container ac8a071af611 [2021-02-04T04:37:56.183Z] ---> 8f54f518e268 [2021-02-04T04:37:56.183Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:37:56.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:56.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:56.715Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:37:56.715Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:56.715Z] OK: 6 MiB in 15 packages [2021-02-04T04:37:56.715Z] ---> Running in 967ca121658e [2021-02-04T04:37:57.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:57.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:57.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:57.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:57.584Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:37:57.584Z] Removing intermediate container 8672ff7d93d4 [2021-02-04T04:37:57.584Z] ---> fe171fe85a3c [2021-02-04T04:37:57.584Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:37:57.584Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:37:57.584Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:37:57.584Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:37:57.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:57.584Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:37:57.584Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:37:57.584Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:37:57.584Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:37:57.584Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:37:57.584Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:37:57.584Z] OK: 7 MiB in 18 packages [2021-02-04T04:37:57.584Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:57.584Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:37:57.584Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:57.849Z] OK: 7 MiB in 19 packages [2021-02-04T04:37:57.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:37:58.149Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:37:58.149Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:37:58.149Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:37:58.149Z] OK: 6 MiB in 16 packages [2021-02-04T04:37:58.149Z] ---> Running in cee5a2a31f4e [2021-02-04T04:37:58.416Z] Removing intermediate container cee5a2a31f4e [2021-02-04T04:37:58.416Z] ---> aacb16cb5c04 [2021-02-04T04:37:58.416Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:37:58.693Z] ---> Running in 0e64dd74a076 [2021-02-04T04:38:00.041Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-04T04:38:00.097Z] Removing intermediate container 0e64dd74a076 [2021-02-04T04:38:00.097Z] ---> b94427b73075 [2021-02-04T04:38:00.097Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:38:00.097Z] Removing intermediate container 7bdcefb5d625 [2021-02-04T04:38:00.097Z] ---> edbfe10444c0 [2021-02-04T04:38:00.097Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:38:00.375Z] Removing intermediate container 967ca121658e [2021-02-04T04:38:00.375Z] ---> 74d7121d0fcd [2021-02-04T04:38:00.375Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:38:00.375Z] Removing intermediate container 8b4a5da0a420 [2021-02-04T04:38:00.375Z] ---> b155302cbef3 [2021-02-04T04:38:00.375Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:38:00.375Z] ---> Running in 01ee7468f0b5 [2021-02-04T04:38:00.375Z] ---> Running in 782737a4fea9 [2021-02-04T04:38:00.375Z] ---> Running in fb3a3b453e6e [2021-02-04T04:38:00.638Z] ---> Running in 4c6195dd47a1 [2021-02-04T04:38:01.596Z] Removing intermediate container 4c6195dd47a1 [2021-02-04T04:38:01.596Z] ---> ab92bf40a09f [2021-02-04T04:38:01.596Z] Step 13/24 : WORKDIR / [2021-02-04T04:38:01.596Z] Removing intermediate container fb3a3b453e6e [2021-02-04T04:38:01.596Z] ---> dafad1ec767c [2021-02-04T04:38:01.596Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:01.596Z] Removing intermediate container 01ee7468f0b5 [2021-02-04T04:38:01.596Z] ---> 3e8b3333c27e [2021-02-04T04:38:01.596Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:38:01.596Z] Removing intermediate container 782737a4fea9 [2021-02-04T04:38:01.596Z] ---> 1cdce3b447e0 [2021-02-04T04:38:01.596Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:38:01.863Z] ---> Running in a3d1b4f26276 [2021-02-04T04:38:01.863Z] ---> Running in 33828b299960 [2021-02-04T04:38:01.863Z] ---> Running in 4e7036598f99 [2021-02-04T04:38:02.130Z] Removing intermediate container a3d1b4f26276 [2021-02-04T04:38:02.130Z] ---> b0e08a7451cd [2021-02-04T04:38:02.130Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:38:02.130Z] ---> 72c24e8d989a [2021-02-04T04:38:02.130Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:38:02.397Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:38:02.397Z] Removing intermediate container 4e7036598f99 [2021-02-04T04:38:02.397Z] ---> cb38c9ccf1e1 [2021-02-04T04:38:02.397Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:38:02.397Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:38:02.397Z] ---> aefe523efa57 [2021-02-04T04:38:02.397Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:38:02.397Z] Removing intermediate container 33828b299960 [2021-02-04T04:38:02.397Z] ---> cfc30d6fc6e3 [2021-02-04T04:38:02.397Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T04:38:02.662Z] ---> Running in 24e886964566 [2021-02-04T04:38:02.662Z] ---> Running in 567d980cc0ed [2021-02-04T04:38:02.662Z] ---> 43d4df8f8705 [2021-02-04T04:38:02.662Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:38:02.926Z] ---> 035a228fc1f5 [2021-02-04T04:38:02.926Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T04:38:02.926Z] ---> 72f5ed1e07dd [2021-02-04T04:38:02.926Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:03.511Z] ---> 5f32b0d12f91 [2021-02-04T04:38:03.511Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:03.512Z] ---> 4c648b6acbf5 [2021-02-04T04:38:03.512Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:38:03.512Z] ---> b8f6e8189893 [2021-02-04T04:38:03.512Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:38:03.512Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:03.512Z] ---> Running in 92ccd171b708 [2021-02-04T04:38:03.793Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:03.793Z] ---> 4811167ff14d [2021-02-04T04:38:03.793Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:38:03.793Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:38:03.793Z] Removing intermediate container 92ccd171b708 [2021-02-04T04:38:03.793Z] ---> 970a0e279ebe [2021-02-04T04:38:03.793Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:38:03.793Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:38:04.065Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:38:04.065Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:04.065Z] OK: 12 MiB in 22 packages [2021-02-04T04:38:04.065Z] ---> Running in caaa43d6b191 [2021-02-04T04:38:04.328Z] ---> d2a5580faf6a [2021-02-04T04:38:04.328Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:38:04.595Z] ---> Running in f2ad5fb83a6a [2021-02-04T04:38:04.595Z] Removing intermediate container 24e886964566 [2021-02-04T04:38:04.595Z] ---> 2fc01dbbaa63 [2021-02-04T04:38:04.595Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:38:04.595Z] Removing intermediate container caaa43d6b191 [2021-02-04T04:38:04.595Z] ---> a92fe9afda90 [2021-02-04T04:38:04.595Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:38:04.595Z] ---> bd3300b8c01d [2021-02-04T04:38:04.595Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:38:04.858Z] ---> Running in f2566059530c [2021-02-04T04:38:04.858Z] ---> Running in 494d2bfaf510 [2021-02-04T04:38:05.121Z] Removing intermediate container f2ad5fb83a6a [2021-02-04T04:38:05.121Z] ---> 06bfd59f7e52 [2021-02-04T04:38:05.121Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:38:05.121Z] Removing intermediate container 567d980cc0ed [2021-02-04T04:38:05.121Z] ---> 793f0bc129e9 [2021-02-04T04:38:05.121Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:38:05.385Z] ---> Running in 98218d2460a0 [2021-02-04T04:38:05.385Z] ---> Running in 438fabe75570 [2021-02-04T04:38:05.385Z] Removing intermediate container f2566059530c [2021-02-04T04:38:05.385Z] ---> 4accb0292892 [2021-02-04T04:38:05.385Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:38:05.385Z] Removing intermediate container 494d2bfaf510 [2021-02-04T04:38:05.385Z] ---> 99da307cc45b [2021-02-04T04:38:05.385Z] Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:38:05.385Z] ---> 4374ec3aafa0 [2021-02-04T04:38:05.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:38:05.648Z] ---> Running in 29b8b6700f2b [2021-02-04T04:38:05.648Z] Removing intermediate container 98218d2460a0 [2021-02-04T04:38:05.648Z] ---> 9f9bdb24648c [2021-02-04T04:38:05.648Z] Step 19/21 : LABEL arch=x86_64 [2021-02-04T04:38:05.648Z] Removing intermediate container 438fabe75570 [2021-02-04T04:38:05.648Z] ---> cc86c34633ab [2021-02-04T04:38:05.648Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:38:05.911Z] ---> Running in 0d2fde098007 [2021-02-04T04:38:05.911Z] ---> ba782a887316 [2021-02-04T04:38:05.911Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:38:05.911Z] Removing intermediate container 29b8b6700f2b [2021-02-04T04:38:05.911Z] ---> 7695920ce040 [2021-02-04T04:38:05.911Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:38:05.911Z] ---> 0359f64379ff [2021-02-04T04:38:05.911Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T04:38:05.911Z] ---> Running in 69582bc02a40 [2021-02-04T04:38:06.174Z] ---> Running in 0453ca9066ca [2021-02-04T04:38:06.174Z] ---> Running in fd7318789460 [2021-02-04T04:38:06.174Z] ---> Running in e38607f39705 [2021-02-04T04:38:06.174Z] Removing intermediate container 0d2fde098007 [2021-02-04T04:38:06.174Z] ---> 7c6eb405461b [2021-02-04T04:38:06.174Z] Step 20/21 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:38:06.436Z] Removing intermediate container 69582bc02a40 [2021-02-04T04:38:06.436Z] ---> 4044823f4dde [2021-02-04T04:38:06.436Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:38:06.436Z] ---> Running in 761c8ac5f8dd [2021-02-04T04:38:06.702Z] Removing intermediate container fd7318789460 [2021-02-04T04:38:06.702Z] ---> 43d905453042 [2021-02-04T04:38:06.702Z] [2021-02-04T04:38:06.702Z] ---> Running in 3b0b2db4380c [2021-02-04T04:38:06.968Z] Removing intermediate container 761c8ac5f8dd [2021-02-04T04:38:06.968Z] ---> 037c883b9854 [2021-02-04T04:38:06.968Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:38:06.968Z] Successfully built 43d905453042 [2021-02-04T04:38:06.968Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-04T04:38:06.968Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-04T04:38:06.968Z] ---> Running in d398bc1184d9 [2021-02-04T04:38:06.968Z] Removing intermediate container 3b0b2db4380c [2021-02-04T04:38:06.968Z] ---> 7fd60e9c113a [2021-02-04T04:38:06.968Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:38:07.233Z] Removing intermediate container d398bc1184d9 [2021-02-04T04:38:07.233Z] ---> b26d72d15764 [2021-02-04T04:38:07.233Z] [2021-02-04T04:38:07.511Z] Successfully built b26d72d15764 [2021-02-04T04:38:07.511Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-04T04:38:07.511Z] Building docker-support-notifications-go [2021-02-04T04:38:08.097Z]  Building docker-security-proxy-setup-go ... done  ---> 4bb7ece20710 [2021-02-04T04:38:08.097Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:38:12.326Z] Removing intermediate container 0453ca9066ca [2021-02-04T04:38:12.326Z] ---> 97ebf64243a7 [2021-02-04T04:38:12.326Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:38:14.258Z] Removing intermediate container e38607f39705 [2021-02-04T04:38:14.258Z] ---> 32a6a9610120 [2021-02-04T04:38:14.258Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:38:14.258Z] ---> dff36122871d [2021-02-04T04:38:14.258Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:38:14.258Z] ---> Running in b852063fcb4b [2021-02-04T04:38:14.258Z] ---> d6c24718801f [2021-02-04T04:38:14.258Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:38:14.841Z] Removing intermediate container b852063fcb4b [2021-02-04T04:38:14.841Z] ---> 29579440c340 [2021-02-04T04:38:14.841Z] Step 22/24 : LABEL arch=x86_64 [2021-02-04T04:38:14.841Z] ---> Running in eff0761b594e [2021-02-04T04:38:15.113Z] ---> abd8798ebd74 [2021-02-04T04:38:15.113Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:38:15.113Z] ---> Running in da1c0ebe5d0b [2021-02-04T04:38:15.113Z] ---> c0c23cf4b258 [2021-02-04T04:38:15.113Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:38:15.113Z] Removing intermediate container eff0761b594e [2021-02-04T04:38:15.113Z] ---> 85f7f8a3e32f [2021-02-04T04:38:15.113Z] Step 23/24 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:38:15.384Z] ---> Running in 9c6e68cfc9ce [2021-02-04T04:38:16.349Z] ---> 8cdc3030a387 [2021-02-04T04:38:16.349Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:38:16.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:16.629Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:16.901Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:38:16.902Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:38:16.902Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:38:16.902Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:38:17.169Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:38:17.169Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:38:17.169Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:38:19.753Z] Removing intermediate container 9c6e68cfc9ce [2021-02-04T04:38:19.753Z] ---> 83bdcbd5204f [2021-02-04T04:38:19.753Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:38:25.307Z] ---> b9570d93e936 [2021-02-04T04:38:25.307Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:38:25.307Z] ---> Running in 0580c2f0b0f8 [2021-02-04T04:38:25.307Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:38:25.307Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:38:25.307Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:38:25.307Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:38:25.307Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:38:25.307Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:38:25.307Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:38:25.307Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:38:25.307Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:38:25.307Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:38:26.086Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:38:26.086Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:38:26.404Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:38:26.790Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:38:26.790Z] Removing intermediate container 0580c2f0b0f8 [2021-02-04T04:38:26.790Z] ---> 0b167ad7cbb5 [2021-02-04T04:38:26.790Z] [2021-02-04T04:38:27.106Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:38:27.106Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:38:27.106Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:38:27.699Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:38:27.699Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:38:28.287Z] ---> 2108ca44c141 [2021-02-04T04:38:28.287Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:38:28.287Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:38:28.287Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:38:28.287Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:38:28.287Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:38:29.245Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:38:29.245Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:38:29.245Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:38:29.516Z] Successfully built 0b167ad7cbb5 [2021-02-04T04:38:29.516Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:29.516Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:29.516Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:29.516Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:29.516Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-04T04:38:29.516Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-02-04T04:38:29.516Z] ---> 06802704c3fe [2021-02-04T04:38:29.516Z] Step 3/23 : WORKDIR /edgex-go ---> 06802704c3fe [2021-02-04T04:38:29.516Z] [2021-02-04T04:38:29.516Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> 673d01c2eac3 [2021-02-04T04:38:29.516Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> 673d01c2eac3 [2021-02-04T04:38:29.516Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> d825cef797bd [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates ---> d825cef797bd [2021-02-04T04:38:29.516Z] [2021-02-04T04:38:29.516Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> 4109e6de95b3 [2021-02-04T04:38:29.516Z] Step 6/23 : COPY go.mod . [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> f977268406a2 [2021-02-04T04:38:29.516Z] Step 7/23 : RUN go mod download [2021-02-04T04:38:29.516Z] ---> Using cache [2021-02-04T04:38:29.516Z] ---> 702627c12850 [2021-02-04T04:38:29.516Z] Step 8/23 : COPY . . [2021-02-04T04:38:30.024Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:38:30.024Z] OK: 71 MiB in 55 packages [2021-02-04T04:38:30.292Z] ---> Using cache [2021-02-04T04:38:30.292Z] ---> 6a6a562418bc [2021-02-04T04:38:30.292Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:38:30.885Z] ---> Running in f3076c398528 [2021-02-04T04:38:30.885Z] ---> Running in 905a6096218c [2021-02-04T04:38:30.885Z] ---> Running in 3168ec8c9953 [2021-02-04T04:38:31.473Z] Removing intermediate container f3076c398528 [2021-02-04T04:38:31.473Z] ---> 4aa01407974e [2021-02-04T04:38:31.473Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:38:34.044Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:38:34.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:34.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:34.893Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:35.505Z] ---> bc41e15aaa29 [2021-02-04T04:38:35.505Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:38:38.123Z] ---> Running in 6157d09bddb4 [2021-02-04T04:38:39.561Z] Removing intermediate container 905a6096218c [2021-02-04T04:38:39.561Z] ---> 2f3526183df9 [2021-02-04T04:38:39.561Z] Step 6/22 : COPY go.mod . [2021-02-04T04:38:42.165Z] ---> 5d95d907a761 [2021-02-04T04:38:42.165Z] Step 7/22 : RUN go mod download [2021-02-04T04:38:42.767Z] ---> Running in e127b6950bae [2021-02-04T04:38:46.189Z] Removing intermediate container 6157d09bddb4 [2021-02-04T04:38:46.189Z] ---> 33c489fcff8e [2021-02-04T04:38:46.189Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:38:46.784Z] ---> Running in 34f8699c2908 [2021-02-04T04:38:47.158Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-04T04:38:50.147Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:38:50.147Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:38:50.147Z] ---> 06802704c3fe [2021-02-04T04:38:50.147Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:38:50.147Z] ---> Using cache [2021-02-04T04:38:50.147Z] ---> 673d01c2eac3 [2021-02-04T04:38:50.147Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:38:50.147Z] ---> Using cache [2021-02-04T04:38:50.147Z] ---> d825cef797bd [2021-02-04T04:38:50.147Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:38:50.418Z] Removing intermediate container 34f8699c2908 [2021-02-04T04:38:50.418Z] ---> 93e0c3d9addc [2021-02-04T04:38:50.418Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:38:50.697Z] ---> Running in c0c1661ff06c [2021-02-04T04:38:51.277Z] ---> Running in fa792adeb4c8 [2021-02-04T04:38:51.277Z] Removing intermediate container da1c0ebe5d0b [2021-02-04T04:38:51.277Z] ---> 228806c6535d [2021-02-04T04:38:51.277Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:38:51.541Z] Removing intermediate container e127b6950bae [2021-02-04T04:38:51.541Z] ---> 770ce8469687 [2021-02-04T04:38:51.541Z] Step 8/22 : COPY . . [2021-02-04T04:38:51.541Z] ---> Running in 9c97fc6909e6 [2021-02-04T04:38:51.541Z] Removing intermediate container fa792adeb4c8 [2021-02-04T04:38:51.541Z] ---> 07583849c9d9 [2021-02-04T04:38:51.541Z] Step 29/31 : LABEL arch=x86_64 [2021-02-04T04:38:52.130Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:52.408Z] ---> Running in 85d0792a3dad [2021-02-04T04:38:52.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:38:53.644Z] OK: 233 MiB in 51 packages [2021-02-04T04:38:54.600Z] Removing intermediate container 85d0792a3dad [2021-02-04T04:38:54.600Z] ---> a2f6040d8d03 [2021-02-04T04:38:54.600Z] Step 30/31 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:38:58.825Z] ---> Running in 8cbe4a1e8e64 [2021-02-04T04:38:59.777Z] Removing intermediate container c0c1661ff06c [2021-02-04T04:38:59.777Z] ---> fbb1f49b41a9 [2021-02-04T04:38:59.777Z] Step 6/23 : COPY go.mod . [2021-02-04T04:38:59.777Z] Removing intermediate container 8cbe4a1e8e64 [2021-02-04T04:38:59.777Z] ---> ad0d8da8fd0d [2021-02-04T04:38:59.777Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:38:59.777Z] Collecting docker-compose==1.23.2 [2021-02-04T04:38:59.777Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:39:02.364Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:39:02.364Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:39:03.326Z] ---> 1a07cd964b86 [2021-02-04T04:39:03.326Z] Step 7/23 : RUN go mod download [2021-02-04T04:39:04.846Z] ---> Running in 72491327cbb9 [2021-02-04T04:39:04.846Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:39:04.846Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:39:05.425Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:39:05.425Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:39:05.690Z] ---> Running in de62b214edc5 [2021-02-04T04:39:06.278Z] Removing intermediate container 3168ec8c9953 [2021-02-04T04:39:06.278Z] ---> 824484ca28c2 [2021-02-04T04:39:06.278Z] [2021-02-04T04:39:06.278Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:39:06.278Z] ---> 389fef711851 [2021-02-04T04:39:06.278Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:39:06.278Z] ---> Using cache [2021-02-04T04:39:06.278Z] ---> fe171fe85a3c [2021-02-04T04:39:06.278Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:06.278Z] ---> Using cache [2021-02-04T04:39:06.278Z] ---> aacb16cb5c04 [2021-02-04T04:39:06.278Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:39:06.278Z] Removing intermediate container 72491327cbb9 [2021-02-04T04:39:06.278Z] ---> 7beb6881eb0c [2021-02-04T04:39:06.278Z] [2021-02-04T04:39:06.857Z] Successfully built 7beb6881eb0c [2021-02-04T04:39:07.827Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-04T04:39:07.827Z]  Building docker-security-bootstrapper-go ... done Building docker-core-metadata-go [2021-02-04T04:39:07.827Z] ---> Running in 229d376163f0 [2021-02-04T04:39:08.096Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:39:08.096Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:39:08.687Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T04:39:09.271Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:39:09.271Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:39:09.521Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-04T04:39:09.522Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-04T04:39:13.508Z] Removing intermediate container 229d376163f0 [2021-02-04T04:39:13.508Z] ---> 425adc04641c [2021-02-04T04:39:13.508Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:39:14.456Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:39:14.719Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:39:15.299Z] ---> Running in 21d50280b9b2 [2021-02-04T04:39:15.888Z] ---> 928b9dad4e85 [2021-02-04T04:39:15.888Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:39:15.888Z] ---> Running in af941e2da436 [2021-02-04T04:39:15.888Z] Removing intermediate container 21d50280b9b2 [2021-02-04T04:39:15.888Z] ---> cf81e5516052 [2021-02-04T04:39:15.888Z] Step 15/23 : WORKDIR / [2021-02-04T04:39:15.888Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:39:15.888Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:39:15.888Z] Removing intermediate container de62b214edc5 [2021-02-04T04:39:15.888Z] ---> dbbdaa4fdb73 [2021-02-04T04:39:15.888Z] Step 8/23 : COPY . . [2021-02-04T04:39:16.156Z] ---> Running in e4553bbb4cfb [2021-02-04T04:39:16.240Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-04T04:39:16.240Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-04T04:39:16.240Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-04T04:39:16.759Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:39:16.759Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:39:17.046Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:39:17.046Z] Removing intermediate container e4553bbb4cfb [2021-02-04T04:39:17.046Z] ---> 135723799d65 [2021-02-04T04:39:17.046Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:39:17.310Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:39:17.310Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:39:18.702Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:39:18.702Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:39:20.117Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T04:39:20.117Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T04:39:20.117Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:39:20.394Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:39:20.994Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:39:20.994Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:39:21.275Z] ---> 55a48d1ebb8d [2021-02-04T04:39:21.275Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:39:21.275Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:39:21.275Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:39:21.275Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:39:21.275Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:39:21.548Z] Installing collected packages: websocket-client, cached-property, texttable, idna, urllib3, requests, PyYAML, dockerpty, docopt, jsonschema, docker-pycreds, docker, docker-compose [2021-02-04T04:39:22.954Z] Running setup.py install for texttable: started [2021-02-04T04:39:23.005Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.406s coverage: 46.0% of statements [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-04T04:39:23.006Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-04T04:39:23.006Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.181s coverage: 100.0% of statements [2021-02-04T04:39:23.552Z] ---> 6f5258094fc7 [2021-02-04T04:39:23.552Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:39:24.524Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:39:24.524Z] Attempting uninstall: idna [2021-02-04T04:39:24.524Z] Found existing installation: idna 2.9 [2021-02-04T04:39:24.524Z] Uninstalling idna-2.9: [2021-02-04T04:39:25.499Z] Successfully uninstalled idna-2.9 [2021-02-04T04:39:27.483Z] Attempting uninstall: urllib3 [2021-02-04T04:39:27.483Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:39:27.483Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:39:27.754Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:39:28.034Z] ---> bb5b3aea81b6 [2021-02-04T04:39:28.034Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:39:29.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.581s coverage: 27.1% of statements [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-04T04:39:29.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.060s coverage: 100.0% of statements [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-04T04:39:29.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-04T04:39:29.738Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.329s coverage: 65.8% of statements [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-04T04:39:29.738Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-04T04:39:30.002Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:39:30.002Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:39:30.002Z] ---> 06802704c3fe [2021-02-04T04:39:30.002Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> 673d01c2eac3 [2021-02-04T04:39:30.002Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> d825cef797bd [2021-02-04T04:39:30.002Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> 4109e6de95b3 [2021-02-04T04:39:30.002Z] Step 6/23 : COPY go.mod . [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> f977268406a2 [2021-02-04T04:39:30.002Z] Step 7/23 : RUN go mod download [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> 702627c12850 [2021-02-04T04:39:30.002Z] Step 8/23 : COPY . . [2021-02-04T04:39:30.002Z] Attempting uninstall: requests [2021-02-04T04:39:30.002Z] Found existing installation: requests 2.23.0 [2021-02-04T04:39:30.002Z] Uninstalling requests-2.23.0: [2021-02-04T04:39:30.002Z] ---> Using cache [2021-02-04T04:39:30.002Z] ---> 6a6a562418bc [2021-02-04T04:39:30.002Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:39:30.601Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:39:30.864Z] ---> Running in ec0462db8576 [2021-02-04T04:39:31.823Z] Running setup.py install for PyYAML: started [2021-02-04T04:39:31.823Z] ---> Running in 40ba872e5ae2 [2021-02-04T04:39:32.378Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.698s coverage: 82.3% of statements [2021-02-04T04:39:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-04T04:39:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-04T04:39:32.449Z] Removing intermediate container ec0462db8576 [2021-02-04T04:39:32.449Z] ---> 634c9e412b1d [2021-02-04T04:39:32.449Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:32.728Z] ---> Running in 376019b0b614 [2021-02-04T04:39:33.043Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:39:33.043Z] Running setup.py install for dockerpty: started [2021-02-04T04:39:33.316Z] Removing intermediate container 376019b0b614 [2021-02-04T04:39:33.316Z] ---> 6284985a4933 [2021-02-04T04:39:33.316Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:39:33.588Z] ---> Running in 56ede5a3e619 [2021-02-04T04:39:33.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:39:33.869Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:39:33.869Z] Running setup.py install for docopt: started [2021-02-04T04:39:33.869Z] Removing intermediate container 56ede5a3e619 [2021-02-04T04:39:33.869Z] ---> 8e527855b318 [2021-02-04T04:39:33.869Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:39:34.849Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:39:36.804Z] ---> Running in 4417c8acafa7 [2021-02-04T04:39:38.785Z] Removing intermediate container 4417c8acafa7 [2021-02-04T04:39:38.785Z] ---> 89d89d9a1ec8 [2021-02-04T04:39:38.785Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:39:38.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.439s coverage: 28.6% of statements [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-04T04:39:38.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-04T04:39:38.895Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.085s coverage: 100.0% of statements [2021-02-04T04:39:38.895Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-04T04:39:39.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.372s coverage: 86.7% of statements [2021-02-04T04:39:39.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-04T04:39:40.219Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T04:39:40.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.464s coverage: 97.5% of statements [2021-02-04T04:39:40.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-04T04:39:41.202Z] ---> Running in cb744ad4dec4 [2021-02-04T04:39:41.872Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.136s coverage: 78.3% of statements [2021-02-04T04:39:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-04T04:39:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-04T04:39:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-04T04:39:41.873Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-04T04:39:43.997Z] Removing intermediate container cb744ad4dec4 [2021-02-04T04:39:43.997Z] ---> 29ef32e5533d [2021-02-04T04:39:43.997Z] [2021-02-04T04:39:45.697Z] Successfully built 29ef32e5533d [2021-02-04T04:39:45.697Z] Successfully tagged docker-core-command-go:latest [2021-02-04T04:39:46.730Z]  Building docker-core-command-go ... done  ---> f616808cadf0 [2021-02-04T04:39:46.730Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:39:47.712Z] ---> Running in 5ab3a8be8fd9 [2021-02-04T04:39:49.143Z] Removing intermediate container 9c97fc6909e6 [2021-02-04T04:39:49.143Z] ---> 74b9df936bd8 [2021-02-04T04:39:49.143Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:39:50.565Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:39:50.565Z] ---> Running in 83627721e393 [2021-02-04T04:39:50.834Z] Removing intermediate container af941e2da436 [2021-02-04T04:39:50.834Z] ---> 3ea17e83d9ab [2021-02-04T04:39:50.834Z] [2021-02-04T04:39:50.834Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:39:50.834Z] ---> 389fef711851 [2021-02-04T04:39:50.834Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:39:51.104Z] ---> Running in bbe593c587aa [2021-02-04T04:39:51.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:51.695Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:51.963Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:39:51.963Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:39:51.963Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:39:51.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:51.963Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:51.963Z] OK: 72 MiB in 58 packages [2021-02-04T04:39:51.963Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.444s coverage: 92.8% of statements [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.278s coverage: 0.1% of statements [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-04T04:39:52.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.091s coverage: 45.5% of statements [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.091s coverage: 79.5% of statements [2021-02-04T04:39:52.046Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.061s coverage: 94.1% of statements [2021-02-04T04:39:52.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2021-02-04T04:39:52.047Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-04T04:39:52.238Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:39:52.238Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:39:52.238Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:39:52.513Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:39:52.513Z] OK: 6 MiB in 16 packages [2021-02-04T04:39:55.101Z] Removing intermediate container 83627721e393 [2021-02-04T04:39:55.101Z] ---> 8d262a176cbe [2021-02-04T04:39:55.101Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:39:55.101Z] ---> Running in 182e7d3dabe2 [2021-02-04T04:39:55.369Z] Removing intermediate container bbe593c587aa [2021-02-04T04:39:55.369Z] ---> 80eb782f0230 [2021-02-04T04:39:55.369Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:39:55.369Z] ---> Running in 04f27c76a51c [2021-02-04T04:39:55.646Z] Removing intermediate container 182e7d3dabe2 [2021-02-04T04:39:55.646Z] ---> 1ceea17be8c4 [2021-02-04T04:39:55.646Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:39:55.646Z] Removing intermediate container 04f27c76a51c [2021-02-04T04:39:55.646Z] ---> 8caaed7cbeb9 [2021-02-04T04:39:55.646Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:39:55.646Z] ---> Running in 932cb167fdc8 [2021-02-04T04:39:55.911Z] ---> Running in c84e30101277 [2021-02-04T04:39:56.191Z] Removing intermediate container 932cb167fdc8 [2021-02-04T04:39:56.191Z] ---> 8dd7146b081d [2021-02-04T04:39:56.191Z] Step 24/26 : LABEL arch=x86_64 [2021-02-04T04:39:56.191Z] ---> Running in 29f787533f35 [2021-02-04T04:39:56.191Z] Removing intermediate container c84e30101277 [2021-02-04T04:39:56.191Z] ---> f2cc3386572f [2021-02-04T04:39:56.191Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:39:56.786Z] ---> Running in 5a71714693d0 [2021-02-04T04:39:56.786Z] Removing intermediate container 29f787533f35 [2021-02-04T04:39:56.786Z] ---> 3bd03db4fe61 [2021-02-04T04:39:56.786Z] Step 25/26 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:39:57.784Z] ---> Running in b0f8e04ca018 [2021-02-04T04:39:57.784Z] Removing intermediate container 5a71714693d0 [2021-02-04T04:39:57.784Z] ---> b1ef7ba775c1 [2021-02-04T04:39:57.784Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:39:58.057Z] Removing intermediate container b0f8e04ca018 [2021-02-04T04:39:58.057Z] ---> d9f9c56aad57 [2021-02-04T04:39:58.057Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:39:58.333Z] ---> Running in f8fe1f6f65a4 [2021-02-04T04:39:58.333Z] ---> 2aa9c774cbe2 [2021-02-04T04:39:58.333Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:39:59.317Z] Removing intermediate container f8fe1f6f65a4 [2021-02-04T04:39:59.317Z] ---> b9093798ca81 [2021-02-04T04:39:59.317Z] [2021-02-04T04:40:01.254Z] Successfully built b9093798ca81 [2021-02-04T04:40:01.254Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-04T04:40:01.254Z]  Building docker-sys-mgmt-agent-go ... done  ---> ae9b24c57abb [2021-02-04T04:40:01.254Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:01.528Z] Removing intermediate container 40ba872e5ae2 [2021-02-04T04:40:01.528Z] ---> 55500ea408b2 [2021-02-04T04:40:01.528Z] [2021-02-04T04:40:01.528Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:40:01.528Z] ---> 389fef711851 [2021-02-04T04:40:01.528Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:40:01.528Z] ---> Using cache [2021-02-04T04:40:01.528Z] ---> fe171fe85a3c [2021-02-04T04:40:01.528Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:40:01.528Z] ---> Using cache [2021-02-04T04:40:01.528Z] ---> aacb16cb5c04 [2021-02-04T04:40:01.528Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:40:01.807Z] ---> Running in 32ce55dafd54 [2021-02-04T04:40:02.079Z] ---> 7436d6bf0d0f [2021-02-04T04:40:02.079Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:40:02.079Z] ---> Running in b982a05c2ced [2021-02-04T04:40:02.079Z] Removing intermediate container 32ce55dafd54 [2021-02-04T04:40:02.079Z] ---> f9377bd7cb27 [2021-02-04T04:40:02.079Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:40:02.079Z] ---> Running in 10845c914b6c [2021-02-04T04:40:02.355Z] Removing intermediate container b982a05c2ced [2021-02-04T04:40:02.355Z] ---> 2cc240886377 [2021-02-04T04:40:02.355Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:02.633Z] Removing intermediate container 10845c914b6c [2021-02-04T04:40:02.633Z] ---> 3323972ce0e9 [2021-02-04T04:40:02.633Z] Step 15/23 : WORKDIR / [2021-02-04T04:40:02.633Z] ---> Running in 28e9e235166a [2021-02-04T04:40:02.913Z] ---> Running in 92ec0cfd078d [2021-02-04T04:40:03.189Z] Removing intermediate container 28e9e235166a [2021-02-04T04:40:03.189Z] ---> e0366b53e578 [2021-02-04T04:40:03.189Z] Step 20/22 : LABEL arch=x86_64 [2021-02-04T04:40:03.453Z] ---> Running in 95210ef0894d [2021-02-04T04:40:04.041Z] Removing intermediate container 92ec0cfd078d [2021-02-04T04:40:04.041Z] ---> 76d7ad752ddb [2021-02-04T04:40:04.041Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:04.041Z] Removing intermediate container 95210ef0894d [2021-02-04T04:40:04.041Z] ---> df9006276ea6 [2021-02-04T04:40:04.041Z] Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:40:04.308Z] ---> Running in ffca94974fb0 [2021-02-04T04:40:04.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.114s coverage: 94.4% of statements [2021-02-04T04:40:04.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-02-04T04:40:04.579Z] ---> a39874394c5c [2021-02-04T04:40:04.579Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:40:04.579Z] Removing intermediate container ffca94974fb0 [2021-02-04T04:40:04.579Z] ---> 4803726a6f90 [2021-02-04T04:40:04.579Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:40:04.579Z] ---> Running in 63b601d6ae8d [2021-02-04T04:40:05.200Z] Removing intermediate container 63b601d6ae8d [2021-02-04T04:40:05.200Z] ---> 4a53eaa91dcd [2021-02-04T04:40:05.200Z] [2021-02-04T04:40:05.200Z] Successfully built 4a53eaa91dcd [2021-02-04T04:40:05.467Z] Successfully tagged docker-support-notifications-go:latest [2021-02-04T04:40:05.467Z]  Building docker-support-notifications-go ... done  ---> 32dfa55bcebc [2021-02-04T04:40:05.467Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:06.052Z] ---> 3fb5d6539856 [2021-02-04T04:40:06.052Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:40:06.052Z] ---> Running in 588f0d18d567 [2021-02-04T04:40:06.052Z] Removing intermediate container 588f0d18d567 [2021-02-04T04:40:06.052Z] ---> 6319bc8b7091 [2021-02-04T04:40:06.052Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:06.318Z] ---> Running in 103fd6dd0e5f [2021-02-04T04:40:06.318Z] Removing intermediate container 103fd6dd0e5f [2021-02-04T04:40:06.318Z] ---> 967f1c74a679 [2021-02-04T04:40:06.318Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:06.581Z] ---> Running in 969f8b566a90 [2021-02-04T04:40:07.531Z] Removing intermediate container 969f8b566a90 [2021-02-04T04:40:07.531Z] ---> 1a44a0ad8a85 [2021-02-04T04:40:07.532Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:40:07.532Z] ---> Running in 36262d513a37 [2021-02-04T04:40:07.795Z] Removing intermediate container 36262d513a37 [2021-02-04T04:40:07.795Z] ---> fee7aac31c98 [2021-02-04T04:40:07.795Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:07.795Z] ---> Running in 6e0c0907166a [2021-02-04T04:40:09.191Z] Removing intermediate container 6e0c0907166a [2021-02-04T04:40:09.191Z] ---> 23660df5ce44 [2021-02-04T04:40:09.191Z] [2021-02-04T04:40:09.191Z] Successfully built 23660df5ce44 [2021-02-04T04:40:09.191Z] Successfully tagged docker-core-metadata-go:latest [2021-02-04T04:40:11.744Z]  Building docker-core-metadata-go ... done Removing intermediate container 5ab3a8be8fd9 [2021-02-04T04:40:11.744Z] ---> 655c6ca68083 [2021-02-04T04:40:11.744Z] [2021-02-04T04:40:11.744Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:40:11.744Z] ---> 389fef711851 [2021-02-04T04:40:11.744Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:40:11.744Z] ---> Running in daba70161d56 [2021-02-04T04:40:12.012Z] Removing intermediate container daba70161d56 [2021-02-04T04:40:12.012Z] ---> ce595c82d86e [2021-02-04T04:40:12.012Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:40:12.012Z] ---> Running in 1a6d08aa2870 [2021-02-04T04:40:12.278Z] Removing intermediate container 1a6d08aa2870 [2021-02-04T04:40:12.278Z] ---> 68db5587a94a [2021-02-04T04:40:12.278Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:40:12.278Z] ---> Running in 3450eb589af5 [2021-02-04T04:40:12.543Z] Removing intermediate container 3450eb589af5 [2021-02-04T04:40:12.543Z] ---> 519f8ab90616 [2021-02-04T04:40:12.543Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:40:12.543Z] ---> Running in 51b13ea2a4a8 [2021-02-04T04:40:13.489Z] Removing intermediate container 51b13ea2a4a8 [2021-02-04T04:40:13.489Z] ---> a422ae62856a [2021-02-04T04:40:13.489Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:40:13.751Z] ---> Running in 29e805eff10d [2021-02-04T04:40:15.673Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:16.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-04T04:40:17.193Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:40:17.193Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:40:17.455Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:40:17.455Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:40:17.717Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:40:17.978Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:40:17.978Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:40:17.978Z] OK: 8 MiB in 20 packages [2021-02-04T04:40:18.553Z] Removing intermediate container 29e805eff10d [2021-02-04T04:40:18.553Z] ---> feb36dbc82b9 [2021-02-04T04:40:18.553Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:40:18.816Z] ---> d0b612034787 [2021-02-04T04:40:18.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.130s coverage: 92.9% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.103s coverage: 87.2% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.134s coverage: 87.2% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.153s coverage: 84.2% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.201s coverage: 91.4% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.666s coverage: 63.5% of statements [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-04T04:40:19.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.060s coverage: 100.0% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-04T04:40:19.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2021-02-04T04:40:19.761Z] ---> 1fddcc676c48 [2021-02-04T04:40:19.761Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:40:19.761Z] ---> eb7911a860c4 [2021-02-04T04:40:19.761Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:40:20.022Z] ---> Running in 5e54f79a059d [2021-02-04T04:40:20.022Z] Removing intermediate container 5e54f79a059d [2021-02-04T04:40:20.022Z] ---> 05ce7120b074 [2021-02-04T04:40:20.022Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:40:20.022Z] ---> Running in d67b053b84c7 [2021-02-04T04:40:20.325Z] Removing intermediate container d67b053b84c7 [2021-02-04T04:40:20.325Z] ---> 787df427e43e [2021-02-04T04:40:20.325Z] Step 21/23 : LABEL arch=x86_64 [2021-02-04T04:40:20.325Z] ---> Running in acf06a86c72f [2021-02-04T04:40:20.590Z] Removing intermediate container acf06a86c72f [2021-02-04T04:40:20.590Z] ---> 99d442f24751 [2021-02-04T04:40:20.590Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:40:20.590Z] ---> Running in 4f48f863754b [2021-02-04T04:40:20.852Z] Removing intermediate container 4f48f863754b [2021-02-04T04:40:20.852Z] ---> f3bae1d94f15 [2021-02-04T04:40:20.852Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:40:20.852Z] ---> Running in 1a03648a9ce7 [2021-02-04T04:40:21.114Z] Removing intermediate container 1a03648a9ce7 [2021-02-04T04:40:21.114Z] ---> 7003b479884e [2021-02-04T04:40:21.114Z] [2021-02-04T04:40:21.115Z] Successfully built 7003b479884e [2021-02-04T04:40:21.115Z] Successfully tagged docker-core-data-go:latest [2021-02-04T04:40:21.705Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-04T04:40:21.714Z] $ docker stop --time=1 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd [2021-02-04T04:40:23.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.002s coverage: 68.9% of statements [2021-02-04T04:40:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-04T04:40:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-04T04:40:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-04T04:40:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-04T04:40:23.084Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-04T04:40:23.355Z] $ docker rm -f 0287ffbbf6afb483d1f1273532a0e4fbb81fdf28636f25bc16feaab43d90f8cd [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:40:23.962Z] + docker images [2021-02-04T04:40:23.962Z] + grep docker [2021-02-04T04:40:24.225Z] docker-core-data-go latest 7003b479884e 4 seconds ago 22.3MB [2021-02-04T04:40:24.225Z] docker-core-metadata-go latest 23660df5ce44 16 seconds ago 18.8MB [2021-02-04T04:40:24.225Z] docker-support-notifications-go latest 4a53eaa91dcd 20 seconds ago 17.5MB [2021-02-04T04:40:24.225Z] docker-sys-mgmt-agent-go latest b9093798ca81 26 seconds ago 313MB [2021-02-04T04:40:24.225Z] docker-core-command-go latest 29ef32e5533d 43 seconds ago 16.9MB [2021-02-04T04:40:24.225Z] docker-security-bootstrapper-go latest 7beb6881eb0c About a minute ago 23.8MB [2021-02-04T04:40:24.225Z] docker-security-secretstore-setup-go latest 0b167ad7cbb5 2 minutes ago 24.6MB [2021-02-04T04:40:24.225Z] docker-security-proxy-setup-go latest b26d72d15764 2 minutes ago 24.4MB [2021-02-04T04:40:24.225Z] docker-support-scheduler-go latest 43d905453042 2 minutes ago 17MB [2021-02-04T04:40:24.225Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-04T04:40:24.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.459s coverage: 37.0% of statements [2021-02-04T04:40:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-04T04:40:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-04T04:40:24.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.869s coverage: 84.0% of statements [2021-02-04T04:40:24.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-04T04:40:34.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.557s coverage: 47.0% of statements [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-04T04:40:34.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-04T04:40:34.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.212s coverage: 100.0% of statements [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-04T04:40:34.779Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.298s coverage: 90.4% of statements [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:34.779Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-04T04:40:39.981Z] Still waiting to schedule task [2021-02-04T04:40:39.981Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-02-04T04:40:44.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.675s coverage: 29.1% of statements [2021-02-04T04:40:44.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-04T04:40:44.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-04T04:40:44.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-04T04:40:44.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-04T04:40:44.990Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-04T04:40:44.990Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.323s coverage: 99.0% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.162s coverage: 100.0% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.165s coverage: 100.0% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.094s coverage: 100.0% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.112s coverage: 87.9% of statements [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-04T04:40:44.991Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.074s coverage: 32.1% of statements [2021-02-04T04:40:44.991Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.090s coverage: 100.0% of statements [2021-02-04T04:40:45.266Z] GO111MODULE=on go vet ./... [2021-02-04T04:41:56.562Z] Running on prd-ubuntu18.04-docker-8c-8g-24878 in /w/workspace/edgexfoundry_edgex-go_PR-3116 [Pipeline] { [Pipeline] ws [2021-02-04T04:41:56.618Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-04T04:41:58.662Z] using credential edgex-jenkins-ssh [2021-02-04T04:41:58.723Z] Cloning the remote Git repository [2021-02-04T04:41:58.750Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:41:58.815Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-04T04:41:58.841Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:41:58.841Z] > git --version # timeout=10 [2021-02-04T04:41:58.848Z] > git --version # 'git version 2.17.1' [2021-02-04T04:41:58.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:41:58.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:04.829Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:42:04.835Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-04T04:42:04.847Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-04T04:42:04.858Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-04T04:42:04.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:04.863Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3116/head:refs/remotes/origin/PR-3116 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-04T04:42:05.306Z] Merging remotes/origin/master commit 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd into PR head commit 9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:42:05.430Z] Merge succeeded, producing 9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:42:05.430Z] Checking out Revision 9accbeaedcf905947171c32bd86387cecd5b349a (PR-3116) [2021-02-04T04:42:05.319Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:42:05.323Z] > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 [2021-02-04T04:42:05.399Z] > git remote # timeout=10 [2021-02-04T04:42:05.408Z] > git config --get remote.origin.url # timeout=10 [2021-02-04T04:42:05.414Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-04T04:42:05.417Z] > git merge 87b1ca7249f6ff93374f71253a3531d5ae5e3ebd # timeout=10 [2021-02-04T04:42:05.427Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-04T04:42:05.437Z] > git config core.sparsecheckout # timeout=10 [2021-02-04T04:42:05.442Z] > git checkout -f 9accbeaedcf905947171c32bd86387cecd5b349a # timeout=10 [2021-02-04T04:42:09.124Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-registry/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:42:10.292Z] + echo snap-build.sh [2021-02-04T04:42:10.293Z] snap-build.sh [2021-02-04T04:42:10.293Z] + SNAP_BASE_DIR=. [2021-02-04T04:42:10.293Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-04T04:42:10.293Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-04T04:42:10.293Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-04T04:42:10.293Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-04T04:42:10.293Z] + cd /w/workspace/edgex-go/4 [2021-02-04T04:42:10.293Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-04T04:42:10.293Z] Reading package lists... [2021-02-04T04:42:10.293Z] Building dependency tree... [2021-02-04T04:42:10.293Z] Reading state information... [2021-02-04T04:42:10.555Z] The following packages were automatically installed and are no longer required: [2021-02-04T04:42:10.555Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-04T04:42:10.555Z] uidmap xdelta3 [2021-02-04T04:42:10.555Z] Use 'sudo apt autoremove' to remove them. [2021-02-04T04:42:10.555Z] The following packages will be REMOVED: [2021-02-04T04:42:10.555Z] lxd* lxd-client* [2021-02-04T04:42:10.816Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-04T04:42:10.816Z] After this operation, 31.7 MB disk space will be freed. [2021-02-04T04:42:11.871Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-04T04:42:11.871Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:12.824Z] Removing lxd dnsmasq configuration [2021-02-04T04:42:12.824Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:13.085Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-04T04:42:14.029Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-04T04:42:14.291Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-04T04:42:14.291Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-04T04:42:15.681Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-04T04:42:15.681Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-04T04:42:17.076Z] + sudo snap remove --purge lxd [2021-02-04T04:42:17.076Z] snap "lxd" is not installed [2021-02-04T04:42:17.076Z] + sudo groupadd --force --system lxd [2021-02-04T04:42:17.076Z] ++ whoami [2021-02-04T04:42:17.076Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-04T04:42:17.076Z] + newgrp - lxd [2021-02-04T04:42:17.076Z] + sudo snap install lxd [2021-02-04T04:42:22.153Z] gofmt -l . [2021-02-04T04:42:22.153Z] [ "`gofmt -l .`" = "" ] [2021-02-04T04:42:22.153Z] ./bin/test-go-mod-tidy.sh [2021-02-04T04:42:22.153Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-04T04:42:22.827Z] + ls -al . [2021-02-04T04:42:22.827Z] total 712 [2021-02-04T04:42:22.827Z] drwxrwxr-x 9 1001 1001 4096 Feb 4 04:42 . [2021-02-04T04:42:22.827Z] drwxr-xr-x 4 root root 4096 Feb 4 04:37 .. [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 11 Feb 4 04:36 .dockerignore [2021-02-04T04:42:22.827Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 .git [2021-02-04T04:42:22.827Z] drwxrwxr-x 3 1001 1001 4096 Feb 4 04:36 .github [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 872 Feb 4 04:36 .gitignore [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 166 Feb 4 04:36 .sonarcloud.properties [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 7859 Feb 4 04:36 Attribution.txt [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 3804 Feb 4 04:36 CONTRIBUTING.md [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 931 Feb 4 04:36 Dockerfile.build [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 863 Feb 4 04:36 Jenkinsfile [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 10775 Feb 4 04:36 LICENSE [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 6001 Feb 4 04:36 Makefile [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 6524 Feb 4 04:36 README.md [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 6755 Feb 4 04:36 SECURITY.md [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 5 Feb 4 04:32 VERSION [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 4131 Feb 4 04:36 ZMQWindows.md [2021-02-04T04:42:22.827Z] drwxrwxr-x 2 1001 1001 4096 Feb 4 04:36 bin [2021-02-04T04:42:22.827Z] drwxrwxr-x 15 1001 1001 4096 Feb 4 04:36 cmd [2021-02-04T04:42:22.827Z] -rw-r--r-- 1 root root 580808 Feb 4 04:40 coverage.out [2021-02-04T04:42:22.827Z] -rw-r--r-- 1 root root 1054 Feb 4 04:42 go.mod [2021-02-04T04:42:22.827Z] -rw-r--r-- 1 root root 19510 Feb 4 04:42 go.sum [2021-02-04T04:42:22.827Z] drwxrwxr-x 8 1001 1001 4096 Feb 4 04:36 internal [2021-02-04T04:42:22.827Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 openapi [2021-02-04T04:42:22.827Z] drwxrwxr-x 4 1001 1001 4096 Feb 4 04:36 snap [2021-02-04T04:42:22.827Z] -rw-rw-r-- 1 1001 1001 168 Feb 4 04:36 version.go [Pipeline] sh [2021-02-04T04:42:23.495Z] + '[' -e coverage.out ] [2021-02-04T04:42:23.495Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-04T04:42:23.563Z] Warning: overwriting stash ‘coverage-report’ [2021-02-04T04:42:24.958Z] Stashed 1 file(s) [Pipeline] sh [2021-02-04T04:42:25.685Z] + make build [2021-02-04T04:42:25.685Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:42:27.182Z] 2021-02-04T04:42:24Z INFO Waiting for automatic snapd restart... [2021-02-04T04:42:40.812Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:42:42.135Z] lxd 4.10 from Canonical* installed [2021-02-04T04:42:42.135Z] + sudo lxd init --auto [2021-02-04T04:42:50.351Z] + sudo snap install --classic snapcraft [2021-02-04T04:42:53.663Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:42:53.663Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-04T04:42:53.663Z] + patch --verbose -p1 [2021-02-04T04:42:53.663Z] Hmm... Looks like a unified diff to me... [2021-02-04T04:42:53.663Z] The text leading up to this was: [2021-02-04T04:42:53.663Z] -------------------------- [2021-02-04T04:42:53.663Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-04T04:42:53.663Z] |From: Tony Espy [2021-02-04T04:42:53.663Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-04T04:42:53.663Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-04T04:42:53.663Z] | [2021-02-04T04:42:53.663Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-04T04:42:53.663Z] |optimize the snap CI check run for pull requests. When [2021-02-04T04:42:53.663Z] |applied, it essentially strips out everything (apps and [2021-02-04T04:42:53.663Z] |parts) from the snapcraft.yaml file except those required [2021-02-04T04:42:53.663Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-04T04:42:53.663Z] |catch changes to edgex-go that break the snap build. [2021-02-04T04:42:53.663Z] | [2021-02-04T04:42:53.663Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-04T04:42:53.663Z] |to update this patch file, otherwise it may fail to apply, [2021-02-04T04:42:53.663Z] |resulting in a failed snap build CI check in the associated [2021-02-04T04:42:53.663Z] |pull request. [2021-02-04T04:42:53.663Z] | [2021-02-04T04:42:53.663Z] |Note - in addition to applying this patch, the pipeline also [2021-02-04T04:42:53.663Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-04T04:42:53.663Z] |need to build the finally binary .snap file (and it won't [2021-02-04T04:42:53.663Z] |work with the patch applied). This further reduces the build [2021-02-04T04:42:53.663Z] |time. [2021-02-04T04:42:53.663Z] |--- [2021-02-04T04:42:53.663Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-04T04:42:53.663Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-04T04:42:53.663Z] | [2021-02-04T04:42:53.663Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-04T04:42:53.663Z] |index 1e537489..faf42425 100644 [2021-02-04T04:42:53.663Z] |--- a/snap/snapcraft.yaml [2021-02-04T04:42:53.663Z] |+++ b/snap/snapcraft.yaml [2021-02-04T04:42:53.663Z] -------------------------- [2021-02-04T04:42:53.663Z] patching file snap/snapcraft.yaml [2021-02-04T04:42:53.663Z] Using Plan A... [2021-02-04T04:42:53.663Z] Hunk #1 succeeded at 73. [2021-02-04T04:42:53.663Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-04T04:42:53.663Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-04T04:42:53.663Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-04T04:42:53.663Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-04T04:42:53.663Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-04T04:42:53.663Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-04T04:42:53.663Z] Hunk #8 succeeded at 342. [2021-02-04T04:42:53.663Z] Hmm... Ignoring the trailing garbage. [2021-02-04T04:42:53.663Z] done [2021-02-04T04:42:53.663Z] + sudo snapcraft prime --use-lxd [2021-02-04T04:42:55.047Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-04T04:42:55.048Z] 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-02-04T04:42:55.048Z] - README.md [2021-02-04T04:42:55.048Z] - snapcraft.yaml.orig [2021-02-04T04:42:55.048Z] [2021-02-04T04:42:55.048Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:42:55.625Z] Launching a container. [2021-02-04T04:43:07.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:43:07.871Z] Waiting for container to be ready [2021-02-04T04:43:07.871Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-04T04:43:07.871Z] [2021-02-04T04:43:10.417Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-04T04:43:10.678Z] Waiting for network to be ready... [2021-02-04T04:43:10.944Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:43:10.944Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:43:10.944Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:43:11.216Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:43:11.216Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:43:11.216Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:43:11.216Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:43:11.216Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:43:11.216Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:43:11.216Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:43:11.487Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:43:11.487Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:43:11.747Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:43:11.747Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:43:11.747Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:43:11.747Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:43:11.747Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:43:11.747Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:43:12.349Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:43:12.611Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:43:12.611Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:43:12.611Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:43:12.611Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:43:12.611Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:43:12.611Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:43:12.611Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:43:12.611Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:43:14.503Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:43:15.168Z] Fetched 23.9 MB in 4s (6195 kB/s) [2021-02-04T04:43:15.429Z] Reading package lists... [2021-02-04T04:43:15.689Z] Reading package lists... [2021-02-04T04:43:15.950Z] Building dependency tree... [2021-02-04T04:43:15.950Z] Reading state information... [2021-02-04T04:43:15.950Z] The following additional packages will be installed: [2021-02-04T04:43:15.950Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:43:15.950Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:43:15.950Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:43:15.950Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-04T04:43:15.950Z] Suggested packages: [2021-02-04T04:43:15.950Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-04T04:43:15.950Z] Recommended packages: [2021-02-04T04:43:15.950Z] gnupg libsasl2-modules [2021-02-04T04:43:15.950Z] The following NEW packages will be installed: [2021-02-04T04:43:15.950Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-04T04:43:15.950Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-04T04:43:15.950Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-04T04:43:15.950Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-04T04:43:15.950Z] The following packages will be upgraded: [2021-02-04T04:43:15.950Z] gpg gpg-agent gpgconf libudev1 [2021-02-04T04:43:16.211Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-04T04:43:16.211Z] Need to get 3533 kB of archives. [2021-02-04T04:43:16.211Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-04T04:43:16.211Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-04T04:43:16.211Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-04T04:43:16.471Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-04T04:43:16.733Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-04T04:43:16.733Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-04T04:43:16.733Z] 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-02-04T04:43:16.733Z] 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-02-04T04:43:16.733Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-04T04:43:16.733Z] 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-02-04T04:43:16.733Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-04T04:43:16.733Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-04T04:43:16.733Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-04T04:43:16.733Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-04T04:43:16.733Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-04T04:43:16.733Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-04T04:43:16.997Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-04T04:43:16.998Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-04T04:43:16.998Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-04T04:43:16.998Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-04T04:43:16.998Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-04T04:43:16.998Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-04T04:43:16.998Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-04T04:43:16.998Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:43:16.998Z] Fetched 3533 kB in 1s (3445 kB/s) [2021-02-04T04:43:17.263Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:43:17.263Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:17.263Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:43:17.263Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:43:17.524Z] Selecting previously unselected package udev. [2021-02-04T04:43:17.524Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-04T04:43:17.524Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:17.524Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-04T04:43:17.785Z] Selecting previously unselected package libfuse2:amd64. [2021-02-04T04:43:17.785Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:43:17.785Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:43:17.785Z] Selecting previously unselected package fuse. [2021-02-04T04:43:17.785Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-04T04:43:17.785Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:43:17.785Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:18.046Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:18.046Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:18.046Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:18.046Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:18.307Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:43:18.307Z] Selecting previously unselected package libksba8:amd64. [2021-02-04T04:43:18.307Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-04T04:43:18.307Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:43:18.307Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-04T04:43:18.307Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.307Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.570Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-04T04:43:18.570Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.570Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.570Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-04T04:43:18.570Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.570Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.570Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-04T04:43:18.570Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.570Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.831Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-04T04:43:18.831Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.831Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.831Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-04T04:43:18.831Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:18.831Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:18.831Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-04T04:43:18.831Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:19.092Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:19.092Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-04T04:43:19.092Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:19.092Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:19.092Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-04T04:43:19.092Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-04T04:43:19.092Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:19.354Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-04T04:43:19.354Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:43:19.354Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:19.354Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-04T04:43:19.354Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-04T04:43:19.354Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:19.354Z] Selecting previously unselected package libldap-common. [2021-02-04T04:43:19.354Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-04T04:43:19.354Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:19.616Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-04T04:43:19.616Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-04T04:43:19.616Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:19.616Z] Selecting previously unselected package dirmngr. [2021-02-04T04:43:19.616Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:19.616Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:19.878Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:19.878Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:19.878Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-04T04:43:19.878Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:19.878Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-04T04:43:19.878Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:20.195Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.195Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-04T04:43:20.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:20.195Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-04T04:43:20.457Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-04T04:43:20.457Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.720Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-04T04:43:20.720Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-04T04:43:20.720Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:20.720Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.720Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-04T04:43:20.980Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-04T04:43:20.980Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-04T04:43:21.241Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:21.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:43:21.501Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-04T04:43:21.501Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-04T04:43:21.501Z] This means they are not meant to be enabled using systemctl. [2021-02-04T04:43:21.501Z] Possible reasons for having this kind of units are: [2021-02-04T04:43:21.501Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-04T04:43:21.501Z] .wants/ or .requires/ directory. [2021-02-04T04:43:21.501Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-04T04:43:21.501Z] a requirement dependency on it. [2021-02-04T04:43:21.501Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-04T04:43:21.501Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-04T04:43:21.501Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-04T04:43:21.501Z] instance name specified. [2021-02-04T04:43:21.760Z] Reading package lists... [2021-02-04T04:43:22.019Z] Building dependency tree... [2021-02-04T04:43:22.019Z] Reading state information... [2021-02-04T04:43:22.019Z] The following additional packages will be installed: [2021-02-04T04:43:22.019Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-04T04:43:22.019Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-04T04:43:22.019Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-04T04:43:22.019Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-04T04:43:22.019Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-04T04:43:22.019Z] Suggested packages: [2021-02-04T04:43:22.019Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-04T04:43:22.019Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-04T04:43:22.019Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-04T04:43:22.019Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-04T04:43:22.019Z] systemd-container policykit-1 [2021-02-04T04:43:22.019Z] Recommended packages: [2021-02-04T04:43:22.019Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-04T04:43:22.019Z] The following NEW packages will be installed: [2021-02-04T04:43:22.019Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-04T04:43:22.019Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-04T04:43:22.019Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-04T04:43:22.019Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-04T04:43:22.019Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-04T04:43:22.019Z] The following packages will be upgraded: [2021-02-04T04:43:22.019Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-04T04:43:22.232Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:43:22.284Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-04T04:43:22.284Z] Need to get 35.2 MB of archives. [2021-02-04T04:43:22.284Z] After this operation, 141 MB of additional disk space will be used. [2021-02-04T04:43:22.284Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-04T04:43:22.284Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-04T04:43:22.284Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-04T04:43:22.284Z] 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-02-04T04:43:22.544Z] 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-02-04T04:43:22.544Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-04T04:43:22.544Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-04T04:43:22.544Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-04T04:43:22.544Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-04T04:43:22.544Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-04T04:43:22.544Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-04T04:43:22.544Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-04T04:43:22.544Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-04T04:43:22.544Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-04T04:43:22.544Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-04T04:43:22.544Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-04T04:43:22.544Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-04T04:43:22.544Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-04T04:43:23.122Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-04T04:43:23.122Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-04T04:43:23.122Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-04T04:43:23.123Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-04T04:43:23.123Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-04T04:43:23.123Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-04T04:43:23.123Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-04T04:43:23.123Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-04T04:43:23.123Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-04T04:43:23.123Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-04T04:43:23.386Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-04T04:43:23.386Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-04T04:43:24.772Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:43:24.772Z] Fetched 35.2 MB in 3s (13.4 MB/s) [2021-02-04T04:43:25.036Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:43:25.036Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:25.036Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:43:25.607Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:43:25.607Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:43:25.868Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-04T04:43:25.868Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:43:25.868Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:43:25.868Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:43:26.129Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-04T04:43:26.129Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-04T04:43:26.129Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-04T04:43:26.390Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-04T04:43:26.650Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-04T04:43:26.650Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-04T04:43:26.910Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-04T04:43:26.910Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-04T04:43:26.910Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:43:27.170Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:43:27.170Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-04T04:43:27.170Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:43:27.170Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:27.432Z] Selecting previously unselected package libexpat1:amd64. [2021-02-04T04:43:27.432Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-04T04:43:27.432Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:43:27.432Z] Selecting previously unselected package python3.6-minimal. [2021-02-04T04:43:27.432Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:43:27.432Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:28.078Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:43:28.078Z] Checking for services that may need to be restarted...done. [2021-02-04T04:43:28.078Z] Checking for services that may need to be restarted...done. [2021-02-04T04:43:28.078Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:28.338Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-04T04:43:28.338Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:28.609Z] Selecting previously unselected package python3-minimal. [2021-02-04T04:43:28.609Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-04T04:43:28.609Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:43:28.609Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:43:28.877Z] Selecting previously unselected package mime-support. [2021-02-04T04:43:28.877Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-04T04:43:28.877Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-04T04:43:28.877Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-04T04:43:28.877Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-04T04:43:28.877Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:43:28.877Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-04T04:43:28.877Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:43:28.964Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:43:29.139Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:29.139Z] Selecting previously unselected package python3.6. [2021-02-04T04:43:29.139Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-04T04:43:29.399Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:29.399Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-04T04:43:29.399Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:43:29.399Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:43:29.399Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-04T04:43:29.660Z] Selecting previously unselected package python3. [2021-02-04T04:43:29.660Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-04T04:43:29.660Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-04T04:43:29.660Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-04T04:43:29.660Z] Selecting previously unselected package multiarch-support. [2021-02-04T04:43:29.660Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:29.920Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:43:29.920Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-04T04:43:29.920Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-04T04:43:29.920Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-04T04:43:29.920Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-04T04:43:29.920Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:43:30.181Z] Selecting previously unselected package libbsd0:amd64. [2021-02-04T04:43:30.181Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-04T04:43:30.181Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:43:30.181Z] Selecting previously unselected package sudo. [2021-02-04T04:43:30.181Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:30.181Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:43:30.441Z] Selecting previously unselected package apparmor. [2021-02-04T04:43:30.441Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:43:30.441Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:43:30.701Z] Selecting previously unselected package libedit2:amd64. [2021-02-04T04:43:30.701Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-04T04:43:30.701Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:43:30.701Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-04T04:43:30.701Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:43:30.701Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:30.964Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-04T04:43:30.964Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:43:30.964Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:30.964Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-04T04:43:30.964Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-04T04:43:30.964Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:43:31.225Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-04T04:43:31.225Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:43:31.225Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:31.225Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-04T04:43:31.225Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-04T04:43:31.225Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:31.485Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-04T04:43:31.485Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-04T04:43:31.485Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:43:31.485Z] Selecting previously unselected package openssh-client. [2021-02-04T04:43:31.485Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-04T04:43:31.485Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:43:31.746Z] Selecting previously unselected package squashfs-tools. [2021-02-04T04:43:31.746Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:43:31.746Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:43:31.746Z] Selecting previously unselected package snapd. [2021-02-04T04:43:31.746Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-04T04:43:31.746Z] Unpacking snapd (2.48+18.04) ... [2021-02-04T04:43:34.294Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-04T04:43:34.294Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-04T04:43:34.294Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-04T04:43:34.294Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-04T04:43:34.294Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-04T04:43:34.294Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:34.294Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:34.294Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-04T04:43:34.294Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-04T04:43:34.864Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-04T04:43:35.143Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-04T04:43:35.143Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-04T04:43:35.143Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:35.143Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:35.143Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-04T04:43:36.706Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-04T04:43:36.706Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:36.706Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-04T04:43:36.706Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-04T04:43:36.706Z] running python rtupdate hooks for python3.6... [2021-02-04T04:43:36.706Z] running python post-rtupdate hooks for python3.6... [2021-02-04T04:43:36.706Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-04T04:43:36.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:43:37.309Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-04T04:43:37.587Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-04T04:43:37.587Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-04T04:43:37.587Z] Setting up snapd (2.48+18.04) ... [2021-02-04T04:43:38.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-04T04:43:38.177Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-04T04:43:38.437Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-04T04:43:38.437Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-04T04:43:38.717Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:43:38.717Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-04T04:43:38.986Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-04T04:43:38.986Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-04T04:43:39.249Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-04T04:43:39.510Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-04T04:43:39.510Z] /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-02-04T04:43:39.510Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-04T04:43:39.510Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:43:40.190Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:43:40.453Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:43:40.453Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:43:40.712Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:43:41.658Z] Reading package lists... [2021-02-04T04:43:41.921Z] Reading package lists... [2021-02-04T04:43:41.921Z] Building dependency tree... [2021-02-04T04:43:41.921Z] Reading state information... [2021-02-04T04:43:42.182Z] Calculating upgrade... [2021-02-04T04:43:42.182Z] The following packages will be upgraded: [2021-02-04T04:43:42.182Z] advancecomp base-files bash binutils binutils-common [2021-02-04T04:43:42.182Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-04T04:43:42.182Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-04T04:43:42.182Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-04T04:43:42.182Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-04T04:43:42.182Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-04T04:43:42.182Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-04T04:43:42.182Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-04T04:43:42.182Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-04T04:43:42.182Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-04T04:43:42.182Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-04T04:43:42.182Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-04T04:43:42.182Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-04T04:43:42.182Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-04T04:43:42.182Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-04T04:43:42.182Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:43:42.182Z] Need to get 63.8 MB of archives. [2021-02-04T04:43:42.182Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-04T04:43:42.182Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-04T04:43:42.442Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-04T04:43:42.442Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-04T04:43:42.442Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-04T04:43:42.442Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-04T04:43:42.442Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-04T04:43:42.442Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-04T04:43:42.442Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-04T04:43:42.442Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-04T04:43:42.442Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-04T04:43:42.442Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-04T04:43:42.442Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-04T04:43:42.442Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-04T04:43:42.442Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-04T04:43:42.442Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-04T04:43:42.442Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-04T04:43:42.442Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-04T04:43:42.442Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-04T04:43:42.703Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-04T04:43:42.704Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-04T04:43:42.704Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-04T04:43:42.704Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-04T04:43:42.704Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-04T04:43:42.704Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-04T04:43:42.704Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-04T04:43:42.704Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-04T04:43:42.704Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-04T04:43:42.704Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-04T04:43:42.704Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-04T04:43:42.704Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-04T04:43:42.704Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-04T04:43:42.704Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-04T04:43:42.704Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-04T04:43:42.704Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-04T04:43:42.704Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-04T04:43:42.704Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-04T04:43:42.704Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-04T04:43:42.704Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-04T04:43:42.704Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-04T04:43:42.704Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-04T04:43:42.704Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-04T04:43:42.704Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-04T04:43:42.704Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-04T04:43:42.704Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-04T04:43:42.704Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-04T04:43:42.704Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-04T04:43:42.704Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-04T04:43:42.704Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-04T04:43:42.704Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-04T04:43:42.704Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-04T04:43:42.704Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-04T04:43:42.704Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-04T04:43:42.704Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-04T04:43:42.704Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-04T04:43:42.704Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-04T04:43:42.704Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-04T04:43:42.964Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-04T04:43:42.964Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-04T04:43:43.225Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-04T04:43:43.225Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-04T04:43:43.225Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-04T04:43:43.225Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-04T04:43:43.225Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-04T04:43:43.225Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-04T04:43:43.225Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-04T04:43:43.225Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-04T04:43:43.225Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-04T04:43:43.486Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-04T04:43:43.486Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-04T04:43:43.486Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-04T04:43:43.486Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-04T04:43:43.486Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-04T04:43:43.486Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-04T04:43:43.486Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-04T04:43:43.486Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-04T04:43:43.486Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-04T04:43:43.486Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-04T04:43:43.486Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-04T04:43:43.486Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-04T04:43:43.486Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-04T04:43:43.745Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-04T04:43:43.746Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-04T04:43:43.746Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-04T04:43:43.746Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-04T04:43:43.746Z] 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-02-04T04:43:43.746Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-04T04:43:43.746Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-04T04:43:43.746Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-04T04:43:44.006Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-04T04:43:44.006Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-04T04:43:44.006Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-04T04:43:44.269Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:43:44.269Z] Fetched 63.8 MB in 2s (34.4 MB/s) [2021-02-04T04:43:44.269Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:44.269Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:44.269Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:43:45.210Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:45.210Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:43:45.210Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-04T04:43:45.210Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-04T04:43:45.606Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:43:46.157Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.157Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.157Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.157Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.417Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.417Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.417Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.417Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.680Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.680Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.680Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.680Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.945Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:46.945Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:46.945Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:43:47.207Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:43:47.207Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:47.207Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-04T04:43:47.207Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:43:47.468Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:43:47.468Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:47.468Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:47.468Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:47.468Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:47.728Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-04T04:43:47.728Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-04T04:43:47.988Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:43:47.988Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:43:47.988Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:48.249Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:43:48.510Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:43:48.771Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-04T04:43:48.771Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-04T04:43:48.771Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-04T04:43:49.031Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-04T04:43:49.031Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-04T04:43:49.292Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-04T04:43:49.292Z] Installing new version of config file /etc/issue ... [2021-02-04T04:43:49.292Z] Installing new version of config file /etc/issue.net ... [2021-02-04T04:43:49.292Z] Installing new version of config file /etc/lsb-release ... [2021-02-04T04:43:49.292Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-04T04:43:49.554Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-04T04:43:49.554Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-04T04:43:49.554Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-04T04:43:49.825Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:49.825Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-04T04:43:49.825Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-04T04:43:49.934Z] 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-02-04T04:43:50.089Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-04T04:43:50.089Z] 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-02-04T04:43:50.089Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:50.089Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:50.089Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:50.358Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:50.358Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:50.358Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-04T04:43:50.358Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-04T04:43:50.632Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-04T04:43:50.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:50.632Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-04T04:43:50.632Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:43:50.894Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-04T04:43:51.155Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:51.155Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:51.155Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:43:51.155Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:43:51.416Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:51.416Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:43:51.416Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:43:51.416Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-04T04:43:51.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:51.680Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-04T04:43:51.680Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-04T04:43:51.680Z] Setting up grep (3.1-2build1) ... [2021-02-04T04:43:51.941Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:51.941Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:43:51.941Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:43:52.201Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-04T04:43:52.201Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:52.201Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:43:52.201Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:43:52.463Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-04T04:43:52.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:52.463Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:43:52.463Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:43:53.034Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:43:53.034Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:43:53.034Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-04T04:43:53.295Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:43:53.867Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-04T04:43:53.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:53.867Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-04T04:43:53.867Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-04T04:43:54.809Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:43:55.094Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:43:55.094Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-04T04:43:55.094Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-04T04:43:55.355Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:43:55.355Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:55.355Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-04T04:43:55.355Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-04T04:43:55.616Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-04T04:43:55.616Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:55.616Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:55.616Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:55.878Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:55.878Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:55.878Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:55.878Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:56.138Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:56.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:56.138Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:56.138Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:56.400Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:56.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:56.400Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:56.400Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:56.660Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:56.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:56.660Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:43:56.660Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:43:56.921Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:43:56.921Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:43:56.921Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:43:57.181Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:57.182Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-04T04:43:57.182Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:43:57.182Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:43:57.441Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:57.441Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:57.441Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:57.441Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:57.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:57.701Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:57.701Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:57.701Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:57.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:57.967Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:43:57.967Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:43:58.226Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:43:58.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:43:58.644Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-04T04:43:58.915Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-04T04:43:58.915Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:58.915Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-04T04:43:58.915Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-04T04:43:59.177Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:43:59.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-04T04:43:59.437Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-04T04:43:59.437Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-04T04:43:59.437Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-04T04:43:59.697Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:43:59.697Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-04T04:43:59.697Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-04T04:43:59.697Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-04T04:44:00.268Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:00.268Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-04T04:44:00.268Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:44:00.268Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:44:00.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:00.528Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-04T04:44:00.528Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-04T04:44:00.528Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-04T04:44:00.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:00.788Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:00.788Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:00.788Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:01.048Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:01.048Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:01.048Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:01.048Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:01.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:01.309Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-04T04:44:01.309Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:01.309Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:01.569Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:01.569Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-04T04:44:01.569Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-04T04:44:01.830Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-04T04:44:01.830Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-04T04:44:01.830Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:01.830Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:02.091Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:02.091Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:02.091Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-04T04:44:02.092Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-04T04:44:02.352Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-04T04:44:02.352Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:02.352Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-04T04:44:02.352Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-04T04:44:02.561Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:44:02.611Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-04T04:44:02.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:02.870Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:02.870Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-04T04:44:02.870Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-04T04:44:03.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:03.131Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-04T04:44:03.131Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-04T04:44:03.131Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-04T04:44:03.391Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:03.391Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-04T04:44:03.391Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-04T04:44:03.651Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-04T04:44:03.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:03.910Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-04T04:44:03.910Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-04T04:44:03.910Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-04T04:44:03.910Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:03.911Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-04T04:44:04.172Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-04T04:44:04.172Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-04T04:44:04.172Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:04.172Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:04.433Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-04T04:44:04.433Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-04T04:44:04.433Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:04.433Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-04T04:44:04.433Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-04T04:44:04.694Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-04T04:44:04.694Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:04.694Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-04T04:44:04.694Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-04T04:44:04.955Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-04T04:44:04.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:04.955Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:44:04.955Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-04T04:44:05.218Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-04T04:44:05.218Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-04T04:44:05.218Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-04T04:44:05.218Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-04T04:44:05.478Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-04T04:44:05.478Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-04T04:44:05.478Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:44:05.478Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:44:05.478Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-04T04:44:05.738Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-04T04:44:05.738Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-04T04:44:05.738Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-04T04:44:05.999Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-04T04:44:05.999Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-04T04:44:06.259Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-04T04:44:06.259Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-04T04:44:06.259Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-04T04:44:06.526Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-04T04:44:06.526Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-04T04:44:06.526Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-04T04:44:06.793Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-04T04:44:06.793Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-04T04:44:06.793Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-04T04:44:06.793Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-04T04:44:07.055Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-04T04:44:07.055Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-04T04:44:07.055Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-04T04:44:07.055Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-04T04:44:07.317Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-04T04:44:07.317Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-04T04:44:08.261Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-04T04:44:08.261Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-04T04:44:08.261Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-04T04:44:08.261Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-04T04:44:08.261Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:08.261Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:08.522Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:08.785Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:08.785Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:08.785Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:08.785Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-04T04:44:09.046Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-04T04:44:09.046Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:09.046Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:09.306Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:09.306Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:09.306Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:09.306Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:09.570Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:09.570Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:10.513Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:10.513Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] } [2021-02-04T04:44:10.870Z] $ docker stop --time=1 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a [2021-02-04T04:44:11.460Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:11.460Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:12.030Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:12.297Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:12.561Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:12.561Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:13.403Z] $ docker rm -f 1a1bbd583a847c37e039812e07108556b4e52f2294e1bd6b804c701077e3931a [2021-02-04T04:44:13.504Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-04T04:44:13.504Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-04T04:44:13.504Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:13.504Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:13.504Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:44:13.766Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:44:13.766Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-04T04:44:13.766Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-04T04:44:14.049Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-04T04:44:14.049Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-04T04:44:14.049Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:14.311Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:14.311Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-04T04:44:14.311Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-04T04:44:14.311Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-04T04:44:14.570Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-04T04:44:14.571Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:14.571Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-04T04:44:14.571Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2021-02-04T04:44:14.831Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:14.831Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:14.831Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-04T04:44:14.831Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-04T04:44:14.831Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-04T04:44:14.831Z] [2021-02-04T04:44:14.831Z] Current default time zone: 'Etc/UTC' [2021-02-04T04:44:14.831Z] Local time is now: Thu Feb 4 04:44:14 UTC 2021. [2021-02-04T04:44:14.831Z] Universal Time is now: Thu Feb 4 04:44:14 UTC 2021. [2021-02-04T04:44:14.831Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-04T04:44:14.831Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:15.093Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-04T04:44:15.093Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:15.093Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-04T04:44:15.093Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-04T04:44:15.093Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-04T04:44:15.093Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-04T04:44:15.093Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:15.093Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:44:15.352Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-04T04:44:15.352Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-04T04:44:15.352Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:15.352Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-04T04:44:15.414Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:15.414Z] [2021-02-04T04:44:15.414Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:15.615Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:15.616Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:15.616Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:15.616Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-04T04:44:15.616Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:15.616Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-04T04:44:15.616Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-04T04:44:15.616Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-04T04:44:15.823Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:15.823Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-04T04:44:15.823Z] 29e5d40040c1: Pulling fs layer [2021-02-04T04:44:15.823Z] 1ce36da41761: Pulling fs layer [2021-02-04T04:44:15.823Z] 25b303627fd3: Pulling fs layer [2021-02-04T04:44:15.876Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-04T04:44:15.876Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:44:15.876Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-04T04:44:16.422Z] 29e5d40040c1: Verifying Checksum [2021-02-04T04:44:16.422Z] 29e5d40040c1: Download complete [2021-02-04T04:44:17.029Z] 1ce36da41761: Download complete [2021-02-04T04:44:17.314Z] 29e5d40040c1: Pull complete [2021-02-04T04:44:17.795Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:44:18.368Z] 23 added, 27 removed; done. [2021-02-04T04:44:18.632Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-04T04:44:18.632Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-04T04:44:18.632Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-04T04:44:18.632Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-04T04:44:18.632Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-04T04:44:18.632Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:18.757Z] 1ce36da41761: Pull complete [2021-02-04T04:44:18.893Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:18.893Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:18.893Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:18.893Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:18.893Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:18.893Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:19.033Z] 25b303627fd3: Verifying Checksum [2021-02-04T04:44:19.033Z] 25b303627fd3: Download complete [2021-02-04T04:44:19.155Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-04T04:44:19.155Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:19.155Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:19.155Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-04T04:44:19.155Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-04T04:44:19.155Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:19.155Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-04T04:44:19.418Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:19.418Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-04T04:44:19.418Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-04T04:44:19.418Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:44:19.418Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-04T04:44:19.682Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-04T04:44:19.682Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-04T04:44:19.682Z] Updating certificates in /etc/ssl/certs... [2021-02-04T04:44:20.269Z] 0 added, 0 removed; done. [2021-02-04T04:44:20.269Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-04T04:44:20.269Z] done. [2021-02-04T04:44:20.792Z] Reading package lists... [2021-02-04T04:44:20.792Z] Building dependency tree... [2021-02-04T04:44:20.792Z] Reading state information... [2021-02-04T04:44:21.053Z] The following NEW packages will be installed: [2021-02-04T04:44:21.053Z] apt-transport-https [2021-02-04T04:44:21.053Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:44:21.053Z] Need to get 1696 B of archives. [2021-02-04T04:44:21.053Z] After this operation, 153 kB of additional disk space will be used. [2021-02-04T04:44:21.053Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-04T04:44:21.312Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:21.312Z] Fetched 1696 B in 0s (9615 B/s) [2021-02-04T04:44:21.312Z] Selecting previously unselected package apt-transport-https. [2021-02-04T04:44:21.312Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-04T04:44:21.312Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-04T04:44:21.312Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:44:21.312Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-04T04:44:21.576Z] Waiting for network to be ready... [2021-02-04T04:44:28.161Z] 2021-02-04T04:44:24Z INFO Waiting for automatic snapd restart... [2021-02-04T04:44:28.161Z] snapd 2.48.2 from Canonical* installed [2021-02-04T04:44:28.730Z] "snapd" switched to the "latest/stable" channel [2021-02-04T04:44:28.730Z] [2021-02-04T04:44:29.192Z] 25b303627fd3: Pull complete [2021-02-04T04:44:29.192Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-04T04:44:29.192Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:29.192Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-04T04:44:29.481Z] prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container [2021-02-04T04:44:29.580Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:44:31.267Z] core18 20201210 from Canonical* installed [2021-02-04T04:44:31.268Z] "core18" switched to the "latest/stable" channel [2021-02-04T04:44:31.268Z] [2021-02-04T04:44:33.061Z] $ docker top a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:44:34.250Z] + docker-compose+ buildgrep --help parallel [2021-02-04T04:44:34.250Z] [2021-02-04T04:44:34.568Z] snapcraft 4.4.4 from Canonical* installed [2021-02-04T04:44:34.568Z] "snapcraft" switched to the "latest/stable" channel [2021-02-04T04:44:34.568Z] [2021-02-04T04:44:37.862Z] 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-02-04T04:44:37.862Z] - README.md [2021-02-04T04:44:37.862Z] - snapcraft.yaml.orig [2021-02-04T04:44:37.862Z] [2021-02-04T04:44:37.862Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-04T04:44:39.662Z] --parallel Build images in parallel. [Pipeline] } [2021-02-04T04:44:39.970Z] $ docker stop --time=1 a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 [2021-02-04T04:44:41.987Z] $ docker rm -f a10f38bec160db48db067a2c187810db9d2f6b7e9a2077bd689470d22602ca72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:44:42.792Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-04T04:44:42.792Z] . [Pipeline] withDockerContainer [2021-02-04T04:44:43.096Z] prd-ubuntu18.04-docker-arm64-4c-16g-24872 does not seem to be running inside a container [2021-02-04T04:44:43.206Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-04T04:44:44.463Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:44:44.463Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:44:44.463Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:44:44.463Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:44:44.766Z] $ docker top 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:44:45.297Z] Reading package lists... [2021-02-04T04:44:45.797Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-04T04:44:45.872Z] 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-02-04T04:44:51.184Z] Building docker-core-command-go ... [2021-02-04T04:44:51.184Z] Building docker-core-data-go ... [2021-02-04T04:44:51.184Z] Building docker-core-metadata-go ... [2021-02-04T04:44:51.184Z] Building docker-security-bootstrapper-go ... [2021-02-04T04:44:51.184Z] Building docker-security-proxy-setup-go ... [2021-02-04T04:44:51.184Z] Building docker-security-secretstore-setup-go ... [2021-02-04T04:44:51.184Z] Building docker-support-notifications-go ... [2021-02-04T04:44:51.184Z] Building docker-support-scheduler-go ... [2021-02-04T04:44:51.184Z] Building docker-sys-mgmt-agent-go ... [2021-02-04T04:44:51.184Z] Building docker-security-bootstrapper-go [2021-02-04T04:44:51.184Z] Building docker-core-data-go [2021-02-04T04:44:51.184Z] Building docker-support-notifications-go [2021-02-04T04:44:51.184Z] Building docker-security-secretstore-setup-go [2021-02-04T04:44:51.184Z] Building docker-support-scheduler-go [2021-02-04T04:44:52.462Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:44:52.462Z] Reading package lists... [2021-02-04T04:44:52.462Z] Building dependency tree... [2021-02-04T04:44:52.462Z] Reading state information... [2021-02-04T04:44:52.462Z] Suggested packages: [2021-02-04T04:44:52.462Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-04T04:44:52.462Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-04T04:44:52.462Z] Recommended packages: [2021-02-04T04:44:52.462Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-04T04:44:52.462Z] The following NEW packages will be installed: [2021-02-04T04:44:52.462Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-04T04:44:52.462Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-04T04:44:52.462Z] pkg-config zip [2021-02-04T04:44:52.462Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-04T04:44:52.462Z] Need to get 7655 kB of archives. [2021-02-04T04:44:52.462Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-04T04:44:52.462Z] 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-02-04T04:44:52.462Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-04T04:44:52.462Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-04T04:44:52.462Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-04T04:44:52.462Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-04T04:44:52.462Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-04T04:44:52.462Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-04T04:44:52.462Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-04T04:44:52.726Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-04T04:44:52.726Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-04T04:44:52.987Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-04T04:44:52.987Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-04T04:44:52.987Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-04T04:44:52.987Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-04T04:44:52.987Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-04T04:44:53.248Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-04T04:44:53.248Z] Fetched 7655 kB in 1s (8002 kB/s) [2021-02-04T04:44:53.248Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-04T04:44:53.248Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-04T04:44:53.248Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-04T04:44:53.248Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:44:53.513Z] Selecting previously unselected package libpsl5:amd64. [2021-02-04T04:44:53.513Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-04T04:44:53.513Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:44:53.513Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-04T04:44:53.513Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-04T04:44:53.513Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:44:53.773Z] Selecting previously unselected package librtmp1:amd64. [2021-02-04T04:44:53.773Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-04T04:44:53.773Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:44:53.773Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-04T04:44:53.773Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-04T04:44:53.773Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:44:54.034Z] Selecting previously unselected package liberror-perl. [2021-02-04T04:44:54.034Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-04T04:44:54.034Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-04T04:44:54.034Z] Selecting previously unselected package git-man. [2021-02-04T04:44:54.034Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-04T04:44:54.034Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:44:54.295Z] Selecting previously unselected package git. [2021-02-04T04:44:54.295Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-04T04:44:54.295Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:44:54.867Z] Selecting previously unselected package libnorm1:amd64. [2021-02-04T04:44:54.867Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-04T04:44:54.867Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:44:55.127Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-04T04:44:55.127Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-04T04:44:55.127Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:44:55.127Z] Selecting previously unselected package libsodium23:amd64. [2021-02-04T04:44:55.127Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-04T04:44:55.127Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:44:55.388Z] Selecting previously unselected package libzmq5:amd64. [2021-02-04T04:44:55.388Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:55.388Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:44:55.388Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-04T04:44:55.388Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-04T04:44:55.388Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:44:55.650Z] Selecting previously unselected package pkg-config. [2021-02-04T04:44:55.650Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-04T04:44:55.650Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:44:55.650Z] Selecting previously unselected package zip. [2021-02-04T04:44:55.650Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-04T04:44:55.650Z] Unpacking zip (3.0-11build1) ... [2021-02-04T04:44:55.911Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-04T04:44:55.911Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:44:55.911Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-04T04:44:55.911Z] Setting up liberror-perl (0.17025-1) ... [2021-02-04T04:44:55.911Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-04T04:44:55.911Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-04T04:44:55.911Z] No schema files found: doing nothing. [2021-02-04T04:44:55.911Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-04T04:44:56.171Z] Setting up zip (3.0-11build1) ... [2021-02-04T04:44:56.171Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-04T04:44:56.171Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-04T04:44:56.171Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-04T04:44:56.171Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:44:56.171Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-04T04:44:56.171Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-04T04:44:56.171Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-04T04:44:56.432Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-04T04:45:03.022Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:03.022Z] git set to automatically installed. [2021-02-04T04:45:03.022Z] git-man set to automatically installed. [2021-02-04T04:45:03.022Z] libcurl3-gnutls set to automatically installed. [2021-02-04T04:45:03.022Z] liberror-perl set to automatically installed. [2021-02-04T04:45:03.022Z] libglib2.0-0 set to automatically installed. [2021-02-04T04:45:03.022Z] libnghttp2-14 set to automatically installed. [2021-02-04T04:45:03.022Z] libnorm1 set to automatically installed. [2021-02-04T04:45:03.022Z] libpgm-5.2-0 set to automatically installed. [2021-02-04T04:45:03.022Z] libpsl5 set to automatically installed. [2021-02-04T04:45:03.022Z] librtmp1 set to automatically installed. [2021-02-04T04:45:03.022Z] libsodium23 set to automatically installed. [2021-02-04T04:45:03.022Z] libzmq3-dev set to automatically installed. [2021-02-04T04:45:03.022Z] libzmq5 set to automatically installed. [2021-02-04T04:45:03.022Z] pkg-config set to automatically installed. [2021-02-04T04:45:03.022Z] zip set to automatically installed. [2021-02-04T04:45:04.951Z] snapd is not logged in, snap install commands will use sudo [2021-02-04T04:45:11.549Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-04T04:45:11.549Z] snap "core18" has no updates available [2021-02-04T04:45:11.811Z] Pulling config-common [2021-02-04T04:45:12.751Z] Pulling go-build-helper [2021-02-04T04:45:34.720Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-04T04:45:34.720Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-04T04:45:34.720Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-04T04:45:34.720Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-04T04:45:34.720Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-04T04:45:34.720Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-04T04:45:34.720Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-04T04:45:34.720Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-04T04:45:34.720Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-04T04:45:34.720Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-04T04:45:34.720Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-04T04:45:34.720Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-04T04:45:34.720Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-04T04:45:34.720Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-04T04:45:34.720Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-04T04:45:34.720Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-04T04:45:34.720Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-04T04:45:34.720Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-04T04:45:34.720Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-04T04:45:34.720Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-04T04:45:34.720Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-04T04:45:34.720Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-04T04:45:34.720Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-04T04:45:34.720Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-04T04:45:34.720Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-04T04:45:34.720Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-04T04:45:34.721Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-04T04:45:34.721Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-04T04:45:34.721Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-04T04:45:34.721Z] Fetched 279 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-04T04:45:34.721Z] Fetched 122 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-04T04:45:34.721Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-04T04:45:34.721Z] Fetched 8848 B in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-04T04:45:34.721Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-04T04:45:34.721Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-04T04:45:34.721Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-04T04:45:34.721Z] Fetched 214 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-04T04:45:34.721Z] Fetched 155 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-04T04:45:34.721Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-04T04:45:34.721Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-04T04:45:34.721Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-04T04:45:34.721Z] Fetched 499 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-04T04:45:34.721Z] Fetched 111 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-04T04:45:34.721Z] Fetched 240 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-04T04:45:34.721Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-04T04:45:34.721Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-04T04:45:34.721Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-04T04:45:34.721Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-04T04:45:34.721Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-04T04:45:34.721Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-04T04:45:34.721Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-04T04:45:34.721Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-04T04:45:34.721Z] Fetched 8720 B in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-04T04:45:34.721Z] Fetched 137 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-04T04:45:34.721Z] Fetched 119 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-04T04:45:34.721Z] Fetched 109 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-04T04:45:34.721Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-04T04:45:34.721Z] Fetched 645 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-04T04:45:34.721Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-04T04:45:34.721Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-04T04:45:34.721Z] Fetched 368 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-04T04:45:34.721Z] Fetched 187 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-04T04:45:34.721Z] Fetched 175 kB in 0s (0 B/s) [2021-02-04T04:45:34.721Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-04T04:45:38.044Z] Fetched 206 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-04T04:45:38.044Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-04T04:45:38.044Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-04T04:45:38.044Z] Fetched 159 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-04T04:45:38.044Z] Fetched 107 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-04T04:45:38.044Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-04T04:45:38.044Z] Pulling static-packages [2021-02-04T04:45:38.615Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-04T04:45:38.615Z] Skipping pull go-build-helper (already ran) [2021-02-04T04:45:38.615Z] Skipping pull static-packages (already ran) [2021-02-04T04:45:38.615Z] Building go-build-helper [2021-02-04T04:45:42.825Z] Building static-packages [2021-02-04T04:45:44.208Z] Staging go-build-helper [2021-02-04T04:45:44.778Z] Staging static-packages [2021-02-04T04:45:45.719Z] Pulling go115 [2021-02-04T04:45:46.660Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-04T04:45:46.660Z] Skipping pull go115 (already ran) [2021-02-04T04:45:46.660Z] Building go115 [2021-02-04T04:45:46.660Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:45:46.660Z] Dload Upload Total Spent Left Speed [2021-02-04T04:45:50.617Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 22 115M 22 25.7M 0 0 26.0M 0 0:00:04 --:--:-- 0:00:04 26.0M 52 115M 52 60.2M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 77 115M 77 89.5M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 100 115M 100 115M 0 0 31.1M 0 0:00:03 0:00:03 --:--:-- 31.1M [2021-02-04T04:45:50.877Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-04T04:45:55.080Z] Staging go115 [2021-02-04T04:46:00.372Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-04T04:46:00.372Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-04T04:46:00.372Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-04T04:46:00.372Z] Fetched 0 B in 0s (0 B/s) [2021-02-04T04:46:00.372Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-04T04:46:00.372Z] Fetched 224 kB in 0s (0 B/s) [2021-02-04T04:46:00.372Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-04T04:46:00.372Z] Fetched 157 kB in 0s (0 B/s) [2021-02-04T04:46:00.372Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-04T04:46:00.372Z] Fetched 221 kB in 0s (0 B/s) [2021-02-04T04:46:00.372Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-04T04:46:00.372Z] Fetched 143 kB in 0s (0 B/s) [2021-02-04T04:46:00.372Z] Pulling edgex-go [2021-02-04T04:46:01.312Z] Pulling version [2021-02-04T04:46:02.253Z] Building config-common [2021-02-04T04:46:04.162Z] Skipping build go-build-helper (already ran) [2021-02-04T04:46:04.162Z] Skipping build static-packages (already ran) [2021-02-04T04:46:04.162Z] Skipping build go115 (already ran) [2021-02-04T04:46:04.162Z] Building edgex-go [2021-02-04T04:46:04.425Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:46:06.335Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-04T04:46:06.335Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.19 [2021-02-04T04:46:06.335Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-04T04:46:06.335Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-04T04:46:06.595Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-04T04:46:06.595Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-04T04:46:06.595Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-04T04:46:06.595Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-04T04:46:06.595Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.2 [2021-02-04T04:46:06.595Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-04T04:46:06.595Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-04T04:46:06.595Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-04T04:46:06.595Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-04T04:46:06.595Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-04T04:46:06.595Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-04T04:46:06.595Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-04T04:46:06.595Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-04T04:46:06.595Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-04T04:46:06.595Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-04T04:46:06.854Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-04T04:46:06.854Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-04T04:46:06.854Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-04T04:46:06.854Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-04T04:46:06.854Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-04T04:46:06.854Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-04T04:46:06.854Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-04T04:46:06.854Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-04T04:46:06.854Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-04T04:46:12.971Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:12.972Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:12.972Z] ---> fef347ec3d67 [2021-02-04T04:46:12.972Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:46:12.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:12.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:12.972Z] ---> fef347ec3d67 [2021-02-04T04:46:12.972Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:46:12.972Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:12.972Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:12.972Z] ---> fef347ec3d67 [2021-02-04T04:46:12.972Z] Step 3/22 : WORKDIR /edgex-go [2021-02-04T04:46:12.972Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:12.972Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:12.972Z] ---> fef347ec3d67 [2021-02-04T04:46:12.972Z] Step 3/31 : WORKDIR /edgex-go [2021-02-04T04:46:12.972Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:46:12.972Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:46:12.972Z] ---> fef347ec3d67 [2021-02-04T04:46:12.972Z] Step 3/24 : WORKDIR /edgex-go [2021-02-04T04:46:12.972Z] ---> Running in 65bd976b97c4 [2021-02-04T04:46:12.972Z] ---> Running in 6d659602b37e [2021-02-04T04:46:12.972Z] ---> Running in ab6a107fa224 [2021-02-04T04:46:12.972Z] ---> Running in 8a881956d224 [2021-02-04T04:46:12.972Z] ---> Running in 5147db5ac93d [2021-02-04T04:46:12.972Z] Removing intermediate container 65bd976b97c4 [2021-02-04T04:46:12.972Z] ---> 051d06499ee2 [2021-02-04T04:46:12.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:12.972Z] Removing intermediate container 6d659602b37e [2021-02-04T04:46:12.972Z] ---> e15c992c43cb [2021-02-04T04:46:12.972Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:12.972Z] Removing intermediate container 5147db5ac93d [2021-02-04T04:46:12.972Z] Removing intermediate container ab6a107fa224 [2021-02-04T04:46:12.972Z] ---> 640eacb00bb8 [2021-02-04T04:46:12.972Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:12.972Z] ---> 34a33c100c87 [2021-02-04T04:46:12.972Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:12.972Z] Removing intermediate container 8a881956d224 [2021-02-04T04:46:12.972Z] ---> 88b014beb570 [2021-02-04T04:46:12.972Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:46:12.972Z] ---> Running in 5bba5f47b2c3 [2021-02-04T04:46:12.972Z] ---> Running in 5b53f5172b48 [2021-02-04T04:46:12.972Z] ---> Running in 7e86c80a21b8 [2021-02-04T04:46:12.972Z] ---> Running in f80103467dca [2021-02-04T04:46:12.972Z] ---> Running in e4887b75cc98 [2021-02-04T04:46:12.972Z] Removing intermediate container 5b53f5172b48 [2021-02-04T04:46:12.972Z] ---> ed72bcb01857 [2021-02-04T04:46:12.972Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-04T04:46:12.972Z] Removing intermediate container 5bba5f47b2c3 [2021-02-04T04:46:12.972Z] ---> 69697b816c77 [2021-02-04T04:46:12.972Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-04T04:46:12.972Z] ---> Running in c9b577fc7e63 [2021-02-04T04:46:12.972Z] ---> Running in 14799a7e99d4 [2021-02-04T04:46:12.972Z] Removing intermediate container 7e86c80a21b8 [2021-02-04T04:46:12.972Z] ---> f793242b9c45 [2021-02-04T04:46:12.972Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-04T04:46:12.972Z] Removing intermediate container e4887b75cc98 [2021-02-04T04:46:12.972Z] ---> 68cb234ef829 [2021-02-04T04:46:12.972Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-04T04:46:12.972Z] Removing intermediate container f80103467dca [2021-02-04T04:46:12.972Z] ---> 972f81f98f4c [2021-02-04T04:46:12.972Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-04T04:46:12.972Z] ---> Running in a59c16fe78a6 [2021-02-04T04:46:12.972Z] ---> Running in 70e265ea5c1b [2021-02-04T04:46:12.972Z] ---> Running in f38e98a048a1 [2021-02-04T04:46:13.422Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:46:13.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:14.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:14.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:14.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:14.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:15.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:15.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:15.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:16.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:16.075Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:46:16.715Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:46:17.066Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:17.347Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:17.629Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:17.915Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:17.915Z] OK: 217 MiB in 51 packages [2021-02-04T04:46:18.098Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:46:18.920Z] Removing intermediate container 14799a7e99d4 [2021-02-04T04:46:18.920Z] ---> 91d23640bfda [2021-02-04T04:46:18.920Z] Step 6/24 : COPY go.mod . [2021-02-04T04:46:19.037Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:46:19.192Z] Removing intermediate container c9b577fc7e63 [2021-02-04T04:46:19.192Z] ---> c53bdc492a80 [2021-02-04T04:46:19.192Z] Step 6/22 : COPY go.mod . [2021-02-04T04:46:19.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:46:19.296Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-04T04:46:19.476Z] Removing intermediate container a59c16fe78a6 [2021-02-04T04:46:19.476Z] ---> f51e2a908f7f [2021-02-04T04:46:19.476Z] Step 6/23 : COPY go.mod . [2021-02-04T04:46:19.556Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-04T04:46:19.556Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-04T04:46:19.556Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-04T04:46:19.761Z] Removing intermediate container f38e98a048a1 [2021-02-04T04:46:19.761Z] ---> d8749bc002a9 [2021-02-04T04:46:19.761Z] Step 6/22 : COPY go.mod . [2021-02-04T04:46:19.761Z] Removing intermediate container 70e265ea5c1b [2021-02-04T04:46:19.761Z] ---> 43a0455fb7f2 [2021-02-04T04:46:19.761Z] Step 6/31 : COPY go.mod . [2021-02-04T04:46:20.032Z] ---> 692201f103c5 [2021-02-04T04:46:20.032Z] Step 7/24 : RUN go mod download [2021-02-04T04:46:20.032Z] ---> e347caaef926 [2021-02-04T04:46:20.032Z] Step 7/22 : RUN go mod download [2021-02-04T04:46:20.304Z] ---> Running in c970569a9042 [2021-02-04T04:46:20.583Z] ---> Running in c2ceb72fb035 [2021-02-04T04:46:20.583Z] ---> c129af473ff0 [2021-02-04T04:46:20.583Z] Step 7/23 : RUN go mod download [2021-02-04T04:46:21.187Z] ---> Running in 212f3f9b4f5d [2021-02-04T04:46:21.187Z] ---> b882d4325d1b [2021-02-04T04:46:21.187Z] Step 7/31 : RUN go mod download [2021-02-04T04:46:21.187Z] ---> 1cce7a58b8fe [2021-02-04T04:46:21.187Z] Step 7/22 : RUN go mod download [2021-02-04T04:46:21.465Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:46:21.465Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-04T04:46:21.465Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-04T04:46:21.468Z] ---> Running in c725bc031474 [2021-02-04T04:46:21.469Z] ---> Running in 03c1553079bd [2021-02-04T04:46:22.870Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:46:23.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:46:23.443Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-04T04:46:24.827Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:46:25.766Z] 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-02-04T04:46:25.809Z] Removing intermediate container c970569a9042 [2021-02-04T04:46:25.809Z] ---> e6ba444f4ca3 [2021-02-04T04:46:25.809Z] Step 8/24 : COPY . . [2021-02-04T04:46:25.809Z] Removing intermediate container c2ceb72fb035 [2021-02-04T04:46:25.809Z] ---> c4ea87e46783 [2021-02-04T04:46:25.809Z] Step 8/22 : COPY . . [2021-02-04T04:46:26.097Z] Removing intermediate container 212f3f9b4f5d [2021-02-04T04:46:26.097Z] ---> 918d8f679670 [2021-02-04T04:46:26.097Z] Step 8/23 : COPY . . [2021-02-04T04:46:26.335Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:46:26.384Z] Removing intermediate container 03c1553079bd [2021-02-04T04:46:26.384Z] ---> a16a74e8fc72 [2021-02-04T04:46:26.384Z] Step 8/31 : COPY . . [2021-02-04T04:46:26.594Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-04T04:46:26.988Z] Removing intermediate container c725bc031474 [2021-02-04T04:46:26.988Z] ---> a861f6de20aa [2021-02-04T04:46:26.988Z] Step 8/22 : COPY . . [2021-02-04T04:46:27.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:46:27.544Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-04T04:46:30.115Z] Building version [2021-02-04T04:46:32.032Z] Staging config-common [2021-02-04T04:46:32.994Z] Skipping stage go-build-helper (already ran) [2021-02-04T04:46:32.994Z] Skipping stage static-packages (already ran) [2021-02-04T04:46:32.994Z] Skipping stage go115 (already ran) [2021-02-04T04:46:32.994Z] Staging edgex-go [2021-02-04T04:46:33.936Z] Staging version [2021-02-04T04:46:34.877Z] Priming config-common [2021-02-04T04:46:35.818Z] Priming go-build-helper [2021-02-04T04:46:36.758Z] Priming static-packages [2021-02-04T04:46:38.676Z] Priming go115 [2021-02-04T04:46:39.618Z] Priming edgex-go [2021-02-04T04:46:40.562Z] Priming version [2021-02-04T04:46:41.509Z] 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-02-04T04:46:53.827Z] ---> 553e16c2cef2 [2021-02-04T04:46:53.827Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-04T04:46:53.827Z] ---> c93b0e7f4a9c [2021-02-04T04:46:53.827Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-04T04:46:53.827Z] ---> 95d9beb244a6 [2021-02-04T04:46:53.827Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-04T04:46:53.827Z] ---> c15c7d30358d [2021-02-04T04:46:53.827Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-04T04:46:53.827Z] ---> Running in 147e873319db [2021-02-04T04:46:54.107Z] ---> Running in f70acd81ab91 [2021-02-04T04:46:54.107Z] ---> Running in 150ef86e69b1 [2021-02-04T04:46:54.107Z] ---> Running in ba4a736aed2c [2021-02-04T04:46:54.383Z] ---> 78b5d6d5bd6f [2021-02-04T04:46:54.383Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-04T04:46:54.998Z] ---> Running in 7c2c86e7e464 [2021-02-04T04:46:56.472Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-04T04:46:56.473Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-04T04:46:56.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-04T04:46:56.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-04T04:46:56.762Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-04T04:48:34.551Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-04T04:48:34.551Z] 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-02-04T04:48:44.776Z] Removing intermediate container 147e873319db [2021-02-04T04:48:44.776Z] ---> ee34bec6db46 [2021-02-04T04:48:44.776Z] [2021-02-04T04:48:44.776Z] Step 10/24 : FROM alpine:3.12 [2021-02-04T04:48:44.776Z] 3.12: Pulling from library/alpine [2021-02-04T04:48:45.387Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-04T04:48:45.387Z] Status: Downloaded newer image for alpine:3.12 [2021-02-04T04:48:45.387Z] ---> afeebe901d6b [2021-02-04T04:48:45.387Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-04T04:48:45.666Z] ---> Running in 8086a63f08ac [2021-02-04T04:48:47.666Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:48.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:48:48.882Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-04T04:48:49.159Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:48:49.159Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-04T04:48:49.159Z] (4/5) Installing curl (7.69.1-r3) [2021-02-04T04:48:49.159Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-04T04:48:49.435Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:48:49.435Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:48:49.711Z] OK: 7 MiB in 19 packages [2021-02-04T04:48:53.155Z] Removing intermediate container 8086a63f08ac [2021-02-04T04:48:53.155Z] ---> f55fde6f989d [2021-02-04T04:48:53.155Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:48:53.155Z] ---> Running in 96c018cb27d0 [2021-02-04T04:48:54.149Z] Removing intermediate container 96c018cb27d0 [2021-02-04T04:48:54.149Z] ---> 30c0c1ca4596 [2021-02-04T04:48:54.149Z] Step 13/24 : WORKDIR / [2021-02-04T04:48:54.149Z] ---> Running in 54c16078e9e2 [2021-02-04T04:48:55.155Z] Removing intermediate container 54c16078e9e2 [2021-02-04T04:48:55.155Z] ---> a4db984a0d32 [2021-02-04T04:48:55.155Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-04T04:48:56.145Z] ---> e5971daf5cc5 [2021-02-04T04:48:56.146Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-04T04:48:57.603Z] ---> e7091646aa22 [2021-02-04T04:48:57.603Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-04T04:48:58.612Z] ---> 1ff8303c4ff4 [2021-02-04T04:48:58.612Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-04T04:49:00.608Z] ---> 8a8b4b9c2a61 [2021-02-04T04:49:00.608Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-04T04:49:03.279Z] ---> a0a2616c4eec [2021-02-04T04:49:03.279Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-04T04:49:05.272Z] ---> cd3944e4d728 [2021-02-04T04:49:05.272Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-04T04:49:05.563Z] ---> Running in da80ed982641 [2021-02-04T04:49:06.173Z] Removing intermediate container 150ef86e69b1 [2021-02-04T04:49:06.173Z] ---> adf8b24c0dab [2021-02-04T04:49:06.173Z] [2021-02-04T04:49:06.173Z] Step 10/31 : FROM alpine:3.12 [2021-02-04T04:49:06.173Z] ---> afeebe901d6b [2021-02-04T04:49:06.173Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-04T04:49:06.451Z] ---> Running in e42a3db74e89 [2021-02-04T04:49:07.445Z] Removing intermediate container e42a3db74e89 [2021-02-04T04:49:07.445Z] ---> c6547ef5d640 [2021-02-04T04:49:07.445Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-04T04:49:08.054Z] ---> Running in f48efb7e6a6a [2021-02-04T04:49:10.086Z] Removing intermediate container da80ed982641 [2021-02-04T04:49:10.086Z] ---> c1040b874012 [2021-02-04T04:49:10.086Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-04T04:49:10.086Z] ---> Running in 67014f656329 [2021-02-04T04:49:10.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:10.688Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:11.287Z] Removing intermediate container 67014f656329 [2021-02-04T04:49:11.287Z] ---> 6505724a844f [2021-02-04T04:49:11.287Z] Step 22/24 : LABEL arch=arm64 [2021-02-04T04:49:11.577Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:11.577Z] (2/2) Installing su-exec (0.2-r1) [2021-02-04T04:49:11.577Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:11.577Z] OK: 5 MiB in 16 packages [2021-02-04T04:49:11.854Z] ---> Running in c0c3914ed7d3 [2021-02-04T04:49:13.314Z] Removing intermediate container c0c3914ed7d3 [2021-02-04T04:49:13.314Z] ---> 6beecc9ccbfa [2021-02-04T04:49:13.314Z] Step 23/24 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:49:13.920Z] ---> Running in 24ce60f80a8a [2021-02-04T04:49:14.525Z] Removing intermediate container f48efb7e6a6a [2021-02-04T04:49:14.525Z] ---> 73e0622e3b66 [2021-02-04T04:49:14.525Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-04T04:49:14.803Z] ---> Running in ec27f3a21693 [2021-02-04T04:49:14.803Z] Removing intermediate container 7c2c86e7e464 [2021-02-04T04:49:14.803Z] ---> fe90babf7475 [2021-02-04T04:49:14.803Z] [2021-02-04T04:49:14.803Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:49:14.803Z] ---> afeebe901d6b [2021-02-04T04:49:14.803Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:49:14.803Z] Removing intermediate container 24ce60f80a8a [2021-02-04T04:49:14.803Z] ---> 0e18e3eeccf6 [2021-02-04T04:49:14.803Z] Step 24/24 : LABEL version=0.0.0 [2021-02-04T04:49:14.803Z] Removing intermediate container f70acd81ab91 [2021-02-04T04:49:14.803Z] ---> 477fcd122541 [2021-02-04T04:49:14.803Z] [2021-02-04T04:49:14.803Z] Step 10/22 : FROM alpine:3.12 [2021-02-04T04:49:14.803Z] ---> afeebe901d6b [2021-02-04T04:49:14.803Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-04T04:49:15.083Z] ---> Running in d5616eb60a20 [2021-02-04T04:49:15.083Z] ---> Running in c0262cdc1be8 [2021-02-04T04:49:15.083Z] ---> Running in 7096ecc40cee [2021-02-04T04:49:15.370Z] Removing intermediate container ec27f3a21693 [2021-02-04T04:49:15.370Z] ---> 01e84ef9145b [2021-02-04T04:49:15.370Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-04T04:49:15.699Z] ---> Running in d9b21d6a3fba [2021-02-04T04:49:15.972Z] Removing intermediate container c0262cdc1be8 [2021-02-04T04:49:15.972Z] ---> 34d6acb8cff2 [2021-02-04T04:49:15.972Z] [2021-02-04T04:49:16.966Z] Removing intermediate container d9b21d6a3fba [2021-02-04T04:49:16.966Z] ---> d0934d3f503c [2021-02-04T04:49:16.966Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-04T04:49:16.966Z] Successfully built 34d6acb8cff2 [2021-02-04T04:49:17.244Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-04T04:49:17.244Z]  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go [2021-02-04T04:49:17.530Z] ---> Running in fe256dd0e596 [2021-02-04T04:49:17.812Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:18.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:18.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:18.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:18.976Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-04T04:49:18.976Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:18.976Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:18.976Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:49:19.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:19.258Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:19.258Z] OK: 5 MiB in 15 packages [2021-02-04T04:49:19.537Z] OK: 6 MiB in 16 packages [2021-02-04T04:49:22.960Z] Removing intermediate container d5616eb60a20 [2021-02-04T04:49:22.960Z] ---> 4966e80c0a3b [2021-02-04T04:49:22.960Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:49:23.571Z] Removing intermediate container fe256dd0e596 [2021-02-04T04:49:23.571Z] ---> 5c9948344c9d [2021-02-04T04:49:23.571Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-04T04:49:23.571Z] ---> Running in 18e314f738cf [2021-02-04T04:49:23.844Z] Removing intermediate container 7096ecc40cee [2021-02-04T04:49:23.844Z] ---> c9413612e788 [2021-02-04T04:49:23.844Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:49:23.844Z] ---> Running in b31ca9e1647a [2021-02-04T04:49:24.135Z] ---> Running in c82a3f6bd656 [2021-02-04T04:49:24.435Z] Removing intermediate container 18e314f738cf [2021-02-04T04:49:24.435Z] ---> ca3f3a3d70f6 [2021-02-04T04:49:24.435Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-04T04:49:24.714Z] ---> Running in 475c005cdb18 [2021-02-04T04:49:24.714Z] Removing intermediate container b31ca9e1647a [2021-02-04T04:49:24.714Z] ---> 7a9dc2fdf374 [2021-02-04T04:49:24.990Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-04T04:49:24.990Z] Removing intermediate container c82a3f6bd656 [2021-02-04T04:49:24.990Z] ---> 258a6f82d0cb [2021-02-04T04:49:24.990Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-04T04:49:25.266Z] ---> Running in d6f0201d4a81 [2021-02-04T04:49:25.545Z] Removing intermediate container 475c005cdb18 [2021-02-04T04:49:25.545Z] ---> 862cc55bf967 [2021-02-04T04:49:25.819Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:49:26.108Z] ---> Running in 65e762651ca1 [2021-02-04T04:49:26.108Z] Removing intermediate container d6f0201d4a81 [2021-02-04T04:49:26.108Z] ---> 95af80686746 [2021-02-04T04:49:26.108Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-04T04:49:26.108Z] ---> 3044c3a326dc [2021-02-04T04:49:26.108Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-04T04:49:26.719Z] ---> Running in 4f0fe12ebb55 [2021-02-04T04:49:26.719Z] ---> Running in 23c90b42f711 [2021-02-04T04:49:26.719Z] Removing intermediate container 65e762651ca1 [2021-02-04T04:49:26.719Z] ---> 7d6ce327a00b [2021-02-04T04:49:26.719Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:27.324Z] Removing intermediate container 23c90b42f711 [2021-02-04T04:49:27.324Z] ---> ee3c8fe230ea [2021-02-04T04:49:27.324Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:28.773Z] ---> beb27001ba8a [2021-02-04T04:49:28.773Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-04T04:49:29.099Z] ---> 0c0a63cfc1f1 [2021-02-04T04:49:29.099Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-04T04:49:31.755Z] ---> 4a321553aa7b [2021-02-04T04:49:31.755Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:31.755Z] Removing intermediate container 4f0fe12ebb55 [2021-02-04T04:49:31.755Z] ---> 39320f726370 [2021-02-04T04:49:31.755Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:32.026Z] ---> c68f38538318 [2021-02-04T04:49:32.026Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:32.300Z] Removing intermediate container ba4a736aed2c [2021-02-04T04:49:32.300Z] ---> 22b83117912a [2021-02-04T04:49:32.300Z] [2021-02-04T04:49:32.300Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:49:32.300Z] ---> afeebe901d6b [2021-02-04T04:49:32.300Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-04T04:49:32.896Z] ---> Running in f4ad7c5484a5 [2021-02-04T04:49:32.896Z] ---> c3124c66e1c7 [2021-02-04T04:49:32.896Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-04T04:49:33.174Z] ---> 63889855de17 [2021-02-04T04:49:33.174Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-04T04:49:33.174Z] ---> 84afd037c0ef [2021-02-04T04:49:33.174Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-04T04:49:33.451Z] ---> Running in 00fc0e469625 [2021-02-04T04:49:33.724Z] ---> Running in bd8d35c155f6 [2021-02-04T04:49:33.724Z] Removing intermediate container f4ad7c5484a5 [2021-02-04T04:49:33.724Z] ---> c4d141a953e4 [2021-02-04T04:49:33.724Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-04T04:49:34.329Z] ---> Running in f6b9278fb032 [2021-02-04T04:49:34.329Z] Removing intermediate container 00fc0e469625 [2021-02-04T04:49:34.329Z] ---> 2117a78289bf [2021-02-04T04:49:34.329Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:34.602Z] Removing intermediate container bd8d35c155f6 [2021-02-04T04:49:34.602Z] ---> c9cdf18553c2 [2021-02-04T04:49:34.602Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:49:34.602Z] ---> Running in 516d03a16d78 [2021-02-04T04:49:34.879Z] ---> Running in ba8d85046ef9 [2021-02-04T04:49:35.151Z] Removing intermediate container f6b9278fb032 [2021-02-04T04:49:35.151Z] ---> ba2c75e8010b [2021-02-04T04:49:35.151Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-04T04:49:35.151Z] ---> db231ac0e16e [2021-02-04T04:49:35.151Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-04T04:49:35.429Z] ---> Running in c661a72a32cf [2021-02-04T04:49:35.706Z] Removing intermediate container 516d03a16d78 [2021-02-04T04:49:35.706Z] ---> 0862c3ee1112 [2021-02-04T04:49:35.706Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:49:35.706Z] Removing intermediate container ba8d85046ef9 [2021-02-04T04:49:35.706Z] ---> 8ab5e2485f6f [2021-02-04T04:49:35.706Z] Step 20/22 : LABEL arch=arm64 [2021-02-04T04:49:35.980Z] ---> Running in ba8359e9f547 [2021-02-04T04:49:36.258Z] ---> Running in 08beaa20c486 [2021-02-04T04:49:36.258Z] Removing intermediate container c661a72a32cf [2021-02-04T04:49:36.258Z] ---> f0396158666b [2021-02-04T04:49:36.258Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:36.258Z] ---> a2971bcf7642 [2021-02-04T04:49:36.258Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-04T04:49:36.532Z] ---> Running in b4f706c7c27f [2021-02-04T04:49:36.812Z] Removing intermediate container ba8359e9f547 [2021-02-04T04:49:36.812Z] ---> c2f8ec6d0925 [2021-02-04T04:49:36.812Z] Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:49:37.092Z] Removing intermediate container 08beaa20c486 [2021-02-04T04:49:37.092Z] ---> 2061feb251bd [2021-02-04T04:49:37.092Z] Step 21/22 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:49:37.375Z] ---> Running in 13de0820cc1e [2021-02-04T04:49:37.651Z] ---> Running in 6334adb8675b [2021-02-04T04:49:38.257Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:49:38.257Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:49:38.257Z] ---> fef347ec3d67 [2021-02-04T04:49:38.257Z] Step 3/26 : WORKDIR /edgex-go [2021-02-04T04:49:38.257Z] ---> Using cache [2021-02-04T04:49:38.257Z] ---> 88b014beb570 [2021-02-04T04:49:38.257Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:49:38.257Z] ---> Using cache [2021-02-04T04:49:38.257Z] ---> 972f81f98f4c [2021-02-04T04:49:38.257Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-04T04:49:38.257Z] ---> 4fc7b2d71622 [2021-02-04T04:49:38.257Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-04T04:49:38.257Z] Removing intermediate container 13de0820cc1e [2021-02-04T04:49:38.257Z] ---> 99e9f265ddae [2021-02-04T04:49:38.257Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:49:38.257Z] ---> Running in 435a72996903 [2021-02-04T04:49:38.534Z] Removing intermediate container 6334adb8675b [2021-02-04T04:49:38.534Z] ---> 199ac07727fe [2021-02-04T04:49:38.535Z] Step 22/22 : LABEL version=0.0.0 [2021-02-04T04:49:38.535Z] ---> Running in bb1507ca2835 [2021-02-04T04:49:38.810Z] ---> Running in ae7d0f34876f [2021-02-04T04:49:39.411Z] ---> 5301825b5834 [2021-02-04T04:49:39.411Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-04T04:49:39.682Z] Removing intermediate container bb1507ca2835 [2021-02-04T04:49:39.683Z] ---> 7e149c270451 [2021-02-04T04:49:39.683Z] [2021-02-04T04:49:39.683Z] Removing intermediate container ae7d0f34876f [2021-02-04T04:49:39.683Z] ---> 3df06a5f0ade [2021-02-04T04:49:39.683Z] [2021-02-04T04:49:39.954Z] ---> Running in b758b7e6fcf5 [2021-02-04T04:49:40.227Z] Successfully built 7e149c270451 [2021-02-04T04:49:40.227Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:40.227Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-04T04:49:40.227Z] Removing intermediate container b4f706c7c27f [2021-02-04T04:49:40.227Z] ---> 29023e122396 [2021-02-04T04:49:40.227Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-04T04:49:40.227Z]  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go [2021-02-04T04:49:40.227Z] Successfully built 3df06a5f0ade [2021-02-04T04:49:40.227Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-04T04:49:40.227Z] Building docker-core-metadata-go [2021-02-04T04:49:40.500Z]  Building docker-support-notifications-go ... done  ---> Running in 2a862610bbe2 [2021-02-04T04:49:40.772Z] Removing intermediate container b758b7e6fcf5 [2021-02-04T04:49:40.772Z] ---> 949e74bd2901 [2021-02-04T04:49:40.772Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-04T04:49:41.757Z] ---> 623338de29d7 [2021-02-04T04:49:41.757Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-04T04:49:41.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:42.044Z] ---> Running in 80a811adfd8f [2021-02-04T04:49:42.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:43.737Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:49:46.470Z] Removing intermediate container 80a811adfd8f [2021-02-04T04:49:46.470Z] ---> b7a5035d3b1e [2021-02-04T04:49:46.470Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-04T04:49:47.063Z] ---> Running in 02f2948b2ce9 [2021-02-04T04:49:47.063Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-04T04:49:47.336Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-04T04:49:47.621Z] Removing intermediate container 02f2948b2ce9 [2021-02-04T04:49:47.621Z] ---> a64dfb97f745 [2021-02-04T04:49:47.621Z] Step 28/31 : CMD ["gate"] [2021-02-04T04:49:47.621Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-04T04:49:47.895Z] OK: 217 MiB in 51 packages [2021-02-04T04:49:48.509Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-04T04:49:48.509Z] ---> Running in d561560c1bf9 [2021-02-04T04:49:49.489Z] Removing intermediate container d561560c1bf9 [2021-02-04T04:49:49.489Z] ---> a001b0f637a7 [2021-02-04T04:49:49.489Z] Step 29/31 : LABEL arch=arm64 [2021-02-04T04:49:49.763Z] Removing intermediate container 435a72996903 [2021-02-04T04:49:49.763Z] ---> 8b5932bee1fb [2021-02-04T04:49:49.763Z] Step 6/26 : COPY go.mod . [2021-02-04T04:49:50.035Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-04T04:49:50.305Z] ---> Running in f7a90ab8c6cf [2021-02-04T04:49:50.578Z] ---> dbc65a4a6c6b [2021-02-04T04:49:50.578Z] Step 7/26 : RUN go mod download [2021-02-04T04:49:50.850Z] ---> Running in dd985583f2c3 [2021-02-04T04:49:50.850Z] Removing intermediate container f7a90ab8c6cf [2021-02-04T04:49:50.850Z] ---> 3e28459a802e [2021-02-04T04:49:50.851Z] Step 30/31 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:49:50.851Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-04T04:49:51.124Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:49:51.124Z] OK: 8 MiB in 20 packages [2021-02-04T04:49:51.400Z] ---> Running in a15b505b574e [2021-02-04T04:49:52.385Z] Removing intermediate container a15b505b574e [2021-02-04T04:49:52.385Z] ---> ee780d49a242 [2021-02-04T04:49:52.385Z] Step 31/31 : LABEL version=0.0.0 [2021-02-04T04:49:52.688Z] ---> Running in 3624c5a940f2 [2021-02-04T04:49:52.967Z] Removing intermediate container 2a862610bbe2 [2021-02-04T04:49:52.967Z] ---> ad94ed11d0ae [2021-02-04T04:49:52.967Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:49:53.585Z] Removing intermediate container 3624c5a940f2 [2021-02-04T04:49:53.585Z] ---> 851183f8eb40 [2021-02-04T04:49:53.585Z] [2021-02-04T04:49:53.859Z] ---> 803a95d3625c [2021-02-04T04:49:53.859Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-04T04:49:54.458Z] Removing intermediate container dd985583f2c3 [2021-02-04T04:49:54.458Z] ---> 304e9314bba1 [2021-02-04T04:49:54.458Z] Step 8/26 : COPY . . [2021-02-04T04:49:54.458Z] Successfully built 851183f8eb40 [2021-02-04T04:49:54.458Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-04T04:49:54.458Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-02-04T04:49:56.432Z] ---> 529cced07605 [2021-02-04T04:49:56.432Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-04T04:49:58.409Z] ---> d7dc27d6db3e [2021-02-04T04:49:58.409Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-04T04:49:59.009Z] ---> Running in d89592162186 [2021-02-04T04:50:00.008Z] Removing intermediate container d89592162186 [2021-02-04T04:50:00.008Z] ---> 6feb11ae1d86 [2021-02-04T04:50:00.008Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:50:01.447Z] ---> Running in 6ba34fff285c [2021-02-04T04:50:02.447Z] Removing intermediate container 6ba34fff285c [2021-02-04T04:50:02.447Z] ---> beaaae43f929 [2021-02-04T04:50:02.447Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:50:03.433Z] ---> Running in d754f77aad7e [2021-02-04T04:50:04.887Z] Removing intermediate container d754f77aad7e [2021-02-04T04:50:04.887Z] ---> cbe007f2b74a [2021-02-04T04:50:04.887Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:50:05.486Z] ---> Running in cb8458cb6d11 [2021-02-04T04:50:06.958Z] Removing intermediate container cb8458cb6d11 [2021-02-04T04:50:06.958Z] ---> f6351d53a05e [2021-02-04T04:50:06.958Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:50:07.946Z] ---> Running in 72bfae2b8c2a [2021-02-04T04:50:08.930Z] Removing intermediate container 72bfae2b8c2a [2021-02-04T04:50:08.930Z] ---> a7d6b7e6528c [2021-02-04T04:50:08.930Z] [2021-02-04T04:50:09.535Z] Successfully built a7d6b7e6528c [2021-02-04T04:50:09.535Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-04T04:50:12.151Z]  Building docker-core-data-go ... done  ---> 20df30738c8b [2021-02-04T04:50:12.152Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-04T04:50:12.744Z] ---> Running in 3ebbc58298c0 [2021-02-04T04:50:14.172Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-04T04:50:16.159Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:16.159Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:16.159Z] ---> fef347ec3d67 [2021-02-04T04:50:16.159Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 88b014beb570 [2021-02-04T04:50:16.159Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 972f81f98f4c [2021-02-04T04:50:16.159Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> d8749bc002a9 [2021-02-04T04:50:16.159Z] Step 6/23 : COPY go.mod . [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 1cce7a58b8fe [2021-02-04T04:50:16.159Z] Step 7/23 : RUN go mod download [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> a861f6de20aa [2021-02-04T04:50:16.159Z] Step 8/23 : COPY . . [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 78b5d6d5bd6f [2021-02-04T04:50:16.159Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-04T04:50:16.159Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:16.159Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:16.159Z] ---> fef347ec3d67 [2021-02-04T04:50:16.159Z] Step 3/21 : WORKDIR /edgex-go [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 88b014beb570 [2021-02-04T04:50:16.159Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:16.159Z] ---> Using cache [2021-02-04T04:50:16.159Z] ---> 972f81f98f4c [2021-02-04T04:50:16.160Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-04T04:50:16.160Z] ---> Using cache [2021-02-04T04:50:16.160Z] ---> d8749bc002a9 [2021-02-04T04:50:16.160Z] Step 6/21 : COPY go.mod . [2021-02-04T04:50:16.160Z] ---> Using cache [2021-02-04T04:50:16.160Z] ---> 1cce7a58b8fe [2021-02-04T04:50:16.160Z] Step 7/21 : RUN go mod download [2021-02-04T04:50:16.160Z] ---> Using cache [2021-02-04T04:50:16.160Z] ---> a861f6de20aa [2021-02-04T04:50:16.160Z] Step 8/21 : COPY . . [2021-02-04T04:50:16.433Z] ---> Using cache [2021-02-04T04:50:16.433Z] ---> 78b5d6d5bd6f [2021-02-04T04:50:16.433Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-04T04:50:17.867Z] ---> Running in c8e71c9d9bec [2021-02-04T04:50:17.867Z] ---> Running in 98d3266cdd48 [2021-02-04T04:50:20.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-04T04:50:20.500Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-04T04:50:27.260Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-04T04:50:27.260Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-04T04:50:27.260Z] ---> fef347ec3d67 [2021-02-04T04:50:27.260Z] Step 3/23 : WORKDIR /edgex-go [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> 88b014beb570 [2021-02-04T04:50:27.260Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> 972f81f98f4c [2021-02-04T04:50:27.260Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> d8749bc002a9 [2021-02-04T04:50:27.260Z] Step 6/23 : COPY go.mod . [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> 1cce7a58b8fe [2021-02-04T04:50:27.260Z] Step 7/23 : RUN go mod download [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> a861f6de20aa [2021-02-04T04:50:27.260Z] Step 8/23 : COPY . . [2021-02-04T04:50:27.260Z] ---> Using cache [2021-02-04T04:50:27.260Z] ---> 78b5d6d5bd6f [2021-02-04T04:50:27.260Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-04T04:50:28.254Z] ---> Running in f3b526d6a6b3 [2021-02-04T04:50:30.235Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-04T04:51:26.807Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-04T04:51:28.797Z] Removing intermediate container 3ebbc58298c0 [2021-02-04T04:51:28.797Z] ---> 78b562031738 [2021-02-04T04:51:28.797Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-04T04:51:28.797Z] ---> Running in 2ac4cece74ae [2021-02-04T04:51:30.786Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-04T04:51:36.236Z] Removing intermediate container 2ac4cece74ae [2021-02-04T04:51:36.236Z] ---> 8bdbc93d7dfe [2021-02-04T04:51:36.236Z] [2021-02-04T04:51:36.236Z] Step 11/26 : FROM docker:20.10.0 [2021-02-04T04:51:36.236Z] 20.10.0: Pulling from library/docker [2021-02-04T04:51:44.685Z] Removing intermediate container 98d3266cdd48 [2021-02-04T04:51:44.685Z] ---> 130b232f619c [2021-02-04T04:51:44.685Z] [2021-02-04T04:51:44.685Z] Step 10/21 : FROM alpine:3.12 [2021-02-04T04:51:44.685Z] ---> afeebe901d6b [2021-02-04T04:51:44.685Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-04T04:51:44.685Z] ---> Running in 34fa32f19f23 [2021-02-04T04:51:47.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:47.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:47.964Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-04T04:51:47.964Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:51:47.964Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-04T04:51:47.964Z] (4/4) Installing curl (7.69.1-r3) [2021-02-04T04:51:47.964Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:51:48.250Z] Executing ca-certificates-20191127-r4.trigger [2021-02-04T04:51:48.250Z] OK: 7 MiB in 18 packages [2021-02-04T04:51:52.595Z] Removing intermediate container 34fa32f19f23 [2021-02-04T04:51:52.595Z] ---> 43776dec9029 [2021-02-04T04:51:52.595Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-04T04:51:52.595Z] ---> Running in 0b7da9cb9857 [2021-02-04T04:51:53.194Z] Removing intermediate container 0b7da9cb9857 [2021-02-04T04:51:53.194Z] ---> ed15dfc80dd5 [2021-02-04T04:51:53.194Z] Step 13/21 : WORKDIR /edgex [2021-02-04T04:51:53.469Z] ---> Running in ffaf13a4f671 [2021-02-04T04:51:53.742Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-04T04:51:53.742Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-04T04:51:53.742Z] ---> eeaf43b92773 [2021-02-04T04:51:53.742Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-04T04:51:54.350Z] ---> Running in 351a8b21217e [2021-02-04T04:51:54.350Z] Removing intermediate container ffaf13a4f671 [2021-02-04T04:51:54.350Z] ---> 1bf1483f33bb [2021-02-04T04:51:54.350Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-04T04:51:55.797Z] ---> 4ea17f827b92 [2021-02-04T04:51:55.797Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-04T04:51:55.797Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:56.068Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:51:57.047Z] (1/2) Installing readline (8.0.4-r0) [2021-02-04T04:51:57.047Z] (2/2) Installing bash (5.0.17-r0) [2021-02-04T04:51:57.047Z] Executing bash-5.0.17-r0.post-install [2021-02-04T04:51:57.047Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:51:57.047Z] OK: 12 MiB in 22 packages [2021-02-04T04:51:58.022Z] ---> cef83e23051a [2021-02-04T04:51:58.022Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-04T04:51:58.302Z] Removing intermediate container f3b526d6a6b3 [2021-02-04T04:51:58.302Z] ---> 16cad7320092 [2021-02-04T04:51:58.302Z] [2021-02-04T04:51:58.302Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:51:58.302Z] ---> afeebe901d6b [2021-02-04T04:51:58.302Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:51:58.302Z] ---> Using cache [2021-02-04T04:51:58.302Z] ---> 4966e80c0a3b [2021-02-04T04:51:58.302Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:51:58.302Z] ---> Using cache [2021-02-04T04:51:58.302Z] ---> ca3f3a3d70f6 [2021-02-04T04:51:58.302Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-04T04:51:58.577Z] Removing intermediate container c8e71c9d9bec [2021-02-04T04:51:58.577Z] ---> c6373bc70fe4 [2021-02-04T04:51:58.577Z] [2021-02-04T04:51:58.577Z] Step 10/23 : FROM alpine:3.12 [2021-02-04T04:51:58.577Z] ---> afeebe901d6b [2021-02-04T04:51:58.577Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-04T04:51:58.577Z] ---> Using cache [2021-02-04T04:51:58.577Z] ---> 4966e80c0a3b [2021-02-04T04:51:58.577Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-04T04:51:58.577Z] ---> Using cache [2021-02-04T04:51:58.577Z] ---> ca3f3a3d70f6 [2021-02-04T04:51:58.577Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-04T04:51:58.849Z] ---> Running in 9ee92e305e98 [2021-02-04T04:51:58.849Z] ---> Running in 282172c7ea35 [2021-02-04T04:51:59.122Z] Removing intermediate container 351a8b21217e [2021-02-04T04:51:59.123Z] ---> 7765087f9cb6 [2021-02-04T04:51:59.123Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-04T04:51:59.399Z] ---> Running in fb715a8b9b14 [2021-02-04T04:51:59.399Z] ---> 2d906bf481f5 [2021-02-04T04:51:59.399Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-04T04:51:59.399Z] Removing intermediate container 9ee92e305e98 [2021-02-04T04:51:59.399Z] ---> cc5a87e5b9aa [2021-02-04T04:51:59.399Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:51:59.668Z] ---> Running in a23247140844 [2021-02-04T04:51:59.669Z] ---> Running in 9e81ecb161eb [2021-02-04T04:51:59.669Z] Removing intermediate container 282172c7ea35 [2021-02-04T04:51:59.669Z] ---> a25847114db8 [2021-02-04T04:51:59.669Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-04T04:51:59.947Z] ---> Running in c0aaf5a58dcf [2021-02-04T04:51:59.947Z] Removing intermediate container fb715a8b9b14 [2021-02-04T04:51:59.947Z] ---> e407737d2056 [2021-02-04T04:51:59.947Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-04T04:52:00.228Z] ---> Running in 6423a8f8eca8 [2021-02-04T04:52:00.228Z] Removing intermediate container a23247140844 [2021-02-04T04:52:00.228Z] ---> cb66c64bf33a [2021-02-04T04:52:00.228Z] Step 18/21 : CMD ["--init=true"] [2021-02-04T04:52:00.228Z] Removing intermediate container 9e81ecb161eb [2021-02-04T04:52:00.228Z] ---> f0ba4062c3a9 [2021-02-04T04:52:00.228Z] Step 15/23 : WORKDIR / [2021-02-04T04:52:00.501Z] ---> Running in 3491d4c56687 [2021-02-04T04:52:00.501Z] ---> Running in d331b46295fe [2021-02-04T04:52:00.501Z] Removing intermediate container c0aaf5a58dcf [2021-02-04T04:52:00.501Z] ---> 19110b034965 [2021-02-04T04:52:00.501Z] Step 15/23 : WORKDIR / [2021-02-04T04:52:00.774Z] ---> Running in 2722a25d9326 [2021-02-04T04:52:00.774Z] Removing intermediate container 6423a8f8eca8 [2021-02-04T04:52:00.774Z] ---> 3b10edb11fd7 [2021-02-04T04:52:00.774Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-04T04:52:01.048Z] Removing intermediate container 3491d4c56687 [2021-02-04T04:52:01.048Z] ---> b0e1f319a499 [2021-02-04T04:52:01.048Z] Step 19/21 : LABEL arch=arm64 [2021-02-04T04:52:01.048Z] ---> Running in fd44eff3a08b [2021-02-04T04:52:01.048Z] Removing intermediate container d331b46295fe [2021-02-04T04:52:01.048Z] ---> 7385397af781 [2021-02-04T04:52:01.048Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:52:01.326Z] ---> Running in 5c2014afd48a [2021-02-04T04:52:01.613Z] Removing intermediate container 2722a25d9326 [2021-02-04T04:52:01.613Z] ---> 89c25f9ff9fb [2021-02-04T04:52:01.613Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-04T04:52:01.613Z] Removing intermediate container fd44eff3a08b [2021-02-04T04:52:01.613Z] ---> d38f5f6e701a [2021-02-04T04:52:01.613Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-04T04:52:01.887Z] Removing intermediate container 5c2014afd48a [2021-02-04T04:52:01.887Z] ---> 4bfb7c718c53 [2021-02-04T04:52:01.887Z] Step 20/21 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:52:02.163Z] ---> Running in c3618b93ab55 [2021-02-04T04:52:02.163Z] ---> a8811310ac01 [2021-02-04T04:52:02.163Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-04T04:52:02.763Z] ---> ee61bd409146 [2021-02-04T04:52:02.763Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-04T04:52:03.041Z] Removing intermediate container c3618b93ab55 [2021-02-04T04:52:03.041Z] ---> 2aa7585b7817 [2021-02-04T04:52:03.041Z] Step 21/21 : LABEL version=0.0.0 [2021-02-04T04:52:03.314Z] ---> 56342a4bb77e [2021-02-04T04:52:03.314Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-04T04:52:03.589Z] ---> Running in 5c663e931a21 [2021-02-04T04:52:03.589Z] ---> 6e1011bd9de4 [2021-02-04T04:52:03.589Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-04T04:52:04.577Z] ---> d26e619178e4 [2021-02-04T04:52:04.577Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-04T04:52:04.577Z] ---> a26cba2ffe47 [2021-02-04T04:52:04.577Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-04T04:52:04.577Z] Removing intermediate container 5c663e931a21 [2021-02-04T04:52:04.577Z] ---> c90d1d604610 [2021-02-04T04:52:04.577Z] [2021-02-04T04:52:04.852Z] ---> 5d326aa52d6c [2021-02-04T04:52:04.852Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-04T04:52:05.130Z] Successfully built c90d1d604610 [2021-02-04T04:52:05.130Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-04T04:52:05.130Z]  Building docker-security-proxy-setup-go ... done  ---> Running in bfdc88112eed [2021-02-04T04:52:05.741Z] ---> 6d24b96e91af [2021-02-04T04:52:05.741Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-04T04:52:05.741Z] ---> 007a012ab7a8 [2021-02-04T04:52:05.741Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-04T04:52:05.741Z] ---> Running in af843616c197 [2021-02-04T04:52:05.741Z] ---> Running in 2881be120d90 [2021-02-04T04:52:05.741Z] Removing intermediate container bfdc88112eed [2021-02-04T04:52:05.741Z] ---> 47e3b69e5b38 [2021-02-04T04:52:05.741Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:52:06.029Z] ---> Running in da08c69016f6 [2021-02-04T04:52:06.305Z] Removing intermediate container af843616c197 [2021-02-04T04:52:06.305Z] ---> e8257561e248 [2021-02-04T04:52:06.305Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:52:06.581Z] ---> Running in 4d1ce5c25437 [2021-02-04T04:52:06.854Z] Removing intermediate container da08c69016f6 [2021-02-04T04:52:06.854Z] ---> 848dde4c4857 [2021-02-04T04:52:06.854Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:52:06.854Z] ---> Running in 7b34fae464bb [2021-02-04T04:52:07.127Z] Removing intermediate container 4d1ce5c25437 [2021-02-04T04:52:07.127Z] ---> 96fdbffc5340 [2021-02-04T04:52:07.127Z] Step 21/23 : LABEL arch=arm64 [2021-02-04T04:52:07.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:07.401Z] ---> Running in 918ec3dfc767 [2021-02-04T04:52:07.401Z] Removing intermediate container 7b34fae464bb [2021-02-04T04:52:07.401Z] ---> 14d15170b23b [2021-02-04T04:52:07.401Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:52:07.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:52:07.678Z] ---> Running in 12b4453c1099 [2021-02-04T04:52:07.952Z] Removing intermediate container 918ec3dfc767 [2021-02-04T04:52:07.953Z] ---> 2af2c0773399 [2021-02-04T04:52:07.953Z] Step 22/23 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:52:08.224Z] ---> Running in 2f6a579f593a [2021-02-04T04:52:08.224Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-04T04:52:08.224Z] (2/33) Installing expat (2.2.9-r1) [2021-02-04T04:52:08.224Z] Removing intermediate container 12b4453c1099 [2021-02-04T04:52:08.224Z] ---> 025544b1a85f [2021-02-04T04:52:08.224Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:52:08.224Z] (3/33) Installing libffi (3.3-r2) [2021-02-04T04:52:08.224Z] (4/33) Installing gdbm (1.13-r1) [2021-02-04T04:52:08.224Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-04T04:52:08.497Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-04T04:52:08.497Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-04T04:52:08.497Z] ---> Running in d29bc7d2a8b1 [2021-02-04T04:52:08.774Z] Removing intermediate container 2f6a579f593a [2021-02-04T04:52:08.774Z] ---> 99fdd6320f21 [2021-02-04T04:52:08.774Z] Step 23/23 : LABEL version=0.0.0 [2021-02-04T04:52:09.377Z] Removing intermediate container d29bc7d2a8b1 [2021-02-04T04:52:09.377Z] ---> 169712c1de28 [2021-02-04T04:52:09.377Z] [2021-02-04T04:52:09.377Z] ---> Running in 1e8cc21d6674 [2021-02-04T04:52:09.984Z] Successfully built 169712c1de28 [2021-02-04T04:52:09.984Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-04T04:52:10.259Z]  Building docker-core-command-go ... done Removing intermediate container 1e8cc21d6674 [2021-02-04T04:52:10.259Z] ---> 8d9947a7a659 [2021-02-04T04:52:10.259Z] [2021-02-04T04:52:10.531Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-04T04:52:10.531Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-04T04:52:10.531Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-04T04:52:10.531Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-04T04:52:10.531Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-04T04:52:10.531Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-04T04:52:10.531Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-04T04:52:10.801Z] Successfully built 8d9947a7a659 [2021-02-04T04:52:10.801Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-04T04:52:10.801Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-04T04:52:10.802Z]  Building docker-core-metadata-go ... done (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-04T04:52:10.802Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-04T04:52:10.802Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-04T04:52:10.802Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-04T04:52:10.802Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-04T04:52:10.802Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-04T04:52:10.802Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-04T04:52:10.802Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-04T04:52:11.073Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-04T04:52:11.073Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-04T04:52:11.073Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-04T04:52:11.073Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-04T04:52:11.073Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-04T04:52:11.073Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-04T04:52:11.073Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-04T04:52:11.073Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-04T04:52:11.073Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-04T04:52:11.073Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-04T04:52:11.342Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:52:11.342Z] OK: 71 MiB in 55 packages [2021-02-04T04:52:18.049Z] Removing intermediate container 2881be120d90 [2021-02-04T04:52:18.049Z] ---> 84e114f42744 [2021-02-04T04:52:18.049Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-04T04:52:18.049Z] ---> Running in 01038d357a6c [2021-02-04T04:52:23.444Z] Collecting docker-compose==1.23.2 [2021-02-04T04:52:23.716Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-04T04:52:24.691Z] Collecting jsonschema<3,>=2.5.1 [2021-02-04T04:52:24.691Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-04T04:52:24.964Z] Collecting docopt<0.7,>=0.6.1 [2021-02-04T04:52:25.236Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-04T04:52:27.847Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-04T04:52:27.847Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-04T04:52:30.466Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-04T04:52:30.466Z] Collecting cached-property<2,>=1.2.0 [2021-02-04T04:52:30.466Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-04T04:52:31.899Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-04T04:52:31.899Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-04T04:52:32.889Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-04T04:52:32.889Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-04T04:52:34.335Z] Collecting PyYAML<4,>=3.10 [2021-02-04T04:52:34.335Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-04T04:52:38.633Z] Collecting docker<4.0,>=3.6.0 [2021-02-04T04:52:38.633Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-04T04:52:39.613Z] Collecting texttable<0.10,>=0.9.0 [2021-02-04T04:52:39.613Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-04T04:52:42.229Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-04T04:52:42.230Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-04T04:52:42.822Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-04T04:52:42.822Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-04T04:52:43.416Z] Collecting idna<2.8,>=2.5 [2021-02-04T04:52:43.416Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-04T04:52:43.688Z] Collecting docker-pycreds>=0.4.0 [2021-02-04T04:52:43.688Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-04T04:52:43.981Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-04T04:52:43.981Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-04T04:52:43.981Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-04T04:52:43.981Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-04T04:52:45.466Z] Installing collected packages: jsonschema, docopt, dockerpty, cached-property, urllib3, idna, requests, websocket-client, PyYAML, docker-pycreds, docker, texttable, docker-compose [2021-02-04T04:52:46.100Z] Running setup.py install for docopt: started [2021-02-04T04:52:48.712Z] Running setup.py install for docopt: finished with status 'done' [2021-02-04T04:52:48.712Z] Running setup.py install for dockerpty: started [2021-02-04T04:52:51.322Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-04T04:52:51.322Z] Attempting uninstall: urllib3 [2021-02-04T04:52:51.322Z] Found existing installation: urllib3 1.25.9 [2021-02-04T04:52:51.322Z] Uninstalling urllib3-1.25.9: [2021-02-04T04:52:51.322Z] Successfully uninstalled urllib3-1.25.9 [2021-02-04T04:52:51.915Z] Attempting uninstall: idna [2021-02-04T04:52:51.915Z] Found existing installation: idna 2.9 [2021-02-04T04:52:51.915Z] Uninstalling idna-2.9: [2021-02-04T04:52:52.187Z] Successfully uninstalled idna-2.9 [2021-02-04T04:52:53.162Z] Attempting uninstall: requests [2021-02-04T04:52:53.162Z] Found existing installation: requests 2.23.0 [2021-02-04T04:52:53.162Z] Uninstalling requests-2.23.0: [2021-02-04T04:52:53.162Z] Successfully uninstalled requests-2.23.0 [2021-02-04T04:52:54.135Z] Running setup.py install for PyYAML: started [2021-02-04T04:52:56.740Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-04T04:52:57.334Z] Running setup.py install for texttable: started [2021-02-04T04:52:59.352Z] Running setup.py install for texttable: finished with status 'done' [2021-02-04T04:53:00.323Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-04T04:53:04.616Z] Removing intermediate container 01038d357a6c [2021-02-04T04:53:04.616Z] ---> eae1f330de29 [2021-02-04T04:53:04.616Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-04T04:53:04.616Z] ---> Running in ede38e8938b8 [2021-02-04T04:53:05.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-04T04:53:05.590Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-04T04:53:06.179Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-04T04:53:06.179Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-04T04:53:06.179Z] (3/3) Installing curl (7.69.1-r3) [2021-02-04T04:53:06.179Z] Executing busybox-1.31.1-r19.trigger [2021-02-04T04:53:06.179Z] OK: 71 MiB in 58 packages [2021-02-04T04:53:07.610Z] Removing intermediate container ede38e8938b8 [2021-02-04T04:53:07.610Z] ---> f0c162a3466a [2021-02-04T04:53:07.610Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-04T04:53:07.610Z] ---> Running in 727ee141feb4 [2021-02-04T04:53:07.883Z] Removing intermediate container 727ee141feb4 [2021-02-04T04:53:07.883Z] ---> eb3df2db9ef7 [2021-02-04T04:53:07.883Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-04T04:53:08.156Z] ---> Running in 4ca15f6ee6d8 [2021-02-04T04:53:08.429Z] Removing intermediate container 4ca15f6ee6d8 [2021-02-04T04:53:08.429Z] ---> bb35542ecd64 [2021-02-04T04:53:08.429Z] Step 24/26 : LABEL arch=arm64 [2021-02-04T04:53:08.702Z] ---> Running in b33e0a8d5f3a [2021-02-04T04:53:09.297Z] Removing intermediate container b33e0a8d5f3a [2021-02-04T04:53:09.297Z] ---> 056325eab9be [2021-02-04T04:53:09.297Z] Step 25/26 : LABEL git_sha=9accbeaedcf905947171c32bd86387cecd5b349a [2021-02-04T04:53:09.297Z] ---> Running in 34bb5c59eace [2021-02-04T04:53:09.892Z] Removing intermediate container 34bb5c59eace [2021-02-04T04:53:09.892Z] ---> dd1250730ef1 [2021-02-04T04:53:09.892Z] Step 26/26 : LABEL version=0.0.0 [2021-02-04T04:53:09.892Z] ---> Running in e0ea2f88f271 [2021-02-04T04:53:10.487Z] Removing intermediate container e0ea2f88f271 [2021-02-04T04:53:10.487Z] ---> ed18f227b8b9 [2021-02-04T04:53:10.487Z] [2021-02-04T04:53:10.761Z] Successfully built ed18f227b8b9 [2021-02-04T04:53:10.761Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-04T04:53:11.369Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-04T04:53:11.396Z] $ docker stop --time=1 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 [2021-02-04T04:53:13.396Z] $ docker rm -f 9700436ef2fb74c6370bb2870c643d496a955d2c453510d872630e1b0f818a29 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-04T04:53:14.195Z] + docker images [2021-02-04T04:53:14.196Z] + grep docker [2021-02-04T04:53:14.468Z] docker-sys-mgmt-agent-go-arm64 latest ed18f227b8b9 4 seconds ago 300MB [2021-02-04T04:53:14.468Z] docker-core-metadata-go-arm64 latest 8d9947a7a659 About a minute ago 17.7MB [2021-02-04T04:53:14.468Z] docker-core-command-go-arm64 latest 169712c1de28 About a minute ago 16MB [2021-02-04T04:53:14.468Z] docker-security-proxy-setup-go-arm64 latest c90d1d604610 About a minute ago 23.2MB [2021-02-04T04:53:14.468Z] docker-core-data-go-arm64 latest a7d6b7e6528c 3 minutes ago 21MB [2021-02-04T04:53:14.468Z] docker-security-bootstrapper-go-arm64 latest 851183f8eb40 3 minutes ago 22.6MB [2021-02-04T04:53:14.468Z] docker-support-scheduler-go-arm64 latest 7e149c270451 3 minutes ago 16.1MB [2021-02-04T04:53:14.468Z] docker-support-notifications-go-arm64 latest 3df06a5f0ade 3 minutes ago 16.7MB [2021-02-04T04:53:14.468Z] docker-security-secretstore-setup-go-arm64 latest 34d6acb8cff2 3 minutes ago 23.4MB [2021-02-04T04:53:14.468Z] docker 20.10.0 eeaf43b92773 7 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-02-04T04:53:16.051Z] provisioning config files... [2021-02-04T04:53:16.064Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config4399837348145320594tmp [Pipeline] { [Pipeline] sh [2021-02-04T04:53:16.439Z] + set +x [2021-02-04T04:53:16.439Z] + curl -s https://codecov.io/bash [2021-02-04T04:53:16.439Z] + bash -s -- [2021-02-04T04:53:16.705Z] [2021-02-04T04:53:16.705Z] _____ _ [2021-02-04T04:53:16.705Z] / ____| | | [2021-02-04T04:53:16.705Z] | | ___ __| | ___ ___ _____ __ [2021-02-04T04:53:16.705Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-04T04:53:16.705Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-04T04:53:16.705Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-04T04:53:16.705Z] Bash-20210129-7c25fce [2021-02-04T04:53:16.705Z] [2021-02-04T04:53:16.705Z] [2021-02-04T04:53:16.705Z] ==> git version 2.24.3 found [2021-02-04T04:53:16.705Z] ==> 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-02-04T04:53:16.705Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-04T04:53:16.705Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-04T04:53:16.705Z] ==> Jenkins CI detected. [2021-02-04T04:53:16.705Z] project root: . [2021-02-04T04:53:16.705Z] --> token set from env [2021-02-04T04:53:16.968Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-04T04:53:16.968Z] ==> Running gcov in . (disable via -X gcov) [2021-02-04T04:53:16.968Z] ==> Python coveragepy not found [2021-02-04T04:53:16.968Z] ==> Searching for coverage reports in: [2021-02-04T04:53:16.968Z] + . [2021-02-04T04:53:16.968Z] -> Found 1 reports [2021-02-04T04:53:16.968Z] ==> Detecting git/mercurial file structure [2021-02-04T04:53:16.968Z] ==> Reading reports [2021-02-04T04:53:16.968Z] + ./coverage.out bytes=580808 [2021-02-04T04:53:16.968Z] ==> Appending adjustments [2021-02-04T04:53:16.968Z] https://docs.codecov.io/docs/fixing-reports [2021-02-04T04:53:20.292Z] + Found adjustments [2021-02-04T04:53:20.292Z] ==> Gzipping contents [2021-02-04T04:53:20.292Z] 88K /tmp/codecov.W9URQG.gz [2021-02-04T04:53:20.292Z] ==> Uploading reports [2021-02-04T04:53:20.292Z] url: https://codecov.io [2021-02-04T04:53:20.292Z] query: branch=PR-3116&commit=9accbeaedcf905947171c32bd86387cecd5b349a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T04:53:20.292Z] -> Pinging Codecov [2021-02-04T04:53:20.292Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3116&commit=9accbeaedcf905947171c32bd86387cecd5b349a&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3116%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3116&job=&cmd_args= [2021-02-04T04:53:20.873Z] -> Uploading to [2021-02-04T04:53:20.873Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-04/00271124DB129430A58F1EEE437C3FCB/9accbeaedcf905947171c32bd86387cecd5b349a/99e6e457-b47e-4388-a621-22ac4d5a5c21.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210204%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210204T045320Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=99108d8b6d51f8c3e5817d6f38439f01baa8b78515405c6a30a7351d1babf6fd [2021-02-04T04:53:20.873Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-04T04:53:20.873Z] Dload Upload Total Spent Left Speed [2021-02-04T04:53:21.449Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87654 0 0 100 87654 0 168k --:--:-- --:--:-- --:--:-- 169k [2021-02-04T04:53:21.449Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/9accbeaedcf905947171c32bd86387cecd5b349a [Pipeline] } [2021-02-04T04:53:21.459Z] 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-02-04T04:53:23.340Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:24.223Z] ---> package-listing.sh [2021-02-04T04:53:24.223Z] ++ facter osfamily [2021-02-04T04:53:24.223Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-04T04:53:24.223Z] + OS_FAMILY=redhat [2021-02-04T04:53:24.223Z] + workspace=/w/workspace/edgex-go/4 [2021-02-04T04:53:24.223Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-04T04:53:24.223Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-04T04:53:24.223Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-04T04:53:24.223Z] + PACKAGES=/tmp/packages_start.txt [2021-02-04T04:53:24.223Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-04T04:53:24.223Z] + PACKAGES=/tmp/packages_end.txt [2021-02-04T04:53:24.223Z] + case "${OS_FAMILY}" in [2021-02-04T04:53:24.223Z] + rpm -qa [2021-02-04T04:53:24.223Z] + sort [2021-02-04T04:53:29.570Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-04T04:53:29.570Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-04T04:53:29.570Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-04T04:53:29.570Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-04T04:53:29.570Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-04T04:53:29.570Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-04T04:53:29.585Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-04T04:53:29.884Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:53:30.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:30.194Z] [2021-02-04T04:53:30.194Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-04T04:53:30.733Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:30.733Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-04T04:53:30.733Z] df20fa9351a1: Pulling fs layer [2021-02-04T04:53:30.733Z] 36b3adc4ff6f: Pulling fs layer [2021-02-04T04:53:30.733Z] 8ad3a11d3b57: Pulling fs layer [2021-02-04T04:53:30.733Z] 46f8f816bc3b: Pulling fs layer [2021-02-04T04:53:30.733Z] 93b61091891f: Pulling fs layer [2021-02-04T04:53:30.733Z] 93b9cdb0e59b: Pulling fs layer [2021-02-04T04:53:30.733Z] 5e14af77c1be: Pulling fs layer [2021-02-04T04:53:30.733Z] 01666e4c0597: Pulling fs layer [2021-02-04T04:53:30.733Z] aa168da1d23b: Pulling fs layer [2021-02-04T04:53:30.733Z] 5e14af77c1be: Waiting [2021-02-04T04:53:30.733Z] 46f8f816bc3b: Waiting [2021-02-04T04:53:30.733Z] 93b61091891f: Waiting [2021-02-04T04:53:30.733Z] 01666e4c0597: Waiting [2021-02-04T04:53:30.733Z] 93b9cdb0e59b: Waiting [2021-02-04T04:53:30.733Z] aa168da1d23b: Waiting [2021-02-04T04:53:30.733Z] 36b3adc4ff6f: Verifying Checksum [2021-02-04T04:53:30.733Z] 36b3adc4ff6f: Download complete [2021-02-04T04:53:30.733Z] 46f8f816bc3b: Verifying Checksum [2021-02-04T04:53:30.733Z] 46f8f816bc3b: Download complete [2021-02-04T04:53:30.733Z] df20fa9351a1: Verifying Checksum [2021-02-04T04:53:30.733Z] df20fa9351a1: Download complete [2021-02-04T04:53:30.733Z] 93b9cdb0e59b: Verifying Checksum [2021-02-04T04:53:30.733Z] 93b9cdb0e59b: Download complete [2021-02-04T04:53:30.733Z] 5e14af77c1be: Verifying Checksum [2021-02-04T04:53:30.733Z] 5e14af77c1be: Download complete [2021-02-04T04:53:31.019Z] 01666e4c0597: Verifying Checksum [2021-02-04T04:53:31.019Z] 01666e4c0597: Download complete [2021-02-04T04:53:31.019Z] 93b61091891f: Download complete [2021-02-04T04:53:31.019Z] 8ad3a11d3b57: Verifying Checksum [2021-02-04T04:53:31.019Z] 8ad3a11d3b57: Download complete [2021-02-04T04:53:31.318Z] df20fa9351a1: Pull complete [2021-02-04T04:53:31.318Z] 36b3adc4ff6f: Pull complete [2021-02-04T04:53:32.340Z] 8ad3a11d3b57: Pull complete [2021-02-04T04:53:32.340Z] 46f8f816bc3b: Pull complete [2021-02-04T04:53:32.603Z] 93b61091891f: Pull complete [2021-02-04T04:53:32.868Z] 93b9cdb0e59b: Pull complete [2021-02-04T04:53:32.868Z] 5e14af77c1be: Pull complete [2021-02-04T04:53:33.131Z] 01666e4c0597: Pull complete [2021-02-04T04:53:34.612Z] aa168da1d23b: Verifying Checksum [2021-02-04T04:53:34.612Z] aa168da1d23b: Download complete [2021-02-04T04:53:46.903Z] aa168da1d23b: Pull complete [2021-02-04T04:53:46.903Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-04T04:53:46.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-04T04:53:46.903Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-04T04:53:47.178Z] prd-centos7-docker-4c-2g-24861 does not seem to be running inside a container [2021-02-04T04:53:47.236Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-02-04T04:53:50.116Z] $ docker top 821a668e443550826708db7f97652fe46527258a5bb552d4e838706822b02516 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-04T04:53:50.656Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-04T04:53:50.958Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-04T04:53:51.257Z] + ls /var/log/sa-host [2021-02-04T04:53:51.257Z] + sadf -c /var/log/sa-host/sa04 [2021-02-04T04:53:51.257Z] file_magic: OK [2021-02-04T04:53:51.257Z] HZ: Using current value: 100 [2021-02-04T04:53:51.257Z] file_header: OK [2021-02-04T04:53:51.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T04:53:51.257Z] Statistics: [2021-02-04T04:53:51.257Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-04T04:53:51.257Z] File successfully converted to sysstat format version 12.2.1 [2021-02-04T04:53:51.257Z] + sadf -c /var/log/sa-host/sa23 [2021-02-04T04:53:51.257Z] file_magic: OK [2021-02-04T04:53:51.257Z] HZ: Using current value: 100 [2021-02-04T04:53:51.257Z] file_header: OK [2021-02-04T04:53:51.257Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-04T04:53:51.257Z] Statistics: [2021-02-04T04:53:51.257Z] Hnuu...uuuununununu... [2021-02-04T04:53:51.257Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-04T04:53:51.495Z] provisioning config files... [2021-02-04T04:53:51.512Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2814599363009642745tmp [Pipeline] { [Pipeline] echo [2021-02-04T04:53:51.589Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:51.886Z] ---> create-netrc.sh [Pipeline] } [2021-02-04T04:53:51.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-04T04:53:52.027Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:52.326Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-04T04:53:52.338Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:52.673Z] ---> sudo-logs.sh [2021-02-04T04:53:52.673Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-04T04:53:52.687Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:52.986Z] ---> job-cost.sh [2021-02-04T04:53:52.986Z] lf-activate-venv: SKIPPING [2021-02-04T04:53:52.986Z] INFO: No Stack... [2021-02-04T04:53:54.380Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-04T04:53:54.642Z] INFO: Archiving Costs [Pipeline] echo [2021-02-04T04:53:54.656Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-04T04:53:54.953Z] ---> logs-deploy.sh [2021-02-04T04:53:54.953Z] lf-activate-venv: SKIPPING [2021-02-04T04:53:54.953Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3116/4 [2021-02-04T04:53:54.953Z] INFO: archiving workspace using pattern(s): [2021-02-04T04:53:56.343Z] Archives upload complete. [2021-02-04T04:53:56.608Z] INFO: archiving logs to Nexus [2021-02-04T04:53:57.557Z] ---> uname -a: [2021-02-04T04:53:57.557Z] Linux prd-centos7-docker-4c-2g-24861.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> lscpu: [2021-02-04T04:53:57.557Z] Architecture: x86_64 [2021-02-04T04:53:57.557Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-04T04:53:57.557Z] Byte Order: Little Endian [2021-02-04T04:53:57.557Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-04T04:53:57.557Z] CPU(s): 4 [2021-02-04T04:53:57.557Z] On-line CPU(s) list: 0-3 [2021-02-04T04:53:57.557Z] Thread(s) per core: 1 [2021-02-04T04:53:57.557Z] Core(s) per socket: 1 [2021-02-04T04:53:57.557Z] Socket(s): 4 [2021-02-04T04:53:57.557Z] NUMA node(s): 1 [2021-02-04T04:53:57.557Z] Vendor ID: GenuineIntel [2021-02-04T04:53:57.557Z] CPU family: 6 [2021-02-04T04:53:57.557Z] Model: 44 [2021-02-04T04:53:57.557Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-04T04:53:57.557Z] Stepping: 1 [2021-02-04T04:53:57.557Z] CPU MHz: 2933.438 [2021-02-04T04:53:57.557Z] BogoMIPS: 5866.87 [2021-02-04T04:53:57.557Z] Virtualization: VT-x [2021-02-04T04:53:57.557Z] Hypervisor vendor: KVM [2021-02-04T04:53:57.557Z] Virtualization type: full [2021-02-04T04:53:57.557Z] L1d cache: 128 KiB [2021-02-04T04:53:57.557Z] L1i cache: 128 KiB [2021-02-04T04:53:57.557Z] L2 cache: 16 MiB [2021-02-04T04:53:57.557Z] L3 cache: 64 MiB [2021-02-04T04:53:57.557Z] NUMA node0 CPU(s): 0-3 [2021-02-04T04:53:57.557Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-04T04:53:57.557Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-04T04:53:57.557Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-04T04:53:57.557Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-04T04:53:57.557Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-04T04:53:57.557Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-04T04:53:57.557Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-04T04:53:57.557Z] Vulnerability Srbds: Not affected [2021-02-04T04:53:57.557Z] Vulnerability Tsx async abort: Not affected [2021-02-04T04:53:57.557Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> nproc: [2021-02-04T04:53:57.557Z] 4 [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> df -h: [2021-02-04T04:53:57.557Z] Filesystem Size Used Available Use% Mounted on [2021-02-04T04:53:57.557Z] overlay 50.0G 12.2G 37.8G 24% / [2021-02-04T04:53:57.557Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-04T04:53:57.557Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-04T04:53:57.557Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4 [2021-02-04T04:53:57.557Z] /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/4@tmp [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> free -m: [2021-02-04T04:53:57.557Z] total used free shared buff/cache available [2021-02-04T04:53:57.557Z] Mem: 1837 711 136 0 989 1039 [2021-02-04T04:53:57.557Z] Swap: 1023 58 965 [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> ip addr: [2021-02-04T04:53:57.557Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-04T04:53:57.557Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-04T04:53:57.557Z] inet 127.0.0.1/8 scope host lo [2021-02-04T04:53:57.557Z] valid_lft forever preferred_lft forever [2021-02-04T04:53:57.557Z] inet6 ::1/128 scope host [2021-02-04T04:53:57.557Z] valid_lft forever preferred_lft forever [2021-02-04T04:53:57.557Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-04T04:53:57.557Z] link/ether fa:16:3e:7b:76:71 brd ff:ff:ff:ff:ff:ff [2021-02-04T04:53:57.557Z] inet 10.30.122.224/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-04T04:53:57.557Z] valid_lft 84897sec preferred_lft 84897sec [2021-02-04T04:53:57.557Z] inet6 fe80::f816:3eff:fe7b:7671/64 scope link [2021-02-04T04:53:57.557Z] valid_lft forever preferred_lft forever [2021-02-04T04:53:57.557Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-04T04:53:57.557Z] link/ether 02:42:8f:1d:a5:7e brd ff:ff:ff:ff:ff:ff [2021-02-04T04:53:57.557Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-04T04:53:57.557Z] valid_lft forever preferred_lft forever [2021-02-04T04:53:57.557Z] inet6 fe80::42:8fff:fe1d:a57e/64 scope link [2021-02-04T04:53:57.557Z] valid_lft forever preferred_lft forever [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] ---> sar -b -r -n DEV: [2021-02-04T04:53:57.557Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] 04:28:42 LINUX RESTART (4 CPU) [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] 04:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-04T04:53:57.557Z] 04:30:01 134.29 76.73 57.56 0.00 5029.06 40113.73 0.00 [2021-02-04T04:53:57.557Z] 04:31:01 51.21 12.55 38.66 0.00 4676.32 4583.14 0.00 [2021-02-04T04:53:57.557Z] 04:32:01 51.28 35.02 16.26 0.00 1861.56 10530.57 0.00 [2021-02-04T04:53:57.557Z] 04:33:02 213.25 72.00 141.26 0.00 5693.83 41926.39 0.00 [2021-02-04T04:53:57.557Z] 04:34:01 219.81 85.89 133.92 0.00 3170.89 18177.38 0.00 [2021-02-04T04:53:57.557Z] 04:35:01 129.55 68.00 61.55 0.00 3460.50 7240.60 0.00 [2021-02-04T04:53:57.557Z] 04:36:01 196.86 44.00 152.86 0.00 14267.66 86746.18 0.00 [2021-02-04T04:53:57.557Z] 04:37:02 2498.38 2149.17 349.21 0.00 193152.21 201997.81 0.00 [2021-02-04T04:53:57.557Z] 04:38:01 789.70 550.03 239.67 0.00 42398.78 67727.63 0.00 [2021-02-04T04:53:57.557Z] 04:39:02 1739.62 1368.16 371.45 0.00 101952.53 127214.17 0.00 [2021-02-04T04:53:57.557Z] 04:40:02 1461.54 1118.68 342.86 0.00 81650.00 89853.57 0.00 [2021-02-04T04:53:57.557Z] 04:41:01 82.46 14.69 67.77 0.00 3129.99 7870.31 0.00 [2021-02-04T04:53:57.557Z] 04:42:01 1.58 0.00 1.58 0.00 0.00 28.76 0.00 [2021-02-04T04:53:57.557Z] 04:43:01 1.55 1.27 0.28 0.00 100.70 2.75 0.00 [2021-02-04T04:53:57.557Z] 04:44:01 1.85 1.67 0.18 0.00 54.35 2.96 0.00 [2021-02-04T04:53:57.557Z] 04:45:01 0.97 0.05 0.92 0.00 1.60 17.07 0.00 [2021-02-04T04:53:57.557Z] 04:46:01 0.22 0.02 0.20 0.00 0.27 1.88 0.00 [2021-02-04T04:53:57.557Z] 04:47:01 0.22 0.00 0.22 0.00 0.00 2.76 0.00 [2021-02-04T04:53:57.557Z] 04:48:01 0.28 0.02 0.27 0.00 0.53 2.65 0.00 [2021-02-04T04:53:57.557Z] 04:49:01 0.30 0.00 0.30 0.00 0.00 3.71 0.00 [2021-02-04T04:53:57.557Z] 04:50:01 0.55 0.25 0.30 0.00 123.90 3.01 0.00 [2021-02-04T04:53:57.557Z] 04:51:01 0.23 0.00 0.23 0.00 0.00 2.10 0.00 [2021-02-04T04:53:57.557Z] 04:52:01 0.33 0.05 0.28 0.00 1.33 3.30 0.00 [2021-02-04T04:53:57.557Z] 04:53:01 0.25 0.02 0.23 0.00 0.27 2.47 0.00 [2021-02-04T04:53:57.557Z] Average: 317.11 234.55 82.57 0.00 19308.34 29467.52 0.00 [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.557Z] 04:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-04T04:53:57.557Z] 04:30:01 68044 0 537644 28.57 2620 1273236 1066096 36.38 474600 1141056 23440 [2021-02-04T04:53:57.557Z] 04:31:01 69584 0 635424 33.77 2620 1173916 1304388 44.52 512284 1094688 42256 [2021-02-04T04:53:57.557Z] 04:32:01 289172 0 569776 30.28 2620 1019976 1198772 40.91 545488 843816 880 [2021-02-04T04:53:57.557Z] 04:33:02 99592 0 683052 36.30 1828 1097072 1329980 45.39 541244 956192 9032 [2021-02-04T04:53:57.557Z] 04:34:01 286304 0 733216 38.97 740 861284 1356700 46.30 586408 722008 29188 [2021-02-04T04:53:57.557Z] 04:35:01 268828 0 718328 38.18 708 893680 1338044 45.67 547224 768844 38392 [2021-02-04T04:53:57.557Z] 04:36:01 78016 0 697900 37.09 216 1105412 1268776 43.30 727848 832544 82220 [2021-02-04T04:53:57.557Z] 04:37:02 92828 0 794744 42.24 0 993972 2122648 72.44 657572 905316 91528 [2021-02-04T04:53:57.557Z] 04:38:01 251248 0 719532 38.24 0 910764 1552632 52.99 515248 866572 0 [2021-02-04T04:53:57.557Z] 04:39:02 71248 0 749272 39.82 0 1061024 1713348 58.47 576788 989848 50080 [2021-02-04T04:53:57.557Z] 04:40:02 231200 0 818316 43.49 0 832028 2040832 69.65 689196 710024 968 [2021-02-04T04:53:57.557Z] 04:41:01 397048 0 630064 33.49 0 854432 1213572 41.42 508140 738368 12 [2021-02-04T04:53:57.557Z] 04:42:01 399860 0 627240 33.34 0 854444 1182888 40.37 506268 737800 16 [2021-02-04T04:53:57.557Z] 04:43:01 397600 0 626472 33.30 0 857472 1182852 40.37 506316 740824 12 [2021-02-04T04:53:57.557Z] 04:44:01 395204 0 628036 33.38 0 858304 1182864 40.37 506932 741300 20 [2021-02-04T04:53:57.557Z] 04:45:01 395544 0 627700 33.36 0 858300 1182840 40.37 506812 741300 8 [2021-02-04T04:53:57.557Z] 04:46:01 396432 0 626788 33.31 0 858324 1182720 40.36 506332 741324 8 [2021-02-04T04:53:57.557Z] 04:47:01 396324 0 626892 33.32 0 858328 1182720 40.36 506116 741324 8 [2021-02-04T04:53:57.557Z] 04:48:01 396556 0 626648 33.30 0 858340 1182720 40.36 506244 741344 16 [2021-02-04T04:53:57.557Z] 04:49:01 396664 0 626532 33.30 0 858348 1182720 40.36 506208 741340 8 [2021-02-04T04:53:57.557Z] 04:50:01 389912 0 629556 33.46 0 862076 1182780 40.37 512544 741752 8 [2021-02-04T04:53:57.557Z] 04:51:01 389968 0 629488 33.46 0 862088 1182720 40.36 512468 741752 8 [2021-02-04T04:53:57.557Z] 04:52:01 389608 0 629848 33.48 0 862088 1182852 40.37 512512 741792 12 [2021-02-04T04:53:57.557Z] 04:53:01 389312 0 630140 33.49 0 862092 1182828 40.37 512792 741792 20 [2021-02-04T04:53:57.557Z] Average: 289004 0 659275 35.04 473 932792 1320804 45.08 540983 810955 15339 [2021-02-04T04:53:57.557Z] [2021-02-04T04:53:57.558Z] 04:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-04T04:53:57.558Z] 04:30:01 eth0 779.13 569.24 2560.87 75.85 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:31:01 eth0 571.56 602.05 1873.40 93.02 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:31:01 veth2f005a2 349.21 246.86 32.03 734.82 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:31:01 docker0 349.21 246.73 27.25 734.81 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:32:01 eth0 638.49 859.40 1953.66 73.56 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:32:01 veth2f005a2 858.17 625.92 72.53 1951.13 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:32:01 docker0 858.17 625.92 60.80 1951.13 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:33:02 eth0 589.15 499.55 3673.84 50.19 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:33:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:33:02 docker0 173.56 213.62 12.30 831.91 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:34:01 vethfcc6862 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:34:01 eth0 52.03 37.24 33.35 73.80 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:35:01 vethfcc6862 2.03 2.03 0.16 0.16 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:35:01 eth0 25.91 13.53 18.97 10.33 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:35:01 docker0 2.03 2.03 0.13 0.16 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:36:01 eth0 238.79 185.05 1703.34 88.03 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:36:01 veth022bd69 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:37:02 eth0 53.47 31.65 163.82 10.99 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:37:02 veth022bd69 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:37:02 docker0 20.08 30.89 1.09 145.65 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:38:01 eth0 172.49 125.06 1442.57 18.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:38:01 veth022bd69 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:38:01 docker0 11.18 27.93 0.61 139.08 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:39:02 eth0 125.43 68.37 438.16 93.54 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:39:02 veth9e7037d 1.57 2.04 0.16 6.18 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:39:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:39:02 veth022bd69 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:40:02 vethc0e172b 0.00 0.27 0.00 0.02 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:40:02 eth0 75.25 46.93 123.79 86.55 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:40:02 veth022bd69 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:41:01 eth0 29.03 14.91 64.26 9.41 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:41:01 docker0 1475.58 1252.08 106.25 4415.31 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:42:01 eth0 1.30 0.32 0.36 0.18 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:43:01 eth0 2.91 0.73 0.96 0.59 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:44:01 eth0 1.50 0.63 0.60 0.43 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:45:01 eth0 0.40 0.15 0.15 0.07 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:46:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:47:01 eth0 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:48:01 eth0 0.17 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:49:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:50:01 eth0 0.30 0.23 0.14 0.07 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:51:01 eth0 0.10 0.02 0.01 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:52:01 eth0 1.27 0.38 0.34 0.20 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:53:01 eth0 1.22 0.22 0.33 0.19 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] 04:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] Average: eth0 140.22 127.51 586.37 28.58 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] Average: docker0 60.52 51.35 4.36 181.09 0.00 0.00 0.00 0.00 [2021-02-04T04:53:57.558Z] [2021-02-04T04:53:57.558Z] [2021-02-04T04:53:57.558Z] ---> sar -P ALL: [2021-02-04T04:53:57.558Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/04/21 _x86_64_ (4 CPU) [2021-02-04T04:53:57.558Z] [2021-02-04T04:53:57.558Z] 04:28:42 LINUX RESTART (4 CPU) [2021-02-04T04:53:57.558Z] [2021-02-04T04:53:57.558Z] 04:29:01 CPU %user %nice %system %iowait %steal %idle [2021-02-04T04:53:57.558Z] 04:30:01 all 13.21 0.00 7.05 3.69 0.20 75.85 [2021-02-04T04:53:57.558Z] 04:30:01 0 11.77 0.00 6.59 2.62 0.22 78.80 [2021-02-04T04:53:57.558Z] 04:30:01 1 14.12 0.00 8.08 1.86 0.19 75.76 [2021-02-04T04:53:57.558Z] 04:30:01 2 14.37 0.00 7.50 4.12 0.20 73.80 [2021-02-04T04:53:57.558Z] 04:30:01 3 12.58 0.00 6.02 6.12 0.20 75.08 [2021-02-04T04:53:57.558Z] 04:31:01 all 5.81 0.00 3.49 1.50 0.19 89.01 [2021-02-04T04:53:57.558Z] 04:31:01 0 5.77 0.00 3.60 4.17 0.20 86.26 [2021-02-04T04:53:57.558Z] 04:31:01 1 6.56 0.00 3.74 0.29 0.20 89.21 [2021-02-04T04:53:57.558Z] 04:31:01 2 5.95 0.00 3.15 0.15 0.19 90.56 [2021-02-04T04:53:57.558Z] 04:31:01 3 4.95 0.00 3.47 1.45 0.17 89.96 [2021-02-04T04:53:57.558Z] 04:32:01 all 6.32 0.00 2.15 0.42 0.12 90.99 [2021-02-04T04:53:57.558Z] 04:32:01 0 6.01 0.00 1.84 0.07 0.12 91.96 [2021-02-04T04:53:57.558Z] 04:32:01 1 6.94 0.00 2.72 0.46 0.10 89.78 [2021-02-04T04:53:57.558Z] 04:32:01 2 9.28 0.00 2.47 0.81 0.14 87.30 [2021-02-04T04:53:57.558Z] 04:32:01 3 3.07 0.00 1.54 0.32 0.12 94.95 [2021-02-04T04:53:57.558Z] 04:33:02 all 9.92 0.00 7.72 3.11 0.31 78.94 [2021-02-04T04:53:57.558Z] 04:33:02 0 10.17 0.00 8.87 2.66 0.29 78.01 [2021-02-04T04:53:57.558Z] 04:33:02 1 10.19 0.00 7.21 4.01 0.29 78.30 [2021-02-04T04:53:57.558Z] 04:33:02 2 9.45 0.00 7.57 1.66 0.27 81.04 [2021-02-04T04:53:57.558Z] 04:33:02 3 9.85 0.00 7.24 4.12 0.39 78.40 [2021-02-04T04:53:57.558Z] 04:34:01 all 42.94 0.00 12.59 6.61 0.34 37.51 [2021-02-04T04:53:57.558Z] 04:34:01 0 42.74 0.00 11.99 6.12 0.38 38.77 [2021-02-04T04:53:57.558Z] 04:34:01 1 41.89 0.00 13.30 8.83 0.33 35.65 [2021-02-04T04:53:57.558Z] 04:34:01 2 41.46 0.00 12.71 5.06 0.32 40.45 [2021-02-04T04:53:57.558Z] 04:34:01 3 45.69 0.00 12.37 6.44 0.32 35.18 [2021-02-04T04:53:57.558Z] 04:35:01 all 48.62 0.00 13.73 3.51 0.28 33.86 [2021-02-04T04:53:57.558Z] 04:35:01 0 49.61 0.00 13.29 5.03 0.19 31.88 [2021-02-04T04:53:57.558Z] 04:35:01 1 47.36 0.00 13.89 3.28 0.33 35.14 [2021-02-04T04:53:57.558Z] 04:35:01 2 48.17 0.00 13.65 0.83 0.26 37.09 [2021-02-04T04:53:57.558Z] 04:35:01 3 49.33 0.00 14.10 4.90 0.33 31.34 [2021-02-04T04:53:57.558Z] 04:36:01 all 25.18 0.00 14.28 5.06 0.22 55.27 [2021-02-04T04:53:57.558Z] 04:36:01 0 26.97 0.00 14.17 5.69 0.19 52.99 [2021-02-04T04:53:57.558Z] 04:36:01 1 25.18 0.00 14.33 3.85 0.21 56.43 [2021-02-04T04:53:57.558Z] 04:36:01 2 23.95 0.00 13.78 5.76 0.21 56.29 [2021-02-04T04:53:57.558Z] 04:36:01 3 24.60 0.00 14.83 4.93 0.26 55.39 [2021-02-04T04:53:57.558Z] 04:37:02 all 23.98 0.00 31.59 18.40 0.54 25.48 [2021-02-04T04:53:57.558Z] 04:37:02 0 23.72 0.00 30.68 18.20 0.50 26.90 [2021-02-04T04:53:57.558Z] 04:37:02 1 24.18 0.00 31.97 19.64 0.59 23.63 [2021-02-04T04:53:57.558Z] 04:37:02 2 23.20 0.00 31.87 18.18 0.60 26.15 [2021-02-04T04:53:57.558Z] 04:37:02 3 24.86 0.00 31.85 17.57 0.47 25.25 [2021-02-04T04:53:57.558Z] 04:38:01 all 56.60 0.00 19.87 10.41 0.32 12.80 [2021-02-04T04:53:57.558Z] 04:38:01 0 56.54 0.00 19.74 10.05 0.26 13.40 [2021-02-04T04:53:57.558Z] 04:38:01 1 57.08 0.00 19.84 8.52 0.43 14.14 [2021-02-04T04:53:57.558Z] 04:38:01 2 56.69 0.00 19.55 11.34 0.28 12.13 [2021-02-04T04:53:57.558Z] 04:38:01 3 56.08 0.00 20.36 11.72 0.32 11.51 [2021-02-04T04:53:57.558Z] 04:39:02 all 27.48 0.00 24.57 25.36 0.49 22.10 [2021-02-04T04:53:57.558Z] 04:39:02 0 27.06 0.00 24.04 28.29 0.48 20.13 [2021-02-04T04:53:57.558Z] 04:39:02 1 29.09 0.00 24.60 25.38 0.43 20.49 [2021-02-04T04:53:57.558Z] 04:39:02 2 26.77 0.00 25.73 22.85 0.60 24.04 [2021-02-04T04:53:57.558Z] 04:39:02 3 26.99 0.00 23.89 24.93 0.45 23.75 [2021-02-04T04:53:57.558Z] 04:40:02 all 44.56 0.00 22.23 21.95 0.27 10.99 [2021-02-04T04:53:57.558Z] 04:40:02 0 43.85 0.00 22.31 24.85 0.25 8.74 [2021-02-04T04:53:57.558Z] 04:40:02 1 45.94 0.00 22.10 18.20 0.30 13.46 [2021-02-04T04:53:57.558Z] 04:40:02 2 44.82 0.00 21.49 23.19 0.28 10.21 [2021-02-04T04:53:57.558Z] 04:40:02 3 43.61 0.00 23.03 21.56 0.23 11.56 [2021-02-04T04:53:57.558Z] [2021-02-04T04:53:57.558Z] 04:40:02 CPU %user %nice %system %iowait %steal %idle [2021-02-04T04:53:57.558Z] 04:41:01 all 6.38 0.00 3.46 2.69 0.06 87.42 [2021-02-04T04:53:57.558Z] 04:41:01 0 5.63 0.00 3.53 3.01 0.05 87.78 [2021-02-04T04:53:57.558Z] 04:41:01 1 6.88 0.00 3.49 1.97 0.03 87.62 [2021-02-04T04:53:57.558Z] 04:41:01 2 6.57 0.00 3.36 3.05 0.07 86.96 [2021-02-04T04:53:57.558Z] 04:41:01 3 6.44 0.00 3.45 2.71 0.07 87.33 [2021-02-04T04:53:57.558Z] 04:42:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-04T04:53:57.558Z] 04:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-04T04:53:57.558Z] 04:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-04T04:53:57.558Z] 04:42:01 2 0.53 0.00 0.05 0.00 0.00 99.42 [2021-02-04T04:53:57.558Z] 04:42:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T04:53:57.558Z] 04:43:01 all 0.19 0.00 0.13 0.00 0.00 99.68 [2021-02-04T04:53:57.558Z] 04:43:01 0 0.07 0.00 0.17 0.00 0.00 99.77 [2021-02-04T04:53:57.558Z] 04:43:01 1 0.07 0.00 0.10 0.00 0.00 99.83 [2021-02-04T04:53:57.558Z] 04:43:01 2 0.55 0.00 0.08 0.00 0.00 99.37 [2021-02-04T04:53:57.559Z] 04:43:01 3 0.07 0.00 0.17 0.00 0.00 99.77 [2021-02-04T04:53:57.559Z] 04:44:01 all 0.15 0.00 0.05 0.03 0.00 99.77 [2021-02-04T04:53:57.559Z] 04:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:53:57.559Z] 04:44:01 1 0.03 0.00 0.08 0.10 0.00 99.78 [2021-02-04T04:53:57.559Z] 04:44:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-04T04:53:57.559Z] 04:44:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2021-02-04T04:53:57.559Z] 04:45:01 all 0.16 0.00 0.07 0.00 0.01 99.76 [2021-02-04T04:53:57.559Z] 04:45:01 0 0.05 0.00 0.08 0.00 0.02 99.85 [2021-02-04T04:53:57.559Z] 04:45:01 1 0.05 0.00 0.07 0.00 0.02 99.87 [2021-02-04T04:53:57.559Z] 04:45:01 2 0.50 0.00 0.05 0.00 0.02 99.43 [2021-02-04T04:53:57.559Z] 04:45:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-04T04:53:57.559Z] 04:46:01 all 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-04T04:53:57.559Z] 04:46:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T04:53:57.559Z] 04:46:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-04T04:53:57.559Z] 04:46:01 2 0.10 0.00 0.07 0.00 0.00 99.83 [2021-02-04T04:53:57.559Z] 04:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T04:53:57.559Z] 04:47:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2021-02-04T04:53:57.559Z] 04:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-04T04:53:57.559Z] 04:47:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-04T04:53:57.559Z] 04:47:01 2 0.05 0.00 0.10 0.00 0.00 99.85 [2021-02-04T04:53:57.559Z] 04:47:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-04T04:53:57.559Z] 04:48:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-02-04T04:53:57.559Z] 04:48:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-04T04:53:57.559Z] 04:48:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-04T04:53:57.559Z] 04:48:01 2 0.50 0.00 0.05 0.00 0.00 99.45 [2021-02-04T04:53:57.559Z] 04:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T04:53:57.559Z] 04:49:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-04T04:53:57.559Z] 04:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T04:53:57.559Z] 04:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:53:57.559Z] 04:49:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-04T04:53:57.559Z] 04:49:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-04T04:53:57.559Z] 04:50:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-02-04T04:53:57.559Z] 04:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T04:53:57.559Z] 04:50:01 1 0.03 0.00 0.07 0.02 0.00 99.88 [2021-02-04T04:53:57.559Z] 04:50:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-04T04:53:57.559Z] 04:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:53:57.559Z] 04:51:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-04T04:53:57.559Z] 04:51:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-04T04:53:57.559Z] 04:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-04T04:53:57.559Z] 04:51:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-04T04:53:57.559Z] 04:51:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-04T04:53:57.559Z] [2021-02-04T04:53:57.559Z] 04:51:01 CPU %user %nice %system %iowait %steal %idle [2021-02-04T04:53:57.559Z] 04:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2021-02-04T04:53:57.559Z] 04:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-04T04:53:57.559Z] 04:52:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-04T04:53:57.559Z] 04:52:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-04T04:53:57.559Z] 04:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-04T04:53:57.559Z] 04:53:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-02-04T04:53:57.559Z] 04:53:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-04T04:53:57.559Z] 04:53:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-04T04:53:57.559Z] 04:53:01 2 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-04T04:53:57.559Z] 04:53:01 3 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-04T04:53:57.559Z] Average: all 12.67 0.00 6.61 4.15 0.14 76.43 [2021-02-04T04:53:57.559Z] Average: 0 12.58 0.00 6.53 4.49 0.13 76.27 [2021-02-04T04:53:57.559Z] Average: 1 12.81 0.00 6.72 3.90 0.14 76.42 [2021-02-04T04:53:57.559Z] Average: 2 12.82 0.00 6.62 3.92 0.14 76.50 [2021-02-04T04:53:57.559Z] Average: 3 12.46 0.00 6.56 4.30 0.14 76.54 [2021-02-04T04:53:57.559Z] [2021-02-04T04:53:57.559Z] [2021-02-04T04:53:57.559Z]