Pull request #2999 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c3fff5d214d9678334f8f39739c11b7a5b7db6a5+cf513aa69aa73df9a6f6252b052cd5c5a0259743 (64ce4cbbc8106cc74be7a5ea2e9115c73531ef0b) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 ‘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-19517’ is offline; ‘prd-centos7-docker-4c-2g-19520’ 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-19522 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/4 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 Merge succeeded, producing c3fff5d214d9678334f8f39739c11b7a5b7db6a5 Checking out Revision c3fff5d214d9678334f8f39739c11b7a5b7db6a5 (PR-2999) > git config core.sparsecheckout # timeout=10 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # 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 cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-11T15:39:52.895Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-11T15:39:53.132Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-11T15:39:53.227Z] ========================================================= [2021-01-11T15:39:53.227Z] EdgeX Global Pipelines Version Info [2021-01-11T15:39:53.227Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4b86c7ba758c5f7bb3dd6b16fd4c354feb6b39ec # timeout=10 [2021-01-11T15:39:54.751Z] ------------------- [2021-01-11T15:39:54.752Z] stable info: [2021-01-11T15:39:54.752Z] ------------------- [2021-01-11T15:39:54.752Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-11T15:39:54.752Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T15:39:54.752Z] Message: update stable to v1.0.173 [2021-01-11T15:39:55.700Z] ------------------- [2021-01-11T15:39:55.701Z] experimental info: [2021-01-11T15:39:55.701Z] ------------------- [2021-01-11T15:39:55.701Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-11T15:39:55.701Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-11T15:39:55.701Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-11T15:39:55.973Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-11T15:39:56.075Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-11T15:39:56.181Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-11T15:39:56.266Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-11T15:39:56.380Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-11T15:39:56.475Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-11T15:39:56.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-11T15:39:56.651Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-11T15:39:56.740Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-11T15:39:56.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-11T15:39:56.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-11T15:39:56.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-11T15:39:57.069Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-11T15:39:57.180Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-11T15:39:57.265Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T15:39:57.346Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-11T15:39:57.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-11T15:39:57.504Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-11T15:39:57.597Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-11T15:39:57.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-11T15:39:57.793Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-11T15:39:57.880Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-11T15:39:57.961Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-11T15:39:58.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo [2021-01-11T15:39:58.144Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo [2021-01-11T15:39:58.225Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo [2021-01-11T15:39:58.308Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [Pipeline] echo [2021-01-11T15:39:58.390Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3fff5d [Pipeline] echo [2021-01-11T15:39:58.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T15:39:58.629Z] provisioning config files... [2021-01-11T15:39:58.662Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3783240269383833782tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:39:59.022Z] ---> docker-login.sh [2021-01-11T15:39:59.022Z] nexus3.edgexfoundry.org:10001 [2021-01-11T15:39:59.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:39:59.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:39:59.551Z] Configure a credential helper to remove this warning. See [2021-01-11T15:39:59.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:39:59.551Z] [2021-01-11T15:39:59.551Z] Login Succeeded [2021-01-11T15:39:59.551Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:39:59.551Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:39:59.551Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:39:59.551Z] Configure a credential helper to remove this warning. See [2021-01-11T15:39:59.551Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:39:59.551Z] [2021-01-11T15:39:59.551Z] Login Succeeded [2021-01-11T15:39:59.551Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:39:59.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:39:59.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:39:59.814Z] Configure a credential helper to remove this warning. See [2021-01-11T15:39:59.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:39:59.814Z] [2021-01-11T15:39:59.814Z] Login Succeeded [2021-01-11T15:39:59.814Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:39:59.814Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:40:00.077Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:40:00.077Z] Configure a credential helper to remove this warning. See [2021-01-11T15:40:00.077Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:40:00.077Z] [2021-01-11T15:40:00.077Z] Login Succeeded [2021-01-11T15:40:00.077Z] docker.io [2021-01-11T15:40:00.077Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:40:05.402Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:40:05.402Z] Configure a credential helper to remove this warning. See [2021-01-11T15:40:05.402Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:40:05.402Z] [2021-01-11T15:40:05.402Z] Login Succeeded [2021-01-11T15:40:05.402Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:40:05.418Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T15:40:05.891Z] ++ 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-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/core-command/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/core-data/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-11T15:40:05.891Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-11T15:40:05.891Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-11T15:40:05.891Z] ++ cut -d/ -f2 [2021-01-11T15:40:05.891Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-11T15:40:05.974Z] 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-11T15:40:06.800Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:40:06.800Z] [2021-01-11T15:40:06.800Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:40:07.205Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:40:07.205Z] latest: Pulling from edgex-devops/git-semver [2021-01-11T15:40:07.205Z] 31603596830f: Pulling fs layer [2021-01-11T15:40:07.205Z] 2a8b12db71e7: Pulling fs layer [2021-01-11T15:40:07.205Z] 6ca5941a6612: Pulling fs layer [2021-01-11T15:40:07.205Z] ecc8261a40a4: Pulling fs layer [2021-01-11T15:40:07.205Z] ecc8261a40a4: Waiting [2021-01-11T15:40:07.205Z] 2a8b12db71e7: Verifying Checksum [2021-01-11T15:40:07.205Z] 2a8b12db71e7: Download complete [2021-01-11T15:40:07.205Z] 31603596830f: Verifying Checksum [2021-01-11T15:40:07.205Z] 31603596830f: Download complete [2021-01-11T15:40:07.470Z] ecc8261a40a4: Verifying Checksum [2021-01-11T15:40:07.471Z] ecc8261a40a4: Download complete [2021-01-11T15:40:07.471Z] 6ca5941a6612: Verifying Checksum [2021-01-11T15:40:07.471Z] 6ca5941a6612: Download complete [2021-01-11T15:40:07.741Z] 31603596830f: Pull complete [2021-01-11T15:40:07.741Z] 2a8b12db71e7: Pull complete [2021-01-11T15:40:08.695Z] 6ca5941a6612: Pull complete [2021-01-11T15:40:08.959Z] ecc8261a40a4: Pull complete [2021-01-11T15:40:08.959Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-11T15:40:08.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-11T15:40:08.959Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-11T15:40:09.074Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T15:40:09.130Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-11T15:40:11.556Z] $ docker top 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-11T15:40:11.884Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T15:40:11.884Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T15:40:12.126Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T15:40:12.130Z] $ docker exec 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 ssh-agent [2021-01-11T15:40:12.314Z] SSH_AUTH_SOCK=/tmp/ssh-4dneaJXAOvGY/agent.11 [2021-01-11T15:40:12.314Z] SSH_AGENT_PID=17 [2021-01-11T15:40:12.330Z] Running ssh-add (command line suppressed) [2021-01-11T15:40:12.456Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_4531285629578529407.key (/w/workspace/edgex-go/4@tmp/private_key_4531285629578529407.key) [2021-01-11T15:40:12.510Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T15:40:12.905Z] + git tag --points-at HEAD [Pipeline] } [2021-01-11T15:40:12.973Z] $ docker exec --env ******** --env ******** 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 ssh-agent -k [2021-01-11T15:40:13.089Z] unset SSH_AUTH_SOCK; [2021-01-11T15:40:13.090Z] unset SSH_AGENT_PID; [2021-01-11T15:40:13.090Z] echo Agent pid 17 killed; [2021-01-11T15:40:13.139Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-11T15:40:13.281Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-11T15:40:13.281Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-11T15:40:13.461Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-11T15:40:13.466Z] $ docker exec 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 ssh-agent [2021-01-11T15:40:13.627Z] SSH_AUTH_SOCK=/tmp/ssh-sYuxWg1IdqMI/agent.47 [2021-01-11T15:40:13.627Z] SSH_AGENT_PID=52 [2021-01-11T15:40:13.634Z] Running ssh-add (command line suppressed) [2021-01-11T15:40:13.757Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_7114019359330283615.key (/w/workspace/edgex-go/4@tmp/private_key_7114019359330283615.key) [2021-01-11T15:40:13.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-11T15:40:14.163Z] + git semver init [2021-01-11T15:40:14.163Z] # -> Open(): unable to determine branch for HEAD [2021-01-11T15:40:14.163Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-01-11T15:40:14.163Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-01-11T15:40:14.163Z] # $SEMVER_REMOTE_NAME = origin [2021-01-11T15:40:14.163Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-11T15:40:14.163Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-11T15:40:14.163Z] # $SEMVER_BRANCH = PR-2999 [2021-01-11T15:40:14.163Z] # $SEMVER_TEMP = /tmp/semver-624084574 [2021-01-11T15:40:14.163Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-11T15:40:32.406Z] # '/tmp/semver-624084574' -> '/w/workspace/edgex-go/4/.semver' [2021-01-11T15:40:32.406Z] # -> Force: false [2021-01-11T15:40:32.406Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-01-11T15:40:32.419Z] $ docker exec --env ******** --env ******** 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 ssh-agent -k [2021-01-11T15:40:32.668Z] unset SSH_AUTH_SOCK; [2021-01-11T15:40:32.669Z] unset SSH_AGENT_PID; [2021-01-11T15:40:32.669Z] echo Agent pid 52 killed; [2021-01-11T15:40:32.747Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-11T15:40:33.254Z] + git semver [Pipeline] } [2021-01-11T15:40:33.273Z] $ docker stop --time=1 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 [2021-01-11T15:40:34.818Z] $ docker rm -f 6ea76e65b35ceae40eb46c972b0250d470622e15087580c415d1513d5763eaa0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T15:40:35.355Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-11T15:40:35.891Z] Stashed 1 file(s) [Pipeline] echo [2021-01-11T15:40:35.894Z] [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-11T15:40:36.744Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:40:37.043Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:40:37.345Z] + true [2021-01-11T15:40:37.345Z] + sudo service docker restart [2021-01-11T15:40:37.345Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-11T15:40:37.936Z] ========================================================= [2021-01-11T15:40:37.936Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-11T15:40:37.936Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:40:38.275Z] + 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-11T15:40:42.508Z] Sending build context to Docker daemon 326.4MB [2021-01-11T15:40:42.508Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T15:40:42.508Z] Step 2/6 : FROM ${BASE} [2021-01-11T15:40:42.508Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-11T15:40:42.508Z] 188c0c94c7c5: Pulling fs layer [2021-01-11T15:40:42.508Z] 0ef7d3d256c8: Pulling fs layer [2021-01-11T15:40:42.508Z] de9db76c5a1d: Pulling fs layer [2021-01-11T15:40:42.508Z] bca2f99d35d6: Pulling fs layer [2021-01-11T15:40:42.508Z] 93359f2a8cfa: Pulling fs layer [2021-01-11T15:40:42.508Z] 7c6f9722023f: Pulling fs layer [2021-01-11T15:40:42.508Z] a35cf1a2eb13: Pulling fs layer [2021-01-11T15:40:42.508Z] 93359f2a8cfa: Waiting [2021-01-11T15:40:42.508Z] 7c6f9722023f: Waiting [2021-01-11T15:40:42.508Z] a35cf1a2eb13: Waiting [2021-01-11T15:40:42.508Z] bca2f99d35d6: Waiting [2021-01-11T15:40:42.508Z] de9db76c5a1d: Verifying Checksum [2021-01-11T15:40:42.508Z] de9db76c5a1d: Download complete [2021-01-11T15:40:42.508Z] 0ef7d3d256c8: Verifying Checksum [2021-01-11T15:40:42.508Z] 0ef7d3d256c8: Download complete [2021-01-11T15:40:42.508Z] 93359f2a8cfa: Verifying Checksum [2021-01-11T15:40:42.508Z] 93359f2a8cfa: Download complete [2021-01-11T15:40:42.508Z] 7c6f9722023f: Download complete [2021-01-11T15:40:42.773Z] 188c0c94c7c5: Verifying Checksum [2021-01-11T15:40:42.773Z] 188c0c94c7c5: Download complete [2021-01-11T15:40:43.362Z] 188c0c94c7c5: Pull complete [2021-01-11T15:40:43.626Z] 0ef7d3d256c8: Pull complete [2021-01-11T15:40:43.626Z] de9db76c5a1d: Pull complete [2021-01-11T15:40:44.586Z] a35cf1a2eb13: Verifying Checksum [2021-01-11T15:40:44.586Z] a35cf1a2eb13: Download complete [2021-01-11T15:40:45.165Z] bca2f99d35d6: Verifying Checksum [2021-01-11T15:40:45.165Z] bca2f99d35d6: Download complete [2021-01-11T15:40:50.513Z] bca2f99d35d6: Pull complete [2021-01-11T15:40:50.779Z] 93359f2a8cfa: Pull complete [2021-01-11T15:40:50.779Z] 7c6f9722023f: Pull complete [2021-01-11T15:40:51.235Z] Still waiting to schedule task [2021-01-11T15:40:51.235Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-11T15:40:56.105Z] a35cf1a2eb13: Pull complete [2021-01-11T15:40:56.105Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-11T15:40:56.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-11T15:40:56.105Z] ---> a62c8e92a672 [2021-01-11T15:40:56.105Z] 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-11T15:40:56.105Z] ---> Running in 3bf316f7ce23 [2021-01-11T15:40:57.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:40:57.636Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:40:58.588Z] (1/12) Installing libmagic (5.38-r0) [2021-01-11T15:40:58.588Z] (2/12) Installing file (5.38-r0) [2021-01-11T15:40:58.588Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T15:40:58.588Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-11T15:41:08.622Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T15:41:08.885Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T15:41:08.885Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T15:41:08.885Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T15:41:09.148Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T15:41:09.148Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T15:41:09.410Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T15:41:09.410Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T15:41:09.674Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:41:09.674Z] OK: 233 MiB in 51 packages [2021-01-11T15:41:13.906Z] Removing intermediate container 3bf316f7ce23 [2021-01-11T15:41:13.906Z] ---> c66c8e1f1026 [2021-01-11T15:41:13.906Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T15:41:13.906Z] ---> Running in 1a02defb1a4d [2021-01-11T15:41:13.906Z] Removing intermediate container 1a02defb1a4d [2021-01-11T15:41:13.906Z] ---> 589f3ecbeb38 [2021-01-11T15:41:13.906Z] Step 5/6 : COPY go.mod . [2021-01-11T15:41:13.906Z] ---> 9b8c4debde54 [2021-01-11T15:41:13.906Z] Step 6/6 : RUN go mod download [2021-01-11T15:41:13.906Z] ---> Running in 7fc1560cbb2f [2021-01-11T15:41:35.920Z] Removing intermediate container 7fc1560cbb2f [2021-01-11T15:41:35.920Z] ---> be3aadd8798d [2021-01-11T15:41:35.920Z] Successfully built be3aadd8798d [2021-01-11T15:41:35.920Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:41:36.243Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T15:41:36.243Z] . [Pipeline] withDockerContainer [2021-01-11T15:41:36.385Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T15:41:36.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T15:41:37.301Z] $ docker top adbbe294d5813eebb857330b2aa96cc4c55423b08be9966af49a594002660484 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:41:37.798Z] + go version [2021-01-11T15:41:37.798Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-11T15:41:37.814Z] $ docker stop --time=1 adbbe294d5813eebb857330b2aa96cc4c55423b08be9966af49a594002660484 [2021-01-11T15:41:39.227Z] $ docker rm -f adbbe294d5813eebb857330b2aa96cc4c55423b08be9966af49a594002660484 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:41:40.078Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-11T15:41:40.078Z] . [Pipeline] withDockerContainer [2021-01-11T15:41:40.174Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T15:41:40.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-11T15:41:40.907Z] $ docker top 943c8a43720eecdfcab0a49a2e55e6d416303680048f62e2f5b8a9d94b8a3956 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-11T15:41:41.086Z] ========================================================= [2021-01-11T15:41:41.086Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-11T15:41:41.086Z] ========================================================= [Pipeline] sh [2021-01-11T15:41:41.378Z] + make test [2021-01-11T15:41:41.378Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T15:41:49.561Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-11T15:42:04.626Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-11T15:42:12.853Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-11T15:42:13.135Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-11T15:42:13.731Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-11T15:42:15.825Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-11T15:42:15.825Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-11T15:42:15.825Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-11T15:42:18.472Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.092s coverage: 46.6% of statements [2021-01-11T15:42:18.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-11T15:42:18.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-11T15:42:18.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-11T15:42:18.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-11T15:42:18.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.203s coverage: 27.0% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.424s coverage: 77.8% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.159s coverage: 82.4% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.325s coverage: 28.6% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.066s coverage: 100.0% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-11T15:42:23.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2021-01-11T15:42:23.807Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-11T15:42:25.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.142s coverage: 86.7% of statements [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-11T15:42:25.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.121s coverage: 97.5% of statements [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-11T15:42:25.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 78.3% of statements [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-11T15:42:25.236Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-11T15:42:27.202Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.322s coverage: 94.1% of statements [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-11T15:42:27.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-11T15:42:27.202Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.1% of statements [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-11T15:42:27.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-11T15:42:27.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-11T15:42:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-11T15:42:27.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-11T15:42:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-01-11T15:42:27.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-11T15:42:27.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-01-11T15:42:27.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-11T15:42:28.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-11T15:42:28.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.4% of statements [2021-01-11T15:42:28.451Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-11T15:42:29.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.228s coverage: 63.5% of statements [2021-01-11T15:42:29.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-11T15:42:29.033Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-11T15:42:29.033Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements [2021-01-11T15:42:29.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-11T15:42:29.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-11T15:42:29.304Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements [2021-01-11T15:42:29.900Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.046s coverage: 100.0% of statements [2021-01-11T15:42:31.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 55.9% of statements [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-11T15:42:31.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-11T15:42:31.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-11T15:42:31.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.343s coverage: 84.0% of statements [2021-01-11T15:42:31.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements [2021-01-11T15:42:33.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.108s coverage: 47.1% of statements [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-11T15:42:33.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-11T15:42:33.952Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2021-01-11T15:42:33.952Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.838s coverage: 29.1% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.102s coverage: 99.0% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.058s coverage: 100.0% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-11T15:42:34.942Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-11T15:42:34.942Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-11T15:42:35.206Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-11T15:42:35.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-11T15:42:35.729Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-11T15:42:35.990Z] GO111MODULE=on go vet ./... [2021-01-11T15:43:02.704Z] gofmt -l . [2021-01-11T15:43:02.704Z] [ "`gofmt -l .`" = "" ] [2021-01-11T15:43:02.704Z] ./bin/test-go-mod-tidy.sh [2021-01-11T15:43:02.704Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-11T15:43:04.284Z] + ls -al . [2021-01-11T15:43:04.284Z] total 644 [2021-01-11T15:43:04.284Z] drwxrwxr-x 10 1001 1001 4096 Jan 11 15:43 . [2021-01-11T15:43:04.284Z] drwxr-xr-x 4 root root 28 Jan 11 15:41 .. [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 11 Jan 11 15:39 .dockerignore [2021-01-11T15:43:04.284Z] drwxrwxr-x 8 1001 1001 179 Jan 11 15:39 .git [2021-01-11T15:43:04.284Z] drwxrwxr-x 3 1001 1001 125 Jan 11 15:39 .github [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 824 Jan 11 15:39 .gitignore [2021-01-11T15:43:04.284Z] drwx------ 3 1001 1001 47 Jan 11 15:40 .semver [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 15:39 .sonarcloud.properties [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 15:39 CONTRIBUTING.md [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 931 Jan 11 15:39 Dockerfile.build [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 863 Jan 11 15:39 Jenkinsfile [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 15:39 LICENSE [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 5750 Jan 11 15:39 Makefile [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 6524 Jan 11 15:39 README.md [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 6744 Jan 11 15:39 SECURITY.md [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 5 Jan 11 15:40 VERSION [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 4131 Jan 11 15:39 ZMQWindows.md [2021-01-11T15:43:04.284Z] drwxrwxr-x 2 1001 1001 117 Jan 11 15:39 bin [2021-01-11T15:43:04.284Z] drwxrwxr-x 14 1001 1001 4096 Jan 11 15:39 cmd [2021-01-11T15:43:04.284Z] -rw-r--r-- 1 root root 545099 Jan 11 15:42 coverage.out [2021-01-11T15:43:04.284Z] -rw-r--r-- 1 root root 979 Jan 11 15:43 go.mod [2021-01-11T15:43:04.284Z] -rw-r--r-- 1 root root 19231 Jan 11 15:43 go.sum [2021-01-11T15:43:04.284Z] drwxrwxr-x 8 1001 1001 127 Jan 11 15:39 internal [2021-01-11T15:43:04.284Z] drwxrwxr-x 4 1001 1001 26 Jan 11 15:39 openapi [2021-01-11T15:43:04.284Z] drwxrwxr-x 4 1001 1001 71 Jan 11 15:39 snap [2021-01-11T15:43:04.284Z] -rw-rw-r-- 1 1001 1001 168 Jan 11 15:39 version.go [Pipeline] sh [2021-01-11T15:43:04.590Z] + '[' -e coverage.out ] [2021-01-11T15:43:04.590Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-11T15:43:04.782Z] Stashed 1 file(s) [Pipeline] sh [2021-01-11T15:43:05.086Z] + make build [2021-01-11T15:43:05.086Z] 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-11T15:43:09.318Z] 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-11T15:43:17.563Z] 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-11T15:43:17.826Z] 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-11T15:43:19.231Z] 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-11T15:43:19.497Z] 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-11T15:43:21.445Z] 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-11T15:43:22.840Z] 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-11T15:43:23.797Z] 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-11T15:43:25.190Z] 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-11T15:43:26.148Z] 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-11T15:43:27.554Z] 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-11T15:43:28.516Z] $ docker stop --time=1 943c8a43720eecdfcab0a49a2e55e6d416303680048f62e2f5b8a9d94b8a3956 [2021-01-11T15:43:30.247Z] $ docker rm -f 943c8a43720eecdfcab0a49a2e55e6d416303680048f62e2f5b8a9d94b8a3956 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:43:33.877Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:43:33.877Z] [2021-01-11T15:43:33.877Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:43:34.239Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:43:34.239Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-11T15:43:34.239Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-11T15:43:34.239Z] ca9280d653b3: Pulling fs layer [2021-01-11T15:43:34.239Z] 7e9c9ca2126c: Pulling fs layer [2021-01-11T15:43:34.820Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-11T15:43:34.820Z] cbdbe7a5bc2a: Download complete [2021-01-11T15:43:35.083Z] cbdbe7a5bc2a: Pull complete [2021-01-11T15:43:35.346Z] ca9280d653b3: Verifying Checksum [2021-01-11T15:43:35.346Z] ca9280d653b3: Download complete [2021-01-11T15:43:36.760Z] 7e9c9ca2126c: Verifying Checksum [2021-01-11T15:43:36.760Z] 7e9c9ca2126c: Download complete [2021-01-11T15:43:36.760Z] ca9280d653b3: Pull complete [2021-01-11T15:43:43.394Z] 7e9c9ca2126c: Pull complete [2021-01-11T15:43:43.394Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-11T15:43:43.394Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:43:43.394Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-11T15:43:43.573Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T15:43:43.624Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-11T15:43:45.655Z] $ docker top 4df4bd931b3ee458826382e7918f163fd53eb7383c5fd1a5433e98ea1052d36c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:43:46.238Z] + docker-compose build --help [2021-01-11T15:43:46.238Z] + grep parallel [2021-01-11T15:43:47.245Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T15:43:47.318Z] $ docker stop --time=1 4df4bd931b3ee458826382e7918f163fd53eb7383c5fd1a5433e98ea1052d36c [2021-01-11T15:43:48.682Z] $ docker rm -f 4df4bd931b3ee458826382e7918f163fd53eb7383c5fd1a5433e98ea1052d36c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:43:49.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-11T15:43:49.313Z] . [Pipeline] withDockerContainer [2021-01-11T15:43:49.423Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T15:43:49.486Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-11T15:43:50.185Z] $ docker top f34b4a1d757709d2d2b83e3f72d04cbcd7830815fbd2b69b4be38f58df65affa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:43:50.692Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T15:43:51.638Z] Building docker-core-command-go ... [2021-01-11T15:43:51.638Z] Building docker-core-data-go ... [2021-01-11T15:43:51.638Z] Building docker-core-metadata-go ... [2021-01-11T15:43:51.638Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T15:43:51.638Z] Building docker-security-proxy-setup-go ... [2021-01-11T15:43:51.638Z] Building docker-security-secretstore-setup-go ... [2021-01-11T15:43:51.638Z] Building docker-support-notifications-go ... [2021-01-11T15:43:51.638Z] Building docker-support-scheduler-go ... [2021-01-11T15:43:51.638Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T15:43:51.638Z] Building docker-sys-mgmt-agent-go [2021-01-11T15:43:51.638Z] Building docker-security-proxy-setup-go [2021-01-11T15:43:51.638Z] Building docker-support-scheduler-go [2021-01-11T15:43:51.638Z] Building docker-core-command-go [2021-01-11T15:43:51.638Z] Building docker-support-notifications-go [2021-01-11T15:43:55.931Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19525 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-11T15:43:55.992Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-11T15:44:01.236Z] using credential edgex-jenkins-ssh [2021-01-11T15:44:01.292Z] Cloning the remote Git repository [2021-01-11T15:44:01.357Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:44:01.489Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-11T15:44:01.591Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:44:01.592Z] > git --version # timeout=10 [2021-01-11T15:44:01.613Z] > git --version # 'git version 2.17.1' [2021-01-11T15:44:01.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:44:01.681Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:44:23.932Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:23.932Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:44:23.932Z] ---> be3aadd8798d [2021-01-11T15:44:23.932Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T15:44:23.932Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:23.932Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:44:23.932Z] ---> be3aadd8798d [2021-01-11T15:44:23.932Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:44:23.932Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:23.932Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:44:23.932Z] ---> be3aadd8798d [2021-01-11T15:44:23.932Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:44:24.203Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:24.203Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:44:24.203Z] ---> be3aadd8798d [2021-01-11T15:44:24.203Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:44:24.203Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:24.203Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:44:24.203Z] ---> be3aadd8798d [2021-01-11T15:44:24.203Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:44:24.201Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:44:24.219Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:44:24.249Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:44:24.283Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:44:24.284Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:44:24.296Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T15:44:24.963Z] Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:44:25.166Z] ---> Running in 3aaa8b1a2d49 [2021-01-11T15:44:25.166Z] ---> Running in 510b551b5890 [2021-01-11T15:44:25.166Z] ---> Running in 73d29063bda6 [2021-01-11T15:44:25.166Z] ---> Running in f7e0aec131bb [2021-01-11T15:44:25.166Z] ---> Running in 071c83485c74 [2021-01-11T15:44:25.434Z] Merge succeeded, producing c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:44:25.434Z] Checking out Revision c3fff5d214d9678334f8f39739c11b7a5b7db6a5 (PR-2999) [2021-01-11T15:44:25.749Z] Removing intermediate container 510b551b5890 [2021-01-11T15:44:25.750Z] ---> e32adf2ed6ca [2021-01-11T15:44:25.750Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:44:25.750Z] Removing intermediate container 73d29063bda6 [2021-01-11T15:44:25.750Z] ---> 7499a6f6762d [2021-01-11T15:44:25.750Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:44:25.750Z] Removing intermediate container 3aaa8b1a2d49 [2021-01-11T15:44:25.750Z] ---> 4bf6af4dda42 [2021-01-11T15:44:25.750Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:44:25.750Z] Removing intermediate container f7e0aec131bb [2021-01-11T15:44:25.750Z] ---> 99f2e6c240db [2021-01-11T15:44:25.750Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:44:25.750Z] Removing intermediate container 071c83485c74 [2021-01-11T15:44:25.750Z] ---> 5473dfab823e [2021-01-11T15:44:25.750Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:44:25.750Z] ---> Running in cb42c924ddb3 [2021-01-11T15:44:25.750Z] ---> Running in 9030e16ad1d5 [2021-01-11T15:44:25.750Z] ---> Running in 1e7bcb34d2cd [2021-01-11T15:44:25.750Z] ---> Running in a58ea132d6fb [2021-01-11T15:44:26.014Z] ---> Running in afe867c001fc [2021-01-11T15:44:24.984Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T15:44:25.006Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-11T15:44:25.333Z] > git remote # timeout=10 [2021-01-11T15:44:25.359Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T15:44:25.376Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:44:25.393Z] > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 [2021-01-11T15:44:25.419Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T15:44:25.443Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T15:44:25.453Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-11T15:44:29.367Z] Removing intermediate container 1e7bcb34d2cd [2021-01-11T15:44:29.367Z] ---> 4bf7446f2e6f [2021-01-11T15:44:29.367Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:44:29.367Z] Removing intermediate container a58ea132d6fb [2021-01-11T15:44:29.367Z] ---> b177e5108bec [2021-01-11T15:44:29.367Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:44:29.367Z] Removing intermediate container afe867c001fc [2021-01-11T15:44:29.367Z] ---> b9a5866355cd [2021-01-11T15:44:29.367Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:44:29.367Z] Removing intermediate container 9030e16ad1d5 [2021-01-11T15:44:29.367Z] ---> 3a3b36b3ab8d [2021-01-11T15:44:29.367Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T15:44:29.367Z] ---> Running in 3ea7165ae7dd [2021-01-11T15:44:29.367Z] ---> Running in 9f54823b192b [2021-01-11T15:44:29.367Z] ---> Running in bc4ab628bb18 [2021-01-11T15:44:29.367Z] Removing intermediate container cb42c924ddb3 [2021-01-11T15:44:29.367Z] ---> c59f0ab3f0c4 [2021-01-11T15:44:29.367Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T15:44:29.367Z] ---> Running in c264729bd94d [2021-01-11T15:44:29.367Z] ---> Running in 66d82582a9d2 [2021-01-11T15:44:29.948Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [2021-01-11T15:44:30.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:30.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:30.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:30.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:30.342Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-11T15:44:30.924Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:31.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:31.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:31.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:31.454Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:44:31.676Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-01-11T15:44:31.720Z] OK: 233 MiB in 51 packages [Pipeline] sh [2021-01-11T15:44:31.983Z] OK: 233 MiB in 51 packages [2021-01-11T15:44:32.078Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-11T15:44:32.255Z] Removing intermediate container 3ea7165ae7dd [2021-01-11T15:44:32.255Z] ---> 9ce6fce6b83a [2021-01-11T15:44:32.255Z] Step 6/21 : COPY go.mod . [2021-01-11T15:44:32.255Z] OK: 233 MiB in 51 packages [2021-01-11T15:44:32.255Z] OK: 233 MiB in 51 packages [2021-01-11T15:44:32.255Z] OK: 233 MiB in 51 packages [2021-01-11T15:44:32.431Z] + true [2021-01-11T15:44:32.431Z] + sudo service docker restart [2021-01-11T15:44:32.522Z] ---> d1af7da90349 [2021-01-11T15:44:32.522Z] Step 7/21 : RUN go mod download [2021-01-11T15:44:32.786Z] Removing intermediate container bc4ab628bb18 [2021-01-11T15:44:32.786Z] ---> 18f80d3e96c2 [2021-01-11T15:44:32.786Z] Step 6/22 : COPY go.mod . [2021-01-11T15:44:32.786Z] ---> Running in 8360f8457b0c [2021-01-11T15:44:33.051Z] ---> aba4d08100de [2021-01-11T15:44:33.051Z] Step 7/22 : RUN go mod download [2021-01-11T15:44:33.328Z] Removing intermediate container 9f54823b192b [2021-01-11T15:44:33.328Z] ---> 61e64c71a09c [2021-01-11T15:44:33.328Z] Step 6/21 : COPY go.mod . [2021-01-11T15:44:33.328Z] ---> Running in 16d35b9869d7 [2021-01-11T15:44:33.593Z] Removing intermediate container c264729bd94d [2021-01-11T15:44:33.593Z] ---> d41613ccbbfd [2021-01-11T15:44:33.593Z] Step 6/26 : COPY go.mod . [2021-01-11T15:44:33.858Z] Removing intermediate container 66d82582a9d2 [2021-01-11T15:44:33.858Z] ---> 2313182b2e13 [2021-01-11T15:44:33.858Z] Step 6/24 : COPY go.mod . [2021-01-11T15:44:33.858Z] ---> a1aa7274f353 [2021-01-11T15:44:33.858Z] Step 7/21 : RUN go mod download [2021-01-11T15:44:33.858Z] ---> Running in 82d65ea53fff [2021-01-11T15:44:33.858Z] ---> 07860b8b7af9 [2021-01-11T15:44:33.858Z] Step 7/26 : RUN go mod download [2021-01-11T15:44:34.126Z] ---> Running in 226bda83d66a [2021-01-11T15:44:34.395Z] ---> 5d9bd18f941f [2021-01-11T15:44:34.395Z] Step 7/24 : RUN go mod download [2021-01-11T15:44:34.395Z] ---> Running in 12fd5a0fd564 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-11T15:44:34.490Z] provisioning config files... [2021-01-11T15:44:34.531Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config196396901125311479tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:44:34.936Z] ---> docker-login.sh [2021-01-11T15:44:34.936Z] nexus3.edgexfoundry.org:10001 [2021-01-11T15:44:35.839Z] Removing intermediate container 8360f8457b0c [2021-01-11T15:44:35.839Z] ---> 250622b7476c [2021-01-11T15:44:35.839Z] Step 8/21 : COPY . . [2021-01-11T15:44:35.839Z] Removing intermediate container 16d35b9869d7 [2021-01-11T15:44:35.839Z] ---> 5adf56421871 [2021-01-11T15:44:35.839Z] Step 8/22 : COPY . . [2021-01-11T15:44:35.942Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:44:36.217Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:44:36.217Z] Configure a credential helper to remove this warning. See [2021-01-11T15:44:36.217Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:44:36.217Z] [2021-01-11T15:44:36.217Z] Login Succeeded [2021-01-11T15:44:36.217Z] nexus3.edgexfoundry.org:10002 [2021-01-11T15:44:36.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:44:36.768Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:44:36.768Z] Configure a credential helper to remove this warning. See [2021-01-11T15:44:36.768Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:44:36.768Z] [2021-01-11T15:44:36.768Z] Login Succeeded [2021-01-11T15:44:36.768Z] nexus3.edgexfoundry.org:10003 [2021-01-11T15:44:37.275Z] Removing intermediate container 82d65ea53fff [2021-01-11T15:44:37.275Z] ---> c6f433ac433f [2021-01-11T15:44:37.275Z] Step 8/21 : COPY . . [2021-01-11T15:44:37.365Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:44:37.365Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:44:37.365Z] Configure a credential helper to remove this warning. See [2021-01-11T15:44:37.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:44:37.365Z] [2021-01-11T15:44:37.365Z] Login Succeeded [2021-01-11T15:44:37.365Z] nexus3.edgexfoundry.org:10004 [2021-01-11T15:44:37.638Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:44:37.912Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:44:37.912Z] Configure a credential helper to remove this warning. See [2021-01-11T15:44:37.912Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:44:37.912Z] [2021-01-11T15:44:37.912Z] Login Succeeded [2021-01-11T15:44:37.912Z] docker.io [2021-01-11T15:44:38.227Z] Removing intermediate container 226bda83d66a [2021-01-11T15:44:38.227Z] ---> 99fe5a8f3315 [2021-01-11T15:44:38.227Z] Step 8/26 : COPY . . [2021-01-11T15:44:38.509Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-11T15:44:38.783Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-11T15:44:38.783Z] Configure a credential helper to remove this warning. See [2021-01-11T15:44:38.783Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-11T15:44:38.783Z] [2021-01-11T15:44:38.783Z] Login Succeeded [2021-01-11T15:44:38.783Z] ---> docker-login.sh ends [Pipeline] } [2021-01-11T15:44:38.800Z] Deleting 1 temporary files [2021-01-11T15:44:38.812Z] Removing intermediate container 12fd5a0fd564 [2021-01-11T15:44:38.812Z] ---> f3184e37b943 [2021-01-11T15:44:38.812Z] Step 8/24 : COPY . . [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-11T15:44:39.211Z] ========================================================= [2021-01-11T15:44:39.211Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-11T15:44:39.211Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:44:39.592Z] + 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-11T15:44:42.246Z] Sending build context to Docker daemon 165.5MB [2021-01-11T15:44:42.246Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-11T15:44:42.246Z] Step 2/6 : FROM ${BASE} [2021-01-11T15:44:42.246Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-11T15:44:42.246Z] 5f621e34cdf4: Pulling fs layer [2021-01-11T15:44:42.246Z] a4357932f1b6: Pulling fs layer [2021-01-11T15:44:42.246Z] 18c013af1878: Pulling fs layer [2021-01-11T15:44:42.246Z] 00ac8860ef70: Pulling fs layer [2021-01-11T15:44:42.246Z] 63d7cb157983: Pulling fs layer [2021-01-11T15:44:42.246Z] b116817d02f9: Pulling fs layer [2021-01-11T15:44:42.246Z] 745a02a5169b: Pulling fs layer [2021-01-11T15:44:42.246Z] 00ac8860ef70: Waiting [2021-01-11T15:44:42.246Z] 63d7cb157983: Waiting [2021-01-11T15:44:42.246Z] b116817d02f9: Waiting [2021-01-11T15:44:42.246Z] 745a02a5169b: Waiting [2021-01-11T15:44:42.246Z] 18c013af1878: Verifying Checksum [2021-01-11T15:44:42.246Z] 18c013af1878: Download complete [2021-01-11T15:44:42.246Z] a4357932f1b6: Download complete [2021-01-11T15:44:42.246Z] 63d7cb157983: Download complete [2021-01-11T15:44:42.843Z] b116817d02f9: Download complete [2021-01-11T15:44:42.843Z] 5f621e34cdf4: Verifying Checksum [2021-01-11T15:44:42.843Z] 5f621e34cdf4: Download complete [2021-01-11T15:44:43.447Z] 5f621e34cdf4: Pull complete [2021-01-11T15:44:44.055Z] a4357932f1b6: Pull complete [2021-01-11T15:44:44.334Z] 18c013af1878: Pull complete [2021-01-11T15:44:45.330Z] 745a02a5169b: Verifying Checksum [2021-01-11T15:44:45.330Z] 745a02a5169b: Download complete [2021-01-11T15:44:46.331Z] 00ac8860ef70: Verifying Checksum [2021-01-11T15:44:46.331Z] 00ac8860ef70: Download complete [2021-01-11T15:44:56.550Z] 00ac8860ef70: Pull complete [2021-01-11T15:44:56.550Z] 63d7cb157983: Pull complete [2021-01-11T15:44:56.824Z] b116817d02f9: Pull complete [2021-01-11T15:45:01.163Z] 745a02a5169b: Pull complete [2021-01-11T15:45:01.163Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-11T15:45:01.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-11T15:45:01.163Z] ---> b7e6874047d6 [2021-01-11T15:45:01.163Z] 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-11T15:45:04.572Z] ---> Running in 804bedf206ab [2021-01-11T15:45:05.555Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:45:06.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:45:07.520Z] (1/12) Installing libmagic (5.38-r0) [2021-01-11T15:45:07.794Z] (2/12) Installing file (5.38-r0) [2021-01-11T15:45:07.794Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-11T15:45:08.068Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-11T15:45:17.977Z] ---> e4ad6b7e1fbe [2021-01-11T15:45:17.977Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T15:45:17.977Z] ---> 0cec7b9b4858 [2021-01-11T15:45:17.977Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-11T15:45:17.977Z] ---> Running in a0240a9dea93 [2021-01-11T15:45:17.977Z] ---> 35202ffba410 [2021-01-11T15:45:17.977Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T15:45:17.977Z] ---> ca9d91f25dc8 [2021-01-11T15:45:17.977Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T15:45:17.977Z] ---> Running in 0aca8c7cdd23 [2021-01-11T15:45:17.977Z] ---> afacde0556b9 [2021-01-11T15:45:17.977Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T15:45:17.977Z] ---> Running in 1eaa1d403517 [2021-01-11T15:45:17.977Z] ---> Running in 7e2c4fea843a [2021-01-11T15:45:17.977Z] ---> Running in 2224de18536a [2021-01-11T15:45:17.977Z] 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-11T15:45:17.977Z] 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-11T15:45:17.977Z] 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-11T15:45:17.977Z] 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-11T15:45:17.977Z] 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-11T15:45:20.461Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-11T15:45:20.461Z] (6/12) Installing patch (2.7.6-r6) [2021-01-11T15:45:20.461Z] (7/12) Installing build-base (0.5-r2) [2021-01-11T15:45:20.461Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-11T15:45:20.461Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-11T15:45:20.461Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-11T15:45:20.461Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-11T15:45:20.461Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-11T15:45:20.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:45:20.733Z] OK: 217 MiB in 51 packages [2021-01-11T15:45:25.035Z] Removing intermediate container 804bedf206ab [2021-01-11T15:45:25.035Z] ---> ae73a254c0d9 [2021-01-11T15:45:25.035Z] Step 4/6 : WORKDIR /edgex-go [2021-01-11T15:45:25.035Z] ---> Running in 3ede3b5a95e0 [2021-01-11T15:45:25.309Z] Removing intermediate container 3ede3b5a95e0 [2021-01-11T15:45:25.309Z] ---> bd2d779317aa [2021-01-11T15:45:25.309Z] Step 5/6 : COPY go.mod . [2021-01-11T15:45:25.901Z] ---> e0b9cebb8dd2 [2021-01-11T15:45:25.901Z] Step 6/6 : RUN go mod download [2021-01-11T15:45:26.176Z] ---> Running in 2ac9d32d01a1 [2021-01-11T15:45:44.699Z] 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-11T15:45:52.913Z] Removing intermediate container 2224de18536a [2021-01-11T15:45:52.913Z] ---> e726cc21b00b [2021-01-11T15:45:52.913Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T15:45:52.913Z] Removing intermediate container 0aca8c7cdd23 [2021-01-11T15:45:52.913Z] ---> f83a7ddacf77 [2021-01-11T15:45:52.913Z] [2021-01-11T15:45:52.913Z] Step 10/22 : FROM scratch [2021-01-11T15:45:52.913Z] ---> [2021-01-11T15:45:52.913Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:45:52.913Z] Removing intermediate container a0240a9dea93 [2021-01-11T15:45:52.913Z] ---> 6c82fb4bdd5f [2021-01-11T15:45:52.913Z] [2021-01-11T15:45:52.913Z] Step 10/21 : FROM scratch [2021-01-11T15:45:52.913Z] ---> [2021-01-11T15:45:52.913Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:45:52.913Z] Removing intermediate container 1eaa1d403517 [2021-01-11T15:45:52.913Z] ---> f573ac776db2 [2021-01-11T15:45:52.913Z] [2021-01-11T15:45:52.913Z] Step 10/24 : FROM scratch [2021-01-11T15:45:52.913Z] ---> [2021-01-11T15:45:52.913Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T15:45:52.913Z] Removing intermediate container 7e2c4fea843a [2021-01-11T15:45:52.913Z] ---> ed3e791cb200 [2021-01-11T15:45:52.913Z] [2021-01-11T15:45:52.913Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T15:45:52.913Z] ---> Running in 855411b77179 [2021-01-11T15:45:52.913Z] 3.12: Pulling from library/alpine [2021-01-11T15:45:52.913Z] ---> Running in 581cf5b6f8f1 [2021-01-11T15:45:52.913Z] ---> Running in efd232f1a7ea [2021-01-11T15:45:52.913Z] ---> Running in 1b8313fa538c [2021-01-11T15:45:52.913Z] Removing intermediate container efd232f1a7ea [2021-01-11T15:45:52.913Z] ---> 0cfe2bd5752f [2021-01-11T15:45:52.913Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T15:45:52.960Z] Removing intermediate container 2ac9d32d01a1 [2021-01-11T15:45:52.960Z] ---> 5ba394f8eaf2 [2021-01-11T15:45:52.960Z] Successfully built 5ba394f8eaf2 [2021-01-11T15:45:52.960Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:45:53.313Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T15:45:53.313Z] . [Pipeline] withDockerContainer [2021-01-11T15:45:53.488Z] Removing intermediate container 1b8313fa538c [2021-01-11T15:45:53.488Z] ---> 21ec6f61b29b [2021-01-11T15:45:53.488Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T15:45:53.488Z] Removing intermediate container 581cf5b6f8f1 [2021-01-11T15:45:53.488Z] ---> 9e4b27710aa6 [2021-01-11T15:45:53.488Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T15:45:53.488Z] 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-11T15:45:53.488Z] ---> Running in be52bbb69fb0 [2021-01-11T15:45:53.488Z] ---> Running in 88adcf7eea05 [2021-01-11T15:45:53.488Z] ---> Running in 5024874ef7e9 [2021-01-11T15:45:53.488Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:45:53.488Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T15:45:53.488Z] ---> 389fef711851 [2021-01-11T15:45:53.488Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T15:45:53.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-19525 does not seem to be running inside a container [2021-01-11T15:45:53.690Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T15:45:53.754Z] ---> Running in 8f2f4577aefb [2021-01-11T15:45:53.754Z] Removing intermediate container be52bbb69fb0 [2021-01-11T15:45:53.754Z] ---> 10a8e87a701f [2021-01-11T15:45:53.754Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:45:54.031Z] Removing intermediate container 5024874ef7e9 [2021-01-11T15:45:54.031Z] ---> 510de443e0a9 [2021-01-11T15:45:54.031Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T15:45:54.031Z] Removing intermediate container 88adcf7eea05 [2021-01-11T15:45:54.031Z] ---> e546dc1dfabe [2021-01-11T15:45:54.031Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T15:45:54.031Z] ---> Running in a781b258e3ba [2021-01-11T15:45:54.031Z] ---> Running in 3f00455f06d7 [2021-01-11T15:45:54.031Z] ---> Running in d47c03ac48c3 [2021-01-11T15:45:54.298Z] Removing intermediate container a781b258e3ba [2021-01-11T15:45:54.298Z] ---> e5d44cb7c927 [2021-01-11T15:45:54.298Z] Step 14/22 : WORKDIR / [2021-01-11T15:45:54.567Z] Removing intermediate container 3f00455f06d7 [2021-01-11T15:45:54.567Z] ---> bdc3dc2948c6 [2021-01-11T15:45:54.567Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T15:45:54.567Z] Removing intermediate container d47c03ac48c3 [2021-01-11T15:45:54.567Z] ---> 4af35bd3ca5f [2021-01-11T15:45:54.567Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-11T15:45:54.567Z] ---> Running in f7a972d039e1 [2021-01-11T15:45:54.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:54.830Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:45:54.830Z] Removing intermediate container f7a972d039e1 [2021-01-11T15:45:54.830Z] ---> a9c79b4b75ea [2021-01-11T15:45:54.830Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-11T15:45:54.830Z] ---> 1f1610f801cf [2021-01-11T15:45:54.830Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T15:45:54.830Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T15:45:55.093Z] ---> 96881c76e567 [2021-01-11T15:45:55.093Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T15:45:55.093Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:45:55.093Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T15:45:55.093Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T15:45:55.093Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:45:55.282Z] $ docker top f90d9d26782ad2eee6b104668dd0c7171c9d30278d155105af5a092b6912c441 -eo pid,comm [2021-01-11T15:45:55.357Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:45:55.620Z] OK: 7 MiB in 18 packages [Pipeline] { [Pipeline] sh [2021-01-11T15:45:56.337Z] + go version [2021-01-11T15:45:56.337Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-11T15:45:56.362Z] $ docker stop --time=1 f90d9d26782ad2eee6b104668dd0c7171c9d30278d155105af5a092b6912c441 [2021-01-11T15:45:56.583Z] Removing intermediate container 855411b77179 [2021-01-11T15:45:56.583Z] ---> 82cfc578f233 [2021-01-11T15:45:56.583Z] [2021-01-11T15:45:56.583Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T15:45:56.583Z] 20.10.0: Pulling from library/docker [2021-01-11T15:45:56.583Z] ---> e6e5179e5b68 [2021-01-11T15:45:56.583Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T15:45:56.583Z] ---> bc6df29973a7 [2021-01-11T15:45:56.583Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T15:45:56.583Z] ---> 0a0844cb5ce5 [2021-01-11T15:45:56.583Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T15:45:58.002Z] ---> ea74af705bd4 [2021-01-11T15:45:58.002Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T15:45:58.376Z] $ docker rm -f f90d9d26782ad2eee6b104668dd0c7171c9d30278d155105af5a092b6912c441 [2021-01-11T15:45:58.577Z] Removing intermediate container 8f2f4577aefb [2021-01-11T15:45:58.577Z] ---> 7090456ebd65 [2021-01-11T15:45:58.577Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:45:58.577Z] ---> Running in 4cc33ae59b93 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-01-11T15:45:58.845Z] ---> 08d42cf331bd [2021-01-11T15:45:58.845Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T15:45:58.845Z] ---> 1494f6e68f08 [2021-01-11T15:45:58.845Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-11T15:45:58.845Z] ---> Running in e80edc6d9cb8 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:45:59.364Z] + docker inspect -f . ci-base-image-arm64 [2021-01-11T15:45:59.364Z] . [Pipeline] withDockerContainer [2021-01-11T15:45:59.435Z] Removing intermediate container 4cc33ae59b93 [2021-01-11T15:45:59.436Z] ---> f9a8c68b55b9 [2021-01-11T15:45:59.436Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:45:59.436Z] Removing intermediate container e80edc6d9cb8 [2021-01-11T15:45:59.436Z] ---> ab796331692c [2021-01-11T15:45:59.436Z] Step 13/21 : WORKDIR /edgex [2021-01-11T15:45:59.436Z] ---> Running in 9e2c949ebf8d [2021-01-11T15:45:59.436Z] ---> Running in 5cc42263f035 [2021-01-11T15:45:59.600Z] prd-ubuntu18.04-docker-arm64-4c-16g-19525 does not seem to be running inside a container [2021-01-11T15:45:59.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-11T15:45:59.704Z] ---> d3d579273bb1 [2021-01-11T15:45:59.704Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-11T15:45:59.704Z] ---> eaa9c6af687b [2021-01-11T15:45:59.704Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T15:45:59.704Z] ---> Running in 88fb7c23bfa2 [2021-01-11T15:45:59.704Z] Removing intermediate container 9e2c949ebf8d [2021-01-11T15:45:59.704Z] ---> 4830e1aca99e [2021-01-11T15:45:59.704Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T15:45:59.970Z] Removing intermediate container 5cc42263f035 [2021-01-11T15:45:59.970Z] ---> bc8d1226d87d [2021-01-11T15:45:59.970Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T15:46:00.244Z] ---> Running in 18d991376b63 [2021-01-11T15:46:00.244Z] Removing intermediate container 88fb7c23bfa2 [2021-01-11T15:46:00.244Z] ---> 8995283626e3 [2021-01-11T15:46:00.244Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:46:00.244Z] ---> b0b72c83a2e8 [2021-01-11T15:46:00.244Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T15:46:00.244Z] ---> Running in 0d49700fb063 [2021-01-11T15:46:00.518Z] ---> 516d79dc9399 [2021-01-11T15:46:00.518Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T15:46:00.518Z] Removing intermediate container 18d991376b63 [2021-01-11T15:46:00.518Z] ---> 7d35f4b78377 [2021-01-11T15:46:00.518Z] Step 20/21 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:46:00.518Z] ---> Running in 2132281df7e3 [2021-01-11T15:46:00.785Z] ---> 917f1deb33d2 [2021-01-11T15:46:00.785Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T15:46:00.785Z] Removing intermediate container 0d49700fb063 [2021-01-11T15:46:00.785Z] ---> 259fb22106cb [2021-01-11T15:46:00.785Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:46:00.986Z] $ docker top 670d96a6bb482a54e1a252572b18967e28563f66c8e9acd4dd211d2d417a3032 -eo pid,comm [2021-01-11T15:46:01.049Z] ---> Running in a9b0b29a5a49 [2021-01-11T15:46:01.049Z] ---> Running in dfe8bb07cae0 [2021-01-11T15:46:01.049Z] Removing intermediate container 2132281df7e3 [2021-01-11T15:46:01.049Z] ---> 634b326643c9 [2021-01-11T15:46:01.049Z] Step 21/21 : LABEL version=0.0.0 [Pipeline] { [2021-01-11T15:46:01.314Z] ---> a465cdb06601 [2021-01-11T15:46:01.314Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T15:46:01.314Z] ---> Running in 107a8d8b88c0 [2021-01-11T15:46:01.314Z] Removing intermediate container a9b0b29a5a49 [2021-01-11T15:46:01.314Z] ---> e75baa4f4a3c [2021-01-11T15:46:01.314Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:46:01.314Z] Removing intermediate container dfe8bb07cae0 [2021-01-11T15:46:01.314Z] ---> abc659b08748 [2021-01-11T15:46:01.314Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [Pipeline] echo [2021-01-11T15:46:01.320Z] ========================================================= [2021-01-11T15:46:01.320Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-11T15:46:01.320Z] ========================================================= [Pipeline] sh [2021-01-11T15:46:01.587Z] ---> Running in 9c59efaee514 [2021-01-11T15:46:01.587Z] Removing intermediate container 107a8d8b88c0 [2021-01-11T15:46:01.587Z] ---> d8ecdbfef06b [2021-01-11T15:46:01.587Z] [2021-01-11T15:46:01.587Z] ---> Running in b3f085d3a0c1 [2021-01-11T15:46:01.858Z] Successfully built d8ecdbfef06b [2021-01-11T15:46:01.858Z] Removing intermediate container 9c59efaee514 [2021-01-11T15:46:01.858Z] ---> 48fbc1f22b61 [2021-01-11T15:46:01.858Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T15:46:01.858Z] ---> 4e1a78fc8075 [2021-01-11T15:46:01.858Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T15:46:01.982Z] + make test [2021-01-11T15:46:01.982Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-11T15:46:02.126Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-11T15:46:02.126Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-11T15:46:02.126Z] Removing intermediate container b3f085d3a0c1 [2021-01-11T15:46:02.126Z] ---> 6a4d34be0a37 [2021-01-11T15:46:02.126Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:46:02.126Z] ---> Running in bdaf75b128e5 [2021-01-11T15:46:02.126Z] ---> Running in 6e460a9748d8 [2021-01-11T15:46:02.126Z] ---> Running in 35fe6c49b0cc [2021-01-11T15:46:02.395Z] Removing intermediate container bdaf75b128e5 [2021-01-11T15:46:02.395Z] ---> 5abda39f4f3f [2021-01-11T15:46:02.395Z] Step 23/24 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:46:02.395Z] Removing intermediate container 6e460a9748d8 [2021-01-11T15:46:02.395Z] ---> 78fb8377ed8f [2021-01-11T15:46:02.395Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T15:46:02.395Z] ---> Running in fdd69e77a0a4 [2021-01-11T15:46:02.395Z] Removing intermediate container 35fe6c49b0cc [2021-01-11T15:46:02.395Z] ---> 1af96b9b95df [2021-01-11T15:46:02.395Z] [2021-01-11T15:46:02.663Z] ---> Running in 12891b9bbda4 [2021-01-11T15:46:02.930Z] Successfully built 1af96b9b95df [2021-01-11T15:46:02.930Z] Successfully tagged docker-core-command-go:latest [2021-01-11T15:46:02.930Z] Building docker-core-data-go [2021-01-11T15:46:07.160Z]  Building docker-core-command-go ... done Removing intermediate container fdd69e77a0a4 [2021-01-11T15:46:07.160Z] ---> 04e276f8938c [2021-01-11T15:46:07.160Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T15:46:07.160Z] Removing intermediate container 12891b9bbda4 [2021-01-11T15:46:07.160Z] ---> 899052fc2245 [2021-01-11T15:46:07.160Z] Step 19/21 : LABEL arch=x86_64 [2021-01-11T15:46:10.061Z] ---> Running in cd222f608315 [2021-01-11T15:46:10.061Z] ---> Running in 59e023480ffc [2021-01-11T15:46:10.744Z] Removing intermediate container 59e023480ffc [2021-01-11T15:46:10.744Z] ---> f5254672e38d [2021-01-11T15:46:10.744Z] Step 20/21 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:46:10.744Z] Removing intermediate container cd222f608315 [2021-01-11T15:46:10.744Z] ---> cda574456973 [2021-01-11T15:46:10.744Z] [2021-01-11T15:46:10.744Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T15:46:10.744Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T15:46:10.744Z] ---> aefe523efa57 [2021-01-11T15:46:10.744Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T15:46:10.744Z] ---> Running in eca3d8d052ef [2021-01-11T15:46:11.008Z] Successfully built cda574456973 [2021-01-11T15:46:11.008Z] ---> Running in 1837888f1c54 [2021-01-11T15:46:11.008Z] Successfully tagged docker-support-notifications-go:latest [2021-01-11T15:46:11.008Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-11T15:46:11.276Z] Removing intermediate container eca3d8d052ef [2021-01-11T15:46:11.276Z] ---> 8d2ff6cb2743 [2021-01-11T15:46:11.276Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T15:46:11.276Z] ---> Running in 71a3fd2122ce [2021-01-11T15:46:15.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:15.524Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:15.793Z] (1/2) Installing readline (8.0.4-r0) [2021-01-11T15:46:15.793Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T15:46:16.059Z] Executing bash-5.0.17-r0.post-install [2021-01-11T15:46:16.059Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:46:16.059Z] OK: 12 MiB in 22 packages [2021-01-11T15:46:19.404Z] Removing intermediate container 71a3fd2122ce [2021-01-11T15:46:19.405Z] ---> 9102c29abe9f [2021-01-11T15:46:19.405Z] [2021-01-11T15:46:19.986Z] Successfully built 9102c29abe9f [2021-01-11T15:46:19.986Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-11T15:46:19.986Z]  Building docker-security-proxy-setup-go ... done Building docker-core-metadata-go [2021-01-11T15:46:24.249Z] Removing intermediate container 1837888f1c54 [2021-01-11T15:46:24.249Z] ---> 6cb33e4743e5 [2021-01-11T15:46:24.249Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T15:46:24.846Z] ---> Running in 68d3d948b541 [2021-01-11T15:46:25.435Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:25.435Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:25.435Z] ---> be3aadd8798d [2021-01-11T15:46:25.435Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T15:46:25.435Z] ---> Using cache [2021-01-11T15:46:25.435Z] ---> 5473dfab823e [2021-01-11T15:46:25.435Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:25.435Z] ---> Using cache [2021-01-11T15:46:25.435Z] ---> b9a5866355cd [2021-01-11T15:46:25.435Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T15:46:25.700Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:25.700Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:25.700Z] ---> be3aadd8798d [2021-01-11T15:46:25.700Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:46:25.700Z] ---> Using cache [2021-01-11T15:46:25.700Z] ---> 5473dfab823e [2021-01-11T15:46:25.700Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:25.700Z] ---> Using cache [2021-01-11T15:46:25.700Z] ---> b9a5866355cd [2021-01-11T15:46:25.700Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:46:25.700Z] ---> Using cache [2021-01-11T15:46:25.700Z] ---> 9ce6fce6b83a [2021-01-11T15:46:25.701Z] Step 6/22 : COPY go.mod . [2021-01-11T15:46:25.701Z] ---> Using cache [2021-01-11T15:46:25.701Z] ---> d1af7da90349 [2021-01-11T15:46:25.701Z] Step 7/22 : RUN go mod download [2021-01-11T15:46:25.701Z] ---> Using cache [2021-01-11T15:46:25.701Z] ---> 250622b7476c [2021-01-11T15:46:25.701Z] Step 8/22 : COPY . . [2021-01-11T15:46:25.978Z] ---> Using cache [2021-01-11T15:46:25.978Z] ---> e4ad6b7e1fbe [2021-01-11T15:46:25.978Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T15:46:26.935Z] Removing intermediate container 68d3d948b541 [2021-01-11T15:46:26.935Z] ---> 9a91a1674374 [2021-01-11T15:46:26.935Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T15:46:28.788Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-11T15:46:29.513Z] ---> Running in 6932eef781d7 [2021-01-11T15:46:29.513Z] ---> Running in f0e80e97be11 [2021-01-11T15:46:29.513Z] ---> Running in 6c97efdd321b [2021-01-11T15:46:30.486Z] Removing intermediate container 6c97efdd321b [2021-01-11T15:46:30.486Z] ---> e2a8df802610 [2021-01-11T15:46:30.486Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T15:46:31.916Z] ---> Running in b1dd8fe3d5a7 [2021-01-11T15:46:31.916Z] 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-11T15:46:31.916Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:32.212Z] Removing intermediate container b1dd8fe3d5a7 [2021-01-11T15:46:32.212Z] ---> 258a8cc51f62 [2021-01-11T15:46:32.212Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T15:46:32.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:33.080Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:33.080Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:33.080Z] ---> be3aadd8798d [2021-01-11T15:46:33.080Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> 5473dfab823e [2021-01-11T15:46:33.080Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> b9a5866355cd [2021-01-11T15:46:33.080Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> 9ce6fce6b83a [2021-01-11T15:46:33.080Z] Step 6/24 : COPY go.mod . [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> d1af7da90349 [2021-01-11T15:46:33.080Z] Step 7/24 : RUN go mod download [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> 250622b7476c [2021-01-11T15:46:33.080Z] Step 8/24 : COPY . . [2021-01-11T15:46:33.080Z] ---> Using cache [2021-01-11T15:46:33.080Z] ---> e4ad6b7e1fbe [2021-01-11T15:46:33.080Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T15:46:33.080Z] OK: 233 MiB in 51 packages [2021-01-11T15:46:34.072Z] ---> Running in 1f6f854aecff [2021-01-11T15:46:34.352Z] ---> b223e5d122f6 [2021-01-11T15:46:34.352Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T15:46:35.347Z] Removing intermediate container f0e80e97be11 [2021-01-11T15:46:35.347Z] ---> b3a41f7ee9d6 [2021-01-11T15:46:35.347Z] Step 6/23 : COPY go.mod . [2021-01-11T15:46:35.623Z] ---> 91b40e87dfa3 [2021-01-11T15:46:35.623Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T15:46:36.225Z] ---> 0071a21f47b7 [2021-01-11T15:46:36.225Z] Step 7/23 : RUN go mod download [2021-01-11T15:46:36.529Z] 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-11T15:46:36.529Z] ---> Running in 323fbd07cc9f [2021-01-11T15:46:37.115Z] ---> 7cf9430f05b1 [2021-01-11T15:46:37.115Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T15:46:38.544Z] ---> Running in 3c37198d717b [2021-01-11T15:46:40.005Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:40.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:46:40.308Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T15:46:40.581Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T15:46:40.581Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T15:46:40.581Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T15:46:40.581Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T15:46:40.581Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T15:46:40.581Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T15:46:44.012Z] Removing intermediate container 323fbd07cc9f [2021-01-11T15:46:44.012Z] ---> 1674f3df2001 [2021-01-11T15:46:44.012Z] Step 8/23 : COPY . . [2021-01-11T15:46:44.012Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T15:46:44.012Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T15:46:44.012Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T15:46:44.012Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T15:46:44.012Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T15:46:44.288Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T15:46:44.288Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T15:46:44.288Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T15:46:44.288Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T15:46:44.288Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T15:46:45.711Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T15:46:45.986Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T15:46:47.975Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T15:46:47.975Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:46:47.975Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:46:47.975Z] ---> be3aadd8798d [2021-01-11T15:46:47.975Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> 5473dfab823e [2021-01-11T15:46:47.975Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> b9a5866355cd [2021-01-11T15:46:47.975Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> 9ce6fce6b83a [2021-01-11T15:46:47.975Z] Step 6/22 : COPY go.mod . [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> d1af7da90349 [2021-01-11T15:46:47.975Z] Step 7/22 : RUN go mod download [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> 250622b7476c [2021-01-11T15:46:47.975Z] Step 8/22 : COPY . . [2021-01-11T15:46:47.975Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T15:46:47.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T15:46:47.975Z] ---> Using cache [2021-01-11T15:46:47.975Z] ---> e4ad6b7e1fbe [2021-01-11T15:46:47.975Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T15:46:48.260Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T15:46:48.260Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T15:46:48.260Z] ---> Running in 9d2e0448a245 [2021-01-11T15:46:48.532Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T15:46:48.532Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T15:46:48.532Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T15:46:48.532Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T15:46:48.532Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T15:46:48.532Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T15:46:48.532Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T15:46:48.532Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T15:46:48.532Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T15:46:49.502Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:46:49.787Z] OK: 71 MiB in 55 packages [2021-01-11T15:46:50.387Z] 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-11T15:47:00.613Z] 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-11T15:47:06.036Z] Removing intermediate container 6932eef781d7 [2021-01-11T15:47:06.036Z] ---> 50ff05b45976 [2021-01-11T15:47:06.036Z] [2021-01-11T15:47:06.036Z] Step 10/22 : FROM alpine:3.12 [2021-01-11T15:47:06.036Z] ---> 389fef711851 [2021-01-11T15:47:06.036Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:47:07.889Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-11T15:47:10.288Z] ---> Running in 8aea36c054e8 [2021-01-11T15:47:12.282Z] ---> 98bb44a2836c [2021-01-11T15:47:12.282Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T15:47:12.545Z] Removing intermediate container 3c37198d717b [2021-01-11T15:47:12.545Z] ---> 777a33871cc6 [2021-01-11T15:47:12.545Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T15:47:12.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:12.809Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:13.086Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:47:13.086Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:47:13.086Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:47:13.086Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:47:13.086Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:47:13.086Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:13.354Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:47:13.354Z] OK: 7 MiB in 19 packages [2021-01-11T15:47:13.640Z] ---> Running in 9bcca1b47199 [2021-01-11T15:47:13.640Z] ---> Running in 1bddc6fa9ed7 [2021-01-11T15:47:14.608Z] Removing intermediate container 1f6f854aecff [2021-01-11T15:47:14.608Z] ---> e2ef22edaae0 [2021-01-11T15:47:14.608Z] [2021-01-11T15:47:14.608Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T15:47:14.608Z] ---> 389fef711851 [2021-01-11T15:47:14.608Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:47:14.608Z] ---> Running in 36c8ccb12cad [2021-01-11T15:47:15.577Z] Removing intermediate container 8aea36c054e8 [2021-01-11T15:47:15.577Z] ---> e0734cefc249 [2021-01-11T15:47:15.577Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T15:47:15.577Z] 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-11T15:47:15.577Z] ---> Running in dd2cd20ec4ce [2021-01-11T15:47:15.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:15.844Z] Removing intermediate container dd2cd20ec4ce [2021-01-11T15:47:15.844Z] ---> 28ea11fc68c0 [2021-01-11T15:47:15.844Z] Step 13/22 : WORKDIR / [2021-01-11T15:47:15.844Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:15.844Z] ---> Running in 71038a63aacc [2021-01-11T15:47:16.110Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:47:16.110Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:47:16.110Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:47:16.110Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:47:16.110Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:47:16.110Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:16.372Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:47:16.646Z] OK: 7 MiB in 19 packages [2021-01-11T15:47:17.245Z] Removing intermediate container 71038a63aacc [2021-01-11T15:47:17.245Z] ---> 9aadf3f6d7db [2021-01-11T15:47:17.245Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-11T15:47:18.259Z] Collecting docker-compose==1.23.2 [2021-01-11T15:47:18.259Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T15:47:18.259Z] ---> a76a254beeeb [2021-01-11T15:47:18.259Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T15:47:18.857Z] Removing intermediate container 36c8ccb12cad [2021-01-11T15:47:18.857Z] ---> 43ecc75086b5 [2021-01-11T15:47:18.857Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:47:19.127Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T15:47:19.127Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T15:47:20.524Z] 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-11T15:47:21.110Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T15:47:21.110Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T15:47:21.373Z] ---> Running in d295d2347b05 [2021-01-11T15:47:21.373Z] ---> abe0215a39fd [2021-01-11T15:47:21.373Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T15:47:21.638Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T15:47:21.638Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T15:47:21.638Z] Removing intermediate container 9d2e0448a245 [2021-01-11T15:47:21.638Z] ---> edd202625dd5 [2021-01-11T15:47:21.638Z] [2021-01-11T15:47:21.638Z] Step 10/22 : FROM scratch [2021-01-11T15:47:21.638Z] ---> [2021-01-11T15:47:21.638Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:47:22.215Z] ---> Using cache [2021-01-11T15:47:22.215Z] ---> 9e4b27710aa6 [2021-01-11T15:47:22.215Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T15:47:22.477Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T15:47:22.477Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T15:47:22.477Z] Removing intermediate container d295d2347b05 [2021-01-11T15:47:22.477Z] ---> f298090a903b [2021-01-11T15:47:22.477Z] Step 13/24 : WORKDIR / [2021-01-11T15:47:22.773Z] ---> Running in 61425beb47e7 [2021-01-11T15:47:22.773Z] ---> 68737c19c636 [2021-01-11T15:47:22.773Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:22.773Z] Collecting PyYAML<4,>=3.10 [2021-01-11T15:47:22.773Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-11T15:47:22.773Z] ---> Running in de8ccb3557e1 [2021-01-11T15:47:23.056Z] Removing intermediate container 61425beb47e7 [2021-01-11T15:47:23.056Z] ---> 76fa86d256b7 [2021-01-11T15:47:23.056Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:47:24.025Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T15:47:24.025Z] ---> Running in b04dabc5c0d6 [2021-01-11T15:47:24.025Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T15:47:24.290Z] Removing intermediate container de8ccb3557e1 [2021-01-11T15:47:24.290Z] ---> 44514d2d33df [2021-01-11T15:47:24.290Z] 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-11T15:47:24.290Z] ---> c36b14f1e028 [2021-01-11T15:47:24.290Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T15:47:25.697Z] Removing intermediate container b04dabc5c0d6 [2021-01-11T15:47:25.697Z] ---> 1b396994cd8e [2021-01-11T15:47:25.697Z] Step 14/22 : WORKDIR / [2021-01-11T15:47:25.697Z] ---> Running in 301f2e0c4c46 [2021-01-11T15:47:25.697Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T15:47:25.697Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T15:47:25.697Z] ---> Running in 88fe4cc7ec9d [2021-01-11T15:47:26.318Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T15:47:26.318Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T15:47:26.318Z] ---> aea2ba0533ba [2021-01-11T15:47:26.318Z] 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-11T15:47:26.318Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T15:47:26.318Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T15:47:26.634Z] Removing intermediate container 88fe4cc7ec9d [2021-01-11T15:47:26.634Z] ---> 7265d13b13eb [2021-01-11T15:47:26.634Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-11T15:47:26.634Z] ---> 871ae78684cb [2021-01-11T15:47:26.634Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:27.135Z] ---> f127112148de [2021-01-11T15:47:27.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T15:47:27.135Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T15:47:27.135Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T15:47:27.683Z] 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-11T15:47:27.683Z] 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-11T15:47:27.683Z] ---> c10865ba830b [2021-01-11T15:47:27.683Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T15:47:27.683Z] Collecting idna<2.8,>=2.5 [2021-01-11T15:47:27.683Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T15:47:28.055Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T15:47:28.367Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T15:47:28.639Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T15:47:28.639Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T15:47:28.639Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T15:47:28.639Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T15:47:28.639Z] Installing collected packages: docker-pycreds, idna, urllib3, requests, websocket-client, docker, docopt, PyYAML, dockerpty, jsonschema, cached-property, texttable, docker-compose [2021-01-11T15:47:29.216Z] Attempting uninstall: idna [2021-01-11T15:47:29.216Z] Found existing installation: idna 2.9 [2021-01-11T15:47:29.216Z] Uninstalling idna-2.9: [2021-01-11T15:47:29.216Z] ---> 6c6de3b22d69 [2021-01-11T15:47:29.216Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:29.485Z] Successfully uninstalled idna-2.9 [2021-01-11T15:47:29.485Z] ---> 74d931942ad8 [2021-01-11T15:47:29.485Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T15:47:29.749Z] Attempting uninstall: urllib3 [2021-01-11T15:47:29.749Z] Found existing installation: urllib3 1.25.9 [2021-01-11T15:47:29.749Z] Uninstalling urllib3-1.25.9: [2021-01-11T15:47:29.749Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-11T15:47:30.143Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-11T15:47:30.719Z] Removing intermediate container 301f2e0c4c46 [2021-01-11T15:47:30.719Z] ---> 61909020bfc0 [2021-01-11T15:47:30.719Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T15:47:30.993Z] ---> 666394642a71 [2021-01-11T15:47:30.993Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T15:47:30.993Z] Attempting uninstall: requests [2021-01-11T15:47:30.993Z] Found existing installation: requests 2.23.0 [2021-01-11T15:47:30.994Z] Uninstalling requests-2.23.0: [2021-01-11T15:47:30.994Z] Successfully uninstalled requests-2.23.0 [2021-01-11T15:47:31.264Z] ---> Running in bcb41e1100a6 [2021-01-11T15:47:31.543Z] ---> Running in 6d1de11581de [2021-01-11T15:47:31.543Z] ---> bc4871431867 [2021-01-11T15:47:31.543Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T15:47:31.810Z] Removing intermediate container bcb41e1100a6 [2021-01-11T15:47:31.810Z] ---> 8751bcac6be8 [2021-01-11T15:47:31.810Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:47:32.777Z] Removing intermediate container 6d1de11581de [2021-01-11T15:47:32.777Z] ---> 0f25782a2999 [2021-01-11T15:47:32.777Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:47:32.777Z] Running setup.py install for docopt: started [2021-01-11T15:47:32.777Z] ---> Running in 232d7d2ca1ea [2021-01-11T15:47:33.053Z] ---> 85c60f5088e5 [2021-01-11T15:47:33.053Z] 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-11T15:47:33.053Z] ---> Running in 1a1b09eedcc6 [2021-01-11T15:47:33.318Z] Removing intermediate container 232d7d2ca1ea [2021-01-11T15:47:33.318Z] ---> 2f3da634b8c9 [2021-01-11T15:47:33.318Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:47:33.318Z] ---> Running in e2ddc15a0b61 [2021-01-11T15:47:33.318Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T15:47:33.318Z] Running setup.py install for PyYAML: started [2021-01-11T15:47:33.584Z] ---> Running in e220953726a0 [2021-01-11T15:47:33.584Z] Removing intermediate container 1a1b09eedcc6 [2021-01-11T15:47:33.584Z] ---> 245e8069fe0c [2021-01-11T15:47:33.584Z] Step 20/22 : LABEL arch=x86_64 [2021-01-11T15:47:33.852Z] ---> Running in 57e39d7571c1 [2021-01-11T15:47:33.852Z] Removing intermediate container e220953726a0 [2021-01-11T15:47:33.852Z] ---> baf2e405309a [2021-01-11T15:47:33.853Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:47:34.120Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T15:47:34.120Z] Running setup.py install for dockerpty: started [2021-01-11T15:47:34.120Z] ---> Running in 3e6ee2e50329 [2021-01-11T15:47:34.120Z] Removing intermediate container 57e39d7571c1 [2021-01-11T15:47:34.120Z] ---> 68c6d8ac0019 [2021-01-11T15:47:34.120Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:47:34.386Z] Removing intermediate container 3e6ee2e50329 [2021-01-11T15:47:34.386Z] ---> 6a41370b5eab [2021-01-11T15:47:34.386Z] [2021-01-11T15:47:34.386Z] ---> Running in a2fb49d44da2 [2021-01-11T15:47:34.649Z] Successfully built 6a41370b5eab [2021-01-11T15:47:34.649Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-11T15:47:34.649Z]  Building docker-security-bootstrap-redis-go ... done  Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T15:47:34.649Z] Removing intermediate container a2fb49d44da2 [2021-01-11T15:47:34.649Z] ---> 4602440f116d [2021-01-11T15:47:34.649Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:47:34.918Z] ---> Running in 17e6b5e36313 [2021-01-11T15:47:34.918Z] Running setup.py install for texttable: started [2021-01-11T15:47:35.186Z] Removing intermediate container e2ddc15a0b61 [2021-01-11T15:47:35.186Z] ---> d4ca7ae33505 [2021-01-11T15:47:35.186Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T15:47:35.186Z] ---> Running in cd2c7b924b6b [2021-01-11T15:47:35.186Z] Removing intermediate container 17e6b5e36313 [2021-01-11T15:47:35.186Z] ---> 7c368b0eae00 [2021-01-11T15:47:35.186Z] [2021-01-11T15:47:35.453Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T15:47:35.570Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-11T15:47:35.570Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-11T15:47:35.570Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-11T15:47:36.028Z] Successfully built 7c368b0eae00 [2021-01-11T15:47:36.028Z] Successfully tagged docker-core-metadata-go:latest [2021-01-11T15:47:37.418Z]  Building docker-core-metadata-go ... done Removing intermediate container cd2c7b924b6b [2021-01-11T15:47:37.418Z] ---> 8adcfa478d09 [2021-01-11T15:47:37.418Z] Step 22/24 : LABEL arch=x86_64 [2021-01-11T15:47:37.685Z] 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-11T15:47:37.949Z] ---> Running in db7eb32ecd43 [2021-01-11T15:47:37.949Z] Removing intermediate container db7eb32ecd43 [2021-01-11T15:47:37.949Z] ---> a6409b905b81 [2021-01-11T15:47:37.949Z] Step 23/24 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:47:38.215Z] ---> Running in 280bbb2501a7 [2021-01-11T15:47:38.483Z] Removing intermediate container 280bbb2501a7 [2021-01-11T15:47:38.483Z] ---> 42afe70d446b [2021-01-11T15:47:38.483Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T15:47:39.877Z] ---> Running in 37d76f499ae3 [2021-01-11T15:47:39.877Z] Removing intermediate container 9bcca1b47199 [2021-01-11T15:47:39.877Z] ---> 133bcf6aef0e [2021-01-11T15:47:39.877Z] [2021-01-11T15:47:39.877Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T15:47:39.877Z] ---> 389fef711851 [2021-01-11T15:47:39.877Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:47:40.138Z] Removing intermediate container 37d76f499ae3 [2021-01-11T15:47:40.139Z] ---> 7264f28e062b [2021-01-11T15:47:40.139Z] [2021-01-11T15:47:40.713Z] Successfully built 7264f28e062b [2021-01-11T15:47:40.974Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-11T15:47:40.974Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in d68bc32d8d95 [2021-01-11T15:47:40.974Z] Removing intermediate container 1bddc6fa9ed7 [2021-01-11T15:47:40.974Z] ---> 4d6d60555c3e [2021-01-11T15:47:40.974Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T15:47:41.240Z] ---> Running in f98ef291a656 [2021-01-11T15:47:41.240Z] Removing intermediate container d68bc32d8d95 [2021-01-11T15:47:41.240Z] ---> 361661efe109 [2021-01-11T15:47:41.240Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T15:47:41.503Z] ---> Running in f924969c99f6 [2021-01-11T15:47:41.766Z] Removing intermediate container f924969c99f6 [2021-01-11T15:47:41.766Z] ---> 76e72498bb6f [2021-01-11T15:47:41.766Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T15:47:41.766Z] ---> Running in 1169691c591d [2021-01-11T15:47:41.766Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:42.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:42.033Z] Removing intermediate container 1169691c591d [2021-01-11T15:47:42.033Z] ---> a75fd8cb210a [2021-01-11T15:47:42.033Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:47:42.033Z] ---> Running in 10a1a7db8b19 [2021-01-11T15:47:42.033Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:47:42.033Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T15:47:42.033Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T15:47:42.308Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:42.308Z] OK: 72 MiB in 58 packages [2021-01-11T15:47:42.311Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.233s coverage: 46.6% of statements [2021-01-11T15:47:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-11T15:47:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-11T15:47:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-11T15:47:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-11T15:47:42.311Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-11T15:47:42.886Z] Removing intermediate container f98ef291a656 [2021-01-11T15:47:42.886Z] ---> 7388a7b90480 [2021-01-11T15:47:42.886Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T15:47:42.886Z] ---> Running in e9a22749bbb5 [2021-01-11T15:47:42.886Z] Removing intermediate container 10a1a7db8b19 [2021-01-11T15:47:42.886Z] ---> b89ca3c7a140 [2021-01-11T15:47:42.886Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T15:47:43.149Z] Removing intermediate container e9a22749bbb5 [2021-01-11T15:47:43.149Z] ---> 7e8fee2a1553 [2021-01-11T15:47:43.149Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:47:43.149Z] ---> Running in 6c598ffa6589 [2021-01-11T15:47:43.149Z] ---> Running in c619a2e53644 [2021-01-11T15:47:43.414Z] Removing intermediate container c619a2e53644 [2021-01-11T15:47:43.414Z] ---> 90307ad54a0a [2021-01-11T15:47:43.414Z] Step 24/26 : LABEL arch=x86_64 [2021-01-11T15:47:43.414Z] ---> Running in 575df03503c1 [2021-01-11T15:47:43.681Z] Removing intermediate container 575df03503c1 [2021-01-11T15:47:43.681Z] ---> 1e9c5d1f1658 [2021-01-11T15:47:43.681Z] Step 25/26 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:47:43.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:44.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-11T15:47:44.631Z] ---> Running in 812f54e942a2 [2021-01-11T15:47:44.631Z] Removing intermediate container 812f54e942a2 [2021-01-11T15:47:44.631Z] ---> 74868e72585d [2021-01-11T15:47:44.631Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T15:47:44.631Z] ---> Running in 7aa3f5f988c5 [2021-01-11T15:47:44.893Z] Removing intermediate container 7aa3f5f988c5 [2021-01-11T15:47:44.893Z] ---> 2fc14daf749a [2021-01-11T15:47:44.893Z] [2021-01-11T15:47:44.893Z] Successfully built 2fc14daf749a [2021-01-11T15:47:44.893Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-11T15:47:45.154Z]  Building docker-sys-mgmt-agent-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T15:47:45.154Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T15:47:45.416Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-11T15:47:45.678Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T15:47:45.941Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T15:47:45.941Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:47:45.941Z] OK: 8 MiB in 19 packages [2021-01-11T15:47:46.516Z] Removing intermediate container 6c598ffa6589 [2021-01-11T15:47:46.516Z] ---> bdd6baf9c8e2 [2021-01-11T15:47:46.516Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-11T15:47:47.091Z] ---> 673d00ec5f43 [2021-01-11T15:47:47.091Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T15:47:47.666Z] ---> c3244e966eae [2021-01-11T15:47:47.666Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T15:47:47.928Z] ---> 53e21e91b8e3 [2021-01-11T15:47:47.928Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T15:47:47.928Z] ---> Running in 42e034ee12fe [2021-01-11T15:47:48.189Z] Removing intermediate container 42e034ee12fe [2021-01-11T15:47:48.189Z] ---> 85f8acbc3f20 [2021-01-11T15:47:48.189Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:47:48.189Z] ---> Running in f510d86728d6 [2021-01-11T15:47:48.189Z] Removing intermediate container f510d86728d6 [2021-01-11T15:47:48.189Z] ---> 648d45e3027d [2021-01-11T15:47:48.189Z] Step 21/23 : LABEL arch=x86_64 [2021-01-11T15:47:48.450Z] ---> Running in 4b11d0eb780d [2021-01-11T15:47:48.450Z] Removing intermediate container 4b11d0eb780d [2021-01-11T15:47:48.450Z] ---> 4875e063624b [2021-01-11T15:47:48.450Z] Step 22/23 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:47:48.713Z] ---> Running in 2c590cf9bd30 [2021-01-11T15:47:48.713Z] Removing intermediate container 2c590cf9bd30 [2021-01-11T15:47:48.713Z] ---> 508dd925a04a [2021-01-11T15:47:48.713Z] Step 23/23 : LABEL version=0.0.0 [2021-01-11T15:47:48.713Z] ---> Running in b671775be916 [2021-01-11T15:47:48.975Z] Removing intermediate container b671775be916 [2021-01-11T15:47:48.975Z] ---> d46402bd3cdd [2021-01-11T15:47:48.975Z] [2021-01-11T15:47:48.975Z] Successfully built d46402bd3cdd [2021-01-11T15:47:48.975Z] Successfully tagged docker-core-data-go:latest [2021-01-11T15:47:49.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.0% of statements [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-11T15:47:49.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.070s coverage: 100.0% of statements [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-11T15:47:49.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-11T15:47:49.058Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.571s coverage: 77.8% of statements [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-11T15:47:49.058Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-11T15:47:49.561Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-11T15:47:49.568Z] $ docker stop --time=1 f34b4a1d757709d2d2b83e3f72d04cbcd7830815fbd2b69b4be38f58df65affa [2021-01-11T15:47:49.662Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.701s coverage: 82.4% of statements [2021-01-11T15:47:49.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-11T15:47:49.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:47:49.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-11T15:47:49.662Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-11T15:47:51.132Z] $ docker rm -f f34b4a1d757709d2d2b83e3f72d04cbcd7830815fbd2b69b4be38f58df65affa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T15:47:51.730Z] + docker images [2021-01-11T15:47:51.731Z] + grep docker [2021-01-11T15:47:51.731Z] docker-core-data-go latest d46402bd3cdd 3 seconds ago 22.3MB [2021-01-11T15:47:51.731Z] docker-sys-mgmt-agent-go latest 2fc14daf749a 7 seconds ago 313MB [2021-01-11T15:47:51.731Z] docker-security-secretstore-setup-go latest 7264f28e062b 12 seconds ago 24.6MB [2021-01-11T15:47:51.731Z] docker-core-metadata-go latest 7c368b0eae00 17 seconds ago 13MB [2021-01-11T15:47:51.731Z] docker-security-bootstrap-redis-go latest 6a41370b5eab 17 seconds ago 15.8MB [2021-01-11T15:47:51.731Z] docker-security-proxy-setup-go latest 9102c29abe9f About a minute ago 24.5MB [2021-01-11T15:47:51.731Z] docker-support-notifications-go latest cda574456973 About a minute ago 12MB [2021-01-11T15:47:51.731Z] docker-core-command-go latest 1af96b9b95df About a minute ago 10.6MB [2021-01-11T15:47:51.731Z] docker-support-scheduler-go latest d8ecdbfef06b About a minute ago 10.7MB [2021-01-11T15:47:51.731Z] docker 20.10.0 aefe523efa57 4 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-11T15:47:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.253s coverage: 28.6% of statements [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-11T15:47:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.136s coverage: 100.0% of statements [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-11T15:47:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.067s coverage: 100.0% of statements [2021-01-11T15:47:59.859Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-11T15:47:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-11T15:47:59.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.334s coverage: 97.5% of statements [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-11T15:47:59.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.181s coverage: 78.3% of statements [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-11T15:47:59.860Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-11T15:48:07.447Z] Still waiting to schedule task [2021-01-11T15:48:07.447Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 94.1% of statements [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.216s coverage: 0.1% of statements [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements [2021-01-11T15:48:08.180Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.112s coverage: 80.8% of statements [2021-01-11T15:48:08.180Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.174s coverage: 87.2% of statements [2021-01-11T15:48:08.459Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.178s coverage: 84.2% of statements [2021-01-11T15:48:11.862Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.204s coverage: 91.4% of statements [2021-01-11T15:48:11.863Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-11T15:48:13.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.717s coverage: 63.5% of statements [2021-01-11T15:48:13.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-11T15:48:13.864Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-11T15:48:13.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-11T15:48:13.864Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.106s coverage: 91.3% of statements [2021-01-11T15:48:14.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2021-01-11T15:48:14.141Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-11T15:48:15.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.103s coverage: 100.0% of statements [2021-01-11T15:48:19.447Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.881s coverage: 55.9% of statements [2021-01-11T15:48:19.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-11T15:48:19.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-11T15:48:19.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-11T15:48:19.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-11T15:48:19.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-11T15:48:21.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.454s coverage: 37.0% of statements [2021-01-11T15:48:21.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-11T15:48:21.439Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-11T15:48:21.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.724s coverage: 84.0% of statements [2021-01-11T15:48:21.439Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-11T15:48:28.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.432s coverage: 47.1% of statements [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-11T15:48:28.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-11T15:48:28.176Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-01-11T15:48:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.363s coverage: 29.1% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.198s coverage: 99.0% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.084s coverage: 0.0% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-11T15:48:33.593Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-11T15:48:33.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2021-01-11T15:48:33.867Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-01-11T15:48:34.847Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-01-11T15:48:35.442Z] GO111MODULE=on go vet ./... [2021-01-11T15:49:02.826Z] Running on prd-ubuntu18.04-docker-8c-8g-19528 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws [2021-01-11T15:49:02.882Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-01-11T15:49:04.948Z] using credential edgex-jenkins-ssh [2021-01-11T15:49:05.005Z] Cloning the remote Git repository [2021-01-11T15:49:05.028Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:49:05.092Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-01-11T15:49:05.119Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:49:05.119Z] > git --version # timeout=10 [2021-01-11T15:49:05.129Z] > git --version # 'git version 2.17.1' [2021-01-11T15:49:05.129Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:49:05.153Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:49:09.687Z] Merging remotes/origin/master commit cf513aa69aa73df9a6f6252b052cd5c5a0259743 into PR head commit c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:49:09.809Z] Merge succeeded, producing c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:49:09.810Z] Checking out Revision c3fff5d214d9678334f8f39739c11b7a5b7db6a5 (PR-2999) [2021-01-11T15:49:09.216Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:49:09.225Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-11T15:49:09.234Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-11T15:49:09.245Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-11T15:49:09.246Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:49:09.250Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-11T15:49:09.705Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T15:49:09.710Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-11T15:49:09.781Z] > git remote # timeout=10 [2021-01-11T15:49:09.787Z] > git config --get remote.origin.url # timeout=10 [2021-01-11T15:49:09.794Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-11T15:49:09.797Z] > git merge cf513aa69aa73df9a6f6252b052cd5c5a0259743 # timeout=10 [2021-01-11T15:49:09.811Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-11T15:49:09.820Z] > git config core.sparsecheckout # timeout=10 [2021-01-11T15:49:09.824Z] > git checkout -f c3fff5d214d9678334f8f39739c11b7a5b7db6a5 # timeout=10 [2021-01-11T15:49:13.471Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-11T15:49:14.732Z] + echo snap-build.sh [2021-01-11T15:49:14.732Z] snap-build.sh [2021-01-11T15:49:14.732Z] + SNAP_BASE_DIR=. [2021-01-11T15:49:14.732Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-01-11T15:49:14.732Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-01-11T15:49:14.732Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-01-11T15:49:14.732Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-01-11T15:49:14.732Z] + cd /w/workspace/edgex-go/4 [2021-01-11T15:49:14.732Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-11T15:49:14.732Z] Reading package lists... [2021-01-11T15:49:14.732Z] Building dependency tree... [2021-01-11T15:49:14.732Z] Reading state information... [2021-01-11T15:49:14.995Z] The following packages were automatically installed and are no longer required: [2021-01-11T15:49:14.995Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-11T15:49:14.995Z] uidmap xdelta3 [2021-01-11T15:49:14.995Z] Use 'sudo apt autoremove' to remove them. [2021-01-11T15:49:14.995Z] The following packages will be REMOVED: [2021-01-11T15:49:14.995Z] lxd* lxd-client* [2021-01-11T15:49:15.257Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-11T15:49:15.257Z] After this operation, 31.7 MB disk space will be freed. [2021-01-11T15:49:16.569Z] (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-11T15:49:16.569Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-11T15:49:17.535Z] Removing lxd dnsmasq configuration [2021-01-11T15:49:17.535Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-11T15:49:17.535Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-11T15:49:18.481Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-11T15:49:18.742Z] (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-11T15:49:18.742Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-11T15:49:20.139Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-11T15:49:20.139Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-11T15:49:21.527Z] + sudo snap remove --purge lxd [2021-01-11T15:49:21.527Z] snap "lxd" is not installed [2021-01-11T15:49:21.527Z] + sudo groupadd --force --system lxd [2021-01-11T15:49:21.527Z] ++ whoami [2021-01-11T15:49:21.527Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-11T15:49:21.527Z] + newgrp - lxd [2021-01-11T15:49:21.527Z] + sudo snap install lxd [2021-01-11T15:49:29.720Z] 2021-01-11T15:49:27Z INFO Waiting for automatic snapd restart... [2021-01-11T15:49:43.488Z] gofmt -l . [2021-01-11T15:49:43.761Z] [ "`gofmt -l .`" = "" ] [2021-01-11T15:49:47.151Z] ./bin/test-go-mod-tidy.sh [2021-01-11T15:49:47.433Z] ./bin/test-attribution-txt.sh [2021-01-11T15:49:47.882Z] lxd 4.9 from Canonical* installed [2021-01-11T15:49:47.882Z] + sudo lxd init --auto [Pipeline] sh [2021-01-11T15:49:52.413Z] + ls -al . [2021-01-11T15:49:52.413Z] total 672 [2021-01-11T15:49:52.413Z] drwxrwxr-x 9 1001 1001 4096 Jan 11 15:49 . [2021-01-11T15:49:52.413Z] drwxr-xr-x 4 root root 4096 Jan 11 15:46 .. [2021-01-11T15:49:52.413Z] -rw-rw-r-- 1 1001 1001 11 Jan 11 15:44 .dockerignore [2021-01-11T15:49:52.413Z] drwxrwxr-x 8 1001 1001 4096 Jan 11 15:44 .git [2021-01-11T15:49:52.413Z] drwxrwxr-x 3 1001 1001 4096 Jan 11 15:44 .github [2021-01-11T15:49:52.413Z] -rw-rw-r-- 1 1001 1001 824 Jan 11 15:44 .gitignore [2021-01-11T15:49:52.413Z] -rw-rw-r-- 1 1001 1001 166 Jan 11 15:44 .sonarcloud.properties [2021-01-11T15:49:52.413Z] -rw-rw-r-- 1 1001 1001 3804 Jan 11 15:44 CONTRIBUTING.md [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 931 Jan 11 15:44 Dockerfile.build [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 863 Jan 11 15:44 Jenkinsfile [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 10775 Jan 11 15:44 LICENSE [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 5750 Jan 11 15:44 Makefile [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 6524 Jan 11 15:44 README.md [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 6744 Jan 11 15:44 SECURITY.md [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 5 Jan 11 15:40 VERSION [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 4131 Jan 11 15:44 ZMQWindows.md [2021-01-11T15:49:52.414Z] drwxrwxr-x 2 1001 1001 4096 Jan 11 15:44 bin [2021-01-11T15:49:52.414Z] drwxrwxr-x 14 1001 1001 4096 Jan 11 15:44 cmd [2021-01-11T15:49:52.414Z] -rw-r--r-- 1 root root 545099 Jan 11 15:48 coverage.out [2021-01-11T15:49:52.414Z] -rw-r--r-- 1 root root 979 Jan 11 15:49 go.mod [2021-01-11T15:49:52.414Z] -rw-r--r-- 1 root root 19231 Jan 11 15:49 go.sum [2021-01-11T15:49:52.414Z] drwxrwxr-x 8 1001 1001 4096 Jan 11 15:44 internal [2021-01-11T15:49:52.414Z] drwxrwxr-x 4 1001 1001 4096 Jan 11 15:44 openapi [2021-01-11T15:49:52.414Z] drwxrwxr-x 4 1001 1001 4096 Jan 11 15:44 snap [2021-01-11T15:49:52.414Z] -rw-rw-r-- 1 1001 1001 168 Jan 11 15:44 version.go [Pipeline] sh [2021-01-11T15:49:53.098Z] + '[' -e coverage.out ] [2021-01-11T15:49:53.098Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-11T15:49:53.142Z] Warning: overwriting stash ‘coverage-report’ [2021-01-11T15:49:54.474Z] Stashed 1 file(s) [Pipeline] sh [2021-01-11T15:49:55.159Z] + make build [2021-01-11T15:49:55.159Z] 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-11T15:49:56.064Z] + sudo snap install --classic snapcraft [2021-01-11T15:50:04.226Z] snapcraft 4.4.4 from Canonical* installed [2021-01-11T15:50:04.226Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-11T15:50:04.226Z] + patch --verbose -p1 [2021-01-11T15:50:04.226Z] Hmm... Looks like a unified diff to me... [2021-01-11T15:50:04.226Z] The text leading up to this was: [2021-01-11T15:50:04.226Z] -------------------------- [2021-01-11T15:50:04.226Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-11T15:50:04.226Z] |From: Tony Espy [2021-01-11T15:50:04.226Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-11T15:50:04.226Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-11T15:50:04.226Z] | [2021-01-11T15:50:04.226Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-11T15:50:04.226Z] |optimize the snap CI check run for pull requests. When [2021-01-11T15:50:04.226Z] |applied, it essentially strips out everything (apps and [2021-01-11T15:50:04.226Z] |parts) from the snapcraft.yaml file except those required [2021-01-11T15:50:04.226Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-11T15:50:04.226Z] |catch changes to edgex-go that break the snap build. [2021-01-11T15:50:04.226Z] | [2021-01-11T15:50:04.226Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-11T15:50:04.226Z] |to update this patch file, otherwise it may fail to apply, [2021-01-11T15:50:04.226Z] |resulting in a failed snap build CI check in the associated [2021-01-11T15:50:04.226Z] |pull request. [2021-01-11T15:50:04.226Z] | [2021-01-11T15:50:04.226Z] |Note - in addition to applying this patch, the pipeline also [2021-01-11T15:50:04.226Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-11T15:50:04.226Z] |need to build the finally binary .snap file (and it won't [2021-01-11T15:50:04.226Z] |work with the patch applied). This further reduces the build [2021-01-11T15:50:04.226Z] |time. [2021-01-11T15:50:04.226Z] |--- [2021-01-11T15:50:04.226Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-11T15:50:04.226Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-11T15:50:04.226Z] | [2021-01-11T15:50:04.226Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-11T15:50:04.226Z] |index 1e537489..faf42425 100644 [2021-01-11T15:50:04.226Z] |--- a/snap/snapcraft.yaml [2021-01-11T15:50:04.226Z] |+++ b/snap/snapcraft.yaml [2021-01-11T15:50:04.226Z] -------------------------- [2021-01-11T15:50:04.226Z] patching file snap/snapcraft.yaml [2021-01-11T15:50:04.226Z] Using Plan A... [2021-01-11T15:50:04.226Z] Hunk #1 succeeded at 73. [2021-01-11T15:50:04.226Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-11T15:50:04.226Z] Hunk #3 succeeded at 214. [2021-01-11T15:50:04.226Z] Hunk #4 succeeded at 222. [2021-01-11T15:50:04.226Z] Hunk #5 succeeded at 229. [2021-01-11T15:50:04.226Z] Hunk #6 succeeded at 256. [2021-01-11T15:50:04.226Z] Hunk #7 succeeded at 290. [2021-01-11T15:50:04.226Z] Hunk #8 succeeded at 341. [2021-01-11T15:50:04.226Z] Hmm... Ignoring the trailing garbage. [2021-01-11T15:50:04.226Z] done [2021-01-11T15:50:04.226Z] + sudo snapcraft prime --use-lxd [2021-01-11T15:50:05.169Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-11T15:50:05.169Z] 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-11T15:50:05.169Z] - README.md [2021-01-11T15:50:05.169Z] - snapcraft.yaml.orig [2021-01-11T15:50:05.169Z] [2021-01-11T15:50:05.169Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-11T15:50:05.742Z] Launching a container. [2021-01-11T15:50:10.301Z] 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-11T15:50:17.983Z] Waiting for container to be ready [2021-01-11T15:50:18.242Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-11T15:50:18.242Z] [2021-01-11T15:50:21.538Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-11T15:50:21.798Z] Waiting for network to be ready... [2021-01-11T15:50:22.369Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-11T15:50:22.369Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-11T15:50:22.939Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-11T15:50:22.939Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-11T15:50:22.939Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-11T15:50:23.198Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-11T15:50:23.198Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-11T15:50:23.198Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-11T15:50:23.198Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-11T15:50:23.198Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-11T15:50:23.198Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-11T15:50:23.458Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-11T15:50:23.458Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-11T15:50:23.458Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-11T15:50:23.458Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-11T15:50:23.458Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-11T15:50:23.458Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-11T15:50:23.458Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-11T15:50:23.718Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-11T15:50:23.978Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-11T15:50:23.978Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-11T15:50:23.978Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-11T15:50:23.978Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-11T15:50:23.978Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-11T15:50:23.978Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-11T15:50:23.978Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-11T15:50:23.978Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-11T15:50:26.519Z] Fetched 23.7 MB in 4s (5521 kB/s) [2021-01-11T15:50:27.462Z] Reading package lists... [2021-01-11T15:50:27.462Z] Reading package lists... [2021-01-11T15:50:27.462Z] Building dependency tree... [2021-01-11T15:50:27.462Z] Reading state information... [2021-01-11T15:50:27.723Z] The following additional packages will be installed: [2021-01-11T15:50:27.723Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-11T15:50:27.723Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-11T15:50:27.723Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-11T15:50:27.723Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-11T15:50:27.723Z] Suggested packages: [2021-01-11T15:50:27.723Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-11T15:50:27.723Z] Recommended packages: [2021-01-11T15:50:27.723Z] gnupg libsasl2-modules [2021-01-11T15:50:27.723Z] The following NEW packages will be installed: [2021-01-11T15:50:27.723Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-11T15:50:27.723Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-11T15:50:27.723Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-11T15:50:27.723Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-11T15:50:27.723Z] The following packages will be upgraded: [2021-01-11T15:50:27.723Z] gpg gpg-agent gpgconf libudev1 [2021-01-11T15:50:27.723Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-11T15:50:27.723Z] Need to get 3532 kB of archives. [2021-01-11T15:50:27.723Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-11T15:50:27.723Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-11T15:50:27.983Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-11T15:50:27.983Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-11T15:50:27.983Z] 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-11T15:50:27.983Z] 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-11T15:50:27.983Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-11T15:50:27.983Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-11T15:50:28.244Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-11T15:50:28.504Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-11T15:50:28.765Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-11T15:50:28.765Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-11T15:50:28.765Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-11T15:50:28.765Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-11T15:50:28.765Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-11T15:50:28.765Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-11T15:50:28.765Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-11T15:50:28.765Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-11T15:50:28.765Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-11T15:50:28.765Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-11T15:50:28.765Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-11T15:50:28.765Z] 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-11T15:50:28.765Z] 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-11T15:50:29.058Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T15:50:29.058Z] Fetched 3532 kB in 1s (3255 kB/s) [2021-01-11T15:50:29.058Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-11T15:50:29.058Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-11T15:50:29.058Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T15:50:29.058Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-11T15:50:29.320Z] Selecting previously unselected package udev. [2021-01-11T15:50:29.320Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-11T15:50:29.320Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-11T15:50:29.320Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-11T15:50:29.581Z] Selecting previously unselected package libfuse2:amd64. [2021-01-11T15:50:29.581Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-11T15:50:29.581Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-11T15:50:29.581Z] Selecting previously unselected package fuse. [2021-01-11T15:50:29.581Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-11T15:50:29.581Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-11T15:50:29.581Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T15:50:29.581Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T15:50:29.841Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T15:50:29.842Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T15:50:29.842Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T15:50:29.842Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T15:50:30.102Z] Selecting previously unselected package libksba8:amd64. [2021-01-11T15:50:30.102Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-11T15:50:30.102Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-11T15:50:30.102Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-11T15:50:30.102Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.102Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.363Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-11T15:50:30.363Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.363Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.363Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-11T15:50:30.363Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.363Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.623Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-11T15:50:30.623Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.623Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.623Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-11T15:50:30.623Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.623Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.623Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-11T15:50:30.623Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.623Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.883Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-11T15:50:30.883Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:30.883Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:30.883Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-11T15:50:30.883Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:31.143Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:31.143Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-11T15:50:31.143Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-11T15:50:31.143Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:31.143Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-11T15:50:31.143Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-11T15:50:31.143Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T15:50:31.403Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-11T15:50:31.403Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-11T15:50:31.403Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T15:50:31.403Z] Selecting previously unselected package libldap-common. [2021-01-11T15:50:31.403Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-11T15:50:31.403Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T15:50:31.403Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-11T15:50:31.403Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-11T15:50:31.403Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T15:50:31.664Z] Selecting previously unselected package dirmngr. [2021-01-11T15:50:31.664Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T15:50:31.664Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-11T15:50:31.664Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T15:50:31.923Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-11T15:50:31.923Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-11T15:50:31.923Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T15:50:31.923Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-11T15:50:31.923Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-11T15:50:31.924Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.185Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-11T15:50:32.185Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T15:50:32.185Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-11T15:50:32.446Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-11T15:50:32.446Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.495Z] 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-11T15:50:32.705Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-11T15:50:32.705Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-11T15:50:32.705Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-11T15:50:32.705Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.705Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.705Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.966Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.966Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.966Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.966Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-11T15:50:32.966Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-11T15:50:32.966Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-11T15:50:32.966Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T15:50:33.537Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-11T15:50:33.537Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-11T15:50:33.537Z] This means they are not meant to be enabled using systemctl. [2021-01-11T15:50:33.537Z] Possible reasons for having this kind of units are: [2021-01-11T15:50:33.537Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-11T15:50:33.537Z] .wants/ or .requires/ directory. [2021-01-11T15:50:33.537Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-11T15:50:33.537Z] a requirement dependency on it. [2021-01-11T15:50:33.537Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-11T15:50:33.537Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-11T15:50:33.537Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-11T15:50:33.537Z] instance name specified. [2021-01-11T15:50:33.800Z] Reading package lists... [2021-01-11T15:50:33.800Z] Building dependency tree... [2021-01-11T15:50:33.800Z] Reading state information... [2021-01-11T15:50:34.064Z] The following additional packages will be installed: [2021-01-11T15:50:34.064Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-11T15:50:34.064Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-11T15:50:34.064Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-11T15:50:34.064Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-11T15:50:34.064Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-11T15:50:34.064Z] Suggested packages: [2021-01-11T15:50:34.065Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-11T15:50:34.065Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-11T15:50:34.065Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-11T15:50:34.065Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-11T15:50:34.065Z] systemd-container policykit-1 [2021-01-11T15:50:34.065Z] Recommended packages: [2021-01-11T15:50:34.065Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-11T15:50:34.065Z] The following NEW packages will be installed: [2021-01-11T15:50:34.065Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-11T15:50:34.065Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-11T15:50:34.065Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-11T15:50:34.065Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-11T15:50:34.065Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-11T15:50:34.065Z] The following packages will be upgraded: [2021-01-11T15:50:34.065Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-11T15:50:34.325Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-11T15:50:34.325Z] Need to get 35.2 MB of archives. [2021-01-11T15:50:34.325Z] After this operation, 141 MB of additional disk space will be used. [2021-01-11T15:50:34.325Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-11T15:50:34.325Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-11T15:50:34.898Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-11T15:50:34.898Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-11T15:50:34.898Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-11T15:50:34.898Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-11T15:50:34.898Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-11T15:50:34.898Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-11T15:50:34.898Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-11T15:50:34.898Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-11T15:50:34.898Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-11T15:50:34.898Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-11T15:50:34.898Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-11T15:50:35.164Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-11T15:50:35.164Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-11T15:50:35.164Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-11T15:50:35.164Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-11T15:50:35.164Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-11T15:50:35.164Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-11T15:50:35.164Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-11T15:50:35.164Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-11T15:50:35.164Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-11T15:50:35.164Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-11T15:50:35.164Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-11T15:50:35.164Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-11T15:50:35.164Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-11T15:50:35.164Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-11T15:50:35.441Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-11T15:50:35.441Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-11T15:50:35.441Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-11T15:50:35.889Z] 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-11T15:50:36.386Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T15:50:36.386Z] Fetched 35.2 MB in 2s (17.0 MB/s) [2021-01-11T15:50:36.386Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T15:50:36.386Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-11T15:50:36.386Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T15:50:36.957Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-11T15:50:36.957Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T15:50:37.219Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-11T15:50:37.480Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T15:50:37.480Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-11T15:50:37.480Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-11T15:50:37.742Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-11T15:50:38.004Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-11T15:50:38.004Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-11T15:50:38.004Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-11T15:50:38.264Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-11T15:50:38.264Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-11T15:50:38.527Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-11T15:50:38.789Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-11T15:50:38.789Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-11T15:50:38.789Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-11T15:50:39.049Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-11T15:50:39.049Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T15:50:39.049Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:39.049Z] Selecting previously unselected package libexpat1:amd64. [2021-01-11T15:50:39.049Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-11T15:50:39.049Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-11T15:50:39.309Z] Selecting previously unselected package python3.6-minimal. [2021-01-11T15:50:39.309Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T15:50:39.309Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:39.571Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-11T15:50:39.571Z] Checking for services that may need to be restarted...done. [2021-01-11T15:50:39.571Z] Checking for services that may need to be restarted...done. [2021-01-11T15:50:39.832Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:39.832Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-11T15:50:39.832Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:40.403Z] Selecting previously unselected package python3-minimal. [2021-01-11T15:50:40.403Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-11T15:50:40.403Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-11T15:50:40.403Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-11T15:50:40.403Z] Selecting previously unselected package mime-support. [2021-01-11T15:50:40.403Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-11T15:50:40.403Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-11T15:50:40.403Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-11T15:50:40.403Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-11T15:50:40.403Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-11T15:50:40.666Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-11T15:50:40.666Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T15:50:40.666Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:40.666Z] Selecting previously unselected package python3.6. [2021-01-11T15:50:40.666Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-11T15:50:40.926Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:40.926Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-11T15:50:40.926Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-11T15:50:40.926Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-11T15:50:40.926Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-11T15:50:41.186Z] Selecting previously unselected package python3. [2021-01-11T15:50:41.186Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-11T15:50:41.186Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-11T15:50:41.186Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-11T15:50:41.186Z] Selecting previously unselected package multiarch-support. [2021-01-11T15:50:41.186Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T15:50:41.186Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-11T15:50:41.292Z] 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-11T15:50:41.447Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-11T15:50:41.447Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-11T15:50:41.447Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-11T15:50:41.447Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-11T15:50:41.447Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-11T15:50:41.707Z] Selecting previously unselected package libbsd0:amd64. [2021-01-11T15:50:41.707Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-11T15:50:41.707Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-11T15:50:41.707Z] Selecting previously unselected package sudo. [2021-01-11T15:50:41.707Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-11T15:50:41.707Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-11T15:50:41.967Z] Selecting previously unselected package apparmor. [2021-01-11T15:50:41.967Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-11T15:50:41.967Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-11T15:50:41.967Z] Selecting previously unselected package libedit2:amd64. [2021-01-11T15:50:41.967Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-11T15:50:41.967Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-11T15:50:42.227Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-11T15:50:42.227Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T15:50:42.227Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:42.227Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-11T15:50:42.227Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T15:50:42.227Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:42.271Z] 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-11T15:50:42.487Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-11T15:50:42.487Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-11T15:50:42.487Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-11T15:50:42.487Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-11T15:50:42.487Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T15:50:42.487Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:42.746Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-11T15:50:42.746Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-11T15:50:42.746Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:42.746Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-11T15:50:42.746Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-11T15:50:42.746Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-11T15:50:43.007Z] Selecting previously unselected package openssh-client. [2021-01-11T15:50:43.007Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-11T15:50:43.007Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-11T15:50:43.268Z] Selecting previously unselected package squashfs-tools. [2021-01-11T15:50:43.268Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-11T15:50:43.268Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-11T15:50:43.268Z] Selecting previously unselected package snapd. [2021-01-11T15:50:43.268Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-11T15:50:43.268Z] Unpacking snapd (2.48+18.04) ... [2021-01-11T15:50:45.181Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-11T15:50:45.181Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-11T15:50:45.441Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-11T15:50:45.441Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-11T15:50:45.441Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-11T15:50:45.702Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:45.702Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T15:50:45.702Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-11T15:50:45.702Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-11T15:50:46.642Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-11T15:50:46.642Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-11T15:50:46.642Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-11T15:50:46.642Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:46.642Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:46.642Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-11T15:50:47.212Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-11T15:50:47.475Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:47.475Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-11T15:50:47.475Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-11T15:50:47.475Z] running python rtupdate hooks for python3.6... [2021-01-11T15:50:47.475Z] running python post-rtupdate hooks for python3.6... [2021-01-11T15:50:47.475Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-11T15:50:47.682Z] 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-11T15:50:50.023Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-11T15:50:50.023Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-11T15:50:50.023Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-11T15:50:50.023Z] Setting up snapd (2.48+18.04) ... [2021-01-11T15:50:50.595Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-11T15:50:50.595Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-11T15:50:50.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-11T15:50:50.855Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-11T15:50:51.120Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-11T15:50:51.120Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-11T15:50:51.380Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-11T15:50:51.380Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-11T15:50:51.641Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-11T15:50:51.901Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-11T15:50:51.901Z] /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-11T15:50:51.901Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-11T15:50:51.901Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-11T15:50:52.846Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T15:50:52.846Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T15:50:53.077Z] 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-11T15:50:53.107Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T15:50:53.938Z] Reading package lists... [2021-01-11T15:50:54.199Z] Reading package lists... [2021-01-11T15:50:54.466Z] Building dependency tree... [2021-01-11T15:50:54.466Z] Reading state information... [2021-01-11T15:50:54.466Z] Calculating upgrade... [2021-01-11T15:50:54.725Z] The following packages will be upgraded: [2021-01-11T15:50:54.725Z] advancecomp base-files bash binutils binutils-common [2021-01-11T15:50:54.726Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-11T15:50:54.726Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-11T15:50:54.726Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-11T15:50:54.726Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-11T15:50:54.726Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-11T15:50:54.726Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-11T15:50:54.726Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-11T15:50:54.726Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-11T15:50:54.726Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-11T15:50:54.726Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-11T15:50:54.726Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-11T15:50:54.726Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-11T15:50:54.726Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-11T15:50:54.726Z] ubuntu-keyring util-linux [2021-01-11T15:50:54.726Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T15:50:54.726Z] Need to get 63.7 MB of archives. [2021-01-11T15:50:54.726Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-11T15:50:54.726Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-11T15:50:54.984Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-11T15:50:54.984Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-11T15:50:54.984Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-11T15:50:54.984Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-11T15:50:54.984Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-11T15:50:54.984Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-11T15:50:54.984Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-11T15:50:54.984Z] 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-11T15:50:54.984Z] 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-11T15:50:54.984Z] 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-11T15:50:54.984Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-11T15:50:54.984Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-11T15:50:54.984Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-11T15:50:54.984Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-11T15:50:54.984Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-11T15:50:54.984Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-11T15:50:54.984Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-11T15:50:54.984Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-11T15:50:54.984Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-11T15:50:54.984Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-11T15:50:54.984Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-11T15:50:54.984Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-11T15:50:54.984Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-11T15:50:54.984Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-11T15:50:54.984Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-11T15:50:54.984Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-11T15:50:54.984Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-11T15:50:54.984Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-11T15:50:54.984Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-11T15:50:55.244Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-11T15:50:55.244Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-11T15:50:55.244Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-11T15:50:55.244Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-11T15:50:55.244Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-11T15:50:55.244Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-11T15:50:55.244Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-11T15:50:55.244Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-11T15:50:55.244Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-11T15:50:55.244Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-11T15:50:55.244Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-11T15:50:55.244Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-11T15:50:55.244Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-11T15:50:55.244Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-11T15:50:55.244Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-11T15:50:55.244Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-11T15:50:55.244Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-11T15:50:55.244Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-11T15:50:55.244Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-11T15:50:55.244Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-11T15:50:55.244Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-11T15:50:55.244Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-11T15:50:55.244Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-11T15:50:55.244Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-11T15:50:55.244Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-11T15:50:55.505Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-11T15:50:55.505Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-11T15:50:55.505Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-11T15:50:55.505Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-11T15:50:55.764Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-11T15:50:55.764Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-11T15:50:55.764Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-11T15:50:55.764Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-11T15:50:55.764Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-11T15:50:56.024Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-11T15:50:56.024Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-11T15:50:56.284Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-11T15:50:56.284Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-11T15:50:56.284Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-11T15:50:56.284Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-11T15:50:56.284Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-11T15:50:56.284Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-11T15:50:56.284Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-11T15:50:56.284Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-11T15:50:56.284Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-11T15:50:56.284Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-11T15:50:56.284Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-11T15:50:56.284Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-11T15:50:56.284Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-11T15:50:56.284Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-11T15:50:56.284Z] Get:81 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-11T15:50:56.284Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-11T15:50:56.284Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-11T15:50:56.284Z] Get:84 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-11T15:50:56.284Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-11T15:50:56.545Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-11T15:50:56.545Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-11T15:50:56.545Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-11T15:50:56.545Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-11T15:50:56.545Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-11T15:50:56.545Z] Get:91 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-11T15:50:56.545Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-11T15:50:56.545Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-11T15:50:56.545Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-11T15:50:56.545Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-11T15:50:56.545Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-11T15:50:56.545Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-11T15:50:56.805Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T15:50:56.805Z] Fetched 63.7 MB in 2s (32.4 MB/s) [2021-01-11T15:50:56.805Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:50:56.805Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T15:50:56.805Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T15:50:57.380Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T15:50:57.386Z] 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-11T15:50:57.641Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T15:50:57.641Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-11T15:50:57.641Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-11T15:50:58.641Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:58.641Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.219Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.219Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.219Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.219Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.480Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.480Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.480Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.480Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.740Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.740Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:50:59.740Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:50:59.740Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:51:00.002Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:00.002Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T15:51:00.002Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:00.002Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-11T15:51:00.264Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:00.264Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T15:51:00.264Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:00.264Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:51:00.525Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:00.525Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:51:00.525Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:00.525Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-11T15:51:00.785Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:00.785Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T15:51:00.785Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T15:51:01.047Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T15:51:01.621Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-11T15:51:01.621Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-11T15:51:01.621Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-11T15:51:01.695Z] 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-11T15:51:01.886Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-11T15:51:01.886Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-11T15:51:01.886Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-11T15:51:02.152Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-11T15:51:02.152Z] Installing new version of config file /etc/issue ... [2021-01-11T15:51:02.152Z] Installing new version of config file /etc/issue.net ... [2021-01-11T15:51:02.152Z] Installing new version of config file /etc/lsb-release ... [2021-01-11T15:51:02.152Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-11T15:51:02.413Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-11T15:51:02.413Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-11T15:51:02.413Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-11T15:51:02.673Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:02.674Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-11T15:51:02.674Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-11T15:51:02.674Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-11T15:51:02.933Z] 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-11T15:51:02.933Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:02.933Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:02.933Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:02.933Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:03.194Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:03.194Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-11T15:51:03.194Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-11T15:51:03.453Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-11T15:51:03.453Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:03.453Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-11T15:51:03.453Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T15:51:03.713Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-11T15:51:03.973Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:03.973Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T15:51:03.973Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T15:51:03.973Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T15:51:04.236Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:04.236Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T15:51:04.236Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T15:51:04.236Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-11T15:51:04.496Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:04.496Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-11T15:51:04.496Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-11T15:51:04.496Z] Setting up grep (3.1-2build1) ... [2021-01-11T15:51:04.758Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:04.758Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-11T15:51:04.758Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-11T15:51:04.758Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-11T15:51:05.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:05.018Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T15:51:05.018Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T15:51:05.018Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-11T15:51:05.279Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:05.279Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T15:51:05.279Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T15:51:05.850Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T15:51:05.850Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T15:51:05.850Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-11T15:51:05.850Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T15:51:06.025Z] 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-11T15:51:06.422Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-11T15:51:06.422Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:06.422Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-11T15:51:06.682Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-11T15:51:07.625Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-11T15:51:07.625Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-11T15:51:07.625Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-11T15:51:07.625Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-11T15:51:07.884Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-11T15:51:07.884Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:07.884Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-11T15:51:07.884Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-11T15:51:08.144Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-11T15:51:08.144Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:08.144Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:08.405Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:08.405Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:08.405Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:08.405Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:08.405Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:08.665Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:08.666Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:08.666Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:08.666Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:08.926Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:08.926Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:08.926Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:08.926Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:09.186Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:09.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:09.186Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T15:51:09.186Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T15:51:09.446Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T15:51:09.446Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T15:51:09.446Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T15:51:09.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:09.706Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-11T15:51:09.706Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T15:51:09.706Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T15:51:09.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:09.706Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:09.972Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:09.972Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:09.972Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:09.972Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:09.972Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:10.233Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:10.233Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:10.233Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:10.233Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:10.804Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:11.064Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-11T15:51:11.325Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-11T15:51:11.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:11.325Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-11T15:51:11.325Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-11T15:51:11.434Z] 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-11T15:51:11.586Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T15:51:11.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-11T15:51:11.846Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-11T15:51:11.846Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-11T15:51:11.847Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-11T15:51:12.107Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:12.107Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-11T15:51:12.107Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-11T15:51:12.367Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-11T15:51:12.629Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:12.629Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T15:51:12.629Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T15:51:12.629Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T15:51:12.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:12.889Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T15:51:12.889Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T15:51:12.889Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T15:51:13.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:13.150Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-11T15:51:13.150Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T15:51:13.410Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T15:51:13.671Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:13.671Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-11T15:51:13.671Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-11T15:51:13.671Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-11T15:51:13.671Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-11T15:51:13.933Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T15:51:13.933Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T15:51:13.933Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T15:51:14.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:14.193Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-11T15:51:14.193Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-11T15:51:14.193Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-11T15:51:14.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:14.454Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-11T15:51:14.454Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-11T15:51:14.454Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-11T15:51:14.715Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:14.715Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-11T15:51:14.715Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-11T15:51:14.975Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-11T15:51:14.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:14.975Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-11T15:51:14.975Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-11T15:51:15.236Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-11T15:51:15.236Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:15.236Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-11T15:51:15.499Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [Pipeline] } [2021-01-11T15:51:15.760Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-11T15:51:15.760Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:15.760Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-11T15:51:15.753Z] $ docker stop --time=1 670d96a6bb482a54e1a252572b18967e28563f66c8e9acd4dd211d2d417a3032 [2021-01-11T15:51:16.021Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-11T15:51:16.021Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-11T15:51:16.021Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:16.021Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-11T15:51:16.281Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-11T15:51:16.281Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-11T15:51:16.281Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:16.281Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-11T15:51:16.541Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-11T15:51:16.541Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-11T15:51:16.541Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:16.541Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-11T15:51:16.802Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-11T15:51:16.802Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-11T15:51:17.063Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:17.063Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-11T15:51:17.063Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-11T15:51:17.063Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-11T15:51:17.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:17.325Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-11T15:51:17.325Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-11T15:51:17.325Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-11T15:51:17.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-11T15:51:17.586Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-11T15:51:17.586Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-11T15:51:17.586Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-11T15:51:17.846Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-11T15:51:17.846Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-11T15:51:17.847Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-11T15:51:17.847Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-11T15:51:17.847Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-11T15:51:18.116Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-11T15:51:18.116Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-11T15:51:18.377Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-11T15:51:18.377Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-11T15:51:18.552Z] $ docker rm -f 670d96a6bb482a54e1a252572b18967e28563f66c8e9acd4dd211d2d417a3032 [2021-01-11T15:51:18.638Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-11T15:51:18.638Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-11T15:51:18.638Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-11T15:51:18.638Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-11T15:51:18.898Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-11T15:51:18.898Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-11T15:51:18.898Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-11T15:51:18.898Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-11T15:51:19.161Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-11T15:51:19.161Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-11T15:51:19.161Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-11T15:51:19.161Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-11T15:51:19.423Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-11T15:51:19.423Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-11T15:51:19.685Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-11T15:51:19.685Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:20.630Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-11T15:51:20.630Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-11T15:51:20.630Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-11T15:51:20.630Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-11T15:51:20.665Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:51:20.665Z] [2021-01-11T15:51:20.665Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:51:20.891Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T15:51:20.891Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:21.151Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T15:51:21.151Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T15:51:21.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:51:21.412Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T15:51:21.412Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T15:51:21.412Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-11T15:51:21.412Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-11T15:51:21.576Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-11T15:51:21.576Z] 29e5d40040c1: Pulling fs layer [2021-01-11T15:51:21.576Z] 1ce36da41761: Pulling fs layer [2021-01-11T15:51:21.576Z] 25b303627fd3: Pulling fs layer [2021-01-11T15:51:21.576Z] 29e5d40040c1: Verifying Checksum [2021-01-11T15:51:21.576Z] 29e5d40040c1: Download complete [2021-01-11T15:51:21.674Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:21.674Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:21.935Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:21.935Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:21.935Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:21.935Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:22.170Z] 29e5d40040c1: Pull complete [2021-01-11T15:51:22.195Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:22.195Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:22.447Z] 1ce36da41761: Verifying Checksum [2021-01-11T15:51:22.447Z] 1ce36da41761: Download complete [2021-01-11T15:51:23.134Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:23.134Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:23.427Z] 1ce36da41761: Pull complete [2021-01-11T15:51:24.097Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:24.097Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:24.430Z] 25b303627fd3: Verifying Checksum [2021-01-11T15:51:24.431Z] 25b303627fd3: Download complete [2021-01-11T15:51:25.044Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:25.044Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:25.304Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:25.304Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:26.247Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-11T15:51:26.247Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-11T15:51:26.247Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T15:51:26.247Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T15:51:26.508Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-11T15:51:26.508Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T15:51:26.769Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-11T15:51:26.769Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-11T15:51:26.769Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-11T15:51:26.769Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-11T15:51:27.029Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T15:51:27.029Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T15:51:27.029Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-11T15:51:27.029Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-11T15:51:27.290Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-11T15:51:27.290Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-11T15:51:27.290Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:27.290Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-11T15:51:27.290Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:27.290Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:27.550Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:27.550Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-11T15:51:27.550Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-11T15:51:27.550Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-11T15:51:27.550Z] [2021-01-11T15:51:27.550Z] Current default time zone: 'Etc/UTC' [2021-01-11T15:51:27.550Z] Local time is now: Mon Jan 11 15:51:27 UTC 2021. [2021-01-11T15:51:27.550Z] Universal Time is now: Mon Jan 11 15:51:27 UTC 2021. [2021-01-11T15:51:27.550Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-11T15:51:27.550Z] [2021-01-11T15:51:27.811Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-11T15:51:27.811Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:27.811Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-11T15:51:27.811Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-11T15:51:27.811Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-11T15:51:27.811Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-11T15:51:27.811Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-11T15:51:27.811Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-11T15:51:27.811Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-11T15:51:27.811Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-11T15:51:28.073Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:28.073Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-11T15:51:28.335Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:28.335Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-11T15:51:28.335Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:28.335Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-11T15:51:28.335Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-11T15:51:28.335Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-11T15:51:28.335Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-11T15:51:28.335Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-11T15:51:28.596Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-11T15:51:28.596Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-11T15:51:28.596Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-11T15:51:30.510Z] Updating certificates in /etc/ssl/certs... [2021-01-11T15:51:31.452Z] 22 added, 17 removed; done. [2021-01-11T15:51:31.452Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-11T15:51:31.452Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-11T15:51:31.452Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-11T15:51:31.452Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-11T15:51:31.453Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-11T15:51:31.453Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.453Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-11T15:51:31.453Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.714Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.714Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.714Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.714Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.714Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-11T15:51:31.714Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-11T15:51:31.714Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-11T15:51:31.974Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-11T15:51:31.974Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-11T15:51:31.974Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.974Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-11T15:51:31.974Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-11T15:51:31.974Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-11T15:51:31.974Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-11T15:51:32.234Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T15:51:32.234Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-11T15:51:32.234Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-11T15:51:32.234Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-11T15:51:32.234Z] Updating certificates in /etc/ssl/certs... [2021-01-11T15:51:32.806Z] 0 added, 0 removed; done. [2021-01-11T15:51:32.806Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-11T15:51:32.806Z] done. [2021-01-11T15:51:33.378Z] Reading package lists... [2021-01-11T15:51:33.378Z] Building dependency tree... [2021-01-11T15:51:33.378Z] Reading state information... [2021-01-11T15:51:33.641Z] The following NEW packages will be installed: [2021-01-11T15:51:33.641Z] apt-transport-https [2021-01-11T15:51:33.641Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T15:51:33.641Z] Need to get 1696 B of archives. [2021-01-11T15:51:33.641Z] After this operation, 153 kB of additional disk space will be used. [2021-01-11T15:51:33.641Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-11T15:51:33.902Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T15:51:33.902Z] Fetched 1696 B in 0s (21.4 kB/s) [2021-01-11T15:51:33.902Z] Selecting previously unselected package apt-transport-https. [2021-01-11T15:51:33.902Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-11T15:51:33.902Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-11T15:51:33.902Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-11T15:51:33.902Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-11T15:51:34.162Z] Waiting for network to be ready... [2021-01-11T15:51:34.581Z] 25b303627fd3: Pull complete [2021-01-11T15:51:34.581Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-11T15:51:34.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:51:34.581Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-11T15:51:34.840Z] prd-ubuntu18.04-docker-arm64-4c-16g-19525 does not seem to be running inside a container [2021-01-11T15:51:34.910Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-11T15:51:38.276Z] $ docker top d55aa7cb4a209a1785366f987127c6404042e4dcabbf871cafdb20468ad80582 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:51:39.282Z] + docker-compose build --help [2021-01-11T15:51:39.282Z] + grep parallel [2021-01-11T15:51:40.746Z] 2021-01-11T15:51:38Z INFO Waiting for automatic snapd restart... [2021-01-11T15:51:42.133Z] snapd 2.48.2 from Canonical* installed [2021-01-11T15:51:42.663Z] --parallel Build images in parallel. [Pipeline] } [2021-01-11T15:51:42.980Z] $ docker stop --time=1 d55aa7cb4a209a1785366f987127c6404042e4dcabbf871cafdb20468ad80582 [2021-01-11T15:51:43.517Z] "snapd" switched to the "latest/stable" channel [2021-01-11T15:51:43.517Z] [2021-01-11T15:51:44.985Z] $ docker rm -f d55aa7cb4a209a1785366f987127c6404042e4dcabbf871cafdb20468ad80582 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-11T15:51:45.780Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-11T15:51:45.780Z] . [Pipeline] withDockerContainer [2021-01-11T15:51:46.062Z] core18 20201210 from Canonical* installed [2021-01-11T15:51:46.063Z] "core18" switched to the "latest/stable" channel [2021-01-11T15:51:46.063Z] [2021-01-11T15:51:46.104Z] prd-ubuntu18.04-docker-arm64-4c-16g-19525 does not seem to be running inside a container [2021-01-11T15:51:46.197Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-11T15:51:47.792Z] $ docker top 8feec96c15375439bcb23f82568b96e1be885588252acab24d5ca9a444c94470 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T15:51:48.904Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-11T15:51:49.361Z] snapcraft 4.4.4 from Canonical* installed [2021-01-11T15:51:49.361Z] "snapcraft" switched to the "latest/stable" channel [2021-01-11T15:51:49.361Z] [2021-01-11T15:51:52.678Z] 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-11T15:51:52.678Z] - README.md [2021-01-11T15:51:52.678Z] - snapcraft.yaml.orig [2021-01-11T15:51:52.678Z] [2021-01-11T15:51:52.678Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-11T15:51:54.307Z] Building docker-core-command-go ... [2021-01-11T15:51:54.307Z] Building docker-core-data-go ... [2021-01-11T15:51:54.307Z] Building docker-core-metadata-go ... [2021-01-11T15:51:54.307Z] Building docker-security-bootstrap-redis-go ... [2021-01-11T15:51:54.307Z] Building docker-security-proxy-setup-go ... [2021-01-11T15:51:54.307Z] Building docker-security-secretstore-setup-go ... [2021-01-11T15:51:54.307Z] Building docker-support-notifications-go ... [2021-01-11T15:51:54.307Z] Building docker-support-scheduler-go ... [2021-01-11T15:51:54.307Z] Building docker-sys-mgmt-agent-go ... [2021-01-11T15:51:54.307Z] Building docker-core-data-go [2021-01-11T15:51:54.307Z] Building docker-security-bootstrap-redis-go [2021-01-11T15:51:54.307Z] Building docker-security-secretstore-setup-go [2021-01-11T15:51:54.307Z] Building docker-security-proxy-setup-go [2021-01-11T15:51:54.307Z] Building docker-core-metadata-go [2021-01-11T15:51:59.263Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T15:51:59.263Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T15:51:59.263Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T15:51:59.525Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T15:52:00.469Z] Reading package lists... [2021-01-11T15:52:00.729Z] 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-11T15:52:07.320Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T15:52:07.320Z] Reading package lists... [2021-01-11T15:52:07.320Z] Building dependency tree... [2021-01-11T15:52:07.320Z] Reading state information... [2021-01-11T15:52:07.320Z] Suggested packages: [2021-01-11T15:52:07.320Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-11T15:52:07.320Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-11T15:52:07.320Z] Recommended packages: [2021-01-11T15:52:07.320Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-11T15:52:07.320Z] The following NEW packages will be installed: [2021-01-11T15:52:07.320Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-11T15:52:07.320Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-11T15:52:07.320Z] pkg-config zip [2021-01-11T15:52:07.320Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-11T15:52:07.320Z] Need to get 7655 kB of archives. [2021-01-11T15:52:07.320Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-11T15:52:07.320Z] 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-11T15:52:07.320Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-11T15:52:07.320Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-11T15:52:07.320Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-11T15:52:07.320Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-11T15:52:07.320Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-11T15:52:07.320Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-11T15:52:07.581Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-11T15:52:07.581Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-11T15:52:07.581Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-11T15:52:07.581Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-11T15:52:07.841Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-11T15:52:07.841Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-11T15:52:07.841Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-11T15:52:07.841Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-11T15:52:08.101Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-11T15:52:08.101Z] Fetched 7655 kB in 1s (9698 kB/s) [2021-01-11T15:52:08.101Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-11T15:52:08.101Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-11T15:52:08.101Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-11T15:52:08.101Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-11T15:52:08.362Z] Selecting previously unselected package libpsl5:amd64. [2021-01-11T15:52:08.362Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-11T15:52:08.362Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-11T15:52:08.622Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-11T15:52:08.622Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-11T15:52:08.622Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-11T15:52:08.622Z] Selecting previously unselected package librtmp1:amd64. [2021-01-11T15:52:08.622Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-11T15:52:08.622Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-11T15:52:08.622Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-11T15:52:08.622Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-11T15:52:08.622Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-11T15:52:08.882Z] Selecting previously unselected package liberror-perl. [2021-01-11T15:52:08.882Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-11T15:52:08.882Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-11T15:52:08.882Z] Selecting previously unselected package git-man. [2021-01-11T15:52:08.882Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-11T15:52:08.882Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-11T15:52:08.882Z] Selecting previously unselected package git. [2021-01-11T15:52:08.882Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-11T15:52:09.144Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-11T15:52:09.715Z] Selecting previously unselected package libnorm1:amd64. [2021-01-11T15:52:09.715Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-11T15:52:09.715Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-11T15:52:09.977Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-11T15:52:09.977Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-11T15:52:09.977Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-11T15:52:09.977Z] Selecting previously unselected package libsodium23:amd64. [2021-01-11T15:52:09.977Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-11T15:52:09.977Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-11T15:52:10.238Z] Selecting previously unselected package libzmq5:amd64. [2021-01-11T15:52:10.238Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-11T15:52:10.238Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T15:52:10.238Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-11T15:52:10.238Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-11T15:52:10.238Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T15:52:10.499Z] Selecting previously unselected package pkg-config. [2021-01-11T15:52:10.499Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-11T15:52:10.499Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-11T15:52:10.499Z] Selecting previously unselected package zip. [2021-01-11T15:52:10.499Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-11T15:52:10.499Z] Unpacking zip (3.0-11build1) ... [2021-01-11T15:52:10.499Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-11T15:52:10.769Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-11T15:52:10.769Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-11T15:52:10.769Z] Setting up liberror-perl (0.17025-1) ... [2021-01-11T15:52:10.769Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-11T15:52:10.769Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-11T15:52:10.769Z] No schema files found: doing nothing. [2021-01-11T15:52:10.769Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-11T15:52:10.769Z] Setting up zip (3.0-11build1) ... [2021-01-11T15:52:10.769Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-11T15:52:10.769Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-11T15:52:11.032Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-11T15:52:11.032Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T15:52:11.032Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-11T15:52:11.032Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-11T15:52:11.032Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-11T15:52:11.292Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-11T15:52:17.882Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T15:52:17.882Z] git set to automatically installed. [2021-01-11T15:52:17.882Z] git-man set to automatically installed. [2021-01-11T15:52:17.882Z] libcurl3-gnutls set to automatically installed. [2021-01-11T15:52:17.882Z] liberror-perl set to automatically installed. [2021-01-11T15:52:17.882Z] libglib2.0-0 set to automatically installed. [2021-01-11T15:52:17.882Z] libnghttp2-14 set to automatically installed. [2021-01-11T15:52:17.882Z] libnorm1 set to automatically installed. [2021-01-11T15:52:17.882Z] libpgm-5.2-0 set to automatically installed. [2021-01-11T15:52:17.882Z] libpsl5 set to automatically installed. [2021-01-11T15:52:17.882Z] librtmp1 set to automatically installed. [2021-01-11T15:52:17.882Z] libsodium23 set to automatically installed. [2021-01-11T15:52:17.882Z] libzmq3-dev set to automatically installed. [2021-01-11T15:52:17.882Z] libzmq5 set to automatically installed. [2021-01-11T15:52:17.882Z] pkg-config set to automatically installed. [2021-01-11T15:52:17.882Z] zip set to automatically installed. [2021-01-11T15:52:19.265Z] snapd is not logged in, snap install commands will use sudo [2021-01-11T15:52:25.849Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-11T15:52:26.110Z] snap "core18" has no updates available [2021-01-11T15:52:26.684Z] Pulling config-common [2021-01-11T15:52:27.631Z] Pulling go-build-helper [2021-01-11T15:52:49.595Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-11T15:52:49.595Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-11T15:52:49.595Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-11T15:52:49.595Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-11T15:52:49.595Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-11T15:52:49.595Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-11T15:52:49.595Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-11T15:52:49.595Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-11T15:52:49.595Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-11T15:52:49.595Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-11T15:52:49.595Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-11T15:52:49.595Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-11T15:52:49.595Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-11T15:52:49.595Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-11T15:52:49.595Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-11T15:52:49.595Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-11T15:52:49.595Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-11T15:52:49.595Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-11T15:52:49.595Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-11T15:52:49.595Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-11T15:52:49.595Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-11T15:52:49.595Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-11T15:52:49.595Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-11T15:52:49.595Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-11T15:52:49.595Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-11T15:52:49.595Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-11T15:52:49.595Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-11T15:52:49.595Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-11T15:52:49.595Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-11T15:52:49.595Z] Fetched 279 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-11T15:52:49.595Z] Fetched 122 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-11T15:52:49.595Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-11T15:52:49.595Z] Fetched 8848 B in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-11T15:52:49.595Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-11T15:52:49.595Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-11T15:52:49.595Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-11T15:52:49.595Z] Fetched 214 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-11T15:52:49.595Z] Fetched 155 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-11T15:52:49.595Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-11T15:52:49.595Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-11T15:52:49.595Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-11T15:52:49.595Z] Fetched 499 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-11T15:52:49.595Z] Fetched 111 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-11T15:52:49.595Z] Fetched 240 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-11T15:52:49.595Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-11T15:52:49.595Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-11T15:52:49.595Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-11T15:52:49.595Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-11T15:52:49.595Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-11T15:52:49.595Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-11T15:52:49.595Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-11T15:52:49.595Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-11T15:52:49.595Z] Fetched 8720 B in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-11T15:52:49.595Z] Fetched 137 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-11T15:52:49.595Z] Fetched 119 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-11T15:52:49.595Z] Fetched 109 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-11T15:52:49.595Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-11T15:52:49.595Z] Fetched 645 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-11T15:52:49.595Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-11T15:52:49.595Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-11T15:52:49.595Z] Fetched 368 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-11T15:52:49.595Z] Fetched 187 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-11T15:52:49.595Z] Fetched 175 kB in 0s (0 B/s) [2021-01-11T15:52:49.595Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-11T15:52:52.895Z] Fetched 206 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-11T15:52:52.895Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-11T15:52:52.895Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-11T15:52:52.895Z] Fetched 159 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-11T15:52:52.895Z] Fetched 107 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-11T15:52:52.895Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-11T15:52:52.895Z] Pulling static-packages [2021-01-11T15:52:53.465Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-11T15:52:53.465Z] Skipping pull go-build-helper (already ran) [2021-01-11T15:52:53.465Z] Skipping pull static-packages (already ran) [2021-01-11T15:52:53.465Z] Building go-build-helper [2021-01-11T15:52:57.674Z] Building static-packages [2021-01-11T15:52:59.058Z] Staging go-build-helper [2021-01-11T15:52:59.630Z] Staging static-packages [2021-01-11T15:53:00.584Z] Pulling go115 [2021-01-11T15:53:01.525Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-11T15:53:01.525Z] Skipping pull go115 (already ran) [2021-01-11T15:53:01.525Z] Building go115 [2021-01-11T15:53:01.525Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T15:53:01.525Z] Dload Upload Total Spent Left Speed [2021-01-11T15:53:02.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:53:02.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:53:02.348Z] ---> 5ba394f8eaf2 [2021-01-11T15:53:02.348Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:53:02.348Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:53:02.348Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:53:02.348Z] ---> 5ba394f8eaf2 [2021-01-11T15:53:02.348Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:53:02.348Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:53:02.348Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:53:02.348Z] ---> 5ba394f8eaf2 [2021-01-11T15:53:02.348Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:53:02.348Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:53:02.348Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:53:02.348Z] ---> 5ba394f8eaf2 [2021-01-11T15:53:02.348Z] Step 3/23 : WORKDIR /edgex-go [2021-01-11T15:53:02.348Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:53:02.348Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:53:02.348Z] ---> 5ba394f8eaf2 [2021-01-11T15:53:02.348Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:53:02.348Z] ---> Running in ea54877fc89e [2021-01-11T15:53:02.348Z] ---> Running in c917cfce67e1 [2021-01-11T15:53:02.348Z] ---> Running in 38b4eb35ab45 [2021-01-11T15:53:02.348Z] ---> Running in 6d3a0103c92a [2021-01-11T15:53:02.348Z] ---> Running in dfbe9be8dc03 [2021-01-11T15:53:03.330Z] Removing intermediate container ea54877fc89e [2021-01-11T15:53:03.330Z] ---> 70c42587e9b4 [2021-01-11T15:53:03.330Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:53:03.330Z] Removing intermediate container 38b4eb35ab45 [2021-01-11T15:53:03.330Z] ---> c9064e9e18e7 [2021-01-11T15:53:03.330Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:53:03.330Z] Removing intermediate container 6d3a0103c92a [2021-01-11T15:53:03.330Z] ---> a472d19d1a13 [2021-01-11T15:53:03.330Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:53:03.330Z] Removing intermediate container dfbe9be8dc03 [2021-01-11T15:53:03.330Z] ---> b304245442d8 [2021-01-11T15:53:03.330Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:53:03.330Z] Removing intermediate container c917cfce67e1 [2021-01-11T15:53:03.330Z] ---> c2455870abd6 [2021-01-11T15:53:03.330Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:53:03.610Z] ---> Running in aa61e07a9a48 [2021-01-11T15:53:03.610Z] ---> Running in 67f0bf2fcac4 [2021-01-11T15:53:03.610Z] ---> Running in e20274bdb1e2 [2021-01-11T15:53:03.610Z] ---> Running in f4a105a4c8d7 [2021-01-11T15:53:03.610Z] ---> Running in ce65551a67d2 [2021-01-11T15:53:04.374Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 156k 0 0 595k 0 0:03:18 --:--:-- 0:03:18 593k 36 115M 36 41.7M 0 0 33.0M 0 0:00:03 0:00:01 0:00:02 32.9M 77 115M 77 89.2M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M 100 115M 100 115M 0 0 41.2M 0 0:00:02 0:00:02 --:--:-- 41.2M [2021-01-11T15:53:04.943Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-11T15:53:07.954Z] Removing intermediate container aa61e07a9a48 [2021-01-11T15:53:07.955Z] ---> c58754af19d9 [2021-01-11T15:53:07.955Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-11T15:53:07.955Z] ---> Running in 2bd4628eeea8 [2021-01-11T15:53:07.955Z] Removing intermediate container f4a105a4c8d7 [2021-01-11T15:53:07.955Z] ---> f1f93829999c [2021-01-11T15:53:07.955Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:53:07.955Z] Removing intermediate container e20274bdb1e2 [2021-01-11T15:53:07.955Z] ---> 9b38e0b687d9 [2021-01-11T15:53:07.955Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:53:07.955Z] Removing intermediate container 67f0bf2fcac4 [2021-01-11T15:53:07.955Z] ---> 751f8b837385 [2021-01-11T15:53:07.955Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-11T15:53:07.955Z] ---> Running in cab1a72e428b [2021-01-11T15:53:08.230Z] Removing intermediate container ce65551a67d2 [2021-01-11T15:53:08.230Z] ---> 82b3be8097d6 [2021-01-11T15:53:08.230Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:53:08.230Z] ---> Running in 06f3f4c40c73 [2021-01-11T15:53:08.230Z] ---> Running in 9dfe7aead65a [2021-01-11T15:53:08.509Z] ---> Running in cbf08b732c2c [2021-01-11T15:53:09.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:09.146Z] Staging go115 [2021-01-11T15:53:10.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:10.963Z] OK: 217 MiB in 51 packages [2021-01-11T15:53:11.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:11.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:11.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:53:11.856Z] OK: 217 MiB in 51 packages [2021-01-11T15:53:12.134Z] OK: 217 MiB in 51 packages [2021-01-11T15:53:12.134Z] OK: 217 MiB in 51 packages [2021-01-11T15:53:12.410Z] Removing intermediate container 2bd4628eeea8 [2021-01-11T15:53:12.410Z] ---> 95d330e0d4b8 [2021-01-11T15:53:12.410Z] Step 6/24 : COPY go.mod . [2021-01-11T15:53:12.688Z] OK: 217 MiB in 51 packages [2021-01-11T15:53:13.288Z] ---> dd246f3cbdc3 [2021-01-11T15:53:13.288Z] Step 7/24 : RUN go mod download [2021-01-11T15:53:13.348Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-11T15:53:13.349Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-11T15:53:13.349Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-11T15:53:13.349Z] Fetched 0 B in 0s (0 B/s) [2021-01-11T15:53:13.349Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-11T15:53:13.349Z] Fetched 224 kB in 0s (0 B/s) [2021-01-11T15:53:13.349Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-11T15:53:13.349Z] Fetched 157 kB in 0s (0 B/s) [2021-01-11T15:53:13.349Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-11T15:53:13.349Z] Fetched 221 kB in 0s (0 B/s) [2021-01-11T15:53:13.349Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-11T15:53:13.349Z] Fetched 143 kB in 0s (0 B/s) [2021-01-11T15:53:13.349Z] Pulling edgex-go [2021-01-11T15:53:13.563Z] ---> Running in 6dbcc440b2b3 [2021-01-11T15:53:13.837Z] Removing intermediate container cab1a72e428b [2021-01-11T15:53:13.837Z] ---> 2443c33019b6 [2021-01-11T15:53:13.837Z] Step 6/21 : COPY go.mod . [2021-01-11T15:53:14.292Z] Pulling version [2021-01-11T15:53:14.436Z] Removing intermediate container cbf08b732c2c [2021-01-11T15:53:14.436Z] ---> 4e3da71c3e2a [2021-01-11T15:53:14.436Z] Step 6/22 : COPY go.mod . [2021-01-11T15:53:14.436Z] Removing intermediate container 06f3f4c40c73 [2021-01-11T15:53:14.436Z] ---> 60f3b06f3f0f [2021-01-11T15:53:14.436Z] Step 6/22 : COPY go.mod . [2021-01-11T15:53:14.709Z] Removing intermediate container 9dfe7aead65a [2021-01-11T15:53:14.709Z] ---> 82a3efc3aa25 [2021-01-11T15:53:14.709Z] Step 6/23 : COPY go.mod . [2021-01-11T15:53:14.986Z] ---> 517a706d151b [2021-01-11T15:53:14.986Z] Step 7/21 : RUN go mod download [2021-01-11T15:53:15.232Z] Building config-common [2021-01-11T15:53:15.262Z] ---> Running in 1768f1c619a2 [2021-01-11T15:53:15.542Z] ---> 37fc35da98df [2021-01-11T15:53:15.542Z] Step 7/22 : RUN go mod download [2021-01-11T15:53:15.818Z] ---> Running in 3f14ba74805c [2021-01-11T15:53:15.818Z] ---> 26666c703ec7 [2021-01-11T15:53:15.818Z] Step 7/22 : RUN go mod download [2021-01-11T15:53:15.818Z] ---> e5d469310991 [2021-01-11T15:53:15.818Z] Step 7/23 : RUN go mod download [2021-01-11T15:53:16.101Z] ---> Running in 4c627d3ebb92 [2021-01-11T15:53:16.101Z] ---> Running in b7d8f8cfa3c9 [2021-01-11T15:53:17.144Z] Skipping build go-build-helper (already ran) [2021-01-11T15:53:17.145Z] Skipping build static-packages (already ran) [2021-01-11T15:53:17.145Z] Skipping build go115 (already ran) [2021-01-11T15:53:17.406Z] Building edgex-go [2021-01-11T15:53:17.406Z] 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-11T15:53:18.095Z] Removing intermediate container 6dbcc440b2b3 [2021-01-11T15:53:18.096Z] ---> c93de4d18635 [2021-01-11T15:53:18.096Z] Step 8/24 : COPY . . [2021-01-11T15:53:18.789Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-11T15:53:18.790Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-11T15:53:18.790Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-11T15:53:18.790Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.31 [2021-01-11T15:53:18.790Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-11T15:53:18.790Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-11T15:53:18.790Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-11T15:53:18.790Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-11T15:53:18.790Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-11T15:53:18.790Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-11T15:53:18.790Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-11T15:53:18.790Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-11T15:53:18.790Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-11T15:53:18.790Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-11T15:53:18.790Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-11T15:53:18.790Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-11T15:53:18.790Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-11T15:53:18.790Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-11T15:53:18.790Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-11T15:53:18.790Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-11T15:53:19.369Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-11T15:53:19.629Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-11T15:53:20.090Z] Removing intermediate container 1768f1c619a2 [2021-01-11T15:53:20.091Z] ---> ed8ce311803e [2021-01-11T15:53:20.091Z] Step 8/21 : COPY . . [2021-01-11T15:53:20.201Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-11T15:53:20.709Z] Removing intermediate container 3f14ba74805c [2021-01-11T15:53:20.709Z] ---> 02d8caddd605 [2021-01-11T15:53:20.709Z] Step 8/22 : COPY . . [2021-01-11T15:53:21.307Z] Removing intermediate container 4c627d3ebb92 [2021-01-11T15:53:21.307Z] ---> 39f2ffcbf6aa [2021-01-11T15:53:21.307Z] Step 8/23 : COPY . . [2021-01-11T15:53:21.907Z] Removing intermediate container b7d8f8cfa3c9 [2021-01-11T15:53:21.907Z] ---> c0f90da113a1 [2021-01-11T15:53:21.907Z] Step 8/22 : COPY . . [2021-01-11T15:53:25.478Z] 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-11T15:53:29.717Z] 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-11T15:53:30.657Z] 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-11T15:53:31.597Z] 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-11T15:53:32.169Z] 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-11T15:53:32.169Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-11T15:53:32.429Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-11T15:53:32.429Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-11T15:53:32.429Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-11T15:53:33.809Z] 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-11T15:53:33.809Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-11T15:53:33.809Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-11T15:53:35.193Z] 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-11T15:53:35.193Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-11T15:53:36.136Z] 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-11T15:53:36.136Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-11T15:53:37.518Z] 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-11T15:53:38.089Z] 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-11T15:53:39.029Z] 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-11T15:53:41.574Z] Building version [2021-01-11T15:53:43.492Z] Staging config-common [2021-01-11T15:53:44.434Z] Skipping stage go-build-helper (already ran) [2021-01-11T15:53:44.434Z] Skipping stage static-packages (already ran) [2021-01-11T15:53:44.434Z] Skipping stage go115 (already ran) [2021-01-11T15:53:44.434Z] Staging edgex-go [2021-01-11T15:53:45.377Z] Staging version [2021-01-11T15:53:45.950Z] Priming config-common [2021-01-11T15:53:47.337Z] Priming go-build-helper [2021-01-11T15:53:47.908Z] Priming static-packages [2021-01-11T15:53:48.729Z] ---> 8ec519f2329f [2021-01-11T15:53:48.729Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-11T15:53:48.729Z] ---> 322ef8c6e829 [2021-01-11T15:53:48.729Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-11T15:53:48.729Z] ---> ea11cfa835f5 [2021-01-11T15:53:48.729Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-11T15:53:48.729Z] ---> 9c063d2e0faa [2021-01-11T15:53:48.729Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-11T15:53:48.729Z] ---> Running in f2004484c798 [2021-01-11T15:53:48.729Z] ---> Running in 2463ea9d7847 [2021-01-11T15:53:48.729Z] ---> 8eabcb6251bf [2021-01-11T15:53:48.729Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-11T15:53:48.729Z] ---> Running in bab609ff62ba [2021-01-11T15:53:48.729Z] ---> Running in 0ffd67ad7177 [2021-01-11T15:53:48.729Z] ---> Running in a933316f46c3 [2021-01-11T15:53:48.729Z] 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-11T15:53:49.014Z] 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-11T15:53:49.293Z] 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-11T15:53:49.293Z] 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-11T15:53:49.293Z] 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-11T15:53:50.466Z] Priming go115 [2021-01-11T15:53:51.037Z] Priming edgex-go [2021-01-11T15:53:52.643Z] Priming version [2021-01-11T15:53:53.268Z] 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-11T15:55:11.104Z] 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-11T15:55:13.097Z] 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-11T15:55:23.335Z] Removing intermediate container a933316f46c3 [2021-01-11T15:55:23.335Z] ---> d9b3cbde25b4 [2021-01-11T15:55:23.335Z] [2021-01-11T15:55:23.335Z] Step 10/22 : FROM alpine:3.12 [2021-01-11T15:55:23.615Z] 3.12: Pulling from library/alpine [2021-01-11T15:55:26.259Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-11T15:55:26.259Z] Status: Downloaded newer image for alpine:3.12 [2021-01-11T15:55:26.259Z] ---> afeebe901d6b [2021-01-11T15:55:26.259Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:55:26.538Z] Removing intermediate container f2004484c798 [2021-01-11T15:55:26.538Z] ---> 77a5779aab61 [2021-01-11T15:55:26.538Z] [2021-01-11T15:55:26.538Z] Step 10/24 : FROM alpine:3.12 [2021-01-11T15:55:26.538Z] ---> afeebe901d6b [2021-01-11T15:55:26.538Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-11T15:55:26.538Z] ---> Running in 4b0a91aa3056 [2021-01-11T15:55:26.814Z] ---> Running in 8b3c95147cb7 [2021-01-11T15:55:29.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:29.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:29.739Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:30.049Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:30.782Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:55:30.782Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:55:30.782Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:55:30.782Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:55:31.087Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:55:31.087Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-11T15:55:31.087Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:55:31.087Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:55:31.087Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:55:31.087Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-11T15:55:31.087Z] (4/5) Installing curl (7.69.1-r3) [2021-01-11T15:55:31.087Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-11T15:55:31.087Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:55:31.087Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:55:31.366Z] OK: 7 MiB in 19 packages [2021-01-11T15:55:31.664Z] Removing intermediate container 2463ea9d7847 [2021-01-11T15:55:31.664Z] ---> 32c8c8af22df [2021-01-11T15:55:31.664Z] [2021-01-11T15:55:31.664Z] Step 10/21 : FROM alpine:3.12 [2021-01-11T15:55:31.664Z] ---> afeebe901d6b [2021-01-11T15:55:31.664Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-11T15:55:31.664Z] OK: 7 MiB in 19 packages [2021-01-11T15:55:31.965Z] ---> Running in dda7fd938178 [2021-01-11T15:55:35.403Z] Removing intermediate container 8b3c95147cb7 [2021-01-11T15:55:35.403Z] ---> 9f643b677696 [2021-01-11T15:55:35.403Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:55:35.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:35.403Z] ---> Running in 8cbc9553a7f2 [2021-01-11T15:55:35.403Z] Removing intermediate container 4b0a91aa3056 [2021-01-11T15:55:35.403Z] ---> 77c8145be757 [2021-01-11T15:55:35.403Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-11T15:55:35.403Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:55:35.682Z] ---> Running in effe759620a9 [2021-01-11T15:55:35.969Z] Removing intermediate container 8cbc9553a7f2 [2021-01-11T15:55:35.969Z] ---> 3945fbc24001 [2021-01-11T15:55:35.969Z] Step 13/24 : WORKDIR / [2021-01-11T15:55:35.969Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-11T15:55:36.256Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:55:36.256Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-11T15:55:36.256Z] (4/4) Installing curl (7.69.1-r3) [2021-01-11T15:55:36.256Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:55:36.256Z] Executing ca-certificates-20191127-r4.trigger [2021-01-11T15:55:36.532Z] ---> Running in e9b3d95ea955 [2021-01-11T15:55:36.532Z] OK: 7 MiB in 18 packages [2021-01-11T15:55:36.532Z] Removing intermediate container effe759620a9 [2021-01-11T15:55:36.532Z] ---> 4800735d2761 [2021-01-11T15:55:36.532Z] Step 13/22 : WORKDIR / [2021-01-11T15:55:37.132Z] ---> Running in 9564b0fe0590 [2021-01-11T15:55:37.414Z] Removing intermediate container e9b3d95ea955 [2021-01-11T15:55:37.414Z] ---> 7d20f29d3568 [2021-01-11T15:55:37.414Z] 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-11T15:55:38.017Z] Removing intermediate container 9564b0fe0590 [2021-01-11T15:55:38.017Z] ---> 06a55bf75bc2 [2021-01-11T15:55:38.017Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-11T15:55:39.468Z] ---> 446e6204cee8 [2021-01-11T15:55:39.468Z] 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-11T15:55:39.468Z] Removing intermediate container dda7fd938178 [2021-01-11T15:55:39.468Z] ---> 474c7ca853b3 [2021-01-11T15:55:39.468Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-11T15:55:39.468Z] ---> 97f099f95ebb [2021-01-11T15:55:39.468Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-11T15:55:39.740Z] ---> Running in 1da74f3bdb17 [2021-01-11T15:55:42.330Z] ---> 3e719abb7f9c [2021-01-11T15:55:42.330Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-11T15:55:42.330Z] Removing intermediate container 1da74f3bdb17 [2021-01-11T15:55:42.330Z] ---> bc4c464ee321 [2021-01-11T15:55:42.330Z] Step 13/21 : WORKDIR /edgex [2021-01-11T15:55:42.330Z] ---> Running in 0f222b77d495 [2021-01-11T15:55:42.330Z] ---> 9873ed8e2527 [2021-01-11T15:55:42.330Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-11T15:55:42.330Z] Removing intermediate container 0f222b77d495 [2021-01-11T15:55:42.330Z] ---> f48f29a97174 [2021-01-11T15:55:42.330Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-11T15:55:42.330Z] ---> 942c0278db32 [2021-01-11T15:55:42.330Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-11T15:55:43.321Z] ---> 6f318a08fe8e [2021-01-11T15:55:43.321Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-11T15:55:43.599Z] ---> ad7f9b81fe7b [2021-01-11T15:55:43.599Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-11T15:55:45.051Z] ---> 21d623333608 [2021-01-11T15:55:45.051Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-11T15:55:45.656Z] ---> ffcdd73e527e [2021-01-11T15:55:45.656Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-11T15:55:45.656Z] ---> df55f0ca5c73 [2021-01-11T15:55:45.656Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-11T15:55:45.933Z] ---> Running in 675a927c44f5 [2021-01-11T15:55:47.385Z] ---> d0cbcba777ea [2021-01-11T15:55:47.385Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-11T15:55:47.663Z] ---> 8855f3e67158 [2021-01-11T15:55:47.663Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-11T15:55:47.937Z] ---> Running in 39bde86b3a42 [2021-01-11T15:55:49.950Z] ---> 29f2667b957d [2021-01-11T15:55:49.950Z] 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-11T15:55:49.950Z] Removing intermediate container 39bde86b3a42 [2021-01-11T15:55:49.950Z] ---> 82075addeade [2021-01-11T15:55:49.950Z] Step 18/21 : CMD ["--init=true"] [2021-01-11T15:55:50.237Z] Removing intermediate container 675a927c44f5 [2021-01-11T15:55:50.237Z] ---> c255870c5bdb [2021-01-11T15:55:50.237Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-11T15:55:50.237Z] ---> Running in 248d114edf3b [2021-01-11T15:55:50.237Z] ---> Running in 12ac899a1984 [2021-01-11T15:55:51.222Z] Removing intermediate container 0ffd67ad7177 [2021-01-11T15:55:51.222Z] ---> b96d9f6c04d8 [2021-01-11T15:55:51.222Z] [2021-01-11T15:55:51.222Z] Step 10/22 : FROM scratch [2021-01-11T15:55:51.222Z] ---> [2021-01-11T15:55:51.222Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:55:51.222Z] ---> Running in ad4a4499e3b9 [2021-01-11T15:55:51.502Z] ---> Running in 7bcadb93f897 [2021-01-11T15:55:51.503Z] Removing intermediate container 248d114edf3b [2021-01-11T15:55:51.503Z] ---> 27815ce3f124 [2021-01-11T15:55:51.503Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T15:55:51.782Z] ---> Running in 1c7bca7a89d4 [2021-01-11T15:55:51.782Z] Removing intermediate container ad4a4499e3b9 [2021-01-11T15:55:51.782Z] ---> 0e69f5bee3ac [2021-01-11T15:55:51.782Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T15:55:52.057Z] Removing intermediate container 7bcadb93f897 [2021-01-11T15:55:52.057Z] ---> b9506ab27814 [2021-01-11T15:55:52.057Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-11T15:55:52.342Z] ---> Running in 58b47b798cd3 [2021-01-11T15:55:52.342Z] ---> Running in a9b6ea30b65b [2021-01-11T15:55:52.940Z] Removing intermediate container 1c7bca7a89d4 [2021-01-11T15:55:52.940Z] ---> 5bef201ee365 [2021-01-11T15:55:52.940Z] Step 20/21 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:55:52.940Z] Removing intermediate container 58b47b798cd3 [2021-01-11T15:55:52.940Z] ---> 29cc45119f70 [2021-01-11T15:55:52.940Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:55:53.214Z] ---> Running in 3a702d4dff0a [2021-01-11T15:55:53.214Z] Removing intermediate container a9b6ea30b65b [2021-01-11T15:55:53.214Z] ---> 2d71a1c6b13d [2021-01-11T15:55:53.214Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:55:53.214Z] ---> Running in 124be638c32a [2021-01-11T15:55:53.489Z] ---> Running in e3ddc11a365e [2021-01-11T15:55:53.762Z] Removing intermediate container 3a702d4dff0a [2021-01-11T15:55:53.762Z] ---> 12c304824a45 [2021-01-11T15:55:53.762Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T15:55:54.038Z] ---> Running in c1ee3ed13a2b [2021-01-11T15:55:54.038Z] Removing intermediate container 124be638c32a [2021-01-11T15:55:54.038Z] ---> 733bff41321f [2021-01-11T15:55:54.038Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:55:54.317Z] Removing intermediate container e3ddc11a365e [2021-01-11T15:55:54.317Z] ---> 5b522d6e6978 [2021-01-11T15:55:54.317Z] Step 14/22 : WORKDIR / [2021-01-11T15:55:54.317Z] ---> Running in 8a5db31305d7 [2021-01-11T15:55:54.317Z] Removing intermediate container 12ac899a1984 [2021-01-11T15:55:54.317Z] ---> 4767928c3c4a [2021-01-11T15:55:54.317Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-11T15:55:54.317Z] ---> Running in 7ce7f0b1e841 [2021-01-11T15:55:54.601Z] ---> Running in c06c00871ee4 [2021-01-11T15:55:54.882Z] Removing intermediate container c1ee3ed13a2b [2021-01-11T15:55:54.882Z] ---> 5f5d17eb77f0 [2021-01-11T15:55:54.882Z] [2021-01-11T15:55:55.163Z] Removing intermediate container 8a5db31305d7 [2021-01-11T15:55:55.163Z] ---> 4d55514e57e7 [2021-01-11T15:55:55.163Z] [2021-01-11T15:55:55.163Z] Removing intermediate container 7ce7f0b1e841 [2021-01-11T15:55:55.163Z] ---> 1257d6a4596e [2021-01-11T15:55:55.163Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-11T15:55:55.454Z] Successfully built 5f5d17eb77f0 [2021-01-11T15:55:55.454Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-11T15:55:55.454Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-11T15:55:55.454Z] Removing intermediate container c06c00871ee4 [2021-01-11T15:55:55.454Z] ---> bb47cd03711b [2021-01-11T15:55:55.454Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T15:55:55.748Z] Successfully built 4d55514e57e7 [2021-01-11T15:55:56.025Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-11T15:55:56.025Z] Building docker-support-notifications-go [2021-01-11T15:55:56.025Z] ---> Running in 5656d75388c8 [2021-01-11T15:55:56.301Z]  Building docker-security-bootstrap-redis-go ... done  ---> c3b58a85b6f7 [2021-01-11T15:55:56.301Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-11T15:55:56.581Z] Removing intermediate container 5656d75388c8 [2021-01-11T15:55:56.581Z] ---> 5578e607dfe4 [2021-01-11T15:55:56.581Z] Step 23/24 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:55:56.856Z] ---> Running in b1e97f1b8dc1 [2021-01-11T15:55:57.845Z] Removing intermediate container b1e97f1b8dc1 [2021-01-11T15:55:57.845Z] ---> 39899ca42b2c [2021-01-11T15:55:57.845Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T15:55:59.834Z] ---> Running in 44f72345cc10 [2021-01-11T15:56:00.829Z] ---> 5ed74a2cdf98 [2021-01-11T15:56:00.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-11T15:56:01.452Z] Removing intermediate container 44f72345cc10 [2021-01-11T15:56:01.452Z] ---> 8a1f4be0fbfc [2021-01-11T15:56:01.452Z] [2021-01-11T15:56:01.737Z] Removing intermediate container bab609ff62ba [2021-01-11T15:56:01.737Z] ---> f4d3e2002afa [2021-01-11T15:56:01.737Z] [2021-01-11T15:56:01.737Z] Step 10/23 : FROM alpine:3.12 [2021-01-11T15:56:01.737Z] ---> afeebe901d6b [2021-01-11T15:56:01.737Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:56:02.021Z] Successfully built 8a1f4be0fbfc [2021-01-11T15:56:02.021Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-11T15:56:02.021Z] Building docker-sys-mgmt-agent-go [2021-01-11T15:56:02.617Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 48ac5d650b4c [2021-01-11T15:56:02.617Z] ---> e40ab0c4f62b [2021-01-11T15:56:02.617Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-11T15:56:02.890Z] ---> Running in b832c69a7b4a [2021-01-11T15:56:03.163Z] Removing intermediate container 48ac5d650b4c [2021-01-11T15:56:03.163Z] ---> 3406bb7c8358 [2021-01-11T15:56:03.163Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-11T15:56:03.769Z] ---> Running in 6e987c359516 [2021-01-11T15:56:04.373Z] Removing intermediate container b832c69a7b4a [2021-01-11T15:56:04.373Z] ---> c24247572840 [2021-01-11T15:56:04.373Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:56:05.356Z] Removing intermediate container 6e987c359516 [2021-01-11T15:56:05.356Z] ---> 45cdb4bbd1c3 [2021-01-11T15:56:05.356Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-11T15:56:05.965Z] ---> Running in 188fc4f6f201 [2021-01-11T15:56:06.570Z] ---> Running in 61ad1276d5c4 [2021-01-11T15:56:06.844Z] Removing intermediate container 188fc4f6f201 [2021-01-11T15:56:06.844Z] ---> 4365f967b232 [2021-01-11T15:56:06.844Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T15:56:07.116Z] Removing intermediate container 61ad1276d5c4 [2021-01-11T15:56:07.116Z] ---> b303a8ad9d25 [2021-01-11T15:56:07.116Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:56:07.392Z] ---> Running in a85210a5201a [2021-01-11T15:56:07.392Z] ---> Running in e0c64555e3a7 [2021-01-11T15:56:08.004Z] Removing intermediate container a85210a5201a [2021-01-11T15:56:08.004Z] ---> d807ed76a7d4 [2021-01-11T15:56:08.004Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:56:08.281Z] ---> Running in 47728cdadc4e [2021-01-11T15:56:09.270Z] Removing intermediate container 47728cdadc4e [2021-01-11T15:56:09.270Z] ---> 8d581fe6aa98 [2021-01-11T15:56:09.270Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:56:09.549Z] ---> Running in f2b16bb5e392 [2021-01-11T15:56:10.157Z] Removing intermediate container f2b16bb5e392 [2021-01-11T15:56:10.157Z] ---> 1678d788f417 [2021-01-11T15:56:10.157Z] [2021-01-11T15:56:10.756Z] Successfully built 1678d788f417 [2021-01-11T15:56:10.756Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-11T15:56:10.756Z] Building docker-core-command-go [2021-01-11T15:56:11.354Z]  Building docker-core-metadata-go ... done Removing intermediate container e0c64555e3a7 [2021-01-11T15:56:11.354Z] ---> ccaeb460ccc1 [2021-01-11T15:56:11.354Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-11T15:56:11.626Z] ---> Running in 68b464950ca5 [2021-01-11T15:56:13.069Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:13.667Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:14.649Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-11T15:56:14.649Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-11T15:56:14.649Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-11T15:56:14.924Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-11T15:56:15.203Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-11T15:56:15.203Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:56:15.203Z] OK: 8 MiB in 19 packages [2021-01-11T15:56:19.523Z] Removing intermediate container 68b464950ca5 [2021-01-11T15:56:19.523Z] ---> 996af968376a [2021-01-11T15:56:19.523Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-11T15:56:20.968Z] ---> ebb16c402c4a [2021-01-11T15:56:20.968Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-11T15:56:23.597Z] ---> b123d2be6422 [2021-01-11T15:56:23.597Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-11T15:56:24.579Z] ---> abda440c6645 [2021-01-11T15:56:24.579Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-11T15:56:24.856Z] ---> Running in e69d559ceb3e [2021-01-11T15:56:25.461Z] Removing intermediate container e69d559ceb3e [2021-01-11T15:56:25.462Z] ---> a1d1d151a762 [2021-01-11T15:56:25.462Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:56:25.735Z] ---> Running in f2eb8b84c979 [2021-01-11T15:56:27.181Z] Removing intermediate container f2eb8b84c979 [2021-01-11T15:56:27.181Z] ---> 476caf082614 [2021-01-11T15:56:27.181Z] Step 21/23 : LABEL arch=arm64 [2021-01-11T15:56:27.458Z] ---> Running in efc4acfce5f6 [2021-01-11T15:56:28.458Z] Removing intermediate container efc4acfce5f6 [2021-01-11T15:56:28.458Z] ---> 3157f25a3fbe [2021-01-11T15:56:28.458Z] Step 22/23 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:56:29.066Z] ---> Running in 1541c7583575 [2021-01-11T15:56:30.058Z] Removing intermediate container 1541c7583575 [2021-01-11T15:56:30.058Z] ---> 8e763280755c [2021-01-11T15:56:30.058Z] Step 23/23 : LABEL version=0.0.0 [2021-01-11T15:56:30.338Z] ---> Running in 30c14b1e8c6c [2021-01-11T15:56:31.328Z] Removing intermediate container 30c14b1e8c6c [2021-01-11T15:56:31.328Z] ---> dcb6b8cf2e0c [2021-01-11T15:56:31.328Z] [2021-01-11T15:56:31.602Z] Successfully built dcb6b8cf2e0c [2021-01-11T15:56:31.879Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-11T15:56:44.425Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:56:44.425Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:56:44.425Z] ---> 5ba394f8eaf2 [2021-01-11T15:56:44.425Z] Step 3/24 : WORKDIR /edgex-go [2021-01-11T15:56:44.425Z] ---> Using cache [2021-01-11T15:56:44.425Z] ---> c2455870abd6 [2021-01-11T15:56:44.425Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:56:44.425Z] ---> Using cache [2021-01-11T15:56:44.425Z] ---> 82b3be8097d6 [2021-01-11T15:56:44.425Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-11T15:56:44.425Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:56:44.425Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:56:44.425Z] ---> 5ba394f8eaf2 [2021-01-11T15:56:44.425Z] Step 3/21 : WORKDIR /edgex-go [2021-01-11T15:56:44.425Z] ---> Using cache [2021-01-11T15:56:44.425Z] ---> c2455870abd6 [2021-01-11T15:56:44.426Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:56:44.426Z] ---> Using cache [2021-01-11T15:56:44.426Z] ---> 82b3be8097d6 [2021-01-11T15:56:44.426Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-11T15:56:44.426Z] ---> Using cache [2021-01-11T15:56:44.426Z] ---> 4e3da71c3e2a [2021-01-11T15:56:44.426Z] Step 6/21 : COPY go.mod . [2021-01-11T15:56:44.426Z] ---> Using cache [2021-01-11T15:56:44.426Z] ---> 37fc35da98df [2021-01-11T15:56:44.426Z] Step 7/21 : RUN go mod download [2021-01-11T15:56:44.426Z] ---> Using cache [2021-01-11T15:56:44.426Z] ---> 02d8caddd605 [2021-01-11T15:56:44.426Z] Step 8/21 : COPY . . [2021-01-11T15:56:44.426Z] ---> Using cache [2021-01-11T15:56:44.426Z] ---> 8eabcb6251bf [2021-01-11T15:56:44.426Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-11T15:56:47.840Z] ---> Running in ee9ccbd18ce6 [2021-01-11T15:56:47.840Z] ---> Running in c9f6d9107a0f [2021-01-11T15:56:49.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:49.854Z] 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-11T15:56:49.854Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:56:49.854Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:56:49.854Z] ---> 5ba394f8eaf2 [2021-01-11T15:56:49.854Z] Step 3/26 : WORKDIR /edgex-go [2021-01-11T15:56:49.854Z] ---> Using cache [2021-01-11T15:56:49.854Z] ---> c2455870abd6 [2021-01-11T15:56:49.854Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:56:49.854Z] ---> Using cache [2021-01-11T15:56:49.854Z] ---> 82b3be8097d6 [2021-01-11T15:56:49.854Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-11T15:56:50.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:51.121Z] ---> Running in 5b04e1c7f59d [2021-01-11T15:56:52.113Z] OK: 217 MiB in 51 packages [2021-01-11T15:56:53.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:53.746Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-11T15:56:53.746Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-11T15:56:53.746Z] ---> 5ba394f8eaf2 [2021-01-11T15:56:53.746Z] Step 3/22 : WORKDIR /edgex-go [2021-01-11T15:56:53.746Z] ---> Using cache [2021-01-11T15:56:53.746Z] ---> c2455870abd6 [2021-01-11T15:56:53.746Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-11T15:56:53.746Z] ---> Using cache [2021-01-11T15:56:53.746Z] ---> 82b3be8097d6 [2021-01-11T15:56:53.746Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-11T15:56:53.746Z] ---> Using cache [2021-01-11T15:56:53.746Z] ---> 4e3da71c3e2a [2021-01-11T15:56:53.746Z] Step 6/22 : COPY go.mod . [2021-01-11T15:56:53.746Z] ---> Using cache [2021-01-11T15:56:53.746Z] ---> 37fc35da98df [2021-01-11T15:56:53.746Z] Step 7/22 : RUN go mod download [2021-01-11T15:56:53.746Z] ---> Using cache [2021-01-11T15:56:53.746Z] ---> 02d8caddd605 [2021-01-11T15:56:53.746Z] Step 8/22 : COPY . . [2021-01-11T15:56:54.035Z] ---> Using cache [2021-01-11T15:56:54.035Z] ---> 8eabcb6251bf [2021-01-11T15:56:54.035Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-11T15:56:54.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:56:54.035Z] ---> Running in 5707d5f71e5e [2021-01-11T15:56:54.655Z] Removing intermediate container ee9ccbd18ce6 [2021-01-11T15:56:54.655Z] ---> f75520eebc02 [2021-01-11T15:56:54.655Z] Step 6/24 : COPY go.mod . [2021-01-11T15:56:54.928Z] OK: 217 MiB in 51 packages [2021-01-11T15:56:55.943Z] ---> 3565afbe469c [2021-01-11T15:56:55.943Z] Step 7/24 : RUN go mod download [2021-01-11T15:56:56.249Z] ---> Running in 60b1a050b243 [2021-01-11T15:56:56.531Z] 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-11T15:56:57.140Z] Removing intermediate container 5b04e1c7f59d [2021-01-11T15:56:57.140Z] ---> 030d8b52cd58 [2021-01-11T15:56:57.140Z] Step 6/26 : COPY go.mod . [2021-01-11T15:56:58.603Z] ---> 4330f6e2048f [2021-01-11T15:56:58.603Z] Step 7/26 : RUN go mod download [2021-01-11T15:56:58.603Z] ---> Running in c1a7f2b33699 [2021-01-11T15:57:01.253Z] Removing intermediate container 60b1a050b243 [2021-01-11T15:57:01.253Z] ---> 58c82fcba830 [2021-01-11T15:57:01.253Z] Step 8/24 : COPY . . [2021-01-11T15:57:04.694Z] Removing intermediate container c1a7f2b33699 [2021-01-11T15:57:04.694Z] ---> c26fafd58907 [2021-01-11T15:57:04.694Z] Step 8/26 : COPY . . [2021-01-11T15:57:31.588Z] ---> 962f2c7f8541 [2021-01-11T15:57:31.588Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-11T15:57:31.864Z] ---> Running in a7d20039e64e [2021-01-11T15:57:31.864Z] ---> 0d39fa1efb2e [2021-01-11T15:57:31.864Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-11T15:57:32.138Z] ---> Running in da0cde9a96b1 [2021-01-11T15:57:34.768Z] 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-11T15:57:34.768Z] 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-11T15:58:07.131Z] Removing intermediate container c9f6d9107a0f [2021-01-11T15:58:07.132Z] ---> dd04f633edb4 [2021-01-11T15:58:07.132Z] [2021-01-11T15:58:07.132Z] Step 10/21 : FROM scratch [2021-01-11T15:58:07.132Z] ---> [2021-01-11T15:58:07.132Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:58:07.132Z] ---> Using cache [2021-01-11T15:58:07.132Z] ---> b9506ab27814 [2021-01-11T15:58:07.132Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-11T15:58:07.132Z] ---> Running in 1df1eb2d839f [2021-01-11T15:58:07.132Z] Removing intermediate container 1df1eb2d839f [2021-01-11T15:58:07.132Z] ---> 6ea0733c4478 [2021-01-11T15:58:07.132Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-11T15:58:07.132Z] ---> Running in e4a6b8bbe67a [2021-01-11T15:58:07.132Z] Removing intermediate container e4a6b8bbe67a [2021-01-11T15:58:07.132Z] ---> a4e899b969d1 [2021-01-11T15:58:07.132Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-11T15:58:07.739Z] ---> a656e87f981a [2021-01-11T15:58:07.739Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-11T15:58:09.749Z] ---> 78d61339fbd5 [2021-01-11T15:58:09.749Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-11T15:58:11.199Z] ---> bd3f33f81a32 [2021-01-11T15:58:11.199Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-11T15:58:11.474Z] ---> Running in 8eea7187e19f [2021-01-11T15:58:12.458Z] Removing intermediate container 8eea7187e19f [2021-01-11T15:58:12.458Z] ---> cce24a5b2489 [2021-01-11T15:58:12.458Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:58:12.458Z] ---> Running in a61962cbfc96 [2021-01-11T15:58:13.434Z] Removing intermediate container a61962cbfc96 [2021-01-11T15:58:13.434Z] ---> 72820197ab0e [2021-01-11T15:58:13.434Z] Step 19/21 : LABEL arch=arm64 [2021-01-11T15:58:13.705Z] ---> Running in 6c8ff7e79969 [2021-01-11T15:58:15.149Z] Removing intermediate container 6c8ff7e79969 [2021-01-11T15:58:15.149Z] ---> 869d98c97e9e [2021-01-11T15:58:15.149Z] Step 20/21 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:58:15.425Z] ---> Running in 719f5f527ae5 [2021-01-11T15:58:16.026Z] Removing intermediate container 5707d5f71e5e [2021-01-11T15:58:16.026Z] ---> d4a6cfc5eb10 [2021-01-11T15:58:16.026Z] [2021-01-11T15:58:16.026Z] Step 10/22 : FROM scratch [2021-01-11T15:58:16.026Z] ---> [2021-01-11T15:58:16.026Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-11T15:58:16.026Z] ---> Using cache [2021-01-11T15:58:16.300Z] ---> b9506ab27814 [2021-01-11T15:58:16.300Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-11T15:58:16.300Z] Removing intermediate container 719f5f527ae5 [2021-01-11T15:58:16.300Z] ---> 4cfe89d3c4d6 [2021-01-11T15:58:16.300Z] Step 21/21 : LABEL version=0.0.0 [2021-01-11T15:58:16.300Z] ---> Running in e0daba2045ba [2021-01-11T15:58:16.572Z] ---> Running in a34e145da47a [2021-01-11T15:58:17.165Z] Removing intermediate container e0daba2045ba [2021-01-11T15:58:17.165Z] Removing intermediate container a34e145da47a [2021-01-11T15:58:17.165Z] ---> 1921322ee0a2 [2021-01-11T15:58:17.165Z] [2021-01-11T15:58:17.165Z] ---> 03421f4ab0ce [2021-01-11T15:58:17.165Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-11T15:58:17.441Z] ---> Running in ad3a4cebb4aa [2021-01-11T15:58:17.719Z] Successfully built 1921322ee0a2 [2021-01-11T15:58:17.995Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-11T15:58:18.271Z]  Building docker-support-scheduler-go ... done Removing intermediate container ad3a4cebb4aa [2021-01-11T15:58:18.271Z] ---> ec91e4e47140 [2021-01-11T15:58:18.271Z] Step 14/22 : WORKDIR / [2021-01-11T15:58:18.271Z] ---> Running in 5a0f64755dcf [2021-01-11T15:58:18.882Z] Removing intermediate container 5a0f64755dcf [2021-01-11T15:58:18.882Z] ---> 8847c25cd78a [2021-01-11T15:58:18.882Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-11T15:58:20.374Z] ---> a7fb65929262 [2021-01-11T15:58:20.374Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-11T15:58:21.853Z] ---> cad3f68269c6 [2021-01-11T15:58:21.853Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-11T15:58:23.353Z] ---> 43b913efa555 [2021-01-11T15:58:23.353Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-11T15:58:23.353Z] ---> Running in c7ed192ce41c [2021-01-11T15:58:24.409Z] Removing intermediate container c7ed192ce41c [2021-01-11T15:58:24.409Z] ---> e1ff59179b59 [2021-01-11T15:58:24.409Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:58:24.409Z] ---> Running in 8309a9ae71a4 [2021-01-11T15:58:25.079Z] Removing intermediate container 8309a9ae71a4 [2021-01-11T15:58:25.079Z] ---> d45a19573cd0 [2021-01-11T15:58:25.079Z] Step 20/22 : LABEL arch=arm64 [2021-01-11T15:58:25.397Z] ---> Running in 901e8a5acfe8 [2021-01-11T15:58:26.045Z] Removing intermediate container 901e8a5acfe8 [2021-01-11T15:58:26.045Z] ---> f040c9c087c7 [2021-01-11T15:58:26.045Z] Step 21/22 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:58:26.320Z] ---> Running in 3a4c8e09b5a9 [2021-01-11T15:58:26.923Z] Removing intermediate container 3a4c8e09b5a9 [2021-01-11T15:58:26.924Z] ---> 850f826d9bda [2021-01-11T15:58:26.924Z] Step 22/22 : LABEL version=0.0.0 [2021-01-11T15:58:27.198Z] ---> Running in af4a7cfbd991 [2021-01-11T15:58:27.801Z] Removing intermediate container af4a7cfbd991 [2021-01-11T15:58:27.801Z] ---> b33ef3034e95 [2021-01-11T15:58:27.801Z] [2021-01-11T15:58:28.405Z] Successfully built b33ef3034e95 [2021-01-11T15:58:28.405Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-11T15:58:43.767Z]  Building docker-core-command-go ... done Removing intermediate container da0cde9a96b1 [2021-01-11T15:58:43.767Z] ---> 14cbfe1a9a33 [2021-01-11T15:58:43.767Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-11T15:58:43.767Z] Removing intermediate container a7d20039e64e [2021-01-11T15:58:43.767Z] ---> fdfbb26a77cc [2021-01-11T15:58:43.767Z] [2021-01-11T15:58:43.767Z] Step 10/24 : FROM scratch [2021-01-11T15:58:43.767Z] ---> [2021-01-11T15:58:43.767Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-11T15:58:43.767Z] ---> Running in 9b4e9326105a [2021-01-11T15:58:43.767Z] ---> Running in 7095a6ea147a [2021-01-11T15:58:43.767Z] Removing intermediate container 7095a6ea147a [2021-01-11T15:58:43.767Z] ---> c630d7b8fe3c [2021-01-11T15:58:43.767Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-11T15:58:43.767Z] ---> Running in 449d011b3ec8 [2021-01-11T15:58:43.767Z] Removing intermediate container 449d011b3ec8 [2021-01-11T15:58:43.767Z] ---> b00ea26df4c7 [2021-01-11T15:58:43.767Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-11T15:58:43.767Z] 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-11T15:58:43.767Z] ---> Running in 591938026dbf [2021-01-11T15:58:44.386Z] Removing intermediate container 591938026dbf [2021-01-11T15:58:44.386Z] ---> 19ccdf4df767 [2021-01-11T15:58:44.386Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-11T15:58:45.391Z] ---> cb2d5842da7d [2021-01-11T15:58:45.391Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-11T15:58:46.382Z] ---> 6bbc1c0f7eb5 [2021-01-11T15:58:46.382Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-11T15:58:47.392Z] Removing intermediate container 9b4e9326105a [2021-01-11T15:58:47.392Z] ---> 098fb44f9d57 [2021-01-11T15:58:47.392Z] [2021-01-11T15:58:47.392Z] Step 11/26 : FROM docker:20.10.0 [2021-01-11T15:58:47.392Z] 20.10.0: Pulling from library/docker [2021-01-11T15:58:48.048Z] ---> 5156056fe659 [2021-01-11T15:58:48.048Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-11T15:58:49.521Z] ---> d6c8fa382974 [2021-01-11T15:58:49.521Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-11T15:58:50.967Z] ---> f62951c220bc [2021-01-11T15:58:50.967Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-11T15:58:52.413Z] ---> 87f0afe02c04 [2021-01-11T15:58:52.413Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-11T15:58:52.413Z] ---> Running in 2a7341be9d6f [2021-01-11T15:58:53.401Z] Removing intermediate container 2a7341be9d6f [2021-01-11T15:58:53.401Z] ---> c3c47da98223 [2021-01-11T15:58:53.401Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T15:58:53.678Z] ---> Running in 33969892eca0 [2021-01-11T15:58:54.280Z] Removing intermediate container 33969892eca0 [2021-01-11T15:58:54.280Z] ---> bf3f226d65c1 [2021-01-11T15:58:54.280Z] Step 22/24 : LABEL arch=arm64 [2021-01-11T15:58:54.891Z] ---> Running in 609a70657b24 [2021-01-11T15:58:55.497Z] Removing intermediate container 609a70657b24 [2021-01-11T15:58:55.497Z] ---> 0e8344eebb83 [2021-01-11T15:58:55.497Z] Step 23/24 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T15:58:55.497Z] ---> Running in c631b930ba38 [2021-01-11T15:58:56.489Z] Removing intermediate container c631b930ba38 [2021-01-11T15:58:56.489Z] ---> cbdb77122625 [2021-01-11T15:58:56.490Z] Step 24/24 : LABEL version=0.0.0 [2021-01-11T15:58:56.490Z] ---> Running in fadd08d009d3 [2021-01-11T15:58:56.490Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-11T15:58:56.490Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-11T15:58:56.490Z] ---> eeaf43b92773 [2021-01-11T15:58:56.490Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-11T15:58:56.768Z] ---> Running in 802271bcbf37 [2021-01-11T15:58:57.049Z] Removing intermediate container fadd08d009d3 [2021-01-11T15:58:57.049Z] ---> 7ea3fcef11c8 [2021-01-11T15:58:57.049Z] [2021-01-11T15:58:57.324Z] Successfully built 7ea3fcef11c8 [2021-01-11T15:58:57.324Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-11T15:58:57.925Z]  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:58:58.209Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:58:58.808Z] (1/2) Installing readline (8.0.4-r0) [2021-01-11T15:58:58.808Z] (2/2) Installing bash (5.0.17-r0) [2021-01-11T15:58:58.808Z] Executing bash-5.0.17-r0.post-install [2021-01-11T15:58:58.808Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:58:58.808Z] OK: 12 MiB in 22 packages [2021-01-11T15:59:00.251Z] Removing intermediate container 802271bcbf37 [2021-01-11T15:59:00.251Z] ---> 585333360dc4 [2021-01-11T15:59:00.251Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-11T15:59:00.251Z] ---> Running in dfe4617563f0 [2021-01-11T15:59:00.525Z] Removing intermediate container dfe4617563f0 [2021-01-11T15:59:00.525Z] ---> 1588bac5c63a [2021-01-11T15:59:00.525Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-11T15:59:00.798Z] ---> Running in a5385f1adb09 [2021-01-11T15:59:01.404Z] Removing intermediate container a5385f1adb09 [2021-01-11T15:59:01.404Z] ---> 9a0ab2bf68e5 [2021-01-11T15:59:01.404Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-11T15:59:01.404Z] ---> Running in 680c5cba5ac5 [2021-01-11T15:59:02.008Z] Removing intermediate container 680c5cba5ac5 [2021-01-11T15:59:02.008Z] ---> bed20932d720 [2021-01-11T15:59:02.008Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-11T15:59:02.996Z] ---> 84b7042f8aad [2021-01-11T15:59:02.996Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-11T15:59:03.981Z] ---> 5395a8fc43fa [2021-01-11T15:59:03.981Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-11T15:59:04.970Z] ---> 7c1efebc1698 [2021-01-11T15:59:04.970Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-11T15:59:04.970Z] ---> Running in 4f183a04530f [2021-01-11T15:59:06.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:59:06.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:59:07.001Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-11T15:59:07.001Z] (2/33) Installing expat (2.2.9-r1) [2021-01-11T15:59:07.001Z] (3/33) Installing libffi (3.3-r2) [2021-01-11T15:59:07.001Z] (4/33) Installing gdbm (1.13-r1) [2021-01-11T15:59:07.272Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-11T15:59:07.272Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-11T15:59:07.272Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-11T15:59:09.244Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-11T15:59:09.244Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-11T15:59:09.244Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-11T15:59:09.244Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-11T15:59:09.244Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-11T15:59:09.244Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-11T15:59:09.244Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-11T15:59:09.244Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-11T15:59:09.244Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-11T15:59:09.244Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-11T15:59:09.519Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-11T15:59:09.519Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-11T15:59:09.519Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-11T15:59:09.519Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-11T15:59:09.519Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-11T15:59:09.519Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-11T15:59:09.519Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-11T15:59:09.519Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-11T15:59:09.519Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-11T15:59:09.791Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-11T15:59:09.791Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-11T15:59:09.791Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-11T15:59:09.791Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-11T15:59:09.791Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-11T15:59:09.791Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-11T15:59:09.791Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-11T15:59:10.063Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:59:10.063Z] OK: 71 MiB in 55 packages [2021-01-11T15:59:16.796Z] Removing intermediate container 4f183a04530f [2021-01-11T15:59:16.796Z] ---> 8fbe79af2798 [2021-01-11T15:59:16.796Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-11T15:59:16.796Z] ---> Running in d73d1bee15c8 [2021-01-11T15:59:22.277Z] Collecting docker-compose==1.23.2 [2021-01-11T15:59:22.277Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-11T15:59:23.260Z] Collecting docker<4.0,>=3.6.0 [2021-01-11T15:59:23.260Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-11T15:59:24.765Z] Collecting PyYAML<4,>=3.10 [2021-01-11T15:59:24.765Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-11T15:59:28.256Z] Collecting texttable<0.10,>=0.9.0 [2021-01-11T15:59:28.256Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-11T15:59:30.221Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-11T15:59:30.221Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-11T15:59:30.492Z] Collecting docopt<0.7,>=0.6.1 [2021-01-11T15:59:30.492Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-11T15:59:33.101Z] 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-11T15:59:34.073Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-11T15:59:34.073Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-11T15:59:34.664Z] Collecting cached-property<2,>=1.2.0 [2021-01-11T15:59:34.665Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-11T15:59:35.257Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-11T15:59:35.257Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-11T15:59:37.893Z] Collecting jsonschema<3,>=2.5.1 [2021-01-11T15:59:37.893Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-11T15:59:37.893Z] Collecting docker-pycreds>=0.4.0 [2021-01-11T15:59:37.893Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-11T15:59:38.869Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-11T15:59:38.869Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-11T15:59:38.869Z] 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-11T15:59:39.140Z] Collecting idna<2.8,>=2.5 [2021-01-11T15:59:39.140Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-11T15:59:39.140Z] 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-11T15:59:39.140Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-11T15:59:39.140Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-11T15:59:39.140Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-11T15:59:39.140Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-11T15:59:40.119Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, docopt, cached-property, dockerpty, jsonschema, docker-compose [2021-01-11T15:59:40.119Z] Attempting uninstall: urllib3 [2021-01-11T15:59:40.119Z] Found existing installation: urllib3 1.25.9 [2021-01-11T15:59:40.119Z] Uninstalling urllib3-1.25.9: [2021-01-11T15:59:40.400Z] Successfully uninstalled urllib3-1.25.9 [2021-01-11T15:59:40.999Z] Attempting uninstall: idna [2021-01-11T15:59:40.999Z] Found existing installation: idna 2.9 [2021-01-11T15:59:40.999Z] Uninstalling idna-2.9: [2021-01-11T15:59:40.999Z] Successfully uninstalled idna-2.9 [2021-01-11T15:59:41.597Z] Attempting uninstall: requests [2021-01-11T15:59:41.597Z] Found existing installation: requests 2.23.0 [2021-01-11T15:59:41.597Z] Uninstalling requests-2.23.0: [2021-01-11T15:59:41.878Z] Successfully uninstalled requests-2.23.0 [2021-01-11T15:59:43.356Z] Running setup.py install for PyYAML: started [2021-01-11T15:59:45.444Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-11T15:59:45.444Z] Running setup.py install for texttable: started [2021-01-11T15:59:47.513Z] Running setup.py install for texttable: finished with status 'done' [2021-01-11T15:59:47.513Z] Running setup.py install for docopt: started [2021-01-11T15:59:49.485Z] Running setup.py install for docopt: finished with status 'done' [2021-01-11T15:59:49.485Z] Running setup.py install for dockerpty: started [2021-01-11T15:59:51.522Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-11T15:59:52.987Z] 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-11T15:59:56.435Z] Removing intermediate container d73d1bee15c8 [2021-01-11T15:59:56.435Z] ---> 0e88ef7c6f10 [2021-01-11T15:59:56.435Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-11T15:59:56.435Z] ---> Running in d9a22947d256 [2021-01-11T15:59:57.494Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-11T15:59:57.789Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-11T15:59:58.429Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-11T15:59:58.430Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-11T15:59:58.430Z] (3/3) Installing curl (7.69.1-r3) [2021-01-11T15:59:58.430Z] Executing busybox-1.31.1-r19.trigger [2021-01-11T15:59:58.430Z] OK: 71 MiB in 58 packages [2021-01-11T15:59:59.975Z] Removing intermediate container d9a22947d256 [2021-01-11T15:59:59.975Z] ---> 514bc1935548 [2021-01-11T15:59:59.975Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-11T15:59:59.975Z] ---> Running in 27723a250c94 [2021-01-11T16:00:00.267Z] Removing intermediate container 27723a250c94 [2021-01-11T16:00:00.267Z] ---> 67b229797b9e [2021-01-11T16:00:00.267Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-11T16:00:00.551Z] ---> Running in c6b5e1fad891 [2021-01-11T16:00:00.827Z] Removing intermediate container c6b5e1fad891 [2021-01-11T16:00:00.827Z] ---> 388849b7dca0 [2021-01-11T16:00:00.827Z] Step 24/26 : LABEL arch=arm64 [2021-01-11T16:00:01.104Z] ---> Running in c6529f5e8835 [2021-01-11T16:00:01.724Z] Removing intermediate container c6529f5e8835 [2021-01-11T16:00:01.724Z] ---> 30f7cba623e8 [2021-01-11T16:00:01.724Z] Step 25/26 : LABEL git_sha=c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [2021-01-11T16:00:01.724Z] ---> Running in 7e4ec3e3ce30 [2021-01-11T16:00:02.343Z] Removing intermediate container 7e4ec3e3ce30 [2021-01-11T16:00:02.343Z] ---> 2a9047d81014 [2021-01-11T16:00:02.343Z] Step 26/26 : LABEL version=0.0.0 [2021-01-11T16:00:02.343Z] ---> Running in 2c99cc9188aa [2021-01-11T16:00:02.956Z] Removing intermediate container 2c99cc9188aa [2021-01-11T16:00:02.956Z] ---> 7d5664bcaef9 [2021-01-11T16:00:02.956Z] [2021-01-11T16:00:03.236Z] Successfully built 7d5664bcaef9 [2021-01-11T16:00:03.236Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-11T16:00:03.879Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-11T16:00:03.881Z] $ docker stop --time=1 8feec96c15375439bcb23f82568b96e1be885588252acab24d5ca9a444c94470 [2021-01-11T16:00:05.842Z] $ docker rm -f 8feec96c15375439bcb23f82568b96e1be885588252acab24d5ca9a444c94470 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-11T16:00:06.675Z] + + grepdocker images [2021-01-11T16:00:06.675Z] docker [2021-01-11T16:00:06.948Z] docker-sys-mgmt-agent-go-arm64 latest 7d5664bcaef9 4 seconds ago 300MB [2021-01-11T16:00:06.949Z] docker-support-notifications-go-arm64 latest 7ea3fcef11c8 About a minute ago 11.4MB [2021-01-11T16:00:06.949Z] docker-core-command-go-arm64 latest b33ef3034e95 About a minute ago 9.98MB [2021-01-11T16:00:06.949Z] docker-support-scheduler-go-arm64 latest 1921322ee0a2 About a minute ago 10MB [2021-01-11T16:00:06.949Z] docker-core-data-go-arm64 latest dcb6b8cf2e0c 3 minutes ago 21MB [2021-01-11T16:00:06.949Z] docker-core-metadata-go-arm64 latest 1678d788f417 3 minutes ago 12.3MB [2021-01-11T16:00:06.949Z] docker-security-secretstore-setup-go-arm64 latest 8a1f4be0fbfc 4 minutes ago 23.4MB [2021-01-11T16:00:06.949Z] docker-security-proxy-setup-go-arm64 latest 5f5d17eb77f0 4 minutes ago 23.3MB [2021-01-11T16:00:06.949Z] docker-security-bootstrap-redis-go-arm64 latest 4d55514e57e7 4 minutes ago 15.1MB [2021-01-11T16:00:06.949Z] docker 20.10.0 eeaf43b92773 4 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-11T16:00:08.894Z] provisioning config files... [2021-01-11T16:00:08.918Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config6536448297825369219tmp [Pipeline] { [Pipeline] sh [2021-01-11T16:00:09.292Z] + set +x [2021-01-11T16:00:09.293Z] + curl -s https://codecov.io/bash [2021-01-11T16:00:09.293Z] + bash -s -- [2021-01-11T16:00:09.872Z] [2021-01-11T16:00:09.872Z] _____ _ [2021-01-11T16:00:09.872Z] / ____| | | [2021-01-11T16:00:09.872Z] | | ___ __| | ___ ___ _____ __ [2021-01-11T16:00:09.872Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-11T16:00:09.872Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-11T16:00:09.872Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-11T16:00:09.872Z] Bash-20201231-23d4836 [2021-01-11T16:00:09.872Z] [2021-01-11T16:00:09.872Z] [2021-01-11T16:00:09.872Z] ==> git version 2.24.3 found [2021-01-11T16:00:09.872Z] ==> 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-11T16:00:09.872Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-11T16:00:09.872Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-11T16:00:09.872Z] ==> Jenkins CI detected. [2021-01-11T16:00:09.872Z] project root: . [2021-01-11T16:00:09.872Z] --> token set from env [2021-01-11T16:00:09.872Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-11T16:00:09.872Z] ==> Running gcov in . (disable via -X gcov) [2021-01-11T16:00:09.872Z] ==> Python coveragepy not found [2021-01-11T16:00:09.872Z] ==> Searching for coverage reports in: [2021-01-11T16:00:09.872Z] + . [2021-01-11T16:00:09.872Z] -> Found 1 reports [2021-01-11T16:00:09.872Z] ==> Detecting git/mercurial file structure [2021-01-11T16:00:10.137Z] ==> Reading reports [2021-01-11T16:00:10.137Z] + ./coverage.out bytes=545099 [2021-01-11T16:00:10.137Z] ==> Appending adjustments [2021-01-11T16:00:10.137Z] https://docs.codecov.io/docs/fixing-reports [2021-01-11T16:00:13.477Z] + Found adjustments [2021-01-11T16:00:13.477Z] ==> Gzipping contents [2021-01-11T16:00:13.477Z] 84K /tmp/codecov.cO3HdA.gz [2021-01-11T16:00:13.477Z] ==> Uploading reports [2021-01-11T16:00:13.477Z] url: https://codecov.io [2021-01-11T16:00:13.477Z] query: branch=PR-2999&commit=c3fff5d214d9678334f8f39739c11b7a5b7db6a5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= [2021-01-11T16:00:13.477Z] -> Pinging Codecov [2021-01-11T16:00:13.477Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2999&commit=c3fff5d214d9678334f8f39739c11b7a5b7db6a5&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2999%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2999&job=&cmd_args= [2021-01-11T16:00:13.743Z] -> Uploading to [2021-01-11T16:00:13.743Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-11/00271124DB129430A58F1EEE437C3FCB/c3fff5d214d9678334f8f39739c11b7a5b7db6a5/674af26e-3079-4b7b-896d-6353ddf71c7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210111%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210111T160013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e55f79e325c2e0751bbfa509e2dbe2714843b758804d5bce4dc3056182df4260 [2021-01-11T16:00:13.743Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-11T16:00:13.743Z] Dload Upload Total Spent Left Speed [2021-01-11T16:00:14.321Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82713 0 0 100 82713 0 119k --:--:-- --:--:-- --:--:-- 119k [2021-01-11T16:00:14.321Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c3fff5d214d9678334f8f39739c11b7a5b7db6a5 [Pipeline] } [2021-01-11T16:00:14.331Z] 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-11T16:00:16.303Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:17.193Z] ---> package-listing.sh [2021-01-11T16:00:17.194Z] ++ facter osfamily [2021-01-11T16:00:17.194Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-11T16:00:17.194Z] + OS_FAMILY=redhat [2021-01-11T16:00:17.194Z] + workspace=/w/workspace/edgex-go/4 [2021-01-11T16:00:17.194Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-11T16:00:17.194Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-11T16:00:17.194Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-11T16:00:17.194Z] + PACKAGES=/tmp/packages_start.txt [2021-01-11T16:00:17.194Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-11T16:00:17.194Z] + PACKAGES=/tmp/packages_end.txt [2021-01-11T16:00:17.194Z] + case "${OS_FAMILY}" in [2021-01-11T16:00:17.194Z] + rpm -qa [2021-01-11T16:00:17.194Z] + sort [2021-01-11T16:00:22.519Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-11T16:00:22.519Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-11T16:00:22.519Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-11T16:00:22.519Z] + '[' /w/workspace/edgex-go/4 ']' [2021-01-11T16:00:22.519Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-01-11T16:00:22.519Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-01-11T16:00:22.534Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-11T16:00:22.832Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-11T16:00:23.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T16:00:23.150Z] [2021-01-11T16:00:23.150Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-11T16:00:23.574Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T16:00:23.574Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-11T16:00:23.574Z] df20fa9351a1: Pulling fs layer [2021-01-11T16:00:23.574Z] 36b3adc4ff6f: Pulling fs layer [2021-01-11T16:00:23.574Z] 8ad3a11d3b57: Pulling fs layer [2021-01-11T16:00:23.574Z] 46f8f816bc3b: Pulling fs layer [2021-01-11T16:00:23.574Z] 93b61091891f: Pulling fs layer [2021-01-11T16:00:23.574Z] 93b9cdb0e59b: Pulling fs layer [2021-01-11T16:00:23.574Z] 5e14af77c1be: Pulling fs layer [2021-01-11T16:00:23.574Z] 01666e4c0597: Pulling fs layer [2021-01-11T16:00:23.574Z] aa168da1d23b: Pulling fs layer [2021-01-11T16:00:23.574Z] 93b9cdb0e59b: Waiting [2021-01-11T16:00:23.574Z] 5e14af77c1be: Waiting [2021-01-11T16:00:23.574Z] 46f8f816bc3b: Waiting [2021-01-11T16:00:23.574Z] 93b61091891f: Waiting [2021-01-11T16:00:23.574Z] 01666e4c0597: Waiting [2021-01-11T16:00:23.574Z] aa168da1d23b: Waiting [2021-01-11T16:00:23.574Z] 36b3adc4ff6f: Verifying Checksum [2021-01-11T16:00:23.574Z] 36b3adc4ff6f: Download complete [2021-01-11T16:00:23.574Z] 46f8f816bc3b: Verifying Checksum [2021-01-11T16:00:23.574Z] 46f8f816bc3b: Download complete [2021-01-11T16:00:23.954Z] df20fa9351a1: Verifying Checksum [2021-01-11T16:00:23.954Z] df20fa9351a1: Download complete [2021-01-11T16:00:23.954Z] 93b9cdb0e59b: Verifying Checksum [2021-01-11T16:00:23.954Z] 93b9cdb0e59b: Download complete [2021-01-11T16:00:23.954Z] 5e14af77c1be: Verifying Checksum [2021-01-11T16:00:23.954Z] 5e14af77c1be: Download complete [2021-01-11T16:00:23.954Z] 01666e4c0597: Verifying Checksum [2021-01-11T16:00:23.954Z] 01666e4c0597: Download complete [2021-01-11T16:00:23.954Z] 93b61091891f: Verifying Checksum [2021-01-11T16:00:23.954Z] 93b61091891f: Download complete [2021-01-11T16:00:23.954Z] 8ad3a11d3b57: Verifying Checksum [2021-01-11T16:00:23.954Z] 8ad3a11d3b57: Download complete [2021-01-11T16:00:24.230Z] df20fa9351a1: Pull complete [2021-01-11T16:00:24.505Z] 36b3adc4ff6f: Pull complete [2021-01-11T16:00:25.464Z] 8ad3a11d3b57: Pull complete [2021-01-11T16:00:25.464Z] 46f8f816bc3b: Pull complete [2021-01-11T16:00:26.416Z] aa168da1d23b: Verifying Checksum [2021-01-11T16:00:26.416Z] aa168da1d23b: Download complete [2021-01-11T16:00:27.375Z] 93b61091891f: Pull complete [2021-01-11T16:00:28.325Z] 93b9cdb0e59b: Pull complete [2021-01-11T16:00:28.587Z] 5e14af77c1be: Pull complete [2021-01-11T16:00:28.587Z] 01666e4c0597: Pull complete [2021-01-11T16:00:38.689Z] aa168da1d23b: Pull complete [2021-01-11T16:00:38.689Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-11T16:00:38.689Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-11T16:00:38.689Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-11T16:00:38.909Z] prd-centos7-docker-4c-2g-19522 does not seem to be running inside a container [2021-01-11T16:00:38.968Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-11T16:00:43.444Z] $ docker top 4def873cd4960b1013790d9af284ed46ec53551706538e599ad7662f86b2cbec -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-11T16:00:44.085Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-11T16:00:44.420Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-11T16:00:44.725Z] + ls /var/log/sa-host [2021-01-11T16:00:44.725Z] + sadf -c /var/log/sa-host/sa11 [2021-01-11T16:00:44.725Z] file_magic: OK [2021-01-11T16:00:44.725Z] HZ: Using current value: 100 [2021-01-11T16:00:44.725Z] file_header: OK [2021-01-11T16:00:44.725Z] 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-11T16:00:44.725Z] Statistics: [2021-01-11T16:00:44.725Z] 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... [2021-01-11T16:00:44.725Z] File successfully converted to sysstat format version 12.2.1 [2021-01-11T16:00:44.725Z] + sadf -c /var/log/sa-host/sa23 [2021-01-11T16:00:44.725Z] file_magic: OK [2021-01-11T16:00:44.725Z] HZ: Using current value: 100 [2021-01-11T16:00:44.725Z] file_header: OK [2021-01-11T16:00:44.725Z] 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-11T16:00:44.725Z] Statistics: [2021-01-11T16:00:44.725Z] Hnuu...uuuununununu... [2021-01-11T16:00:44.725Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-11T16:00:44.985Z] provisioning config files... [2021-01-11T16:00:45.005Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config6165475840031074707tmp [Pipeline] { [Pipeline] echo [2021-01-11T16:00:45.085Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:45.391Z] ---> create-netrc.sh [Pipeline] } [2021-01-11T16:00:45.400Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-11T16:00:45.495Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:45.801Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-11T16:00:45.814Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:46.138Z] ---> sudo-logs.sh [2021-01-11T16:00:46.138Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-11T16:00:46.150Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:46.485Z] ---> job-cost.sh [2021-01-11T16:00:46.485Z] lf-activate-venv: SKIPPING [2021-01-11T16:00:46.485Z] INFO: No Stack... [2021-01-11T16:00:47.441Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-11T16:00:48.044Z] INFO: Archiving Costs [Pipeline] echo [2021-01-11T16:00:48.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-11T16:00:48.392Z] ---> logs-deploy.sh [2021-01-11T16:00:48.392Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/4 [2021-01-11T16:00:48.392Z] INFO: archiving workspace using pattern(s): [2021-01-11T16:00:50.354Z] Archives upload complete. [2021-01-11T16:00:50.354Z] INFO: archiving logs to Nexus