Pull request #3036 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at d2dec7bb39a159e28d5f62adeb961568cd8a4b0a rather than f0fd85acd280f3d8a40e68e14736161cbc68dab2 Obtained Jenkinsfile from d2dec7bb39a159e28d5f62adeb961568cd8a4b0a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20436 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [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 d2dec7bb39a159e28d5f62adeb961568cd8a4b0a into PR head commit f0fd85acd280f3d8a40e68e14736161cbc68dab2 > 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/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 Merge succeeded, producing f0fd85acd280f3d8a40e68e14736161cbc68dab2 Checking out Revision f0fd85acd280f3d8a40e68e14736161cbc68dab2 (PR-3036) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d2dec7bb39a159e28d5f62adeb961568cd8a4b0a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 Commit message: "Merge branch 'master' into issue-2994-metadata" > git rev-list --no-walk 15391329d373bd87f5499df3483d76a556bbe7ce # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T08:36:59.843Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T08:37:00.115Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T08:37:00.206Z] ========================================================= [2021-01-15T08:37:00.206Z] EdgeX Global Pipelines Version Info [2021-01-15T08:37:00.206Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:37:01.632Z] ------------------- [2021-01-15T08:37:01.632Z] stable info: [2021-01-15T08:37:01.632Z] ------------------- [2021-01-15T08:37:01.632Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T08:37:01.632Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T08:37:01.632Z] Message: update stable to v1.0.177 [2021-01-15T08:37:02.585Z] ------------------- [2021-01-15T08:37:02.585Z] experimental info: [2021-01-15T08:37:02.585Z] ------------------- [2021-01-15T08:37:02.585Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T08:37:02.585Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T08:37:02.585Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T08:37:02.875Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T08:37:02.989Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T08:37:03.073Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T08:37:03.185Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T08:37:03.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T08:37:03.372Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T08:37:03.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T08:37:03.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T08:37:03.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T08:37:03.739Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T08:37:03.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T08:37:03.923Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T08:37:04.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T08:37:04.108Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T08:37:04.191Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T08:37:04.294Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T08:37:04.375Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T08:37:04.474Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T08:37:04.556Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T08:37:04.658Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T08:37:04.744Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T08:37:04.850Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T08:37:05.002Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T08:37:05.124Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3036 [Pipeline] echo [2021-01-15T08:37:05.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3036 [Pipeline] echo [2021-01-15T08:37:05.310Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3036 [Pipeline] echo [2021-01-15T08:37:05.419Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f0fd85acd280f3d8a40e68e14736161cbc68dab2 [Pipeline] echo [2021-01-15T08:37:05.518Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f0fd85a [Pipeline] echo [2021-01-15T08:37:05.597Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T08:37:05.773Z] provisioning config files... [2021-01-15T08:37:05.802Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config8328910534946406166tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:37:06.171Z] ---> docker-login.sh [2021-01-15T08:37:06.171Z] nexus3.edgexfoundry.org:10001 [2021-01-15T08:37:06.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:37:06.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:37:06.435Z] Configure a credential helper to remove this warning. See [2021-01-15T08:37:06.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:37:06.435Z] [2021-01-15T08:37:06.435Z] Login Succeeded [2021-01-15T08:37:06.435Z] nexus3.edgexfoundry.org:10002 [2021-01-15T08:37:06.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:37:06.703Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:37:06.703Z] Configure a credential helper to remove this warning. See [2021-01-15T08:37:06.703Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:37:06.703Z] [2021-01-15T08:37:06.703Z] Login Succeeded [2021-01-15T08:37:06.703Z] nexus3.edgexfoundry.org:10003 [2021-01-15T08:37:06.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:37:06.966Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:37:06.966Z] Configure a credential helper to remove this warning. See [2021-01-15T08:37:06.966Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:37:06.966Z] [2021-01-15T08:37:06.966Z] Login Succeeded [2021-01-15T08:37:06.966Z] nexus3.edgexfoundry.org:10004 [2021-01-15T08:37:06.966Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:37:07.228Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:37:07.228Z] Configure a credential helper to remove this warning. See [2021-01-15T08:37:07.228Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:37:07.228Z] [2021-01-15T08:37:07.228Z] Login Succeeded [2021-01-15T08:37:07.228Z] docker.io [2021-01-15T08:37:07.228Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:37:07.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:37:07.492Z] Configure a credential helper to remove this warning. See [2021-01-15T08:37:07.492Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:37:07.492Z] [2021-01-15T08:37:07.492Z] Login Succeeded [2021-01-15T08:37:07.492Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T08:37:07.502Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T08:37:07.975Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T08:37:07.975Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T08:37:07.975Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T08:37:07.975Z] ++ cut -d/ -f2 [2021-01-15T08:37:07.975Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T08:37:08.047Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:37:08.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T08:37:08.888Z] [2021-01-15T08:37:08.888Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:37:09.227Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T08:37:09.228Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T08:37:09.228Z] 31603596830f: Pulling fs layer [2021-01-15T08:37:09.228Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T08:37:09.228Z] 6ca5941a6612: Pulling fs layer [2021-01-15T08:37:09.228Z] ecc8261a40a4: Pulling fs layer [2021-01-15T08:37:09.228Z] ecc8261a40a4: Waiting [2021-01-15T08:37:09.228Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T08:37:09.228Z] 2a8b12db71e7: Download complete [2021-01-15T08:37:09.228Z] 31603596830f: Verifying Checksum [2021-01-15T08:37:09.228Z] 31603596830f: Download complete [2021-01-15T08:37:09.489Z] ecc8261a40a4: Verifying Checksum [2021-01-15T08:37:09.489Z] ecc8261a40a4: Download complete [2021-01-15T08:37:09.489Z] 6ca5941a6612: Verifying Checksum [2021-01-15T08:37:09.489Z] 6ca5941a6612: Download complete [2021-01-15T08:37:09.752Z] 31603596830f: Pull complete [2021-01-15T08:37:09.753Z] 2a8b12db71e7: Pull complete [2021-01-15T08:37:10.698Z] 6ca5941a6612: Pull complete [2021-01-15T08:37:10.698Z] ecc8261a40a4: Pull complete [2021-01-15T08:37:10.698Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T08:37:10.965Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T08:37:10.965Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T08:37:11.092Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:37:11.143Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T08:37:13.575Z] $ docker top 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T08:37:13.984Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T08:37:13.984Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T08:37:14.207Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T08:37:14.212Z] $ docker exec 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 ssh-agent [2021-01-15T08:37:14.382Z] SSH_AUTH_SOCK=/tmp/ssh-x9DxoLdR3V4w/agent.12 [2021-01-15T08:37:14.382Z] SSH_AGENT_PID=17 [2021-01-15T08:37:14.393Z] Running ssh-add (command line suppressed) [2021-01-15T08:37:14.523Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5260848268857877828.key (/w/workspace/edgex-go/4@tmp/private_key_5260848268857877828.key) [2021-01-15T08:37:14.573Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T08:37:14.949Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T08:37:14.983Z] $ docker exec --env ******** --env ******** 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 ssh-agent -k [2021-01-15T08:37:15.101Z] unset SSH_AUTH_SOCK; [2021-01-15T08:37:15.101Z] unset SSH_AGENT_PID; [2021-01-15T08:37:15.101Z] echo Agent pid 17 killed; [2021-01-15T08:37:15.148Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T08:37:15.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T08:37:15.283Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T08:37:15.451Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T08:37:15.456Z] $ docker exec 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 ssh-agent [2021-01-15T08:37:15.631Z] SSH_AUTH_SOCK=/tmp/ssh-rCdo87BwET4n/agent.47 [2021-01-15T08:37:15.632Z] SSH_AGENT_PID=52 [2021-01-15T08:37:15.640Z] Running ssh-add (command line suppressed) [2021-01-15T08:37:15.765Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_8524892882184206602.key (/w/workspace/edgex-go/4@tmp/private_key_8524892882184206602.key) [2021-01-15T08:37:15.812Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T08:37:16.150Z] + git semver init [2021-01-15T08:37:16.150Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T08:37:16.150Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-15T08:37:16.150Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-15T08:37:16.150Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T08:37:16.150Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T08:37:16.150Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T08:37:16.150Z] # $SEMVER_BRANCH = PR-3036 [2021-01-15T08:37:16.150Z] # $SEMVER_TEMP = /tmp/semver-360947268 [2021-01-15T08:37:16.150Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T08:37:34.297Z] # '/tmp/semver-360947268' -> '/w/workspace/edgex-go/4/.semver' [2021-01-15T08:37:34.297Z] # -> Force: false [2021-01-15T08:37:34.297Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-15T08:37:34.316Z] $ docker exec --env ******** --env ******** 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 ssh-agent -k [2021-01-15T08:37:34.553Z] unset SSH_AUTH_SOCK; [2021-01-15T08:37:34.553Z] unset SSH_AGENT_PID; [2021-01-15T08:37:34.554Z] echo Agent pid 52 killed; [2021-01-15T08:37:34.647Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T08:37:35.157Z] + git semver [Pipeline] } [2021-01-15T08:37:35.183Z] $ docker stop --time=1 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 [2021-01-15T08:37:37.006Z] $ docker rm -f 6cc9e42776e6e3f3c390c067c1fcfc6dc5f5d7304bfbe280eb6a8b7ab1330c24 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T08:37:37.542Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T08:37:38.061Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T08:37:38.065Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T08:37:38.940Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T08:37:39.242Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T08:37:39.541Z] + sudo service docker restart [2021-01-15T08:37:39.541Z] + true [2021-01-15T08:37:39.541Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T08:37:40.130Z] ========================================================= [2021-01-15T08:37:40.130Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T08:37:40.130Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:37:40.477Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-15T08:37:44.734Z] Sending build context to Docker daemon 326.6MB [2021-01-15T08:37:44.734Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T08:37:44.734Z] Step 2/6 : FROM ${BASE} [2021-01-15T08:37:44.734Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T08:37:44.734Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T08:37:44.734Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T08:37:44.734Z] de9db76c5a1d: Pulling fs layer [2021-01-15T08:37:44.734Z] bca2f99d35d6: Pulling fs layer [2021-01-15T08:37:44.734Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T08:37:44.734Z] 7c6f9722023f: Pulling fs layer [2021-01-15T08:37:44.734Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T08:37:44.734Z] 93359f2a8cfa: Waiting [2021-01-15T08:37:44.734Z] 7c6f9722023f: Waiting [2021-01-15T08:37:44.734Z] a35cf1a2eb13: Waiting [2021-01-15T08:37:44.734Z] bca2f99d35d6: Waiting [2021-01-15T08:37:44.734Z] de9db76c5a1d: Verifying Checksum [2021-01-15T08:37:44.734Z] de9db76c5a1d: Download complete [2021-01-15T08:37:44.734Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T08:37:44.734Z] 0ef7d3d256c8: Download complete [2021-01-15T08:37:44.734Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T08:37:44.734Z] 93359f2a8cfa: Download complete [2021-01-15T08:37:44.734Z] 188c0c94c7c5: Download complete [2021-01-15T08:37:45.000Z] 188c0c94c7c5: Pull complete [2021-01-15T08:37:45.265Z] 0ef7d3d256c8: Pull complete [2021-01-15T08:37:45.265Z] de9db76c5a1d: Pull complete [2021-01-15T08:37:45.528Z] 7c6f9722023f: Verifying Checksum [2021-01-15T08:37:45.528Z] 7c6f9722023f: Download complete [2021-01-15T08:37:46.489Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T08:37:46.489Z] a35cf1a2eb13: Download complete [2021-01-15T08:37:47.067Z] bca2f99d35d6: Verifying Checksum [2021-01-15T08:37:47.067Z] bca2f99d35d6: Download complete [2021-01-15T08:37:53.426Z] Still waiting to schedule task [2021-01-15T08:37:53.426Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T08:37:53.699Z] bca2f99d35d6: Pull complete [2021-01-15T08:37:53.699Z] 93359f2a8cfa: Pull complete [2021-01-15T08:37:53.699Z] 7c6f9722023f: Pull complete [2021-01-15T08:37:57.937Z] a35cf1a2eb13: Pull complete [2021-01-15T08:37:57.937Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T08:37:57.937Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T08:37:57.937Z] ---> a62c8e92a672 [2021-01-15T08:37:57.937Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T08:37:58.213Z] ---> Running in 754e6b79eea5 [2021-01-15T08:37:58.797Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:37:59.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:37:59.963Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T08:37:59.963Z] (2/12) Installing file (5.38-r0) [2021-01-15T08:38:00.225Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T08:38:00.225Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T08:38:05.550Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T08:38:05.550Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T08:38:05.550Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T08:38:05.550Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T08:38:05.813Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T08:38:05.813Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T08:38:06.079Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T08:38:06.342Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T08:38:06.604Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:38:06.604Z] OK: 233 MiB in 51 packages [2021-01-15T08:38:10.827Z] Removing intermediate container 754e6b79eea5 [2021-01-15T08:38:10.827Z] ---> 5f92a2a03bee [2021-01-15T08:38:10.827Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T08:38:10.827Z] ---> Running in b9afad4fcd17 [2021-01-15T08:38:10.827Z] Removing intermediate container b9afad4fcd17 [2021-01-15T08:38:10.827Z] ---> eb72e02aeb8c [2021-01-15T08:38:10.827Z] Step 5/6 : COPY go.mod . [2021-01-15T08:38:10.827Z] ---> f1bf38b0b0d3 [2021-01-15T08:38:10.827Z] Step 6/6 : RUN go mod download [2021-01-15T08:38:11.089Z] ---> Running in d1eacc4d52b2 [2021-01-15T08:38:33.105Z] Removing intermediate container d1eacc4d52b2 [2021-01-15T08:38:33.105Z] ---> 2041af0109c8 [2021-01-15T08:38:33.105Z] Successfully built 2041af0109c8 [2021-01-15T08:38:33.105Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:38:33.427Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T08:38:33.427Z] . [Pipeline] withDockerContainer [2021-01-15T08:38:33.527Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:38:33.576Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T08:38:34.475Z] $ docker top bfe165e8207237fe168a894ff704e8a48a6dfbcd66f28dfce6cdbdefc24cb973 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T08:38:34.998Z] + go version [2021-01-15T08:38:34.998Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T08:38:35.016Z] $ docker stop --time=1 bfe165e8207237fe168a894ff704e8a48a6dfbcd66f28dfce6cdbdefc24cb973 [2021-01-15T08:38:36.388Z] $ docker rm -f bfe165e8207237fe168a894ff704e8a48a6dfbcd66f28dfce6cdbdefc24cb973 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:38:37.199Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T08:38:37.199Z] . [Pipeline] withDockerContainer [2021-01-15T08:38:37.343Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:38:37.444Z] $ 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 ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T08:38:38.344Z] $ docker top c928ddb94de9ab043d441ebbcac56887b0e264e27db6aa89dea1dd486ffaeb25 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T08:38:38.605Z] ========================================================= [2021-01-15T08:38:38.606Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T08:38:38.606Z] ========================================================= [Pipeline] sh [2021-01-15T08:38:38.953Z] + make test [2021-01-15T08:38:38.953Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T08:38:49.024Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T08:39:01.354Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T08:39:08.004Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T08:39:08.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T08:39:08.965Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T08:39:08.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T08:39:08.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T08:39:08.965Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T08:39:09.549Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T08:39:09.822Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T08:39:10.788Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T08:39:12.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T08:39:12.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T08:39:12.733Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T08:39:14.673Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.119s coverage: 46.6% of statements [2021-01-15T08:39:14.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T08:39:14.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T08:39:14.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T08:39:14.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T08:39:14.673Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T08:39:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.224s coverage: 27.0% of statements [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T08:39:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T08:39:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T08:39:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 67.9% of statements [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T08:39:18.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.443s coverage: 82.3% of statements [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T08:39:18.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T08:39:20.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.340s coverage: 28.6% of statements [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T08:39:20.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T08:39:20.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T08:39:20.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2021-01-15T08:39:20.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T08:39:21.183Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-01-15T08:39:21.183Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T08:39:21.459Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2021-01-15T08:39:21.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T08:39:21.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T08:39:21.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T08:39:21.459Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.384s coverage: 92.8% of statements [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.057s coverage: 0.1% of statements [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements [2021-01-15T08:39:24.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.081s coverage: 87.2% of statements [2021-01-15T08:39:24.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.049s coverage: 84.2% of statements [2021-01-15T08:39:24.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.097s coverage: 91.4% of statements [2021-01-15T08:39:24.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T08:39:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements [2021-01-15T08:39:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T08:39:25.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T08:39:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-15T08:39:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2021-01-15T08:39:25.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2021-01-15T08:39:25.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-01-15T08:39:25.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.026s coverage: 100.0% of statements [2021-01-15T08:39:26.946Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.346s coverage: 68.9% of statements [2021-01-15T08:39:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T08:39:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T08:39:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T08:39:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T08:39:26.946Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T08:39:27.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-15T08:39:27.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T08:39:27.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T08:39:27.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.312s coverage: 84.0% of statements [2021-01-15T08:39:27.217Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-15T08:39:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T08:39:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.052s coverage: 100.0% of statements [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T08:39:29.178Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.040s coverage: 100.0% of statements [2021-01-15T08:39:29.178Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.753s coverage: 29.1% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.038s coverage: 100.0% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T08:39:30.595Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T08:39:30.595Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-15T08:39:30.870Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-15T08:39:31.131Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-15T08:39:31.395Z] GO111MODULE=on go vet ./... [2021-01-15T08:39:53.545Z] gofmt -l . [2021-01-15T08:39:54.120Z] [ "`gofmt -l .`" = "" ] [2021-01-15T08:39:54.705Z] ./bin/test-go-mod-tidy.sh [2021-01-15T08:39:55.285Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T08:39:57.360Z] + ls -al . [2021-01-15T08:39:57.360Z] total 656 [2021-01-15T08:39:57.360Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 08:39 . [2021-01-15T08:39:57.360Z] drwxr-xr-x 4 root root 28 Jan 15 08:38 .. [2021-01-15T08:39:57.360Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 08:36 .dockerignore [2021-01-15T08:39:57.360Z] drwxrwxr-x 8 1001 1001 179 Jan 15 08:36 .git [2021-01-15T08:39:57.360Z] drwxrwxr-x 3 1001 1001 125 Jan 15 08:36 .github [2021-01-15T08:39:57.360Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 08:36 .gitignore [2021-01-15T08:39:57.360Z] drwx------ 3 1001 1001 47 Jan 15 08:37 .semver [2021-01-15T08:39:57.360Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 08:36 .sonarcloud.properties [2021-01-15T08:39:57.360Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 08:36 Attribution.txt [2021-01-15T08:39:57.360Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 08:36 CONTRIBUTING.md [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 08:36 Dockerfile.build [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 08:36 Jenkinsfile [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 08:36 LICENSE [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 08:36 Makefile [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 08:36 README.md [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 08:36 SECURITY.md [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 08:37 VERSION [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 08:36 ZMQWindows.md [2021-01-15T08:39:57.361Z] drwxrwxr-x 2 1001 1001 117 Jan 15 08:36 bin [2021-01-15T08:39:57.361Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 08:36 cmd [2021-01-15T08:39:57.361Z] -rw-r--r-- 1 root root 550280 Jan 15 08:39 coverage.out [2021-01-15T08:39:57.361Z] -rw-r--r-- 1 root root 979 Jan 15 08:39 go.mod [2021-01-15T08:39:57.361Z] -rw-r--r-- 1 root root 19036 Jan 15 08:39 go.sum [2021-01-15T08:39:57.361Z] drwxrwxr-x 8 1001 1001 127 Jan 15 08:36 internal [2021-01-15T08:39:57.361Z] drwxrwxr-x 4 1001 1001 26 Jan 15 08:36 openapi [2021-01-15T08:39:57.361Z] drwxrwxr-x 4 1001 1001 71 Jan 15 08:36 snap [2021-01-15T08:39:57.361Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 08:36 version.go [Pipeline] sh [2021-01-15T08:39:57.671Z] + '[' -e coverage.out ] [2021-01-15T08:39:57.671Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T08:39:57.879Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T08:39:58.177Z] + make build [2021-01-15T08:39:58.177Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T08:40:02.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T08:40:10.640Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T08:40:11.219Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T08:40:12.625Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T08:40:12.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T08:40:14.303Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T08:40:15.718Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T08:40:17.110Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T08:40:18.074Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T08:40:19.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T08:40:20.055Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-15T08:40:21.593Z] $ docker stop --time=1 c928ddb94de9ab043d441ebbcac56887b0e264e27db6aa89dea1dd486ffaeb25 [2021-01-15T08:40:23.358Z] $ docker rm -f c928ddb94de9ab043d441ebbcac56887b0e264e27db6aa89dea1dd486ffaeb25 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:40:25.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T08:40:25.261Z] [2021-01-15T08:40:25.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:40:25.614Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T08:40:25.614Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T08:40:25.614Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T08:40:25.614Z] ca9280d653b3: Pulling fs layer [2021-01-15T08:40:25.614Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T08:40:25.614Z] cbdbe7a5bc2a: Download complete [2021-01-15T08:40:26.198Z] cbdbe7a5bc2a: Pull complete [2021-01-15T08:40:26.198Z] ca9280d653b3: Verifying Checksum [2021-01-15T08:40:26.198Z] ca9280d653b3: Download complete [2021-01-15T08:40:27.595Z] ca9280d653b3: Pull complete [2021-01-15T08:40:28.170Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T08:40:28.170Z] 7e9c9ca2126c: Download complete [2021-01-15T08:40:34.791Z] 7e9c9ca2126c: Pull complete [2021-01-15T08:40:34.791Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T08:40:34.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T08:40:34.791Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T08:40:34.899Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:40:34.946Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T08:40:38.024Z] $ docker top 8b11957e96989d5739ec3798331d72d16486e1f1574bc65fa4e4a9def01d22f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T08:40:38.534Z] + docker-compose build --help [2021-01-15T08:40:38.534Z] + grep parallel [2021-01-15T08:40:39.485Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T08:40:39.501Z] $ docker stop --time=1 8b11957e96989d5739ec3798331d72d16486e1f1574bc65fa4e4a9def01d22f7 [2021-01-15T08:40:40.899Z] $ docker rm -f 8b11957e96989d5739ec3798331d72d16486e1f1574bc65fa4e4a9def01d22f7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:40:41.530Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T08:40:41.530Z] . [Pipeline] withDockerContainer [2021-01-15T08:40:41.629Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:40:41.680Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T08:40:42.431Z] $ docker top e450c70469ac19857b02e16e33a6841f49b0c3efe748b6947691aaba4b6ae666 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T08:40:42.948Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T08:40:43.896Z] Building docker-core-command-go ... [2021-01-15T08:40:43.896Z] Building docker-core-data-go ... [2021-01-15T08:40:43.896Z] Building docker-core-metadata-go ... [2021-01-15T08:40:43.896Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T08:40:43.896Z] Building docker-security-proxy-setup-go ... [2021-01-15T08:40:43.896Z] Building docker-security-secretstore-setup-go ... [2021-01-15T08:40:43.896Z] Building docker-support-notifications-go ... [2021-01-15T08:40:43.896Z] Building docker-support-scheduler-go ... [2021-01-15T08:40:43.896Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T08:40:43.896Z] Building docker-core-data-go [2021-01-15T08:40:43.896Z] Building docker-security-bootstrap-redis-go [2021-01-15T08:40:43.896Z] Building docker-support-scheduler-go [2021-01-15T08:40:43.896Z] Building docker-support-notifications-go [2021-01-15T08:40:43.896Z] Building docker-security-secretstore-setup-go [2021-01-15T08:40:56.303Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20439 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [Pipeline] { [Pipeline] ws [2021-01-15T08:40:56.357Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T08:41:01.739Z] using credential edgex-jenkins-ssh [2021-01-15T08:41:01.804Z] Cloning the remote Git repository [2021-01-15T08:41:01.894Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:41:02.029Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T08:41:02.119Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:41:02.119Z] > git --version # timeout=10 [2021-01-15T08:41:02.140Z] > git --version # 'git version 2.17.1' [2021-01-15T08:41:02.141Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:41:02.222Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T08:41:16.137Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:16.137Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:41:16.137Z] ---> 2041af0109c8 [2021-01-15T08:41:16.137Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T08:41:16.137Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:16.137Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:41:16.137Z] ---> 2041af0109c8 [2021-01-15T08:41:16.137Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T08:41:16.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:16.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:41:16.137Z] ---> 2041af0109c8 [2021-01-15T08:41:16.137Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T08:41:16.137Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:16.137Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:41:16.137Z] ---> 2041af0109c8 [2021-01-15T08:41:16.137Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T08:41:16.137Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:16.137Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:41:16.137Z] ---> 2041af0109c8 [2021-01-15T08:41:16.137Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:41:16.137Z] ---> Running in aa88d68b79f0 [2021-01-15T08:41:16.137Z] ---> Running in 03cb1a1c6a27 [2021-01-15T08:41:16.137Z] ---> Running in d25e435b9414 [2021-01-15T08:41:16.137Z] ---> Running in c4e99361409d [2021-01-15T08:41:16.137Z] ---> Running in 93636709e1b9 [2021-01-15T08:41:16.402Z] Removing intermediate container 03cb1a1c6a27 [2021-01-15T08:41:16.402Z] ---> 2b766dbe1ac6 [2021-01-15T08:41:16.402Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:41:16.402Z] Removing intermediate container 93636709e1b9 [2021-01-15T08:41:16.402Z] ---> 50f41571ccee [2021-01-15T08:41:16.402Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:41:16.402Z] Removing intermediate container aa88d68b79f0 [2021-01-15T08:41:16.402Z] ---> e056ee12b69a [2021-01-15T08:41:16.402Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:41:16.402Z] Removing intermediate container d25e435b9414 [2021-01-15T08:41:16.402Z] ---> ecbc21895ada [2021-01-15T08:41:16.402Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:41:16.402Z] Removing intermediate container c4e99361409d [2021-01-15T08:41:16.402Z] ---> a72c001e89af [2021-01-15T08:41:16.402Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:41:16.402Z] ---> Running in 3df3b12185e3 [2021-01-15T08:41:16.402Z] ---> Running in 90efc0371bce [2021-01-15T08:41:16.402Z] ---> Running in 2acf5762be3d [2021-01-15T08:41:16.666Z] ---> Running in bbc6ff17ec85 [2021-01-15T08:41:16.666Z] ---> Running in ca3491468e68 [2021-01-15T08:41:18.616Z] Removing intermediate container 3df3b12185e3 [2021-01-15T08:41:18.616Z] ---> 84948ea4c84e [2021-01-15T08:41:18.616Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:41:18.616Z] Removing intermediate container 2acf5762be3d [2021-01-15T08:41:18.616Z] ---> 4a9aa3ee9d44 [2021-01-15T08:41:18.616Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T08:41:18.616Z] ---> Running in 29ac042ee05c [2021-01-15T08:41:18.880Z] ---> Running in 0b31037b88a1 [2021-01-15T08:41:19.143Z] Removing intermediate container ca3491468e68 [2021-01-15T08:41:19.143Z] ---> 6f62fe6de6ec [2021-01-15T08:41:19.143Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T08:41:19.143Z] Removing intermediate container 90efc0371bce [2021-01-15T08:41:19.143Z] ---> 0c1d08cc6368 [2021-01-15T08:41:19.143Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T08:41:19.143Z] Removing intermediate container bbc6ff17ec85 [2021-01-15T08:41:19.143Z] ---> b3263f7b0e8c [2021-01-15T08:41:19.143Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T08:41:19.410Z] ---> Running in 337b6af74d71 [2021-01-15T08:41:19.410Z] ---> Running in b8d34de275c2 [2021-01-15T08:41:19.410Z] ---> Running in d4418695fe3b [2021-01-15T08:41:19.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.527Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.527Z] OK: 233 MiB in 51 packages [2021-01-15T08:41:20.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:20.795Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:21.075Z] OK: 233 MiB in 51 packages [2021-01-15T08:41:21.075Z] Removing intermediate container 29ac042ee05c [2021-01-15T08:41:21.075Z] ---> f0b873797d15 [2021-01-15T08:41:21.075Z] Step 6/22 : COPY go.mod . [2021-01-15T08:41:21.345Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:41:21.345Z] OK: 233 MiB in 51 packages [2021-01-15T08:41:21.345Z] OK: 233 MiB in 51 packages [2021-01-15T08:41:21.609Z] ---> 7199f8a70ae0 [2021-01-15T08:41:21.609Z] Step 7/22 : RUN go mod download [2021-01-15T08:41:21.609Z] ---> Running in ca3cf85e379d [2021-01-15T08:41:21.609Z] Removing intermediate container 0b31037b88a1 [2021-01-15T08:41:21.609Z] ---> 5195581651e1 [2021-01-15T08:41:21.609Z] Step 6/21 : COPY go.mod . [2021-01-15T08:41:22.188Z] ---> eed2b7494dcc [2021-01-15T08:41:22.188Z] Step 7/21 : RUN go mod download [2021-01-15T08:41:22.188Z] ---> Running in 51f540b0ac6d [2021-01-15T08:41:22.188Z] Removing intermediate container b8d34de275c2 [2021-01-15T08:41:22.188Z] ---> a5c121a718d2 [2021-01-15T08:41:22.188Z] Step 6/23 : COPY go.mod . [2021-01-15T08:41:22.188Z] Removing intermediate container 337b6af74d71 [2021-01-15T08:41:22.188Z] ---> 3b85745a49b2 [2021-01-15T08:41:22.188Z] Step 6/24 : COPY go.mod . [2021-01-15T08:41:22.764Z] ---> 4d17c7715cfe [2021-01-15T08:41:22.764Z] Step 7/23 : RUN go mod download [2021-01-15T08:41:22.764Z] ---> d62cfc99dbe3 [2021-01-15T08:41:22.764Z] Step 7/24 : RUN go mod download [2021-01-15T08:41:22.764Z] ---> Running in e3f464e4308d [2021-01-15T08:41:22.764Z] ---> Running in cd4161010ebf [2021-01-15T08:41:23.032Z] OK: 233 MiB in 51 packages [2021-01-15T08:41:24.006Z] Removing intermediate container 51f540b0ac6d [2021-01-15T08:41:24.006Z] ---> 5cbff51ffb6c [2021-01-15T08:41:24.006Z] Step 8/21 : COPY . . [2021-01-15T08:41:24.006Z] Removing intermediate container ca3cf85e379d [2021-01-15T08:41:24.006Z] ---> 84cd43453c5d [2021-01-15T08:41:24.006Z] Step 8/22 : COPY . . [2021-01-15T08:41:24.587Z] Removing intermediate container d4418695fe3b [2021-01-15T08:41:24.587Z] ---> 05dd070f52c4 [2021-01-15T08:41:24.587Z] Step 6/24 : COPY go.mod . [2021-01-15T08:41:28.827Z] ---> b26d3263e4da [2021-01-15T08:41:28.827Z] Step 7/24 : RUN go mod download [2021-01-15T08:41:28.827Z] Removing intermediate container e3f464e4308d [2021-01-15T08:41:28.827Z] ---> df59d70b7be6 [2021-01-15T08:41:28.827Z] Step 8/23 : COPY . . [2021-01-15T08:41:29.411Z] Merging remotes/origin/master commit d2dec7bb39a159e28d5f62adeb961568cd8a4b0a into PR head commit f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:41:29.777Z] ---> Running in 68bf1132ab1f [2021-01-15T08:41:29.934Z] Merge succeeded, producing f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:41:29.935Z] Checking out Revision f0fd85acd280f3d8a40e68e14736161cbc68dab2 (PR-3036) [2021-01-15T08:41:30.039Z] Removing intermediate container cd4161010ebf [2021-01-15T08:41:30.039Z] ---> 831047049dfe [2021-01-15T08:41:30.039Z] Step 8/24 : COPY . . [2021-01-15T08:41:28.458Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T08:41:28.474Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T08:41:28.501Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T08:41:28.539Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:41:28.540Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:41:28.552Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T08:41:29.461Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T08:41:29.511Z] > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 [2021-01-15T08:41:29.825Z] > git remote # timeout=10 [2021-01-15T08:41:29.846Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T08:41:29.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:41:29.876Z] > git merge d2dec7bb39a159e28d5f62adeb961568cd8a4b0a # timeout=10 [2021-01-15T08:41:29.899Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T08:41:29.928Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T08:41:29.953Z] > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 [2021-01-15T08:41:34.356Z] Commit message: "Merge branch 'master' into issue-2994-metadata" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T08:41:35.870Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T08:41:36.276Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T08:41:36.709Z] + sudo service docker restart [2021-01-15T08:41:36.709Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T08:41:38.765Z] provisioning config files... [2021-01-15T08:41:38.805Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3629252418704617332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:41:39.204Z] ---> docker-login.sh [2021-01-15T08:41:39.204Z] nexus3.edgexfoundry.org:10001 [2021-01-15T08:41:40.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:41:40.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:41:40.466Z] Configure a credential helper to remove this warning. See [2021-01-15T08:41:40.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:41:40.466Z] [2021-01-15T08:41:40.466Z] Login Succeeded [2021-01-15T08:41:40.466Z] nexus3.edgexfoundry.org:10002 [2021-01-15T08:41:40.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:41:41.015Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:41:41.015Z] Configure a credential helper to remove this warning. See [2021-01-15T08:41:41.015Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:41:41.015Z] [2021-01-15T08:41:41.015Z] Login Succeeded [2021-01-15T08:41:41.015Z] nexus3.edgexfoundry.org:10003 [2021-01-15T08:41:41.287Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:41:41.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:41:41.559Z] Configure a credential helper to remove this warning. See [2021-01-15T08:41:41.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:41:41.559Z] [2021-01-15T08:41:41.559Z] Login Succeeded [2021-01-15T08:41:41.559Z] nexus3.edgexfoundry.org:10004 [2021-01-15T08:41:41.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:41:42.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:41:42.112Z] Configure a credential helper to remove this warning. See [2021-01-15T08:41:42.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:41:42.112Z] [2021-01-15T08:41:42.112Z] Login Succeeded [2021-01-15T08:41:42.112Z] docker.io [2021-01-15T08:41:42.384Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T08:41:42.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T08:41:42.656Z] Configure a credential helper to remove this warning. See [2021-01-15T08:41:42.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T08:41:42.656Z] [2021-01-15T08:41:42.656Z] Login Succeeded [2021-01-15T08:41:42.656Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T08:41:42.673Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T08:41:43.084Z] ========================================================= [2021-01-15T08:41:43.084Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T08:41:43.084Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:41:43.460Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-15T08:41:46.090Z] Sending build context to Docker daemon 165.6MB [2021-01-15T08:41:46.090Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T08:41:46.090Z] Step 2/6 : FROM ${BASE} [2021-01-15T08:41:46.090Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T08:41:46.090Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T08:41:46.090Z] a4357932f1b6: Pulling fs layer [2021-01-15T08:41:46.090Z] 18c013af1878: Pulling fs layer [2021-01-15T08:41:46.090Z] 00ac8860ef70: Pulling fs layer [2021-01-15T08:41:46.090Z] 63d7cb157983: Pulling fs layer [2021-01-15T08:41:46.090Z] b116817d02f9: Pulling fs layer [2021-01-15T08:41:46.090Z] 745a02a5169b: Pulling fs layer [2021-01-15T08:41:46.090Z] 00ac8860ef70: Waiting [2021-01-15T08:41:46.090Z] 63d7cb157983: Waiting [2021-01-15T08:41:46.090Z] 745a02a5169b: Waiting [2021-01-15T08:41:46.090Z] b116817d02f9: Waiting [2021-01-15T08:41:46.090Z] 18c013af1878: Download complete [2021-01-15T08:41:46.090Z] a4357932f1b6: Download complete [2021-01-15T08:41:46.090Z] 63d7cb157983: Verifying Checksum [2021-01-15T08:41:46.090Z] 63d7cb157983: Download complete [2021-01-15T08:41:46.090Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T08:41:46.090Z] 5f621e34cdf4: Download complete [2021-01-15T08:41:46.090Z] b116817d02f9: Verifying Checksum [2021-01-15T08:41:46.090Z] b116817d02f9: Download complete [2021-01-15T08:41:46.690Z] 5f621e34cdf4: Pull complete [2021-01-15T08:41:47.291Z] a4357932f1b6: Pull complete [2021-01-15T08:41:47.567Z] 18c013af1878: Pull complete [2021-01-15T08:41:49.006Z] 745a02a5169b: Verifying Checksum [2021-01-15T08:41:49.006Z] 745a02a5169b: Download complete [2021-01-15T08:41:51.001Z] 00ac8860ef70: Verifying Checksum [2021-01-15T08:41:51.001Z] 00ac8860ef70: Download complete [2021-01-15T08:41:52.203Z] Removing intermediate container 68bf1132ab1f [2021-01-15T08:41:52.203Z] ---> 1f9f67f21d65 [2021-01-15T08:41:52.203Z] Step 8/24 : COPY . . [2021-01-15T08:42:01.156Z] 00ac8860ef70: Pull complete [2021-01-15T08:42:01.157Z] 63d7cb157983: Pull complete [2021-01-15T08:42:01.429Z] b116817d02f9: Pull complete [2021-01-15T08:42:04.717Z] ---> ec96e047d0a2 [2021-01-15T08:42:04.717Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T08:42:04.717Z] ---> 2fb35276b5a3 [2021-01-15T08:42:04.717Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T08:42:05.732Z] 745a02a5169b: Pull complete [2021-01-15T08:42:05.732Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T08:42:05.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T08:42:05.732Z] ---> b7e6874047d6 [2021-01-15T08:42:05.732Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-15T08:42:07.273Z] ---> Running in 81ade5eb12a2 [2021-01-15T08:42:07.273Z] ---> Running in b3d980d0fa28 [2021-01-15T08:42:07.273Z] ---> d714e9deb189 [2021-01-15T08:42:07.273Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T08:42:07.273Z] ---> e7e445b94fcd [2021-01-15T08:42:07.273Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T08:42:08.676Z] ---> Running in cd9607f55e8b [2021-01-15T08:42:08.676Z] ---> Running in fc346a613983 [2021-01-15T08:42:09.103Z] ---> Running in 617a04ab264f [2021-01-15T08:42:09.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T08:42:09.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T08:42:09.544Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T08:42:10.084Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:42:10.137Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T08:42:11.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:42:12.733Z] ---> ee169fc4b4f1 [2021-01-15T08:42:12.733Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T08:42:13.025Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T08:42:13.297Z] (2/12) Installing file (5.38-r0) [2021-01-15T08:42:13.297Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T08:42:13.323Z] ---> Running in b10b49bcca4f [2021-01-15T08:42:13.568Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T08:42:14.302Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T08:42:23.678Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T08:42:23.679Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T08:42:23.679Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T08:42:23.679Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T08:42:23.948Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T08:42:23.948Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T08:42:23.948Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T08:42:24.216Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T08:42:24.217Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:42:24.217Z] OK: 217 MiB in 51 packages [2021-01-15T08:42:28.525Z] Removing intermediate container 617a04ab264f [2021-01-15T08:42:28.525Z] ---> 371d7c2136f3 [2021-01-15T08:42:28.525Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T08:42:28.525Z] ---> Running in 650a7e5a07fb [2021-01-15T08:42:28.525Z] Removing intermediate container 650a7e5a07fb [2021-01-15T08:42:28.525Z] ---> c1f61fab3140 [2021-01-15T08:42:28.525Z] Step 5/6 : COPY go.mod . [2021-01-15T08:42:29.119Z] ---> c86751bd3945 [2021-01-15T08:42:29.119Z] Step 6/6 : RUN go mod download [2021-01-15T08:42:29.119Z] ---> Running in e93adaedbcab [2021-01-15T08:42:36.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T08:42:41.767Z] Removing intermediate container 81ade5eb12a2 [2021-01-15T08:42:41.767Z] ---> 89f044465443 [2021-01-15T08:42:41.767Z] [2021-01-15T08:42:41.767Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T08:42:41.767Z] 3.12: Pulling from library/alpine [2021-01-15T08:42:43.179Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T08:42:44.574Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T08:42:44.574Z] ---> 389fef711851 [2021-01-15T08:42:44.574Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T08:42:44.574Z] Removing intermediate container cd9607f55e8b [2021-01-15T08:42:44.574Z] ---> 5ef13ba8b9ce [2021-01-15T08:42:44.574Z] [2021-01-15T08:42:44.574Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T08:42:44.574Z] ---> 389fef711851 [2021-01-15T08:42:44.574Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T08:42:44.574Z] Removing intermediate container b3d980d0fa28 [2021-01-15T08:42:44.574Z] ---> ab97b3c5a1f4 [2021-01-15T08:42:44.574Z] [2021-01-15T08:42:44.574Z] Step 10/21 : FROM scratch [2021-01-15T08:42:44.574Z] ---> [2021-01-15T08:42:44.574Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:42:44.843Z] ---> Running in 3902a1b29d09 [2021-01-15T08:42:44.843Z] ---> Running in 34fa1868d4eb [2021-01-15T08:42:44.843Z] ---> Running in fb7bb4423f0d [2021-01-15T08:42:45.107Z] Removing intermediate container fb7bb4423f0d [2021-01-15T08:42:45.107Z] ---> 51ba84a8cb92 [2021-01-15T08:42:45.107Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T08:42:46.058Z] ---> Running in 5f74995fb692 [2021-01-15T08:42:47.026Z] Removing intermediate container b10b49bcca4f [2021-01-15T08:42:47.026Z] ---> 76bb355679d2 [2021-01-15T08:42:47.026Z] [2021-01-15T08:42:47.026Z] Step 10/24 : FROM scratch [2021-01-15T08:42:47.026Z] ---> [2021-01-15T08:42:47.026Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T08:42:47.026Z] Removing intermediate container 5f74995fb692 [2021-01-15T08:42:47.026Z] ---> c8b8b02a55c8 [2021-01-15T08:42:47.026Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T08:42:47.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:47.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:47.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:47.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:47.026Z] ---> Running in 26bdd2bee367 [2021-01-15T08:42:47.026Z] ---> Running in 832686ff45df [2021-01-15T08:42:47.292Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T08:42:47.292Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T08:42:47.292Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:42:47.292Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:42:47.292Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T08:42:47.292Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T08:42:47.292Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T08:42:47.292Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T08:42:48.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T08:42:48.236Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T08:42:48.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:42:48.498Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:42:48.498Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T08:42:48.498Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T08:42:48.498Z] OK: 7 MiB in 19 packages [2021-01-15T08:42:48.498Z] OK: 7 MiB in 19 packages [2021-01-15T08:42:48.760Z] Removing intermediate container 832686ff45df [2021-01-15T08:42:48.760Z] ---> 18f70903cab8 [2021-01-15T08:42:48.760Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:42:48.760Z] Removing intermediate container 26bdd2bee367 [2021-01-15T08:42:48.760Z] ---> 775d574a65b8 [2021-01-15T08:42:48.760Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T08:42:49.714Z] ---> Running in 0899edf2c333 [2021-01-15T08:42:50.666Z] ---> 1066831e1c3e [2021-01-15T08:42:50.666Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T08:42:50.666Z] Removing intermediate container fc346a613983 [2021-01-15T08:42:50.666Z] ---> 262fe09ef2bc [2021-01-15T08:42:50.666Z] [2021-01-15T08:42:50.666Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T08:42:50.666Z] ---> 389fef711851 [2021-01-15T08:42:50.666Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:42:50.936Z] Removing intermediate container 0899edf2c333 [2021-01-15T08:42:50.936Z] ---> 540f77e342ae [2021-01-15T08:42:50.936Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T08:42:51.883Z] ---> Running in f3b8ec777f6e [2021-01-15T08:42:51.883Z] ---> Running in 35b69d361b32 [2021-01-15T08:42:52.461Z] Removing intermediate container 3902a1b29d09 [2021-01-15T08:42:52.461Z] ---> 4650d7a974fa [2021-01-15T08:42:52.461Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T08:42:52.461Z] ---> 1da1262ad6c1 [2021-01-15T08:42:52.461Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T08:42:52.461Z] Removing intermediate container 34fa1868d4eb [2021-01-15T08:42:52.461Z] ---> 7923bf9a2da2 [2021-01-15T08:42:52.461Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T08:42:52.461Z] Removing intermediate container f3b8ec777f6e [2021-01-15T08:42:52.461Z] ---> 88bc6f768cf1 [2021-01-15T08:42:52.461Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T08:42:52.461Z] Removing intermediate container 35b69d361b32 [2021-01-15T08:42:52.461Z] ---> 1a663620ee60 [2021-01-15T08:42:52.461Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T08:42:52.722Z] ---> Running in be5732868d64 [2021-01-15T08:42:52.722Z] ---> Running in 7756708d0349 [2021-01-15T08:42:52.722Z] ---> Running in 5dab1ab92bbc [2021-01-15T08:42:52.722Z] ---> adba4bad1bb9 [2021-01-15T08:42:52.722Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T08:42:52.984Z] Removing intermediate container be5732868d64 [2021-01-15T08:42:52.984Z] ---> 292012889499 [2021-01-15T08:42:52.984Z] Step 13/22 : WORKDIR / [2021-01-15T08:42:52.984Z] ---> 7e1cdcfef03c [2021-01-15T08:42:52.984Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T08:42:52.984Z] ---> Running in 63353f784402 [2021-01-15T08:42:52.984Z] Removing intermediate container 7756708d0349 [2021-01-15T08:42:52.984Z] ---> 131fc96703f4 [2021-01-15T08:42:52.984Z] Step 13/24 : WORKDIR / [2021-01-15T08:42:53.252Z] Removing intermediate container 5dab1ab92bbc [2021-01-15T08:42:53.252Z] ---> 1057402c39ea [2021-01-15T08:42:53.252Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T08:42:53.252Z] ---> Running in f32bfc0707a3 [2021-01-15T08:42:53.252Z] ---> Running in d4a98f481d19 [2021-01-15T08:42:53.252Z] ---> Running in 514976ebc4be [2021-01-15T08:42:53.829Z] Removing intermediate container 63353f784402 [2021-01-15T08:42:53.829Z] ---> a5a7832be852 [2021-01-15T08:42:53.829Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:42:54.782Z] ---> Running in 99ec11ce5d81 [2021-01-15T08:42:54.782Z] ---> dc1f98c510ef [2021-01-15T08:42:54.782Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T08:42:54.782Z] Removing intermediate container 514976ebc4be [2021-01-15T08:42:54.782Z] ---> 3a6586284cb9 [2021-01-15T08:42:54.782Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:42:54.782Z] Removing intermediate container d4a98f481d19 [2021-01-15T08:42:54.782Z] ---> a7edbd1e204b [2021-01-15T08:42:54.782Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T08:42:54.782Z] Removing intermediate container f32bfc0707a3 [2021-01-15T08:42:54.782Z] ---> b5ebc1c25e9c [2021-01-15T08:42:54.782Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:42:54.782Z] ---> Running in e983239ae680 [2021-01-15T08:42:55.048Z] Removing intermediate container 99ec11ce5d81 [2021-01-15T08:42:55.048Z] ---> c14dd1d2cf28 [2021-01-15T08:42:55.048Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T08:42:55.048Z] ---> e67aeffb5201 [2021-01-15T08:42:55.048Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T08:42:55.317Z] ---> Running in bd02ef3d89c9 [2021-01-15T08:42:55.317Z] ---> 81a5727ae228 [2021-01-15T08:42:55.317Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T08:42:55.317Z] ---> 5f1b89b97279 [2021-01-15T08:42:55.317Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:42:55.579Z] ---> c2c43a02a508 [2021-01-15T08:42:55.579Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T08:42:55.579Z] Removing intermediate container bd02ef3d89c9 [2021-01-15T08:42:55.579Z] ---> e7a6a7ee90ec [2021-01-15T08:42:55.579Z] Step 20/21 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:42:55.840Z] ---> Running in c73529e5622f [2021-01-15T08:42:55.840Z] ---> f2d9c81e22b0 [2021-01-15T08:42:55.840Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T08:42:55.945Z] Removing intermediate container e93adaedbcab [2021-01-15T08:42:55.945Z] ---> 70215796a6b0 [2021-01-15T08:42:55.945Z] Successfully built 70215796a6b0 [2021-01-15T08:42:55.945Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:42:56.101Z] ---> cb4f91c3ec7b [2021-01-15T08:42:56.101Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T08:42:56.285Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T08:42:56.285Z] . [Pipeline] withDockerContainer [2021-01-15T08:42:56.528Z] prd-ubuntu18.04-docker-arm64-4c-16g-20439 does not seem to be running inside a container [2021-01-15T08:42:56.575Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T08:42:57.044Z] ---> e0a15cd187a8 [2021-01-15T08:42:57.044Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T08:42:57.044Z] Removing intermediate container c73529e5622f [2021-01-15T08:42:57.044Z] ---> 81623cbce714 [2021-01-15T08:42:57.044Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T08:42:57.044Z] ---> ed91887c1c74 [2021-01-15T08:42:57.044Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T08:42:57.044Z] ---> 7c47a11cf66a [2021-01-15T08:42:57.044Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T08:42:57.045Z] ---> Running in f117cb8e2f1f [2021-01-15T08:42:57.307Z] ---> 83efb4476e76 [2021-01-15T08:42:57.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T08:42:57.307Z] ---> adc716c54dd0 [2021-01-15T08:42:57.307Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T08:42:57.307Z] Removing intermediate container e983239ae680 [2021-01-15T08:42:57.307Z] ---> 9e0b5dde3b70 [2021-01-15T08:42:57.307Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T08:42:57.569Z] Removing intermediate container f117cb8e2f1f [2021-01-15T08:42:57.569Z] ---> 0b1863109a42 [2021-01-15T08:42:57.569Z] [2021-01-15T08:42:57.569Z] ---> Running in 3c49c7ad745b [2021-01-15T08:42:57.569Z] ---> Running in 455efc1e18ac [2021-01-15T08:42:57.569Z] ---> 2c57d7bb577d [2021-01-15T08:42:57.569Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T08:42:57.831Z] Successfully built 0b1863109a42 [2021-01-15T08:42:57.831Z] ---> 9dc435e86bdf [2021-01-15T08:42:57.831Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T08:42:58.093Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T08:42:58.093Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T08:42:58.058Z] $ docker top 67a12a07dfb1a932ed5e401c8850785c26d012bd9d9a2a4626f8100cdaa27dd9 -eo pid,comm [2021-01-15T08:42:58.358Z] Removing intermediate container 3c49c7ad745b [2021-01-15T08:42:58.358Z] ---> f406e4d549bf [2021-01-15T08:42:58.358Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:42:58.358Z] ---> Running in 84e3fe7823d0 [2021-01-15T08:42:58.358Z] ---> a1c1eeaadf0a [2021-01-15T08:42:58.358Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T08:42:58.358Z] ---> Running in 3a4e7f68ef16 [2021-01-15T08:42:58.358Z] ---> Running in d9c942247d19 [Pipeline] { [Pipeline] sh [2021-01-15T08:42:58.621Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:58.883Z] Removing intermediate container 3a4e7f68ef16 [2021-01-15T08:42:58.883Z] ---> 6de769bb6688 [2021-01-15T08:42:58.883Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T08:42:59.098Z] + go version [2021-01-15T08:42:59.098Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T08:42:59.084Z] $ docker stop --time=1 67a12a07dfb1a932ed5e401c8850785c26d012bd9d9a2a4626f8100cdaa27dd9 [2021-01-15T08:42:59.145Z] ---> Running in e43e7c590013 [2021-01-15T08:42:59.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:42:59.410Z] Removing intermediate container e43e7c590013 [2021-01-15T08:42:59.410Z] ---> 7cae8fdd81ca [2021-01-15T08:42:59.410Z] Step 23/24 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:42:59.674Z] ---> Running in 750700fcc021 [2021-01-15T08:42:59.936Z] Removing intermediate container 750700fcc021 [2021-01-15T08:42:59.936Z] ---> 428f29136657 [2021-01-15T08:42:59.936Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T08:42:59.936Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T08:43:00.512Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T08:43:00.512Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T08:43:01.004Z] $ docker rm -f 67a12a07dfb1a932ed5e401c8850785c26d012bd9d9a2a4626f8100cdaa27dd9 [2021-01-15T08:43:01.085Z] (4/5) Installing libzmq (4.3.3-r0) [Pipeline] // withDockerContainer [2021-01-15T08:43:01.347Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T08:43:01.347Z] Removing intermediate container 84e3fe7823d0 [2021-01-15T08:43:01.347Z] ---> 4fd282c5e897 [2021-01-15T08:43:01.347Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-15T08:43:01.611Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:43:01.611Z] OK: 8 MiB in 19 packages [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:43:02.129Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T08:43:02.129Z] . [Pipeline] withDockerContainer [2021-01-15T08:43:02.185Z] ---> Running in 2d0dfda703b0 [2021-01-15T08:43:02.383Z] prd-ubuntu18.04-docker-arm64-4c-16g-20439 does not seem to be running inside a container [2021-01-15T08:43:02.428Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T08:43:03.133Z] ---> Running in 08b6666bf4a7 [2021-01-15T08:43:03.133Z] Removing intermediate container d9c942247d19 [2021-01-15T08:43:03.133Z] ---> 7c52edf43b65 [2021-01-15T08:43:03.133Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T08:43:03.133Z] ---> Running in 696a4227ece8 [2021-01-15T08:43:03.133Z] Removing intermediate container 2d0dfda703b0 [2021-01-15T08:43:03.133Z] ---> 943bd863d1a8 [2021-01-15T08:43:03.133Z] [2021-01-15T08:43:03.803Z] $ docker top a661251cffe701a201345987b832bb0e3d2d6ec3470b124287c4f99a3a8ef6c8 -eo pid,comm [2021-01-15T08:43:04.085Z] Removing intermediate container 08b6666bf4a7 [2021-01-15T08:43:04.085Z] ---> 6390cb9a363b [2021-01-15T08:43:04.085Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T08:43:04.085Z] Successfully built 943bd863d1a8 [Pipeline] { [Pipeline] echo [2021-01-15T08:43:04.230Z] ========================================================= [2021-01-15T08:43:04.231Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T08:43:04.231Z] ========================================================= [Pipeline] sh [2021-01-15T08:43:04.349Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T08:43:04.349Z] Building docker-security-proxy-setup-go [2021-01-15T08:43:04.869Z] + make test [2021-01-15T08:43:04.870Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T08:43:05.322Z]  Building docker-support-notifications-go ... done  ---> Running in 9c6d69da0314 [2021-01-15T08:43:05.322Z] Removing intermediate container 696a4227ece8 [2021-01-15T08:43:05.322Z] ---> c5f87f611103 [2021-01-15T08:43:05.322Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T08:43:05.588Z] Removing intermediate container 455efc1e18ac [2021-01-15T08:43:05.588Z] ---> c5430fb570b4 [2021-01-15T08:43:05.588Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:43:06.982Z] ---> Running in 9b71b261da02 [2021-01-15T08:43:07.927Z] Removing intermediate container 9c6d69da0314 [2021-01-15T08:43:07.927Z] ---> b1a66f698532 [2021-01-15T08:43:07.927Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:43:10.489Z] ---> 2b770f84a9c7 [2021-01-15T08:43:10.489Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T08:43:10.489Z] ---> Running in 06e77e54e6c4 [2021-01-15T08:43:11.072Z] Removing intermediate container 9b71b261da02 [2021-01-15T08:43:11.072Z] ---> 023652b03f85 [2021-01-15T08:43:11.072Z] Step 23/24 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:43:12.046Z] Removing intermediate container 06e77e54e6c4 [2021-01-15T08:43:12.046Z] ---> 5dd31c317ebf [2021-01-15T08:43:12.046Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:43:12.046Z] ---> Running in 4546b3d7665a [2021-01-15T08:43:12.636Z] ---> a9cc3a441eec [2021-01-15T08:43:12.636Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T08:43:12.636Z] ---> Running in 9a75f78b1f94 [2021-01-15T08:43:12.909Z] Removing intermediate container 4546b3d7665a [2021-01-15T08:43:12.909Z] ---> c3fed6cc5921 [2021-01-15T08:43:12.909Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T08:43:13.186Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:43:13.186Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:43:13.186Z] ---> 2041af0109c8 [2021-01-15T08:43:13.186Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T08:43:13.186Z] ---> Using cache [2021-01-15T08:43:13.186Z] ---> a72c001e89af [2021-01-15T08:43:13.186Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:43:13.186Z] ---> Using cache [2021-01-15T08:43:13.186Z] ---> 6f62fe6de6ec [2021-01-15T08:43:13.186Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T08:43:14.582Z] ---> Running in 8489219858ff [2021-01-15T08:43:14.853Z] ---> Running in ee6bbb16a5ee [2021-01-15T08:43:14.853Z] Removing intermediate container 9a75f78b1f94 [2021-01-15T08:43:14.853Z] ---> 75274df069e4 [2021-01-15T08:43:14.853Z] [2021-01-15T08:43:14.853Z] ---> 48bf690f7247 [2021-01-15T08:43:14.853Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T08:43:14.853Z] Successfully built 75274df069e4 [2021-01-15T08:43:15.126Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T08:43:15.126Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-15T08:43:15.126Z] ---> Running in 89942fb96edf [2021-01-15T08:43:15.126Z] Removing intermediate container ee6bbb16a5ee [2021-01-15T08:43:15.126Z] ---> ca782d29b0fc [2021-01-15T08:43:15.126Z] [2021-01-15T08:43:15.390Z] Successfully built ca782d29b0fc [2021-01-15T08:43:15.390Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T08:43:15.390Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2021-01-15T08:43:15.663Z] Removing intermediate container 89942fb96edf [2021-01-15T08:43:15.664Z] ---> 1bbcf70a80aa [2021-01-15T08:43:15.664Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:43:15.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:43:15.664Z] ---> Running in c903e978f48a [2021-01-15T08:43:16.615Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:43:17.193Z] OK: 233 MiB in 51 packages [2021-01-15T08:43:19.132Z] Removing intermediate container c903e978f48a [2021-01-15T08:43:19.132Z] ---> a1d76d63e35c [2021-01-15T08:43:19.132Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T08:43:19.707Z] ---> Running in a4328987665b [2021-01-15T08:43:22.270Z] Removing intermediate container 8489219858ff [2021-01-15T08:43:22.270Z] ---> 29740289253f [2021-01-15T08:43:22.270Z] Step 6/26 : COPY go.mod . [2021-01-15T08:43:22.270Z] Removing intermediate container a4328987665b [2021-01-15T08:43:22.270Z] ---> 155bbd42bf38 [2021-01-15T08:43:22.270Z] Step 22/23 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:43:22.843Z] ---> Running in 6fd92939797e [2021-01-15T08:43:23.817Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:43:23.817Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:43:23.817Z] ---> 2041af0109c8 [2021-01-15T08:43:23.817Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T08:43:23.817Z] ---> Using cache [2021-01-15T08:43:23.817Z] ---> a72c001e89af [2021-01-15T08:43:23.817Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:43:23.817Z] ---> Using cache [2021-01-15T08:43:23.817Z] ---> 6f62fe6de6ec [2021-01-15T08:43:23.817Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T08:43:23.817Z] ---> Using cache [2021-01-15T08:43:23.817Z] ---> 3b85745a49b2 [2021-01-15T08:43:23.817Z] Step 6/21 : COPY go.mod . [2021-01-15T08:43:23.817Z] ---> Using cache [2021-01-15T08:43:23.817Z] ---> d62cfc99dbe3 [2021-01-15T08:43:23.817Z] Step 7/21 : RUN go mod download [2021-01-15T08:43:23.817Z] ---> Using cache [2021-01-15T08:43:23.817Z] ---> 831047049dfe [2021-01-15T08:43:23.817Z] Step 8/21 : COPY . . [2021-01-15T08:43:24.080Z] ---> 3a357093ff82 [2021-01-15T08:43:24.080Z] Step 7/26 : RUN go mod download [2021-01-15T08:43:24.080Z] ---> Using cache [2021-01-15T08:43:24.080Z] ---> e7e445b94fcd [2021-01-15T08:43:24.080Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T08:43:24.360Z] Removing intermediate container 6fd92939797e [2021-01-15T08:43:24.360Z] ---> 7cb5fbdfae5f [2021-01-15T08:43:24.360Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T08:43:24.360Z] ---> Running in b7294bb260ab [2021-01-15T08:43:24.360Z] ---> Running in 5fcbcbc7ce6a [2021-01-15T08:43:24.360Z] ---> Running in 9085d0b27f57 [2021-01-15T08:43:26.684Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T08:43:26.684Z] Removing intermediate container 9085d0b27f57 [2021-01-15T08:43:26.684Z] ---> 021acb05d8f0 [2021-01-15T08:43:26.684Z] [2021-01-15T08:43:27.034Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T08:43:27.325Z] Successfully built 021acb05d8f0 [2021-01-15T08:43:27.325Z] Successfully tagged docker-core-data-go:latest [2021-01-15T08:43:29.920Z]  Building docker-core-data-go ... done Removing intermediate container b7294bb260ab [2021-01-15T08:43:29.920Z] ---> ac48bd48ab1f [2021-01-15T08:43:29.920Z] Step 8/26 : COPY . . [2021-01-15T08:43:36.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:43:36.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:43:36.625Z] ---> 2041af0109c8 [2021-01-15T08:43:36.625Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> a72c001e89af [2021-01-15T08:43:36.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 6f62fe6de6ec [2021-01-15T08:43:36.625Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 3b85745a49b2 [2021-01-15T08:43:36.625Z] Step 6/22 : COPY go.mod . [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> d62cfc99dbe3 [2021-01-15T08:43:36.625Z] Step 7/22 : RUN go mod download [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 831047049dfe [2021-01-15T08:43:36.625Z] Step 8/22 : COPY . . [2021-01-15T08:43:36.625Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:43:36.625Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:43:36.625Z] ---> 2041af0109c8 [2021-01-15T08:43:36.625Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> a72c001e89af [2021-01-15T08:43:36.625Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 6f62fe6de6ec [2021-01-15T08:43:36.625Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 3b85745a49b2 [2021-01-15T08:43:36.625Z] Step 6/22 : COPY go.mod . [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> d62cfc99dbe3 [2021-01-15T08:43:36.625Z] Step 7/22 : RUN go mod download [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> 831047049dfe [2021-01-15T08:43:36.625Z] Step 8/22 : COPY . . [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> e7e445b94fcd [2021-01-15T08:43:36.625Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T08:43:36.625Z] ---> Using cache [2021-01-15T08:43:36.625Z] ---> e7e445b94fcd [2021-01-15T08:43:36.625Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T08:43:37.616Z] ---> Running in 7a0f4a36fc44 [2021-01-15T08:43:37.616Z] ---> Running in ffb7965a8713 [2021-01-15T08:43:39.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T08:43:39.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T08:43:47.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T08:43:52.126Z] ---> ecce5d99993e [2021-01-15T08:43:52.126Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T08:43:52.408Z] ---> Running in 0956ccbb9612 [2021-01-15T08:43:53.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T08:43:55.324Z] Removing intermediate container 5fcbcbc7ce6a [2021-01-15T08:43:55.324Z] ---> 8979919ccefc [2021-01-15T08:43:55.324Z] [2021-01-15T08:43:55.324Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T08:43:55.324Z] ---> 389fef711851 [2021-01-15T08:43:55.324Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T08:43:55.324Z] ---> Running in 8e46ac0baed8 [2021-01-15T08:43:56.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:43:56.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:43:56.748Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T08:43:57.017Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:43:57.017Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T08:43:57.017Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T08:43:57.017Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:43:57.017Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T08:43:57.017Z] OK: 7 MiB in 18 packages [2021-01-15T08:43:59.656Z] Removing intermediate container 8e46ac0baed8 [2021-01-15T08:43:59.656Z] ---> a0e9fbd3c7f6 [2021-01-15T08:43:59.656Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T08:43:59.656Z] ---> Running in 1c4f934f4c97 [2021-01-15T08:43:59.926Z] Removing intermediate container 1c4f934f4c97 [2021-01-15T08:43:59.926Z] ---> 7e0f924117e3 [2021-01-15T08:43:59.926Z] Step 13/21 : WORKDIR /edgex [2021-01-15T08:44:00.195Z] ---> Running in a5bdc23ef6af [2021-01-15T08:44:00.466Z] Removing intermediate container a5bdc23ef6af [2021-01-15T08:44:00.466Z] ---> 657a75afe95f [2021-01-15T08:44:00.466Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T08:44:01.052Z] ---> f71843501457 [2021-01-15T08:44:01.052Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T08:44:03.628Z] ---> bcf22565ea04 [2021-01-15T08:44:03.628Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T08:44:04.602Z] ---> 6937e458f77d [2021-01-15T08:44:04.602Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T08:44:06.021Z] ---> Running in 598f5907d005 [2021-01-15T08:44:06.021Z] Removing intermediate container ffb7965a8713 [2021-01-15T08:44:06.021Z] ---> 8080c0ce20b8 [2021-01-15T08:44:06.021Z] [2021-01-15T08:44:06.021Z] Step 10/22 : FROM scratch [2021-01-15T08:44:06.021Z] ---> [2021-01-15T08:44:06.021Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:44:06.068Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T08:44:06.620Z] ---> Using cache [2021-01-15T08:44:06.620Z] ---> 51ba84a8cb92 [2021-01-15T08:44:06.620Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T08:44:06.882Z] Removing intermediate container 598f5907d005 [2021-01-15T08:44:06.882Z] ---> 2ce86fb0c4b1 [2021-01-15T08:44:06.882Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T08:44:06.882Z] ---> Running in ab3b0dfa2616 [2021-01-15T08:44:07.143Z] ---> Running in 6bdc62389358 [2021-01-15T08:44:07.417Z] Removing intermediate container ab3b0dfa2616 [2021-01-15T08:44:07.417Z] ---> 7993270c0952 [2021-01-15T08:44:07.417Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T08:44:07.417Z] ---> Running in 4a48ba0d5343 [2021-01-15T08:44:07.417Z] Removing intermediate container 6bdc62389358 [2021-01-15T08:44:07.417Z] ---> 34deaf7e8806 [2021-01-15T08:44:07.417Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T08:44:10.770Z] ---> Running in 1f2c0149f513 [2021-01-15T08:44:10.770Z] Removing intermediate container 4a48ba0d5343 [2021-01-15T08:44:10.770Z] ---> e375b2afd7f6 [2021-01-15T08:44:10.770Z] Step 14/22 : WORKDIR / [2021-01-15T08:44:10.770Z] ---> Running in f20b1868436f [2021-01-15T08:44:10.770Z] Removing intermediate container 7a0f4a36fc44 [2021-01-15T08:44:10.770Z] ---> 44e9a611ab6a [2021-01-15T08:44:10.770Z] [2021-01-15T08:44:10.770Z] Step 10/22 : FROM scratch [2021-01-15T08:44:10.770Z] ---> [2021-01-15T08:44:10.770Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:44:10.770Z] ---> Using cache [2021-01-15T08:44:10.770Z] ---> 51ba84a8cb92 [2021-01-15T08:44:10.770Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T08:44:10.770Z] Removing intermediate container 1f2c0149f513 [2021-01-15T08:44:10.770Z] ---> 879d69380f2f [2021-01-15T08:44:10.770Z] Step 20/21 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:44:10.770Z] ---> Running in 98cea6fd22ff [2021-01-15T08:44:10.770Z] ---> Running in 36d467adbd6c [2021-01-15T08:44:10.770Z] Removing intermediate container f20b1868436f [2021-01-15T08:44:10.770Z] ---> 70564b99cac2 [2021-01-15T08:44:10.770Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:44:10.770Z] Removing intermediate container 98cea6fd22ff [2021-01-15T08:44:10.770Z] ---> 62db6a044517 [2021-01-15T08:44:10.770Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T08:44:11.048Z] Removing intermediate container 36d467adbd6c [2021-01-15T08:44:11.048Z] ---> 5a3455657999 [2021-01-15T08:44:11.048Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T08:44:11.048Z] ---> Running in f6d9227377f6 [2021-01-15T08:44:11.311Z] ---> Running in 882a95e73dab [2021-01-15T08:44:11.311Z] ---> 329ffadcd217 [2021-01-15T08:44:11.311Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T08:44:11.311Z] Removing intermediate container f6d9227377f6 [2021-01-15T08:44:11.311Z] ---> 85ceb2df0644 [2021-01-15T08:44:11.311Z] Step 14/22 : WORKDIR / [2021-01-15T08:44:11.573Z] ---> Running in 02f503ecbfc6 [2021-01-15T08:44:11.573Z] Removing intermediate container 882a95e73dab [2021-01-15T08:44:11.573Z] ---> 6741f7cb7e7c [2021-01-15T08:44:11.573Z] [2021-01-15T08:44:11.834Z] Successfully built 6741f7cb7e7c [2021-01-15T08:44:11.834Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T08:44:11.834Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 02f503ecbfc6 [2021-01-15T08:44:11.834Z] ---> 80df44d4e899 [2021-01-15T08:44:11.834Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:44:11.834Z] ---> a475d32cae5e [2021-01-15T08:44:11.834Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T08:44:12.781Z] ---> 07914bd96b8f [2021-01-15T08:44:12.781Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T08:44:13.356Z] ---> d7c40f1366a2 [2021-01-15T08:44:13.356Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T08:44:13.622Z] ---> 8adc882e42fe [2021-01-15T08:44:13.622Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T08:44:13.622Z] ---> Running in 0a7c60d0b8f5 [2021-01-15T08:44:13.622Z] Removing intermediate container 0956ccbb9612 [2021-01-15T08:44:13.622Z] ---> 4a12a9a39be6 [2021-01-15T08:44:13.622Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T08:44:13.622Z] ---> Running in 1e292a7f1af7 [2021-01-15T08:44:13.889Z] Removing intermediate container 0a7c60d0b8f5 [2021-01-15T08:44:13.889Z] ---> 052fb12dba8a [2021-01-15T08:44:13.889Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:44:13.889Z] ---> Running in 4431b1f294a5 [2021-01-15T08:44:14.152Z] ---> 5064189c0aba [2021-01-15T08:44:14.152Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T08:44:14.152Z] ---> Running in fdc0988d6b1a [2021-01-15T08:44:14.152Z] Removing intermediate container 4431b1f294a5 [2021-01-15T08:44:14.152Z] ---> 90b0b216895e [2021-01-15T08:44:14.152Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T08:44:14.152Z] ---> Running in 9a4ba349480f [2021-01-15T08:44:14.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T08:44:14.414Z] Removing intermediate container fdc0988d6b1a [2021-01-15T08:44:14.414Z] ---> 8b8c9a6c3d11 [2021-01-15T08:44:14.414Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:44:14.988Z] ---> Running in 59f16f04187b [2021-01-15T08:44:15.250Z] Removing intermediate container 9a4ba349480f [2021-01-15T08:44:15.250Z] ---> 4f1d6edb5dbd [2021-01-15T08:44:15.250Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:44:15.250Z] ---> Running in 595aca72a0f0 [2021-01-15T08:44:15.250Z] Removing intermediate container 59f16f04187b [2021-01-15T08:44:15.250Z] ---> 3c03ad2bf0c5 [2021-01-15T08:44:15.250Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T08:44:15.516Z] ---> Running in f06d4e56954d [2021-01-15T08:44:15.516Z] Removing intermediate container 595aca72a0f0 [2021-01-15T08:44:15.516Z] ---> b66780d94347 [2021-01-15T08:44:15.516Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:44:15.779Z] ---> Running in 9119aebad90e [2021-01-15T08:44:15.779Z] Removing intermediate container f06d4e56954d [2021-01-15T08:44:15.779Z] ---> ae0d39b5a6d3 [2021-01-15T08:44:15.779Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:44:15.779Z] ---> Running in 6ecf1b14c890 [2021-01-15T08:44:16.042Z] Removing intermediate container 9119aebad90e [2021-01-15T08:44:16.042Z] ---> 234e3aa2b9ab [2021-01-15T08:44:16.042Z] [2021-01-15T08:44:16.042Z] Removing intermediate container 1e292a7f1af7 [2021-01-15T08:44:16.042Z] ---> 7812cee7cbae [2021-01-15T08:44:16.042Z] [2021-01-15T08:44:16.042Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T08:44:16.042Z] Successfully built 234e3aa2b9ab [2021-01-15T08:44:16.042Z] 20.10.0: Pulling from library/docker [2021-01-15T08:44:16.042Z] Successfully tagged docker-core-command-go:latest [2021-01-15T08:44:16.042Z]  Building docker-core-command-go ... done Removing intermediate container 6ecf1b14c890 [2021-01-15T08:44:16.042Z] ---> a88d44c5b5ff [2021-01-15T08:44:16.042Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:44:16.303Z] ---> Running in 5baf89ce4540 [2021-01-15T08:44:16.885Z] Removing intermediate container 5baf89ce4540 [2021-01-15T08:44:16.885Z] ---> 8d8798e98746 [2021-01-15T08:44:16.885Z] [2021-01-15T08:44:17.147Z] Successfully built 8d8798e98746 [2021-01-15T08:44:17.147Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T08:44:20.469Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T08:44:20.469Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T08:44:20.469Z] ---> aefe523efa57 [2021-01-15T08:44:20.469Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T08:44:20.730Z] ---> Running in a20c6e6d1426 [2021-01-15T08:44:20.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:20.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:21.254Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T08:44:21.254Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T08:44:21.254Z] Executing bash-5.0.17-r0.post-install [2021-01-15T08:44:21.254Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:44:21.254Z] OK: 12 MiB in 22 packages [2021-01-15T08:44:21.827Z] Removing intermediate container a20c6e6d1426 [2021-01-15T08:44:21.827Z] ---> 455c7cb97e8a [2021-01-15T08:44:21.827Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T08:44:21.827Z] ---> Running in 77d72d3efdcf [2021-01-15T08:44:22.091Z] Removing intermediate container 77d72d3efdcf [2021-01-15T08:44:22.091Z] ---> 5893fdc471e2 [2021-01-15T08:44:22.091Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T08:44:22.091Z] ---> Running in 3b8a3a7d9abf [2021-01-15T08:44:22.355Z] Removing intermediate container 3b8a3a7d9abf [2021-01-15T08:44:22.355Z] ---> b341c0dc696d [2021-01-15T08:44:22.355Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T08:44:22.355Z] ---> Running in 0f1284f22e2e [2021-01-15T08:44:22.616Z] Removing intermediate container 0f1284f22e2e [2021-01-15T08:44:22.616Z] ---> 17c86d903dd2 [2021-01-15T08:44:22.616Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T08:44:22.877Z] ---> 75ce0e57a860 [2021-01-15T08:44:22.877Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T08:44:23.138Z] ---> 4f0fba24959e [2021-01-15T08:44:23.138Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T08:44:23.712Z] ---> 99e68f7989fe [2021-01-15T08:44:23.712Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T08:44:23.712Z] ---> Running in e7302bde551a [2021-01-15T08:44:23.973Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:24.235Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:24.235Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T08:44:24.235Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T08:44:24.235Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T08:44:24.235Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T08:44:24.500Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T08:44:24.500Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T08:44:24.500Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T08:44:25.447Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T08:44:25.447Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T08:44:25.447Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T08:44:25.447Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T08:44:25.447Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T08:44:25.447Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T08:44:25.447Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T08:44:25.447Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T08:44:25.447Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T08:44:25.447Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T08:44:25.708Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T08:44:25.969Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T08:44:25.969Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T08:44:25.969Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T08:44:25.969Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T08:44:25.969Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T08:44:25.969Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T08:44:25.969Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T08:44:25.969Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T08:44:25.969Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T08:44:25.969Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T08:44:25.969Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T08:44:25.969Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T08:44:26.231Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T08:44:26.231Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T08:44:26.231Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T08:44:26.231Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:44:26.231Z] OK: 71 MiB in 55 packages [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T08:44:28.314Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T08:44:31.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T08:44:31.310Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T08:44:31.310Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T08:44:34.386Z] Removing intermediate container e7302bde551a [2021-01-15T08:44:34.386Z] ---> 8a402c379954 [2021-01-15T08:44:34.386Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T08:44:34.649Z] ---> Running in 59881897d587 [2021-01-15T08:44:36.145Z] Collecting docker-compose==1.23.2 [2021-01-15T08:44:36.145Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T08:44:36.409Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T08:44:36.409Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T08:44:36.982Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T08:44:36.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T08:44:36.982Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T08:44:36.982Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T08:44:37.559Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T08:44:37.559Z] Collecting PyYAML<4,>=3.10 [2021-01-15T08:44:37.559Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T08:44:38.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2021-01-15T08:44:38.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T08:44:38.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T08:44:38.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T08:44:38.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T08:44:38.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T08:44:39.478Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T08:44:39.478Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T08:44:39.478Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T08:44:39.478Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T08:44:39.740Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T08:44:39.740Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T08:44:39.740Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T08:44:39.740Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T08:44:40.313Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T08:44:40.313Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T08:44:40.313Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T08:44:40.574Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T08:44:40.574Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T08:44:40.574Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T08:44:40.574Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T08:44:40.836Z] Collecting idna<2.8,>=2.5 [2021-01-15T08:44:40.836Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T08:44:40.836Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T08:44:40.836Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T08:44:40.836Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T08:44:40.836Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T08:44:40.836Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T08:44:40.836Z] Installing collected packages: docopt, jsonschema, texttable, PyYAML, cached-property, docker-pycreds, websocket-client, urllib3, idna, requests, docker, dockerpty, docker-compose [2021-01-15T08:44:40.836Z] Running setup.py install for docopt: started [2021-01-15T08:44:41.409Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T08:44:41.409Z] Running setup.py install for texttable: started [2021-01-15T08:44:41.983Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T08:44:41.983Z] Running setup.py install for PyYAML: started [2021-01-15T08:44:42.554Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T08:44:42.554Z] Attempting uninstall: urllib3 [2021-01-15T08:44:42.554Z] Found existing installation: urllib3 1.25.9 [2021-01-15T08:44:42.554Z] Uninstalling urllib3-1.25.9: [2021-01-15T08:44:42.815Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T08:44:42.815Z] Attempting uninstall: idna [2021-01-15T08:44:42.815Z] Found existing installation: idna 2.9 [2021-01-15T08:44:42.815Z] Uninstalling idna-2.9: [2021-01-15T08:44:42.815Z] Successfully uninstalled idna-2.9 [2021-01-15T08:44:43.075Z] Attempting uninstall: requests [2021-01-15T08:44:43.075Z] Found existing installation: requests 2.23.0 [2021-01-15T08:44:43.075Z] Uninstalling requests-2.23.0: [2021-01-15T08:44:43.075Z] Successfully uninstalled requests-2.23.0 [2021-01-15T08:44:43.337Z] Running setup.py install for dockerpty: started [2021-01-15T08:44:43.921Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T08:44:44.183Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T08:44:44.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.455s coverage: 27.0% of statements [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T08:44:44.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T08:44:44.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.072s coverage: 100.0% of statements [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T08:44:44.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.261s coverage: 67.9% of statements [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T08:44:44.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T08:44:45.147Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.669s coverage: 82.3% of statements [2021-01-15T08:44:45.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T08:44:45.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T08:44:45.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T08:44:45.147Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T08:44:46.737Z] Removing intermediate container 59881897d587 [2021-01-15T08:44:46.737Z] ---> 0063726f3b0c [2021-01-15T08:44:46.737Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T08:44:46.997Z] ---> Running in dddd3b29957d [2021-01-15T08:44:47.259Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:47.522Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T08:44:47.522Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:44:47.522Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T08:44:47.522Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T08:44:47.522Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:44:47.522Z] OK: 72 MiB in 58 packages [2021-01-15T08:44:48.098Z] Removing intermediate container dddd3b29957d [2021-01-15T08:44:48.098Z] ---> db76ba072231 [2021-01-15T08:44:48.098Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T08:44:48.098Z] ---> Running in 3eb63846c9ac [2021-01-15T08:44:48.363Z] Removing intermediate container 3eb63846c9ac [2021-01-15T08:44:48.363Z] ---> 57779032d343 [2021-01-15T08:44:48.363Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:44:48.363Z] ---> Running in df887362c80d [2021-01-15T08:44:48.625Z] Removing intermediate container df887362c80d [2021-01-15T08:44:48.625Z] ---> 51d2fdab9dbd [2021-01-15T08:44:48.625Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T08:44:48.625Z] ---> Running in 68d80e120619 [2021-01-15T08:44:48.887Z] Removing intermediate container 68d80e120619 [2021-01-15T08:44:48.887Z] ---> 9d3e12bf9bbe [2021-01-15T08:44:48.887Z] Step 25/26 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:44:48.887Z] ---> Running in 0953c300f8f0 [2021-01-15T08:44:48.887Z] Removing intermediate container 0953c300f8f0 [2021-01-15T08:44:48.887Z] ---> 20d6aa695346 [2021-01-15T08:44:48.887Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T08:44:49.148Z] ---> Running in c59699c9d749 [2021-01-15T08:44:49.148Z] Removing intermediate container c59699c9d749 [2021-01-15T08:44:49.148Z] ---> 4b022c7b311f [2021-01-15T08:44:49.148Z] [2021-01-15T08:44:49.410Z] Successfully built 4b022c7b311f [2021-01-15T08:44:49.410Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T08:44:49.687Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T08:44:49.706Z] $ docker stop --time=1 e450c70469ac19857b02e16e33a6841f49b0c3efe748b6947691aaba4b6ae666 [2021-01-15T08:44:51.301Z] $ docker rm -f e450c70469ac19857b02e16e33a6841f49b0c3efe748b6947691aaba4b6ae666 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T08:44:51.842Z] + docker images [2021-01-15T08:44:51.842Z] + grep docker [2021-01-15T08:44:51.842Z] docker-sys-mgmt-agent-go latest 4b022c7b311f 2 seconds ago 313MB [2021-01-15T08:44:51.842Z] docker-core-metadata-go latest 8d8798e98746 35 seconds ago 13.1MB [2021-01-15T08:44:51.842Z] docker-core-command-go latest 234e3aa2b9ab 36 seconds ago 10.6MB [2021-01-15T08:44:51.842Z] docker-security-proxy-setup-go latest 6741f7cb7e7c 40 seconds ago 24.4MB [2021-01-15T08:44:51.842Z] docker-core-data-go latest 021acb05d8f0 About a minute ago 22.3MB [2021-01-15T08:44:51.842Z] docker-security-secretstore-setup-go latest ca782d29b0fc About a minute ago 24.6MB [2021-01-15T08:44:51.842Z] docker-security-bootstrap-redis-go latest 75274df069e4 About a minute ago 15.8MB [2021-01-15T08:44:51.842Z] docker-support-notifications-go latest 943bd863d1a8 About a minute ago 12MB [2021-01-15T08:44:51.842Z] docker-support-scheduler-go latest 0b1863109a42 About a minute ago 10.7MB [2021-01-15T08:44:51.842Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-15T08:44:53.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.142s coverage: 28.6% of statements [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T08:44:53.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.232s coverage: 100.0% of statements [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T08:44:53.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T08:44:53.451Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.337s coverage: 86.7% of statements [2021-01-15T08:44:53.451Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T08:44:54.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-01-15T08:44:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T08:44:54.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.147s coverage: 78.3% of statements [2021-01-15T08:44:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T08:44:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T08:44:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T08:44:54.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.176s coverage: 92.8% of statements [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.184s coverage: 0.1% of statements [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-15T08:45:03.228Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.123s coverage: 87.2% of statements [2021-01-15T08:45:03.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.165s coverage: 84.2% of statements [2021-01-15T08:45:05.873Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.216s coverage: 91.4% of statements [2021-01-15T08:45:05.873Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T08:45:07.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.653s coverage: 63.5% of statements [2021-01-15T08:45:07.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T08:45:07.310Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T08:45:07.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.105s coverage: 100.0% of statements [2021-01-15T08:45:07.310Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-01-15T08:45:07.615Z] Still waiting to schedule task [2021-01-15T08:45:07.615Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T08:45:08.289Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2021-01-15T08:45:08.562Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.099s coverage: 73.7% of statements [2021-01-15T08:45:09.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-01-15T08:45:12.576Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.828s coverage: 68.9% of statements [2021-01-15T08:45:12.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T08:45:12.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T08:45:12.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T08:45:12.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T08:45:12.576Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T08:45:15.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.453s coverage: 37.0% of statements [2021-01-15T08:45:15.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T08:45:15.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T08:45:15.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.621s coverage: 84.0% of statements [2021-01-15T08:45:15.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements [2021-01-15T08:45:21.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.425s coverage: 47.1% of statements [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T08:45:21.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.125s coverage: 100.0% of statements [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T08:45:21.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-01-15T08:45:21.926Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.868s coverage: 29.1% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.163s coverage: 99.0% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T08:45:25.332Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.116s coverage: 87.9% of statements [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T08:45:25.332Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T08:45:26.320Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-15T08:45:26.596Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-15T08:45:28.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-15T08:45:28.301Z] GO111MODULE=on go vet ./... [2021-01-15T08:46:05.771Z] Running on prd-ubuntu18.04-docker-8c-8g-20441 in /w/workspace/edgexfoundry_edgex-go_PR-3036 [Pipeline] { [Pipeline] ws [2021-01-15T08:46:05.826Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-15T08:46:07.923Z] using credential edgex-jenkins-ssh [2021-01-15T08:46:07.993Z] Cloning the remote Git repository [2021-01-15T08:46:08.020Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:46:08.083Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-15T08:46:08.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:46:08.114Z] > git --version # timeout=10 [2021-01-15T08:46:08.127Z] > git --version # 'git version 2.17.1' [2021-01-15T08:46:08.128Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:46:08.154Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T08:46:13.844Z] Merging remotes/origin/master commit d2dec7bb39a159e28d5f62adeb961568cd8a4b0a into PR head commit f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:46:13.984Z] Merge succeeded, producing f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:46:13.985Z] Checking out Revision f0fd85acd280f3d8a40e68e14736161cbc68dab2 (PR-3036) [2021-01-15T08:46:13.215Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T08:46:13.221Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T08:46:13.235Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T08:46:13.246Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T08:46:13.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:46:13.249Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3036/head:refs/remotes/origin/PR-3036 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T08:46:13.857Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T08:46:13.863Z] > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 [2021-01-15T08:46:13.943Z] > git remote # timeout=10 [2021-01-15T08:46:13.950Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T08:46:13.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T08:46:13.966Z] > git merge d2dec7bb39a159e28d5f62adeb961568cd8a4b0a # timeout=10 [2021-01-15T08:46:13.976Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T08:46:13.991Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T08:46:13.995Z] > git checkout -f f0fd85acd280f3d8a40e68e14736161cbc68dab2 # timeout=10 [2021-01-15T08:46:17.669Z] Commit message: "Merge branch 'master' into issue-2994-metadata" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:46:18.803Z] + echo snap-build.sh [2021-01-15T08:46:18.803Z] snap-build.sh [2021-01-15T08:46:18.803Z] + SNAP_BASE_DIR=. [2021-01-15T08:46:18.803Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-15T08:46:18.803Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-15T08:46:18.803Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-15T08:46:18.803Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-15T08:46:18.803Z] + cd /w/workspace/edgex-go/4 [2021-01-15T08:46:18.803Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T08:46:18.803Z] Reading package lists... [2021-01-15T08:46:18.803Z] Building dependency tree... [2021-01-15T08:46:18.803Z] Reading state information... [2021-01-15T08:46:19.065Z] The following packages were automatically installed and are no longer required: [2021-01-15T08:46:19.065Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T08:46:19.065Z] uidmap xdelta3 [2021-01-15T08:46:19.065Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T08:46:19.065Z] The following packages will be REMOVED: [2021-01-15T08:46:19.065Z] lxd* lxd-client* [2021-01-15T08:46:19.641Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T08:46:19.641Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T08:46:20.689Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-15T08:46:20.689Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T08:46:21.636Z] Removing lxd dnsmasq configuration [2021-01-15T08:46:21.636Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T08:46:21.636Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T08:46:22.587Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T08:46:22.852Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-15T08:46:22.852Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T08:46:24.239Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T08:46:24.239Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T08:46:25.629Z] + sudo snap remove --purge lxd [2021-01-15T08:46:25.891Z] snap "lxd" is not installed [2021-01-15T08:46:25.891Z] + sudo groupadd --force --system lxd [2021-01-15T08:46:25.891Z] ++ whoami [2021-01-15T08:46:25.891Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T08:46:25.891Z] + newgrp - lxd [2021-01-15T08:46:25.891Z] + sudo snap install lxd [2021-01-15T08:46:34.042Z] 2021-01-15T08:46:31Z INFO Waiting for automatic snapd restart... [2021-01-15T08:46:36.358Z] gofmt -l . [2021-01-15T08:46:36.358Z] [ "`gofmt -l .`" = "" ] [2021-01-15T08:46:36.358Z] ./bin/test-go-mod-tidy.sh [2021-01-15T08:46:36.358Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T08:46:37.613Z] + ls -al . [2021-01-15T08:46:37.613Z] total 684 [2021-01-15T08:46:37.613Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 08:46 . [2021-01-15T08:46:37.613Z] drwxr-xr-x 4 root root 4096 Jan 15 08:43 .. [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 08:41 .dockerignore [2021-01-15T08:46:37.613Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 08:41 .git [2021-01-15T08:46:37.613Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 08:41 .github [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 08:41 .gitignore [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 08:41 .sonarcloud.properties [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 08:41 Attribution.txt [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 08:41 CONTRIBUTING.md [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 08:41 Dockerfile.build [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 08:41 Jenkinsfile [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 08:41 LICENSE [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 08:41 Makefile [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 08:41 README.md [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 08:41 SECURITY.md [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 08:37 VERSION [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 08:41 ZMQWindows.md [2021-01-15T08:46:37.613Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 08:41 bin [2021-01-15T08:46:37.613Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 08:41 cmd [2021-01-15T08:46:37.613Z] -rw-r--r-- 1 root root 550280 Jan 15 08:45 coverage.out [2021-01-15T08:46:37.613Z] -rw-r--r-- 1 root root 979 Jan 15 08:46 go.mod [2021-01-15T08:46:37.613Z] -rw-r--r-- 1 root root 19036 Jan 15 08:46 go.sum [2021-01-15T08:46:37.613Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 08:41 internal [2021-01-15T08:46:37.613Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 08:41 openapi [2021-01-15T08:46:37.613Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 08:41 snap [2021-01-15T08:46:37.613Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 08:41 version.go [Pipeline] sh [2021-01-15T08:46:38.279Z] + '[' -e coverage.out ] [2021-01-15T08:46:38.279Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T08:46:38.298Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T08:46:39.561Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T08:46:40.258Z] + make build [2021-01-15T08:46:40.258Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T08:46:50.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T08:46:52.254Z] lxd 4.10 from Canonical* installed [2021-01-15T08:46:52.254Z] + sudo lxd init --auto [2021-01-15T08:46:58.855Z] + sudo snap install --classic snapcraft [2021-01-15T08:47:05.447Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T08:47:05.447Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T08:47:05.447Z] + patch --verbose -p1 [2021-01-15T08:47:05.447Z] Hmm... Looks like a unified diff to me... [2021-01-15T08:47:05.447Z] The text leading up to this was: [2021-01-15T08:47:05.447Z] -------------------------- [2021-01-15T08:47:05.447Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T08:47:05.447Z] |From: Tony Espy [2021-01-15T08:47:05.447Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T08:47:05.447Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T08:47:05.447Z] | [2021-01-15T08:47:05.447Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T08:47:05.447Z] |optimize the snap CI check run for pull requests. When [2021-01-15T08:47:05.447Z] |applied, it essentially strips out everything (apps and [2021-01-15T08:47:05.447Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T08:47:05.447Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T08:47:05.447Z] |catch changes to edgex-go that break the snap build. [2021-01-15T08:47:05.447Z] | [2021-01-15T08:47:05.447Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T08:47:05.447Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T08:47:05.447Z] |resulting in a failed snap build CI check in the associated [2021-01-15T08:47:05.447Z] |pull request. [2021-01-15T08:47:05.447Z] | [2021-01-15T08:47:05.447Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T08:47:05.447Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T08:47:05.447Z] |need to build the finally binary .snap file (and it won't [2021-01-15T08:47:05.447Z] |work with the patch applied). This further reduces the build [2021-01-15T08:47:05.447Z] |time. [2021-01-15T08:47:05.447Z] |--- [2021-01-15T08:47:05.447Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T08:47:05.447Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T08:47:05.447Z] | [2021-01-15T08:47:05.447Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T08:47:05.447Z] |index 1e537489..faf42425 100644 [2021-01-15T08:47:05.447Z] |--- a/snap/snapcraft.yaml [2021-01-15T08:47:05.447Z] |+++ b/snap/snapcraft.yaml [2021-01-15T08:47:05.447Z] -------------------------- [2021-01-15T08:47:05.447Z] patching file snap/snapcraft.yaml [2021-01-15T08:47:05.447Z] Using Plan A... [2021-01-15T08:47:05.447Z] Hunk #1 succeeded at 73. [2021-01-15T08:47:05.447Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T08:47:05.447Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T08:47:05.447Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T08:47:05.447Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T08:47:05.447Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T08:47:05.447Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T08:47:05.447Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T08:47:05.447Z] Hmm... Ignoring the trailing garbage. [2021-01-15T08:47:05.447Z] done [2021-01-15T08:47:05.447Z] + sudo snapcraft prime --use-lxd [2021-01-15T08:47:06.835Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T08:47:06.835Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T08:47:06.835Z] - README.md [2021-01-15T08:47:06.835Z] - snapcraft.yaml.orig [2021-01-15T08:47:06.835Z] [2021-01-15T08:47:06.835Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T08:47:07.098Z] Launching a container. [2021-01-15T08:47:12.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T08:47:15.257Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T08:47:19.344Z] Waiting for container to be ready [2021-01-15T08:47:19.344Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T08:47:19.344Z] [2021-01-15T08:47:19.573Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T08:47:21.013Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T08:47:21.901Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T08:47:22.162Z] Waiting for network to be ready... [2021-01-15T08:47:22.737Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T08:47:22.737Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T08:47:22.737Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T08:47:22.996Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T08:47:22.996Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T08:47:22.996Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T08:47:22.996Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T08:47:22.996Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T08:47:22.996Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T08:47:22.997Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T08:47:23.264Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T08:47:23.525Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T08:47:23.786Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T08:47:23.786Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T08:47:23.786Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T08:47:23.786Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T08:47:23.786Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T08:47:23.786Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T08:47:24.049Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T08:47:24.643Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T08:47:24.643Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T08:47:24.643Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T08:47:24.643Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T08:47:24.643Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T08:47:24.643Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T08:47:24.643Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T08:47:24.643Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T08:47:25.328Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T08:47:26.586Z] Fetched 23.7 MB in 4s (5951 kB/s) [2021-01-15T08:47:27.542Z] Reading package lists... [2021-01-15T08:47:27.543Z] Reading package lists... [2021-01-15T08:47:27.804Z] Building dependency tree... [2021-01-15T08:47:27.804Z] Reading state information... [2021-01-15T08:47:27.805Z] The following additional packages will be installed: [2021-01-15T08:47:27.805Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T08:47:27.805Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T08:47:27.805Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T08:47:27.805Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T08:47:27.805Z] Suggested packages: [2021-01-15T08:47:27.805Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T08:47:27.805Z] Recommended packages: [2021-01-15T08:47:27.805Z] gnupg libsasl2-modules [2021-01-15T08:47:27.805Z] The following NEW packages will be installed: [2021-01-15T08:47:27.805Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T08:47:27.805Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T08:47:27.805Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T08:47:27.805Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T08:47:27.805Z] The following packages will be upgraded: [2021-01-15T08:47:27.805Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T08:47:28.066Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T08:47:28.066Z] Need to get 3532 kB of archives. [2021-01-15T08:47:28.066Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T08:47:28.066Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T08:47:28.066Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T08:47:28.066Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T08:47:28.066Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T08:47:28.066Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T08:47:28.066Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T08:47:28.066Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T08:47:28.637Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T08:47:28.898Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T08:47:28.898Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T08:47:28.898Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T08:47:28.898Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T08:47:28.898Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T08:47:28.898Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T08:47:28.898Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T08:47:28.898Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T08:47:28.898Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T08:47:28.898Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T08:47:29.160Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T08:47:29.160Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T08:47:29.160Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-15T08:47:29.160Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-15T08:47:29.160Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T08:47:29.160Z] Fetched 3532 kB in 1s (3135 kB/s) [2021-01-15T08:47:29.160Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T08:47:29.160Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T08:47:29.160Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T08:47:29.420Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T08:47:29.420Z] Selecting previously unselected package udev. [2021-01-15T08:47:29.420Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T08:47:29.420Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T08:47:29.420Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T08:47:29.647Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T08:47:29.680Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T08:47:29.680Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T08:47:29.680Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T08:47:29.940Z] Selecting previously unselected package fuse. [2021-01-15T08:47:29.940Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T08:47:29.940Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T08:47:29.940Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T08:47:29.940Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T08:47:30.201Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T08:47:30.201Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T08:47:30.201Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T08:47:30.201Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T08:47:30.462Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T08:47:30.462Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T08:47:30.462Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T08:47:30.462Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T08:47:30.462Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.462Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:30.723Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T08:47:30.723Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.723Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:30.723Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T08:47:30.723Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.723Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:30.723Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T08:47:30.723Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.723Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:30.985Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T08:47:30.985Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.985Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:30.985Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T08:47:30.985Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:30.985Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:31.246Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T08:47:31.246Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:31.246Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:31.246Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T08:47:31.246Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:31.246Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:31.507Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T08:47:31.507Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T08:47:31.507Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:31.507Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T08:47:31.507Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T08:47:31.507Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T08:47:31.507Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T08:47:31.507Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T08:47:31.507Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T08:47:31.769Z] Selecting previously unselected package libldap-common. [2021-01-15T08:47:31.769Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T08:47:31.769Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T08:47:31.769Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T08:47:31.769Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T08:47:31.769Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T08:47:31.769Z] Selecting previously unselected package dirmngr. [2021-01-15T08:47:32.033Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T08:47:32.033Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T08:47:32.033Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T08:47:32.033Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T08:47:32.033Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T08:47:32.033Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T08:47:32.033Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T08:47:32.296Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T08:47:32.296Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:32.296Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T08:47:32.296Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T08:47:32.296Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T08:47:32.556Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T08:47:32.824Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:32.824Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T08:47:32.824Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T08:47:32.824Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T08:47:33.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T08:47:33.085Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T08:47:33.085Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T08:47:33.085Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T08:47:33.350Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T08:47:33.611Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T08:47:33.611Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T08:47:33.611Z] This means they are not meant to be enabled using systemctl. [2021-01-15T08:47:33.611Z] Possible reasons for having this kind of units are: [2021-01-15T08:47:33.611Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T08:47:33.611Z] .wants/ or .requires/ directory. [2021-01-15T08:47:33.611Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T08:47:33.611Z] a requirement dependency on it. [2021-01-15T08:47:33.611Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T08:47:33.611Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T08:47:33.611Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T08:47:33.611Z] instance name specified. [2021-01-15T08:47:33.875Z] Reading package lists... [2021-01-15T08:47:34.136Z] Building dependency tree... [2021-01-15T08:47:34.136Z] Reading state information... [2021-01-15T08:47:34.136Z] The following additional packages will be installed: [2021-01-15T08:47:34.136Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T08:47:34.136Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T08:47:34.136Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T08:47:34.136Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T08:47:34.136Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T08:47:34.136Z] Suggested packages: [2021-01-15T08:47:34.136Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T08:47:34.136Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T08:47:34.136Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T08:47:34.136Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T08:47:34.136Z] systemd-container policykit-1 [2021-01-15T08:47:34.136Z] Recommended packages: [2021-01-15T08:47:34.136Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T08:47:34.136Z] The following NEW packages will be installed: [2021-01-15T08:47:34.136Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T08:47:34.136Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T08:47:34.136Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T08:47:34.136Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T08:47:34.136Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T08:47:34.136Z] The following packages will be upgraded: [2021-01-15T08:47:34.136Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T08:47:34.400Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T08:47:34.400Z] Need to get 35.2 MB of archives. [2021-01-15T08:47:34.400Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T08:47:34.400Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T08:47:34.400Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T08:47:34.400Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T08:47:34.400Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T08:47:34.400Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T08:47:34.400Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T08:47:34.400Z] 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-01-15T08:47:34.400Z] 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-01-15T08:47:34.662Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T08:47:34.662Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T08:47:34.662Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T08:47:34.662Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T08:47:34.662Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T08:47:34.662Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T08:47:34.662Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T08:47:34.662Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T08:47:34.662Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T08:47:35.233Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T08:47:35.233Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T08:47:35.233Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T08:47:35.233Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T08:47:35.233Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T08:47:35.233Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T08:47:35.233Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T08:47:35.233Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T08:47:35.233Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T08:47:35.493Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T08:47:35.493Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T08:47:35.493Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T08:47:35.493Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T08:47:36.881Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T08:47:36.882Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-15T08:47:36.882Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T08:47:36.882Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T08:47:36.882Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T08:47:37.344Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T08:47:37.454Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T08:47:37.454Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T08:47:37.715Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T08:47:37.715Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T08:47:37.715Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T08:47:37.715Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T08:47:37.976Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T08:47:37.976Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T08:47:37.976Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T08:47:37.976Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T08:47:38.547Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T08:47:38.547Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T08:47:38.808Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T08:47:38.808Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T08:47:38.808Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T08:47:38.808Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T08:47:39.379Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T08:47:39.380Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T08:47:39.380Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:39.380Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T08:47:39.380Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T08:47:39.380Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T08:47:39.641Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T08:47:39.641Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T08:47:39.641Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:39.903Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T08:47:39.903Z] Checking for services that may need to be restarted...done. [2021-01-15T08:47:39.903Z] Checking for services that may need to be restarted...done. [2021-01-15T08:47:39.903Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:39.903Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T08:47:39.903Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:39.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T08:47:40.476Z] Selecting previously unselected package python3-minimal. [2021-01-15T08:47:40.476Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T08:47:40.476Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T08:47:40.476Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T08:47:40.476Z] Selecting previously unselected package mime-support. [2021-01-15T08:47:40.476Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T08:47:40.476Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T08:47:40.737Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T08:47:40.737Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T08:47:40.737Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T08:47:40.737Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T08:47:40.737Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T08:47:40.737Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:41.001Z] Selecting previously unselected package python3.6. [2021-01-15T08:47:41.001Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T08:47:41.001Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:41.001Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T08:47:41.001Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T08:47:41.001Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T08:47:41.263Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T08:47:41.525Z] Selecting previously unselected package python3. [2021-01-15T08:47:41.525Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T08:47:41.525Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T08:47:41.525Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T08:47:41.525Z] Selecting previously unselected package multiarch-support. [2021-01-15T08:47:41.525Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T08:47:41.525Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T08:47:41.525Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T08:47:41.787Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T08:47:41.787Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T08:47:41.787Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T08:47:41.787Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T08:47:41.787Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T08:47:41.787Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T08:47:41.787Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T08:47:41.787Z] Selecting previously unselected package sudo. [2021-01-15T08:47:41.787Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T08:47:41.787Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T08:47:42.053Z] Selecting previously unselected package apparmor. [2021-01-15T08:47:42.053Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T08:47:42.053Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T08:47:42.315Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T08:47:42.315Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T08:47:42.315Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T08:47:42.315Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T08:47:42.315Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T08:47:42.315Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:42.315Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T08:47:42.315Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T08:47:42.315Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:42.315Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T08:47:42.315Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T08:47:42.577Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T08:47:42.577Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T08:47:42.577Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T08:47:42.577Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:42.577Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T08:47:42.577Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T08:47:42.577Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:42.839Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T08:47:42.839Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T08:47:42.839Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T08:47:42.839Z] Selecting previously unselected package openssh-client. [2021-01-15T08:47:42.839Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T08:47:42.839Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T08:47:43.100Z] Selecting previously unselected package squashfs-tools. [2021-01-15T08:47:43.100Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T08:47:43.100Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T08:47:43.100Z] Selecting previously unselected package snapd. [2021-01-15T08:47:43.100Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T08:47:43.100Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T08:47:43.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T08:47:45.649Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T08:47:45.649Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T08:47:45.649Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T08:47:45.649Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T08:47:45.649Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T08:47:45.649Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:45.649Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T08:47:45.649Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T08:47:45.649Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T08:47:46.223Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T08:47:46.223Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T08:47:46.223Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T08:47:46.223Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:46.485Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:46.485Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T08:47:47.057Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T08:47:47.057Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:47.057Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T08:47:47.057Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T08:47:47.057Z] running python rtupdate hooks for python3.6... [2021-01-15T08:47:47.057Z] running python post-rtupdate hooks for python3.6... [2021-01-15T08:47:47.318Z] Setting up apparmor (2.12-4ubuntu5.1) ... [Pipeline] } [2021-01-15T08:47:47.603Z] $ docker stop --time=1 a661251cffe701a201345987b832bb0e3d2d6ec3470b124287c4f99a3a8ef6c8 [2021-01-15T08:47:48.707Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T08:47:49.280Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T08:47:49.541Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T08:47:49.802Z] Setting up snapd (2.48+18.04) ... [2021-01-15T08:47:50.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T08:47:50.156Z] $ docker rm -f a661251cffe701a201345987b832bb0e3d2d6ec3470b124287c4f99a3a8ef6c8 [2021-01-15T08:47:50.324Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T08:47:50.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T08:47:50.592Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T08:47:50.853Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T08:47:50.853Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T08:47:51.114Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T08:47:51.114Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T08:47:51.375Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T08:47:51.635Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T08:47:51.635Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-15T08:47:51.635Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:47:51.897Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T08:47:52.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T08:47:52.147Z] [2021-01-15T08:47:52.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:47:52.538Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T08:47:52.538Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T08:47:52.538Z] 29e5d40040c1: Pulling fs layer [2021-01-15T08:47:52.538Z] 1ce36da41761: Pulling fs layer [2021-01-15T08:47:52.538Z] 25b303627fd3: Pulling fs layer [2021-01-15T08:47:52.812Z] 29e5d40040c1: Verifying Checksum [2021-01-15T08:47:52.812Z] 29e5d40040c1: Download complete [2021-01-15T08:47:52.843Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T08:47:52.843Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T08:47:52.843Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T08:47:53.408Z] 1ce36da41761: Download complete [2021-01-15T08:47:53.408Z] 29e5d40040c1: Pull complete [2021-01-15T08:47:54.043Z] Reading package lists... [2021-01-15T08:47:54.304Z] Reading package lists... [2021-01-15T08:47:54.304Z] Building dependency tree... [2021-01-15T08:47:54.304Z] Reading state information... [2021-01-15T08:47:54.565Z] Calculating upgrade... [2021-01-15T08:47:54.565Z] The following packages will be upgraded: [2021-01-15T08:47:54.565Z] advancecomp base-files bash binutils binutils-common [2021-01-15T08:47:54.565Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T08:47:54.565Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T08:47:54.565Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T08:47:54.565Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T08:47:54.565Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T08:47:54.565Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T08:47:54.565Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T08:47:54.565Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T08:47:54.565Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T08:47:54.565Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T08:47:54.565Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T08:47:54.565Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T08:47:54.565Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T08:47:54.565Z] ubuntu-keyring util-linux [2021-01-15T08:47:54.827Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T08:47:54.827Z] Need to get 63.7 MB of archives. [2021-01-15T08:47:54.827Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T08:47:54.827Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T08:47:54.827Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T08:47:54.838Z] 1ce36da41761: Pull complete [2021-01-15T08:47:55.109Z] 25b303627fd3: Verifying Checksum [2021-01-15T08:47:55.109Z] 25b303627fd3: Download complete [2021-01-15T08:47:55.398Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T08:47:55.398Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T08:47:55.398Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T08:47:55.398Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T08:47:55.398Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T08:47:55.398Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T08:47:55.398Z] 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-01-15T08:47:55.398Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-15T08:47:55.398Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-15T08:47:55.659Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T08:47:55.659Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T08:47:55.659Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T08:47:55.659Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T08:47:55.659Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T08:47:55.659Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T08:47:55.659Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T08:47:55.659Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T08:47:55.659Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T08:47:55.659Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T08:47:55.659Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T08:47:55.659Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T08:47:55.659Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T08:47:55.659Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T08:47:55.659Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T08:47:55.659Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T08:47:55.659Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T08:47:55.659Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T08:47:55.919Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T08:47:55.919Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T08:47:55.919Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T08:47:55.919Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T08:47:55.919Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-15T08:47:55.919Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T08:47:55.919Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T08:47:55.919Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T08:47:55.919Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-15T08:47:55.919Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T08:47:55.919Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T08:47:55.919Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T08:47:55.919Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T08:47:55.919Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T08:47:55.919Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T08:47:55.919Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T08:47:55.919Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T08:47:55.919Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T08:47:55.919Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T08:47:55.919Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T08:47:55.919Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T08:47:55.919Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T08:47:55.919Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T08:47:55.919Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T08:47:55.919Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T08:47:55.919Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T08:47:55.919Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T08:47:55.919Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T08:47:55.919Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T08:47:55.919Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T08:47:55.919Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T08:47:56.180Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T08:47:56.180Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T08:47:56.180Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T08:47:56.180Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T08:47:56.180Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T08:47:56.180Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T08:47:56.180Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T08:47:56.180Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T08:47:56.180Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T08:47:56.180Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T08:47:56.180Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T08:47:56.180Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T08:47:56.180Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T08:47:56.180Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T08:47:56.180Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T08:47:56.180Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T08:47:56.180Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T08:47:56.440Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T08:47:56.440Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T08:47:56.440Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T08:47:56.440Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T08:47:56.440Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T08:47:56.440Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T08:47:56.440Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T08:47:56.440Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T08:47:56.441Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T08:47:56.700Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T08:47:56.700Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T08:47:57.273Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T08:47:57.533Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T08:47:57.533Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T08:47:57.533Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T08:47:57.793Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T08:47:57.793Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T08:47:57.793Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T08:47:57.793Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T08:47:57.793Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T08:47:58.053Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T08:47:58.053Z] Fetched 63.7 MB in 3s (19.8 MB/s) [2021-01-15T08:47:58.053Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:47:58.053Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T08:47:58.053Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T08:47:58.623Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T08:47:58.623Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T08:47:58.884Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T08:47:58.884Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T08:47:59.456Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:47:59.719Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:47:59.719Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:47:59.719Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:47:59.980Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:47:59.980Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:00.241Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:00.241Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:00.241Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:00.241Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:00.501Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:00.501Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:00.761Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:00.761Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:00.762Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:00.762Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T08:48:00.762Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:01.023Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T08:48:01.023Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:01.023Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T08:48:01.023Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:01.284Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:01.284Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:01.284Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:01.547Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:01.547Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T08:48:01.547Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:01.808Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T08:48:01.808Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T08:48:02.070Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T08:48:02.331Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T08:48:02.591Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T08:48:02.591Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T08:48:02.591Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T08:48:02.591Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T08:48:02.852Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T08:48:02.852Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T08:48:03.113Z] Installing new version of config file /etc/issue ... [2021-01-15T08:48:03.113Z] Installing new version of config file /etc/issue.net ... [2021-01-15T08:48:03.113Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T08:48:03.113Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T08:48:03.381Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T08:48:03.381Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T08:48:03.381Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T08:48:03.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:03.648Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T08:48:03.648Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T08:48:03.648Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T08:48:03.919Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-15T08:48:03.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:03.919Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:03.919Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:04.193Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:04.193Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:04.193Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T08:48:04.193Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T08:48:04.468Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T08:48:04.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:04.468Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T08:48:04.468Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T08:48:04.729Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T08:48:04.991Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:04.991Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T08:48:04.991Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T08:48:04.991Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T08:48:05.249Z] 25b303627fd3: Pull complete [2021-01-15T08:48:05.249Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T08:48:05.249Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T08:48:05.249Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T08:48:05.257Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:05.257Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T08:48:05.257Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] withDockerContainer [2021-01-15T08:48:05.512Z] prd-ubuntu18.04-docker-arm64-4c-16g-20439 does not seem to be running inside a container [2021-01-15T08:48:05.524Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T08:48:05.524Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:05.524Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T08:48:05.524Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T08:48:05.496Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T08:48:05.798Z] Setting up grep (3.1-2build1) ... [2021-01-15T08:48:05.798Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:05.798Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T08:48:05.798Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T08:48:06.060Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T08:48:06.060Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:06.060Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T08:48:06.061Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T08:48:06.322Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T08:48:06.322Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:06.322Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T08:48:06.322Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T08:48:06.895Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T08:48:06.895Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T08:48:06.895Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T08:48:06.895Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T08:48:07.473Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T08:48:07.735Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:07.735Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T08:48:07.735Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T08:48:08.570Z] $ docker top d23bb41ed4877659bfe6645d52c7cfdc9564a67157fa047427e472b9da8291b0 -eo pid,comm [2021-01-15T08:48:08.676Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T08:48:08.676Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T08:48:08.936Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T08:48:08.936Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [Pipeline] { [Pipeline] sh [2021-01-15T08:48:09.202Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T08:48:09.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:09.203Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T08:48:09.203Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T08:48:09.466Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T08:48:09.466Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:09.466Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:09.683Z] + docker-compose build --help [2021-01-15T08:48:09.684Z] + grep parallel [2021-01-15T08:48:09.727Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:09.727Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:09.727Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:09.727Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:09.727Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:09.988Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:09.988Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:09.988Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:09.988Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:10.249Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:10.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:10.249Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:10.249Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:10.822Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:10.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:10.822Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T08:48:10.822Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T08:48:10.822Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T08:48:11.083Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T08:48:11.083Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T08:48:11.083Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:11.083Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T08:48:11.083Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T08:48:11.345Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T08:48:11.345Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:11.345Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:11.345Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:11.607Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:11.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:11.607Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:11.607Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:11.607Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:11.868Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:11.868Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:11.868Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:12.440Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:12.701Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T08:48:12.962Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T08:48:12.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:12.962Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T08:48:12.962Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T08:48:13.064Z] --parallel Build images in parallel. [2021-01-15T08:48:13.224Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [Pipeline] } [2021-01-15T08:48:13.265Z] $ docker stop --time=1 d23bb41ed4877659bfe6645d52c7cfdc9564a67157fa047427e472b9da8291b0 [2021-01-15T08:48:13.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T08:48:13.485Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T08:48:13.485Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T08:48:13.485Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T08:48:13.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:13.747Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T08:48:13.747Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T08:48:13.747Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T08:48:14.009Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:14.009Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T08:48:14.271Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T08:48:14.271Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T08:48:14.532Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:14.532Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T08:48:14.532Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T08:48:14.532Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T08:48:14.792Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:14.792Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T08:48:14.792Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T08:48:15.053Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T08:48:15.053Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:15.053Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T08:48:15.053Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T08:48:15.175Z] $ docker rm -f d23bb41ed4877659bfe6645d52c7cfdc9564a67157fa047427e472b9da8291b0 [2021-01-15T08:48:15.314Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T08:48:15.314Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T08:48:15.314Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T08:48:15.314Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [Pipeline] // withDockerContainer [2021-01-15T08:48:15.574Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T08:48:15.574Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:15.574Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T08:48:15.574Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:48:15.835Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T08:48:15.835Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:15.835Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T08:48:16.073Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T08:48:16.073Z] . [Pipeline] withDockerContainer [2021-01-15T08:48:16.097Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T08:48:16.097Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T08:48:16.331Z] prd-ubuntu18.04-docker-arm64-4c-16g-20439 does not seem to be running inside a container [2021-01-15T08:48:16.357Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:16.357Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T08:48:16.357Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T08:48:16.357Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T08:48:16.315Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T08:48:16.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:16.623Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T08:48:16.623Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T08:48:16.623Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T08:48:16.884Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:16.884Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T08:48:16.884Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T08:48:17.146Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T08:48:17.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:17.407Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T08:48:17.407Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T08:48:17.407Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T08:48:17.407Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:17.407Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T08:48:17.667Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T08:48:17.667Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T08:48:17.708Z] $ docker top 5b30c5be093e3464ea1a48b59259ad6b4f647698ef39a8bd3c72ac5e3d15f9f6 -eo pid,comm [2021-01-15T08:48:17.955Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:17.955Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T08:48:17.955Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T08:48:17.955Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [Pipeline] { [Pipeline] sh [2021-01-15T08:48:18.215Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:18.215Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T08:48:18.215Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T08:48:18.215Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T08:48:18.480Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:18.480Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T08:48:18.480Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T08:48:18.480Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T08:48:18.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:18.744Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T08:48:18.744Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T08:48:18.744Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T08:48:18.897Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T08:48:19.006Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T08:48:19.006Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T08:48:19.006Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T08:48:19.006Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T08:48:19.267Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T08:48:19.267Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T08:48:19.267Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T08:48:19.267Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T08:48:19.267Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T08:48:19.528Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T08:48:19.528Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T08:48:19.790Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T08:48:19.790Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T08:48:19.790Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T08:48:19.790Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T08:48:20.051Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T08:48:20.051Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T08:48:20.051Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T08:48:20.051Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T08:48:20.312Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T08:48:20.313Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T08:48:20.313Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T08:48:20.313Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T08:48:20.576Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T08:48:20.576Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T08:48:20.576Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T08:48:20.576Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T08:48:21.520Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T08:48:21.520Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T08:48:22.095Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T08:48:22.095Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T08:48:22.357Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T08:48:22.357Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T08:48:22.357Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T08:48:22.357Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T08:48:22.620Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T08:48:22.881Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T08:48:22.881Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T08:48:22.881Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T08:48:23.142Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T08:48:23.142Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T08:48:23.189Z] Building docker-core-command-go ... [2021-01-15T08:48:23.189Z] Building docker-core-data-go ... [2021-01-15T08:48:23.189Z] Building docker-core-metadata-go ... [2021-01-15T08:48:23.189Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T08:48:23.189Z] Building docker-security-proxy-setup-go ... [2021-01-15T08:48:23.189Z] Building docker-security-secretstore-setup-go ... [2021-01-15T08:48:23.189Z] Building docker-support-notifications-go ... [2021-01-15T08:48:23.189Z] Building docker-support-scheduler-go ... [2021-01-15T08:48:23.189Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T08:48:23.189Z] Building docker-sys-mgmt-agent-go [2021-01-15T08:48:23.189Z] Building docker-support-notifications-go [2021-01-15T08:48:23.189Z] Building docker-core-data-go [2021-01-15T08:48:23.189Z] Building docker-core-command-go [2021-01-15T08:48:23.189Z] Building docker-security-secretstore-setup-go [2021-01-15T08:48:23.403Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:23.403Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:23.403Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:23.403Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:23.664Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:23.664Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:23.664Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:23.664Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:24.655Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:24.655Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:25.703Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:25.703Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:26.837Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:26.837Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:26.837Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:27.206Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:27.779Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T08:48:27.779Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T08:48:27.779Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T08:48:27.779Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T08:48:28.040Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T08:48:28.040Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T08:48:28.301Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T08:48:28.301Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T08:48:28.301Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T08:48:28.301Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T08:48:28.565Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T08:48:28.565Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T08:48:28.565Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T08:48:28.825Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T08:48:28.825Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T08:48:28.825Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T08:48:29.086Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.086Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T08:48:29.086Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.086Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.086Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.086Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T08:48:29.346Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T08:48:29.346Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T08:48:29.346Z] [2021-01-15T08:48:29.346Z] Current default time zone: 'Etc/UTC' [2021-01-15T08:48:29.346Z] Local time is now: Fri Jan 15 08:48:29 UTC 2021. [2021-01-15T08:48:29.346Z] Universal Time is now: Fri Jan 15 08:48:29 UTC 2021. [2021-01-15T08:48:29.346Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T08:48:29.346Z] [2021-01-15T08:48:29.346Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T08:48:29.346Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.607Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T08:48:29.607Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T08:48:29.607Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T08:48:29.607Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T08:48:29.607Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T08:48:29.607Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T08:48:29.607Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T08:48:29.607Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T08:48:29.869Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:29.869Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T08:48:30.130Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:30.130Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T08:48:30.130Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:30.130Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T08:48:30.130Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T08:48:30.130Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T08:48:30.390Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T08:48:30.390Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T08:48:30.390Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T08:48:30.390Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T08:48:30.390Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T08:48:32.306Z] Updating certificates in /etc/ssl/certs... [2021-01-15T08:48:33.249Z] 22 added, 17 removed; done. [2021-01-15T08:48:33.249Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T08:48:33.249Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T08:48:33.510Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T08:48:33.510Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T08:48:33.510Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T08:48:33.510Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.510Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T08:48:33.510Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.771Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.771Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.771Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.771Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:33.771Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T08:48:33.771Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T08:48:33.771Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T08:48:33.771Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T08:48:34.032Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T08:48:34.032Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:34.032Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T08:48:34.032Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T08:48:34.032Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T08:48:34.032Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T08:48:34.294Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T08:48:34.294Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T08:48:34.294Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T08:48:34.294Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T08:48:34.294Z] Updating certificates in /etc/ssl/certs... [2021-01-15T08:48:35.236Z] 0 added, 0 removed; done. [2021-01-15T08:48:35.236Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T08:48:35.236Z] done. [2021-01-15T08:48:35.497Z] Reading package lists... [2021-01-15T08:48:35.756Z] Building dependency tree... [2021-01-15T08:48:35.756Z] Reading state information... [2021-01-15T08:48:35.756Z] The following NEW packages will be installed: [2021-01-15T08:48:35.756Z] apt-transport-https [2021-01-15T08:48:36.017Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T08:48:36.017Z] Need to get 1696 B of archives. [2021-01-15T08:48:36.017Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T08:48:36.017Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T08:48:36.017Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T08:48:36.017Z] Fetched 1696 B in 0s (26.9 kB/s) [2021-01-15T08:48:36.017Z] Selecting previously unselected package apt-transport-https. [2021-01-15T08:48:36.017Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T08:48:36.017Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T08:48:36.017Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T08:48:36.278Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T08:48:36.539Z] Waiting for network to be ready... [2021-01-15T08:48:43.122Z] 2021-01-15T08:48:39Z INFO Waiting for automatic snapd restart... [2021-01-15T08:48:43.122Z] snapd 2.48.2 from Canonical* installed [2021-01-15T08:48:43.382Z] "snapd" switched to the "latest/stable" channel [2021-01-15T08:48:43.382Z] [2021-01-15T08:48:46.676Z] core18 20201210 from Canonical* installed [2021-01-15T08:48:46.676Z] "core18" switched to the "latest/stable" channel [2021-01-15T08:48:46.676Z] [2021-01-15T08:48:49.972Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T08:48:49.972Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T08:48:49.972Z] [2021-01-15T08:48:53.268Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-15T08:48:53.268Z] - README.md [2021-01-15T08:48:53.268Z] - snapcraft.yaml.orig [2021-01-15T08:48:53.268Z] [2021-01-15T08:48:53.268Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T08:48:59.853Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T08:48:59.853Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T08:49:00.114Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T08:49:00.114Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T08:49:01.314Z] Reading package lists... [2021-01-15T08:49:01.576Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-15T08:49:08.193Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T08:49:08.193Z] Reading package lists... [2021-01-15T08:49:08.193Z] Building dependency tree... [2021-01-15T08:49:08.193Z] Reading state information... [2021-01-15T08:49:08.193Z] Suggested packages: [2021-01-15T08:49:08.193Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T08:49:08.193Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T08:49:08.193Z] Recommended packages: [2021-01-15T08:49:08.193Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T08:49:08.193Z] The following NEW packages will be installed: [2021-01-15T08:49:08.193Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T08:49:08.193Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T08:49:08.193Z] pkg-config zip [2021-01-15T08:49:08.193Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T08:49:08.193Z] Need to get 7655 kB of archives. [2021-01-15T08:49:08.193Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T08:49:08.193Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T08:49:08.193Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T08:49:08.193Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T08:49:08.193Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T08:49:08.193Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T08:49:08.193Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T08:49:08.193Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T08:49:08.193Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T08:49:08.457Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T08:49:08.457Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T08:49:08.457Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T08:49:08.457Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T08:49:08.457Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T08:49:08.717Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T08:49:08.717Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T08:49:08.717Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T08:49:08.717Z] Fetched 7655 kB in 1s (10.4 MB/s) [2021-01-15T08:49:08.717Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T08:49:08.717Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T08:49:08.717Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T08:49:08.978Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T08:49:08.978Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T08:49:08.978Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T08:49:08.978Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T08:49:09.239Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T08:49:09.239Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T08:49:09.239Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T08:49:09.239Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T08:49:09.239Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T08:49:09.239Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T08:49:09.239Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T08:49:09.239Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T08:49:09.239Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T08:49:09.500Z] Selecting previously unselected package liberror-perl. [2021-01-15T08:49:09.500Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T08:49:09.500Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T08:49:09.500Z] Selecting previously unselected package git-man. [2021-01-15T08:49:09.500Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T08:49:09.500Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T08:49:09.761Z] Selecting previously unselected package git. [2021-01-15T08:49:09.761Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T08:49:09.761Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T08:49:10.333Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T08:49:10.333Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T08:49:10.597Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T08:49:10.597Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T08:49:10.597Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T08:49:10.597Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T08:49:10.597Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T08:49:10.597Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T08:49:10.597Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T08:49:10.857Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T08:49:10.857Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T08:49:10.857Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T08:49:10.857Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T08:49:10.857Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T08:49:10.857Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T08:49:10.857Z] Selecting previously unselected package pkg-config. [2021-01-15T08:49:10.857Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T08:49:10.857Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T08:49:11.118Z] Selecting previously unselected package zip. [2021-01-15T08:49:11.118Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T08:49:11.118Z] Unpacking zip (3.0-11build1) ... [2021-01-15T08:49:11.118Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T08:49:11.118Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T08:49:11.118Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T08:49:11.118Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T08:49:11.118Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T08:49:11.379Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T08:49:11.379Z] No schema files found: doing nothing. [2021-01-15T08:49:11.379Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T08:49:11.379Z] Setting up zip (3.0-11build1) ... [2021-01-15T08:49:11.379Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T08:49:11.379Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T08:49:11.379Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T08:49:11.379Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T08:49:11.379Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T08:49:11.379Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T08:49:11.379Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T08:49:11.641Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T08:49:18.234Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T08:49:18.234Z] git set to automatically installed. [2021-01-15T08:49:18.234Z] git-man set to automatically installed. [2021-01-15T08:49:18.234Z] libcurl3-gnutls set to automatically installed. [2021-01-15T08:49:18.234Z] liberror-perl set to automatically installed. [2021-01-15T08:49:18.234Z] libglib2.0-0 set to automatically installed. [2021-01-15T08:49:18.234Z] libnghttp2-14 set to automatically installed. [2021-01-15T08:49:18.234Z] libnorm1 set to automatically installed. [2021-01-15T08:49:18.234Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T08:49:18.234Z] libpsl5 set to automatically installed. [2021-01-15T08:49:18.234Z] librtmp1 set to automatically installed. [2021-01-15T08:49:18.234Z] libsodium23 set to automatically installed. [2021-01-15T08:49:18.234Z] libzmq3-dev set to automatically installed. [2021-01-15T08:49:18.234Z] libzmq5 set to automatically installed. [2021-01-15T08:49:18.234Z] pkg-config set to automatically installed. [2021-01-15T08:49:18.234Z] zip set to automatically installed. [2021-01-15T08:49:20.148Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T08:49:26.756Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T08:49:26.756Z] snap "core18" has no updates available [2021-01-15T08:49:27.329Z] Pulling config-common [2021-01-15T08:49:28.270Z] Pulling go-build-helper [2021-01-15T08:49:31.172Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:49:31.172Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:49:31.172Z] ---> 70215796a6b0 [2021-01-15T08:49:31.172Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T08:49:31.172Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:49:31.172Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:49:31.172Z] ---> 70215796a6b0 [2021-01-15T08:49:31.172Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:49:31.172Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:49:31.172Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:49:31.172Z] ---> 70215796a6b0 [2021-01-15T08:49:31.172Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T08:49:31.172Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:49:31.172Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:49:31.172Z] ---> 70215796a6b0 [2021-01-15T08:49:31.172Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T08:49:31.172Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:49:31.172Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:49:31.172Z] ---> 70215796a6b0 [2021-01-15T08:49:31.172Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T08:49:34.553Z] ---> Running in 4d44f989c1f5 [2021-01-15T08:49:34.553Z] ---> Running in 950ea9db19d8 [2021-01-15T08:49:34.553Z] ---> Running in b7f493b8388c [2021-01-15T08:49:34.553Z] ---> Running in 71f1dc73e2e8 [2021-01-15T08:49:34.553Z] ---> Running in eb083ecb8095 [2021-01-15T08:49:34.830Z] Removing intermediate container 950ea9db19d8 [2021-01-15T08:49:34.830Z] ---> e7fdfbbc9599 [2021-01-15T08:49:34.830Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:49:35.102Z] Removing intermediate container 71f1dc73e2e8 [2021-01-15T08:49:35.102Z] ---> 5b408a854b13 [2021-01-15T08:49:35.102Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:49:35.102Z] Removing intermediate container eb083ecb8095 [2021-01-15T08:49:35.102Z] ---> 0fd134b5828a [2021-01-15T08:49:35.102Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:49:35.102Z] Removing intermediate container b7f493b8388c [2021-01-15T08:49:35.102Z] ---> 3a837e20db0c [2021-01-15T08:49:35.102Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:49:35.102Z] Removing intermediate container 4d44f989c1f5 [2021-01-15T08:49:35.102Z] ---> 26caa2ccac66 [2021-01-15T08:49:35.102Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:49:35.393Z] ---> Running in f6ab4fc6a6e2 [2021-01-15T08:49:35.393Z] ---> Running in 2ed0839342a1 [2021-01-15T08:49:35.393Z] ---> Running in 23871f2dcf38 [2021-01-15T08:49:35.393Z] ---> Running in 4cab7a09bf58 [2021-01-15T08:49:35.393Z] ---> Running in 21c9b621b7a0 [2021-01-15T08:49:39.730Z] Removing intermediate container 2ed0839342a1 [2021-01-15T08:49:39.730Z] ---> c78aa91b90c8 [2021-01-15T08:49:39.730Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T08:49:39.730Z] Removing intermediate container f6ab4fc6a6e2 [2021-01-15T08:49:39.730Z] ---> 716631ed4ec3 [2021-01-15T08:49:39.730Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T08:49:39.730Z] ---> Running in c8a84ccd67ae [2021-01-15T08:49:39.730Z] ---> Running in 707155fdb98c [2021-01-15T08:49:39.730Z] Removing intermediate container 23871f2dcf38 [2021-01-15T08:49:39.730Z] ---> cd0f98cf0895 [2021-01-15T08:49:39.730Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T08:49:39.730Z] Removing intermediate container 21c9b621b7a0 [2021-01-15T08:49:39.730Z] ---> e93f090e827c [2021-01-15T08:49:39.730Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:49:40.004Z] ---> Running in 38e3e098c11b [2021-01-15T08:49:40.004Z] Removing intermediate container 4cab7a09bf58 [2021-01-15T08:49:40.004Z] ---> 8f35101610a7 [2021-01-15T08:49:40.004Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T08:49:40.290Z] ---> Running in dc16c75ceddf [2021-01-15T08:49:40.290Z] ---> Running in 28ebd49369f9 [2021-01-15T08:49:41.274Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:41.547Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:41.820Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.686Z] OK: 217 MiB in 51 packages [2021-01-15T08:49:42.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:49:42.963Z] OK: 217 MiB in 51 packages [2021-01-15T08:49:43.243Z] OK: 217 MiB in 51 packages [2021-01-15T08:49:43.515Z] OK: 217 MiB in 51 packages [2021-01-15T08:49:43.515Z] OK: 217 MiB in 51 packages [2021-01-15T08:49:44.517Z] Removing intermediate container c8a84ccd67ae [2021-01-15T08:49:44.517Z] ---> 6b2d5703a2a9 [2021-01-15T08:49:44.517Z] Step 6/23 : COPY go.mod . [2021-01-15T08:49:44.796Z] Removing intermediate container 707155fdb98c [2021-01-15T08:49:44.796Z] ---> a6b5caa98df1 [2021-01-15T08:49:44.796Z] Step 6/24 : COPY go.mod . [2021-01-15T08:49:45.071Z] Removing intermediate container 38e3e098c11b [2021-01-15T08:49:45.071Z] ---> 55a2d89868d3 [2021-01-15T08:49:45.071Z] Step 6/24 : COPY go.mod . [2021-01-15T08:49:45.351Z] Removing intermediate container dc16c75ceddf [2021-01-15T08:49:45.351Z] ---> 777a60e9fc9c [2021-01-15T08:49:45.351Z] Step 6/22 : COPY go.mod . [2021-01-15T08:49:45.351Z] Removing intermediate container 28ebd49369f9 [2021-01-15T08:49:45.351Z] ---> 3cb6da443c40 [2021-01-15T08:49:45.351Z] Step 6/26 : COPY go.mod . [2021-01-15T08:49:45.630Z] ---> 67572ecbc7ff [2021-01-15T08:49:45.630Z] Step 7/23 : RUN go mod download [2021-01-15T08:49:45.904Z] ---> Running in 35f0bcc46298 [2021-01-15T08:49:45.904Z] ---> fc9099e23c6c [2021-01-15T08:49:45.904Z] Step 7/24 : RUN go mod download [2021-01-15T08:49:46.179Z] ---> Running in 1ec70b068d99 [2021-01-15T08:49:46.179Z] ---> 64dc51d0e905 [2021-01-15T08:49:46.179Z] Step 7/24 : RUN go mod download [2021-01-15T08:49:46.454Z] ---> Running in 14e80cad496c [2021-01-15T08:49:46.730Z] ---> 092bffbc59e0 [2021-01-15T08:49:46.730Z] Step 7/26 : RUN go mod download [2021-01-15T08:49:46.730Z] ---> 8f60f1282bce [2021-01-15T08:49:46.730Z] Step 7/22 : RUN go mod download [2021-01-15T08:49:47.006Z] ---> Running in 1b344f04d328 [2021-01-15T08:49:47.006Z] ---> Running in c664ed6da7c9 [2021-01-15T08:49:50.245Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T08:49:50.245Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T08:49:50.245Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T08:49:50.245Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T08:49:50.245Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T08:49:50.245Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T08:49:50.245Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T08:49:50.245Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T08:49:50.245Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T08:49:50.245Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T08:49:50.245Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T08:49:50.245Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T08:49:50.245Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T08:49:50.245Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T08:49:50.245Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T08:49:50.245Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T08:49:50.245Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T08:49:50.245Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T08:49:50.245Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T08:49:50.245Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T08:49:50.245Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T08:49:50.245Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T08:49:50.245Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T08:49:50.245Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T08:49:50.245Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T08:49:50.245Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T08:49:50.245Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T08:49:50.245Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T08:49:50.245Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T08:49:50.245Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T08:49:50.245Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T08:49:50.245Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T08:49:50.245Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T08:49:50.245Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T08:49:50.245Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T08:49:50.245Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T08:49:50.245Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T08:49:50.245Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T08:49:50.245Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T08:49:50.245Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T08:49:50.245Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T08:49:50.245Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T08:49:50.245Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T08:49:50.245Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T08:49:50.245Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T08:49:50.245Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T08:49:50.245Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T08:49:50.245Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T08:49:50.245Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T08:49:50.245Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T08:49:50.245Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T08:49:50.245Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T08:49:50.245Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T08:49:50.245Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T08:49:50.245Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T08:49:50.245Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T08:49:50.245Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T08:49:50.245Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T08:49:50.245Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T08:49:50.245Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T08:49:50.245Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T08:49:50.245Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T08:49:50.245Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T08:49:50.245Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T08:49:50.429Z] Removing intermediate container 35f0bcc46298 [2021-01-15T08:49:50.429Z] ---> b7522d7ad060 [2021-01-15T08:49:50.429Z] Step 8/23 : COPY . . [2021-01-15T08:49:50.703Z] Removing intermediate container 1ec70b068d99 [2021-01-15T08:49:50.703Z] ---> 8b709f239573 [2021-01-15T08:49:50.703Z] Step 8/24 : COPY . . [2021-01-15T08:49:51.304Z] Removing intermediate container 14e80cad496c [2021-01-15T08:49:51.304Z] ---> 90aa061a7294 [2021-01-15T08:49:51.304Z] Step 8/24 : COPY . . [2021-01-15T08:49:51.900Z] Removing intermediate container c664ed6da7c9 [2021-01-15T08:49:51.900Z] ---> b888929768fc [2021-01-15T08:49:51.900Z] Step 8/22 : COPY . . [2021-01-15T08:49:51.900Z] Removing intermediate container 1b344f04d328 [2021-01-15T08:49:51.900Z] ---> 784f3c96cf3f [2021-01-15T08:49:51.900Z] Step 8/26 : COPY . . [2021-01-15T08:49:53.737Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T08:49:53.737Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T08:49:53.737Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T08:49:53.737Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T08:49:53.737Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T08:49:53.737Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T08:49:53.737Z] Pulling static-packages [2021-01-15T08:49:54.012Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-15T08:49:54.012Z] Skipping pull go-build-helper (already ran) [2021-01-15T08:49:54.012Z] Skipping pull static-packages (already ran) [2021-01-15T08:49:54.012Z] Building go-build-helper [2021-01-15T08:49:58.223Z] Building static-packages [2021-01-15T08:49:59.610Z] Staging go-build-helper [2021-01-15T08:50:00.558Z] Staging static-packages [2021-01-15T08:50:01.501Z] Pulling go115 [2021-01-15T08:50:02.446Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T08:50:02.708Z] Skipping pull go115 (already ran) [2021-01-15T08:50:02.708Z] Building go115 [2021-01-15T08:50:02.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T08:50:02.708Z] Dload Upload Total Spent Left Speed [2021-01-15T08:50:05.626Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 23.0M 0 0 28.8M 0 0:00:04 --:--:-- 0:00:04 28.7M 55 115M 55 63.8M 0 0 35.4M 0 0:00:03 0:00:01 0:00:02 35.4M 92 115M 92 107M 0 0 38.3M 0 0:00:03 0:00:02 0:00:01 38.3M 100 115M 100 115M 0 0 38.9M 0 0:00:02 0:00:02 --:--:-- 38.9M [2021-01-15T08:50:06.198Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T08:50:10.399Z] Staging go115 [2021-01-15T08:50:15.688Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T08:50:15.688Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T08:50:15.688Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T08:50:15.688Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T08:50:15.688Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T08:50:15.688Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T08:50:15.688Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T08:50:15.688Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T08:50:15.688Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T08:50:15.688Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T08:50:15.688Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T08:50:15.688Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T08:50:15.688Z] Pulling edgex-go [2021-01-15T08:50:16.258Z] Pulling version [2021-01-15T08:50:17.199Z] Building config-common [2021-01-15T08:50:18.731Z] ---> 00004d56c61d [2021-01-15T08:50:18.731Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T08:50:18.731Z] ---> b38c5b2f41d3 [2021-01-15T08:50:18.731Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T08:50:18.731Z] ---> 3a1056b56e67 [2021-01-15T08:50:18.731Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T08:50:18.731Z] ---> c46fbdaad107 [2021-01-15T08:50:18.731Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T08:50:18.731Z] ---> Running in ad6aa6f4bef7 [2021-01-15T08:50:18.731Z] ---> Running in 3f033614f8a3 [2021-01-15T08:50:18.731Z] ---> Running in c3c191914134 [2021-01-15T08:50:18.731Z] ---> 5282bf54a3c9 [2021-01-15T08:50:18.731Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T08:50:18.731Z] ---> Running in 18a6424c6399 [2021-01-15T08:50:18.731Z] ---> Running in 73cf50d0d131 [2021-01-15T08:50:18.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T08:50:18.731Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T08:50:18.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T08:50:18.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T08:50:18.731Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T08:50:19.110Z] Skipping build go-build-helper (already ran) [2021-01-15T08:50:19.110Z] Skipping build static-packages (already ran) [2021-01-15T08:50:19.110Z] Skipping build go115 (already ran) [2021-01-15T08:50:19.110Z] Building edgex-go [2021-01-15T08:50:19.110Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-15T08:50:20.492Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T08:50:20.492Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T08:50:20.492Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T08:50:20.492Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T08:50:20.492Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T08:50:20.492Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T08:50:20.492Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T08:50:20.492Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T08:50:20.492Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T08:50:20.492Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T08:50:20.492Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T08:50:20.492Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T08:50:20.492Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T08:50:20.492Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T08:50:20.492Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T08:50:20.757Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T08:50:20.757Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T08:50:20.757Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T08:50:20.757Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T08:50:20.757Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T08:50:20.757Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T08:50:20.758Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T08:50:20.758Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T08:50:20.758Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T08:50:21.020Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T08:50:21.592Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T08:50:22.538Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T08:50:27.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T08:50:33.095Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-15T08:50:33.355Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-15T08:50:34.296Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T08:50:34.867Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-15T08:50:34.867Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T08:50:35.127Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T08:50:35.127Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T08:50:35.127Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T08:50:36.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T08:50:36.510Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T08:50:36.510Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T08:50:37.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T08:50:38.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T08:50:38.835Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T08:50:40.769Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-15T08:50:41.338Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T08:50:42.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T08:50:42.284Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T08:50:44.833Z] Building version [2021-01-15T08:50:46.220Z] Staging config-common [2021-01-15T08:50:47.163Z] Skipping stage go-build-helper (already ran) [2021-01-15T08:50:47.163Z] Skipping stage static-packages (already ran) [2021-01-15T08:50:47.163Z] Skipping stage go115 (already ran) [2021-01-15T08:50:47.163Z] Staging edgex-go [2021-01-15T08:50:48.106Z] Staging version [2021-01-15T08:50:49.047Z] Priming config-common [2021-01-15T08:50:49.987Z] Priming go-build-helper [2021-01-15T08:50:50.931Z] Priming static-packages [2021-01-15T08:50:53.494Z] Priming go115 [2021-01-15T08:50:54.066Z] Priming edgex-go [2021-01-15T08:50:55.470Z] Priming version [2021-01-15T08:50:56.414Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-15T08:51:40.605Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T08:51:55.752Z] Removing intermediate container c3c191914134 [2021-01-15T08:51:55.752Z] ---> a92745ffd46c [2021-01-15T08:51:55.752Z] [2021-01-15T08:51:55.752Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T08:51:55.752Z] 3.12: Pulling from library/alpine [2021-01-15T08:51:55.752Z] Removing intermediate container 73cf50d0d131 [2021-01-15T08:51:55.752Z] ---> 118e834d2054 [2021-01-15T08:51:55.752Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T08:51:55.752Z] ---> Running in 083a0809e0b1 [2021-01-15T08:51:55.752Z] Removing intermediate container 3f033614f8a3 [2021-01-15T08:51:55.752Z] ---> 31bd6767090f [2021-01-15T08:51:55.752Z] [2021-01-15T08:51:55.752Z] Step 10/24 : FROM scratch [2021-01-15T08:51:55.752Z] ---> [2021-01-15T08:51:55.752Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T08:51:55.752Z] ---> Running in e7361c5ad2e8 [2021-01-15T08:51:56.031Z] Removing intermediate container 18a6424c6399 [2021-01-15T08:51:56.031Z] ---> 35e46a48b75d [2021-01-15T08:51:56.031Z] [2021-01-15T08:51:56.031Z] Step 10/22 : FROM scratch [2021-01-15T08:51:56.031Z] ---> [2021-01-15T08:51:56.031Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:51:56.323Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T08:51:56.324Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T08:51:56.324Z] ---> afeebe901d6b [2021-01-15T08:51:56.324Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T08:51:56.601Z] ---> Running in 9c3516b31607 [2021-01-15T08:51:56.601Z] ---> Running in e5f8b8b2f72d [2021-01-15T08:51:56.878Z] Removing intermediate container e7361c5ad2e8 [2021-01-15T08:51:56.878Z] ---> d325f60f01b7 [2021-01-15T08:51:56.878Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T08:51:56.878Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-15T08:51:57.153Z] ---> Running in 91f8d136bb6d [2021-01-15T08:51:57.445Z] Removing intermediate container 9c3516b31607 [2021-01-15T08:51:57.445Z] ---> 4bd1159ca9ff [2021-01-15T08:51:57.445Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T08:51:57.445Z] ---> Running in 86419f838a0c [2021-01-15T08:51:58.053Z] Removing intermediate container 91f8d136bb6d [2021-01-15T08:51:58.053Z] ---> 4abe90ce0b19 [2021-01-15T08:51:58.053Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T08:51:58.334Z] ---> Running in f8c0f2b2728a [2021-01-15T08:51:58.609Z] Removing intermediate container 86419f838a0c [2021-01-15T08:51:58.609Z] ---> 1288b11eb4a4 [2021-01-15T08:51:58.609Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T08:51:58.609Z] ---> Running in f2dc0ddcc02c [2021-01-15T08:51:58.890Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:51:58.890Z] Removing intermediate container f8c0f2b2728a [2021-01-15T08:51:58.890Z] ---> 63eb8f30f2be [2021-01-15T08:51:58.890Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T08:51:59.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:51:59.447Z] Removing intermediate container f2dc0ddcc02c [2021-01-15T08:51:59.447Z] ---> 939141fa3f37 [2021-01-15T08:51:59.447Z] Step 14/22 : WORKDIR / [2021-01-15T08:51:59.447Z] ---> Running in 69acb3a78d6b [2021-01-15T08:51:59.725Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T08:51:59.725Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:52:00.004Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T08:52:00.004Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T08:52:00.004Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T08:52:00.004Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:52:00.004Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T08:52:00.004Z] ---> 9f0f0711859a [2021-01-15T08:52:00.004Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T08:52:00.285Z] OK: 7 MiB in 19 packages [2021-01-15T08:52:00.564Z] Removing intermediate container 69acb3a78d6b [2021-01-15T08:52:00.564Z] ---> 727bcf48c82a [2021-01-15T08:52:00.564Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:52:02.569Z] ---> a87b8206c3bc [2021-01-15T08:52:02.569Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T08:52:02.569Z] Removing intermediate container 083a0809e0b1 [2021-01-15T08:52:02.569Z] ---> 4714e3b9c04b [2021-01-15T08:52:02.569Z] [2021-01-15T08:52:02.569Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T08:52:02.569Z] ---> 402f85f0a5e6 [2021-01-15T08:52:02.569Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T08:52:02.569Z] 20.10.0: Pulling from library/docker [2021-01-15T08:52:02.845Z] Removing intermediate container e5f8b8b2f72d [2021-01-15T08:52:02.845Z] ---> 67bc635c19c1 [2021-01-15T08:52:02.845Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T08:52:03.444Z] ---> Running in 0a686ca03674 [2021-01-15T08:52:05.453Z] Removing intermediate container 0a686ca03674 [2021-01-15T08:52:05.453Z] ---> 7a192b164e25 [2021-01-15T08:52:05.453Z] Step 13/24 : WORKDIR / [2021-01-15T08:52:05.736Z] ---> ff7aef296309 [2021-01-15T08:52:05.736Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T08:52:06.011Z] ---> ee85bf16018d [2021-01-15T08:52:06.011Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:52:06.011Z] ---> Running in 7b980cfb8d2b [2021-01-15T08:52:06.999Z] Removing intermediate container 7b980cfb8d2b [2021-01-15T08:52:06.999Z] ---> 0d820177d506 [2021-01-15T08:52:06.999Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-15T08:52:07.272Z] ---> b2558a1433f9 [2021-01-15T08:52:07.272Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T08:52:07.272Z] ---> 5d86feba0a79 [2021-01-15T08:52:07.272Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T08:52:07.272Z] ---> Running in 694713a8a27e [2021-01-15T08:52:08.728Z] ---> cd799890b8ad [2021-01-15T08:52:08.729Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-15T08:52:09.022Z] Removing intermediate container 694713a8a27e [2021-01-15T08:52:09.022Z] ---> 75644bb0c55e [2021-01-15T08:52:09.022Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:52:09.295Z] ---> Running in e007fe5910d2 [2021-01-15T08:52:09.573Z] ---> 43286dae91fd [2021-01-15T08:52:09.573Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T08:52:09.855Z] ---> fc3a0bf598b1 [2021-01-15T08:52:09.855Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T08:52:10.152Z] Removing intermediate container e007fe5910d2 [2021-01-15T08:52:10.152Z] ---> 61653ef1c05e [2021-01-15T08:52:10.152Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T08:52:11.138Z] ---> Running in b25f2e947419 [2021-01-15T08:52:11.138Z] ---> dabad8899fc0 [2021-01-15T08:52:11.138Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T08:52:11.750Z] ---> f4a1b6f71d19 [2021-01-15T08:52:11.750Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T08:52:11.750Z] ---> Running in 05554d55d72c [2021-01-15T08:52:12.359Z] Removing intermediate container b25f2e947419 [2021-01-15T08:52:12.359Z] ---> 5eadd9105b84 [2021-01-15T08:52:12.359Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:52:13.004Z] ---> Running in 74ee3155d0a6 [2021-01-15T08:52:13.004Z] Removing intermediate container 05554d55d72c [2021-01-15T08:52:13.004Z] ---> 972360988c06 [2021-01-15T08:52:13.004Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:52:14.504Z] ---> Running in 28c8c17c77a7 [2021-01-15T08:52:14.504Z] ---> f163bfd1faa8 [2021-01-15T08:52:14.504Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T08:52:14.504Z] Removing intermediate container ad6aa6f4bef7 [2021-01-15T08:52:14.504Z] ---> 0f1a77e4618e [2021-01-15T08:52:14.505Z] [2021-01-15T08:52:14.505Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T08:52:14.505Z] ---> afeebe901d6b [2021-01-15T08:52:14.505Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:52:14.505Z] Removing intermediate container 74ee3155d0a6 [2021-01-15T08:52:14.505Z] ---> f6c7d774d706 [2021-01-15T08:52:14.505Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:52:14.505Z] ---> Running in 12983b15fe24 [2021-01-15T08:52:14.505Z] ---> Running in c2071dc4abcc [2021-01-15T08:52:14.505Z] Removing intermediate container 28c8c17c77a7 [2021-01-15T08:52:14.505Z] ---> 62f06c556f7c [2021-01-15T08:52:14.505Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T08:52:15.129Z] ---> Running in 23df358d133e [2021-01-15T08:52:15.129Z] Removing intermediate container 12983b15fe24 [2021-01-15T08:52:15.129Z] ---> 2235aa4a528d [2021-01-15T08:52:15.129Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T08:52:15.426Z] Removing intermediate container c2071dc4abcc [2021-01-15T08:52:15.426Z] ---> cab5e7841c7e [2021-01-15T08:52:15.426Z] [2021-01-15T08:52:15.426Z] ---> Running in c09995861740 [2021-01-15T08:52:15.714Z] ---> 219119424119 [2021-01-15T08:52:15.714Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T08:52:15.988Z] Removing intermediate container 23df358d133e [2021-01-15T08:52:15.988Z] ---> 25331b81d8b3 [2021-01-15T08:52:15.988Z] Step 23/24 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:52:16.270Z] Successfully built cab5e7841c7e [2021-01-15T08:52:16.270Z] ---> Running in ef2aeeb7d36b [2021-01-15T08:52:16.270Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T08:52:16.270Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2021-01-15T08:52:16.542Z] Removing intermediate container c09995861740 [2021-01-15T08:52:16.542Z] ---> e46bec3683e2 [2021-01-15T08:52:16.542Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T08:52:16.820Z] ---> Running in b6cd5ca469dd [2021-01-15T08:52:17.101Z] ---> 099182735aa3 [2021-01-15T08:52:17.101Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-15T08:52:17.101Z] Removing intermediate container ef2aeeb7d36b [2021-01-15T08:52:17.101Z] ---> ca561af89b9b [2021-01-15T08:52:17.101Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T08:52:17.101Z] ---> Running in e2b403a3122a [2021-01-15T08:52:17.377Z] ---> Running in 27fb5eb1c257 [2021-01-15T08:52:17.377Z] Removing intermediate container b6cd5ca469dd [2021-01-15T08:52:17.377Z] ---> 004efe02d3ea [2021-01-15T08:52:17.377Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:52:18.805Z] ---> Running in de59c42f1399 [2021-01-15T08:52:18.805Z] Removing intermediate container 27fb5eb1c257 [2021-01-15T08:52:18.805Z] ---> 0ba59993e5e9 [2021-01-15T08:52:18.805Z] [2021-01-15T08:52:19.077Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T08:52:19.077Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T08:52:19.077Z] ---> eeaf43b92773 [2021-01-15T08:52:19.077Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T08:52:19.346Z] Successfully built 0ba59993e5e9 [2021-01-15T08:52:19.942Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T08:52:19.942Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-15T08:52:20.214Z] ---> Running in 5ae5239c6ab5 [2021-01-15T08:52:21.203Z] Removing intermediate container e2b403a3122a [2021-01-15T08:52:21.203Z] ---> 590d704a4f5e [2021-01-15T08:52:21.203Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T08:52:21.203Z] ---> Running in 8d86e594cefe [2021-01-15T08:52:21.477Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:21.749Z] Removing intermediate container de59c42f1399 [2021-01-15T08:52:21.749Z] ---> 048132b6385e [2021-01-15T08:52:21.749Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T08:52:21.749Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:22.019Z] Removing intermediate container 8d86e594cefe [2021-01-15T08:52:22.019Z] ---> 69d52db70c64 [2021-01-15T08:52:22.019Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T08:52:22.292Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T08:52:22.292Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T08:52:22.563Z] Executing bash-5.0.17-r0.post-install [2021-01-15T08:52:22.563Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:52:22.563Z] ---> Running in d60175651a5a [2021-01-15T08:52:22.563Z] OK: 12 MiB in 22 packages [2021-01-15T08:52:23.157Z] ---> Running in 38efe132e23c [2021-01-15T08:52:24.130Z] Removing intermediate container 38efe132e23c [2021-01-15T08:52:24.130Z] ---> 85c3dcdf0a16 [2021-01-15T08:52:24.130Z] Step 23/24 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:52:24.404Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:24.677Z] ---> Running in ed839ccce77a [2021-01-15T08:52:24.677Z] Removing intermediate container 5ae5239c6ab5 [2021-01-15T08:52:24.677Z] ---> d2124961b1ba [2021-01-15T08:52:24.677Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T08:52:24.950Z] ---> Running in a6dfc859d886 [2021-01-15T08:52:25.234Z] Removing intermediate container ed839ccce77a [2021-01-15T08:52:25.234Z] ---> b988dda748e2 [2021-01-15T08:52:25.234Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T08:52:25.234Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:25.511Z] ---> Running in 319ef9872b52 [2021-01-15T08:52:25.511Z] Removing intermediate container a6dfc859d886 [2021-01-15T08:52:25.511Z] ---> a60e23fe5619 [2021-01-15T08:52:25.511Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T08:52:25.786Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T08:52:26.067Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T08:52:26.067Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T08:52:26.067Z] ---> Running in c244f69bbebc [2021-01-15T08:52:26.344Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T08:52:26.344Z] Removing intermediate container 319ef9872b52 [2021-01-15T08:52:26.344Z] ---> 62ffc99815c7 [2021-01-15T08:52:26.344Z] [2021-01-15T08:52:26.344Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T08:52:26.344Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:52:26.619Z] OK: 8 MiB in 19 packages [2021-01-15T08:52:26.619Z] Successfully built 62ffc99815c7 [2021-01-15T08:52:26.893Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T08:52:26.893Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-15T08:52:27.173Z] Removing intermediate container c244f69bbebc [2021-01-15T08:52:27.173Z] ---> a5114978d1cc [2021-01-15T08:52:27.173Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T08:52:27.776Z] ---> Running in bf62050ee5aa [2021-01-15T08:52:28.373Z] Removing intermediate container bf62050ee5aa [2021-01-15T08:52:28.373Z] ---> 25518afea018 [2021-01-15T08:52:28.373Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T08:52:28.373Z] Removing intermediate container d60175651a5a [2021-01-15T08:52:28.373Z] ---> 0b67a8cea92f [2021-01-15T08:52:28.373Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:52:30.364Z] ---> 91e5aecf3e50 [2021-01-15T08:52:30.364Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T08:52:30.364Z] ---> 53a74f595157 [2021-01-15T08:52:30.364Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T08:52:32.348Z] ---> 8d57417efb8d [2021-01-15T08:52:32.348Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T08:52:32.348Z] ---> d13ac787a3d4 [2021-01-15T08:52:32.348Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T08:52:33.806Z] ---> 8e2750db350e [2021-01-15T08:52:33.806Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T08:52:33.806Z] ---> a9d96e3ffbd5 [2021-01-15T08:52:33.806Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T08:52:33.806Z] ---> Running in 6316e5990214 [2021-01-15T08:52:34.081Z] ---> Running in 12476d096e34 [2021-01-15T08:52:35.075Z] Removing intermediate container 12476d096e34 [2021-01-15T08:52:35.075Z] ---> 013164936bdc [2021-01-15T08:52:35.075Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:52:35.348Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:35.625Z] ---> Running in ac32970a39e3 [2021-01-15T08:52:35.625Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:36.223Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T08:52:36.223Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T08:52:36.223Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T08:52:36.223Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T08:52:36.223Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T08:52:36.223Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T08:52:36.223Z] Removing intermediate container ac32970a39e3 [2021-01-15T08:52:36.223Z] ---> d24d4d139b67 [2021-01-15T08:52:36.502Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T08:52:36.502Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T08:52:36.783Z] ---> Running in 9ca536875f79 [2021-01-15T08:52:38.226Z] Removing intermediate container 9ca536875f79 [2021-01-15T08:52:38.226Z] ---> bec55ce88b41 [2021-01-15T08:52:38.226Z] Step 22/23 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:52:38.499Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T08:52:38.499Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T08:52:38.499Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T08:52:38.499Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T08:52:38.499Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T08:52:38.499Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T08:52:38.499Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T08:52:38.774Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T08:52:38.774Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T08:52:38.774Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T08:52:38.774Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T08:52:38.774Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T08:52:38.774Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T08:52:38.774Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T08:52:38.774Z] ---> Running in 5f72a475b709 [2021-01-15T08:52:38.774Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T08:52:38.774Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T08:52:39.048Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T08:52:39.048Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T08:52:39.048Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T08:52:39.048Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T08:52:39.048Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T08:52:39.048Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T08:52:39.048Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T08:52:39.048Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T08:52:39.048Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T08:52:39.048Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T08:52:39.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:52:39.320Z] OK: 71 MiB in 55 packages [2021-01-15T08:52:39.933Z] Removing intermediate container 5f72a475b709 [2021-01-15T08:52:39.933Z] ---> f9f71a87dd37 [2021-01-15T08:52:39.933Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T08:52:40.530Z] ---> Running in 3ac85150d54a [2021-01-15T08:52:41.519Z] Removing intermediate container 3ac85150d54a [2021-01-15T08:52:41.519Z] ---> 905d71b9932a [2021-01-15T08:52:41.519Z] [2021-01-15T08:52:42.119Z] Successfully built 905d71b9932a [2021-01-15T08:52:42.119Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T08:52:42.119Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-15T08:52:48.849Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:52:48.849Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:52:48.849Z] ---> 70215796a6b0 [2021-01-15T08:52:48.849Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:52:48.849Z] ---> Using cache [2021-01-15T08:52:48.849Z] ---> 26caa2ccac66 [2021-01-15T08:52:48.849Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:52:48.849Z] ---> Using cache [2021-01-15T08:52:48.849Z] ---> 8f35101610a7 [2021-01-15T08:52:48.849Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:52:48.849Z] Removing intermediate container 6316e5990214 [2021-01-15T08:52:48.849Z] ---> ed3e6714ca45 [2021-01-15T08:52:48.849Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T08:52:48.849Z] ---> Running in dbd74b1fe53a [2021-01-15T08:52:48.849Z] ---> Running in 61b9cff158cd [2021-01-15T08:52:50.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:51.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:52:52.431Z] OK: 217 MiB in 51 packages [2021-01-15T08:52:55.834Z] Collecting docker-compose==1.23.2 [2021-01-15T08:52:55.834Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T08:52:56.109Z] Removing intermediate container 61b9cff158cd [2021-01-15T08:52:56.110Z] ---> 4adc9b03796d [2021-01-15T08:52:56.110Z] Step 6/22 : COPY go.mod . [2021-01-15T08:52:56.110Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:52:56.110Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:52:56.110Z] ---> 70215796a6b0 [2021-01-15T08:52:56.110Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T08:52:56.110Z] ---> Using cache [2021-01-15T08:52:56.110Z] ---> 26caa2ccac66 [2021-01-15T08:52:56.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:52:56.110Z] ---> Using cache [2021-01-15T08:52:56.110Z] ---> 8f35101610a7 [2021-01-15T08:52:56.110Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T08:52:56.110Z] ---> Using cache [2021-01-15T08:52:56.110Z] ---> 4adc9b03796d [2021-01-15T08:52:56.110Z] Step 6/21 : COPY go.mod . [2021-01-15T08:52:56.721Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T08:52:56.721Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T08:52:57.318Z] ---> ce8607e42244 [2021-01-15T08:52:57.318Z] Step 7/21 : RUN go mod download [2021-01-15T08:52:57.924Z] ---> 68b8ddc6b54f [2021-01-15T08:52:57.924Z] Step 7/22 : RUN go mod download [2021-01-15T08:52:57.924Z] ---> Running in eddc48b446e1 [2021-01-15T08:52:58.213Z] ---> Running in 3e216f34553a [2021-01-15T08:53:00.225Z] Collecting PyYAML<4,>=3.10 [2021-01-15T08:53:00.225Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T08:53:03.645Z] Removing intermediate container eddc48b446e1 [2021-01-15T08:53:03.645Z] ---> 82be475b0b51 [2021-01-15T08:53:03.645Z] Step 8/21 : COPY . . [2021-01-15T08:53:03.921Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:53:03.921Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:53:03.921Z] ---> 70215796a6b0 [2021-01-15T08:53:03.921Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T08:53:03.921Z] ---> Using cache [2021-01-15T08:53:03.921Z] ---> 26caa2ccac66 [2021-01-15T08:53:03.921Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:53:03.921Z] ---> Using cache [2021-01-15T08:53:03.921Z] ---> 8f35101610a7 [2021-01-15T08:53:03.921Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T08:53:03.921Z] ---> Using cache [2021-01-15T08:53:03.921Z] ---> 4adc9b03796d [2021-01-15T08:53:03.921Z] Step 6/21 : COPY go.mod . [2021-01-15T08:53:03.921Z] ---> Using cache [2021-01-15T08:53:03.921Z] ---> 68b8ddc6b54f [2021-01-15T08:53:03.921Z] Step 7/21 : RUN go mod download [2021-01-15T08:53:03.921Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T08:53:04.198Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T08:53:04.198Z] ---> Running in e8a47d5a1246 [2021-01-15T08:53:04.198Z] Removing intermediate container 3e216f34553a [2021-01-15T08:53:04.198Z] ---> 24a0a25b865a [2021-01-15T08:53:04.198Z] Step 8/22 : COPY . . [2021-01-15T08:53:06.832Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-15T08:53:06.832Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T08:53:06.832Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T08:53:09.473Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T08:53:09.473Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T08:53:10.460Z] Removing intermediate container e8a47d5a1246 [2021-01-15T08:53:10.460Z] ---> 7a35f69b3ea2 [2021-01-15T08:53:10.460Z] Step 8/21 : COPY . . [2021-01-15T08:53:10.735Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T08:53:10.735Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T08:53:11.331Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T08:53:11.331Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T08:53:12.317Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T08:53:12.317Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T08:53:12.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T08:53:12.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T08:53:12.916Z] ---> 70215796a6b0 [2021-01-15T08:53:12.916Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T08:53:12.916Z] ---> Using cache [2021-01-15T08:53:12.916Z] ---> 26caa2ccac66 [2021-01-15T08:53:12.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T08:53:12.916Z] ---> Using cache [2021-01-15T08:53:12.916Z] ---> 8f35101610a7 [2021-01-15T08:53:12.916Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T08:53:12.916Z] ---> Using cache [2021-01-15T08:53:12.916Z] ---> 4adc9b03796d [2021-01-15T08:53:12.916Z] Step 6/22 : COPY go.mod . [2021-01-15T08:53:12.916Z] ---> Using cache [2021-01-15T08:53:12.916Z] ---> 68b8ddc6b54f [2021-01-15T08:53:12.916Z] Step 7/22 : RUN go mod download [2021-01-15T08:53:12.916Z] ---> Using cache [2021-01-15T08:53:12.916Z] ---> 7a35f69b3ea2 [2021-01-15T08:53:12.916Z] Step 8/22 : COPY . . [2021-01-15T08:53:13.192Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T08:53:13.464Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T08:53:13.464Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-15T08:53:13.742Z] Collecting idna<2.8,>=2.5 [2021-01-15T08:53:14.017Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T08:53:14.627Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T08:53:14.906Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T08:53:15.181Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-15T08:53:15.181Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T08:53:15.455Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T08:53:15.455Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T08:53:15.455Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T08:53:15.455Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T08:53:15.455Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T08:53:16.432Z] Installing collected packages: dockerpty, PyYAML, texttable, docopt, cached-property, idna, urllib3, requests, jsonschema, docker-pycreds, websocket-client, docker, docker-compose [2021-01-15T08:53:16.432Z] Running setup.py install for dockerpty: started [2021-01-15T08:53:18.676Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T08:53:18.676Z] Running setup.py install for PyYAML: started [2021-01-15T08:53:21.373Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T08:53:21.373Z] Running setup.py install for texttable: started [2021-01-15T08:53:22.818Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T08:53:23.095Z] Running setup.py install for docopt: started [2021-01-15T08:53:25.076Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T08:53:25.076Z] Attempting uninstall: idna [2021-01-15T08:53:25.076Z] Found existing installation: idna 2.9 [2021-01-15T08:53:25.076Z] Uninstalling idna-2.9: [2021-01-15T08:53:25.076Z] Successfully uninstalled idna-2.9 [2021-01-15T08:53:26.069Z] Attempting uninstall: urllib3 [2021-01-15T08:53:26.070Z] Found existing installation: urllib3 1.25.9 [2021-01-15T08:53:26.070Z] Uninstalling urllib3-1.25.9: [2021-01-15T08:53:26.070Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T08:53:26.667Z] Attempting uninstall: requests [2021-01-15T08:53:26.667Z] Found existing installation: requests 2.23.0 [2021-01-15T08:53:26.667Z] Uninstalling requests-2.23.0: [2021-01-15T08:53:26.667Z] Successfully uninstalled requests-2.23.0 [2021-01-15T08:53:36.840Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-15T08:53:36.840Z] ---> b0fd5952c413 [2021-01-15T08:53:36.840Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T08:53:37.114Z] ---> 7d5fd61e637d [2021-01-15T08:53:37.114Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T08:53:37.114Z] ---> Running in 852261fb49a8 [2021-01-15T08:53:37.114Z] ---> f8d15060b489 [2021-01-15T08:53:37.114Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T08:53:37.114Z] ---> Running in bd83bff6facc [2021-01-15T08:53:37.394Z] ---> a3b6c9c871dc [2021-01-15T08:53:37.394Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T08:53:37.667Z] ---> Running in 21fe28ce518a [2021-01-15T08:53:37.667Z] ---> Running in 18160b2b1d11 [2021-01-15T08:53:39.108Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-15T08:53:39.379Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-15T08:53:39.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-15T08:53:39.932Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-15T08:53:40.915Z] Removing intermediate container dbd74b1fe53a [2021-01-15T08:53:40.915Z] ---> eed4067e648a [2021-01-15T08:53:40.915Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T08:53:41.196Z] ---> Running in 9b30c5900ea1 [2021-01-15T08:53:43.183Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:53:43.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:53:44.059Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:53:44.336Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T08:53:44.336Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T08:53:44.336Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:53:44.336Z] OK: 71 MiB in 58 packages [2021-01-15T08:53:46.325Z] Removing intermediate container 9b30c5900ea1 [2021-01-15T08:53:46.325Z] ---> d1c9f0744487 [2021-01-15T08:53:46.325Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T08:53:46.600Z] ---> Running in b09bbfc77c4e [2021-01-15T08:53:47.214Z] Removing intermediate container b09bbfc77c4e [2021-01-15T08:53:47.214Z] ---> b80ec985cd27 [2021-01-15T08:53:47.214Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:53:47.493Z] ---> Running in f14bdf7615da [2021-01-15T08:53:48.098Z] Removing intermediate container f14bdf7615da [2021-01-15T08:53:48.098Z] ---> d34ec645a19a [2021-01-15T08:53:48.098Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T08:53:48.098Z] ---> Running in b6abc1e5b1b9 [2021-01-15T08:53:48.707Z] Removing intermediate container b6abc1e5b1b9 [2021-01-15T08:53:48.707Z] ---> 3f42e4cc19c9 [2021-01-15T08:53:48.707Z] Step 25/26 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:53:48.988Z] ---> Running in e5a2eb540d16 [2021-01-15T08:53:49.603Z] Removing intermediate container e5a2eb540d16 [2021-01-15T08:53:49.603Z] ---> 2b873cfb5fd4 [2021-01-15T08:53:49.603Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T08:53:49.885Z] ---> Running in 245999e8a627 [2021-01-15T08:53:50.496Z] Removing intermediate container 245999e8a627 [2021-01-15T08:53:50.496Z] ---> c49a8b86cb17 [2021-01-15T08:53:50.496Z] [2021-01-15T08:53:51.102Z] Successfully built c49a8b86cb17 [2021-01-15T08:53:51.102Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T08:54:47.682Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T08:54:56.036Z] Removing intermediate container bd83bff6facc [2021-01-15T08:54:56.036Z] ---> c0a4054753b4 [2021-01-15T08:54:56.036Z] [2021-01-15T08:54:56.036Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T08:54:56.036Z] ---> afeebe901d6b [2021-01-15T08:54:56.036Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T08:54:56.036Z] ---> Using cache [2021-01-15T08:54:56.036Z] ---> 67bc635c19c1 [2021-01-15T08:54:56.036Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T08:54:56.036Z] ---> Running in 9b3e8ab49193 [2021-01-15T08:54:57.488Z] Removing intermediate container 9b3e8ab49193 [2021-01-15T08:54:57.488Z] ---> 1c41f60dee45 [2021-01-15T08:54:57.488Z] Step 13/22 : WORKDIR / [2021-01-15T08:54:57.765Z] ---> Running in ea03c79dd245 [2021-01-15T08:54:58.752Z] Removing intermediate container 852261fb49a8 [2021-01-15T08:54:58.752Z] ---> dd234997a3a3 [2021-01-15T08:54:58.752Z] [2021-01-15T08:54:58.752Z] Step 10/21 : FROM scratch [2021-01-15T08:54:58.752Z] ---> [2021-01-15T08:54:58.752Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:54:58.752Z] Removing intermediate container ea03c79dd245 [2021-01-15T08:54:58.752Z] ---> 06f28a278ae1 [2021-01-15T08:54:58.752Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:54:58.752Z] ---> Using cache [2021-01-15T08:54:58.752Z] ---> 4bd1159ca9ff [2021-01-15T08:54:58.752Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T08:54:59.026Z] Removing intermediate container 18160b2b1d11 [2021-01-15T08:54:59.026Z] ---> c190b70474f3 [2021-01-15T08:54:59.026Z] [2021-01-15T08:54:59.026Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T08:54:59.026Z] ---> afeebe901d6b [2021-01-15T08:54:59.026Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T08:54:59.026Z] ---> Running in bd737cf7d9ab [2021-01-15T08:54:59.026Z] ---> Running in 72811e829f2f [2021-01-15T08:55:00.010Z] Removing intermediate container bd737cf7d9ab [2021-01-15T08:55:00.010Z] ---> 3699ba13c3e4 [2021-01-15T08:55:00.010Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T08:55:00.010Z] ---> Running in d754772beeb1 [2021-01-15T08:55:00.010Z] ---> 4daf87c8747b [2021-01-15T08:55:00.010Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T08:55:00.609Z] Removing intermediate container d754772beeb1 [2021-01-15T08:55:00.609Z] ---> c4eb0602e005 [2021-01-15T08:55:00.609Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:55:00.887Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T08:55:01.172Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T08:55:01.780Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T08:55:01.780Z] ---> 4d40f7b60070 [2021-01-15T08:55:01.780Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T08:55:01.780Z] ---> 2e41e8edfaa4 [2021-01-15T08:55:01.780Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T08:55:01.780Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T08:55:01.780Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T08:55:01.780Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T08:55:01.780Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T08:55:01.780Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T08:55:02.058Z] OK: 7 MiB in 18 packages [2021-01-15T08:55:03.046Z] ---> 3c1774856040 [2021-01-15T08:55:03.046Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T08:55:03.328Z] ---> 87d3983c4c8f [2021-01-15T08:55:03.328Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T08:55:04.328Z] ---> 60587d87af4a [2021-01-15T08:55:04.328Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T08:55:04.328Z] Removing intermediate container 72811e829f2f [2021-01-15T08:55:04.328Z] ---> 0a78d3559907 [2021-01-15T08:55:04.328Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T08:55:04.605Z] ---> Running in ec7a6b5e4308 [2021-01-15T08:55:04.605Z] ---> 0c332a123f16 [2021-01-15T08:55:04.605Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T08:55:04.882Z] ---> Running in e8c45049c0e6 [2021-01-15T08:55:04.882Z] ---> Running in 9394d93676f5 [2021-01-15T08:55:05.476Z] Removing intermediate container 9394d93676f5 [2021-01-15T08:55:05.476Z] ---> 711687f85e2f [2021-01-15T08:55:05.476Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:55:05.476Z] Removing intermediate container e8c45049c0e6 [2021-01-15T08:55:05.476Z] ---> 4fea7e6004db [2021-01-15T08:55:05.476Z] Step 13/21 : WORKDIR /edgex [2021-01-15T08:55:05.749Z] ---> Running in 333a9f2408a1 [2021-01-15T08:55:05.749Z] ---> Running in ac5208d59270 [2021-01-15T08:55:06.729Z] Removing intermediate container 333a9f2408a1 [2021-01-15T08:55:06.729Z] ---> 1bc52ee5e1c1 [2021-01-15T08:55:06.729Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T08:55:06.729Z] Removing intermediate container ac5208d59270 [2021-01-15T08:55:06.729Z] ---> aeb30b71723c [2021-01-15T08:55:06.729Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T08:55:07.000Z] ---> Running in 75c517b44a3f [2021-01-15T08:55:07.605Z] Removing intermediate container 75c517b44a3f [2021-01-15T08:55:07.605Z] ---> 869df8a753bc [2021-01-15T08:55:07.605Z] Step 20/21 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:55:07.883Z] ---> Running in 3e79906296d1 [2021-01-15T08:55:07.883Z] Removing intermediate container ec7a6b5e4308 [2021-01-15T08:55:07.883Z] ---> 64a103fc7e9f [2021-01-15T08:55:07.883Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T08:55:07.883Z] ---> 2415858c17f7 [2021-01-15T08:55:07.883Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T08:55:08.158Z] ---> Running in 9d8db7c5a74e [2021-01-15T08:55:08.436Z] Removing intermediate container 21fe28ce518a [2021-01-15T08:55:08.436Z] ---> 32a44210b8f9 [2021-01-15T08:55:08.436Z] [2021-01-15T08:55:08.436Z] Step 10/22 : FROM scratch [2021-01-15T08:55:08.436Z] ---> [2021-01-15T08:55:08.436Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T08:55:08.708Z] ---> Using cache [2021-01-15T08:55:08.709Z] ---> 4bd1159ca9ff [2021-01-15T08:55:08.709Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T08:55:08.991Z] Removing intermediate container 3e79906296d1 [2021-01-15T08:55:08.991Z] ---> 8d1e6bee81e2 [2021-01-15T08:55:08.991Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T08:55:08.991Z] Removing intermediate container 9d8db7c5a74e [2021-01-15T08:55:08.991Z] ---> fa62bab11910 [2021-01-15T08:55:08.991Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T08:55:08.991Z] ---> Running in 0a4a66b85bd2 [2021-01-15T08:55:09.267Z] ---> Running in 76fa569d6775 [2021-01-15T08:55:09.267Z] ---> Running in 9f8198a59d17 [2021-01-15T08:55:09.267Z] ---> 0bdb0fd07ed1 [2021-01-15T08:55:09.267Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T08:55:09.538Z] Removing intermediate container 0a4a66b85bd2 [2021-01-15T08:55:09.538Z] ---> 4a96a2c9e921 [2021-01-15T08:55:09.538Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T08:55:09.814Z] ---> Running in b999ea15f430 [2021-01-15T08:55:10.096Z] Removing intermediate container 76fa569d6775 [2021-01-15T08:55:10.096Z] ---> 211d7ea05848 [2021-01-15T08:55:10.096Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:55:10.096Z] Removing intermediate container 9f8198a59d17 [2021-01-15T08:55:10.096Z] ---> 6f097913053c [2021-01-15T08:55:10.096Z] [2021-01-15T08:55:10.371Z] ---> Running in a19a171ad62e [2021-01-15T08:55:10.652Z] Removing intermediate container b999ea15f430 [2021-01-15T08:55:10.652Z] ---> e6fc3f5cbedf [2021-01-15T08:55:10.652Z] Step 14/22 : WORKDIR / [2021-01-15T08:55:10.652Z] Successfully built 6f097913053c [2021-01-15T08:55:10.652Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T08:55:10.652Z]  Building docker-support-scheduler-go ... done  ---> Running in d613cc11a30b [2021-01-15T08:55:10.652Z] ---> ef37fd209421 [2021-01-15T08:55:10.652Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T08:55:10.930Z] ---> Running in 7d741ce519ab [2021-01-15T08:55:10.930Z] Removing intermediate container a19a171ad62e [2021-01-15T08:55:10.930Z] ---> f179f0ff65e7 [2021-01-15T08:55:10.930Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:55:11.214Z] ---> Running in 7f58e1b1cb12 [2021-01-15T08:55:11.214Z] Removing intermediate container d613cc11a30b [2021-01-15T08:55:11.214Z] ---> ba8af1ef6d58 [2021-01-15T08:55:11.214Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T08:55:11.486Z] Removing intermediate container 7d741ce519ab [2021-01-15T08:55:11.486Z] ---> 78cff36083b1 [2021-01-15T08:55:11.486Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T08:55:11.762Z] ---> Running in f292a77c4c22 [2021-01-15T08:55:11.762Z] Removing intermediate container 7f58e1b1cb12 [2021-01-15T08:55:11.762Z] ---> bbe5e734f8c9 [2021-01-15T08:55:11.762Z] [2021-01-15T08:55:12.360Z] Successfully built bbe5e734f8c9 [2021-01-15T08:55:12.360Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T08:55:12.360Z]  Building docker-security-bootstrap-redis-go ... done  ---> 9ba7f9fa5bd7 [2021-01-15T08:55:12.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T08:55:12.360Z] Removing intermediate container f292a77c4c22 [2021-01-15T08:55:12.360Z] ---> 5e65b14128e2 [2021-01-15T08:55:12.360Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T08:55:12.632Z] ---> Running in f9efa995baf8 [2021-01-15T08:55:13.225Z] Removing intermediate container f9efa995baf8 [2021-01-15T08:55:13.225Z] ---> 4e5a97072c7e [2021-01-15T08:55:13.225Z] Step 20/21 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:55:13.498Z] ---> Running in 42482d19f511 [2021-01-15T08:55:13.498Z] ---> d1faa5426ef7 [2021-01-15T08:55:13.498Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T08:55:14.100Z] Removing intermediate container 42482d19f511 [2021-01-15T08:55:14.100Z] ---> f92d0c5a81aa [2021-01-15T08:55:14.100Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T08:55:14.100Z] ---> Running in 434890596a18 [2021-01-15T08:55:14.373Z] ---> 85c8c3585cfc [2021-01-15T08:55:14.373Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T08:55:14.373Z] ---> Running in bec64eb6f692 [2021-01-15T08:55:14.644Z] Removing intermediate container 434890596a18 [2021-01-15T08:55:14.644Z] ---> b36ee334db6d [2021-01-15T08:55:14.644Z] [2021-01-15T08:55:14.916Z] Successfully built b36ee334db6d [2021-01-15T08:55:14.916Z] Removing intermediate container bec64eb6f692 [2021-01-15T08:55:14.916Z] ---> 1b90c6653d83 [2021-01-15T08:55:14.916Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T08:55:15.185Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T08:55:15.186Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 6d46e4db7a67 [2021-01-15T08:55:15.783Z] Removing intermediate container 6d46e4db7a67 [2021-01-15T08:55:15.783Z] ---> a41588cde678 [2021-01-15T08:55:15.783Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T08:55:15.783Z] ---> Running in 5c28c6441bd4 [2021-01-15T08:55:16.388Z] Removing intermediate container 5c28c6441bd4 [2021-01-15T08:55:16.388Z] ---> 8eaae8473955 [2021-01-15T08:55:16.388Z] Step 21/22 : LABEL git_sha=f0fd85acd280f3d8a40e68e14736161cbc68dab2 [2021-01-15T08:55:16.388Z] ---> Running in 916c85020782 [2021-01-15T08:55:16.995Z] Removing intermediate container 916c85020782 [2021-01-15T08:55:16.995Z] ---> 96a3efbc1e0f [2021-01-15T08:55:16.995Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T08:55:16.995Z] ---> Running in cfdd37a25624 [2021-01-15T08:55:17.597Z] Removing intermediate container cfdd37a25624 [2021-01-15T08:55:17.597Z] ---> dbefc18f7aa8 [2021-01-15T08:55:17.597Z] [2021-01-15T08:55:17.879Z] Successfully built dbefc18f7aa8 [2021-01-15T08:55:17.879Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T08:55:18.166Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2021-01-15T08:55:18.041Z] $ docker stop --time=1 5b30c5be093e3464ea1a48b59259ad6b4f647698ef39a8bd3c72ac5e3d15f9f6 [2021-01-15T08:55:19.943Z] $ docker rm -f 5b30c5be093e3464ea1a48b59259ad6b4f647698ef39a8bd3c72ac5e3d15f9f6 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T08:55:20.750Z] + docker images [2021-01-15T08:55:20.750Z] + grep docker [2021-01-15T08:55:21.022Z] docker-core-metadata-go-arm64 latest dbefc18f7aa8 3 seconds ago 12.3MB [2021-01-15T08:55:21.022Z] docker-security-proxy-setup-go-arm64 latest b36ee334db6d 6 seconds ago 23.2MB [2021-01-15T08:55:21.022Z] docker-security-bootstrap-redis-go-arm64 latest bbe5e734f8c9 9 seconds ago 15.1MB [2021-01-15T08:55:21.022Z] docker-support-scheduler-go-arm64 latest 6f097913053c 11 seconds ago 10MB [2021-01-15T08:55:21.022Z] docker-sys-mgmt-agent-go-arm64 latest c49a8b86cb17 About a minute ago 300MB [2021-01-15T08:55:21.022Z] docker-core-data-go-arm64 latest 905d71b9932a 2 minutes ago 21MB [2021-01-15T08:55:21.022Z] docker-security-secretstore-setup-go-arm64 latest 62ffc99815c7 2 minutes ago 23.4MB [2021-01-15T08:55:21.022Z] docker-support-notifications-go-arm64 latest 0ba59993e5e9 3 minutes ago 11.4MB [2021-01-15T08:55:21.022Z] docker-core-command-go-arm64 latest cab5e7841c7e 3 minutes ago 9.98MB [2021-01-15T08:55:21.022Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T08:55:22.830Z] provisioning config files... [2021-01-15T08:55:22.848Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config5648136652316318786tmp [Pipeline] { [Pipeline] sh [2021-01-15T08:55:23.229Z] + set +x [2021-01-15T08:55:23.229Z] + curl -s https://codecov.io/bash [2021-01-15T08:55:23.229Z] + bash -s -- [2021-01-15T08:55:23.804Z] [2021-01-15T08:55:23.804Z] _____ _ [2021-01-15T08:55:23.804Z] / ____| | | [2021-01-15T08:55:23.804Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T08:55:23.804Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T08:55:23.804Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T08:55:23.804Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T08:55:23.804Z] Bash-20201231-23d4836 [2021-01-15T08:55:23.804Z] [2021-01-15T08:55:23.804Z] [2021-01-15T08:55:23.804Z] ==> git version 2.24.3 found [2021-01-15T08:55:23.804Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-15T08:55:23.804Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T08:55:23.804Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T08:55:23.804Z] ==> Jenkins CI detected. [2021-01-15T08:55:23.804Z] project root: . [2021-01-15T08:55:23.804Z] --> token set from env [2021-01-15T08:55:23.804Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T08:55:23.804Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T08:55:23.804Z] ==> Python coveragepy not found [2021-01-15T08:55:23.804Z] ==> Searching for coverage reports in: [2021-01-15T08:55:23.804Z] + . [2021-01-15T08:55:23.804Z] -> Found 1 reports [2021-01-15T08:55:23.804Z] ==> Detecting git/mercurial file structure [2021-01-15T08:55:23.804Z] ==> Reading reports [2021-01-15T08:55:23.804Z] + ./coverage.out bytes=550280 [2021-01-15T08:55:24.066Z] ==> Appending adjustments [2021-01-15T08:55:24.066Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T08:55:27.381Z] + Found adjustments [2021-01-15T08:55:27.381Z] ==> Gzipping contents [2021-01-15T08:55:27.381Z] 84K /tmp/codecov.Xs0XRi.gz [2021-01-15T08:55:27.381Z] ==> Uploading reports [2021-01-15T08:55:27.381Z] url: https://codecov.io [2021-01-15T08:55:27.381Z] query: branch=PR-3036&commit=f0fd85acd280f3d8a40e68e14736161cbc68dab2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3036%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3036&job=&cmd_args= [2021-01-15T08:55:27.381Z] -> Pinging Codecov [2021-01-15T08:55:27.381Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3036&commit=f0fd85acd280f3d8a40e68e14736161cbc68dab2&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3036%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3036&job=&cmd_args= [2021-01-15T08:55:27.647Z] -> Uploading to [2021-01-15T08:55:27.647Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/f0fd85acd280f3d8a40e68e14736161cbc68dab2/ce392632-f13b-4c53-8934-b0a68c48699b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T085527Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=97ff90aaa8cc58a9183921654e95e158869bfd998719d811fc50cb082c5c85f0 [2021-01-15T08:55:27.647Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T08:55:27.647Z] Dload Upload Total Spent Left Speed [2021-01-15T08:55:28.176Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83205 0 0 100 83205 0 138k --:--:-- --:--:-- --:--:-- 138k [2021-01-15T08:55:28.176Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f0fd85acd280f3d8a40e68e14736161cbc68dab2 [Pipeline] } [2021-01-15T08:55:28.186Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:55:30.132Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:55:31.010Z] ---> package-listing.sh [2021-01-15T08:55:31.010Z] ++ facter osfamily [2021-01-15T08:55:31.010Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T08:55:31.010Z] + OS_FAMILY=redhat [2021-01-15T08:55:31.010Z] + workspace=/w/workspace/edgex-go/4 [2021-01-15T08:55:31.010Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T08:55:31.010Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T08:55:31.010Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T08:55:31.011Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T08:55:31.011Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T08:55:31.011Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T08:55:31.011Z] + case "${OS_FAMILY}" in [2021-01-15T08:55:31.011Z] + rpm -qa [2021-01-15T08:55:31.011Z] + sort [2021-01-15T08:55:36.365Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T08:55:36.365Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T08:55:36.365Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T08:55:36.365Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-15T08:55:36.365Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-15T08:55:36.365Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-15T08:55:36.378Z] 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-01-15T08:55:36.671Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:55:36.979Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T08:55:36.979Z] [2021-01-15T08:55:36.979Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T08:55:37.325Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T08:55:37.325Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T08:55:37.325Z] df20fa9351a1: Pulling fs layer [2021-01-15T08:55:37.325Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T08:55:37.325Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T08:55:37.325Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T08:55:37.325Z] 93b61091891f: Pulling fs layer [2021-01-15T08:55:37.325Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T08:55:37.325Z] 5e14af77c1be: Pulling fs layer [2021-01-15T08:55:37.325Z] 01666e4c0597: Pulling fs layer [2021-01-15T08:55:37.325Z] aa168da1d23b: Pulling fs layer [2021-01-15T08:55:37.325Z] 93b9cdb0e59b: Waiting [2021-01-15T08:55:37.325Z] aa168da1d23b: Waiting [2021-01-15T08:55:37.325Z] 01666e4c0597: Waiting [2021-01-15T08:55:37.325Z] 46f8f816bc3b: Waiting [2021-01-15T08:55:37.325Z] 5e14af77c1be: Waiting [2021-01-15T08:55:37.589Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T08:55:37.589Z] 36b3adc4ff6f: Download complete [2021-01-15T08:55:37.589Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T08:55:37.589Z] 46f8f816bc3b: Download complete [2021-01-15T08:55:37.589Z] df20fa9351a1: Download complete [2021-01-15T08:55:37.589Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T08:55:37.589Z] 93b9cdb0e59b: Download complete [2021-01-15T08:55:37.589Z] 93b61091891f: Verifying Checksum [2021-01-15T08:55:37.589Z] 93b61091891f: Download complete [2021-01-15T08:55:37.589Z] 5e14af77c1be: Verifying Checksum [2021-01-15T08:55:37.589Z] 5e14af77c1be: Download complete [2021-01-15T08:55:37.589Z] 01666e4c0597: Verifying Checksum [2021-01-15T08:55:37.589Z] 01666e4c0597: Download complete [2021-01-15T08:55:38.161Z] df20fa9351a1: Pull complete [2021-01-15T08:55:38.162Z] 36b3adc4ff6f: Pull complete [2021-01-15T08:55:38.425Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T08:55:38.425Z] 8ad3a11d3b57: Download complete [2021-01-15T08:55:39.399Z] 8ad3a11d3b57: Pull complete [2021-01-15T08:55:39.662Z] 46f8f816bc3b: Pull complete [2021-01-15T08:55:40.236Z] aa168da1d23b: Verifying Checksum [2021-01-15T08:55:40.236Z] aa168da1d23b: Download complete [2021-01-15T08:55:41.624Z] 93b61091891f: Pull complete [2021-01-15T08:55:41.624Z] 93b9cdb0e59b: Pull complete [2021-01-15T08:55:41.885Z] 5e14af77c1be: Pull complete [2021-01-15T08:55:41.885Z] 01666e4c0597: Pull complete [2021-01-15T08:55:48.528Z] aa168da1d23b: Pull complete [2021-01-15T08:55:48.528Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T08:55:49.114Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T08:55:49.114Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T08:55:49.461Z] prd-centos7-docker-4c-2g-20436 does not seem to be running inside a container [2021-01-15T08:55:49.604Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T08:55:58.442Z] $ docker top 2c26c65cfcbd42bdc0ab66cb990df3de1ebb6f04cf1cd7519a34c397d1dcaa57 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T08:55:59.020Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T08:55:59.321Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T08:55:59.639Z] + ls /var/log/sa-host [2021-01-15T08:55:59.639Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T08:55:59.639Z] file_magic: OK [2021-01-15T08:55:59.639Z] HZ: Using current value: 100 [2021-01-15T08:55:59.639Z] file_header: OK [2021-01-15T08:55:59.639Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T08:55:59.639Z] Statistics: [2021-01-15T08:55:59.640Z] 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... [2021-01-15T08:55:59.640Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T08:55:59.640Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T08:55:59.640Z] file_magic: OK [2021-01-15T08:55:59.640Z] HZ: Using current value: 100 [2021-01-15T08:55:59.640Z] file_header: OK [2021-01-15T08:55:59.640Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-15T08:55:59.640Z] Statistics: [2021-01-15T08:55:59.640Z] Hnuu...uuuununununu... [2021-01-15T08:55:59.640Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T08:55:59.883Z] provisioning config files... [2021-01-15T08:55:59.903Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7618745083485225609tmp [Pipeline] { [Pipeline] echo [2021-01-15T08:55:59.978Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:56:00.277Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T08:56:00.287Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T08:56:00.385Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:56:00.685Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T08:56:00.696Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:56:00.993Z] ---> sudo-logs.sh [2021-01-15T08:56:00.993Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T08:56:01.004Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:56:01.300Z] ---> job-cost.sh [2021-01-15T08:56:01.300Z] lf-activate-venv: SKIPPING [2021-01-15T08:56:01.300Z] INFO: No Stack... [2021-01-15T08:56:02.247Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T08:56:02.511Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T08:56:02.524Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T08:56:02.823Z] ---> logs-deploy.sh [2021-01-15T08:56:02.823Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3036/4 [2021-01-15T08:56:02.823Z] INFO: archiving workspace using pattern(s): [2021-01-15T08:56:04.212Z] Archives upload complete. [2021-01-15T08:56:04.474Z] INFO: archiving logs to Nexus [2021-01-15T08:56:05.423Z] ---> uname -a: [2021-01-15T08:56:05.423Z] Linux prd-centos7-docker-4c-2g-20436.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> lscpu: [2021-01-15T08:56:05.423Z] Architecture: x86_64 [2021-01-15T08:56:05.423Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-15T08:56:05.423Z] Byte Order: Little Endian [2021-01-15T08:56:05.423Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-15T08:56:05.423Z] CPU(s): 4 [2021-01-15T08:56:05.423Z] On-line CPU(s) list: 0-3 [2021-01-15T08:56:05.423Z] Thread(s) per core: 1 [2021-01-15T08:56:05.423Z] Core(s) per socket: 1 [2021-01-15T08:56:05.423Z] Socket(s): 4 [2021-01-15T08:56:05.423Z] NUMA node(s): 1 [2021-01-15T08:56:05.423Z] Vendor ID: GenuineIntel [2021-01-15T08:56:05.423Z] CPU family: 6 [2021-01-15T08:56:05.423Z] Model: 44 [2021-01-15T08:56:05.423Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-15T08:56:05.423Z] Stepping: 1 [2021-01-15T08:56:05.423Z] CPU MHz: 2933.442 [2021-01-15T08:56:05.423Z] BogoMIPS: 5866.88 [2021-01-15T08:56:05.423Z] Virtualization: VT-x [2021-01-15T08:56:05.423Z] Hypervisor vendor: KVM [2021-01-15T08:56:05.423Z] Virtualization type: full [2021-01-15T08:56:05.423Z] L1d cache: 128 KiB [2021-01-15T08:56:05.423Z] L1i cache: 128 KiB [2021-01-15T08:56:05.423Z] L2 cache: 16 MiB [2021-01-15T08:56:05.423Z] L3 cache: 64 MiB [2021-01-15T08:56:05.423Z] NUMA node0 CPU(s): 0-3 [2021-01-15T08:56:05.423Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-15T08:56:05.423Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-15T08:56:05.423Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-15T08:56:05.423Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-15T08:56:05.423Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-15T08:56:05.423Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-15T08:56:05.423Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-15T08:56:05.423Z] Vulnerability Srbds: Not affected [2021-01-15T08:56:05.423Z] Vulnerability Tsx async abort: Not affected [2021-01-15T08:56:05.423Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> nproc: [2021-01-15T08:56:05.423Z] 4 [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> df -h: [2021-01-15T08:56:05.423Z] Filesystem Size Used Available Use% Mounted on [2021-01-15T08:56:05.423Z] overlay 50.0G 10.8G 39.2G 22% / [2021-01-15T08:56:05.423Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-15T08:56:05.423Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-15T08:56:05.423Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /facter-os [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/resolv.conf [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hostname [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /etc/hosts [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /run/cloud-init/result.json [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/sa-host [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/secure [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /var/log/auth.log [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/4 [2021-01-15T08:56:05.423Z] /dev/vda1 50.0G 10.8G 39.2G 22% /w/workspace/edgex-go/4@tmp [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> free -m: [2021-01-15T08:56:05.423Z] total used free shared buff/cache available [2021-01-15T08:56:05.423Z] Mem: 1837 702 151 0 983 1052 [2021-01-15T08:56:05.423Z] Swap: 1023 69 954 [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> ip addr: [2021-01-15T08:56:05.423Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-15T08:56:05.423Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-15T08:56:05.423Z] inet 127.0.0.1/8 scope host lo [2021-01-15T08:56:05.423Z] valid_lft forever preferred_lft forever [2021-01-15T08:56:05.423Z] inet6 ::1/128 scope host [2021-01-15T08:56:05.423Z] valid_lft forever preferred_lft forever [2021-01-15T08:56:05.423Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-15T08:56:05.423Z] link/ether fa:16:3e:6e:28:14 brd ff:ff:ff:ff:ff:ff [2021-01-15T08:56:05.423Z] inet 10.30.122.95/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-15T08:56:05.423Z] valid_lft 85213sec preferred_lft 85213sec [2021-01-15T08:56:05.423Z] inet6 fe80::f816:3eff:fe6e:2814/64 scope link [2021-01-15T08:56:05.423Z] valid_lft forever preferred_lft forever [2021-01-15T08:56:05.423Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-15T08:56:05.423Z] link/ether 02:42:61:34:f8:d2 brd ff:ff:ff:ff:ff:ff [2021-01-15T08:56:05.423Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-15T08:56:05.423Z] valid_lft forever preferred_lft forever [2021-01-15T08:56:05.423Z] inet6 fe80::42:61ff:fe34:f8d2/64 scope link [2021-01-15T08:56:05.423Z] valid_lft forever preferred_lft forever [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] ---> sar -b -r -n DEV: [2021-01-15T08:56:05.423Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] 08:36:07 LINUX RESTART (4 CPU) [2021-01-15T08:56:05.423Z] [2021-01-15T08:56:05.423Z] 08:37:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-15T08:56:05.423Z] 08:38:01 218.50 95.64 122.86 0.00 10644.49 46491.30 0.00 [2021-01-15T08:56:05.423Z] 08:39:01 232.96 85.73 147.23 0.00 3604.65 21030.15 0.00 [2021-01-15T08:56:05.423Z] 08:40:01 183.53 82.02 101.51 0.00 4158.94 10641.19 0.00 [2021-01-15T08:56:05.423Z] 08:41:02 282.90 104.28 178.62 0.00 41686.45 113714.54 0.00 [2021-01-15T08:56:05.424Z] 08:42:01 3047.62 2687.88 359.74 0.00 177247.05 188395.11 0.00 [2021-01-15T08:56:05.424Z] 08:43:01 677.13 420.96 256.17 0.00 40304.20 53396.56 0.00 [2021-01-15T08:56:05.424Z] 08:44:02 1903.45 1567.57 335.88 0.00 129072.13 145608.69 0.00 [2021-01-15T08:56:05.424Z] 08:45:01 206.13 31.40 174.73 0.00 4266.35 28700.86 0.00 [2021-01-15T08:56:05.424Z] 08:46:01 5.39 0.07 5.33 0.00 1.47 185.66 0.00 [2021-01-15T08:56:05.424Z] 08:47:01 0.70 0.45 0.25 0.00 15.32 2.90 0.00 [2021-01-15T08:56:05.424Z] 08:48:01 0.38 0.05 0.33 0.00 1.73 5.66 0.00 [2021-01-15T08:56:05.424Z] 08:49:01 0.23 0.00 0.23 0.00 0.00 2.18 0.00 [2021-01-15T08:56:05.424Z] 08:50:01 0.22 0.02 0.20 0.00 0.27 1.65 0.00 [2021-01-15T08:56:05.424Z] 08:51:01 0.30 0.02 0.28 0.00 0.27 3.10 0.00 [2021-01-15T08:56:05.424Z] 08:52:01 1.82 1.60 0.22 0.00 53.02 2.45 0.00 [2021-01-15T08:56:05.424Z] 08:53:01 0.83 0.03 0.80 0.00 1.07 15.50 0.00 [2021-01-15T08:56:05.424Z] 08:54:01 0.32 0.02 0.30 0.00 0.53 2.91 0.00 [2021-01-15T08:56:05.424Z] 08:55:01 0.27 0.00 0.27 0.00 0.00 3.43 0.00 [2021-01-15T08:56:05.424Z] Average: 374.66 281.13 93.53 0.00 22798.69 33769.49 0.00 [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] 08:37:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-15T08:56:05.424Z] 08:38:01 111360 0 726408 38.61 1564 1042212 1473388 50.28 584244 947072 24908 [2021-01-15T08:56:05.424Z] 08:39:01 77632 0 857472 45.57 1492 944948 1763092 60.17 681652 848720 60016 [2021-01-15T08:56:05.424Z] 08:40:01 127888 0 895884 47.61 720 857052 1569836 53.58 701212 766236 53304 [2021-01-15T08:56:05.424Z] 08:41:02 86020 0 830968 44.16 112 964444 2254216 76.93 739092 843888 65180 [2021-01-15T08:56:05.424Z] 08:42:01 152976 0 744724 39.58 76 983768 1770360 60.42 663792 836344 5292 [2021-01-15T08:56:05.424Z] 08:43:01 75616 0 713524 37.92 72 1092332 1646100 56.18 560564 997892 52352 [2021-01-15T08:56:05.424Z] 08:44:02 382648 0 727152 38.65 8 771736 2019876 68.94 561504 695284 37228 [2021-01-15T08:56:05.424Z] 08:45:01 155192 0 624036 33.17 8 1102308 1223244 41.75 484824 999976 20 [2021-01-15T08:56:05.424Z] 08:46:01 159148 0 620076 32.96 8 1102312 1191328 40.66 482456 999116 12 [2021-01-15T08:56:05.424Z] 08:47:01 159020 0 619744 32.94 8 1102772 1190472 40.63 482692 999572 20 [2021-01-15T08:56:05.424Z] 08:48:01 159620 0 619144 32.91 8 1102772 1186252 40.48 481936 999544 8 [2021-01-15T08:56:05.424Z] 08:49:01 159860 0 618888 32.89 8 1102788 1186252 40.48 482068 999552 8 [2021-01-15T08:56:05.424Z] 08:50:01 160056 0 618692 32.88 8 1102788 1186252 40.48 482072 999552 8 [2021-01-15T08:56:05.424Z] 08:51:01 160124 0 618608 32.88 8 1102804 1186252 40.48 481952 999568 8 [2021-01-15T08:56:05.424Z] 08:52:01 158060 0 619864 32.94 8 1103612 1186336 40.49 482464 1000120 16 [2021-01-15T08:56:05.424Z] 08:53:01 157804 0 620112 32.96 8 1103620 1186336 40.49 482484 1000120 8 [2021-01-15T08:56:05.424Z] 08:54:01 158552 0 619360 32.92 8 1103624 1186252 40.48 482384 1000136 8 [2021-01-15T08:56:05.424Z] 08:55:01 158296 0 619604 32.93 8 1103636 1186252 40.48 482268 1000136 8 [2021-01-15T08:56:05.424Z] Average: 153326 0 684126 36.36 230 1043863 1421783 48.52 544426 940713 16578 [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] 08:37:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-15T08:56:05.424Z] 08:38:01 eth0 1183.78 1193.61 5948.61 138.14 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:38:01 veth0b59b18 15.82 22.69 1.14 104.58 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:38:01 docker0 855.22 768.57 70.07 2774.77 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:39:01 vethb55808c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:39:01 eth0 231.38 187.18 754.17 74.06 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:39:01 docker0 148.12 178.52 10.65 722.15 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:40:01 vethb55808c 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:40:01 eth0 35.22 17.86 28.60 15.19 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:41:02 veth706e5a2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:41:02 eth0 246.66 206.49 1694.29 82.83 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:41:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:42:01 veth706e5a2 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:42:01 eth0 70.56 56.52 167.89 54.26 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:42:01 docker0 31.08 35.93 2.00 150.32 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:43:01 veth706e5a2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:43:01 vethd91827b 3.57 7.40 0.25 44.37 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:43:01 eth0 59.03 31.16 196.09 15.82 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:44:02 veth706e5a2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:44:02 veth82ae01d 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:44:02 eth0 65.19 40.58 101.32 77.96 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:44:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:45:01 eth0 253.06 172.55 1682.59 78.09 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:45:01 docker0 1099.34 1112.41 86.97 4311.25 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:46:01 eth0 0.95 0.32 0.45 0.03 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:47:01 eth0 0.78 0.50 0.41 0.27 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:48:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:50:01 eth0 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:51:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:52:01 eth0 0.80 0.20 0.19 0.07 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:53:01 eth0 0.53 0.32 0.27 0.20 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:54:01 eth0 0.07 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:55:01 eth0 0.30 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] 08:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] Average: eth0 119.37 106.02 587.22 29.82 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] Average: docker0 60.10 60.81 4.75 235.69 0.00 0.00 0.00 0.00 [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] ---> sar -P ALL: [2021-01-15T08:56:05.424Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/15/21 _x86_64_ (4 CPU) [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] 08:36:07 LINUX RESTART (4 CPU) [2021-01-15T08:56:05.424Z] [2021-01-15T08:56:05.424Z] 08:37:01 CPU %user %nice %system %iowait %steal %idle [2021-01-15T08:56:05.424Z] 08:38:01 all 16.21 0.00 9.34 2.06 0.03 72.36 [2021-01-15T08:56:05.424Z] 08:38:01 0 15.57 0.00 10.58 1.62 0.03 72.19 [2021-01-15T08:56:05.424Z] 08:38:01 1 16.24 0.00 9.36 2.56 0.03 71.80 [2021-01-15T08:56:05.424Z] 08:38:01 2 20.65 0.00 9.17 1.99 0.03 68.15 [2021-01-15T08:56:05.424Z] 08:38:01 3 12.36 0.00 8.26 2.05 0.03 77.30 [2021-01-15T08:56:05.424Z] 08:39:01 all 26.04 0.00 9.77 7.21 0.03 56.95 [2021-01-15T08:56:05.424Z] 08:39:01 0 25.15 0.00 9.29 8.04 0.03 57.48 [2021-01-15T08:56:05.424Z] 08:39:01 1 25.91 0.00 9.95 7.61 0.03 56.49 [2021-01-15T08:56:05.424Z] 08:39:01 2 25.63 0.00 9.96 7.63 0.03 56.75 [2021-01-15T08:56:05.424Z] 08:39:01 3 27.47 0.00 9.88 5.54 0.03 57.07 [2021-01-15T08:56:05.424Z] 08:40:01 all 55.65 0.00 15.18 4.65 0.07 24.46 [2021-01-15T08:56:05.424Z] 08:40:01 0 56.61 0.00 14.12 2.11 0.10 27.06 [2021-01-15T08:56:05.424Z] 08:40:01 1 56.19 0.00 15.34 5.60 0.05 22.82 [2021-01-15T08:56:05.424Z] 08:40:01 2 55.11 0.00 15.01 4.84 0.05 25.00 [2021-01-15T08:56:05.424Z] 08:40:01 3 54.68 0.00 16.25 6.06 0.07 22.93 [2021-01-15T08:56:05.424Z] 08:41:02 all 25.14 0.00 16.72 6.62 0.08 51.44 [2021-01-15T08:56:05.424Z] 08:41:02 0 24.51 0.00 15.15 6.63 0.09 53.62 [2021-01-15T08:56:05.424Z] 08:41:02 1 25.88 0.00 17.47 7.84 0.07 48.75 [2021-01-15T08:56:05.424Z] 08:41:02 2 24.91 0.00 17.48 5.58 0.09 51.94 [2021-01-15T08:56:05.424Z] 08:41:02 3 25.26 0.00 16.79 6.44 0.07 51.45 [2021-01-15T08:56:05.424Z] 08:42:01 all 21.01 0.00 28.79 27.41 0.11 22.68 [2021-01-15T08:56:05.424Z] 08:42:01 0 21.14 0.00 27.61 27.90 0.12 23.23 [2021-01-15T08:56:05.424Z] 08:42:01 1 20.28 0.00 29.24 29.40 0.11 20.97 [2021-01-15T08:56:05.424Z] 08:42:01 2 21.07 0.00 28.89 27.49 0.11 22.44 [2021-01-15T08:56:05.424Z] 08:42:01 3 21.56 0.00 29.44 24.79 0.11 24.10 [2021-01-15T08:56:05.424Z] 08:43:01 all 48.67 0.00 16.92 15.93 0.06 18.42 [2021-01-15T08:56:05.425Z] 08:43:01 0 50.12 0.00 15.89 15.52 0.05 18.42 [2021-01-15T08:56:05.425Z] 08:43:01 1 47.88 0.00 18.24 14.23 0.07 19.58 [2021-01-15T08:56:05.425Z] 08:43:01 2 48.45 0.00 16.48 15.67 0.05 19.35 [2021-01-15T08:56:05.425Z] 08:43:01 3 48.20 0.00 17.09 18.32 0.05 16.34 [2021-01-15T08:56:05.425Z] 08:44:02 all 44.10 0.00 24.63 17.69 0.11 13.47 [2021-01-15T08:56:05.425Z] 08:44:02 0 44.31 0.00 23.47 16.04 0.09 16.09 [2021-01-15T08:56:05.425Z] 08:44:02 1 44.09 0.00 24.27 20.10 0.12 11.42 [2021-01-15T08:56:05.425Z] 08:44:02 2 44.64 0.00 24.47 17.26 0.11 13.53 [2021-01-15T08:56:05.425Z] 08:44:02 3 43.36 0.00 26.34 17.35 0.12 12.83 [2021-01-15T08:56:05.425Z] 08:45:01 all 14.65 0.00 8.28 9.11 0.03 67.93 [2021-01-15T08:56:05.425Z] 08:45:01 0 13.70 0.00 7.42 8.22 0.02 70.63 [2021-01-15T08:56:05.425Z] 08:45:01 1 16.72 0.00 9.31 8.78 0.03 65.16 [2021-01-15T08:56:05.425Z] 08:45:01 2 15.07 0.00 8.07 6.99 0.03 69.84 [2021-01-15T08:56:05.425Z] 08:45:01 3 13.09 0.00 8.33 12.45 0.03 66.09 [2021-01-15T08:56:05.425Z] 08:46:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2021-01-15T08:56:05.425Z] 08:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-15T08:56:05.425Z] 08:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-15T08:56:05.425Z] 08:46:01 2 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-15T08:56:05.425Z] 08:46:01 3 0.07 0.00 0.07 0.00 0.00 99.87 [2021-01-15T08:56:05.425Z] 08:47:01 all 0.20 0.00 0.05 0.00 0.00 99.75 [2021-01-15T08:56:05.425Z] 08:47:01 0 0.08 0.00 0.07 0.00 0.00 99.85 [2021-01-15T08:56:05.425Z] 08:47:01 1 0.38 0.00 0.02 0.00 0.00 99.60 [2021-01-15T08:56:05.425Z] 08:47:01 2 0.22 0.00 0.07 0.00 0.02 99.70 [2021-01-15T08:56:05.425Z] 08:47:01 3 0.10 0.00 0.03 0.00 0.00 99.87 [2021-01-15T08:56:05.425Z] 08:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-15T08:56:05.425Z] 08:48:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-01-15T08:56:05.425Z] 08:48:01 1 0.53 0.00 0.02 0.00 0.00 99.45 [2021-01-15T08:56:05.425Z] 08:48:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T08:56:05.425Z] 08:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T08:56:05.425Z] [2021-01-15T08:56:05.425Z] 08:48:01 CPU %user %nice %system %iowait %steal %idle [2021-01-15T08:56:05.425Z] 08:49:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2021-01-15T08:56:05.425Z] 08:49:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-15T08:56:05.425Z] 08:49:01 1 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-15T08:56:05.425Z] 08:49:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2021-01-15T08:56:05.425Z] 08:49:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-01-15T08:56:05.425Z] 08:50:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2021-01-15T08:56:05.425Z] 08:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T08:56:05.425Z] 08:50:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-15T08:56:05.425Z] 08:50:01 2 0.02 0.00 0.03 0.02 0.00 99.93 [2021-01-15T08:56:05.425Z] 08:50:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-15T08:56:05.425Z] 08:51:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2021-01-15T08:56:05.425Z] 08:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-15T08:56:05.425Z] 08:51:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2021-01-15T08:56:05.425Z] 08:51:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-15T08:56:05.425Z] 08:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-15T08:56:05.425Z] 08:52:01 all 0.05 0.00 0.07 0.02 0.00 99.86 [2021-01-15T08:56:05.425Z] 08:52:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-15T08:56:05.425Z] 08:52:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-01-15T08:56:05.425Z] 08:52:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2021-01-15T08:56:05.425Z] 08:52:01 3 0.07 0.00 0.12 0.08 0.00 99.73 [2021-01-15T08:56:05.425Z] 08:53:01 all 0.08 0.00 0.03 0.00 0.00 99.89 [2021-01-15T08:56:05.425Z] 08:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-01-15T08:56:05.425Z] 08:53:01 1 0.22 0.00 0.05 0.00 0.00 99.73 [2021-01-15T08:56:05.425Z] 08:53:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-15T08:56:05.425Z] 08:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-15T08:56:05.425Z] 08:54:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-15T08:56:05.425Z] 08:54:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-15T08:56:05.425Z] 08:54:01 1 0.53 0.00 0.03 0.02 0.02 99.40 [2021-01-15T08:56:05.425Z] 08:54:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-15T08:56:05.425Z] 08:54:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-01-15T08:56:05.425Z] 08:55:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-15T08:56:05.425Z] 08:55:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-15T08:56:05.425Z] 08:55:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-15T08:56:05.425Z] 08:55:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-01-15T08:56:05.425Z] 08:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-15T08:56:05.425Z] Average: all 13.71 0.00 7.01 4.87 0.03 74.37 [2021-01-15T08:56:05.425Z] Average: 0 13.68 0.00 6.71 4.65 0.03 74.94 [2021-01-15T08:56:05.425Z] Average: 1 13.96 0.00 7.21 5.17 0.03 73.63 [2021-01-15T08:56:05.425Z] Average: 2 13.89 0.00 7.01 4.69 0.03 74.38 [2021-01-15T08:56:05.425Z] Average: 3 13.31 0.00 7.13 4.98 0.03 74.55 [2021-01-15T08:56:05.425Z] [2021-01-15T08:56:05.425Z] [2021-01-15T08:56:05.425Z]