Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 209b81a7219ad7366827e71152d5b0e99b1499aa+c2d5dc167efdba7037e3dd944aa45209cd29109f (1e5cacc51ac47ac2b2265eb5aeda9713800cf9a5) 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 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-15505’ is offline; ‘prd-centos7-docker-4c-2g-20512’ is offline; ‘prd-centos7-docker-4c-2g-20513’ is offline; ‘prd-centos7-docker-4c-2g-20514’ is offline; ‘prd-centos7-docker-4c-2g-20517’ is offline; ‘prd-centos7-docker-4c-2g-20518’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20529 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) > 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/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-15T16:35:58.452Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T16:35:58.705Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T16:35:58.791Z] ========================================================= [2021-01-15T16:35:58.791Z] EdgeX Global Pipelines Version Info [2021-01-15T16:35:58.791Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6cb713fd3fad498c2078ac017c6fc9541add464b # timeout=10 [2021-01-15T16:36:00.334Z] ------------------- [2021-01-15T16:36:00.334Z] stable info: [2021-01-15T16:36:00.334Z] ------------------- [2021-01-15T16:36:00.334Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T16:36:00.334Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:36:00.334Z] Message: update stable to v1.0.177 [2021-01-15T16:36:01.289Z] ------------------- [2021-01-15T16:36:01.289Z] experimental info: [2021-01-15T16:36:01.289Z] ------------------- [2021-01-15T16:36:01.289Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T16:36:01.289Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T16:36:01.289Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T16:36:01.567Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T16:36:01.785Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T16:36:01.907Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T16:36:02.017Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T16:36:02.104Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T16:36:02.201Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T16:36:02.290Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T16:36:02.404Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T16:36:02.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T16:36:02.583Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T16:36:02.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T16:36:02.761Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T16:36:02.840Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T16:36:02.927Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T16:36:03.008Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:36:03.090Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T16:36:03.195Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T16:36:03.285Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T16:36:03.409Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T16:36:03.534Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T16:36:03.631Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T16:36:03.711Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T16:36:03.806Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T16:36:03.898Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-15T16:36:03.978Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-15T16:36:04.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-15T16:36:04.198Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 209b81a7219ad7366827e71152d5b0e99b1499aa [Pipeline] echo [2021-01-15T16:36:04.285Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 209b81a [Pipeline] echo [2021-01-15T16:36:04.394Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:36:04.561Z] provisioning config files... [2021-01-15T16:36:04.602Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config2656941342016937758tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:36:04.960Z] ---> docker-login.sh [2021-01-15T16:36:04.960Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:36:05.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:05.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:05.813Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:05.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:05.813Z] [2021-01-15T16:36:05.813Z] Login Succeeded [2021-01-15T16:36:05.813Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:36:05.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:05.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:05.813Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:05.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:05.813Z] [2021-01-15T16:36:05.813Z] Login Succeeded [2021-01-15T16:36:05.813Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:36:06.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:06.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:06.088Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:06.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:06.088Z] [2021-01-15T16:36:06.088Z] Login Succeeded [2021-01-15T16:36:06.088Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:36:06.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:06.351Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:06.351Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:06.351Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:06.351Z] [2021-01-15T16:36:06.351Z] Login Succeeded [2021-01-15T16:36:06.351Z] docker.io [2021-01-15T16:36:06.351Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:36:07.522Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:36:07.522Z] Configure a credential helper to remove this warning. See [2021-01-15T16:36:07.522Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:36:07.522Z] [2021-01-15T16:36:07.522Z] Login Succeeded [2021-01-15T16:36:07.522Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:36:07.548Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:36:08.056Z] ++ 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-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T16:36:08.056Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T16:36:08.056Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T16:36:08.056Z] ++ cut -d/ -f2 [2021-01-15T16:36:08.056Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T16:36:08.143Z] 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-15T16:36:09.029Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:09.029Z] [2021-01-15T16:36:09.029Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:36:09.384Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:09.384Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T16:36:09.384Z] 31603596830f: Pulling fs layer [2021-01-15T16:36:09.384Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T16:36:09.384Z] 6ca5941a6612: Pulling fs layer [2021-01-15T16:36:09.384Z] ecc8261a40a4: Pulling fs layer [2021-01-15T16:36:09.384Z] ecc8261a40a4: Waiting [2021-01-15T16:36:09.384Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T16:36:09.384Z] 2a8b12db71e7: Download complete [2021-01-15T16:36:09.655Z] 31603596830f: Verifying Checksum [2021-01-15T16:36:09.655Z] 31603596830f: Download complete [2021-01-15T16:36:09.922Z] ecc8261a40a4: Verifying Checksum [2021-01-15T16:36:09.922Z] ecc8261a40a4: Download complete [2021-01-15T16:36:09.922Z] 6ca5941a6612: Verifying Checksum [2021-01-15T16:36:09.922Z] 6ca5941a6612: Download complete [2021-01-15T16:36:10.187Z] 31603596830f: Pull complete [2021-01-15T16:36:10.454Z] 2a8b12db71e7: Pull complete [2021-01-15T16:36:11.403Z] 6ca5941a6612: Pull complete [2021-01-15T16:36:11.403Z] ecc8261a40a4: Pull complete [2021-01-15T16:36:11.403Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T16:36:11.403Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T16:36:11.403Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T16:36:11.526Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T16:36:11.589Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T16:36:14.226Z] $ docker top 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T16:36:14.671Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:36:14.671Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:36:14.954Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:36:14.961Z] $ docker exec 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent [2021-01-15T16:36:15.151Z] SSH_AUTH_SOCK=/tmp/ssh-3BGf31lgduiO/agent.12 [2021-01-15T16:36:15.151Z] SSH_AGENT_PID=17 [2021-01-15T16:36:15.166Z] Running ssh-add (command line suppressed) [2021-01-15T16:36:15.300Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_1641470607706751148.key (/w/workspace/edgex-go/6@tmp/private_key_1641470607706751148.key) [2021-01-15T16:36:15.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:36:15.707Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T16:36:15.735Z] $ docker exec --env ******** --env ******** 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent -k [2021-01-15T16:36:15.887Z] unset SSH_AUTH_SOCK; [2021-01-15T16:36:15.887Z] unset SSH_AGENT_PID; [2021-01-15T16:36:15.887Z] echo Agent pid 17 killed; [2021-01-15T16:36:15.948Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T16:36:16.095Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T16:36:16.095Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T16:36:16.284Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T16:36:16.290Z] $ docker exec 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent [2021-01-15T16:36:16.488Z] SSH_AUTH_SOCK=/tmp/ssh-FuQDKXEi5Hen/agent.45 [2021-01-15T16:36:16.488Z] SSH_AGENT_PID=51 [2021-01-15T16:36:16.496Z] Running ssh-add (command line suppressed) [2021-01-15T16:36:16.642Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6406679020661703416.key (/w/workspace/edgex-go/6@tmp/private_key_6406679020661703416.key) [2021-01-15T16:36:16.698Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T16:36:17.043Z] + git semver init [2021-01-15T16:36:17.043Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T16:36:17.043Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2021-01-15T16:36:17.043Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2021-01-15T16:36:17.043Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T16:36:17.043Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T16:36:17.043Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T16:36:17.043Z] # $SEMVER_BRANCH = PR-3027 [2021-01-15T16:36:17.043Z] # $SEMVER_TEMP = /tmp/semver-165506660 [2021-01-15T16:36:17.043Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T16:36:55.881Z] # '/tmp/semver-165506660' -> '/w/workspace/edgex-go/6/.semver' [2021-01-15T16:36:55.881Z] # -> Force: false [2021-01-15T16:36:55.881Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2021-01-15T16:36:55.904Z] $ docker exec --env ******** --env ******** 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd ssh-agent -k [2021-01-15T16:36:56.209Z] unset SSH_AUTH_SOCK; [2021-01-15T16:36:56.210Z] unset SSH_AGENT_PID; [2021-01-15T16:36:56.210Z] echo Agent pid 51 killed; [2021-01-15T16:36:56.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T16:36:57.041Z] + git semver [Pipeline] } [2021-01-15T16:36:57.065Z] $ docker stop --time=1 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd [2021-01-15T16:36:58.885Z] $ docker rm -f 0062d784ff6a3643b7a9ccd1212d48dd0e717242f310e1c7021fc23538e184dd [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:36:59.400Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T16:37:00.020Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T16:37:00.023Z] [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-15T16:37:01.356Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:37:01.674Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:37:01.992Z] + sudo service docker restart [2021-01-15T16:37:01.992Z] + true [2021-01-15T16:37:01.992Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T16:37:02.592Z] ========================================================= [2021-01-15T16:37:02.592Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T16:37:02.592Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:37:02.959Z] + 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-15T16:37:06.313Z] Sending build context to Docker daemon 326.6MB [2021-01-15T16:37:06.313Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:37:06.313Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:37:06.579Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T16:37:06.579Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T16:37:06.579Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T16:37:06.579Z] de9db76c5a1d: Pulling fs layer [2021-01-15T16:37:06.579Z] bca2f99d35d6: Pulling fs layer [2021-01-15T16:37:06.579Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T16:37:06.579Z] 7c6f9722023f: Pulling fs layer [2021-01-15T16:37:06.579Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T16:37:06.579Z] 93359f2a8cfa: Waiting [2021-01-15T16:37:06.579Z] 7c6f9722023f: Waiting [2021-01-15T16:37:06.579Z] a35cf1a2eb13: Waiting [2021-01-15T16:37:06.579Z] bca2f99d35d6: Waiting [2021-01-15T16:37:06.579Z] de9db76c5a1d: Verifying Checksum [2021-01-15T16:37:06.579Z] de9db76c5a1d: Download complete [2021-01-15T16:37:06.579Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T16:37:06.579Z] 0ef7d3d256c8: Download complete [2021-01-15T16:37:06.579Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T16:37:06.579Z] 93359f2a8cfa: Download complete [2021-01-15T16:37:06.579Z] 7c6f9722023f: Verifying Checksum [2021-01-15T16:37:06.579Z] 7c6f9722023f: Download complete [2021-01-15T16:37:07.157Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T16:37:07.157Z] 188c0c94c7c5: Download complete [2021-01-15T16:37:07.421Z] 188c0c94c7c5: Pull complete [2021-01-15T16:37:07.692Z] 0ef7d3d256c8: Pull complete [2021-01-15T16:37:07.692Z] de9db76c5a1d: Pull complete [2021-01-15T16:37:09.647Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T16:37:09.647Z] a35cf1a2eb13: Download complete [2021-01-15T16:37:10.613Z] bca2f99d35d6: Verifying Checksum [2021-01-15T16:37:10.613Z] bca2f99d35d6: Download complete [2021-01-15T16:37:15.828Z] Still waiting to schedule task [2021-01-15T16:37:15.828Z] ‘prd-centos7-blackbox-4c-2g-19234’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-15505’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20512’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20513’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20514’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20515’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20516’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20536’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-20539’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20533’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20534’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-20535’ is offline [2021-01-15T16:37:17.292Z] bca2f99d35d6: Pull complete [2021-01-15T16:37:17.292Z] 93359f2a8cfa: Pull complete [2021-01-15T16:37:17.292Z] 7c6f9722023f: Pull complete [2021-01-15T16:37:20.627Z] a35cf1a2eb13: Pull complete [2021-01-15T16:37:20.627Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T16:37:20.627Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T16:37:20.627Z] ---> a62c8e92a672 [2021-01-15T16:37:20.627Z] 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-15T16:37:20.896Z] ---> Running in e2557a33f0c5 [2021-01-15T16:37:21.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:37:23.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:37:25.214Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:37:27.140Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:37:27.140Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:37:27.140Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:37:53.833Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:37:53.833Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:37:53.833Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:37:53.833Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:37:53.833Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:37:53.833Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:37:53.833Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:37:53.833Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:37:53.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:37:53.833Z] OK: 233 MiB in 51 packages [2021-01-15T16:37:56.429Z] Removing intermediate container e2557a33f0c5 [2021-01-15T16:37:56.429Z] ---> 5f18bcf21f3a [2021-01-15T16:37:56.429Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:37:56.429Z] ---> Running in ad7c7fe9e531 [2021-01-15T16:37:56.429Z] Removing intermediate container ad7c7fe9e531 [2021-01-15T16:37:56.429Z] ---> 1535e0d53c66 [2021-01-15T16:37:56.429Z] Step 5/6 : COPY go.mod . [2021-01-15T16:37:56.429Z] ---> 5b1a69c763d6 [2021-01-15T16:37:56.429Z] Step 6/6 : RUN go mod download [2021-01-15T16:37:56.429Z] ---> Running in 38821788d2f3 [2021-01-15T16:38:18.467Z] Removing intermediate container 38821788d2f3 [2021-01-15T16:38:18.467Z] ---> b4d99390131b [2021-01-15T16:38:18.467Z] Successfully built b4d99390131b [2021-01-15T16:38:18.467Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:18.796Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:38:18.797Z] . [Pipeline] withDockerContainer [2021-01-15T16:38:18.907Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T16:38:18.961Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-01-15T16:38:19.863Z] $ docker top 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:38:20.428Z] + go version [2021-01-15T16:38:20.428Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T16:38:20.450Z] $ docker stop --time=1 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 [2021-01-15T16:38:21.811Z] $ docker rm -f 182ceffbb63eb6cb42dae6c2ec68b5876804fa561ac3d10559a678a50bee0f81 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:38:22.790Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T16:38:22.790Z] . [Pipeline] withDockerContainer [2021-01-15T16:38:22.899Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T16:38:22.956Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-x86_64 cat [2021-01-15T16:38:24.642Z] $ docker top 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T16:38:24.876Z] ========================================================= [2021-01-15T16:38:24.876Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T16:38:24.876Z] ========================================================= [Pipeline] sh [2021-01-15T16:38:25.174Z] + make test [2021-01-15T16:38:25.174Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T16:38:33.782Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T16:38:48.911Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T16:38:55.566Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T16:38:56.155Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T16:38:56.437Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T16:38:57.025Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T16:38:59.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T16:38:59.682Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T16:38:59.682Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T16:39:01.119Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2021-01-15T16:39:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T16:39:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T16:39:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T16:39:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T16:39:01.119Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T16:39:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T16:39:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T16:39:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T16:39:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.120s coverage: 67.9% of statements [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T16:39:05.471Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.146s coverage: 82.3% of statements [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T16:39:05.471Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T16:39:07.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.316s coverage: 28.6% of statements [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T16:39:07.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T16:39:07.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T16:39:07.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-15T16:39:07.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T16:39:08.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-01-15T16:39:08.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T16:39:08.443Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.048s coverage: 78.3% of statements [2021-01-15T16:39:08.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T16:39:08.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T16:39:08.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T16:39:08.443Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T16:39:11.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 92.8% of statements [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.049s coverage: 0.1% of statements [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2021-01-15T16:39:11.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.102s coverage: 87.2% of statements [2021-01-15T16:39:11.067Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements [2021-01-15T16:39:11.343Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.094s coverage: 91.4% of statements [2021-01-15T16:39:11.343Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T16:39:12.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2021-01-15T16:39:12.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T16:39:12.761Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T16:39:12.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-01-15T16:39:12.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements [2021-01-15T16:39:12.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2021-01-15T16:39:12.761Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.048s coverage: 73.7% of statements [2021-01-15T16:39:13.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.030s coverage: 100.0% of statements [2021-01-15T16:39:14.477Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.326s coverage: 68.9% of statements [2021-01-15T16:39:14.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T16:39:14.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T16:39:14.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T16:39:14.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T16:39:14.477Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T16:39:14.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 37.0% of statements [2021-01-15T16:39:14.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T16:39:14.845Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T16:39:14.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.341s coverage: 84.0% of statements [2021-01-15T16:39:14.845Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-15T16:39:17.000Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements [2021-01-15T16:39:17.000Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T16:39:17.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T16:39:17.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2021-01-15T16:39:17.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T16:39:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.676s coverage: 29.1% of statements [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T16:39:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T16:39:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T16:39:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.026s coverage: 0.0% of statements [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T16:39:17.970Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.025s coverage: 100.0% of statements [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T16:39:17.970Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T16:39:18.234Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-15T16:39:18.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T16:39:18.234Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T16:39:18.499Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-01-15T16:39:18.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-15T16:39:18.763Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-01-15T16:39:19.346Z] GO111MODULE=on go vet ./... [2021-01-15T16:39:41.452Z] gofmt -l . [2021-01-15T16:39:42.031Z] [ "`gofmt -l .`" = "" ] [2021-01-15T16:39:42.292Z] ./bin/test-go-mod-tidy.sh [2021-01-15T16:39:42.868Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T16:39:43.755Z] + ls -al . [2021-01-15T16:39:43.755Z] total 656 [2021-01-15T16:39:43.755Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 16:39 . [2021-01-15T16:39:43.755Z] drwxr-xr-x 4 root root 28 Jan 15 16:38 .. [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 16:35 .dockerignore [2021-01-15T16:39:43.755Z] drwxrwxr-x 8 1001 1001 179 Jan 15 16:35 .git [2021-01-15T16:39:43.755Z] drwxrwxr-x 3 1001 1001 125 Jan 15 16:35 .github [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 16:35 .gitignore [2021-01-15T16:39:43.755Z] drwx------ 3 1001 1001 47 Jan 15 16:36 .semver [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 16:35 .sonarcloud.properties [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:35 Attribution.txt [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:35 CONTRIBUTING.md [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 16:35 Dockerfile.build [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 16:35 Jenkinsfile [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:35 LICENSE [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:35 Makefile [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:35 README.md [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:35 SECURITY.md [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:35 ZMQWindows.md [2021-01-15T16:39:43.755Z] drwxrwxr-x 2 1001 1001 117 Jan 15 16:35 bin [2021-01-15T16:39:43.755Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 16:35 cmd [2021-01-15T16:39:43.755Z] -rw-r--r-- 1 root root 550280 Jan 15 16:39 coverage.out [2021-01-15T16:39:43.755Z] -rw-r--r-- 1 root root 981 Jan 15 16:39 go.mod [2021-01-15T16:39:43.755Z] -rw-r--r-- 1 root root 19331 Jan 15 16:39 go.sum [2021-01-15T16:39:43.755Z] drwxrwxr-x 8 1001 1001 127 Jan 15 16:35 internal [2021-01-15T16:39:43.755Z] drwxrwxr-x 4 1001 1001 26 Jan 15 16:35 openapi [2021-01-15T16:39:43.755Z] drwxrwxr-x 4 1001 1001 71 Jan 15 16:35 snap [2021-01-15T16:39:43.755Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 16:35 version.go [Pipeline] sh [2021-01-15T16:39:44.058Z] + '[' -e coverage.out ] [2021-01-15T16:39:44.058Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T16:39:44.241Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T16:39:44.541Z] + make build [2021-01-15T16:39:44.541Z] 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-15T16:39:48.779Z] 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-15T16:39:56.994Z] 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-15T16:39:57.263Z] 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-15T16:39:58.686Z] 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-15T16:39:58.952Z] 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-15T16:40:00.889Z] 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-15T16:40:01.868Z] 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-15T16:40:02.829Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T16:40:04.263Z] 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-15T16:40:05.230Z] 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-15T16:40:06.187Z] 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-15T16:40:07.607Z] $ docker stop --time=1 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 [2021-01-15T16:40:09.268Z] $ docker rm -f 8cee1083ac7b354f09278c70af213b49a80baa2302c540fc4d13dd252d384302 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:40:11.099Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:40:11.099Z] [2021-01-15T16:40:11.099Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:40:11.454Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:40:11.454Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T16:40:11.454Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T16:40:11.454Z] ca9280d653b3: Pulling fs layer [2021-01-15T16:40:11.454Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T16:40:11.723Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-15T16:40:11.723Z] cbdbe7a5bc2a: Download complete [2021-01-15T16:40:11.987Z] ca9280d653b3: Verifying Checksum [2021-01-15T16:40:11.987Z] ca9280d653b3: Download complete [2021-01-15T16:40:12.250Z] cbdbe7a5bc2a: Pull complete [2021-01-15T16:40:13.199Z] 7e9c9ca2126c: Download complete [2021-01-15T16:40:13.199Z] ca9280d653b3: Pull complete [2021-01-15T16:40:21.432Z] 7e9c9ca2126c: Pull complete [2021-01-15T16:40:21.432Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T16:40:21.432Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:40:21.432Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T16:40:21.659Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T16:40:21.710Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T16:40:24.093Z] $ docker top e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:40:24.567Z] + docker-compose build --help [2021-01-15T16:40:24.567Z] + grep parallel [2021-01-15T16:40:25.512Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:40:25.530Z] $ docker stop --time=1 e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe [2021-01-15T16:40:26.928Z] $ docker rm -f e23e431d0a113c831ac5f5ce2412b108d5a39928fbf1d58921ef1ff7639bd0fe [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:40:27.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T16:40:27.625Z] . [Pipeline] withDockerContainer [2021-01-15T16:40:27.729Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T16:40:27.779Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T16:40:28.439Z] $ docker top ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:40:28.960Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T16:40:29.926Z] Building docker-core-command-go ... [2021-01-15T16:40:29.926Z] Building docker-core-data-go ... [2021-01-15T16:40:29.926Z] Building docker-core-metadata-go ... [2021-01-15T16:40:29.926Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:40:29.926Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:40:29.926Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:40:29.926Z] Building docker-support-notifications-go ... [2021-01-15T16:40:29.926Z] Building docker-support-scheduler-go ... [2021-01-15T16:40:29.926Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:40:29.926Z] Building docker-support-notifications-go [2021-01-15T16:40:29.926Z] Building docker-core-command-go [2021-01-15T16:40:29.926Z] Building docker-security-proxy-setup-go [2021-01-15T16:40:29.926Z] Building docker-core-metadata-go [2021-01-15T16:40:29.926Z] Building docker-security-bootstrap-redis-go [2021-01-15T16:41:02.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:02.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:02.526Z] ---> b4d99390131b [2021-01-15T16:41:02.526Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:41:02.526Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:02.526Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:02.526Z] ---> b4d99390131b [2021-01-15T16:41:02.526Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:41:02.526Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:02.527Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:02.527Z] ---> b4d99390131b [2021-01-15T16:41:02.527Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:41:02.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:02.794Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:02.794Z] ---> b4d99390131b [2021-01-15T16:41:02.794Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:41:03.060Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:41:03.060Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:41:03.060Z] ---> b4d99390131b [2021-01-15T16:41:03.060Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:41:03.326Z] ---> Running in a74acc483778 [2021-01-15T16:41:03.326Z] ---> Running in cd5e29998568 [2021-01-15T16:41:03.326Z] ---> Running in 5990ddaddb1f [2021-01-15T16:41:03.326Z] ---> Running in c3d28ecb1820 [2021-01-15T16:41:03.326Z] ---> Running in 32a63d5d77f6 [2021-01-15T16:41:03.942Z] Removing intermediate container 32a63d5d77f6 [2021-01-15T16:41:03.942Z] ---> 93a236d3a1f5 [2021-01-15T16:41:03.942Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:03.942Z] Removing intermediate container c3d28ecb1820 [2021-01-15T16:41:03.942Z] ---> 50b5c3a041d3 [2021-01-15T16:41:03.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:03.942Z] Removing intermediate container a74acc483778 [2021-01-15T16:41:03.942Z] ---> 95f238ddc2dd [2021-01-15T16:41:03.942Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:03.942Z] Removing intermediate container 5990ddaddb1f [2021-01-15T16:41:03.942Z] ---> d0087c30eff9 [2021-01-15T16:41:03.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:03.942Z] Removing intermediate container cd5e29998568 [2021-01-15T16:41:03.942Z] ---> 821fcf2fdbca [2021-01-15T16:41:03.942Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:41:05.141Z] ---> Running in 5e7886ea376b [2021-01-15T16:41:05.141Z] ---> Running in c1ecf5836d61 [2021-01-15T16:41:05.141Z] ---> Running in 3f9d69a99369 [2021-01-15T16:41:05.141Z] ---> Running in 33664dd88a3e [2021-01-15T16:41:05.141Z] ---> Running in 8faf81cfde6d [2021-01-15T16:41:06.563Z] Removing intermediate container 33664dd88a3e [2021-01-15T16:41:06.563Z] ---> 4838831b3f69 [2021-01-15T16:41:06.563Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:41:06.563Z] ---> Running in b6514aaf001b [2021-01-15T16:41:06.563Z] Removing intermediate container 3f9d69a99369 [2021-01-15T16:41:06.563Z] ---> ef690bfe35de [2021-01-15T16:41:06.563Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:41:06.563Z] Removing intermediate container c1ecf5836d61 [2021-01-15T16:41:06.563Z] ---> 7c2ea9998617 [2021-01-15T16:41:06.564Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:41:06.838Z] Removing intermediate container 5e7886ea376b [2021-01-15T16:41:06.838Z] ---> 73296f1b4f78 [2021-01-15T16:41:06.838Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:41:06.838Z] Removing intermediate container 8faf81cfde6d [2021-01-15T16:41:06.838Z] ---> 5be86df29197 [2021-01-15T16:41:06.838Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:41:06.838Z] ---> Running in 555352cf41d5 [2021-01-15T16:41:07.119Z] ---> Running in be230233d6db [2021-01-15T16:41:07.119Z] ---> Running in 21f89ae8c6f8 [2021-01-15T16:41:07.119Z] ---> Running in 8ce15f51dd8e [2021-01-15T16:41:07.718Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:07.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:07.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:07.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:07.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:08.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:08.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:08.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:08.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:08.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:41:09.059Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:09.653Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:09.653Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:09.653Z] Removing intermediate container b6514aaf001b [2021-01-15T16:41:09.653Z] ---> 8468c77bdf16 [2021-01-15T16:41:09.653Z] Step 6/22 : COPY go.mod . [2021-01-15T16:41:09.653Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:09.928Z] OK: 233 MiB in 51 packages [2021-01-15T16:41:09.928Z] ---> 75b583737636 [2021-01-15T16:41:09.928Z] Step 7/22 : RUN go mod download [2021-01-15T16:41:10.194Z] ---> Running in 3b26bb4bd73a [2021-01-15T16:41:10.459Z] Removing intermediate container be230233d6db [2021-01-15T16:41:10.459Z] ---> c0a8e0f6b6f0 [2021-01-15T16:41:10.459Z] Step 6/24 : COPY go.mod . [2021-01-15T16:41:10.459Z] Removing intermediate container 555352cf41d5 [2021-01-15T16:41:10.459Z] ---> 458fe3244de8 [2021-01-15T16:41:10.459Z] Step 6/22 : COPY go.mod . [2021-01-15T16:41:11.038Z] Removing intermediate container 8ce15f51dd8e [2021-01-15T16:41:11.038Z] ---> 4aa00dd48602 [2021-01-15T16:41:11.038Z] Step 6/22 : COPY go.mod . [2021-01-15T16:41:11.038Z] ---> 1624e9cb0585 [2021-01-15T16:41:11.038Z] Step 7/24 : RUN go mod download [2021-01-15T16:41:11.038Z] Removing intermediate container 21f89ae8c6f8 [2021-01-15T16:41:11.038Z] ---> 549c475899de [2021-01-15T16:41:11.038Z] Step 6/21 : COPY go.mod . [2021-01-15T16:41:11.038Z] ---> d2e54d0efeac [2021-01-15T16:41:11.038Z] Step 7/22 : RUN go mod download [2021-01-15T16:41:11.038Z] ---> Running in 94e563a173c7 [2021-01-15T16:41:11.038Z] ---> Running in b88884c60889 [2021-01-15T16:41:11.304Z] ---> 2f5fbde6fff9 [2021-01-15T16:41:11.304Z] Step 7/22 : RUN go mod download [2021-01-15T16:41:11.567Z] ---> e6025be98dbd [2021-01-15T16:41:11.567Z] Step 7/21 : RUN go mod download [2021-01-15T16:41:11.567Z] ---> Running in b1b9f04bdbb2 [2021-01-15T16:41:11.851Z] ---> Running in 7bb39d169164 [2021-01-15T16:41:12.829Z] Removing intermediate container 3b26bb4bd73a [2021-01-15T16:41:12.829Z] ---> dc28f70b1fbe [2021-01-15T16:41:12.829Z] Step 8/22 : COPY . . [2021-01-15T16:41:13.829Z] Removing intermediate container 94e563a173c7 [2021-01-15T16:41:13.829Z] ---> b3a391ef861b [2021-01-15T16:41:13.829Z] Step 8/24 : COPY . . [2021-01-15T16:41:16.445Z] Removing intermediate container b88884c60889 [2021-01-15T16:41:16.445Z] ---> 0e69f83377ab [2021-01-15T16:41:16.445Z] Step 8/22 : COPY . . [2021-01-15T16:41:19.066Z] Removing intermediate container b1b9f04bdbb2 [2021-01-15T16:41:19.066Z] ---> 831a264c64bb [2021-01-15T16:41:19.066Z] Step 8/22 : COPY . . [2021-01-15T16:41:19.331Z] Removing intermediate container 7bb39d169164 [2021-01-15T16:41:19.331Z] ---> 615d152ba979 [2021-01-15T16:41:19.331Z] Step 8/21 : COPY . . [2021-01-15T16:41:58.276Z] ---> c75527c8492f [2021-01-15T16:41:58.276Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:41:58.276Z] ---> 81ccaf5125dc [2021-01-15T16:41:58.276Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:41:58.276Z] ---> 5508bee31b40 [2021-01-15T16:41:58.276Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:41:58.276Z] ---> fa8c641bea94 [2021-01-15T16:41:58.276Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:41:58.276Z] ---> 5ebae9378a05 [2021-01-15T16:41:58.276Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:41:58.276Z] ---> Running in eda6bc6ef97d [2021-01-15T16:41:58.276Z] ---> Running in 13a1bf757e6f [2021-01-15T16:41:58.276Z] ---> Running in e4a4aca7e4a6 [2021-01-15T16:41:58.276Z] ---> Running in 3bdbc69debd0 [2021-01-15T16:41:58.276Z] ---> Running in 70d2f2a33843 [2021-01-15T16:41:58.276Z] 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-15T16:41:58.276Z] 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-15T16:41:58.276Z] 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-15T16:41:58.276Z] 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-15T16:41:58.276Z] 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-15T16:42:24.977Z] 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-15T16:42:30.317Z] Removing intermediate container 13a1bf757e6f [2021-01-15T16:42:30.317Z] ---> 096a91bba170 [2021-01-15T16:42:30.317Z] [2021-01-15T16:42:30.317Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T16:42:30.317Z] Removing intermediate container eda6bc6ef97d [2021-01-15T16:42:30.317Z] ---> 0950958a282d [2021-01-15T16:42:30.317Z] [2021-01-15T16:42:30.317Z] Step 10/24 : FROM scratch [2021-01-15T16:42:30.317Z] ---> [2021-01-15T16:42:30.317Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:42:30.317Z] 3.12: Pulling from library/alpine [2021-01-15T16:42:30.317Z] Removing intermediate container e4a4aca7e4a6 [2021-01-15T16:42:30.317Z] ---> 2a7ae6433f32 [2021-01-15T16:42:30.317Z] [2021-01-15T16:42:30.317Z] Step 10/22 : FROM scratch [2021-01-15T16:42:30.317Z] ---> [2021-01-15T16:42:30.317Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:42:30.894Z] ---> Running in f3fe7f478d93 [2021-01-15T16:42:30.894Z] ---> Running in 1183026df172 [2021-01-15T16:42:31.157Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:42:32.560Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:42:32.560Z] ---> 389fef711851 [2021-01-15T16:42:32.560Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:42:32.560Z] Removing intermediate container 3bdbc69debd0 [2021-01-15T16:42:32.560Z] ---> 49c4f2ce360a [2021-01-15T16:42:32.560Z] [2021-01-15T16:42:32.560Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T16:42:32.560Z] ---> 389fef711851 [2021-01-15T16:42:32.560Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T16:42:32.823Z] ---> Running in 34680630b27c [2021-01-15T16:42:32.823Z] Removing intermediate container f3fe7f478d93 [2021-01-15T16:42:32.823Z] ---> cecd965097a8 [2021-01-15T16:42:32.823Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:42:32.823Z] Removing intermediate container 1183026df172 [2021-01-15T16:42:32.823Z] ---> c2e9f2b55448 [2021-01-15T16:42:32.823Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:42:33.775Z] ---> Running in ad345066ae4c [2021-01-15T16:42:33.776Z] Removing intermediate container 70d2f2a33843 [2021-01-15T16:42:33.776Z] ---> 8835ea017a25 [2021-01-15T16:42:33.776Z] [2021-01-15T16:42:33.776Z] Step 10/22 : FROM scratch [2021-01-15T16:42:33.776Z] ---> [2021-01-15T16:42:33.776Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:42:33.776Z] ---> Using cache [2021-01-15T16:42:33.776Z] ---> cecd965097a8 [2021-01-15T16:42:33.776Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:42:33.776Z] ---> Running in 22b829b91e16 [2021-01-15T16:42:33.776Z] ---> Running in ef1a24f3b175 [2021-01-15T16:42:34.039Z] ---> Running in 00a171e7af58 [2021-01-15T16:42:34.305Z] Removing intermediate container 22b829b91e16 [2021-01-15T16:42:34.305Z] ---> d30dffb02f45 [2021-01-15T16:42:34.305Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:42:34.305Z] Removing intermediate container ef1a24f3b175 [2021-01-15T16:42:34.305Z] ---> 977cd11e626f [2021-01-15T16:42:34.305Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:42:34.305Z] Removing intermediate container 00a171e7af58 [2021-01-15T16:42:34.305Z] ---> 06299ddd1580 [2021-01-15T16:42:34.305Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:42:34.569Z] ---> Running in 581991340c19 [2021-01-15T16:42:34.569Z] ---> Running in 44dc649b63e7 [2021-01-15T16:42:34.569Z] ---> Running in 3920616cb743 [2021-01-15T16:42:34.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:34.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:34.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:34.833Z] Removing intermediate container 581991340c19 [2021-01-15T16:42:34.833Z] ---> 2e46e8754c16 [2021-01-15T16:42:34.833Z] Step 14/22 : WORKDIR / [2021-01-15T16:42:34.833Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:42:34.833Z] Removing intermediate container 44dc649b63e7 [2021-01-15T16:42:34.833Z] ---> 1c3c4e82bf6e [2021-01-15T16:42:34.833Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:42:34.833Z] Removing intermediate container 3920616cb743 [2021-01-15T16:42:34.833Z] ---> 258feb0a3cf8 [2021-01-15T16:42:34.833Z] Step 14/22 : WORKDIR / [2021-01-15T16:42:34.833Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T16:42:34.833Z] ---> Running in 98ebe21d4c26 [2021-01-15T16:42:34.833Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:42:34.833Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T16:42:34.833Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T16:42:34.833Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T16:42:34.833Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:42:34.833Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:42:34.833Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T16:42:34.833Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:42:35.095Z] OK: 7 MiB in 19 packages [2021-01-15T16:42:35.095Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T16:42:35.095Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T16:42:35.095Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:42:35.095Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:42:35.095Z] OK: 7 MiB in 18 packages [2021-01-15T16:42:35.095Z] ---> Running in 327aea55711f [2021-01-15T16:42:35.671Z] ---> b5e8c4ac34f6 [2021-01-15T16:42:35.671Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:42:35.934Z] Removing intermediate container 98ebe21d4c26 [2021-01-15T16:42:35.934Z] ---> 6d4850fe7e57 [2021-01-15T16:42:35.934Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:42:36.894Z] Removing intermediate container 327aea55711f [2021-01-15T16:42:36.894Z] ---> 1b282931967e [2021-01-15T16:42:36.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:42:37.479Z] ---> 7103b5a8f28b [2021-01-15T16:42:37.479Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:42:38.058Z] ---> cfc66d644519 [2021-01-15T16:42:38.058Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:42:38.058Z] Removing intermediate container 34680630b27c [2021-01-15T16:42:38.058Z] ---> b55b80f82a1d [2021-01-15T16:42:38.058Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T16:42:38.058Z] ---> 0d771952c1e7 [2021-01-15T16:42:38.058Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:42:38.058Z] Removing intermediate container ad345066ae4c [2021-01-15T16:42:38.058Z] ---> 86c98e666a57 [2021-01-15T16:42:38.058Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:42:38.058Z] ---> aa55d0f3a709 [2021-01-15T16:42:38.058Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:38.330Z] ---> Running in e335e0c45525 [2021-01-15T16:42:38.330Z] ---> Running in df5d265fd55a [2021-01-15T16:42:39.281Z] ---> 3892c5a08949 [2021-01-15T16:42:39.281Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:39.281Z] Removing intermediate container e335e0c45525 [2021-01-15T16:42:39.281Z] ---> 26da5bb64e09 [2021-01-15T16:42:39.281Z] Step 13/22 : WORKDIR / [2021-01-15T16:42:39.281Z] ---> 482b7962dfd7 [2021-01-15T16:42:39.281Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:42:39.281Z] Removing intermediate container df5d265fd55a [2021-01-15T16:42:39.281Z] ---> 7de67861d05a [2021-01-15T16:42:39.281Z] Step 13/21 : WORKDIR /edgex [2021-01-15T16:42:39.281Z] ---> a3566edd5261 [2021-01-15T16:42:39.281Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:42:39.281Z] ---> Running in 227fcb3761f4 [2021-01-15T16:42:39.281Z] ---> Running in 8629fee64205 [2021-01-15T16:42:39.281Z] ---> Running in 931fd8a248de [2021-01-15T16:42:39.546Z] ---> 9afcc3e588aa [2021-01-15T16:42:39.546Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:42:39.546Z] ---> f581a68bb1d6 [2021-01-15T16:42:39.546Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:42:39.546Z] Removing intermediate container 227fcb3761f4 [2021-01-15T16:42:39.546Z] ---> 123ac00d36c6 [2021-01-15T16:42:39.546Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:42:39.812Z] ---> Running in 0be929d19777 [2021-01-15T16:42:39.812Z] Removing intermediate container 931fd8a248de [2021-01-15T16:42:39.812Z] ---> 90496b66cfaf [2021-01-15T16:42:39.812Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:42:39.812Z] Removing intermediate container 8629fee64205 [2021-01-15T16:42:39.812Z] ---> d34540499f54 [2021-01-15T16:42:39.812Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T16:42:39.812Z] ---> Running in d55e2628bede [2021-01-15T16:42:40.083Z] ---> 5945df9b7eb9 [2021-01-15T16:42:40.083Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:40.083Z] Removing intermediate container 0be929d19777 [2021-01-15T16:42:40.083Z] ---> eea94a07ffaf [2021-01-15T16:42:40.083Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:42:40.350Z] ---> Running in a0efd20a36f5 [2021-01-15T16:42:40.350Z] ---> ea8863e8b046 [2021-01-15T16:42:40.350Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T16:42:40.350Z] ---> 49a0ab7f9377 [2021-01-15T16:42:40.350Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T16:42:40.350Z] Removing intermediate container d55e2628bede [2021-01-15T16:42:40.350Z] ---> 225642682bf7 [2021-01-15T16:42:40.350Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:42:40.618Z] ---> 1f1a7dde1e99 [2021-01-15T16:42:40.618Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:42:40.880Z] ---> Running in c3fd74cfb635 [2021-01-15T16:42:41.146Z] ---> Running in 5ba852534ce0 [2021-01-15T16:42:41.146Z] Removing intermediate container a0efd20a36f5 [2021-01-15T16:42:41.146Z] ---> d8613053c1bd [2021-01-15T16:42:41.146Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:42:41.146Z] ---> b013c58a225b [2021-01-15T16:42:41.146Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T16:42:41.146Z] ---> Running in b315f815dacf [2021-01-15T16:42:41.146Z] ---> b7d5af015641 [2021-01-15T16:42:41.146Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T16:42:41.146Z] Removing intermediate container c3fd74cfb635 [2021-01-15T16:42:41.146Z] ---> 9134d558fe27 [2021-01-15T16:42:41.146Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:42:41.409Z] Removing intermediate container 5ba852534ce0 [2021-01-15T16:42:41.409Z] ---> ec4506b10816 [2021-01-15T16:42:41.409Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:42:41.409Z] ---> Running in d2bf0978b63b [2021-01-15T16:42:41.672Z] ---> Running in f97e58c292c7 [2021-01-15T16:42:41.672Z] Removing intermediate container b315f815dacf [2021-01-15T16:42:41.672Z] ---> 4e14d1aebd67 [2021-01-15T16:42:41.672Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:42:41.672Z] ---> 648559b4fe6d [2021-01-15T16:42:41.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T16:42:41.672Z] ---> ce7eb4fc347d [2021-01-15T16:42:41.672Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T16:42:41.672Z] Removing intermediate container d2bf0978b63b [2021-01-15T16:42:41.672Z] ---> a129e5136491 [2021-01-15T16:42:41.672Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:42:41.946Z] ---> Running in 9c9015fab7ff [2021-01-15T16:42:41.946Z] ---> Running in c2682c0489e6 [2021-01-15T16:42:41.946Z] ---> Running in 1d8c17925bcd [2021-01-15T16:42:41.946Z] Removing intermediate container f97e58c292c7 [2021-01-15T16:42:41.946Z] ---> e488a32fd660 [2021-01-15T16:42:41.946Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:42:42.208Z] ---> Running in 9e7568d65a69 [2021-01-15T16:42:42.208Z] ---> 85a92735a33c [2021-01-15T16:42:42.208Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T16:42:42.208Z] Removing intermediate container 9c9015fab7ff [2021-01-15T16:42:42.208Z] ---> 276e5d573aaf [2021-01-15T16:42:42.208Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:42:42.786Z] Removing intermediate container c2682c0489e6 [2021-01-15T16:42:42.786Z] ---> a80556be4944 [2021-01-15T16:42:42.786Z] [2021-01-15T16:42:42.786Z] Removing intermediate container 1d8c17925bcd [2021-01-15T16:42:42.786Z] ---> e43a727ff0eb [2021-01-15T16:42:42.786Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T16:42:42.786Z] ---> Running in 7844faf3eb3e [2021-01-15T16:42:42.786Z] ---> Running in 96d05673ce93 [2021-01-15T16:42:43.054Z] Successfully built a80556be4944 [2021-01-15T16:42:43.054Z] ---> Running in 1a96252e7a52 [2021-01-15T16:42:43.054Z] Removing intermediate container 9e7568d65a69 [2021-01-15T16:42:43.054Z] ---> 746fbe46a1b9 [2021-01-15T16:42:43.054Z] Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:42:43.054Z] Successfully tagged docker-core-command-go:latest [2021-01-15T16:42:43.054Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-15T16:42:43.324Z] ---> Running in 1d90b425274f [2021-01-15T16:42:43.324Z] Removing intermediate container 96d05673ce93 [2021-01-15T16:42:43.324Z] ---> c6fb8e3b13b0 [2021-01-15T16:42:43.324Z] [2021-01-15T16:42:43.324Z] Removing intermediate container 1a96252e7a52 [2021-01-15T16:42:43.324Z] ---> c87fb1424b01 [2021-01-15T16:42:43.324Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:42:43.596Z] ---> Running in 981f6eae3ba0 [2021-01-15T16:42:43.596Z] Successfully built c6fb8e3b13b0 [2021-01-15T16:42:43.596Z] Removing intermediate container 1d90b425274f [2021-01-15T16:42:43.596Z] ---> ce73ad80c76b [2021-01-15T16:42:43.596Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:42:43.596Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T16:42:43.596Z]  Building docker-core-metadata-go ... done Building docker-support-scheduler-go [2021-01-15T16:42:43.596Z] ---> Running in 7f8e4a04ff4c [2021-01-15T16:42:43.862Z] Removing intermediate container 981f6eae3ba0 [2021-01-15T16:42:43.862Z] ---> 54704bd26855 [2021-01-15T16:42:43.862Z] Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:42:44.125Z] Removing intermediate container 7f8e4a04ff4c [2021-01-15T16:42:44.125Z] ---> 88901c48ff37 [2021-01-15T16:42:44.125Z] [2021-01-15T16:42:44.126Z] ---> Running in 6a153f3570b4 [2021-01-15T16:42:44.395Z] Successfully built 88901c48ff37 [2021-01-15T16:42:44.395Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T16:42:44.395Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2021-01-15T16:42:44.662Z] Removing intermediate container 6a153f3570b4 [2021-01-15T16:42:44.662Z] ---> 34b6607a8357 [2021-01-15T16:42:44.662Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T16:42:44.662Z] ---> Running in a5da3d113cc3 [2021-01-15T16:42:44.662Z] Removing intermediate container 7844faf3eb3e [2021-01-15T16:42:44.662Z] ---> df65664a824c [2021-01-15T16:42:44.662Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T16:42:49.976Z] ---> Running in 7337bfdb288c [2021-01-15T16:42:49.976Z] Removing intermediate container a5da3d113cc3 [2021-01-15T16:42:49.976Z] ---> 7097da3ffe82 [2021-01-15T16:42:49.976Z] [2021-01-15T16:42:52.542Z] Successfully built 7097da3ffe82 [2021-01-15T16:42:52.542Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T16:42:52.542Z] Building docker-core-data-go [2021-01-15T16:42:52.814Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7337bfdb288c [2021-01-15T16:42:52.814Z] ---> 945e832e57b6 [2021-01-15T16:42:52.814Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T16:42:53.400Z] ---> Running in 1ee9a0800221 [2021-01-15T16:42:56.745Z] Removing intermediate container 1ee9a0800221 [2021-01-15T16:42:56.745Z] ---> 740e99b03d80 [2021-01-15T16:42:56.745Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:42:57.331Z] ---> Running in 7e08434fb245 [2021-01-15T16:42:57.962Z] Removing intermediate container 7e08434fb245 [2021-01-15T16:42:57.962Z] ---> 9fcd8bb1e06a [2021-01-15T16:42:57.962Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:43:04.654Z] ---> Running in 0e7e15a342f6 [2021-01-15T16:43:04.919Z] Removing intermediate container 0e7e15a342f6 [2021-01-15T16:43:04.919Z] ---> 7c013bd5c25a [2021-01-15T16:43:04.919Z] [2021-01-15T16:43:05.891Z] Successfully built 7c013bd5c25a [2021-01-15T16:43:05.891Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:05.891Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:05.891Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T16:43:05.891Z]  Building docker-security-bootstrap-redis-go ... done  ---> b4d99390131b [2021-01-15T16:43:05.891Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 821fcf2fdbca [2021-01-15T16:43:06.153Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:06.153Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:06.153Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:06.153Z] ---> b4d99390131b [2021-01-15T16:43:06.153Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 821fcf2fdbca [2021-01-15T16:43:06.153Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 5be86df29197 [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] Step 5/26 : RUN apk add --update --no-cache make bash git ---> 5be86df29197 [2021-01-15T16:43:06.153Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:43:06.153Z] [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 4aa00dd48602 [2021-01-15T16:43:06.153Z] Step 6/24 : COPY go.mod . [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 2f5fbde6fff9 [2021-01-15T16:43:06.153Z] Step 7/24 : RUN go mod download [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 831a264c64bb [2021-01-15T16:43:06.153Z] Step 8/24 : COPY . . [2021-01-15T16:43:06.153Z] ---> Using cache [2021-01-15T16:43:06.153Z] ---> 5508bee31b40 [2021-01-15T16:43:06.153Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:43:06.418Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:06.418Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:06.418Z] ---> b4d99390131b [2021-01-15T16:43:06.418Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:43:06.418Z] ---> Using cache [2021-01-15T16:43:06.418Z] ---> 821fcf2fdbca [2021-01-15T16:43:06.418Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:06.418Z] ---> Using cache [2021-01-15T16:43:06.418Z] ---> 5be86df29197 [2021-01-15T16:43:06.418Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:43:06.418Z] ---> Using cache [2021-01-15T16:43:06.418Z] ---> 4aa00dd48602 [2021-01-15T16:43:06.418Z] Step 6/21 : COPY go.mod . [2021-01-15T16:43:06.418Z] ---> Using cache [2021-01-15T16:43:06.418Z] ---> 2f5fbde6fff9 [2021-01-15T16:43:06.418Z] Step 7/21 : RUN go mod download [2021-01-15T16:43:06.418Z] ---> Using cache [2021-01-15T16:43:06.418Z] ---> 831a264c64bb [2021-01-15T16:43:06.418Z] Step 8/21 : COPY . . [2021-01-15T16:43:06.682Z] ---> Using cache [2021-01-15T16:43:06.682Z] ---> 5508bee31b40 [2021-01-15T16:43:06.682Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:43:07.639Z] ---> Running in a5c164b13bff [2021-01-15T16:43:07.639Z] ---> Running in 98a5277d83cd [2021-01-15T16:43:07.639Z] ---> Running in 30a5b100b63e [2021-01-15T16:43:09.588Z] 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-15T16:43:09.588Z] 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-15T16:43:09.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:10.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:11.165Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:12.606Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:43:12.606Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:43:12.606Z] ---> b4d99390131b [2021-01-15T16:43:12.606Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:43:12.606Z] ---> Using cache [2021-01-15T16:43:12.606Z] ---> 821fcf2fdbca [2021-01-15T16:43:12.606Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:43:12.606Z] ---> Using cache [2021-01-15T16:43:12.606Z] ---> 5be86df29197 [2021-01-15T16:43:12.606Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:43:13.206Z] ---> Running in 93c53e7de4c7 [2021-01-15T16:43:13.206Z] Removing intermediate container 98a5277d83cd [2021-01-15T16:43:13.206Z] ---> e18da7a39e4a [2021-01-15T16:43:13.206Z] Step 6/26 : COPY go.mod . [2021-01-15T16:43:13.822Z] ---> a10c0abb4a88 [2021-01-15T16:43:13.822Z] Step 7/26 : RUN go mod download [2021-01-15T16:43:14.097Z] ---> Running in 41305bbeac71 [2021-01-15T16:43:14.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:15.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:43:15.689Z] OK: 233 MiB in 51 packages [2021-01-15T16:43:17.126Z] Removing intermediate container 41305bbeac71 [2021-01-15T16:43:17.126Z] ---> bbbeffa97403 [2021-01-15T16:43:17.126Z] Step 8/26 : COPY . . [2021-01-15T16:43:17.126Z] Removing intermediate container 93c53e7de4c7 [2021-01-15T16:43:17.126Z] ---> 46c1fc74dc41 [2021-01-15T16:43:17.126Z] Step 6/23 : COPY go.mod . [2021-01-15T16:43:17.726Z] ---> 72534f38b0a2 [2021-01-15T16:43:17.726Z] Step 7/23 : RUN go mod download [2021-01-15T16:43:17.996Z] ---> Running in 826fa6a90141 [2021-01-15T16:43:24.651Z] Removing intermediate container 826fa6a90141 [2021-01-15T16:43:24.651Z] ---> 85d6ff89ff39 [2021-01-15T16:43:24.651Z] Step 8/23 : COPY . . [2021-01-15T16:43:32.880Z] 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-15T16:43:41.086Z] ---> 89551a81402a [2021-01-15T16:43:41.086Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T16:43:41.354Z] Removing intermediate container a5c164b13bff [2021-01-15T16:43:41.354Z] ---> b4fb2d0a74eb [2021-01-15T16:43:41.354Z] [2021-01-15T16:43:41.354Z] Step 10/21 : FROM scratch [2021-01-15T16:43:41.354Z] ---> [2021-01-15T16:43:41.354Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:43:41.354Z] ---> Running in 1f4995f62891 [2021-01-15T16:43:42.780Z] ---> Using cache [2021-01-15T16:43:42.780Z] ---> cecd965097a8 [2021-01-15T16:43:42.780Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T16:43:43.956Z] ---> Running in 047e03fc1721 [2021-01-15T16:43:43.956Z] 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-15T16:43:44.917Z] Removing intermediate container 047e03fc1721 [2021-01-15T16:43:44.917Z] ---> 49295588fd3d [2021-01-15T16:43:44.917Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T16:43:46.015Z] ---> Running in fe99d4c846a6 [2021-01-15T16:43:46.015Z] Removing intermediate container 30a5b100b63e [2021-01-15T16:43:46.015Z] ---> dab4ba4a24c1 [2021-01-15T16:43:46.015Z] [2021-01-15T16:43:46.015Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T16:43:46.015Z] ---> 389fef711851 [2021-01-15T16:43:46.015Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T16:43:46.015Z] ---> Using cache [2021-01-15T16:43:46.015Z] ---> b55b80f82a1d [2021-01-15T16:43:46.015Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:43:46.015Z] ---> Running in e4cb7d894b40 [2021-01-15T16:43:46.015Z] ---> 786d4dedf2fd [2021-01-15T16:43:46.015Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T16:43:46.015Z] Removing intermediate container fe99d4c846a6 [2021-01-15T16:43:46.015Z] ---> 7fe8940c59b7 [2021-01-15T16:43:46.389Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:43:46.389Z] ---> Running in 77e97b243a8f [2021-01-15T16:43:46.704Z] Removing intermediate container e4cb7d894b40 [2021-01-15T16:43:46.704Z] ---> 7944a06247fc [2021-01-15T16:43:46.704Z] Step 13/24 : WORKDIR / [2021-01-15T16:43:46.704Z] ---> Running in 3d18c9dc6448 [2021-01-15T16:43:47.070Z] ---> 24e3c67df1f5 [2021-01-15T16:43:47.070Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T16:43:47.070Z] Removing intermediate container 3d18c9dc6448 [2021-01-15T16:43:47.070Z] ---> 8f1b9870a048 [2021-01-15T16:43:47.070Z] 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-15T16:43:47.377Z] 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-15T16:43:47.748Z] ---> 014f944f6d47 [2021-01-15T16:43:47.748Z] 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-15T16:43:48.049Z] ---> 22bf8e073ae0 [2021-01-15T16:43:48.049Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:48.049Z] ---> 1a91887e9d20 [2021-01-15T16:43:48.049Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T16:43:48.313Z] ---> 42c642737d45 [2021-01-15T16:43:48.313Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T16:43:48.589Z] ---> Running in c8ac678a61b8 [2021-01-15T16:43:48.589Z] ---> 6c144ee8cf08 [2021-01-15T16:43:48.589Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T16:43:48.862Z] Removing intermediate container c8ac678a61b8 [2021-01-15T16:43:48.862Z] ---> b39e5dd15815 [2021-01-15T16:43:48.862Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:43:48.862Z] ---> Running in 23135fe3f571 [2021-01-15T16:43:49.127Z] Removing intermediate container 23135fe3f571 [2021-01-15T16:43:49.127Z] ---> 097d2d7f6071 [2021-01-15T16:43:49.127Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T16:43:49.393Z] ---> Running in bb4b27a3f538 [2021-01-15T16:43:49.393Z] ---> 47a99d6be3fe [2021-01-15T16:43:49.393Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T16:43:49.660Z] Removing intermediate container bb4b27a3f538 [2021-01-15T16:43:49.660Z] ---> 17c92b732049 [2021-01-15T16:43:49.660Z] Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:43:49.928Z] ---> Running in d7ca6e3fc95b [2021-01-15T16:43:50.193Z] ---> 23fb56332ea9 [2021-01-15T16:43:50.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T16:43:50.193Z] Removing intermediate container d7ca6e3fc95b [2021-01-15T16:43:50.193Z] ---> 28f21c9d4fc9 [2021-01-15T16:43:50.193Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T16:43:50.457Z] ---> Running in d7ff81f239af [2021-01-15T16:43:50.457Z] ---> 08dadcb6bed5 [2021-01-15T16:43:50.457Z] 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-15T16:43:50.723Z] ---> Running in 5b62e495e4f3 [2021-01-15T16:43:50.723Z] Removing intermediate container d7ff81f239af [2021-01-15T16:43:50.723Z] ---> c3814e522e16 [2021-01-15T16:43:50.723Z] [2021-01-15T16:43:51.688Z] Successfully built c3814e522e16 [2021-01-15T16:43:51.688Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T16:43:53.132Z]  Building docker-support-scheduler-go ... done Removing intermediate container 5b62e495e4f3 [2021-01-15T16:43:53.132Z] ---> f90e8c14d985 [2021-01-15T16:43:53.132Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T16:43:53.406Z] ---> Running in 126584c9d968 [2021-01-15T16:43:54.826Z] Removing intermediate container 126584c9d968 [2021-01-15T16:43:54.826Z] ---> 2a4f278a4c26 [2021-01-15T16:43:54.826Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T16:43:54.826Z] ---> Running in 7c7b1f508607 [2021-01-15T16:43:55.090Z] Removing intermediate container 7c7b1f508607 [2021-01-15T16:43:55.090Z] ---> 380f73ca4faf [2021-01-15T16:43:55.090Z] Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:43:55.090Z] ---> Running in 145ab92d8c3e [2021-01-15T16:43:56.057Z] Removing intermediate container 145ab92d8c3e [2021-01-15T16:43:56.057Z] ---> f9fa4680a4cf [2021-01-15T16:43:56.057Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:43:56.057Z] ---> Running in d388ef083a9d [2021-01-15T16:43:56.325Z] Removing intermediate container d388ef083a9d [2021-01-15T16:43:56.325Z] ---> 148e86d8ef1d [2021-01-15T16:43:56.325Z] [2021-01-15T16:43:56.593Z] Successfully built 148e86d8ef1d [2021-01-15T16:43:56.593Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T16:44:03.296Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1f4995f62891 [2021-01-15T16:44:03.296Z] ---> a7b938b830d9 [2021-01-15T16:44:03.296Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T16:44:03.296Z] ---> Running in a17870cbda00 [2021-01-15T16:44:03.571Z] 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-15T16:44:04.973Z] Removing intermediate container a17870cbda00 [2021-01-15T16:44:04.973Z] ---> 4822e54bccd5 [2021-01-15T16:44:04.973Z] [2021-01-15T16:44:04.973Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T16:44:04.973Z] 20.10.0: Pulling from library/docker [2021-01-15T16:44:10.290Z] Removing intermediate container 77e97b243a8f [2021-01-15T16:44:10.290Z] ---> 0982cfd08f2e [2021-01-15T16:44:10.290Z] [2021-01-15T16:44:10.290Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T16:44:10.290Z] ---> 389fef711851 [2021-01-15T16:44:10.290Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:44:10.557Z] ---> Running in 8fbc8a8feca2 [2021-01-15T16:44:10.831Z] Removing intermediate container 8fbc8a8feca2 [2021-01-15T16:44:10.831Z] ---> d3e6965d621b [2021-01-15T16:44:10.831Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T16:44:11.093Z] ---> Running in 24924e742593 [2021-01-15T16:44:11.093Z] Removing intermediate container 24924e742593 [2021-01-15T16:44:11.093Z] ---> 9445acddbfc3 [2021-01-15T16:44:11.093Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T16:44:11.356Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T16:44:11.356Z] ---> Running in 54479c47c78c [2021-01-15T16:44:11.356Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T16:44:11.356Z] ---> aefe523efa57 [2021-01-15T16:44:11.356Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T16:44:11.356Z] ---> Running in cd28bcd1df25 [2021-01-15T16:44:11.621Z] Removing intermediate container 54479c47c78c [2021-01-15T16:44:11.621Z] ---> 665b7383ea3f [2021-01-15T16:44:11.621Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:44:11.621Z] ---> Running in 7603f2b70226 [2021-01-15T16:44:11.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:12.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:12.147Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T16:44:12.147Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T16:44:12.147Z] Executing bash-5.0.17-r0.post-install [2021-01-15T16:44:12.147Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:12.147Z] OK: 12 MiB in 22 packages [2021-01-15T16:44:12.732Z] Removing intermediate container 7603f2b70226 [2021-01-15T16:44:12.732Z] ---> 0572fdd8d681 [2021-01-15T16:44:12.732Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T16:44:12.732Z] ---> Running in 1ae49428cf5e [2021-01-15T16:44:12.994Z] Removing intermediate container cd28bcd1df25 [2021-01-15T16:44:12.994Z] ---> 000ecbf53d40 [2021-01-15T16:44:12.994Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T16:44:12.994Z] ---> Running in 753d925bc12e [2021-01-15T16:44:13.256Z] Removing intermediate container 753d925bc12e [2021-01-15T16:44:13.256Z] ---> 662ff34394d2 [2021-01-15T16:44:13.256Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T16:44:13.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:13.256Z] ---> Running in 1b0798ecfb02 [2021-01-15T16:44:13.518Z] Removing intermediate container 1b0798ecfb02 [2021-01-15T16:44:13.519Z] ---> f43ad6968245 [2021-01-15T16:44:13.519Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T16:44:13.519Z] ---> Running in bcffb1e716b5 [2021-01-15T16:44:13.781Z] Removing intermediate container bcffb1e716b5 [2021-01-15T16:44:13.781Z] ---> 146dd9dfdc19 [2021-01-15T16:44:13.781Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T16:44:14.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:14.306Z] ---> baad350fffa7 [2021-01-15T16:44:14.306Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:14.569Z] ---> bdfdb6747eec [2021-01-15T16:44:14.569Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T16:44:14.831Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T16:44:14.831Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T16:44:14.831Z] ---> 21b494522b8b [2021-01-15T16:44:14.831Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T16:44:14.831Z] ---> Running in 3c4f6891a021 [2021-01-15T16:44:15.098Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T16:44:15.369Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T16:44:15.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:15.369Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:15.369Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T16:44:15.635Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:15.635Z] OK: 8 MiB in 19 packages [2021-01-15T16:44:15.635Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T16:44:15.635Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T16:44:15.635Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T16:44:15.635Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T16:44:15.635Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T16:44:15.635Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T16:44:15.635Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T16:44:19.860Z] Removing intermediate container 1ae49428cf5e [2021-01-15T16:44:19.860Z] ---> c3a29de054b8 [2021-01-15T16:44:19.860Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:44:19.860Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T16:44:19.860Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T16:44:19.860Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T16:44:19.860Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T16:44:19.860Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T16:44:19.860Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T16:44:19.860Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T16:44:19.860Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T16:44:19.860Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T16:44:20.125Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T16:44:20.125Z] ---> 15b71fd30aaa [2021-01-15T16:44:20.125Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T16:44:20.125Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T16:44:20.126Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T16:44:20.126Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T16:44:20.126Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T16:44:20.126Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T16:44:20.126Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T16:44:20.392Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T16:44:20.392Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T16:44:20.392Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T16:44:20.392Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T16:44:20.392Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T16:44:20.392Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T16:44:20.392Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T16:44:20.392Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T16:44:20.392Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T16:44:20.392Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T16:44:20.655Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:20.655Z] OK: 71 MiB in 55 packages [2021-01-15T16:44:22.051Z] ---> 007772f10e97 [2021-01-15T16:44:22.051Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T16:44:22.320Z] ---> bfd9b09c8bfc [2021-01-15T16:44:22.320Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T16:44:26.546Z] ---> Running in 89d4e4e7b544 [2021-01-15T16:44:26.546Z] Removing intermediate container 3c4f6891a021 [2021-01-15T16:44:26.546Z] ---> 5ced4d6b1e6c [2021-01-15T16:44:26.546Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T16:44:26.546Z] ---> Running in 3f0187516ac6 [2021-01-15T16:44:26.546Z] Removing intermediate container 89d4e4e7b544 [2021-01-15T16:44:26.546Z] ---> ff40ed0385aa [2021-01-15T16:44:26.546Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:44:26.811Z] ---> Running in e2f91206fbc6 [2021-01-15T16:44:27.074Z] Removing intermediate container e2f91206fbc6 [2021-01-15T16:44:27.074Z] ---> 6554def74a91 [2021-01-15T16:44:27.074Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T16:44:27.074Z] ---> Running in 0c7c59378b46 [2021-01-15T16:44:28.029Z] Removing intermediate container 0c7c59378b46 [2021-01-15T16:44:28.029Z] ---> ff652c5f24eb [2021-01-15T16:44:28.029Z] Step 22/23 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:44:28.292Z] ---> Running in 0fcabd191850 [2021-01-15T16:44:28.292Z] Removing intermediate container 0fcabd191850 [2021-01-15T16:44:28.292Z] ---> 6df21a025ddc [2021-01-15T16:44:28.292Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T16:44:28.555Z] ---> Running in bfec20297105 [2021-01-15T16:44:28.555Z] Removing intermediate container bfec20297105 [2021-01-15T16:44:28.555Z] ---> 447f82c0727a [2021-01-15T16:44:28.555Z] [2021-01-15T16:44:28.820Z] Successfully built 447f82c0727a [2021-01-15T16:44:28.821Z] Successfully tagged docker-core-data-go:latest [2021-01-15T16:44:29.395Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-15T16:44:29.395Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T16:44:29.395Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T16:44:29.395Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T16:44:29.662Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T16:44:29.662Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T16:44:29.662Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T16:44:29.925Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T16:44:30.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T16:44:30.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T16:44:30.762Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T16:44:30.762Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T16:44:31.378Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T16:44:31.378Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T16:44:31.644Z] Collecting PyYAML<4,>=3.10 [2021-01-15T16:44:31.644Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T16:44:32.597Z] 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-15T16:44:32.597Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T16:44:32.597Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T16:44:33.169Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T16:44:33.169Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T16:44:33.169Z] 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-15T16:44:33.169Z] Collecting idna<2.8,>=2.5 [2021-01-15T16:44:33.169Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T16:44:33.431Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T16:44:33.431Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T16:44:33.431Z] 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-15T16:44:33.431Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T16:44:33.431Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T16:44:33.431Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T16:44:33.431Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T16:44:33.431Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T16:44:33.431Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T16:44:33.692Z] Installing collected packages: cached-property, websocket-client, dockerpty, idna, urllib3, requests, docopt, docker-pycreds, docker, PyYAML, texttable, jsonschema, docker-compose [2021-01-15T16:44:33.692Z] Running setup.py install for dockerpty: started [2021-01-15T16:44:34.266Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T16:44:34.266Z] Attempting uninstall: idna [2021-01-15T16:44:34.266Z] Found existing installation: idna 2.9 [2021-01-15T16:44:34.266Z] Uninstalling idna-2.9: [2021-01-15T16:44:34.266Z] Successfully uninstalled idna-2.9 [2021-01-15T16:44:34.540Z] Attempting uninstall: urllib3 [2021-01-15T16:44:34.540Z] Found existing installation: urllib3 1.25.9 [2021-01-15T16:44:34.540Z] Uninstalling urllib3-1.25.9: [2021-01-15T16:44:34.540Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T16:44:34.807Z] Attempting uninstall: requests [2021-01-15T16:44:34.807Z] Found existing installation: requests 2.23.0 [2021-01-15T16:44:34.807Z] Uninstalling requests-2.23.0: [2021-01-15T16:44:34.807Z] Successfully uninstalled requests-2.23.0 [2021-01-15T16:44:34.807Z] Running setup.py install for docopt: started [2021-01-15T16:44:35.384Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T16:44:35.645Z] Running setup.py install for PyYAML: started [2021-01-15T16:44:36.222Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T16:44:36.222Z] Running setup.py install for texttable: started [2021-01-15T16:44:36.799Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T16:44:37.077Z] 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-15T16:44:40.404Z] Removing intermediate container 3f0187516ac6 [2021-01-15T16:44:40.404Z] ---> a4612f3be509 [2021-01-15T16:44:40.404Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T16:44:40.404Z] ---> Running in e655a6d95ec7 [2021-01-15T16:44:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T16:44:40.947Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:44:40.947Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T16:44:40.947Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T16:44:40.947Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:44:40.947Z] OK: 72 MiB in 58 packages [2021-01-15T16:44:42.271Z] Removing intermediate container e655a6d95ec7 [2021-01-15T16:44:42.271Z] ---> 212ba3fdd432 [2021-01-15T16:44:42.271Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T16:44:42.271Z] ---> Running in 1ae588959447 [2021-01-15T16:44:42.271Z] Removing intermediate container 1ae588959447 [2021-01-15T16:44:42.271Z] ---> a67e0330b7cc [2021-01-15T16:44:42.271Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:44:42.271Z] ---> Running in ee2af1b1d8e1 [2021-01-15T16:44:42.271Z] Removing intermediate container ee2af1b1d8e1 [2021-01-15T16:44:42.271Z] ---> 44f1c6fc324d [2021-01-15T16:44:42.271Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T16:44:42.271Z] ---> Running in eb0d50abdf56 [2021-01-15T16:44:42.271Z] Removing intermediate container eb0d50abdf56 [2021-01-15T16:44:42.271Z] ---> c672ae018f87 [2021-01-15T16:44:42.271Z] Step 25/26 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:44:42.271Z] ---> Running in 23249919e1c4 [2021-01-15T16:44:42.543Z] Removing intermediate container 23249919e1c4 [2021-01-15T16:44:42.543Z] ---> 933b30a5757e [2021-01-15T16:44:42.543Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T16:44:42.543Z] ---> Running in df8a90777f97 [2021-01-15T16:44:42.543Z] Removing intermediate container df8a90777f97 [2021-01-15T16:44:42.543Z] ---> 4f03d94fafb4 [2021-01-15T16:44:42.543Z] [2021-01-15T16:44:42.810Z] Successfully built 4f03d94fafb4 [2021-01-15T16:44:42.810Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T16:44:43.095Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-15T16:44:43.105Z] $ docker stop --time=1 ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 [2021-01-15T16:44:44.794Z] $ docker rm -f ab76d2a6283f3eb47eeb9f2f1c9debcc480979824483e712c06813aa3cffb568 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T16:44:45.279Z] + docker images [2021-01-15T16:44:45.279Z] + grep docker [2021-01-15T16:44:45.279Z] docker-sys-mgmt-agent-go latest 4f03d94fafb4 3 seconds ago 313MB [2021-01-15T16:44:45.279Z] docker-core-data-go latest 447f82c0727a 17 seconds ago 22.3MB [2021-01-15T16:44:45.279Z] docker-security-secretstore-setup-go latest 148e86d8ef1d 49 seconds ago 24.6MB [2021-01-15T16:44:45.279Z] docker-support-scheduler-go latest c3814e522e16 55 seconds ago 10.7MB [2021-01-15T16:44:45.279Z] docker-security-bootstrap-redis-go latest 7c013bd5c25a About a minute ago 15.8MB [2021-01-15T16:44:45.279Z] docker-security-proxy-setup-go latest 7097da3ffe82 About a minute ago 24.4MB [2021-01-15T16:44:45.279Z] docker-support-notifications-go latest 88901c48ff37 2 minutes ago 12MB [2021-01-15T16:44:45.279Z] docker-core-command-go latest a80556be4944 2 minutes ago 10.6MB [2021-01-15T16:44:45.279Z] docker-core-metadata-go latest c6fb8e3b13b0 2 minutes ago 13.1MB [2021-01-15T16:44:45.279Z] 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-15T16:45:00.890Z] Still waiting to schedule task [2021-01-15T16:45:00.890Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T16:45:59.560Z] Running on prd-ubuntu18.04-docker-8c-8g-20551 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-15T16:45:59.612Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-15T16:46:01.084Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20547 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-15T16:46:01.191Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2021-01-15T16:46:02.186Z] using credential edgex-jenkins-ssh [2021-01-15T16:46:02.260Z] Cloning the remote Git repository [2021-01-15T16:46:02.286Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:02.356Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-15T16:46:02.389Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:02.389Z] > git --version # timeout=10 [2021-01-15T16:46:02.394Z] > git --version # 'git version 2.17.1' [2021-01-15T16:46:02.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:02.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:08.191Z] using credential edgex-jenkins-ssh [2021-01-15T16:46:08.269Z] Cloning the remote Git repository [2021-01-15T16:46:08.353Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:08.502Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2021-01-15T16:46:08.615Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:08.616Z] > git --version # timeout=10 [2021-01-15T16:46:08.637Z] > git --version # 'git version 2.17.1' [2021-01-15T16:46:08.639Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:08.723Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:20.713Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:46:20.869Z] Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:46:20.870Z] Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) [2021-01-15T16:46:20.188Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:20.203Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:20.216Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:20.233Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:20.233Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:20.238Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T16:46:20.721Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:20.725Z] > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 [2021-01-15T16:46:20.840Z] > git remote # timeout=10 [2021-01-15T16:46:20.847Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T16:46:20.852Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:20.856Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-15T16:46:20.865Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T16:46:20.872Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:20.875Z] > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 [2021-01-15T16:46:24.609Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:46:25.760Z] + echo snap-build.sh [2021-01-15T16:46:25.760Z] snap-build.sh [2021-01-15T16:46:25.760Z] + SNAP_BASE_DIR=. [2021-01-15T16:46:25.760Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2021-01-15T16:46:25.760Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2021-01-15T16:46:25.760Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2021-01-15T16:46:25.760Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2021-01-15T16:46:25.760Z] + cd /w/workspace/edgex-go/6 [2021-01-15T16:46:25.760Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T16:46:25.760Z] Reading package lists... [2021-01-15T16:46:25.760Z] Building dependency tree... [2021-01-15T16:46:25.760Z] Reading state information... [2021-01-15T16:46:26.023Z] The following packages were automatically installed and are no longer required: [2021-01-15T16:46:26.023Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T16:46:26.023Z] uidmap xdelta3 [2021-01-15T16:46:26.023Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T16:46:26.023Z] The following packages will be REMOVED: [2021-01-15T16:46:26.023Z] lxd* lxd-client* [2021-01-15T16:46:26.596Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T16:46:26.596Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T16:46:27.642Z] (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-15T16:46:27.642Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:46:28.585Z] Removing lxd dnsmasq configuration [2021-01-15T16:46:28.585Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:46:28.846Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T16:46:29.790Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T16:46:29.790Z] (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-15T16:46:29.790Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T16:46:31.179Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T16:46:31.442Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T16:46:32.828Z] + sudo snap remove --purge lxd [2021-01-15T16:46:33.088Z] snap "lxd" is not installed [2021-01-15T16:46:33.088Z] + sudo groupadd --force --system lxd [2021-01-15T16:46:33.088Z] ++ whoami [2021-01-15T16:46:33.088Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T16:46:33.088Z] + newgrp - lxd [2021-01-15T16:46:33.088Z] + sudo snap install lxd [2021-01-15T16:46:37.322Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:37.340Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T16:46:37.374Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T16:46:37.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T16:46:37.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:37.443Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T16:46:38.089Z] Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit 209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:46:38.640Z] Merge succeeded, producing 209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:46:38.640Z] Checking out Revision 209b81a7219ad7366827e71152d5b0e99b1499aa (PR-3027) [2021-01-15T16:46:38.113Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:38.136Z] > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 [2021-01-15T16:46:38.444Z] > git remote # timeout=10 [2021-01-15T16:46:38.462Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T16:46:38.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T16:46:38.542Z] > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 [2021-01-15T16:46:38.613Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T16:46:38.648Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T16:46:38.712Z] > git checkout -f 209b81a7219ad7366827e71152d5b0e99b1499aa # timeout=10 [2021-01-15T16:46:41.284Z] 2021-01-15T16:46:38Z INFO Waiting for automatic snapd restart... [2021-01-15T16:46:43.314Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T16:46:44.856Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:46:45.362Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T16:46:45.719Z] + sudo service docker restart [2021-01-15T16:46:45.720Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T16:46:47.772Z] provisioning config files... [2021-01-15T16:46:47.846Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config1141068540563585063tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T16:46:48.265Z] ---> docker-login.sh [2021-01-15T16:46:48.265Z] nexus3.edgexfoundry.org:10001 [2021-01-15T16:46:49.261Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:49.544Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:49.544Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:49.544Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:49.544Z] [2021-01-15T16:46:49.544Z] Login Succeeded [2021-01-15T16:46:49.544Z] nexus3.edgexfoundry.org:10002 [2021-01-15T16:46:50.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:50.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:50.146Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:50.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:50.146Z] [2021-01-15T16:46:50.146Z] Login Succeeded [2021-01-15T16:46:50.146Z] nexus3.edgexfoundry.org:10003 [2021-01-15T16:46:50.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:50.745Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:50.745Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:50.745Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:50.745Z] [2021-01-15T16:46:50.745Z] Login Succeeded [2021-01-15T16:46:50.745Z] nexus3.edgexfoundry.org:10004 [2021-01-15T16:46:51.350Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:51.350Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:51.350Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:51.350Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:51.350Z] [2021-01-15T16:46:51.350Z] Login Succeeded [2021-01-15T16:46:51.350Z] docker.io [2021-01-15T16:46:51.629Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T16:46:51.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T16:46:51.916Z] Configure a credential helper to remove this warning. See [2021-01-15T16:46:51.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T16:46:51.916Z] [2021-01-15T16:46:51.916Z] Login Succeeded [2021-01-15T16:46:51.916Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T16:46:51.937Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T16:46:52.455Z] ========================================================= [2021-01-15T16:46:52.456Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T16:46:52.456Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:46:52.857Z] + 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-15T16:46:55.530Z] Sending build context to Docker daemon 165.5MB [2021-01-15T16:46:55.530Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T16:46:55.530Z] Step 2/6 : FROM ${BASE} [2021-01-15T16:46:55.530Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T16:46:55.530Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T16:46:55.530Z] a4357932f1b6: Pulling fs layer [2021-01-15T16:46:55.530Z] 18c013af1878: Pulling fs layer [2021-01-15T16:46:55.530Z] 00ac8860ef70: Pulling fs layer [2021-01-15T16:46:55.530Z] 63d7cb157983: Pulling fs layer [2021-01-15T16:46:55.530Z] b116817d02f9: Pulling fs layer [2021-01-15T16:46:55.530Z] 745a02a5169b: Pulling fs layer [2021-01-15T16:46:55.530Z] 00ac8860ef70: Waiting [2021-01-15T16:46:55.530Z] 63d7cb157983: Waiting [2021-01-15T16:46:55.530Z] b116817d02f9: Waiting [2021-01-15T16:46:55.530Z] 745a02a5169b: Waiting [2021-01-15T16:46:55.530Z] 18c013af1878: Verifying Checksum [2021-01-15T16:46:55.530Z] 18c013af1878: Download complete [2021-01-15T16:46:55.530Z] a4357932f1b6: Verifying Checksum [2021-01-15T16:46:55.530Z] a4357932f1b6: Download complete [2021-01-15T16:46:55.530Z] 63d7cb157983: Verifying Checksum [2021-01-15T16:46:55.530Z] 63d7cb157983: Download complete [2021-01-15T16:46:55.804Z] b116817d02f9: Verifying Checksum [2021-01-15T16:46:55.804Z] b116817d02f9: Download complete [2021-01-15T16:46:55.804Z] 5f621e34cdf4: Verifying Checksum [2021-01-15T16:46:55.804Z] 5f621e34cdf4: Download complete [2021-01-15T16:46:56.233Z] lxd 4.10 from Canonical* installed [2021-01-15T16:46:56.233Z] + sudo lxd init --auto [2021-01-15T16:46:56.408Z] 5f621e34cdf4: Pull complete [2021-01-15T16:46:57.024Z] a4357932f1b6: Pull complete [2021-01-15T16:46:57.301Z] 18c013af1878: Pull complete [2021-01-15T16:46:58.765Z] 745a02a5169b: Verifying Checksum [2021-01-15T16:46:58.765Z] 745a02a5169b: Download complete [2021-01-15T16:46:59.383Z] 00ac8860ef70: Verifying Checksum [2021-01-15T16:46:59.383Z] 00ac8860ef70: Download complete [2021-01-15T16:47:06.249Z] + sudo snap install --classic snapcraft [2021-01-15T16:47:09.594Z] 00ac8860ef70: Pull complete [2021-01-15T16:47:09.871Z] 63d7cb157983: Pull complete [2021-01-15T16:47:10.473Z] b116817d02f9: Pull complete [2021-01-15T16:47:12.844Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T16:47:12.844Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T16:47:12.844Z] + patch --verbose -p1 [2021-01-15T16:47:12.844Z] Hmm... Looks like a unified diff to me... [2021-01-15T16:47:12.844Z] The text leading up to this was: [2021-01-15T16:47:12.844Z] -------------------------- [2021-01-15T16:47:12.844Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T16:47:12.844Z] |From: Tony Espy [2021-01-15T16:47:12.844Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T16:47:12.844Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T16:47:12.844Z] | [2021-01-15T16:47:12.844Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T16:47:12.844Z] |optimize the snap CI check run for pull requests. When [2021-01-15T16:47:12.844Z] |applied, it essentially strips out everything (apps and [2021-01-15T16:47:12.844Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T16:47:12.844Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T16:47:12.844Z] |catch changes to edgex-go that break the snap build. [2021-01-15T16:47:12.844Z] | [2021-01-15T16:47:12.844Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T16:47:12.844Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T16:47:12.844Z] |resulting in a failed snap build CI check in the associated [2021-01-15T16:47:12.844Z] |pull request. [2021-01-15T16:47:12.844Z] | [2021-01-15T16:47:12.844Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T16:47:12.844Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T16:47:12.844Z] |need to build the finally binary .snap file (and it won't [2021-01-15T16:47:12.844Z] |work with the patch applied). This further reduces the build [2021-01-15T16:47:12.844Z] |time. [2021-01-15T16:47:12.844Z] |--- [2021-01-15T16:47:12.844Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T16:47:12.844Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T16:47:12.844Z] | [2021-01-15T16:47:12.844Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T16:47:12.844Z] |index 1e537489..faf42425 100644 [2021-01-15T16:47:12.844Z] |--- a/snap/snapcraft.yaml [2021-01-15T16:47:12.844Z] |+++ b/snap/snapcraft.yaml [2021-01-15T16:47:12.844Z] -------------------------- [2021-01-15T16:47:12.844Z] patching file snap/snapcraft.yaml [2021-01-15T16:47:12.844Z] Using Plan A... [2021-01-15T16:47:12.844Z] Hunk #1 succeeded at 73. [2021-01-15T16:47:12.844Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T16:47:12.844Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T16:47:12.844Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T16:47:12.844Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T16:47:12.844Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T16:47:12.844Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T16:47:12.844Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T16:47:12.844Z] Hmm... Ignoring the trailing garbage. [2021-01-15T16:47:12.844Z] done [2021-01-15T16:47:12.844Z] + sudo snapcraft prime --use-lxd [2021-01-15T16:47:13.786Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T16:47:13.786Z] 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-15T16:47:13.786Z] - README.md [2021-01-15T16:47:13.786Z] - snapcraft.yaml.orig [2021-01-15T16:47:13.786Z] [2021-01-15T16:47:13.786Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T16:47:13.912Z] 745a02a5169b: Pull complete [2021-01-15T16:47:13.912Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T16:47:13.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T16:47:13.912Z] ---> b7e6874047d6 [2021-01-15T16:47:13.912Z] 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-15T16:47:14.729Z] Launching a container. [2021-01-15T16:47:18.263Z] ---> Running in 7effbe806f38 [2021-01-15T16:47:19.246Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:47:19.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:47:20.820Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T16:47:20.820Z] (2/12) Installing file (5.38-r0) [2021-01-15T16:47:20.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T16:47:21.092Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T16:47:29.655Z] Waiting for container to be ready [2021-01-15T16:47:29.655Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T16:47:29.655Z] [2021-01-15T16:47:31.052Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T16:47:31.235Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T16:47:31.235Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T16:47:31.235Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T16:47:31.235Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T16:47:31.235Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T16:47:31.235Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T16:47:31.235Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T16:47:31.235Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T16:47:31.235Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:47:31.235Z] OK: 217 MiB in 51 packages [2021-01-15T16:47:31.623Z] Waiting for network to be ready... [2021-01-15T16:47:31.918Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T16:47:32.179Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T16:47:32.179Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T16:47:32.179Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T16:47:32.180Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T16:47:32.180Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T16:47:32.180Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T16:47:32.180Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T16:47:32.180Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T16:47:32.180Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T16:47:32.760Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T16:47:32.760Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T16:47:33.035Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T16:47:33.035Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T16:47:33.035Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T16:47:33.035Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T16:47:33.035Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T16:47:33.035Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T16:47:33.302Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T16:47:33.565Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T16:47:33.565Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T16:47:33.827Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T16:47:33.827Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T16:47:33.827Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T16:47:33.827Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T16:47:33.827Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T16:47:33.827Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T16:47:35.570Z] Removing intermediate container 7effbe806f38 [2021-01-15T16:47:35.570Z] ---> 7e947df02f92 [2021-01-15T16:47:35.570Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T16:47:35.570Z] ---> Running in 6a422459281e [2021-01-15T16:47:35.570Z] Removing intermediate container 6a422459281e [2021-01-15T16:47:35.570Z] ---> 3a240f28a8a8 [2021-01-15T16:47:35.570Z] Step 5/6 : COPY go.mod . [2021-01-15T16:47:36.574Z] ---> 4506302c28b7 [2021-01-15T16:47:36.574Z] Step 6/6 : RUN go mod download [2021-01-15T16:47:36.574Z] ---> Running in 6c7731816961 [2021-01-15T16:47:37.145Z] Fetched 23.7 MB in 5s (4606 kB/s) [2021-01-15T16:47:38.097Z] Reading package lists... [2021-01-15T16:47:38.359Z] Reading package lists... [2021-01-15T16:47:38.620Z] Building dependency tree... [2021-01-15T16:47:38.620Z] Reading state information... [2021-01-15T16:47:38.620Z] The following additional packages will be installed: [2021-01-15T16:47:38.620Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T16:47:38.620Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T16:47:38.620Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T16:47:38.620Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T16:47:38.620Z] Suggested packages: [2021-01-15T16:47:38.620Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T16:47:38.620Z] Recommended packages: [2021-01-15T16:47:38.620Z] gnupg libsasl2-modules [2021-01-15T16:47:38.620Z] The following NEW packages will be installed: [2021-01-15T16:47:38.620Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T16:47:38.620Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T16:47:38.620Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T16:47:38.620Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T16:47:38.620Z] The following packages will be upgraded: [2021-01-15T16:47:38.620Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T16:47:38.884Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T16:47:38.884Z] Need to get 3532 kB of archives. [2021-01-15T16:47:38.884Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T16:47:38.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T16:47:38.884Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T16:47:38.884Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T16:47:38.884Z] 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-15T16:47:38.884Z] 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-15T16:47:38.884Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T16:47:38.884Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T16:47:39.462Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T16:47:39.741Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T16:47:39.741Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T16:47:39.741Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T16:47:39.741Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T16:47:39.741Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T16:47:39.741Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T16:47:39.741Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T16:47:39.741Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T16:47:39.741Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T16:47:39.741Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T16:47:39.741Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T16:47:39.741Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T16:47:40.009Z] 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-15T16:47:40.009Z] 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-15T16:47:40.009Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:47:40.009Z] Fetched 3532 kB in 1s (2912 kB/s) [2021-01-15T16:47:40.271Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T16:47:40.271Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:47:40.533Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:47:40.533Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T16:47:40.794Z] Selecting previously unselected package udev. [2021-01-15T16:47:40.794Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T16:47:40.794Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:47:41.057Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T16:47:41.319Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T16:47:41.319Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T16:47:41.319Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T16:47:41.319Z] Selecting previously unselected package fuse. [2021-01-15T16:47:41.319Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T16:47:41.319Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T16:47:41.580Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:47:41.580Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:47:41.580Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:47:41.580Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:47:41.845Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:47:41.845Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:47:41.845Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T16:47:41.845Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T16:47:41.845Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T16:47:42.107Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T16:47:42.107Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.107Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.107Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T16:47:42.107Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.107Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.107Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T16:47:42.107Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.371Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.632Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T16:47:42.632Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.632Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.893Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T16:47:42.893Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.893Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.893Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T16:47:42.893Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.893Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:42.893Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T16:47:42.893Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:42.893Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:43.154Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T16:47:43.154Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:43.154Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:43.154Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T16:47:43.154Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T16:47:43.154Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:43.154Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T16:47:43.154Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T16:47:43.421Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:47:43.684Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T16:47:43.684Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T16:47:43.684Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:47:43.684Z] Selecting previously unselected package libldap-common. [2021-01-15T16:47:43.684Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T16:47:43.684Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:47:43.684Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T16:47:43.684Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T16:47:43.684Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:47:43.945Z] Selecting previously unselected package dirmngr. [2021-01-15T16:47:43.945Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:47:43.945Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T16:47:43.945Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:47:43.945Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T16:47:43.945Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T16:47:43.945Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:47:44.209Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T16:47:44.209Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T16:47:44.209Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:44.209Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T16:47:44.209Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:47:44.209Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T16:47:44.783Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T16:47:44.783Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:44.783Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T16:47:45.044Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T16:47:45.044Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T16:47:45.044Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.044Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.044Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.044Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.044Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.044Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.305Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T16:47:45.305Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T16:47:45.305Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T16:47:45.305Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:47:45.877Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T16:47:45.877Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T16:47:45.877Z] This means they are not meant to be enabled using systemctl. [2021-01-15T16:47:45.877Z] Possible reasons for having this kind of units are: [2021-01-15T16:47:45.877Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T16:47:45.877Z] .wants/ or .requires/ directory. [2021-01-15T16:47:45.877Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T16:47:45.877Z] a requirement dependency on it. [2021-01-15T16:47:45.877Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T16:47:45.877Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T16:47:45.877Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T16:47:45.877Z] instance name specified. [2021-01-15T16:47:46.447Z] Reading package lists... [2021-01-15T16:47:46.447Z] Building dependency tree... [2021-01-15T16:47:46.447Z] Reading state information... [2021-01-15T16:47:46.709Z] The following additional packages will be installed: [2021-01-15T16:47:46.709Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T16:47:46.709Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T16:47:46.709Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T16:47:46.709Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T16:47:46.709Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T16:47:46.709Z] Suggested packages: [2021-01-15T16:47:46.709Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T16:47:46.709Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T16:47:46.709Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T16:47:46.709Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T16:47:46.709Z] systemd-container policykit-1 [2021-01-15T16:47:46.709Z] Recommended packages: [2021-01-15T16:47:46.709Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T16:47:46.710Z] The following NEW packages will be installed: [2021-01-15T16:47:46.710Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T16:47:46.710Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T16:47:46.710Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T16:47:46.710Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T16:47:46.710Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T16:47:46.710Z] The following packages will be upgraded: [2021-01-15T16:47:46.710Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T16:47:46.710Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T16:47:46.710Z] Need to get 35.2 MB of archives. [2021-01-15T16:47:46.710Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T16:47:46.710Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T16:47:46.974Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T16:47:46.974Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-15T16:47:46.974Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T16:47:46.974Z] 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-15T16:47:46.974Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T16:47:46.974Z] 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-15T16:47:46.974Z] 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-15T16:47:46.974Z] 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-15T16:47:46.974Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T16:47:46.974Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T16:47:46.974Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T16:47:46.974Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T16:47:46.974Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T16:47:46.974Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T16:47:46.974Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T16:47:46.974Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T16:47:47.925Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T16:47:47.925Z] 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-15T16:47:47.925Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T16:47:47.925Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T16:47:47.925Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T16:47:47.925Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T16:47:47.925Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T16:47:47.925Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T16:47:47.925Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T16:47:47.925Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T16:47:47.925Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T16:47:47.925Z] 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-15T16:47:47.925Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T16:47:49.319Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:47:49.319Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-01-15T16:47:49.319Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:47:49.319Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:47:49.319Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:47:49.895Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:47:49.895Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:47:50.155Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T16:47:50.155Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:47:50.155Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T16:47:50.155Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T16:47:50.416Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T16:47:50.677Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T16:47:50.677Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T16:47:50.677Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T16:47:50.955Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T16:47:50.955Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T16:47:51.532Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T16:47:51.532Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T16:47:51.532Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T16:47:51.532Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T16:47:51.794Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T16:47:51.794Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:47:51.794Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:52.058Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T16:47:52.058Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T16:47:52.058Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T16:47:52.058Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T16:47:52.058Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:47:52.058Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:52.321Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T16:47:52.587Z] Checking for services that may need to be restarted...done. [2021-01-15T16:47:52.587Z] Checking for services that may need to be restarted...done. [2021-01-15T16:47:52.587Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:52.587Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T16:47:52.587Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:53.531Z] Selecting previously unselected package python3-minimal. [2021-01-15T16:47:53.531Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T16:47:53.531Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:47:53.531Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T16:47:53.531Z] Selecting previously unselected package mime-support. [2021-01-15T16:47:53.531Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T16:47:53.531Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T16:47:53.531Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T16:47:53.531Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T16:47:53.793Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T16:47:53.793Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T16:47:53.793Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:47:53.793Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:54.055Z] Selecting previously unselected package python3.6. [2021-01-15T16:47:54.055Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T16:47:54.055Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:47:54.055Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T16:47:54.055Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:47:54.055Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T16:47:54.317Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T16:47:54.579Z] Selecting previously unselected package python3. [2021-01-15T16:47:54.579Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T16:47:54.579Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T16:47:54.579Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T16:47:54.579Z] Selecting previously unselected package multiarch-support. [2021-01-15T16:47:54.579Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:47:54.579Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T16:47:54.579Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T16:47:54.840Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T16:47:54.840Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T16:47:54.840Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T16:47:54.840Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T16:47:54.840Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T16:47:54.840Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T16:47:54.840Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T16:47:55.101Z] Selecting previously unselected package sudo. [2021-01-15T16:47:55.101Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T16:47:55.101Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T16:47:55.101Z] Selecting previously unselected package apparmor. [2021-01-15T16:47:55.101Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T16:47:55.101Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T16:47:55.361Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T16:47:55.361Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T16:47:55.361Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T16:47:55.361Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T16:47:55.361Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:47:55.361Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:47:55.622Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T16:47:55.622Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:47:55.622Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:47:55.622Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T16:47:55.622Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T16:47:55.622Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T16:47:55.622Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T16:47:55.622Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:47:55.888Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:47:55.888Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T16:47:55.888Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T16:47:55.888Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:47:56.149Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T16:47:56.149Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T16:47:56.149Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T16:47:56.440Z] Selecting previously unselected package openssh-client. [2021-01-15T16:47:56.441Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T16:47:56.441Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T16:47:56.441Z] Selecting previously unselected package squashfs-tools. [2021-01-15T16:47:56.441Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T16:47:56.441Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T16:47:56.702Z] Selecting previously unselected package snapd. [2021-01-15T16:47:56.702Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T16:47:56.702Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T16:47:59.251Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T16:47:59.251Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T16:47:59.251Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T16:47:59.251Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T16:47:59.512Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T16:47:59.512Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:47:59.512Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:47:59.512Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T16:47:59.512Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T16:48:00.084Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T16:48:00.084Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T16:48:00.346Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T16:48:00.346Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:48:00.346Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:48:00.346Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T16:48:01.289Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T16:48:01.290Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:48:01.290Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T16:48:01.290Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T16:48:01.290Z] running python rtupdate hooks for python3.6... [2021-01-15T16:48:01.290Z] running python post-rtupdate hooks for python3.6... [2021-01-15T16:48:01.290Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T16:48:02.686Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T16:48:02.948Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T16:48:02.948Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T16:48:02.948Z] Setting up snapd (2.48+18.04) ... [2021-01-15T16:48:03.381Z] Removing intermediate container 6c7731816961 [2021-01-15T16:48:03.381Z] ---> d0ec9df3a336 [2021-01-15T16:48:03.381Z] Successfully built d0ec9df3a336 [2021-01-15T16:48:03.381Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:03.519Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T16:48:03.726Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T16:48:03.726Z] . [Pipeline] withDockerContainer [2021-01-15T16:48:03.783Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T16:48:04.022Z] prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container [2021-01-15T16:48:04.047Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T16:48:04.109Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-01-15T16:48:04.309Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T16:48:04.309Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T16:48:04.309Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T16:48:04.570Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T16:48:04.833Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T16:48:05.122Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T16:48:05.382Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T16:48:05.382Z] /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-15T16:48:05.644Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T16:48:05.644Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T16:48:05.771Z] $ docker top 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:48:06.869Z] + go version [2021-01-15T16:48:06.869Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T16:48:06.916Z] $ docker stop --time=1 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c [2021-01-15T16:48:07.040Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:48:07.040Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:48:07.304Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:48:08.693Z] Reading package lists... [2021-01-15T16:48:08.955Z] Reading package lists... [2021-01-15T16:48:09.014Z] $ docker rm -f 5c3d8a3db9878ca145a55b097dde55c031f94f86f3be91921f1459bc52effd1c [2021-01-15T16:48:09.217Z] Building dependency tree... [2021-01-15T16:48:09.217Z] Reading state information... [2021-01-15T16:48:09.217Z] Calculating upgrade... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-15T16:48:09.481Z] The following packages will be upgraded: [2021-01-15T16:48:09.481Z] advancecomp base-files bash binutils binutils-common [2021-01-15T16:48:09.481Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T16:48:09.481Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T16:48:09.481Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T16:48:09.481Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T16:48:09.481Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T16:48:09.481Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T16:48:09.481Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T16:48:09.481Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T16:48:09.481Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T16:48:09.481Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T16:48:09.481Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T16:48:09.481Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T16:48:09.481Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T16:48:09.481Z] ubuntu-keyring util-linux [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:48:09.743Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:48:09.743Z] Need to get 63.7 MB of archives. [2021-01-15T16:48:09.743Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T16:48:09.743Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T16:48:09.743Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T16:48:10.049Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T16:48:10.049Z] . [Pipeline] withDockerContainer [2021-01-15T16:48:10.315Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T16:48:10.315Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T16:48:10.315Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T16:48:10.315Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T16:48:10.315Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T16:48:10.315Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T16:48:10.315Z] 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-15T16:48:10.315Z] 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-15T16:48:10.315Z] 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-15T16:48:10.353Z] prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container [2021-01-15T16:48:10.448Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat [2021-01-15T16:48:10.577Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T16:48:10.577Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T16:48:10.577Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T16:48:10.577Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T16:48:10.577Z] 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-15T16:48:10.577Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T16:48:10.577Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T16:48:10.577Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T16:48:10.577Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T16:48:10.577Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T16:48:10.577Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T16:48:10.577Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T16:48:10.577Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T16:48:10.577Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T16:48:10.577Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T16:48:10.577Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T16:48:10.577Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T16:48:10.577Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T16:48:10.838Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T16:48:10.838Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T16:48:10.838Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T16:48:10.838Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T16:48:10.838Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T16:48:10.838Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T16:48:10.839Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T16:48:10.839Z] Get:37 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-15T16:48:10.839Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T16:48:10.839Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T16:48:10.839Z] Get:40 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-15T16:48:10.839Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T16:48:10.839Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T16:48:10.839Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T16:48:10.839Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T16:48:10.839Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T16:48:10.839Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T16:48:10.839Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T16:48:11.100Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T16:48:11.100Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T16:48:11.100Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T16:48:11.100Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T16:48:11.100Z] Get:52 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-15T16:48:11.100Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T16:48:11.100Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T16:48:11.100Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T16:48:11.100Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T16:48:11.100Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T16:48:11.100Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T16:48:11.100Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T16:48:11.100Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T16:48:11.100Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T16:48:11.100Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T16:48:11.100Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T16:48:11.100Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T16:48:11.100Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T16:48:11.100Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T16:48:11.364Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T16:48:11.364Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T16:48:11.364Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T16:48:11.364Z] 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-15T16:48:11.364Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T16:48:11.364Z] 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-15T16:48:11.364Z] 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-15T16:48:11.364Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T16:48:11.364Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T16:48:11.364Z] 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-15T16:48:11.364Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T16:48:11.364Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T16:48:11.364Z] 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-15T16:48:11.364Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T16:48:11.364Z] 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-15T16:48:11.625Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T16:48:11.625Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T16:48:11.625Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T16:48:11.625Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T16:48:11.625Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T16:48:11.625Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T16:48:11.625Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T16:48:11.902Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T16:48:12.084Z] $ docker top a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 -eo pid,comm [2021-01-15T16:48:12.167Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [Pipeline] { [2021-01-15T16:48:12.431Z] 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-15T16:48:12.432Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [Pipeline] echo [2021-01-15T16:48:12.459Z] ========================================================= [2021-01-15T16:48:12.459Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T16:48:12.459Z] ========================================================= [Pipeline] sh [2021-01-15T16:48:12.697Z] 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-15T16:48:12.697Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T16:48:12.697Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T16:48:12.697Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T16:48:12.697Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T16:48:12.958Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:48:12.958Z] Fetched 63.7 MB in 3s (19.5 MB/s) [2021-01-15T16:48:13.111Z] + make test [2021-01-15T16:48:13.111Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T16:48:13.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:13.225Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:48:13.225Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:48:13.796Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:48:13.796Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:48:13.796Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T16:48:14.060Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T16:48:15.002Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.002Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.002Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.002Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.002Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.002Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.262Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.262Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.262Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.262Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.523Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.523Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.523Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.523Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:15.783Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:15.783Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:48:15.783Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:15.783Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T16:48:16.043Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:16.043Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:48:16.043Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:16.043Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:16.043Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:16.043Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:16.304Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:16.304Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T16:48:16.304Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:16.567Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:48:16.567Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:48:16.567Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:48:17.140Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T16:48:17.401Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T16:48:17.401Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T16:48:17.401Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T16:48:17.401Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T16:48:17.401Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T16:48:17.662Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T16:48:17.662Z] Installing new version of config file /etc/issue ... [2021-01-15T16:48:17.662Z] Installing new version of config file /etc/issue.net ... [2021-01-15T16:48:17.662Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T16:48:17.662Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T16:48:17.925Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T16:48:18.187Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T16:48:18.187Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T16:48:18.187Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:18.187Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T16:48:18.187Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T16:48:18.454Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T16:48:18.454Z] 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-15T16:48:18.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:18.454Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:18.454Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:18.715Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:18.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:18.715Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T16:48:18.715Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T16:48:18.977Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T16:48:18.977Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:18.977Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T16:48:18.977Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:48:19.239Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T16:48:19.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:19.500Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:48:19.500Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:48:19.500Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:48:19.500Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:19.500Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:48:19.761Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:48:19.761Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T16:48:19.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:19.761Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T16:48:19.761Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T16:48:20.025Z] Setting up grep (3.1-2build1) ... [2021-01-15T16:48:20.025Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:20.025Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T16:48:20.287Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T16:48:20.287Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T16:48:20.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:20.548Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:48:20.548Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:48:20.548Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T16:48:20.815Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:20.815Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:48:20.815Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:48:21.392Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:48:21.392Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:48:21.392Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T16:48:21.655Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:48:22.232Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T16:48:22.232Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:22.232Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T16:48:22.232Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T16:48:23.617Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T16:48:23.617Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T16:48:23.617Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T16:48:23.617Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T16:48:23.617Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T16:48:23.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:23.617Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T16:48:23.617Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T16:48:23.878Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T16:48:24.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:24.138Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:24.138Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:24.138Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:24.400Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:24.400Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:24.400Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:24.660Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:24.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:24.660Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:24.660Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:24.660Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:24.922Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:24.922Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:24.922Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:25.183Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:25.183Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:25.183Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:48:25.183Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:48:25.183Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:48:25.443Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:48:25.444Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:48:25.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:25.444Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T16:48:25.444Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:48:25.704Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:48:25.704Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:25.704Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:25.704Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:25.967Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:25.967Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:25.967Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:25.967Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:25.967Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:26.226Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:26.226Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:26.226Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:26.803Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:27.065Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T16:48:27.326Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T16:48:27.326Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:27.326Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T16:48:27.326Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T16:48:27.592Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:48:27.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T16:48:27.852Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T16:48:27.852Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T16:48:28.125Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T16:48:28.125Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:28.125Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T16:48:28.396Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T16:48:28.396Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T16:48:28.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:28.659Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:48:28.659Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:48:28.919Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:48:28.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:28.919Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:48:28.919Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:48:29.180Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:48:29.180Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:29.180Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T16:48:29.441Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:48:29.441Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:48:29.702Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:29.702Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T16:48:29.702Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T16:48:29.961Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T16:48:29.961Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T16:48:30.534Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:48:30.534Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:48:30.534Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:48:30.534Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:30.534Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T16:48:30.534Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T16:48:30.796Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T16:48:30.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:30.796Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T16:48:30.796Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T16:48:30.796Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T16:48:31.370Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:31.370Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T16:48:31.370Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T16:48:31.370Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T16:48:31.631Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:31.631Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T16:48:31.631Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T16:48:31.631Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T16:48:31.891Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:31.891Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T16:48:31.891Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T16:48:32.152Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T16:48:32.152Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:32.152Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T16:48:32.413Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T16:48:32.413Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T16:48:32.674Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:32.674Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T16:48:32.674Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T16:48:32.674Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T16:48:32.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:32.935Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T16:48:32.935Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T16:48:32.935Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T16:48:32.935Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:32.935Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T16:48:32.935Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T16:48:33.195Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T16:48:33.195Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:33.195Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T16:48:33.195Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T16:48:33.463Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T16:48:33.463Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:33.463Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T16:48:33.463Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T16:48:33.463Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T16:48:33.724Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T16:48:33.724Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T16:48:33.724Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T16:48:33.724Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T16:48:33.724Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T16:48:33.724Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T16:48:33.724Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T16:48:33.987Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T16:48:33.987Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T16:48:34.255Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T16:48:34.255Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T16:48:34.255Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T16:48:34.515Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T16:48:34.515Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T16:48:34.515Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T16:48:34.776Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T16:48:34.776Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T16:48:34.776Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T16:48:34.776Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T16:48:35.043Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T16:48:35.043Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T16:48:35.043Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T16:48:35.043Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T16:48:35.308Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T16:48:35.308Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T16:48:35.568Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T16:48:35.568Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T16:48:35.828Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T16:48:35.828Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T16:48:36.772Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T16:48:36.772Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T16:48:36.772Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T16:48:36.772Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T16:48:37.067Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:48:37.067Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:48:37.327Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:48:37.327Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:48:37.588Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:48:37.588Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:48:37.588Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T16:48:37.852Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T16:48:37.852Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:37.852Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:37.852Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:38.114Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:38.114Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:38.114Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:38.375Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:38.375Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:39.321Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:39.321Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:39.920Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T16:48:40.278Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:40.278Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:41.223Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:41.223Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:41.485Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:41.485Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:42.428Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T16:48:42.428Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T16:48:42.690Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:48:42.690Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:48:42.690Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T16:48:42.690Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:48:42.951Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T16:48:42.951Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T16:48:42.951Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T16:48:42.951Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T16:48:43.212Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:48:43.212Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:48:43.212Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T16:48:43.212Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T16:48:43.473Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T16:48:43.473Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T16:48:43.473Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:43.473Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T16:48:43.734Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:43.734Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:43.734Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:43.734Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T16:48:43.734Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T16:48:43.734Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T16:48:43.995Z] [2021-01-15T16:48:43.995Z] Current default time zone: 'Etc/UTC' [2021-01-15T16:48:43.995Z] Local time is now: Fri Jan 15 16:48:43 UTC 2021. [2021-01-15T16:48:43.995Z] Universal Time is now: Fri Jan 15 16:48:43 UTC 2021. [2021-01-15T16:48:43.995Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T16:48:43.995Z] [2021-01-15T16:48:43.995Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T16:48:43.995Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:43.995Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T16:48:43.995Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T16:48:43.995Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T16:48:43.995Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T16:48:43.995Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T16:48:43.995Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T16:48:44.255Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T16:48:44.255Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T16:48:44.255Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:44.255Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-15T16:48:44.516Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:44.516Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:48:44.516Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:44.516Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T16:48:44.516Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T16:48:44.516Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T16:48:44.516Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T16:48:44.516Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T16:48:44.516Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T16:48:44.776Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:48:44.776Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T16:48:46.161Z] Updating certificates in /etc/ssl/certs... [2021-01-15T16:48:47.102Z] 22 added, 17 removed; done. [2021-01-15T16:48:47.102Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T16:48:47.362Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T16:48:47.362Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T16:48:47.363Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T16:48:47.363Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T16:48:47.363Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.363Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:48:47.623Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.623Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.623Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.623Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.623Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.623Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T16:48:47.623Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:48:47.623Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:48:47.883Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T16:48:47.883Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T16:48:47.883Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.883Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T16:48:47.883Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:48:47.883Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T16:48:48.143Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T16:48:48.143Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:48:48.143Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T16:48:48.405Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T16:48:48.405Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T16:48:48.405Z] Updating certificates in /etc/ssl/certs... [2021-01-15T16:48:48.977Z] 0 added, 0 removed; done. [2021-01-15T16:48:48.977Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T16:48:48.977Z] done. [2021-01-15T16:48:49.548Z] Reading package lists... [2021-01-15T16:48:49.811Z] Building dependency tree... [2021-01-15T16:48:49.811Z] Reading state information... [2021-01-15T16:48:50.072Z] The following NEW packages will be installed: [2021-01-15T16:48:50.072Z] apt-transport-https [2021-01-15T16:48:50.335Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:48:50.335Z] Need to get 1696 B of archives. [2021-01-15T16:48:50.335Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T16:48:50.335Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T16:48:50.335Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:48:50.335Z] Fetched 1696 B in 0s (8447 B/s) [2021-01-15T16:48:50.335Z] Selecting previously unselected package apt-transport-https. [2021-01-15T16:48:50.596Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T16:48:50.596Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T16:48:50.596Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T16:48:50.596Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T16:48:50.857Z] Waiting for network to be ready... [2021-01-15T16:48:59.008Z] 2021-01-15T16:48:54Z INFO Waiting for automatic snapd restart... [2021-01-15T16:48:59.008Z] snapd 2.48.2 from Canonical* installed [2021-01-15T16:48:59.269Z] "snapd" switched to the "latest/stable" channel [2021-01-15T16:48:59.269Z] [2021-01-15T16:49:04.578Z] core18 20201210 from Canonical* installed [2021-01-15T16:49:04.578Z] "core18" switched to the "latest/stable" channel [2021-01-15T16:49:04.578Z] [2021-01-15T16:49:11.184Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T16:49:11.184Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T16:49:11.184Z] [2021-01-15T16:49:13.730Z] 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-15T16:49:13.730Z] - README.md [2021-01-15T16:49:13.730Z] - snapcraft.yaml.orig [2021-01-15T16:49:13.730Z] [2021-01-15T16:49:13.730Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T16:49:18.986Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T16:49:20.323Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:49:20.323Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:49:20.323Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:49:20.591Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:49:21.987Z] Reading package lists... [2021-01-15T16:49:22.561Z] 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-15T16:49:29.176Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:49:29.176Z] Reading package lists... [2021-01-15T16:49:29.176Z] Building dependency tree... [2021-01-15T16:49:29.176Z] Reading state information... [2021-01-15T16:49:29.176Z] Suggested packages: [2021-01-15T16:49:29.176Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T16:49:29.176Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T16:49:29.176Z] Recommended packages: [2021-01-15T16:49:29.176Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T16:49:29.176Z] The following NEW packages will be installed: [2021-01-15T16:49:29.176Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T16:49:29.176Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T16:49:29.176Z] pkg-config zip [2021-01-15T16:49:29.176Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T16:49:29.176Z] Need to get 7655 kB of archives. [2021-01-15T16:49:29.176Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T16:49:29.176Z] 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-15T16:49:29.176Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T16:49:29.176Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T16:49:29.447Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T16:49:29.447Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T16:49:29.447Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T16:49:29.447Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T16:49:29.709Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T16:49:29.709Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T16:49:29.709Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T16:49:29.709Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T16:49:29.709Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T16:49:29.709Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T16:49:29.973Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T16:49:29.973Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T16:49:30.235Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T16:49:30.235Z] Fetched 7655 kB in 1s (7216 kB/s) [2021-01-15T16:49:30.235Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T16:49:30.235Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T16:49:30.235Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T16:49:30.235Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T16:49:30.496Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T16:49:30.496Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T16:49:30.496Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T16:49:30.496Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T16:49:30.496Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T16:49:30.496Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T16:49:30.757Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T16:49:30.757Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T16:49:30.757Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T16:49:30.757Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T16:49:30.757Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T16:49:30.757Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T16:49:31.020Z] Selecting previously unselected package liberror-perl. [2021-01-15T16:49:31.020Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T16:49:31.020Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T16:49:31.020Z] Selecting previously unselected package git-man. [2021-01-15T16:49:31.020Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T16:49:31.020Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:49:31.283Z] Selecting previously unselected package git. [2021-01-15T16:49:31.283Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T16:49:31.283Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:49:32.242Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T16:49:32.242Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T16:49:32.242Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T16:49:32.242Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T16:49:32.242Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T16:49:32.242Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T16:49:32.504Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T16:49:32.504Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T16:49:32.504Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T16:49:32.504Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T16:49:32.504Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T16:49:32.504Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:49:32.504Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T16:49:32.504Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T16:49:32.504Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:49:32.766Z] Selecting previously unselected package pkg-config. [2021-01-15T16:49:32.766Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T16:49:32.766Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T16:49:32.766Z] Selecting previously unselected package zip. [2021-01-15T16:49:32.766Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T16:49:32.766Z] Unpacking zip (3.0-11build1) ... [2021-01-15T16:49:33.030Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T16:49:33.030Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:49:33.030Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T16:49:33.030Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T16:49:33.030Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T16:49:33.030Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T16:49:33.030Z] No schema files found: doing nothing. [2021-01-15T16:49:33.291Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T16:49:33.292Z] Setting up zip (3.0-11build1) ... [2021-01-15T16:49:33.292Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T16:49:33.292Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T16:49:33.292Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T16:49:33.292Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:49:33.552Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T16:49:33.552Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T16:49:33.552Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T16:49:33.552Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T16:49:40.141Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:49:40.402Z] git set to automatically installed. [2021-01-15T16:49:40.402Z] git-man set to automatically installed. [2021-01-15T16:49:40.402Z] libcurl3-gnutls set to automatically installed. [2021-01-15T16:49:40.402Z] liberror-perl set to automatically installed. [2021-01-15T16:49:40.402Z] libglib2.0-0 set to automatically installed. [2021-01-15T16:49:40.402Z] libnghttp2-14 set to automatically installed. [2021-01-15T16:49:40.402Z] libnorm1 set to automatically installed. [2021-01-15T16:49:40.402Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T16:49:40.402Z] libpsl5 set to automatically installed. [2021-01-15T16:49:40.402Z] librtmp1 set to automatically installed. [2021-01-15T16:49:40.402Z] libsodium23 set to automatically installed. [2021-01-15T16:49:40.402Z] libzmq3-dev set to automatically installed. [2021-01-15T16:49:40.402Z] libzmq5 set to automatically installed. [2021-01-15T16:49:40.402Z] pkg-config set to automatically installed. [2021-01-15T16:49:40.402Z] zip set to automatically installed. [2021-01-15T16:49:42.317Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T16:49:46.126Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T16:49:48.749Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T16:49:48.749Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T16:49:48.749Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T16:49:48.902Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T16:49:49.161Z] snap "core18" has no updates available [2021-01-15T16:49:50.105Z] Pulling config-common [2021-01-15T16:49:51.490Z] Pulling go-build-helper [2021-01-15T16:49:55.012Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.251s coverage: 46.6% of statements [2021-01-15T16:49:55.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T16:49:55.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T16:49:55.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T16:49:55.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T16:49:55.012Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T16:50:03.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.646s coverage: 27.0% of statements [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T16:50:03.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.074s coverage: 100.0% of statements [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T16:50:03.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.074s coverage: 100.0% of statements [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T16:50:03.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.315s coverage: 67.9% of statements [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T16:50:03.336Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.751s coverage: 82.3% of statements [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T16:50:03.336Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T16:50:11.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.263s coverage: 28.6% of statements [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T16:50:11.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T16:50:11.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T16:50:11.699Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-01-15T16:50:11.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T16:50:13.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.379s coverage: 97.5% of statements [2021-01-15T16:50:13.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T16:50:13.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.169s coverage: 78.3% of statements [2021-01-15T16:50:13.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T16:50:13.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T16:50:13.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T16:50:13.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T16:50:19.160Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T16:50:19.160Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T16:50:19.160Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T16:50:19.160Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T16:50:19.160Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T16:50:19.160Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T16:50:19.160Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T16:50:19.160Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T16:50:19.160Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T16:50:19.160Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T16:50:19.160Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T16:50:19.160Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T16:50:19.160Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T16:50:19.160Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T16:50:19.160Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T16:50:19.160Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T16:50:19.160Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T16:50:19.160Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T16:50:19.160Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T16:50:19.160Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T16:50:19.160Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T16:50:19.160Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T16:50:19.160Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T16:50:19.160Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T16:50:19.160Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T16:50:19.160Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T16:50:19.160Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T16:50:19.160Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T16:50:19.160Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T16:50:19.160Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T16:50:19.160Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T16:50:19.160Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T16:50:19.160Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T16:50:19.160Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T16:50:19.160Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T16:50:19.160Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T16:50:19.160Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T16:50:19.160Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T16:50:19.160Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T16:50:19.160Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T16:50:19.161Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T16:50:19.161Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T16:50:19.161Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T16:50:19.161Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T16:50:19.161Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T16:50:19.161Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T16:50:19.161Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T16:50:19.161Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T16:50:19.161Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T16:50:19.161Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T16:50:19.161Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T16:50:19.161Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T16:50:19.161Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T16:50:19.161Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T16:50:19.161Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T16:50:19.161Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T16:50:19.161Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T16:50:19.161Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T16:50:19.161Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T16:50:19.161Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T16:50:19.161Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T16:50:19.161Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T16:50:19.161Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T16:50:19.161Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T16:50:19.161Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T16:50:20.102Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T16:50:20.102Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T16:50:20.102Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T16:50:20.102Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T16:50:20.102Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T16:50:20.102Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T16:50:20.102Z] Pulling static-packages [2021-01-15T16:50:21.488Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T16:50:21.488Z] Skipping pull go-build-helper (already ran) [2021-01-15T16:50:21.488Z] Skipping pull static-packages (already ran) [2021-01-15T16:50:21.488Z] Building go-build-helper [2021-01-15T16:50:23.433Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.290s coverage: 92.8% of statements [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T16:50:23.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T16:50:23.433Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T16:50:23.433Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.205s coverage: 0.1% of statements [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T16:50:23.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.062s coverage: 100.0% of statements [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T16:50:23.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2021-01-15T16:50:23.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T16:50:23.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2021-01-15T16:50:23.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.130s coverage: 87.2% of statements [2021-01-15T16:50:23.434Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.171s coverage: 84.2% of statements [2021-01-15T16:50:25.698Z] Building static-packages [2021-01-15T16:50:26.095Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.229s coverage: 91.4% of statements [2021-01-15T16:50:26.095Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T16:50:27.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 63.5% of statements [2021-01-15T16:50:27.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T16:50:27.552Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T16:50:27.552Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2021-01-15T16:50:27.832Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-15T16:50:28.254Z] Staging go-build-helper [2021-01-15T16:50:28.827Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements [2021-01-15T16:50:29.195Z] Staging static-packages [2021-01-15T16:50:29.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.052s coverage: 73.7% of statements [2021-01-15T16:50:30.578Z] Pulling go115 [2021-01-15T16:50:30.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.067s coverage: 100.0% of statements [2021-01-15T16:50:31.520Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T16:50:31.520Z] Skipping pull go115 (already ran) [2021-01-15T16:50:31.520Z] Building go115 [2021-01-15T16:50:31.520Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T16:50:31.520Z] Dload Upload Total Spent Left Speed [2021-01-15T16:50:35.165Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 15 115M 15 17.7M 0 0 25.0M 0 0:00:04 --:--:-- 0:00:04 24.9M 45 115M 45 52.3M 0 0 30.2M 0 0:00:03 0:00:01 0:00:02 30.2M 77 115M 77 88.9M 0 0 32.8M 0 0:00:03 0:00:02 0:00:01 32.7M 100 115M 100 115M 0 0 33.7M 0 0:00:03 0:00:03 --:--:-- 33.7M [2021-01-15T16:50:35.242Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.955s coverage: 68.9% of statements [2021-01-15T16:50:35.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T16:50:35.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T16:50:35.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T16:50:35.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T16:50:35.242Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T16:50:35.736Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T16:50:36.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.432s coverage: 37.0% of statements [2021-01-15T16:50:36.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T16:50:36.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T16:50:36.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.808s coverage: 84.0% of statements [2021-01-15T16:50:36.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.115s coverage: 100.0% of statements [2021-01-15T16:50:41.036Z] Staging go115 [2021-01-15T16:50:44.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T16:50:44.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.177s coverage: 100.0% of statements [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T16:50:44.536Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.138s coverage: 100.0% of statements [2021-01-15T16:50:44.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T16:50:47.630Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T16:50:47.630Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T16:50:47.630Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T16:50:47.630Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T16:50:47.630Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T16:50:47.630Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T16:50:47.630Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T16:50:47.630Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T16:50:47.631Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T16:50:47.631Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T16:50:47.631Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T16:50:47.631Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T16:50:47.631Z] Pulling edgex-go [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.262s coverage: 29.1% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.116s coverage: 100.0% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T16:50:48.877Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.128s coverage: 87.9% of statements [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T16:50:48.877Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T16:50:49.015Z] Pulling version [2021-01-15T16:50:49.478Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2021-01-15T16:50:49.753Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-15T16:50:50.399Z] Building config-common [2021-01-15T16:50:51.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.089s coverage: 100.0% of statements [2021-01-15T16:50:52.173Z] GO111MODULE=on go vet ./... [2021-01-15T16:50:52.953Z] Skipping build go-build-helper (already ran) [2021-01-15T16:50:52.953Z] Skipping build static-packages (already ran) [2021-01-15T16:50:52.953Z] Skipping build go115 (already ran) [2021-01-15T16:50:52.953Z] Building edgex-go [2021-01-15T16:50:53.900Z] 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-15T16:50:55.292Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T16:50:55.292Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T16:50:55.292Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T16:50:55.292Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T16:50:55.292Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T16:50:55.292Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T16:50:55.292Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T16:50:55.292Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T16:50:55.292Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T16:50:55.292Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T16:50:55.292Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T16:50:55.555Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T16:50:55.555Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T16:50:55.555Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T16:50:55.555Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T16:50:55.555Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T16:50:55.555Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T16:50:55.555Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T16:50:55.555Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T16:50:55.555Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T16:50:55.555Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T16:50:55.555Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T16:50:55.820Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T16:50:55.820Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T16:50:55.820Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T16:51:03.980Z] 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-15T16:51:08.192Z] 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-15T16:51:09.576Z] 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-15T16:51:10.516Z] 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-15T16:51:10.778Z] 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-15T16:51:10.778Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-15T16:51:11.040Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T16:51:11.040Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T16:51:11.040Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T16:51:12.949Z] 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-15T16:51:12.949Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T16:51:12.949Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T16:51:13.922Z] 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-15T16:51:14.930Z] 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-15T16:51:14.930Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T16:51:16.875Z] 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-15T16:51:17.500Z] 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-15T16:51:18.473Z] 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-15T16:51:18.473Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T16:51:21.823Z] Building version [2021-01-15T16:51:24.424Z] Staging config-common [2021-01-15T16:51:25.366Z] Skipping stage go-build-helper (already ran) [2021-01-15T16:51:25.366Z] Skipping stage static-packages (already ran) [2021-01-15T16:51:25.366Z] Skipping stage go115 (already ran) [2021-01-15T16:51:25.366Z] Staging edgex-go [2021-01-15T16:51:26.752Z] Staging version [2021-01-15T16:51:27.693Z] Priming config-common [2021-01-15T16:51:28.634Z] Priming go-build-helper [2021-01-15T16:51:30.020Z] Priming static-packages [2021-01-15T16:51:32.566Z] Priming go115 [2021-01-15T16:51:33.507Z] Priming edgex-go [2021-01-15T16:51:34.893Z] Priming version [2021-01-15T16:51:35.839Z] 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-15T16:52:00.215Z] gofmt -l . [2021-01-15T16:52:02.202Z] [ "`gofmt -l .`" = "" ] [2021-01-15T16:52:05.587Z] ./bin/test-go-mod-tidy.sh [2021-01-15T16:52:06.186Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T16:52:08.293Z] + ls -al . [2021-01-15T16:52:08.293Z] total 684 [2021-01-15T16:52:08.293Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 16:52 . [2021-01-15T16:52:08.293Z] drwxr-xr-x 4 root root 4096 Jan 15 16:48 .. [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 16:46 .dockerignore [2021-01-15T16:52:08.293Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 .git [2021-01-15T16:52:08.293Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 16:46 .github [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 16:46 .gitignore [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 16:46 .sonarcloud.properties [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 7744 Jan 15 16:46 Attribution.txt [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 16:46 CONTRIBUTING.md [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 16:46 Dockerfile.build [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 16:46 Jenkinsfile [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 16:46 LICENSE [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 16:46 Makefile [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 16:46 README.md [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 16:46 SECURITY.md [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 16:36 VERSION [2021-01-15T16:52:08.293Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 16:46 ZMQWindows.md [2021-01-15T16:52:08.293Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 16:46 bin [2021-01-15T16:52:08.293Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 16:46 cmd [2021-01-15T16:52:08.293Z] -rw-r--r-- 1 root root 550280 Jan 15 16:50 coverage.out [2021-01-15T16:52:08.293Z] -rw-r--r-- 1 root root 981 Jan 15 16:52 go.mod [2021-01-15T16:52:08.294Z] -rw-r--r-- 1 root root 19331 Jan 15 16:52 go.sum [2021-01-15T16:52:08.294Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 16:46 internal [2021-01-15T16:52:08.294Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 openapi [2021-01-15T16:52:08.294Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 16:46 snap [2021-01-15T16:52:08.294Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 16:46 version.go [Pipeline] sh [2021-01-15T16:52:08.950Z] + '[' -e coverage.out ] [2021-01-15T16:52:08.950Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T16:52:08.972Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T16:52:10.213Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T16:52:10.914Z] + make build [2021-01-15T16:52:10.914Z] 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-15T16:52:23.368Z] 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-15T16:52:45.546Z] 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-15T16:52:49.853Z] 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-15T16:52:54.149Z] 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-15T16:52:56.115Z] 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-15T16:53:02.826Z] 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-15T16:53:08.230Z] 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-15T16:53:14.930Z] 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-15T16:53:18.307Z] 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-15T16:53:22.636Z] 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-15T16:53:28.062Z] 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-15T16:53:33.517Z] $ docker stop --time=1 a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 [2021-01-15T16:53:36.398Z] $ docker rm -f a9f93a39bed33e28753d3905a8850081f460cad5f0d40fc90c666f2bcbf43cf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:53:38.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:38.612Z] [2021-01-15T16:53:38.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:53:39.279Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:39.552Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T16:53:39.552Z] 29e5d40040c1: Pulling fs layer [2021-01-15T16:53:39.552Z] 1ce36da41761: Pulling fs layer [2021-01-15T16:53:39.552Z] 25b303627fd3: Pulling fs layer [2021-01-15T16:53:39.825Z] 29e5d40040c1: Download complete [2021-01-15T16:53:40.426Z] 1ce36da41761: Verifying Checksum [2021-01-15T16:53:40.426Z] 1ce36da41761: Download complete [2021-01-15T16:53:40.426Z] 29e5d40040c1: Pull complete [2021-01-15T16:53:41.861Z] 1ce36da41761: Pull complete [2021-01-15T16:53:42.134Z] 25b303627fd3: Verifying Checksum [2021-01-15T16:53:42.134Z] 25b303627fd3: Download complete [2021-01-15T16:53:52.299Z] 25b303627fd3: Pull complete [2021-01-15T16:53:52.299Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T16:53:52.299Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:53:52.299Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T16:53:52.562Z] prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container [2021-01-15T16:53:52.640Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T16:53:55.982Z] $ docker top 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:53:56.988Z] + docker-compose build --help [2021-01-15T16:53:56.988Z] + grep parallel [2021-01-15T16:54:01.276Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T16:54:01.293Z] $ docker stop --time=1 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 [2021-01-15T16:54:03.353Z] $ docker rm -f 8eba6cc908ed631f11378f389b6e697567ccb2c3b86069adca4c133d326e4e01 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T16:54:04.245Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T16:54:04.246Z] . [Pipeline] withDockerContainer [2021-01-15T16:54:04.547Z] prd-ubuntu18.04-docker-arm64-4c-16g-20547 does not seem to be running inside a container [2021-01-15T16:54:04.666Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T16:54:06.099Z] $ docker top cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T16:54:07.091Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T16:54:11.396Z] Building docker-core-command-go ... [2021-01-15T16:54:11.396Z] Building docker-core-data-go ... [2021-01-15T16:54:11.396Z] Building docker-core-metadata-go ... [2021-01-15T16:54:11.396Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T16:54:11.396Z] Building docker-security-proxy-setup-go ... [2021-01-15T16:54:11.396Z] Building docker-security-secretstore-setup-go ... [2021-01-15T16:54:11.396Z] Building docker-support-notifications-go ... [2021-01-15T16:54:11.396Z] Building docker-support-scheduler-go ... [2021-01-15T16:54:11.396Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T16:54:11.396Z] Building docker-support-notifications-go [2021-01-15T16:54:11.396Z] Building docker-core-metadata-go [2021-01-15T16:54:11.396Z] Building docker-security-proxy-setup-go [2021-01-15T16:54:11.396Z] Building docker-sys-mgmt-agent-go [2021-01-15T16:54:11.667Z] Building docker-core-command-go [2021-01-15T16:55:19.658Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:19.658Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:19.658Z] ---> d0ec9df3a336 [2021-01-15T16:55:19.658Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T16:55:19.658Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:19.658Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:19.658Z] ---> d0ec9df3a336 [2021-01-15T16:55:19.658Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:55:19.658Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:19.658Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:19.658Z] ---> d0ec9df3a336 [2021-01-15T16:55:19.658Z] Step 3/21 : WORKDIR /edgex-goStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:19.658Z] [2021-01-15T16:55:19.658Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:19.658Z] ---> d0ec9df3a336 [2021-01-15T16:55:19.658Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:55:19.658Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:55:19.658Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:55:19.658Z] ---> d0ec9df3a336 [2021-01-15T16:55:19.658Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:55:21.106Z] ---> Running in f8d5a567e1b5 [2021-01-15T16:55:21.106Z] ---> Running in 603db05c1a03 [2021-01-15T16:55:21.106Z] ---> Running in 51e7b83dc0e1 [2021-01-15T16:55:21.106Z] ---> Running in ef585c644019 [2021-01-15T16:55:21.106Z] ---> Running in f35f075133fc [2021-01-15T16:55:22.090Z] Removing intermediate container f8d5a567e1b5 [2021-01-15T16:55:22.090Z] ---> e23c3c4fd4bf [2021-01-15T16:55:22.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:22.090Z] Removing intermediate container ef585c644019 [2021-01-15T16:55:22.090Z] ---> 8d38da053ec8 [2021-01-15T16:55:22.090Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:22.090Z] Removing intermediate container 51e7b83dc0e1 [2021-01-15T16:55:22.090Z] ---> 1df2d5d85b48 [2021-01-15T16:55:22.090Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:22.090Z] Removing intermediate container f35f075133fc [2021-01-15T16:55:22.090Z] ---> 81df6f9c27f5 [2021-01-15T16:55:22.090Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:22.090Z] Removing intermediate container 603db05c1a03 [2021-01-15T16:55:22.090Z] ---> dca7835abda4 [2021-01-15T16:55:22.090Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:55:22.365Z] ---> Running in 737a169b209d [2021-01-15T16:55:22.365Z] ---> Running in 876344858e31 [2021-01-15T16:55:22.365Z] ---> Running in 4d7734123445 [2021-01-15T16:55:22.365Z] ---> Running in f5805f3ad5a7 [2021-01-15T16:55:22.365Z] ---> Running in 1d327db780da [2021-01-15T16:55:26.732Z] Removing intermediate container 876344858e31 [2021-01-15T16:55:26.732Z] ---> cb73b6a58305 [2021-01-15T16:55:26.732Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:55:27.004Z] ---> Running in a912ac48d3f0 [2021-01-15T16:55:27.004Z] Removing intermediate container 737a169b209d [2021-01-15T16:55:27.004Z] ---> 67ed79317f7c [2021-01-15T16:55:27.004Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:55:27.281Z] Removing intermediate container 4d7734123445 [2021-01-15T16:55:27.281Z] ---> d5b577e6097e [2021-01-15T16:55:27.281Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:55:27.281Z] ---> Running in 48d5d68c3550 [2021-01-15T16:55:27.571Z] Removing intermediate container f5805f3ad5a7 [2021-01-15T16:55:27.571Z] ---> 5a7a11ed3058 [2021-01-15T16:55:27.571Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T16:55:27.571Z] Removing intermediate container 1d327db780da [2021-01-15T16:55:27.571Z] ---> c18610fb91c8 [2021-01-15T16:55:27.571Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T16:55:27.571Z] ---> Running in 5ce6399dd042 [2021-01-15T16:55:27.855Z] ---> Running in 2603836557bd [2021-01-15T16:55:27.855Z] ---> Running in 5d6e3e87acc8 [2021-01-15T16:55:29.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:29.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:29.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:29.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.418Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.692Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:30.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:30.967Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:55:31.251Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:31.535Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:32.151Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:32.151Z] OK: 217 MiB in 51 packages [2021-01-15T16:55:32.427Z] Removing intermediate container a912ac48d3f0 [2021-01-15T16:55:32.427Z] ---> 737727f213b8 [2021-01-15T16:55:32.427Z] Step 6/22 : COPY go.mod . [2021-01-15T16:55:33.411Z] Removing intermediate container 48d5d68c3550 [2021-01-15T16:55:33.411Z] ---> 40fc58dd3216 [2021-01-15T16:55:33.411Z] Step 6/21 : COPY go.mod . [2021-01-15T16:55:33.688Z] ---> f3b9250a8d9e [2021-01-15T16:55:33.688Z] Step 7/22 : RUN go mod download [2021-01-15T16:55:33.688Z] Removing intermediate container 5ce6399dd042 [2021-01-15T16:55:33.688Z] ---> 3a2b057ef765 [2021-01-15T16:55:33.688Z] Step 6/22 : COPY go.mod . [2021-01-15T16:55:33.964Z] ---> Running in 3e42935c3562 [2021-01-15T16:55:34.243Z] Removing intermediate container 2603836557bd [2021-01-15T16:55:34.243Z] ---> 6f03b9f4fb3d [2021-01-15T16:55:34.243Z] Step 6/26 : COPY go.mod . [2021-01-15T16:55:34.243Z] Removing intermediate container 5d6e3e87acc8 [2021-01-15T16:55:34.243Z] ---> 9c1a6ecdd90c [2021-01-15T16:55:34.243Z] Step 6/24 : COPY go.mod . [2021-01-15T16:55:34.243Z] ---> 565e770f5144 [2021-01-15T16:55:34.243Z] Step 7/21 : RUN go mod download [2021-01-15T16:55:34.843Z] ---> Running in 89f01e724634 [2021-01-15T16:55:35.125Z] ---> 1045cb5662d6 [2021-01-15T16:55:35.125Z] Step 7/22 : RUN go mod download [2021-01-15T16:55:35.402Z] ---> Running in 456c2b1a6eef [2021-01-15T16:55:35.402Z] ---> a48cc8c74436 [2021-01-15T16:55:35.402Z] Step 7/26 : RUN go mod download [2021-01-15T16:55:35.687Z] ---> 400901a49695 [2021-01-15T16:55:35.687Z] Step 7/24 : RUN go mod download [2021-01-15T16:55:35.687Z] ---> Running in c60cb3b543e8 [2021-01-15T16:55:35.967Z] ---> Running in 02e1e72ec146 [2021-01-15T16:55:39.398Z] Removing intermediate container 3e42935c3562 [2021-01-15T16:55:39.398Z] ---> f4d3645c3322 [2021-01-15T16:55:39.398Z] Step 8/22 : COPY . . [2021-01-15T16:55:39.398Z] Removing intermediate container 89f01e724634 [2021-01-15T16:55:39.398Z] ---> a13027b229ed [2021-01-15T16:55:39.398Z] Step 8/21 : COPY . . [2021-01-15T16:55:41.391Z] Removing intermediate container 456c2b1a6eef [2021-01-15T16:55:41.391Z] ---> 61cc80dc0c5b [2021-01-15T16:55:41.391Z] Step 8/22 : COPY . . [2021-01-15T16:55:41.704Z] Removing intermediate container c60cb3b543e8 [2021-01-15T16:55:41.704Z] ---> c744014803cd [2021-01-15T16:55:41.704Z] Step 8/26 : COPY . . [2021-01-15T16:55:42.309Z] Removing intermediate container 02e1e72ec146 [2021-01-15T16:55:42.309Z] ---> 3923372255b0 [2021-01-15T16:55:42.309Z] Step 8/24 : COPY . . [2021-01-15T16:56:09.170Z] ---> 942541589671 [2021-01-15T16:56:09.170Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T16:56:09.170Z] ---> de2a4702389f [2021-01-15T16:56:09.170Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T16:56:09.170Z] ---> c578a2761739 [2021-01-15T16:56:09.170Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T16:56:09.170Z] ---> b266a62d627c [2021-01-15T16:56:09.170Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T16:56:09.170Z] ---> 8fdf56f5a0d0 [2021-01-15T16:56:09.170Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T16:56:09.170Z] ---> Running in d3872df74b7b [2021-01-15T16:56:09.170Z] ---> Running in 287c6d25234f [2021-01-15T16:56:09.170Z] ---> Running in 3be0b3aadd67 [2021-01-15T16:56:09.170Z] ---> Running in a59b8fb71aee [2021-01-15T16:56:09.170Z] ---> Running in fdf50cb2e571 [2021-01-15T16:56:09.170Z] 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-15T16:56:09.170Z] 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-15T16:56:09.454Z] 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-15T16:56:09.454Z] 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-15T16:56:09.732Z] 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-15T16:57:46.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T16:57:54.938Z] Removing intermediate container d3872df74b7b [2021-01-15T16:57:54.938Z] ---> a63aba43b92e [2021-01-15T16:57:54.938Z] [2021-01-15T16:57:54.938Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T16:57:54.938Z] 3.12: Pulling from library/alpine [2021-01-15T16:57:59.333Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T16:57:59.333Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T16:57:59.333Z] ---> afeebe901d6b [2021-01-15T16:57:59.333Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T16:57:59.333Z] Removing intermediate container a59b8fb71aee [2021-01-15T16:57:59.333Z] ---> ad74ea8082ea [2021-01-15T16:57:59.333Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T16:57:59.613Z] ---> Running in 2bee1f1e7b12 [2021-01-15T16:57:59.613Z] ---> Running in f6b4e28cc01b [2021-01-15T16:57:59.613Z] Removing intermediate container 287c6d25234f [2021-01-15T16:57:59.613Z] ---> aa8234dc0591 [2021-01-15T16:57:59.613Z] [2021-01-15T16:57:59.613Z] Step 10/24 : FROM scratch [2021-01-15T16:57:59.613Z] ---> [2021-01-15T16:57:59.613Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T16:57:59.890Z] Removing intermediate container fdf50cb2e571 [2021-01-15T16:57:59.890Z] ---> 30f2cf6a4e94 [2021-01-15T16:57:59.890Z] [2021-01-15T16:57:59.890Z] Step 10/22 : FROM scratch [2021-01-15T16:57:59.890Z] ---> [2021-01-15T16:57:59.890Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:58:00.167Z] ---> Running in b9d308dd695e [2021-01-15T16:58:00.442Z] ---> Running in 6d4163e53177 [2021-01-15T16:58:01.042Z] Removing intermediate container b9d308dd695e [2021-01-15T16:58:01.042Z] ---> 0b74c06ee030 [2021-01-15T16:58:01.042Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T16:58:01.042Z] Removing intermediate container 6d4163e53177 [2021-01-15T16:58:01.042Z] ---> 247f335fd8c3 [2021-01-15T16:58:01.042Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T16:58:01.318Z] ---> Running in 3d2f6a9ea6cc [2021-01-15T16:58:01.318Z] ---> Running in b3047c011b70 [2021-01-15T16:58:02.322Z] Removing intermediate container 3d2f6a9ea6cc [2021-01-15T16:58:02.322Z] ---> 6843a405bf4e [2021-01-15T16:58:02.322Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T16:58:02.322Z] Removing intermediate container b3047c011b70 [2021-01-15T16:58:02.322Z] ---> 5d65455a9007 [2021-01-15T16:58:02.322Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:58:02.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:02.322Z] ---> Running in 2909ed7555bb [2021-01-15T16:58:02.322Z] ---> Running in 609c2b6546d8 [2021-01-15T16:58:02.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:02.322Z] 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-15T16:58:02.933Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T16:58:02.933Z] Removing intermediate container 2909ed7555bb [2021-01-15T16:58:02.933Z] ---> 233010a22566 [2021-01-15T16:58:02.933Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T16:58:02.933Z] Removing intermediate container 609c2b6546d8 [2021-01-15T16:58:02.933Z] ---> 03f2cea6be56 [2021-01-15T16:58:02.933Z] Step 14/22 : WORKDIR / [2021-01-15T16:58:03.212Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T16:58:03.212Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T16:58:03.212Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T16:58:03.212Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:58:03.212Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T16:58:03.496Z] ---> Running in 86f6b732e30b [2021-01-15T16:58:03.496Z] OK: 7 MiB in 18 packages [2021-01-15T16:58:04.507Z] Removing intermediate container 86f6b732e30b [2021-01-15T16:58:04.507Z] ---> 4952f2d792f1 [2021-01-15T16:58:04.507Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:04.507Z] ---> 98545f7ff20d [2021-01-15T16:58:04.507Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T16:58:05.964Z] ---> 554b249dadf8 [2021-01-15T16:58:05.964Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T16:58:06.572Z] Removing intermediate container 2bee1f1e7b12 [2021-01-15T16:58:06.572Z] ---> 88500053b3a8 [2021-01-15T16:58:06.572Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T16:58:07.182Z] ---> f32bf6924058 [2021-01-15T16:58:07.182Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T16:58:07.182Z] ---> Running in bc47d52ff7b9 [2021-01-15T16:58:08.165Z] ---> 4473d0bf48e8 [2021-01-15T16:58:08.165Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:08.440Z] Removing intermediate container bc47d52ff7b9 [2021-01-15T16:58:08.440Z] ---> e2b3147b3c50 [2021-01-15T16:58:08.440Z] Step 13/21 : WORKDIR /edgex [2021-01-15T16:58:08.440Z] Removing intermediate container f6b4e28cc01b [2021-01-15T16:58:08.440Z] ---> 285de4cdbf3a [2021-01-15T16:58:08.440Z] [2021-01-15T16:58:08.440Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T16:58:08.440Z] 20.10.0: Pulling from library/docker [2021-01-15T16:58:08.717Z] ---> Running in b5cd98d0aace [2021-01-15T16:58:09.317Z] ---> 4608f12fe444 [2021-01-15T16:58:09.317Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:09.590Z] ---> 3a62f0fd36fa [2021-01-15T16:58:09.590Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T16:58:10.577Z] ---> Running in 8fe761b55247 [2021-01-15T16:58:10.577Z] Removing intermediate container b5cd98d0aace [2021-01-15T16:58:10.577Z] ---> 1507e9dfc46b [2021-01-15T16:58:10.577Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T16:58:11.194Z] ---> a2502be7c25b [2021-01-15T16:58:11.194Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T16:58:11.794Z] Removing intermediate container 8fe761b55247 [2021-01-15T16:58:11.794Z] ---> 7af33faf282b [2021-01-15T16:58:11.794Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:12.071Z] ---> Running in 71fa7e4a1f31 [2021-01-15T16:58:12.349Z] Removing intermediate container 3be0b3aadd67 [2021-01-15T16:58:12.349Z] ---> a24fbdd83bbb [2021-01-15T16:58:12.349Z] [2021-01-15T16:58:12.349Z] Step 10/22 : FROM scratch [2021-01-15T16:58:12.349Z] ---> [2021-01-15T16:58:12.349Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T16:58:12.349Z] ---> Using cache [2021-01-15T16:58:12.349Z] ---> 247f335fd8c3 [2021-01-15T16:58:12.349Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T16:58:12.629Z] ---> 7c32aa344abe [2021-01-15T16:58:12.629Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T16:58:12.905Z] ---> Running in 4f0a962c7e3f [2021-01-15T16:58:13.193Z] Removing intermediate container 71fa7e4a1f31 [2021-01-15T16:58:13.193Z] ---> 81cdf34fb47b [2021-01-15T16:58:13.193Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:58:13.193Z] ---> 599e56d4c78b [2021-01-15T16:58:13.193Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:13.467Z] ---> Running in 042c44736486 [2021-01-15T16:58:13.742Z] Removing intermediate container 4f0a962c7e3f [2021-01-15T16:58:13.742Z] ---> 5c94e2648e14 [2021-01-15T16:58:13.742Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T16:58:14.055Z] ---> Running in 285c1ca1c492 [2021-01-15T16:58:14.331Z] Removing intermediate container 042c44736486 [2021-01-15T16:58:14.331Z] ---> ad20479caeb3 [2021-01-15T16:58:14.331Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:58:14.606Z] ---> 3af23349587b [2021-01-15T16:58:14.606Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T16:58:14.881Z] ---> Running in 18ac2426be74 [2021-01-15T16:58:14.881Z] ---> ce62e1e4be08 [2021-01-15T16:58:14.881Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T16:58:14.881Z] Removing intermediate container 285c1ca1c492 [2021-01-15T16:58:14.881Z] ---> b9944d0ee006 [2021-01-15T16:58:14.881Z] Step 14/22 : WORKDIR / [2021-01-15T16:58:15.480Z] ---> Running in 1fde06e36eb7 [2021-01-15T16:58:15.480Z] ---> Running in 11677d03cf3d [2021-01-15T16:58:15.755Z] Removing intermediate container 18ac2426be74 [2021-01-15T16:58:15.755Z] ---> f178bba0c3b2 [2021-01-15T16:58:15.755Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:58:16.353Z] ---> Running in bb2c235fcf27 [2021-01-15T16:58:16.353Z] Removing intermediate container 1fde06e36eb7 [2021-01-15T16:58:16.353Z] ---> 42bb19e0fd0c [2021-01-15T16:58:16.353Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T16:58:16.628Z] Removing intermediate container 11677d03cf3d [2021-01-15T16:58:16.628Z] ---> 0f7711050ee5 [2021-01-15T16:58:16.628Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:16.903Z] ---> 9b7d7b54b571 [2021-01-15T16:58:16.903Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T16:58:17.508Z] ---> Running in 2c8686a945f7 [2021-01-15T16:58:17.508Z] ---> Running in 5eff972f6668 [2021-01-15T16:58:17.783Z] Removing intermediate container bb2c235fcf27 [2021-01-15T16:58:17.783Z] ---> 4284007b2177 [2021-01-15T16:58:17.783Z] [2021-01-15T16:58:17.783Z] ---> 28f0d7a9d7eb [2021-01-15T16:58:17.783Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T16:58:18.384Z] Removing intermediate container 2c8686a945f7 [2021-01-15T16:58:18.384Z] ---> 2a14f23536eb [2021-01-15T16:58:18.384Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T16:58:18.661Z] Successfully built 4284007b2177 [2021-01-15T16:58:18.661Z] Removing intermediate container 5eff972f6668 [2021-01-15T16:58:18.661Z] ---> 6b5fd3b6dc01 [2021-01-15T16:58:18.661Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T16:58:18.661Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T16:58:18.661Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-15T16:58:18.938Z] ---> Running in 8dcce84b5cc4 [2021-01-15T16:58:19.214Z] ---> Running in 3eaae6d98ed2 [2021-01-15T16:58:19.821Z] Removing intermediate container 8dcce84b5cc4 [2021-01-15T16:58:19.821Z] ---> 93357e40ec1b [2021-01-15T16:58:19.821Z] Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:58:20.424Z] Removing intermediate container 3eaae6d98ed2 [2021-01-15T16:58:20.424Z] ---> 2dd216dc7ab3 [2021-01-15T16:58:20.424Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T16:58:21.022Z] ---> Running in 14302f6ebda1 [2021-01-15T16:58:21.631Z] ---> e72622dd3936 [2021-01-15T16:58:21.631Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:21.631Z] ---> Running in b8e618ef1144 [2021-01-15T16:58:21.910Z] Removing intermediate container 14302f6ebda1 [2021-01-15T16:58:21.910Z] ---> ff7f083563e0 [2021-01-15T16:58:21.910Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T16:58:22.514Z] Removing intermediate container b8e618ef1144 [2021-01-15T16:58:22.514Z] ---> 8a5e49db56aa [2021-01-15T16:58:22.514Z] Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:58:22.514Z] ---> Running in c86cad650a78 [2021-01-15T16:58:22.514Z] ---> d928883c0d29 [2021-01-15T16:58:22.514Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T16:58:22.514Z] ---> Running in 73184204e488 [2021-01-15T16:58:23.143Z] ---> Running in 19baf77428c9 [2021-01-15T16:58:23.418Z] Removing intermediate container c86cad650a78 [2021-01-15T16:58:23.418Z] ---> 892795e6823a [2021-01-15T16:58:23.418Z] [2021-01-15T16:58:23.418Z] Removing intermediate container 73184204e488 [2021-01-15T16:58:23.418Z] ---> 2a577258e7c7 [2021-01-15T16:58:23.418Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T16:58:23.696Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T16:58:24.016Z] Successfully built 892795e6823a [2021-01-15T16:58:24.017Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T16:58:24.017Z] ---> Running in 0efd14cb9beb [2021-01-15T16:58:24.017Z] Removing intermediate container 19baf77428c9 [2021-01-15T16:58:24.017Z] ---> 2f01f13f63b5 [2021-01-15T16:58:24.017Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T16:58:24.017Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T16:58:24.017Z] ---> eeaf43b92773 [2021-01-15T16:58:24.017Z] Step 12/26 : RUN apk add --no-cache bash Building docker-support-notifications-go ... done  [2021-01-15T16:58:24.017Z] Building docker-support-scheduler-go [2021-01-15T16:58:24.611Z] ---> Running in 5d8a1b7e2917 [2021-01-15T16:58:24.611Z] ---> Running in afaa42f0f6c3 [2021-01-15T16:58:24.611Z] Removing intermediate container 0efd14cb9beb [2021-01-15T16:58:24.611Z] ---> e9a2811f8029 [2021-01-15T16:58:24.611Z] [2021-01-15T16:58:25.224Z] Successfully built e9a2811f8029 [2021-01-15T16:58:25.224Z] Removing intermediate container 5d8a1b7e2917 [2021-01-15T16:58:25.224Z] ---> 3aee9df60470 [2021-01-15T16:58:25.224Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T16:58:25.224Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T16:58:25.224Z] Building docker-security-secretstore-setup-go [2021-01-15T16:58:25.498Z]  Building docker-security-proxy-setup-go ... done  ---> Running in a94c37daa84a [2021-01-15T16:58:25.775Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:26.050Z] Removing intermediate container a94c37daa84a [2021-01-15T16:58:26.050Z] ---> 8c06591eaa4f [2021-01-15T16:58:26.050Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T16:58:26.050Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:26.324Z] ---> Running in 1bca13884bda [2021-01-15T16:58:26.946Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T16:58:26.946Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T16:58:26.946Z] Executing bash-5.0.17-r0.post-install [2021-01-15T16:58:26.946Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:58:26.946Z] OK: 12 MiB in 22 packages [2021-01-15T16:58:27.226Z] Removing intermediate container 1bca13884bda [2021-01-15T16:58:27.226Z] ---> 2a29c46635f0 [2021-01-15T16:58:27.226Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T16:58:27.830Z] ---> Running in 02f655218e59 [2021-01-15T16:58:28.441Z] Removing intermediate container 02f655218e59 [2021-01-15T16:58:28.441Z] ---> 4119bf97b46c [2021-01-15T16:58:28.441Z] [2021-01-15T16:58:29.059Z] Successfully built 4119bf97b46c [2021-01-15T16:58:29.059Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T16:58:29.059Z] Building docker-security-bootstrap-redis-go [2021-01-15T16:58:29.059Z]  Building docker-core-metadata-go ... done Removing intermediate container afaa42f0f6c3 [2021-01-15T16:58:29.059Z] ---> 9b6a00976be6 [2021-01-15T16:58:29.059Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T16:58:29.333Z] ---> Running in 778b83560ecd [2021-01-15T16:58:29.930Z] Removing intermediate container 778b83560ecd [2021-01-15T16:58:29.930Z] ---> 02ea46e7db42 [2021-01-15T16:58:29.930Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T16:58:30.207Z] ---> Running in 5bc61564ef79 [2021-01-15T16:58:31.190Z] Removing intermediate container 5bc61564ef79 [2021-01-15T16:58:31.190Z] ---> 8ef79395bc38 [2021-01-15T16:58:31.190Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T16:58:32.173Z] ---> Running in 7f625888f67c [2021-01-15T16:58:33.167Z] Removing intermediate container 7f625888f67c [2021-01-15T16:58:33.167Z] ---> 340e16aea9d9 [2021-01-15T16:58:33.167Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T16:58:35.153Z] ---> 2a5a876cc099 [2021-01-15T16:58:35.153Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T16:58:36.591Z] ---> e690ec7c68c4 [2021-01-15T16:58:36.591Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T16:58:38.048Z] ---> 57b6eca34dc2 [2021-01-15T16:58:38.048Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T16:58:38.647Z] ---> Running in 6479c82e7948 [2021-01-15T16:58:40.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:40.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:58:40.690Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T16:58:40.690Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T16:58:40.690Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T16:58:40.690Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T16:58:40.690Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T16:58:40.690Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T16:58:40.964Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T16:58:42.946Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T16:58:42.946Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T16:58:42.946Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T16:58:42.946Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T16:58:42.946Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T16:58:42.946Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T16:58:42.946Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T16:58:42.946Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T16:58:42.946Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T16:58:43.221Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T16:58:43.221Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T16:58:43.221Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T16:58:43.221Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T16:58:43.221Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T16:58:43.221Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T16:58:43.221Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T16:58:43.221Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T16:58:43.221Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T16:58:43.498Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T16:58:43.498Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T16:58:43.498Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T16:58:43.498Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T16:58:43.498Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T16:58:43.498Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T16:58:43.498Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T16:58:43.498Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T16:58:43.771Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T16:58:43.771Z] OK: 71 MiB in 55 packages [2021-01-15T16:58:56.212Z] Removing intermediate container 6479c82e7948 [2021-01-15T16:58:56.212Z] ---> 04c8a6f7efff [2021-01-15T16:58:56.212Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T16:58:56.212Z] ---> Running in 7f142bcdc2b6 [2021-01-15T16:59:01.647Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:01.647Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:01.647Z] ---> d0ec9df3a336 [2021-01-15T16:59:01.647Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T16:59:01.647Z] ---> Using cache [2021-01-15T16:59:01.647Z] ---> dca7835abda4 [2021-01-15T16:59:01.647Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:01.647Z] ---> Using cache [2021-01-15T16:59:01.647Z] ---> c18610fb91c8 [2021-01-15T16:59:01.647Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T16:59:03.141Z] Collecting docker-compose==1.23.2 [2021-01-15T16:59:03.141Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T16:59:03.867Z] ---> Running in 642fc460b0a7 [2021-01-15T16:59:04.210Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T16:59:04.210Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T16:59:07.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:07.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:07.903Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T16:59:07.903Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T16:59:08.217Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:09.209Z] Collecting PyYAML<4,>=3.10 [2021-01-15T16:59:09.209Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T16:59:12.664Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:12.664Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:12.664Z] ---> d0ec9df3a336 [2021-01-15T16:59:12.664Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T16:59:12.664Z] ---> Using cache [2021-01-15T16:59:12.664Z] ---> dca7835abda4 [2021-01-15T16:59:12.664Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:12.664Z] ---> Using cache [2021-01-15T16:59:12.664Z] ---> c18610fb91c8 [2021-01-15T16:59:12.664Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T16:59:12.955Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:12.955Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:12.955Z] ---> d0ec9df3a336 [2021-01-15T16:59:12.955Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T16:59:12.955Z] ---> Using cache [2021-01-15T16:59:12.955Z] ---> dca7835abda4 [2021-01-15T16:59:12.955Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:12.955Z] ---> Using cache [2021-01-15T16:59:12.955Z] ---> c18610fb91c8 [2021-01-15T16:59:12.955Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T16:59:13.248Z] Removing intermediate container 642fc460b0a7 [2021-01-15T16:59:13.248Z] ---> 53d4a4df6157 [2021-01-15T16:59:13.248Z] Step 6/23 : COPY go.mod . [2021-01-15T16:59:13.248Z] ---> Running in 0725d1bc6570 [2021-01-15T16:59:13.248Z] ---> Running in bc3729ae7459 [2021-01-15T16:59:14.707Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T16:59:14.707Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T16:59:15.311Z] ---> a1b8733fbc38 [2021-01-15T16:59:15.311Z] Step 7/23 : RUN go mod download [2021-01-15T16:59:15.588Z] ---> Running in 68ed38f0857f [2021-01-15T16:59:15.588Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T16:59:15.588Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T16:59:15.588Z] ---> d0ec9df3a336 [2021-01-15T16:59:15.588Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T16:59:15.588Z] ---> Using cache [2021-01-15T16:59:15.588Z] ---> dca7835abda4 [2021-01-15T16:59:15.588Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T16:59:15.588Z] ---> Using cache [2021-01-15T16:59:15.588Z] ---> c18610fb91c8 [2021-01-15T16:59:15.588Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T16:59:15.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:15.588Z] ---> Running in 14b188768b83 [2021-01-15T16:59:15.588Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:16.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:16.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:17.606Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:17.606Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:17.885Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:18.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T16:59:19.500Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T16:59:19.500Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T16:59:19.500Z] OK: 217 MiB in 51 packages [2021-01-15T16:59:19.500Z] Removing intermediate container 0725d1bc6570 [2021-01-15T16:59:19.500Z] ---> 50e6ae7917b2 [2021-01-15T16:59:19.500Z] Step 6/21 : COPY go.mod . [2021-01-15T16:59:19.780Z] Removing intermediate container bc3729ae7459 [2021-01-15T16:59:19.780Z] ---> 0f35390446be [2021-01-15T16:59:19.780Z] Step 6/24 : COPY go.mod . [2021-01-15T16:59:20.059Z] Removing intermediate container 68ed38f0857f [2021-01-15T16:59:20.059Z] ---> 126e5be1d8a8 [2021-01-15T16:59:20.059Z] Step 8/23 : COPY . . [2021-01-15T16:59:20.341Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T16:59:20.631Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T16:59:20.904Z] ---> 0b0b482a8008 [2021-01-15T16:59:20.904Z] Step 7/21 : RUN go mod download [2021-01-15T16:59:21.504Z] ---> 8891ec8289ea [2021-01-15T16:59:21.504Z] Step 7/24 : RUN go mod download [2021-01-15T16:59:21.504Z] ---> Running in edd0cab03d9c [2021-01-15T16:59:21.504Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T16:59:21.504Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T16:59:22.497Z] Removing intermediate container 14b188768b83 [2021-01-15T16:59:22.497Z] ---> 975589a3e171 [2021-01-15T16:59:22.497Z] Step 6/22 : COPY go.mod . [2021-01-15T16:59:22.497Z] ---> Running in f2ae765ecf6e [2021-01-15T16:59:23.958Z] ---> 5e860139e973 [2021-01-15T16:59:23.958Z] Step 7/22 : RUN go mod download [2021-01-15T16:59:24.571Z] ---> Running in ca60e3e2d749 [2021-01-15T16:59:25.563Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T16:59:25.563Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T16:59:25.836Z] 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-15T16:59:26.434Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T16:59:26.434Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T16:59:29.500Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T16:59:29.500Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T16:59:29.500Z] 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-15T16:59:29.500Z] 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-15T16:59:29.500Z] Removing intermediate container edd0cab03d9c [2021-01-15T16:59:29.500Z] ---> dca85895d85a [2021-01-15T16:59:29.500Z] Step 8/21 : COPY . . [2021-01-15T16:59:29.500Z] Collecting idna<2.8,>=2.5 [2021-01-15T16:59:29.500Z] Removing intermediate container f2ae765ecf6e [2021-01-15T16:59:29.500Z] ---> d3bde7338e51 [2021-01-15T16:59:29.500Z] Step 8/24 : COPY . . [2021-01-15T16:59:29.500Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T16:59:29.500Z] Removing intermediate container ca60e3e2d749 [2021-01-15T16:59:29.500Z] ---> 8a2c3ec7ddd0 [2021-01-15T16:59:29.500Z] Step 8/22 : COPY . . [2021-01-15T16:59:29.500Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T16:59:29.500Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T16:59:29.500Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T16:59:29.500Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T16:59:29.500Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T16:59:29.500Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T16:59:30.950Z] Installing collected packages: docopt, jsonschema, PyYAML, texttable, urllib3, idna, requests, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-15T16:59:30.950Z] Running setup.py install for docopt: started [2021-01-15T16:59:33.589Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T16:59:34.193Z] Running setup.py install for PyYAML: started [2021-01-15T16:59:36.830Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T16:59:37.107Z] Running setup.py install for texttable: started [2021-01-15T16:59:39.752Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T16:59:39.752Z] Attempting uninstall: urllib3 [2021-01-15T16:59:39.752Z] Found existing installation: urllib3 1.25.9 [2021-01-15T16:59:39.752Z] Uninstalling urllib3-1.25.9: [2021-01-15T16:59:40.027Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T16:59:42.031Z] Attempting uninstall: idna [2021-01-15T16:59:42.031Z] Found existing installation: idna 2.9 [2021-01-15T16:59:42.031Z] Uninstalling idna-2.9: [2021-01-15T16:59:42.329Z] Successfully uninstalled idna-2.9 [2021-01-15T16:59:44.357Z] Attempting uninstall: requests [2021-01-15T16:59:44.357Z] Found existing installation: requests 2.23.0 [2021-01-15T16:59:44.357Z] Uninstalling requests-2.23.0: [2021-01-15T16:59:44.357Z] Successfully uninstalled requests-2.23.0 [2021-01-15T16:59:47.785Z] ---> 48ce689ae3f2 [2021-01-15T16:59:47.785Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T16:59:49.228Z] Running setup.py install for dockerpty: started [2021-01-15T16:59:49.835Z] ---> Running in 1b1047c12cc1 [2021-01-15T16:59:50.815Z] ---> f0cc176d0519 [2021-01-15T16:59:50.815Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T16:59:51.095Z] ---> 1eb7479b78fd [2021-01-15T16:59:51.095Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T16:59:51.378Z] ---> Running in 76b134d05c79 [2021-01-15T16:59:51.378Z] ---> 63d0b7682024 [2021-01-15T16:59:51.378Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T16:59:51.378Z] ---> Running in 345e095688aa [2021-01-15T16:59:51.654Z] ---> Running in 28a58efbf0e0 [2021-01-15T16:59:51.933Z] 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-15T16:59:52.536Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T16:59:53.547Z] 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-15T16:59:54.158Z] 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-15T16:59:54.158Z] 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-15T16:59:54.158Z] 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-15T17:00:00.951Z] Removing intermediate container 7f142bcdc2b6 [2021-01-15T17:00:00.951Z] ---> d7361e2eafa5 [2021-01-15T17:00:00.951Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T17:00:00.951Z] ---> Running in 920cf99f6faa [2021-01-15T17:00:02.448Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:00:02.742Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:00:03.763Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T17:00:03.763Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T17:00:03.763Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T17:00:03.763Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:00:03.763Z] OK: 71 MiB in 58 packages [2021-01-15T17:00:05.769Z] Removing intermediate container 920cf99f6faa [2021-01-15T17:00:05.769Z] ---> 8e5bef2c6360 [2021-01-15T17:00:05.769Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T17:00:05.769Z] ---> Running in bb02b8e63baa [2021-01-15T17:00:06.763Z] Removing intermediate container bb02b8e63baa [2021-01-15T17:00:06.763Z] ---> ca12db2c39a8 [2021-01-15T17:00:06.763Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:00:06.763Z] ---> Running in 2c0d183c92a0 [2021-01-15T17:00:07.371Z] Removing intermediate container 2c0d183c92a0 [2021-01-15T17:00:07.371Z] ---> c847330fa3dd [2021-01-15T17:00:07.371Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T17:00:07.647Z] ---> Running in ba0fa684daf2 [2021-01-15T17:00:08.248Z] Removing intermediate container ba0fa684daf2 [2021-01-15T17:00:08.248Z] ---> 80697d9f0c14 [2021-01-15T17:00:08.248Z] Step 25/26 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T17:00:08.524Z] ---> Running in 556b4638f19b [2021-01-15T17:00:09.125Z] Removing intermediate container 556b4638f19b [2021-01-15T17:00:09.125Z] ---> 15ead3dd7f33 [2021-01-15T17:00:09.125Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T17:00:09.401Z] ---> Running in a13707999282 [2021-01-15T17:00:10.389Z] Removing intermediate container a13707999282 [2021-01-15T17:00:10.389Z] ---> 8b94661a8fd2 [2021-01-15T17:00:10.389Z] [2021-01-15T17:00:10.666Z] Successfully built 8b94661a8fd2 [2021-01-15T17:00:10.941Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T17:01:19.051Z]  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/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-15T17:01:19.051Z] Removing intermediate container 28a58efbf0e0 [2021-01-15T17:01:19.051Z] ---> 4593328914f2 [2021-01-15T17:01:19.051Z] [2021-01-15T17:01:19.051Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T17:01:19.051Z] ---> afeebe901d6b [2021-01-15T17:01:19.051Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T17:01:19.687Z] ---> Running in 67ef7fdfb1f3 [2021-01-15T17:01:22.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:22.329Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:22.931Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T17:01:22.931Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T17:01:22.931Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T17:01:22.931Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T17:01:22.931Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T17:01:22.931Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:22.931Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T17:01:23.539Z] OK: 7 MiB in 19 packages [2021-01-15T17:01:25.545Z] Removing intermediate container 345e095688aa [2021-01-15T17:01:25.545Z] ---> dc642a31701a [2021-01-15T17:01:25.545Z] [2021-01-15T17:01:25.545Z] Step 10/21 : FROM scratch [2021-01-15T17:01:25.545Z] ---> [2021-01-15T17:01:25.545Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T17:01:25.545Z] Removing intermediate container 76b134d05c79 [2021-01-15T17:01:25.545Z] ---> 91175ace0da8 [2021-01-15T17:01:25.545Z] [2021-01-15T17:01:25.545Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T17:01:25.545Z] ---> afeebe901d6b [2021-01-15T17:01:25.545Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T17:01:25.545Z] ---> Using cache [2021-01-15T17:01:25.545Z] ---> 247f335fd8c3 [2021-01-15T17:01:25.545Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T17:01:25.545Z] ---> Running in b53e1cfda196 [2021-01-15T17:01:25.829Z] ---> Running in aa6105f40e5c [2021-01-15T17:01:26.816Z] Removing intermediate container b53e1cfda196 [2021-01-15T17:01:26.816Z] ---> 88e73ee7f435 [2021-01-15T17:01:26.816Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T17:01:26.816Z] Removing intermediate container 67ef7fdfb1f3 [2021-01-15T17:01:26.816Z] ---> 4f511aa34a3d [2021-01-15T17:01:26.816Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T17:01:26.816Z] ---> Running in ff1a3acb411f [2021-01-15T17:01:27.092Z] ---> Running in 6fd29f981fb4 [2021-01-15T17:01:27.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:27.366Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:27.644Z] Removing intermediate container ff1a3acb411f [2021-01-15T17:01:27.644Z] ---> 0207d097fd69 [2021-01-15T17:01:27.644Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T17:01:27.644Z] Removing intermediate container 6fd29f981fb4 [2021-01-15T17:01:27.644Z] ---> 756245927a9e [2021-01-15T17:01:27.644Z] Step 13/22 : WORKDIR / [2021-01-15T17:01:27.917Z] ---> Running in 89d4b6fdde55 [2021-01-15T17:01:28.200Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T17:01:28.200Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T17:01:28.200Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T17:01:28.200Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T17:01:28.200Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T17:01:28.200Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:28.200Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T17:01:28.478Z] ---> 9d89c793b270 [2021-01-15T17:01:28.478Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T17:01:28.478Z] OK: 7 MiB in 19 packages [2021-01-15T17:01:28.751Z] Removing intermediate container 89d4b6fdde55 [2021-01-15T17:01:28.751Z] ---> e7f09d1825a2 [2021-01-15T17:01:28.751Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T17:01:30.250Z] ---> 56a148da4e27 [2021-01-15T17:01:30.250Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T17:01:30.250Z] ---> eab7f067055e [2021-01-15T17:01:30.250Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:30.854Z] Removing intermediate container aa6105f40e5c [2021-01-15T17:01:30.854Z] ---> a2d894c36262 [2021-01-15T17:01:30.854Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T17:01:31.453Z] ---> bd2578a1aa02 [2021-01-15T17:01:31.453Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T17:01:31.729Z] ---> Running in 4a7db810efa3 [2021-01-15T17:01:31.729Z] ---> 664847f85f06 [2021-01-15T17:01:31.729Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T17:01:31.729Z] ---> Running in c1631c4b3757 [2021-01-15T17:01:32.719Z] Removing intermediate container 4a7db810efa3 [2021-01-15T17:01:32.719Z] ---> 4310b06f3012 [2021-01-15T17:01:32.719Z] Step 13/24 : WORKDIR / [2021-01-15T17:01:32.719Z] Removing intermediate container c1631c4b3757 [2021-01-15T17:01:32.719Z] ---> 8e7fee103bdb [2021-01-15T17:01:32.719Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:01:32.719Z] ---> Running in b7ab444b6b42 [2021-01-15T17:01:32.719Z] ---> Running in d45efb36ff95 [2021-01-15T17:01:33.001Z] ---> e9c4e7f6e509 [2021-01-15T17:01:33.001Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:33.596Z] Removing intermediate container b7ab444b6b42 [2021-01-15T17:01:33.596Z] ---> 5ea0ffd69234 [2021-01-15T17:01:33.596Z] 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-15T17:01:33.870Z] Removing intermediate container d45efb36ff95 [2021-01-15T17:01:33.870Z] ---> 2196737c4ffa [2021-01-15T17:01:33.870Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T17:01:34.146Z] ---> ed33a8557e75 [2021-01-15T17:01:34.146Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T17:01:34.146Z] ---> Running in 783a5f19bebb [2021-01-15T17:01:34.420Z] ---> Running in 771428a73ccd [2021-01-15T17:01:34.697Z] ---> 65fe03adda88 [2021-01-15T17:01:34.697Z] 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-15T17:01:34.971Z] Removing intermediate container 783a5f19bebb [2021-01-15T17:01:34.971Z] ---> 89766b11f06d [2021-01-15T17:01:34.971Z] Step 20/21 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T17:01:35.246Z] ---> Running in 61fea87a834f [2021-01-15T17:01:35.843Z] ---> 3d3d2b91e6cc [2021-01-15T17:01:35.843Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:35.843Z] Removing intermediate container 61fea87a834f [2021-01-15T17:01:35.843Z] ---> 8bf0ccd6e39b [2021-01-15T17:01:35.843Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T17:01:36.118Z] ---> Running in d2243812039c [2021-01-15T17:01:37.103Z] Removing intermediate container d2243812039c [2021-01-15T17:01:37.103Z] ---> 4d00eb5d4d2c [2021-01-15T17:01:37.103Z] [2021-01-15T17:01:37.103Z] ---> 3a896ce98784 [2021-01-15T17:01:37.103Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T17:01:37.382Z] Removing intermediate container 771428a73ccd [2021-01-15T17:01:37.382Z] ---> 48a6859e40e1 [2021-01-15T17:01:37.382Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T17:01:37.382Z] Successfully built 4d00eb5d4d2c [2021-01-15T17:01:37.656Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T17:01:37.656Z]  Building docker-support-scheduler-go ... done  ---> Running in e6ecbb7e10b2 [2021-01-15T17:01:38.247Z] ---> 4bb618ee6d96 [2021-01-15T17:01:38.247Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T17:01:38.247Z] Removing intermediate container e6ecbb7e10b2 [2021-01-15T17:01:38.247Z] ---> 518a59aeb3f3 [2021-01-15T17:01:38.247Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T17:01:38.524Z] ---> Running in 8b62ec75aa9a [2021-01-15T17:01:39.132Z] Removing intermediate container 8b62ec75aa9a [2021-01-15T17:01:39.132Z] ---> 81c440310d37 [2021-01-15T17:01:39.132Z] Step 21/22 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T17:01:39.405Z] ---> Running in 580bc5ec79b5 [2021-01-15T17:01:39.677Z] ---> 849389e197b6 [2021-01-15T17:01:39.677Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T17:01:39.949Z] Removing intermediate container 580bc5ec79b5 [2021-01-15T17:01:39.949Z] ---> a6babce3097f [2021-01-15T17:01:39.949Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T17:01:40.542Z] ---> Running in 23e2e1d9ad67 [2021-01-15T17:01:40.815Z] ---> 88c2cee38828 [2021-01-15T17:01:40.815Z] 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-15T17:01:41.086Z] ---> Running in b669f4165c0f [2021-01-15T17:01:41.086Z] Removing intermediate container 23e2e1d9ad67 [2021-01-15T17:01:41.086Z] ---> 9c78e41acc48 [2021-01-15T17:01:41.086Z] [2021-01-15T17:01:41.684Z] Successfully built 9c78e41acc48 [2021-01-15T17:01:41.684Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T17:01:42.278Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1b1047c12cc1 [2021-01-15T17:01:42.278Z] ---> c6b692f848a7 [2021-01-15T17:01:42.278Z] [2021-01-15T17:01:42.278Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T17:01:42.278Z] ---> afeebe901d6b [2021-01-15T17:01:42.278Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T17:01:42.551Z] ---> Running in 2e13842b730b [2021-01-15T17:01:43.153Z] Removing intermediate container 2e13842b730b [2021-01-15T17:01:43.153Z] ---> 7dc489138c26 [2021-01-15T17:01:43.153Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T17:01:43.153Z] ---> Running in 26cf9bab90b1 [2021-01-15T17:01:43.754Z] Removing intermediate container 26cf9bab90b1 [2021-01-15T17:01:43.754Z] ---> 6abf43708dad [2021-01-15T17:01:43.754Z] Step 13/23 : EXPOSE $APP_PORTRemoving intermediate container b669f4165c0f [2021-01-15T17:01:43.754Z] [2021-01-15T17:01:43.754Z] ---> e04ae3998014 [2021-01-15T17:01:43.754Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T17:01:44.028Z] ---> Running in 05413328bbc4 [2021-01-15T17:01:44.028Z] ---> Running in 2105241cbe20 [2021-01-15T17:01:44.620Z] Removing intermediate container 05413328bbc4 [2021-01-15T17:01:44.620Z] Removing intermediate container 2105241cbe20 [2021-01-15T17:01:44.620Z] ---> bbe3b051dfbb [2021-01-15T17:01:44.620Z] ---> 5a46338ab150 [2021-01-15T17:01:44.620Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T17:01:44.620Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T17:01:44.895Z] ---> Running in acaff2168a69 [2021-01-15T17:01:44.895Z] ---> Running in 3cd5444958c2 [2021-01-15T17:01:45.493Z] Removing intermediate container acaff2168a69 [2021-01-15T17:01:45.494Z] ---> c17a56627961 [2021-01-15T17:01:45.494Z] Step 23/24 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T17:01:45.494Z] ---> Running in 2810427a3bd9 [2021-01-15T17:01:46.090Z] Removing intermediate container 2810427a3bd9 [2021-01-15T17:01:46.090Z] ---> c6548eb43046 [2021-01-15T17:01:46.090Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T17:01:46.379Z] ---> Running in 3b6c2d6f5c51 [2021-01-15T17:01:46.973Z] Removing intermediate container 3b6c2d6f5c51 [2021-01-15T17:01:46.973Z] ---> ef3d52eaa095 [2021-01-15T17:01:46.973Z] [2021-01-15T17:01:47.246Z] Successfully built ef3d52eaa095 [2021-01-15T17:01:47.246Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T17:01:47.246Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 3cd5444958c2 [2021-01-15T17:01:47.246Z] ---> 4b484ea96441 [2021-01-15T17:01:47.246Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T17:01:47.518Z] ---> Running in 7d1b6d7ecf77 [2021-01-15T17:01:48.994Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:49.601Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T17:01:51.046Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T17:01:51.046Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T17:01:51.046Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T17:01:51.648Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T17:01:51.648Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T17:01:51.648Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T17:01:51.648Z] OK: 8 MiB in 19 packages [2021-01-15T17:01:53.076Z] Removing intermediate container 7d1b6d7ecf77 [2021-01-15T17:01:53.076Z] ---> fbd3b9d0adcd [2021-01-15T17:01:53.076Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T17:01:53.670Z] ---> c9b21c007178 [2021-01-15T17:01:53.670Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T17:01:55.096Z] ---> 262200bad74f [2021-01-15T17:01:55.096Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T17:01:55.688Z] ---> d6aa191d44b5 [2021-01-15T17:01:55.688Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T17:01:55.960Z] ---> Running in 527abc76102c [2021-01-15T17:01:56.230Z] Removing intermediate container 527abc76102c [2021-01-15T17:01:56.230Z] ---> 89204ecfe7ea [2021-01-15T17:01:56.230Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T17:01:56.502Z] ---> Running in 960880424c3e [2021-01-15T17:01:56.772Z] Removing intermediate container 960880424c3e [2021-01-15T17:01:56.772Z] ---> b1302827f2e7 [2021-01-15T17:01:56.772Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T17:01:57.042Z] ---> Running in f519070b69bf [2021-01-15T17:01:57.312Z] Removing intermediate container f519070b69bf [2021-01-15T17:01:57.312Z] ---> a9bc274b932b [2021-01-15T17:01:57.312Z] Step 22/23 : LABEL git_sha=209b81a7219ad7366827e71152d5b0e99b1499aa [2021-01-15T17:01:57.581Z] ---> Running in 4ad46366c1fb [2021-01-15T17:01:57.863Z] Removing intermediate container 4ad46366c1fb [2021-01-15T17:01:57.863Z] ---> 18aa4bbb4144 [2021-01-15T17:01:57.863Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T17:01:58.133Z] ---> Running in a437f4e800ed [2021-01-15T17:01:58.403Z] Removing intermediate container a437f4e800ed [2021-01-15T17:01:58.403Z] ---> 2a4591f3332d [2021-01-15T17:01:58.403Z] [2021-01-15T17:01:58.999Z] Successfully built 2a4591f3332d [2021-01-15T17:01:58.999Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T17:01:59.284Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T17:01:59.281Z] $ docker stop --time=1 cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d [2021-01-15T17:02:01.131Z] $ docker rm -f cdcdd9877a1dc456193ca44648cf1dc3cbfacd850b9a1ae975399d195d26483d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T17:02:01.805Z] + grep docker [2021-01-15T17:02:01.806Z] + docker images [2021-01-15T17:02:02.077Z] docker-core-data-go-arm64 latest 2a4591f3332d 3 seconds ago 21MB [2021-01-15T17:02:02.077Z] docker-security-secretstore-setup-go-arm64 latest ef3d52eaa095 15 seconds ago 23.4MB [2021-01-15T17:02:02.077Z] docker-security-bootstrap-redis-go-arm64 latest 9c78e41acc48 21 seconds ago 15.1MB [2021-01-15T17:02:02.077Z] docker-support-scheduler-go-arm64 latest 4d00eb5d4d2c 25 seconds ago 10MB [2021-01-15T17:02:02.077Z] docker-sys-mgmt-agent-go-arm64 latest 8b94661a8fd2 About a minute ago 300MB [2021-01-15T17:02:02.077Z] docker-core-metadata-go-arm64 latest 4119bf97b46c 3 minutes ago 12.3MB [2021-01-15T17:02:02.077Z] docker-security-proxy-setup-go-arm64 latest e9a2811f8029 3 minutes ago 23.2MB [2021-01-15T17:02:02.077Z] docker-support-notifications-go-arm64 latest 892795e6823a 3 minutes ago 11.4MB [2021-01-15T17:02:02.078Z] docker-core-command-go-arm64 latest 4284007b2177 3 minutes ago 9.98MB [2021-01-15T17:02:02.078Z] 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-15T17:02:03.587Z] provisioning config files... [2021-01-15T17:02:03.600Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config1833313199457248970tmp [Pipeline] { [Pipeline] sh [2021-01-15T17:02:03.972Z] + set +x [2021-01-15T17:02:03.972Z] + curl -s https://codecov.io/bash [2021-01-15T17:02:03.972Z] + bash -s -- [2021-01-15T17:02:04.234Z] [2021-01-15T17:02:04.234Z] _____ _ [2021-01-15T17:02:04.234Z] / ____| | | [2021-01-15T17:02:04.234Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T17:02:04.234Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T17:02:04.234Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T17:02:04.234Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T17:02:04.234Z] Bash-20210115-cec3c92 [2021-01-15T17:02:04.234Z] [2021-01-15T17:02:04.234Z] [2021-01-15T17:02:04.234Z] ==> git version 2.24.3 found [2021-01-15T17:02:04.234Z] ==> 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-15T17:02:04.234Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T17:02:04.234Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T17:02:04.498Z] ==> Jenkins CI detected. [2021-01-15T17:02:04.498Z] project root: . [2021-01-15T17:02:04.498Z] --> token set from env [2021-01-15T17:02:04.498Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T17:02:04.498Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T17:02:04.498Z] ==> Python coveragepy not found [2021-01-15T17:02:04.498Z] ==> Searching for coverage reports in: [2021-01-15T17:02:04.498Z] + . [2021-01-15T17:02:04.498Z] -> Found 1 reports [2021-01-15T17:02:04.498Z] ==> Detecting git/mercurial file structure [2021-01-15T17:02:04.498Z] ==> Reading reports [2021-01-15T17:02:04.498Z] + ./coverage.out bytes=550280 [2021-01-15T17:02:04.498Z] ==> Appending adjustments [2021-01-15T17:02:04.498Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T17:02:07.911Z] + Found adjustments [2021-01-15T17:02:07.911Z] ==> Gzipping contents [2021-01-15T17:02:07.911Z] 84K /tmp/codecov.R3Xulp.gz [2021-01-15T17:02:07.911Z] ==> Uploading reports [2021-01-15T17:02:07.911Z] url: https://codecov.io [2021-01-15T17:02:07.911Z] query: branch=PR-3027&commit=209b81a7219ad7366827e71152d5b0e99b1499aa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-15T17:02:07.911Z] -> Pinging Codecov [2021-01-15T17:02:07.911Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=209b81a7219ad7366827e71152d5b0e99b1499aa&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-15T17:02:08.189Z] -> Uploading to [2021-01-15T17:02:08.189Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/209b81a7219ad7366827e71152d5b0e99b1499aa/a575d078-3db7-4fc0-bb59-d92878975d10.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T170207Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51dc02e16ca9bcc6940f55aa44112a93f81eb8e3abcc2c1b8ad3987b6db14550 [2021-01-15T17:02:08.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T17:02:08.189Z] Dload Upload Total Spent Left Speed [2021-01-15T17:02:08.793Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83296 0 0 100 83296 0 158k --:--:-- --:--:-- --:--:-- 158k 100 83296 0 0 100 83296 0 158k --:--:-- --:--:-- --:--:-- 157k [2021-01-15T17:02:08.793Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/209b81a7219ad7366827e71152d5b0e99b1499aa [Pipeline] } [2021-01-15T17:02:08.824Z] 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-15T17:02:10.726Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:11.620Z] ---> package-listing.sh [2021-01-15T17:02:11.620Z] ++ facter osfamily [2021-01-15T17:02:11.620Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T17:02:11.620Z] + OS_FAMILY=redhat [2021-01-15T17:02:11.620Z] + workspace=/w/workspace/edgex-go/6 [2021-01-15T17:02:11.620Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T17:02:11.620Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T17:02:11.620Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T17:02:11.620Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T17:02:11.620Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-15T17:02:11.620Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T17:02:11.620Z] + case "${OS_FAMILY}" in [2021-01-15T17:02:11.620Z] + rpm -qa [2021-01-15T17:02:11.620Z] + sort [2021-01-15T17:02:16.926Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T17:02:16.926Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T17:02:16.926Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T17:02:16.926Z] + '[' /w/workspace/edgex-go/6 ']' [2021-01-15T17:02:16.926Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2021-01-15T17:02:16.926Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2021-01-15T17:02:16.940Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T17:02:17.239Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T17:02:17.556Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:02:17.556Z] [2021-01-15T17:02:17.556Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T17:02:17.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:02:17.916Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T17:02:17.916Z] df20fa9351a1: Pulling fs layer [2021-01-15T17:02:17.916Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T17:02:17.916Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T17:02:17.916Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T17:02:17.916Z] 93b61091891f: Pulling fs layer [2021-01-15T17:02:17.916Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T17:02:17.916Z] 5e14af77c1be: Pulling fs layer [2021-01-15T17:02:17.916Z] 01666e4c0597: Pulling fs layer [2021-01-15T17:02:17.916Z] aa168da1d23b: Pulling fs layer [2021-01-15T17:02:17.916Z] 46f8f816bc3b: Waiting [2021-01-15T17:02:17.916Z] 93b61091891f: Waiting [2021-01-15T17:02:17.916Z] 93b9cdb0e59b: Waiting [2021-01-15T17:02:17.916Z] 5e14af77c1be: Waiting [2021-01-15T17:02:17.916Z] 01666e4c0597: Waiting [2021-01-15T17:02:17.916Z] aa168da1d23b: Waiting [2021-01-15T17:02:17.916Z] 36b3adc4ff6f: Download complete [2021-01-15T17:02:17.916Z] 46f8f816bc3b: Verifying Checksum [2021-01-15T17:02:17.916Z] 46f8f816bc3b: Download complete [2021-01-15T17:02:17.916Z] df20fa9351a1: Verifying Checksum [2021-01-15T17:02:17.916Z] df20fa9351a1: Download complete [2021-01-15T17:02:18.184Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T17:02:18.184Z] 93b9cdb0e59b: Download complete [2021-01-15T17:02:18.184Z] 5e14af77c1be: Verifying Checksum [2021-01-15T17:02:18.184Z] 5e14af77c1be: Download complete [2021-01-15T17:02:18.184Z] 93b61091891f: Verifying Checksum [2021-01-15T17:02:18.184Z] 93b61091891f: Download complete [2021-01-15T17:02:18.184Z] 01666e4c0597: Verifying Checksum [2021-01-15T17:02:18.184Z] 01666e4c0597: Download complete [2021-01-15T17:02:18.450Z] df20fa9351a1: Pull complete [2021-01-15T17:02:18.450Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T17:02:18.450Z] 8ad3a11d3b57: Download complete [2021-01-15T17:02:18.713Z] 36b3adc4ff6f: Pull complete [2021-01-15T17:02:19.675Z] 8ad3a11d3b57: Pull complete [2021-01-15T17:02:20.253Z] aa168da1d23b: Verifying Checksum [2021-01-15T17:02:20.253Z] aa168da1d23b: Download complete [2021-01-15T17:02:20.829Z] 46f8f816bc3b: Pull complete [2021-01-15T17:02:21.405Z] 93b61091891f: Pull complete [2021-01-15T17:02:21.405Z] 93b9cdb0e59b: Pull complete [2021-01-15T17:02:21.670Z] 5e14af77c1be: Pull complete [2021-01-15T17:02:21.670Z] 01666e4c0597: Pull complete [2021-01-15T17:02:29.903Z] aa168da1d23b: Pull complete [2021-01-15T17:02:29.904Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T17:02:29.904Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T17:02:29.904Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T17:02:30.101Z] prd-centos7-docker-4c-2g-20529 does not seem to be running inside a container [2021-01-15T17:02:30.154Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T17:02:33.696Z] $ docker top 0867188a17264f0f6a51dd18736baad3fb6e2caf041e5387fd48d8883104a8e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T17:02:34.315Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T17:02:34.627Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T17:02:34.934Z] + ls /var/log/sa-host [2021-01-15T17:02:34.934Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T17:02:34.934Z] file_magic: OK [2021-01-15T17:02:34.934Z] HZ: Using current value: 100 [2021-01-15T17:02:34.934Z] file_header: OK [2021-01-15T17:02:34.934Z] 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-15T17:02:34.934Z] Statistics: [2021-01-15T17:02:34.934Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-15T17:02:34.934Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T17:02:34.934Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T17:02:34.934Z] file_magic: OK [2021-01-15T17:02:34.934Z] HZ: Using current value: 100 [2021-01-15T17:02:34.934Z] file_header: OK [2021-01-15T17:02:34.934Z] 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-15T17:02:34.934Z] Statistics: [2021-01-15T17:02:34.934Z] Hnuu...uuuununununu... [2021-01-15T17:02:34.934Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T17:02:35.137Z] provisioning config files... [2021-01-15T17:02:35.157Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4962223238480261060tmp [Pipeline] { [Pipeline] echo [2021-01-15T17:02:35.226Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:35.524Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T17:02:35.535Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T17:02:35.645Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:35.941Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T17:02:35.951Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:36.248Z] ---> sudo-logs.sh [2021-01-15T17:02:36.248Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T17:02:36.259Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:36.557Z] ---> job-cost.sh [2021-01-15T17:02:36.557Z] lf-activate-venv: SKIPPING [2021-01-15T17:02:36.557Z] INFO: No Stack... [2021-01-15T17:02:37.952Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T17:02:38.215Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T17:02:38.230Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T17:02:38.530Z] ---> logs-deploy.sh [2021-01-15T17:02:38.530Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/6 [2021-01-15T17:02:38.530Z] INFO: archiving workspace using pattern(s): [2021-01-15T17:02:39.920Z] Archives upload complete. [2021-01-15T17:02:40.182Z] INFO: archiving logs to Nexus