Pull request #3042 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from aee64e1e172df7b5958a4f5e4473f727edefab99+fd359634b10927f8e0ebf7f54b54c9e517c8d604 (3f2bd11e75e0194912261a0f3b33c16421c4216e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20462 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) > 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/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # 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 fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 773a6d4c3f443fbe1c9035963fb31f261e0285da # timeout=10 [Pipeline] timeout [2021-01-15T09:31:23.746Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-15T09:31:23.959Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-15T09:31:24.043Z] ========================================================= [2021-01-15T09:31:24.043Z] EdgeX Global Pipelines Version Info [2021-01-15T09:31:24.043Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:31:26.138Z] ------------------- [2021-01-15T09:31:26.138Z] stable info: [2021-01-15T09:31:26.138Z] ------------------- [2021-01-15T09:31:26.138Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-15T09:31:26.138Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T09:31:26.138Z] Message: update stable to v1.0.177 [2021-01-15T09:31:26.721Z] ------------------- [2021-01-15T09:31:26.721Z] experimental info: [2021-01-15T09:31:26.721Z] ------------------- [2021-01-15T09:31:26.721Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-15T09:31:26.721Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-15T09:31:26.721Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-15T09:31:27.021Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-15T09:31:27.104Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-15T09:31:27.189Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-15T09:31:27.279Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-15T09:31:27.362Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-15T09:31:27.455Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-15T09:31:27.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-15T09:31:27.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-15T09:31:27.732Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-15T09:31:27.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-15T09:31:27.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-15T09:31:28.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-15T09:31:28.089Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-15T09:31:28.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-15T09:31:28.254Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T09:31:28.335Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-15T09:31:28.418Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-15T09:31:28.508Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-15T09:31:28.593Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-15T09:31:28.676Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-15T09:31:28.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-15T09:31:28.888Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-15T09:31:29.002Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-15T09:31:29.098Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3042 [Pipeline] echo [2021-01-15T09:31:29.184Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3042 [Pipeline] echo [2021-01-15T09:31:29.268Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3042 [Pipeline] echo [2021-01-15T09:31:29.355Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aee64e1e172df7b5958a4f5e4473f727edefab99 [Pipeline] echo [2021-01-15T09:31:29.442Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aee64e1 [Pipeline] echo [2021-01-15T09:31:29.528Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T09:31:29.688Z] provisioning config files... [2021-01-15T09:31:29.742Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config4345991198267322002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:31:30.144Z] ---> docker-login.sh [2021-01-15T09:31:30.144Z] nexus3.edgexfoundry.org:10001 [2021-01-15T09:31:30.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:31:30.675Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:31:30.675Z] Configure a credential helper to remove this warning. See [2021-01-15T09:31:30.675Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:31:30.675Z] [2021-01-15T09:31:30.675Z] Login Succeeded [2021-01-15T09:31:30.675Z] nexus3.edgexfoundry.org:10002 [2021-01-15T09:31:30.675Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:31:30.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:31:30.943Z] Configure a credential helper to remove this warning. See [2021-01-15T09:31:30.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:31:30.943Z] [2021-01-15T09:31:30.943Z] Login Succeeded [2021-01-15T09:31:30.943Z] nexus3.edgexfoundry.org:10003 [2021-01-15T09:31:30.943Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:31:31.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:31:31.207Z] Configure a credential helper to remove this warning. See [2021-01-15T09:31:31.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:31:31.207Z] [2021-01-15T09:31:31.207Z] Login Succeeded [2021-01-15T09:31:31.207Z] nexus3.edgexfoundry.org:10004 [2021-01-15T09:31:31.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:31:31.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:31:31.207Z] Configure a credential helper to remove this warning. See [2021-01-15T09:31:31.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:31:31.207Z] [2021-01-15T09:31:31.207Z] Login Succeeded [2021-01-15T09:31:31.207Z] docker.io [2021-01-15T09:31:31.471Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:31:31.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:31:31.736Z] Configure a credential helper to remove this warning. See [2021-01-15T09:31:31.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:31:31.736Z] [2021-01-15T09:31:31.736Z] Login Succeeded [2021-01-15T09:31:31.736Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T09:31:31.745Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T09:31:32.218Z] ++ 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-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/core-command/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/core-data/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-15T09:31:32.219Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-15T09:31:32.219Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-15T09:31:32.219Z] ++ cut -d/ -f2 [2021-01-15T09:31:32.219Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-15T09:31:32.337Z] 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-15T09:31:33.183Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:31:33.183Z] [2021-01-15T09:31:33.183Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:31:33.561Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:31:33.561Z] latest: Pulling from edgex-devops/git-semver [2021-01-15T09:31:33.561Z] 31603596830f: Pulling fs layer [2021-01-15T09:31:33.561Z] 2a8b12db71e7: Pulling fs layer [2021-01-15T09:31:33.561Z] 6ca5941a6612: Pulling fs layer [2021-01-15T09:31:33.561Z] ecc8261a40a4: Pulling fs layer [2021-01-15T09:31:33.561Z] ecc8261a40a4: Waiting [2021-01-15T09:31:33.561Z] 2a8b12db71e7: Verifying Checksum [2021-01-15T09:31:33.561Z] 2a8b12db71e7: Download complete [2021-01-15T09:31:33.834Z] 31603596830f: Verifying Checksum [2021-01-15T09:31:33.834Z] 31603596830f: Download complete [2021-01-15T09:31:33.834Z] ecc8261a40a4: Verifying Checksum [2021-01-15T09:31:33.834Z] ecc8261a40a4: Download complete [2021-01-15T09:31:34.123Z] 6ca5941a6612: Verifying Checksum [2021-01-15T09:31:34.123Z] 6ca5941a6612: Download complete [2021-01-15T09:31:34.123Z] 31603596830f: Pull complete [2021-01-15T09:31:34.392Z] 2a8b12db71e7: Pull complete [2021-01-15T09:31:35.344Z] 6ca5941a6612: Pull complete [2021-01-15T09:31:35.344Z] ecc8261a40a4: Pull complete [2021-01-15T09:31:35.344Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-15T09:31:35.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-15T09:31:35.608Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-15T09:31:35.737Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:31:35.804Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-15T09:31:38.373Z] $ docker top e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-15T09:31:38.689Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T09:31:38.689Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T09:31:38.979Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T09:31:38.985Z] $ docker exec e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent [2021-01-15T09:31:39.177Z] SSH_AUTH_SOCK=/tmp/ssh-Nv9taZNNMoeu/agent.11 [2021-01-15T09:31:39.177Z] SSH_AGENT_PID=17 [2021-01-15T09:31:39.195Z] Running ssh-add (command line suppressed) [2021-01-15T09:31:39.400Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_4686203051633604101.key (/w/workspace/edgex-go/5@tmp/private_key_4686203051633604101.key) [2021-01-15T09:31:39.467Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T09:31:39.805Z] + git tag --points-at HEAD [Pipeline] } [2021-01-15T09:31:39.832Z] $ docker exec --env ******** --env ******** e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent -k [2021-01-15T09:31:39.950Z] unset SSH_AUTH_SOCK; [2021-01-15T09:31:39.950Z] unset SSH_AGENT_PID; [2021-01-15T09:31:39.951Z] echo Agent pid 17 killed; [2021-01-15T09:31:39.999Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-15T09:31:40.153Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-15T09:31:40.153Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-15T09:31:40.341Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-15T09:31:40.346Z] $ docker exec e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent [2021-01-15T09:31:40.516Z] SSH_AUTH_SOCK=/tmp/ssh-FUbUDudswneV/agent.49 [2021-01-15T09:31:40.516Z] SSH_AGENT_PID=54 [2021-01-15T09:31:40.523Z] Running ssh-add (command line suppressed) [2021-01-15T09:31:40.654Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1618506790745154535.key (/w/workspace/edgex-go/5@tmp/private_key_1618506790745154535.key) [2021-01-15T09:31:40.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-15T09:31:41.087Z] + git semver init [2021-01-15T09:31:41.087Z] # -> Open(): unable to determine branch for HEAD [2021-01-15T09:31:41.087Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-15T09:31:41.087Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-15T09:31:41.087Z] # $SEMVER_REMOTE_NAME = origin [2021-01-15T09:31:41.087Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-15T09:31:41.087Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-15T09:31:41.087Z] # $SEMVER_BRANCH = PR-3042 [2021-01-15T09:31:41.087Z] # $SEMVER_TEMP = /tmp/semver-094839742 [2021-01-15T09:31:41.087Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-15T09:32:03.302Z] # '/tmp/semver-094839742' -> '/w/workspace/edgex-go/5/.semver' [2021-01-15T09:32:03.302Z] # -> Force: false [2021-01-15T09:32:03.302Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-15T09:32:03.315Z] $ docker exec --env ******** --env ******** e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 ssh-agent -k [2021-01-15T09:32:03.599Z] unset SSH_AUTH_SOCK; [2021-01-15T09:32:03.600Z] unset SSH_AGENT_PID; [2021-01-15T09:32:03.600Z] echo Agent pid 54 killed; [2021-01-15T09:32:03.680Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-15T09:32:04.211Z] + git semver [Pipeline] } [2021-01-15T09:32:04.230Z] $ docker stop --time=1 e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 [2021-01-15T09:32:06.268Z] $ docker rm -f e819784e92f36bddc39fef91463dd335d0696afb4f760b317adb0731651022b0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:32:06.842Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-15T09:32:07.453Z] Stashed 1 file(s) [Pipeline] echo [2021-01-15T09:32:07.456Z] [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-15T09:32:08.302Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:32:08.607Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:32:08.911Z] + sudo service docker restart [2021-01-15T09:32:08.911Z] + true [2021-01-15T09:32:08.911Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-15T09:32:09.503Z] ========================================================= [2021-01-15T09:32:09.503Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-15T09:32:09.503Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:32:09.890Z] + 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-15T09:32:14.135Z] Sending build context to Docker daemon 326.6MB [2021-01-15T09:32:14.135Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T09:32:14.135Z] Step 2/6 : FROM ${BASE} [2021-01-15T09:32:14.135Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-15T09:32:14.135Z] 188c0c94c7c5: Pulling fs layer [2021-01-15T09:32:14.135Z] 0ef7d3d256c8: Pulling fs layer [2021-01-15T09:32:14.135Z] de9db76c5a1d: Pulling fs layer [2021-01-15T09:32:14.135Z] bca2f99d35d6: Pulling fs layer [2021-01-15T09:32:14.135Z] 93359f2a8cfa: Pulling fs layer [2021-01-15T09:32:14.135Z] 7c6f9722023f: Pulling fs layer [2021-01-15T09:32:14.135Z] a35cf1a2eb13: Pulling fs layer [2021-01-15T09:32:14.135Z] 93359f2a8cfa: Waiting [2021-01-15T09:32:14.135Z] 7c6f9722023f: Waiting [2021-01-15T09:32:14.135Z] bca2f99d35d6: Waiting [2021-01-15T09:32:14.135Z] a35cf1a2eb13: Waiting [2021-01-15T09:32:14.135Z] de9db76c5a1d: Verifying Checksum [2021-01-15T09:32:14.135Z] de9db76c5a1d: Download complete [2021-01-15T09:32:14.135Z] 0ef7d3d256c8: Verifying Checksum [2021-01-15T09:32:14.135Z] 0ef7d3d256c8: Download complete [2021-01-15T09:32:14.135Z] 93359f2a8cfa: Verifying Checksum [2021-01-15T09:32:14.135Z] 93359f2a8cfa: Download complete [2021-01-15T09:32:14.135Z] 188c0c94c7c5: Verifying Checksum [2021-01-15T09:32:14.135Z] 188c0c94c7c5: Download complete [2021-01-15T09:32:14.135Z] 7c6f9722023f: Verifying Checksum [2021-01-15T09:32:14.135Z] 7c6f9722023f: Download complete [2021-01-15T09:32:14.135Z] 188c0c94c7c5: Pull complete [2021-01-15T09:32:14.400Z] 0ef7d3d256c8: Pull complete [2021-01-15T09:32:15.356Z] de9db76c5a1d: Pull complete [2021-01-15T09:32:15.932Z] a35cf1a2eb13: Verifying Checksum [2021-01-15T09:32:15.932Z] a35cf1a2eb13: Download complete [2021-01-15T09:32:16.886Z] bca2f99d35d6: Verifying Checksum [2021-01-15T09:32:16.886Z] bca2f99d35d6: Download complete [2021-01-15T09:32:22.238Z] bca2f99d35d6: Pull complete [2021-01-15T09:32:22.238Z] 93359f2a8cfa: Pull complete [2021-01-15T09:32:22.512Z] 7c6f9722023f: Pull complete [2021-01-15T09:32:22.811Z] Still waiting to schedule task [2021-01-15T09:32:22.811Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-15T09:32:27.848Z] a35cf1a2eb13: Pull complete [2021-01-15T09:32:27.848Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-15T09:32:27.848Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-15T09:32:27.848Z] ---> a62c8e92a672 [2021-01-15T09:32:27.849Z] 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-15T09:32:27.849Z] ---> Running in b2714d378836 [2021-01-15T09:32:28.113Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:32:29.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:32:30.036Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T09:32:30.302Z] (2/12) Installing file (5.38-r0) [2021-01-15T09:32:30.568Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T09:32:30.568Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T09:32:34.385Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T09:32:34.385Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T09:32:34.649Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T09:32:34.649Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T09:32:34.649Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T09:32:34.912Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T09:32:34.912Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T09:32:34.912Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T09:32:35.176Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:32:35.176Z] OK: 233 MiB in 51 packages [2021-01-15T09:32:39.408Z] Removing intermediate container b2714d378836 [2021-01-15T09:32:39.408Z] ---> 338e3ca630fc [2021-01-15T09:32:39.408Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T09:32:39.408Z] ---> Running in a1464a751961 [2021-01-15T09:32:39.408Z] Removing intermediate container a1464a751961 [2021-01-15T09:32:39.408Z] ---> fcd34afc01ac [2021-01-15T09:32:39.408Z] Step 5/6 : COPY go.mod . [2021-01-15T09:32:39.408Z] ---> 8ac38b10906c [2021-01-15T09:32:39.408Z] Step 6/6 : RUN go mod download [2021-01-15T09:32:39.408Z] ---> Running in b566ca219f6f [2021-01-15T09:33:01.433Z] Removing intermediate container b566ca219f6f [2021-01-15T09:33:01.433Z] ---> 7937eb468b9b [2021-01-15T09:33:01.433Z] Successfully built 7937eb468b9b [2021-01-15T09:33:01.433Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:33:01.759Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T09:33:01.759Z] . [Pipeline] withDockerContainer [2021-01-15T09:33:01.893Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:33:01.952Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T09:33:02.947Z] $ docker top cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:33:03.466Z] + go version [2021-01-15T09:33:03.466Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-15T09:33:03.483Z] $ docker stop --time=1 cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 [2021-01-15T09:33:04.864Z] $ docker rm -f cbe1310f4856056847beed8a9fd4e3ad79f7f5d57e6a6f9be2fb56b9fa256aa0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:33:05.757Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-15T09:33:05.757Z] . [Pipeline] withDockerContainer [2021-01-15T09:33:05.856Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:33:05.910Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-15T09:33:07.141Z] $ docker top 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-15T09:33:07.361Z] ========================================================= [2021-01-15T09:33:07.361Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T09:33:07.361Z] ========================================================= [Pipeline] sh [2021-01-15T09:33:07.656Z] + make test [2021-01-15T09:33:07.656Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T09:33:17.759Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T09:33:32.784Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T09:33:39.496Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T09:33:39.772Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T09:33:39.772Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T09:33:39.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T09:33:39.772Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T09:33:40.048Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T09:33:40.642Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T09:33:40.915Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T09:33:41.903Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T09:33:43.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T09:33:43.877Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T09:33:43.877Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T09:33:46.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements [2021-01-15T09:33:46.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T09:33:46.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T09:33:46.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T09:33:46.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T09:33:46.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T09:33:49.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.248s coverage: 27.0% of statements [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T09:33:49.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T09:33:49.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.054s coverage: 100.0% of statements [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T09:33:49.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.109s coverage: 67.9% of statements [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T09:33:49.816Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.131s coverage: 82.3% of statements [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T09:33:49.816Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T09:33:51.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T09:33:51.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.126s coverage: 100.0% of statements [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T09:33:51.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T09:33:51.775Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2021-01-15T09:33:51.775Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-15T09:33:52.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-15T09:33:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T09:33:52.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.049s coverage: 78.3% of statements [2021-01-15T09:33:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T09:33:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T09:33:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T09:33:52.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-15T09:33:55.411Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.392s coverage: 92.8% of statements [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T09:33:55.411Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.037s coverage: 100.0% of statements [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-01-15T09:33:55.412Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements [2021-01-15T09:33:55.412Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-01-15T09:33:56.380Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements [2021-01-15T09:33:56.380Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T09:33:56.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.198s coverage: 63.5% of statements [2021-01-15T09:33:56.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T09:33:56.966Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T09:33:56.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.028s coverage: 100.0% of statements [2021-01-15T09:33:56.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.041s coverage: 91.3% of statements [2021-01-15T09:33:56.966Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-15T09:33:57.243Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2021-01-15T09:33:57.515Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-01-15T09:33:58.965Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.401s coverage: 68.9% of statements [2021-01-15T09:33:58.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T09:33:58.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T09:33:58.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T09:33:58.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T09:33:58.965Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T09:33:59.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.098s coverage: 37.0% of statements [2021-01-15T09:33:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T09:33:59.234Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T09:33:59.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.411s coverage: 84.0% of statements [2021-01-15T09:33:59.234Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-15T09:34:01.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.147s coverage: 47.1% of statements [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T09:34:01.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.090s coverage: 100.0% of statements [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T09:34:01.224Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.058s coverage: 100.0% of statements [2021-01-15T09:34:01.224Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.790s coverage: 29.1% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.107s coverage: 99.0% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.057s coverage: 100.0% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T09:34:03.177Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-01-15T09:34:03.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.030s coverage: 32.1% of statements [2021-01-15T09:34:03.751Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-15T09:34:04.014Z] GO111MODULE=on go vet ./... [2021-01-15T09:34:31.245Z] gofmt -l . [2021-01-15T09:34:31.245Z] [ "`gofmt -l .`" = "" ] [2021-01-15T09:34:31.245Z] ./bin/test-go-mod-tidy.sh [2021-01-15T09:34:31.245Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T09:34:31.563Z] + ls -al . [2021-01-15T09:34:31.563Z] total 656 [2021-01-15T09:34:31.563Z] drwxrwxr-x 10 1001 1001 4096 Jan 15 09:34 . [2021-01-15T09:34:31.563Z] drwxr-xr-x 4 root root 28 Jan 15 09:33 .. [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 09:31 .dockerignore [2021-01-15T09:34:31.563Z] drwxrwxr-x 8 1001 1001 179 Jan 15 09:31 .git [2021-01-15T09:34:31.563Z] drwxrwxr-x 3 1001 1001 125 Jan 15 09:31 .github [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 09:31 .gitignore [2021-01-15T09:34:31.563Z] drwx------ 3 1001 1001 47 Jan 15 09:32 .semver [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 09:31 .sonarcloud.properties [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:31 Attribution.txt [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:31 CONTRIBUTING.md [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 09:31 Dockerfile.build [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 09:31 Jenkinsfile [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:31 LICENSE [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:31 Makefile [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:31 README.md [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:31 SECURITY.md [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 09:32 VERSION [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:31 ZMQWindows.md [2021-01-15T09:34:31.563Z] drwxrwxr-x 2 1001 1001 117 Jan 15 09:31 bin [2021-01-15T09:34:31.563Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 09:31 cmd [2021-01-15T09:34:31.563Z] -rw-r--r-- 1 root root 550280 Jan 15 09:34 coverage.out [2021-01-15T09:34:31.563Z] -rw-r--r-- 1 root root 979 Jan 15 09:34 go.mod [2021-01-15T09:34:31.563Z] -rw-r--r-- 1 root root 19036 Jan 15 09:34 go.sum [2021-01-15T09:34:31.563Z] drwxrwxr-x 8 1001 1001 127 Jan 15 09:31 internal [2021-01-15T09:34:31.563Z] drwxrwxr-x 4 1001 1001 26 Jan 15 09:31 openapi [2021-01-15T09:34:31.563Z] drwxrwxr-x 4 1001 1001 71 Jan 15 09:31 snap [2021-01-15T09:34:31.563Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 09:31 version.go [Pipeline] sh [2021-01-15T09:34:31.867Z] + '[' -e coverage.out ] [2021-01-15T09:34:31.868Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T09:34:32.079Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T09:34:32.375Z] + make build [2021-01-15T09:34:32.375Z] 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-15T09:34:37.701Z] 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-15T09:34:45.944Z] 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-15T09:34:46.214Z] 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-15T09:34:47.622Z] 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-15T09:34:47.889Z] 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-15T09:34:49.835Z] 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-15T09:34:51.269Z] 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-15T09:34:52.690Z] 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-15T09:34:53.660Z] 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-15T09:34:55.071Z] 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-15T09:34:56.023Z] 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-15T09:34:56.992Z] $ docker stop --time=1 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb [2021-01-15T09:34:58.763Z] $ docker rm -f 888633c435d324fc454c8ab201a5c59100f226762fe9ef574d2dfc308d7522fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:35:00.516Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:35:00.516Z] [2021-01-15T09:35:00.516Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:35:00.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:35:00.902Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-15T09:35:00.902Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-15T09:35:00.902Z] ca9280d653b3: Pulling fs layer [2021-01-15T09:35:00.902Z] 7e9c9ca2126c: Pulling fs layer [2021-01-15T09:35:01.169Z] cbdbe7a5bc2a: Download complete [2021-01-15T09:35:01.437Z] cbdbe7a5bc2a: Pull complete [2021-01-15T09:35:01.707Z] ca9280d653b3: Verifying Checksum [2021-01-15T09:35:01.707Z] ca9280d653b3: Download complete [2021-01-15T09:35:02.672Z] 7e9c9ca2126c: Verifying Checksum [2021-01-15T09:35:02.672Z] 7e9c9ca2126c: Download complete [2021-01-15T09:35:02.672Z] ca9280d653b3: Pull complete [2021-01-15T09:35:09.334Z] 7e9c9ca2126c: Pull complete [2021-01-15T09:35:09.334Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-15T09:35:09.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:35:09.334Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-15T09:35:09.469Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:35:09.522Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T09:35:12.730Z] $ docker top 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:35:13.337Z] + docker-compose build --help [2021-01-15T09:35:13.337Z] + grep parallel [2021-01-15T09:35:14.291Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T09:35:14.571Z] $ docker stop --time=1 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 [2021-01-15T09:35:16.049Z] $ docker rm -f 6b6ca93a19c0ec784f9dae4f38e0c165f26362a0d544263e3873794cca0637c5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:35:16.645Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-15T09:35:16.645Z] . [Pipeline] withDockerContainer [2021-01-15T09:35:16.749Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:35:16.801Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-15T09:35:17.615Z] $ docker top 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:35:18.086Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T09:35:19.034Z] Building docker-core-command-go ... [2021-01-15T09:35:19.034Z] Building docker-core-data-go ... [2021-01-15T09:35:19.034Z] Building docker-core-metadata-go ... [2021-01-15T09:35:19.034Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T09:35:19.034Z] Building docker-security-proxy-setup-go ... [2021-01-15T09:35:19.034Z] Building docker-security-secretstore-setup-go ... [2021-01-15T09:35:19.034Z] Building docker-support-notifications-go ... [2021-01-15T09:35:19.034Z] Building docker-support-scheduler-go ... [2021-01-15T09:35:19.034Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T09:35:19.034Z] Building docker-security-secretstore-setup-go [2021-01-15T09:35:19.034Z] Building docker-sys-mgmt-agent-go [2021-01-15T09:35:19.034Z] Building docker-core-metadata-go [2021-01-15T09:35:19.034Z] Building docker-support-notifications-go [2021-01-15T09:35:19.034Z] Building docker-security-bootstrap-redis-go [2021-01-15T09:35:47.789Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20466 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-15T09:35:47.841Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-15T09:35:52.966Z] using credential edgex-jenkins-ssh [2021-01-15T09:35:53.052Z] Cloning the remote Git repository [2021-01-15T09:35:53.111Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:35:53.226Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-15T09:35:53.300Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:35:53.301Z] > git --version # timeout=10 [2021-01-15T09:35:53.317Z] > git --version # 'git version 2.17.1' [2021-01-15T09:35:53.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:35:53.401Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:35:57.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:35:57.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:35:57.965Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:35:57.965Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:35:57.965Z] ---> 7937eb468b9b [2021-01-15T09:35:57.965Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:35:57.965Z] ---> 7937eb468b9b [2021-01-15T09:35:57.965Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:35:57.965Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:35:57.965Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:35:57.965Z] ---> 7937eb468b9b [2021-01-15T09:35:57.965Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T09:35:57.965Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:35:57.965Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:35:57.965Z] ---> 7937eb468b9b [2021-01-15T09:35:57.965Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:35:57.965Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:35:57.965Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:35:57.965Z] ---> 7937eb468b9b [2021-01-15T09:35:57.965Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:35:57.965Z] ---> Running in 86a9be423bff [2021-01-15T09:35:57.965Z] ---> Running in 28e22ca7ed15 [2021-01-15T09:35:57.965Z] ---> Running in d1233da5dc8d [2021-01-15T09:35:57.965Z] ---> Running in 922b6d63798f [2021-01-15T09:35:57.965Z] ---> Running in 66a43e7a2e2b [2021-01-15T09:35:57.965Z] Removing intermediate container 922b6d63798f [2021-01-15T09:35:57.965Z] ---> 044201a2d2e5 [2021-01-15T09:35:57.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:35:57.965Z] Removing intermediate container d1233da5dc8d [2021-01-15T09:35:57.965Z] ---> 30be84e09417 [2021-01-15T09:35:57.965Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:35:57.965Z] Removing intermediate container 66a43e7a2e2b [2021-01-15T09:35:57.965Z] ---> a17bdb5eecd0 [2021-01-15T09:35:57.965Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:35:57.965Z] Removing intermediate container 86a9be423bff [2021-01-15T09:35:57.965Z] ---> ed9c784285f5 [2021-01-15T09:35:57.965Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:35:57.965Z] Removing intermediate container 28e22ca7ed15 [2021-01-15T09:35:57.965Z] ---> 11c0a025b73d [2021-01-15T09:35:57.965Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:35:57.965Z] ---> Running in 457ea8adfaf4 [2021-01-15T09:35:57.965Z] ---> Running in f26abcce58f1 [2021-01-15T09:35:57.965Z] ---> Running in 7ed7b2fdbdbb [2021-01-15T09:35:57.965Z] ---> Running in dec0997a1674 [2021-01-15T09:35:57.965Z] ---> Running in a90333fda2c5 [2021-01-15T09:35:57.965Z] Removing intermediate container 7ed7b2fdbdbb [2021-01-15T09:35:57.965Z] ---> 77d6bcd1c997 [2021-01-15T09:35:57.965Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:35:57.965Z] ---> Running in 8ad97fd57578 [2021-01-15T09:35:57.965Z] Removing intermediate container f26abcce58f1 [2021-01-15T09:35:57.965Z] ---> a928deb520a6 [2021-01-15T09:35:57.965Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:35:57.965Z] Removing intermediate container 457ea8adfaf4 [2021-01-15T09:35:57.965Z] ---> bd1712bf9b85 [2021-01-15T09:35:57.965Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T09:35:57.965Z] ---> Running in d5f14ece5095 [2021-01-15T09:35:57.965Z] ---> Running in c1ceb918504b [2021-01-15T09:35:57.965Z] Removing intermediate container dec0997a1674 [2021-01-15T09:35:57.965Z] ---> b0d9036b643d [2021-01-15T09:35:57.965Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T09:35:57.965Z] Removing intermediate container a90333fda2c5 [2021-01-15T09:35:57.965Z] ---> 2b7d3c8892c3 [2021-01-15T09:35:57.965Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T09:35:57.965Z] ---> Running in 632d41fcc0a6 [2021-01-15T09:35:57.965Z] ---> Running in a6cdc87e1a59 [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:57.965Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:58.233Z] OK: 233 MiB in 51 packages [2021-01-15T09:35:58.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:58.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:58.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:58.506Z] OK: 233 MiB in 51 packages [2021-01-15T09:35:58.776Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:35:58.776Z] Removing intermediate container 8ad97fd57578 [2021-01-15T09:35:58.776Z] ---> 2c72f62da453 [2021-01-15T09:35:58.776Z] Step 6/22 : COPY go.mod . [2021-01-15T09:35:58.776Z] OK: 233 MiB in 51 packages [2021-01-15T09:35:58.776Z] OK: 233 MiB in 51 packages [2021-01-15T09:35:59.049Z] OK: 233 MiB in 51 packages [2021-01-15T09:35:59.049Z] ---> d4f665ab64a9 [2021-01-15T09:35:59.049Z] Step 7/22 : RUN go mod download [2021-01-15T09:35:59.455Z] Removing intermediate container c1ceb918504b [2021-01-15T09:35:59.455Z] ---> cad5da8fe067 [2021-01-15T09:35:59.455Z] Step 6/24 : COPY go.mod . [2021-01-15T09:35:59.455Z] ---> Running in ea0f31b8b79e [2021-01-15T09:35:59.733Z] ---> 46bf9aaa28f8 [2021-01-15T09:35:59.733Z] Step 7/24 : RUN go mod download [2021-01-15T09:36:00.070Z] ---> Running in 908e46c31f47 [2021-01-15T09:36:00.070Z] Removing intermediate container a6cdc87e1a59 [2021-01-15T09:36:00.070Z] ---> 9a82265c9ed9 [2021-01-15T09:36:00.070Z] Step 6/24 : COPY go.mod . [2021-01-15T09:36:00.070Z] Removing intermediate container d5f14ece5095 [2021-01-15T09:36:00.070Z] ---> d8f77f7ac1f9 [2021-01-15T09:36:00.070Z] Step 6/22 : COPY go.mod . [2021-01-15T09:36:00.404Z] Removing intermediate container 632d41fcc0a6 [2021-01-15T09:36:00.404Z] ---> 4c63182624a5 [2021-01-15T09:36:00.404Z] Step 6/26 : COPY go.mod . [2021-01-15T09:36:00.404Z] ---> 8fdcc5ac638e [2021-01-15T09:36:00.404Z] Step 7/24 : RUN go mod download [2021-01-15T09:36:00.404Z] ---> 72bff61271ca [2021-01-15T09:36:00.404Z] Step 7/22 : RUN go mod download [2021-01-15T09:36:00.674Z] ---> Running in a9bf230bd09e [2021-01-15T09:36:00.674Z] ---> Running in adc8f3e36552 [2021-01-15T09:36:00.674Z] ---> cbaec80ac024 [2021-01-15T09:36:00.674Z] Step 7/26 : RUN go mod download [2021-01-15T09:36:01.263Z] ---> Running in 92155e44d18d [2021-01-15T09:36:01.884Z] Removing intermediate container 908e46c31f47 [2021-01-15T09:36:01.884Z] ---> 9cb79118cee9 [2021-01-15T09:36:01.884Z] Step 8/24 : COPY . . [2021-01-15T09:36:01.884Z] Removing intermediate container ea0f31b8b79e [2021-01-15T09:36:01.884Z] ---> 2a49cf81ad2a [2021-01-15T09:36:01.884Z] Step 8/22 : COPY . . [2021-01-15T09:36:07.309Z] Removing intermediate container a9bf230bd09e [2021-01-15T09:36:07.309Z] ---> 9875dc95743b [2021-01-15T09:36:07.309Z] Step 8/24 : COPY . . [2021-01-15T09:36:07.309Z] Removing intermediate container adc8f3e36552 [2021-01-15T09:36:07.309Z] ---> 5d21445a8255 [2021-01-15T09:36:07.309Z] Step 8/22 : COPY . . [2021-01-15T09:36:09.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:36:09.536Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:36:09.558Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:36:09.588Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:36:09.589Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:36:09.599Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T09:36:10.419Z] Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:36:10.859Z] Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:36:10.860Z] Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) [2021-01-15T09:36:10.447Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:36:10.487Z] > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 [2021-01-15T09:36:10.785Z] > git remote # timeout=10 [2021-01-15T09:36:10.802Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T09:36:10.813Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:36:10.822Z] > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 [2021-01-15T09:36:10.844Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T09:36:10.866Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:36:10.882Z] > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 [2021-01-15T09:36:12.706Z] Removing intermediate container 92155e44d18d [2021-01-15T09:36:12.706Z] ---> fd7f108da0bd [2021-01-15T09:36:12.706Z] Step 8/26 : COPY . . [2021-01-15T09:36:15.186Z] Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-15T09:36:17.075Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:36:17.526Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-15T09:36:17.868Z] + true [2021-01-15T09:36:17.868Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-15T09:36:19.918Z] provisioning config files... [2021-01-15T09:36:19.959Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config8219365113314398261tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:36:20.387Z] ---> docker-login.sh [2021-01-15T09:36:20.387Z] nexus3.edgexfoundry.org:10001 [2021-01-15T09:36:21.370Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:36:21.645Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:36:21.645Z] Configure a credential helper to remove this warning. See [2021-01-15T09:36:21.645Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:36:21.645Z] [2021-01-15T09:36:21.645Z] Login Succeeded [2021-01-15T09:36:21.645Z] nexus3.edgexfoundry.org:10002 [2021-01-15T09:36:21.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:36:22.194Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:36:22.194Z] Configure a credential helper to remove this warning. See [2021-01-15T09:36:22.194Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:36:22.194Z] [2021-01-15T09:36:22.194Z] Login Succeeded [2021-01-15T09:36:22.194Z] nexus3.edgexfoundry.org:10003 [2021-01-15T09:36:22.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:36:22.748Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:36:22.748Z] Configure a credential helper to remove this warning. See [2021-01-15T09:36:22.748Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:36:22.748Z] [2021-01-15T09:36:22.748Z] Login Succeeded [2021-01-15T09:36:22.748Z] nexus3.edgexfoundry.org:10004 [2021-01-15T09:36:23.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:36:23.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:36:23.297Z] Configure a credential helper to remove this warning. See [2021-01-15T09:36:23.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:36:23.297Z] [2021-01-15T09:36:23.297Z] Login Succeeded [2021-01-15T09:36:23.297Z] docker.io [2021-01-15T09:36:23.571Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-15T09:36:23.843Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-15T09:36:23.843Z] Configure a credential helper to remove this warning. See [2021-01-15T09:36:23.843Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-15T09:36:23.843Z] [2021-01-15T09:36:23.843Z] Login Succeeded [2021-01-15T09:36:23.843Z] ---> docker-login.sh ends [Pipeline] } [2021-01-15T09:36:23.862Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-15T09:36:24.350Z] ========================================================= [2021-01-15T09:36:24.350Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-15T09:36:24.350Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:36:24.735Z] + 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-15T09:36:27.398Z] Sending build context to Docker daemon 165.5MB [2021-01-15T09:36:27.398Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-15T09:36:27.398Z] Step 2/6 : FROM ${BASE} [2021-01-15T09:36:27.398Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-15T09:36:27.398Z] 5f621e34cdf4: Pulling fs layer [2021-01-15T09:36:27.398Z] a4357932f1b6: Pulling fs layer [2021-01-15T09:36:27.398Z] 18c013af1878: Pulling fs layer [2021-01-15T09:36:27.398Z] 00ac8860ef70: Pulling fs layer [2021-01-15T09:36:27.398Z] 63d7cb157983: Pulling fs layer [2021-01-15T09:36:27.398Z] b116817d02f9: Pulling fs layer [2021-01-15T09:36:27.398Z] 745a02a5169b: Pulling fs layer [2021-01-15T09:36:27.398Z] 00ac8860ef70: Waiting [2021-01-15T09:36:27.398Z] 63d7cb157983: Waiting [2021-01-15T09:36:27.398Z] b116817d02f9: Waiting [2021-01-15T09:36:27.398Z] 745a02a5169b: Waiting [2021-01-15T09:36:27.398Z] 18c013af1878: Verifying Checksum [2021-01-15T09:36:27.398Z] 18c013af1878: Download complete [2021-01-15T09:36:27.398Z] a4357932f1b6: Verifying Checksum [2021-01-15T09:36:27.398Z] a4357932f1b6: Download complete [2021-01-15T09:36:27.398Z] 63d7cb157983: Download complete [2021-01-15T09:36:27.398Z] 5f621e34cdf4: Download complete [2021-01-15T09:36:28.010Z] 5f621e34cdf4: Pull complete [2021-01-15T09:36:28.615Z] a4357932f1b6: Pull complete [2021-01-15T09:36:28.890Z] 18c013af1878: Pull complete [2021-01-15T09:36:29.871Z] 745a02a5169b: Verifying Checksum [2021-01-15T09:36:29.871Z] 745a02a5169b: Download complete [2021-01-15T09:36:30.846Z] 00ac8860ef70: Verifying Checksum [2021-01-15T09:36:30.846Z] 00ac8860ef70: Download complete [2021-01-15T09:36:40.983Z] 00ac8860ef70: Pull complete [2021-01-15T09:36:40.983Z] 63d7cb157983: Pull complete [2021-01-15T09:36:40.983Z] b116817d02f9: Pull complete [2021-01-15T09:36:44.376Z] 745a02a5169b: Pull complete [2021-01-15T09:36:44.651Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-15T09:36:44.651Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-15T09:36:44.651Z] ---> b7e6874047d6 [2021-01-15T09:36:44.651Z] 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-15T09:36:45.142Z] ---> 465ac4419294 [2021-01-15T09:36:45.142Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications ---> df2c857728ce [2021-01-15T09:36:45.142Z] [2021-01-15T09:36:45.142Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T09:36:45.142Z] ---> Running in 2c078b677ffc [2021-01-15T09:36:45.142Z] ---> Running in 3ef949a6f9bc [2021-01-15T09:36:45.142Z] ---> d5c9090f3f6e [2021-01-15T09:36:45.142Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T09:36:45.142Z] ---> 30f6c52833bc [2021-01-15T09:36:45.142Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T09:36:45.142Z] ---> Running in 1baf8b18d9f5 [2021-01-15T09:36:45.142Z] ---> Running in 923ace075278 [2021-01-15T09:36:45.142Z] ---> dac278c91ea6 [2021-01-15T09:36:45.142Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T09:36:45.142Z] ---> Running in 6629411d6142 [2021-01-15T09:36:47.091Z] 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-15T09:36:47.091Z] 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-15T09:36:47.091Z] 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-15T09:36:47.091Z] 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-15T09:36:47.091Z] 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-15T09:36:48.059Z] ---> Running in 8b69de12729c [2021-01-15T09:36:49.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:36:50.014Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:36:50.286Z] (1/12) Installing libmagic (5.38-r0) [2021-01-15T09:36:50.558Z] (2/12) Installing file (5.38-r0) [2021-01-15T09:36:50.558Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-15T09:36:50.831Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-15T09:36:54.210Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-15T09:36:54.210Z] (6/12) Installing patch (2.7.6-r6) [2021-01-15T09:36:54.210Z] (7/12) Installing build-base (0.5-r2) [2021-01-15T09:36:54.481Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-15T09:36:54.481Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-15T09:36:54.481Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-15T09:36:54.752Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-15T09:36:54.752Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-15T09:36:54.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:36:55.025Z] OK: 217 MiB in 51 packages [2021-01-15T09:36:59.327Z] Removing intermediate container 8b69de12729c [2021-01-15T09:36:59.327Z] ---> 75a77683767b [2021-01-15T09:36:59.327Z] Step 4/6 : WORKDIR /edgex-go [2021-01-15T09:36:59.327Z] ---> Running in 203f0f2c4f97 [2021-01-15T09:36:59.327Z] Removing intermediate container 203f0f2c4f97 [2021-01-15T09:36:59.327Z] ---> b1f7bd947da4 [2021-01-15T09:36:59.327Z] Step 5/6 : COPY go.mod . [2021-01-15T09:37:00.310Z] ---> 63a57f311c8b [2021-01-15T09:37:00.310Z] Step 6/6 : RUN go mod download [2021-01-15T09:37:00.310Z] ---> Running in bcc627efc155 [2021-01-15T09:37:13.826Z] 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-15T09:37:22.083Z] Removing intermediate container 2c078b677ffc [2021-01-15T09:37:22.083Z] ---> daefebf1ead7 [2021-01-15T09:37:22.083Z] [2021-01-15T09:37:22.083Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T09:37:22.083Z] Removing intermediate container 3ef949a6f9bc [2021-01-15T09:37:22.083Z] ---> bfb0ad5dca31 [2021-01-15T09:37:22.083Z] [2021-01-15T09:37:22.083Z] Step 10/24 : FROM scratch [2021-01-15T09:37:22.083Z] ---> [2021-01-15T09:37:22.083Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T09:37:22.083Z] Removing intermediate container 6629411d6142 [2021-01-15T09:37:22.083Z] ---> 5b0cf4cfdac1 [2021-01-15T09:37:22.083Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T09:37:22.083Z] 3.12: Pulling from library/alpine [2021-01-15T09:37:22.083Z] ---> Running in 675479947ad1 [2021-01-15T09:37:22.661Z] ---> Running in 806383069c2a [2021-01-15T09:37:23.238Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T09:37:24.636Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T09:37:24.636Z] ---> 389fef711851 [2021-01-15T09:37:24.636Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:37:24.636Z] Removing intermediate container 1baf8b18d9f5 [2021-01-15T09:37:24.636Z] ---> 11c1fa7c305b [2021-01-15T09:37:24.636Z] [2021-01-15T09:37:24.636Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T09:37:24.636Z] ---> 389fef711851 [2021-01-15T09:37:24.636Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:37:24.899Z] 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-15T09:37:25.165Z] Removing intermediate container 806383069c2a [2021-01-15T09:37:25.166Z] ---> e450673888ff [2021-01-15T09:37:25.166Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T09:37:26.115Z] ---> Running in a9007fae40aa [2021-01-15T09:37:26.115Z] ---> Running in 82633c8bdcc5 [2021-01-15T09:37:26.115Z] ---> Running in 0c813cd8f78b [2021-01-15T09:37:26.115Z] Removing intermediate container 923ace075278 [2021-01-15T09:37:26.115Z] ---> 97ab8b07292c [2021-01-15T09:37:26.115Z] [2021-01-15T09:37:26.115Z] Step 10/22 : FROM scratch [2021-01-15T09:37:26.115Z] ---> [2021-01-15T09:37:26.115Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:37:26.381Z] ---> Running in e93a2099006d [2021-01-15T09:37:26.381Z] Removing intermediate container 82633c8bdcc5 [2021-01-15T09:37:26.381Z] ---> 718d94f28f5c [2021-01-15T09:37:26.381Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T09:37:26.645Z] ---> Running in 2f50575a574d [2021-01-15T09:37:26.645Z] Removing intermediate container e93a2099006d [2021-01-15T09:37:26.645Z] ---> 63961d749c1b [2021-01-15T09:37:26.645Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T09:37:26.645Z] ---> Running in 550e57a8f7bc [2021-01-15T09:37:26.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:26.921Z] Removing intermediate container 675479947ad1 [2021-01-15T09:37:26.921Z] ---> 514a9319fc28 [2021-01-15T09:37:26.921Z] [2021-01-15T09:37:26.921Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T09:37:26.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:26.921Z] 20.10.0: Pulling from library/docker [2021-01-15T09:37:26.921Z] Removing intermediate container 2f50575a574d [2021-01-15T09:37:26.921Z] ---> 6abe4cc0fb7e [2021-01-15T09:37:26.921Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T09:37:26.921Z] Removing intermediate container 550e57a8f7bc [2021-01-15T09:37:26.921Z] ---> 699b5ab09f83 [2021-01-15T09:37:26.921Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:37:27.113Z] Removing intermediate container bcc627efc155 [2021-01-15T09:37:27.114Z] ---> 95acd44dde81 [2021-01-15T09:37:27.114Z] Successfully built 95acd44dde81 [2021-01-15T09:37:27.114Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:37:27.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:27.196Z] ---> Running in 0a02ccc9e647 [2021-01-15T09:37:27.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:27.196Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:37:27.196Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:37:27.196Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:37:27.196Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:37:27.196Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:37:27.196Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:37:27.196Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:37:27.451Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T09:37:27.451Z] . [2021-01-15T09:37:27.465Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:37:27.465Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:37:27.465Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:37:27.465Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:37:27.465Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:37:27.465Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:37:27.465Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:37:27.465Z] OK: 7 MiB in 19 packages [Pipeline] withDockerContainer [2021-01-15T09:37:27.693Z] prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container [2021-01-15T09:37:27.732Z] OK: 7 MiB in 19 packages [2021-01-15T09:37:27.732Z] Removing intermediate container 0a02ccc9e647 [2021-01-15T09:37:27.732Z] ---> 913642947175 [2021-01-15T09:37:27.732Z] Step 14/22 : WORKDIR / [2021-01-15T09:37:27.774Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T09:37:29.143Z] ---> 3ca8b74743c9 [2021-01-15T09:37:29.143Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T09:37:29.143Z] ---> Running in 4d430379cc3d [2021-01-15T09:37:29.196Z] $ docker top 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:37:29.725Z] Removing intermediate container 4d430379cc3d [2021-01-15T09:37:29.725Z] ---> 1ab189ca63ce [2021-01-15T09:37:29.725Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:37:30.188Z] + go version [2021-01-15T09:37:30.188Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-15T09:37:30.212Z] $ docker stop --time=1 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b [2021-01-15T09:37:30.675Z] ---> 6977e5cb9067 [2021-01-15T09:37:30.675Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T09:37:30.675Z] Removing intermediate container 0c813cd8f78b [2021-01-15T09:37:30.675Z] ---> 6f7224b77efa [2021-01-15T09:37:30.675Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:37:30.944Z] ---> 4370d43bd0d1 [2021-01-15T09:37:30.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T09:37:30.944Z] ---> Running in 85966f113bcb [2021-01-15T09:37:30.944Z] Removing intermediate container a9007fae40aa [2021-01-15T09:37:30.944Z] ---> 442b4080a3a3 [2021-01-15T09:37:30.944Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T09:37:31.210Z] ---> Running in d46f415741c4 [2021-01-15T09:37:31.210Z] Removing intermediate container 85966f113bcb [2021-01-15T09:37:31.210Z] ---> 74b54c8605b0 [2021-01-15T09:37:31.210Z] Step 13/24 : WORKDIR / [2021-01-15T09:37:31.482Z] ---> Running in 769a7ea6bb19 [2021-01-15T09:37:31.482Z] ---> da8a38cbb5ef [2021-01-15T09:37:31.482Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:37:31.482Z] Removing intermediate container d46f415741c4 [2021-01-15T09:37:31.482Z] ---> dd2bea027f3f [2021-01-15T09:37:31.482Z] Step 13/22 : WORKDIR / [2021-01-15T09:37:31.753Z] ---> Running in f9b7e6c50ede [2021-01-15T09:37:31.753Z] ---> ec5f192bb938 [2021-01-15T09:37:31.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T09:37:32.024Z] Removing intermediate container 769a7ea6bb19 [2021-01-15T09:37:32.024Z] ---> 593928ae8753 [2021-01-15T09:37:32.024Z] 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-15T09:37:32.024Z] ---> 79663d30ede2 [2021-01-15T09:37:32.024Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T09:37:32.024Z] Removing intermediate container f9b7e6c50ede [2021-01-15T09:37:32.024Z] ---> d1703c2e3918 [2021-01-15T09:37:32.024Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:37:32.061Z] $ docker rm -f 2e5572b4672a4c0d85e436bb8e52ee2dc3fc488e2988e07b3bdf59917450510b [2021-01-15T09:37:32.290Z] ---> 917d9f34630c [2021-01-15T09:37:32.290Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-15T09:37:32.559Z] ---> b24743657999 [2021-01-15T09:37:32.559Z] 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-15T09:37:32.559Z] ---> Running in a84c181da60f [2021-01-15T09:37:32.559Z] ---> 8f1c8f339ac4 [2021-01-15T09:37:32.559Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:37:32.834Z] ---> 8e877e01fdc9 [2021-01-15T09:37:32.834Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T09:37:32.834Z] Removing intermediate container a84c181da60f [2021-01-15T09:37:32.834Z] ---> 2c9c9461fa7f [2021-01-15T09:37:32.834Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:37:33.039Z] + docker inspect -f . ci-base-image-arm64 [2021-01-15T09:37:33.039Z] . [Pipeline] withDockerContainer [2021-01-15T09:37:33.301Z] prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container [2021-01-15T09:37:33.387Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-15T09:37:33.419Z] ---> fcd64f646720 [2021-01-15T09:37:33.419Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T09:37:33.419Z] ---> Running in fd944ea984fe [2021-01-15T09:37:33.693Z] ---> 1d789523ccbc [2021-01-15T09:37:33.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T09:37:33.693Z] ---> 45882f92e13c [2021-01-15T09:37:33.693Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T09:37:33.693Z] ---> Running in 3558b31fbe6a [2021-01-15T09:37:33.693Z] Removing intermediate container fd944ea984fe [2021-01-15T09:37:33.693Z] ---> fa0b81fc9f91 [2021-01-15T09:37:33.693Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:37:33.962Z] ---> 5a807122fc06 [2021-01-15T09:37:33.962Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T09:37:33.962Z] ---> Running in b444a65b5b76 [2021-01-15T09:37:34.227Z] ---> d33c0b242df5 [2021-01-15T09:37:34.227Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T09:37:34.227Z] Removing intermediate container 3558b31fbe6a [2021-01-15T09:37:34.227Z] ---> 857445790318 [2021-01-15T09:37:34.227Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:37:34.492Z] ---> Running in 2bcf3775bec0 [2021-01-15T09:37:34.492Z] Removing intermediate container b444a65b5b76 [2021-01-15T09:37:34.492Z] ---> 509f14ea5399 [2021-01-15T09:37:34.492Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:37:34.492Z] ---> Running in d297c0f1fc93 [2021-01-15T09:37:34.492Z] ---> 465c25c8a8ab [2021-01-15T09:37:34.492Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T09:37:34.722Z] $ docker top f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 -eo pid,comm [2021-01-15T09:37:34.771Z] ---> b58357bf745f [2021-01-15T09:37:34.771Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T09:37:34.771Z] Removing intermediate container 2bcf3775bec0 [2021-01-15T09:37:34.771Z] ---> 72460c6ef9fb [2021-01-15T09:37:34.771Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T09:37:34.771Z] ---> Running in 6406ffb2906e [2021-01-15T09:37:35.034Z] ---> Running in 31591baf1c89 [Pipeline] { [Pipeline] echo [2021-01-15T09:37:35.198Z] ========================================================= [2021-01-15T09:37:35.198Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-15T09:37:35.198Z] ========================================================= [Pipeline] sh [2021-01-15T09:37:35.621Z] Removing intermediate container d297c0f1fc93 [2021-01-15T09:37:35.621Z] ---> f2cede00b09b [2021-01-15T09:37:35.621Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:37:35.846Z] + make test [2021-01-15T09:37:35.846Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-15T09:37:36.202Z] ---> Running in 3016a04c5b70 [2021-01-15T09:37:36.202Z] Removing intermediate container 31591baf1c89 [2021-01-15T09:37:36.202Z] ---> 3813016fe842 [2021-01-15T09:37:36.202Z] Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:37:36.202Z] ---> e5b6f9248498 [2021-01-15T09:37:36.202Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T09:37:36.202Z] ---> Running in 4c6be6b1e6e9 [2021-01-15T09:37:36.782Z] Removing intermediate container 3016a04c5b70 [2021-01-15T09:37:36.782Z] ---> 2e6c38d4edf3 [2021-01-15T09:37:36.782Z] [2021-01-15T09:37:37.047Z] Removing intermediate container 4c6be6b1e6e9 [2021-01-15T09:37:37.047Z] ---> 225a5d498a90 [2021-01-15T09:37:37.047Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:37:37.047Z] ---> 4f69107220d2 [2021-01-15T09:37:37.047Z] 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-15T09:37:37.047Z] Successfully built 2e6c38d4edf3 [2021-01-15T09:37:37.047Z] ---> Running in 0cb5526b090b [2021-01-15T09:37:37.310Z] Successfully tagged docker-core-metadata-go:latest [2021-01-15T09:37:37.310Z] ---> Running in a9021337f07d [2021-01-15T09:37:37.310Z] Building docker-core-command-go [2021-01-15T09:37:37.579Z]  Building docker-core-metadata-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T09:37:37.579Z] Removing intermediate container 0cb5526b090b [2021-01-15T09:37:37.579Z] ---> 5363868806d8 [2021-01-15T09:37:37.579Z] [2021-01-15T09:37:37.579Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T09:37:37.579Z] ---> aefe523efa57 [2021-01-15T09:37:37.579Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T09:37:37.969Z] ---> Running in 2ae7e399374f [2021-01-15T09:37:37.969Z] Removing intermediate container 6406ffb2906e [2021-01-15T09:37:37.969Z] ---> a35bcae8e5fe [2021-01-15T09:37:37.969Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T09:37:37.969Z] Successfully built 5363868806d8 [2021-01-15T09:37:37.969Z] Successfully tagged docker-support-notifications-go:latest [2021-01-15T09:37:38.235Z] Building docker-core-data-go [2021-01-15T09:37:40.172Z]  Building docker-support-notifications-go ... done  ---> Running in afe6611ca36d [2021-01-15T09:37:42.117Z] Removing intermediate container afe6611ca36d [2021-01-15T09:37:42.117Z] ---> 0b5e06f661db [2021-01-15T09:37:42.117Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:37:43.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:43.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:37:43.516Z] ---> Running in 855f76270526 [2021-01-15T09:37:43.516Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T09:37:43.516Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T09:37:43.516Z] Executing bash-5.0.17-r0.post-install [2021-01-15T09:37:43.784Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:37:43.784Z] OK: 12 MiB in 22 packages [2021-01-15T09:37:44.051Z] Removing intermediate container a9021337f07d [2021-01-15T09:37:44.051Z] ---> 649e34478cc5 [2021-01-15T09:37:44.051Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T09:37:44.051Z] Removing intermediate container 855f76270526 [2021-01-15T09:37:44.051Z] ---> cc5499493cd0 [2021-01-15T09:37:44.051Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:37:44.314Z] ---> Running in 337a843e7cea [2021-01-15T09:37:44.314Z] ---> Running in 3c7d11ca66f9 [2021-01-15T09:37:45.268Z] Removing intermediate container 337a843e7cea [2021-01-15T09:37:45.268Z] ---> 008257c617d8 [2021-01-15T09:37:45.268Z] Step 22/24 : LABEL arch=x86_64 [2021-01-15T09:37:45.854Z] Removing intermediate container 2ae7e399374f [2021-01-15T09:37:45.854Z] ---> 3ae4efc50f71 [2021-01-15T09:37:45.854Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T09:37:50.125Z] Removing intermediate container 3c7d11ca66f9 [2021-01-15T09:37:50.125Z] ---> df85ec6929ff [2021-01-15T09:37:50.125Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:37:50.125Z] ---> Running in 8054586074fb [2021-01-15T09:37:50.125Z] ---> Running in b9cea03350aa [2021-01-15T09:37:50.711Z] ---> Running in cb7880f7738a [2021-01-15T09:37:51.299Z] Removing intermediate container 8054586074fb [2021-01-15T09:37:51.299Z] ---> b11a3f531c85 [2021-01-15T09:37:51.299Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T09:37:51.584Z] Removing intermediate container b9cea03350aa [2021-01-15T09:37:51.584Z] ---> 508d869990d6 [2021-01-15T09:37:51.584Z] Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:37:52.184Z] ---> Running in 2a1602129929 [2021-01-15T09:37:52.184Z] Removing intermediate container cb7880f7738a [2021-01-15T09:37:52.184Z] ---> a2c2bcc3a24e [2021-01-15T09:37:52.184Z] [2021-01-15T09:37:52.454Z] Successfully built a2c2bcc3a24e [2021-01-15T09:37:52.721Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-15T09:37:52.721Z] ---> Running in cecf28ecd1fc [2021-01-15T09:37:52.721Z] Building docker-security-proxy-setup-go [2021-01-15T09:37:54.675Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 2a1602129929 [2021-01-15T09:37:54.675Z] ---> 5494566885ca [2021-01-15T09:37:54.675Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T09:37:57.086Z] Removing intermediate container cecf28ecd1fc [2021-01-15T09:37:57.086Z] ---> 12701e638da4 [2021-01-15T09:37:57.086Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:37:57.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:37:57.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:37:57.352Z] ---> 7937eb468b9b [2021-01-15T09:37:57.352Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:37:57.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:37:57.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:37:57.352Z] ---> 7937eb468b9b [2021-01-15T09:37:57.352Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 11c0a025b73d [2021-01-15T09:37:57.352Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 11c0a025b73d [2021-01-15T09:37:57.352Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 2b7d3c8892c3 [2021-01-15T09:37:57.352Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 2b7d3c8892c3 [2021-01-15T09:37:57.352Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 9a82265c9ed9 [2021-01-15T09:37:57.352Z] Step 6/22 : COPY go.mod . [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 8fdcc5ac638e [2021-01-15T09:37:57.352Z] Step 7/22 : RUN go mod download [2021-01-15T09:37:57.352Z] ---> Using cache [2021-01-15T09:37:57.352Z] ---> 9875dc95743b [2021-01-15T09:37:57.352Z] Step 8/22 : COPY . . [2021-01-15T09:37:57.616Z] ---> Using cache [2021-01-15T09:37:57.616Z] ---> d5c9090f3f6e [2021-01-15T09:37:57.616Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T09:37:57.994Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-15T09:37:58.569Z] ---> Running in dfa93b44433e [2021-01-15T09:37:58.570Z] ---> Running in 4486206834f4 [2021-01-15T09:37:58.570Z] ---> Running in 5b9c8128add8 [2021-01-15T09:37:58.570Z] ---> Running in 0cc87100d3a2 [2021-01-15T09:37:59.972Z] Removing intermediate container 0cc87100d3a2 [2021-01-15T09:37:59.972Z] ---> 09aa495e6096 [2021-01-15T09:37:59.972Z] [2021-01-15T09:37:59.972Z] Removing intermediate container dfa93b44433e [2021-01-15T09:37:59.972Z] ---> b615bb26c01a [2021-01-15T09:37:59.972Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T09:37:59.972Z] Successfully built 09aa495e6096 [2021-01-15T09:37:59.972Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-15T09:37:59.972Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2021-01-15T09:38:01.937Z] 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-15T09:38:02.210Z] ---> 7a4f2735be8d [2021-01-15T09:38:02.210Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T09:38:02.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:03.081Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:03.359Z] ---> 70ac82a14d0b [2021-01-15T09:38:03.359Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T09:38:03.633Z] OK: 233 MiB in 51 packages [2021-01-15T09:38:05.601Z] ---> ed57ccbdaf4a [2021-01-15T09:38:05.601Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T09:38:05.601Z] ---> Running in 2548e3cdfe78 [2021-01-15T09:38:07.048Z] Removing intermediate container 4486206834f4 [2021-01-15T09:38:07.049Z] ---> 79ac1c219350 [2021-01-15T09:38:07.049Z] Step 6/23 : COPY go.mod . [2021-01-15T09:38:08.500Z] ---> f0bb9436d775 [2021-01-15T09:38:08.500Z] Step 7/23 : RUN go mod download [2021-01-15T09:38:08.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:08.500Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:08.796Z] ---> Running in ac195c85014b [2021-01-15T09:38:08.796Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T09:38:09.071Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T09:38:09.071Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T09:38:09.071Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T09:38:09.071Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T09:38:09.071Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T09:38:09.071Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T09:38:13.472Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:38:13.472Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:38:13.472Z] ---> 7937eb468b9b [2021-01-15T09:38:13.472Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> 11c0a025b73d [2021-01-15T09:38:13.472Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> 2b7d3c8892c3 [2021-01-15T09:38:13.472Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> 9a82265c9ed9 [2021-01-15T09:38:13.472Z] Step 6/21 : COPY go.mod . [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> 8fdcc5ac638e [2021-01-15T09:38:13.472Z] Step 7/21 : RUN go mod download [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> 9875dc95743b [2021-01-15T09:38:13.472Z] Step 8/21 : COPY . . [2021-01-15T09:38:13.472Z] ---> Using cache [2021-01-15T09:38:13.472Z] ---> d5c9090f3f6e [2021-01-15T09:38:13.472Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T09:38:15.410Z] ---> Running in 0cec3c63a446 [2021-01-15T09:38:15.410Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T09:38:15.410Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T09:38:15.410Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T09:38:15.410Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T09:38:15.410Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T09:38:15.410Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T09:38:15.410Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T09:38:15.675Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T09:38:16.290Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T09:38:16.563Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T09:38:16.564Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T09:38:16.564Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T09:38:16.843Z] 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-15T09:38:16.843Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T09:38:17.117Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T09:38:17.117Z] Removing intermediate container ac195c85014b [2021-01-15T09:38:17.117Z] ---> c6095476862c [2021-01-15T09:38:17.117Z] Step 8/23 : COPY . . [2021-01-15T09:38:17.117Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T09:38:17.396Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T09:38:17.396Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T09:38:17.396Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T09:38:17.396Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T09:38:17.396Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T09:38:17.396Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T09:38:17.396Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T09:38:17.396Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T09:38:17.396Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T09:38:17.670Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T09:38:17.670Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T09:38:17.670Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:38:18.260Z] OK: 71 MiB in 55 packages [2021-01-15T09:38:26.510Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:38:26.510Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:38:26.510Z] ---> 7937eb468b9b [2021-01-15T09:38:26.510Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> 11c0a025b73d [2021-01-15T09:38:26.510Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> 2b7d3c8892c3 [2021-01-15T09:38:26.510Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> 9a82265c9ed9 [2021-01-15T09:38:26.510Z] Step 6/21 : COPY go.mod . [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> 8fdcc5ac638e [2021-01-15T09:38:26.510Z] Step 7/21 : RUN go mod download [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> 9875dc95743b [2021-01-15T09:38:26.510Z] Step 8/21 : COPY . . [2021-01-15T09:38:26.510Z] ---> Using cache [2021-01-15T09:38:26.510Z] ---> d5c9090f3f6e [2021-01-15T09:38:26.510Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T09:38:27.480Z] ---> Running in a3cf71076f70 [2021-01-15T09:38:29.191Z] 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-15T09:38:37.016Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-15T09:38:45.417Z] Removing intermediate container 5b9c8128add8 [2021-01-15T09:38:45.417Z] ---> 1a968536bc00 [2021-01-15T09:38:45.417Z] [2021-01-15T09:38:45.417Z] Step 10/22 : FROM scratch [2021-01-15T09:38:45.417Z] ---> [2021-01-15T09:38:45.417Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:38:45.417Z] Removing intermediate container 2548e3cdfe78 [2021-01-15T09:38:45.417Z] ---> ff9f0c52acfe [2021-01-15T09:38:45.417Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T09:38:45.417Z] ---> Using cache [2021-01-15T09:38:45.417Z] ---> 63961d749c1b [2021-01-15T09:38:45.417Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T09:38:45.417Z] ---> Running in 63280c3a8f4c [2021-01-15T09:38:45.417Z] ---> b41946aec488 [2021-01-15T09:38:45.417Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T09:38:45.417Z] ---> Running in cb47707a052c [2021-01-15T09:38:45.417Z] ---> Running in b8b80fd0b637 [2021-01-15T09:38:45.417Z] Removing intermediate container cb47707a052c [2021-01-15T09:38:45.417Z] ---> 40faaad19504 [2021-01-15T09:38:45.417Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:38:45.695Z] ---> Running in ae8017d54ef3 [2021-01-15T09:38:46.659Z] 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-15T09:38:47.242Z] 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-15T09:38:47.535Z] Removing intermediate container ae8017d54ef3 [2021-01-15T09:38:47.535Z] ---> 10e4fb75a26e [2021-01-15T09:38:47.535Z] Step 14/22 : WORKDIR / [2021-01-15T09:38:47.535Z] ---> Running in 8e7d4513a2e9 [2021-01-15T09:38:47.816Z] Removing intermediate container 8e7d4513a2e9 [2021-01-15T09:38:47.816Z] ---> 3270b39d4f2d [2021-01-15T09:38:47.816Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:38:48.426Z] ---> 69f746656ac7 [2021-01-15T09:38:48.426Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T09:38:49.395Z] ---> c1ba4fe7eba6 [2021-01-15T09:38:49.395Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T09:38:49.989Z] Collecting docker-compose==1.23.2 [2021-01-15T09:38:49.989Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T09:38:50.599Z] ---> 407f85572566 [2021-01-15T09:38:50.599Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T09:38:50.599Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T09:38:50.599Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T09:38:50.866Z] ---> Running in 03ad8d228d67 [2021-01-15T09:38:51.490Z] Collecting PyYAML<4,>=3.10 [2021-01-15T09:38:51.490Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T09:38:51.490Z] Removing intermediate container 03ad8d228d67 [2021-01-15T09:38:51.490Z] ---> 1acfa453629b [2021-01-15T09:38:51.490Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:38:52.113Z] ---> Running in a755fb978b17 [2021-01-15T09:38:54.100Z] Removing intermediate container a755fb978b17 [2021-01-15T09:38:54.100Z] ---> 876904b24dc6 [2021-01-15T09:38:54.100Z] Step 20/22 : LABEL arch=x86_64 [2021-01-15T09:38:54.378Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T09:38:54.378Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T09:38:54.654Z] 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-15T09:38:54.959Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T09:38:54.960Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T09:38:54.960Z] ---> Running in 325161c46b0c [2021-01-15T09:38:54.960Z] Removing intermediate container 0cec3c63a446 [2021-01-15T09:38:54.960Z] ---> d1ced886e465 [2021-01-15T09:38:54.960Z] [2021-01-15T09:38:54.960Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T09:38:54.960Z] ---> 389fef711851 [2021-01-15T09:38:54.960Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T09:38:54.960Z] Removing intermediate container a3cf71076f70 [2021-01-15T09:38:54.960Z] ---> 5c8078e3282b [2021-01-15T09:38:54.960Z] [2021-01-15T09:38:54.960Z] Step 10/21 : FROM scratch [2021-01-15T09:38:54.960Z] ---> [2021-01-15T09:38:54.960Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:38:55.244Z] ---> Running in 4c76c57eff3b [2021-01-15T09:38:55.244Z] ---> Using cache [2021-01-15T09:38:55.244Z] ---> 63961d749c1b [2021-01-15T09:38:55.244Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T09:38:55.524Z] ---> Running in 77c0fc5c1125 [2021-01-15T09:38:55.524Z] Removing intermediate container 325161c46b0c [2021-01-15T09:38:55.524Z] ---> 3135b4bc31ab [2021-01-15T09:38:55.524Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:38:55.809Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T09:38:55.809Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T09:38:55.809Z] ---> Running in ae9facc826ff [2021-01-15T09:38:55.809Z] Removing intermediate container 77c0fc5c1125 [2021-01-15T09:38:55.809Z] ---> 9cf6541ec2cc [2021-01-15T09:38:55.809Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T09:38:56.089Z] ---> Running in a988572d2773 [2021-01-15T09:38:56.089Z] Removing intermediate container ae9facc826ff [2021-01-15T09:38:56.089Z] ---> 3a1f4d20a9f8 [2021-01-15T09:38:56.089Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:38:56.089Z] ---> Running in 05fc5e6e263a [2021-01-15T09:38:56.679Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T09:38:56.679Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T09:38:56.680Z] Removing intermediate container a988572d2773 [2021-01-15T09:38:56.680Z] ---> 9487526ce2ff [2021-01-15T09:38:56.680Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:38:56.963Z] Removing intermediate container 05fc5e6e263a [2021-01-15T09:38:56.963Z] ---> 6499f158069c [2021-01-15T09:38:56.963Z] [2021-01-15T09:38:56.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:56.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:38:56.964Z] ---> 6592405e0fd5 [2021-01-15T09:38:56.964Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T09:38:57.247Z] Successfully built 6499f158069c [2021-01-15T09:38:57.247Z] Successfully tagged docker-core-command-go:latest [2021-01-15T09:38:57.247Z]  Building docker-core-command-go ... done (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T09:38:57.247Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:38:57.247Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T09:38:57.247Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T09:38:57.247Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T09:38:57.247Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T09:38:57.247Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:38:57.538Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:38:57.538Z] OK: 7 MiB in 18 packages [2021-01-15T09:38:57.538Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T09:38:57.538Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T09:38:57.813Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T09:38:57.813Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T09:38:57.813Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T09:38:57.813Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-15T09:38:59.202Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-15T09:38:59.203Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-15T09:38:59.249Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T09:38:59.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T09:38:59.249Z] ---> ac5463829dc0 [2021-01-15T09:38:59.249Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T09:38:59.536Z] Collecting idna<2.8,>=2.5 [2021-01-15T09:38:59.536Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T09:38:59.536Z] 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-15T09:38:59.536Z] 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-15T09:38:59.536Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T09:38:59.536Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T09:38:59.536Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T09:38:59.536Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T09:38:59.808Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, PyYAML, dockerpty, texttable, docopt, cached-property, jsonschema, docker-compose [2021-01-15T09:39:00.397Z] ---> 05c53154ae79 [2021-01-15T09:39:00.397Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T09:39:00.397Z] Attempting uninstall: urllib3 [2021-01-15T09:39:00.397Z] Found existing installation: urllib3 1.25.9 [2021-01-15T09:39:00.397Z] Uninstalling urllib3-1.25.9: [2021-01-15T09:39:00.397Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T09:39:00.983Z] ---> Running in e7743dad9346 [2021-01-15T09:39:00.983Z] Removing intermediate container 4c76c57eff3b [2021-01-15T09:39:00.983Z] ---> 6ab43ca2e6a4 [2021-01-15T09:39:00.983Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:39:01.255Z] Attempting uninstall: idna [2021-01-15T09:39:01.255Z] Found existing installation: idna 2.9 [2021-01-15T09:39:01.255Z] Uninstalling idna-2.9: [2021-01-15T09:39:01.846Z] Successfully uninstalled idna-2.9 [2021-01-15T09:39:02.124Z] ---> Running in 2501b4c67d43 [2021-01-15T09:39:02.124Z] Attempting uninstall: requests [2021-01-15T09:39:02.124Z] Found existing installation: requests 2.23.0 [2021-01-15T09:39:02.124Z] Uninstalling requests-2.23.0: [2021-01-15T09:39:02.406Z] Removing intermediate container e7743dad9346 [2021-01-15T09:39:02.406Z] ---> ecb7499a2c25 [2021-01-15T09:39:02.406Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:39:02.406Z] Successfully uninstalled requests-2.23.0 [2021-01-15T09:39:02.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-15T09:39:02.625Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-15T09:39:02.625Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-15T09:39:02.681Z] ---> Running in e850eaf2b01b [2021-01-15T09:39:02.953Z] Removing intermediate container 2501b4c67d43 [2021-01-15T09:39:02.953Z] ---> 1be6a51d2e7f [2021-01-15T09:39:02.953Z] Step 13/21 : WORKDIR /edgex [2021-01-15T09:39:03.545Z] Removing intermediate container e850eaf2b01b [2021-01-15T09:39:03.545Z] ---> 63cd64d16513 [2021-01-15T09:39:03.545Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T09:39:03.545Z] ---> Running in 68d82ae8ce05 [2021-01-15T09:39:04.132Z] ---> Running in bacb0eead80e [2021-01-15T09:39:04.132Z] Running setup.py install for PyYAML: started [2021-01-15T09:39:04.400Z] Removing intermediate container 68d82ae8ce05 [2021-01-15T09:39:04.400Z] ---> a4345737a44e [2021-01-15T09:39:04.400Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T09:39:04.400Z] Removing intermediate container bacb0eead80e [2021-01-15T09:39:04.400Z] ---> 09f64586ca26 [2021-01-15T09:39:04.400Z] Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:39:04.675Z] ---> Running in f576d82ed188 [2021-01-15T09:39:04.943Z] ---> 171b7555fe22 [2021-01-15T09:39:04.943Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T09:39:04.943Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T09:39:04.943Z] Running setup.py install for dockerpty: started [2021-01-15T09:39:04.943Z] Removing intermediate container f576d82ed188 [2021-01-15T09:39:04.943Z] ---> 5903985ee847 [2021-01-15T09:39:04.943Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:39:05.223Z] ---> Running in ebd4943cad64 [2021-01-15T09:39:05.489Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T09:39:05.489Z] Running setup.py install for texttable: started [2021-01-15T09:39:05.758Z] Removing intermediate container ebd4943cad64 [2021-01-15T09:39:05.758Z] ---> b6f4b3e10bae [2021-01-15T09:39:05.758Z] [2021-01-15T09:39:06.046Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T09:39:06.046Z] Running setup.py install for docopt: started [2021-01-15T09:39:06.046Z] Successfully built b6f4b3e10bae [2021-01-15T09:39:06.046Z] ---> 213abab1ad6e [2021-01-15T09:39:06.046Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T09:39:06.046Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-15T09:39:07.452Z]  Building docker-support-scheduler-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-01-15T09:39:08.408Z] ---> 4924f4c99127 [2021-01-15T09:39:08.408Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T09:39:08.695Z] ---> Running in 79d135bb7f37 [2021-01-15T09:39:08.959Z] 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-15T09:39:09.225Z] Removing intermediate container 79d135bb7f37 [2021-01-15T09:39:09.225Z] ---> c949be1c3f8e [2021-01-15T09:39:09.225Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T09:39:09.225Z] ---> Running in f38736adb1f6 [2021-01-15T09:39:09.593Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.217s coverage: 46.6% of statements [2021-01-15T09:39:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-15T09:39:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-15T09:39:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-15T09:39:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-15T09:39:09.593Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-15T09:39:09.811Z] Removing intermediate container f38736adb1f6 [2021-01-15T09:39:09.811Z] ---> b82a0e4cfff0 [2021-01-15T09:39:09.811Z] Step 19/21 : LABEL arch=x86_64 [2021-01-15T09:39:10.766Z] ---> Running in fabe34bd481d [2021-01-15T09:39:11.721Z] Removing intermediate container fabe34bd481d [2021-01-15T09:39:11.721Z] ---> 1eb36a828d08 [2021-01-15T09:39:11.721Z] Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:39:11.721Z] Removing intermediate container b8b80fd0b637 [2021-01-15T09:39:11.721Z] ---> ffa503a1cb21 [2021-01-15T09:39:11.721Z] [2021-01-15T09:39:11.721Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T09:39:11.721Z] ---> 389fef711851 [2021-01-15T09:39:11.721Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:39:12.671Z] ---> Running in 574648f54745 [2021-01-15T09:39:12.938Z] ---> Running in ea9a32f1a3ba [2021-01-15T09:39:13.201Z] Removing intermediate container 63280c3a8f4c [2021-01-15T09:39:13.201Z] ---> 328966e2b6e6 [2021-01-15T09:39:13.201Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T09:39:13.201Z] Removing intermediate container 574648f54745 [2021-01-15T09:39:13.201Z] ---> a0a820d809ca [2021-01-15T09:39:13.201Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:39:13.201Z] ---> Running in ce3006010c51 [2021-01-15T09:39:13.201Z] ---> Running in a6cad0c3fc55 [2021-01-15T09:39:13.201Z] Removing intermediate container ea9a32f1a3ba [2021-01-15T09:39:13.201Z] ---> c8ae806d84e8 [2021-01-15T09:39:13.201Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T09:39:13.467Z] ---> Running in 8dbe4ab80992 [2021-01-15T09:39:13.467Z] Removing intermediate container a6cad0c3fc55 [2021-01-15T09:39:13.467Z] ---> 7ab0cd14c5f3 [2021-01-15T09:39:13.467Z] [2021-01-15T09:39:13.732Z] Successfully built 7ab0cd14c5f3 [2021-01-15T09:39:13.732Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-15T09:39:13.732Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8dbe4ab80992 [2021-01-15T09:39:13.732Z] ---> 45901de34220 [2021-01-15T09:39:13.732Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T09:39:13.994Z] ---> Running in e90954816740 [2021-01-15T09:39:13.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:39:13.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:39:14.260Z] Removing intermediate container e90954816740 [2021-01-15T09:39:14.260Z] ---> 834b97b41ec4 [2021-01-15T09:39:14.260Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:39:14.260Z] ---> Running in 22bef445818f [2021-01-15T09:39:14.260Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:39:14.260Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T09:39:14.260Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T09:39:14.260Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:39:14.260Z] OK: 72 MiB in 58 packages [2021-01-15T09:39:14.853Z] Removing intermediate container ce3006010c51 [2021-01-15T09:39:14.853Z] ---> 24e81dc69ce0 [2021-01-15T09:39:14.853Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T09:39:14.853Z] ---> Running in 58b22eed1814 [2021-01-15T09:39:15.811Z] Removing intermediate container 58b22eed1814 [2021-01-15T09:39:15.811Z] ---> 20e51f5f0b26 [2021-01-15T09:39:15.811Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:39:15.811Z] Removing intermediate container 22bef445818f [2021-01-15T09:39:15.811Z] ---> 0628bff935fc [2021-01-15T09:39:15.811Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T09:39:16.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.563s coverage: 27.0% of statements [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-15T09:39:16.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.126s coverage: 100.0% of statements [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-15T09:39:16.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.128s coverage: 100.0% of statements [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-15T09:39:16.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.252s coverage: 67.9% of statements [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-15T09:39:16.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-15T09:39:16.604Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.714s coverage: 82.3% of statements [2021-01-15T09:39:16.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-15T09:39:16.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:39:16.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-15T09:39:16.604Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-15T09:39:16.764Z] ---> Running in 8a791a836f54 [2021-01-15T09:39:16.764Z] ---> Running in dd5933b953b8 [2021-01-15T09:39:17.026Z] Removing intermediate container 8a791a836f54 [2021-01-15T09:39:17.026Z] ---> b6f4ab4d8222 [2021-01-15T09:39:17.026Z] Step 24/26 : LABEL arch=x86_64 [2021-01-15T09:39:17.292Z] ---> Running in 32fd89c8a04c [2021-01-15T09:39:17.292Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-15T09:39:17.554Z] Removing intermediate container 32fd89c8a04c [2021-01-15T09:39:17.554Z] ---> 7e9f6197437a [2021-01-15T09:39:17.554Z] Step 25/26 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:39:17.554Z] ---> Running in 42ce326d5a2e [2021-01-15T09:39:17.554Z] Removing intermediate container 42ce326d5a2e [2021-01-15T09:39:17.554Z] ---> cffe075dba56 [2021-01-15T09:39:17.554Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T09:39:17.817Z] ---> Running in 3ecf0e2b390f [2021-01-15T09:39:17.817Z] Removing intermediate container 3ecf0e2b390f [2021-01-15T09:39:17.817Z] ---> 74311044ee9e [2021-01-15T09:39:17.817Z] [2021-01-15T09:39:18.080Z] Successfully built 74311044ee9e [2021-01-15T09:39:18.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-15T09:39:18.080Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-15T09:39:18.655Z]  Building docker-sys-mgmt-agent-go ... done (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T09:39:18.655Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T09:39:18.655Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T09:39:18.918Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T09:39:18.918Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T09:39:18.918Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:39:19.181Z] OK: 8 MiB in 19 packages [2021-01-15T09:39:19.755Z] Removing intermediate container dd5933b953b8 [2021-01-15T09:39:19.755Z] ---> cabc1b0a3839 [2021-01-15T09:39:19.755Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:39:20.017Z] ---> fa6494215922 [2021-01-15T09:39:20.017Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T09:39:20.592Z] ---> 75ee75064112 [2021-01-15T09:39:20.592Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T09:39:20.858Z] ---> 6765bee60067 [2021-01-15T09:39:20.858Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T09:39:20.858Z] ---> Running in 0410b5c704c1 [2021-01-15T09:39:21.122Z] Removing intermediate container 0410b5c704c1 [2021-01-15T09:39:21.122Z] ---> c21c23233743 [2021-01-15T09:39:21.122Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:39:21.122Z] ---> Running in db1935bcefef [2021-01-15T09:39:21.385Z] Removing intermediate container db1935bcefef [2021-01-15T09:39:21.385Z] ---> 71f90d277836 [2021-01-15T09:39:21.385Z] Step 21/23 : LABEL arch=x86_64 [2021-01-15T09:39:21.385Z] ---> Running in 64f26bc9dbb3 [2021-01-15T09:39:21.385Z] Removing intermediate container 64f26bc9dbb3 [2021-01-15T09:39:21.385Z] ---> 9c7c48b98213 [2021-01-15T09:39:21.385Z] Step 22/23 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:39:21.648Z] ---> Running in 1403d7b1f4ca [2021-01-15T09:39:21.648Z] Removing intermediate container 1403d7b1f4ca [2021-01-15T09:39:21.648Z] ---> db9b6bd60fee [2021-01-15T09:39:21.648Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T09:39:21.648Z] ---> Running in e213e4579188 [2021-01-15T09:39:21.911Z] Removing intermediate container e213e4579188 [2021-01-15T09:39:21.911Z] ---> fd914ef3dd8e [2021-01-15T09:39:21.911Z] [2021-01-15T09:39:21.911Z] Successfully built fd914ef3dd8e [2021-01-15T09:39:22.174Z] Successfully tagged docker-core-data-go:latest [2021-01-15T09:39:22.450Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T09:39:22.478Z] $ docker stop --time=1 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c [2021-01-15T09:39:24.175Z] $ docker rm -f 4e8604331a883cfc29011ea86ecdd463b4e6f877ffee179fcbba825dab421c0c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:39:24.796Z] + docker images [2021-01-15T09:39:24.797Z] + grep docker [2021-01-15T09:39:24.797Z] docker-core-data-go latest fd914ef3dd8e 3 seconds ago 22.3MB [2021-01-15T09:39:24.797Z] docker-sys-mgmt-agent-go latest 74311044ee9e 7 seconds ago 313MB [2021-01-15T09:39:24.797Z] docker-security-proxy-setup-go latest 7ab0cd14c5f3 11 seconds ago 24.4MB [2021-01-15T09:39:24.797Z] docker-support-scheduler-go latest b6f4b3e10bae 19 seconds ago 10.7MB [2021-01-15T09:39:24.797Z] docker-core-command-go latest 6499f158069c 28 seconds ago 10.6MB [2021-01-15T09:39:24.797Z] docker-security-secretstore-setup-go latest 09aa495e6096 About a minute ago 24.6MB [2021-01-15T09:39:24.797Z] docker-security-bootstrap-redis-go latest a2c2bcc3a24e About a minute ago 15.8MB [2021-01-15T09:39:24.797Z] docker-support-notifications-go latest 5363868806d8 About a minute ago 12MB [2021-01-15T09:39:24.797Z] docker-core-metadata-go latest 2e6c38d4edf3 About a minute ago 13.1MB [2021-01-15T09:39:24.797Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2021-01-15T09:39:24.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.166s coverage: 28.6% of statements [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-15T09:39:24.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.153s coverage: 100.0% of statements [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-15T09:39:24.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-15T09:39:24.905Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.275s coverage: 86.7% of statements [2021-01-15T09:39:24.905Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [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 [2021-01-15T09:39:25.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.401s coverage: 97.5% of statements [2021-01-15T09:39:25.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-15T09:39:25.511Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.166s coverage: 78.3% of statements [2021-01-15T09:39:25.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-15T09:39:25.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-15T09:39:25.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-15T09:39:25.511Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] node [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.210s coverage: 92.8% of statements [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.182s coverage: 0.1% of statements [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.094s coverage: 75.5% of statements [2021-01-15T09:39:33.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2021-01-15T09:39:33.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements [2021-01-15T09:39:34.399Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.214s coverage: 84.2% of statements [2021-01-15T09:39:35.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements [2021-01-15T09:39:35.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-15T09:39:38.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.743s coverage: 63.5% of statements [2021-01-15T09:39:38.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-15T09:39:38.793Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-15T09:39:38.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements [2021-01-15T09:39:38.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements [2021-01-15T09:39:38.793Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.100s coverage: 100.0% of statements [2021-01-15T09:39:39.068Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2021-01-15T09:39:39.667Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-01-15T09:39:40.552Z] Still waiting to schedule task [2021-01-15T09:39:40.552Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-15T09:39:45.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.901s coverage: 68.9% of statements [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-15T09:39:45.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.361s coverage: 37.0% of statements [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-15T09:39:45.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-15T09:39:45.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.707s coverage: 84.0% of statements [2021-01-15T09:39:45.381Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-01-15T09:39:53.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.354s coverage: 47.1% of statements [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-15T09:39:53.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-15T09:39:53.706Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-01-15T09:39:53.706Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.232s coverage: 29.1% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.210s coverage: 99.0% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.073s coverage: 0.0% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-15T09:39:57.120Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.086s coverage: 87.9% of statements [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-15T09:39:57.120Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-15T09:39:57.393Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.113s coverage: 100.0% of statements [2021-01-15T09:39:57.665Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-15T09:39:58.643Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-15T09:39:59.616Z] GO111MODULE=on go vet ./... [2021-01-15T09:40:22.637Z] Running on prd-ubuntu18.04-docker-8c-8g-20469 in /w/workspace/edgexfoundry_edgex-go_PR-3042 [Pipeline] { [Pipeline] ws [2021-01-15T09:40:22.699Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-15T09:40:24.864Z] using credential edgex-jenkins-ssh [2021-01-15T09:40:24.928Z] Cloning the remote Git repository [2021-01-15T09:40:24.956Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:40:25.020Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-15T09:40:25.044Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:40:25.045Z] > git --version # timeout=10 [2021-01-15T09:40:25.051Z] > git --version # 'git version 2.17.1' [2021-01-15T09:40:25.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:40:25.076Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:40:30.660Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:40:30.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-15T09:40:30.685Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-15T09:40:30.696Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-15T09:40:30.697Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:40:30.701Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3042/head:refs/remotes/origin/PR-3042 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-15T09:40:31.353Z] Merging remotes/origin/master commit fd359634b10927f8e0ebf7f54b54c9e517c8d604 into PR head commit aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:40:31.479Z] Merge succeeded, producing aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:40:31.479Z] Checking out Revision aee64e1e172df7b5958a4f5e4473f727edefab99 (PR-3042) [2021-01-15T09:40:31.365Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:40:31.371Z] > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 [2021-01-15T09:40:31.441Z] > git remote # timeout=10 [2021-01-15T09:40:31.450Z] > git config --get remote.origin.url # timeout=10 [2021-01-15T09:40:31.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-15T09:40:31.465Z] > git merge fd359634b10927f8e0ebf7f54b54c9e517c8d604 # timeout=10 [2021-01-15T09:40:31.476Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-15T09:40:31.486Z] > git config core.sparsecheckout # timeout=10 [2021-01-15T09:40:31.490Z] > git checkout -f aee64e1e172df7b5958a4f5e4473f727edefab99 # timeout=10 [2021-01-15T09:40:35.148Z] Commit message: "feat(data): Update Swagger doc to sync DTO schema with go-mod-core-contracts" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:40:36.313Z] + echo snap-build.sh [2021-01-15T09:40:36.313Z] snap-build.sh [2021-01-15T09:40:36.313Z] + SNAP_BASE_DIR=. [2021-01-15T09:40:36.313Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-15T09:40:36.313Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-15T09:40:36.313Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-15T09:40:36.313Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-15T09:40:36.313Z] + cd /w/workspace/edgex-go/5 [2021-01-15T09:40:36.313Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-15T09:40:36.313Z] Reading package lists... [2021-01-15T09:40:36.313Z] Building dependency tree... [2021-01-15T09:40:36.313Z] Reading state information... [2021-01-15T09:40:36.576Z] The following packages were automatically installed and are no longer required: [2021-01-15T09:40:36.576Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-15T09:40:36.576Z] uidmap xdelta3 [2021-01-15T09:40:36.576Z] Use 'sudo apt autoremove' to remove them. [2021-01-15T09:40:36.576Z] The following packages will be REMOVED: [2021-01-15T09:40:36.576Z] lxd* lxd-client* [2021-01-15T09:40:36.839Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-15T09:40:36.839Z] After this operation, 31.7 MB disk space will be freed. [2021-01-15T09:40:38.155Z] (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-15T09:40:38.155Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:40:39.101Z] Removing lxd dnsmasq configuration [2021-01-15T09:40:39.101Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:40:39.101Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-15T09:40:40.051Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-15T09:40:40.313Z] (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-15T09:40:40.313Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-15T09:40:41.704Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-15T09:40:41.704Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-15T09:40:43.093Z] + sudo snap remove --purge lxd [2021-01-15T09:40:43.354Z] snap "lxd" is not installed [2021-01-15T09:40:43.354Z] + sudo groupadd --force --system lxd [2021-01-15T09:40:43.354Z] ++ whoami [2021-01-15T09:40:43.354Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-15T09:40:43.354Z] + newgrp - lxd [2021-01-15T09:40:43.354Z] + sudo snap install lxd [2021-01-15T09:40:53.365Z] 2021-01-15T09:40:50Z INFO Waiting for automatic snapd restart... [2021-01-15T09:41:05.664Z] lxd 4.10 from Canonical* installed [2021-01-15T09:41:05.664Z] + sudo lxd init --auto [2021-01-15T09:41:07.646Z] gofmt -l . [2021-01-15T09:41:07.646Z] [ "`gofmt -l .`" = "" ] [2021-01-15T09:41:07.646Z] ./bin/test-go-mod-tidy.sh [2021-01-15T09:41:07.646Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-15T09:41:09.755Z] + ls -al . [2021-01-15T09:41:09.755Z] total 684 [2021-01-15T09:41:09.755Z] drwxrwxr-x 9 1001 1001 4096 Jan 15 09:41 . [2021-01-15T09:41:09.755Z] drwxr-xr-x 4 root root 4096 Jan 15 09:37 .. [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 11 Jan 15 09:36 .dockerignore [2021-01-15T09:41:09.755Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 09:36 .git [2021-01-15T09:41:09.755Z] drwxrwxr-x 3 1001 1001 4096 Jan 15 09:36 .github [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 824 Jan 15 09:36 .gitignore [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 166 Jan 15 09:36 .sonarcloud.properties [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 7741 Jan 15 09:36 Attribution.txt [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 3804 Jan 15 09:36 CONTRIBUTING.md [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 931 Jan 15 09:36 Dockerfile.build [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 863 Jan 15 09:36 Jenkinsfile [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 10775 Jan 15 09:36 LICENSE [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 5750 Jan 15 09:36 Makefile [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 6524 Jan 15 09:36 README.md [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 6744 Jan 15 09:36 SECURITY.md [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 5 Jan 15 09:32 VERSION [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 4131 Jan 15 09:36 ZMQWindows.md [2021-01-15T09:41:09.755Z] drwxrwxr-x 2 1001 1001 4096 Jan 15 09:36 bin [2021-01-15T09:41:09.755Z] drwxrwxr-x 14 1001 1001 4096 Jan 15 09:36 cmd [2021-01-15T09:41:09.755Z] -rw-r--r-- 1 root root 550280 Jan 15 09:39 coverage.out [2021-01-15T09:41:09.755Z] -rw-r--r-- 1 root root 979 Jan 15 09:41 go.mod [2021-01-15T09:41:09.755Z] -rw-r--r-- 1 root root 19036 Jan 15 09:41 go.sum [2021-01-15T09:41:09.755Z] drwxrwxr-x 8 1001 1001 4096 Jan 15 09:36 internal [2021-01-15T09:41:09.755Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 09:36 openapi [2021-01-15T09:41:09.755Z] drwxrwxr-x 4 1001 1001 4096 Jan 15 09:36 snap [2021-01-15T09:41:09.755Z] -rw-rw-r-- 1 1001 1001 168 Jan 15 09:36 version.go [Pipeline] sh [2021-01-15T09:41:10.419Z] + '[' -e coverage.out ] [2021-01-15T09:41:10.419Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-15T09:41:10.439Z] Warning: overwriting stash ‘coverage-report’ [2021-01-15T09:41:11.572Z] Stashed 1 file(s) [Pipeline] sh [2021-01-15T09:41:12.318Z] + make build [2021-01-15T09:41:12.318Z] 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-15T09:41:15.689Z] + sudo snap install --classic snapcraft [2021-01-15T09:41:22.281Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T09:41:22.281Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-15T09:41:22.281Z] + patch --verbose -p1 [2021-01-15T09:41:22.281Z] Hmm... Looks like a unified diff to me... [2021-01-15T09:41:22.281Z] The text leading up to this was: [2021-01-15T09:41:22.281Z] -------------------------- [2021-01-15T09:41:22.281Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-15T09:41:22.281Z] |From: Tony Espy [2021-01-15T09:41:22.281Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-15T09:41:22.281Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-15T09:41:22.281Z] | [2021-01-15T09:41:22.281Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-15T09:41:22.281Z] |optimize the snap CI check run for pull requests. When [2021-01-15T09:41:22.281Z] |applied, it essentially strips out everything (apps and [2021-01-15T09:41:22.281Z] |parts) from the snapcraft.yaml file except those required [2021-01-15T09:41:22.281Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-15T09:41:22.281Z] |catch changes to edgex-go that break the snap build. [2021-01-15T09:41:22.281Z] | [2021-01-15T09:41:22.281Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-15T09:41:22.281Z] |to update this patch file, otherwise it may fail to apply, [2021-01-15T09:41:22.281Z] |resulting in a failed snap build CI check in the associated [2021-01-15T09:41:22.281Z] |pull request. [2021-01-15T09:41:22.281Z] | [2021-01-15T09:41:22.281Z] |Note - in addition to applying this patch, the pipeline also [2021-01-15T09:41:22.281Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-15T09:41:22.281Z] |need to build the finally binary .snap file (and it won't [2021-01-15T09:41:22.281Z] |work with the patch applied). This further reduces the build [2021-01-15T09:41:22.281Z] |time. [2021-01-15T09:41:22.281Z] |--- [2021-01-15T09:41:22.281Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-15T09:41:22.281Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-15T09:41:22.281Z] | [2021-01-15T09:41:22.281Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-15T09:41:22.281Z] |index 1e537489..faf42425 100644 [2021-01-15T09:41:22.281Z] |--- a/snap/snapcraft.yaml [2021-01-15T09:41:22.281Z] |+++ b/snap/snapcraft.yaml [2021-01-15T09:41:22.281Z] -------------------------- [2021-01-15T09:41:22.281Z] patching file snap/snapcraft.yaml [2021-01-15T09:41:22.281Z] Using Plan A... [2021-01-15T09:41:22.281Z] Hunk #1 succeeded at 73. [2021-01-15T09:41:22.281Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-15T09:41:22.282Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-15T09:41:22.282Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-15T09:41:22.282Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-15T09:41:22.282Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-15T09:41:22.282Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-15T09:41:22.282Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-15T09:41:22.282Z] Hmm... Ignoring the trailing garbage. [2021-01-15T09:41:22.282Z] done [2021-01-15T09:41:22.282Z] + sudo snapcraft prime --use-lxd [2021-01-15T09:41:22.476Z] 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-15T09:41:23.678Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-15T09:41:23.679Z] 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-15T09:41:23.679Z] - README.md [2021-01-15T09:41:23.679Z] - snapcraft.yaml.orig [2021-01-15T09:41:23.679Z] [2021-01-15T09:41:23.679Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T09:41:24.249Z] Launching a container. [2021-01-15T09:41:36.533Z] Waiting for container to be ready [2021-01-15T09:41:36.533Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-15T09:41:36.533Z] [2021-01-15T09:41:39.835Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-15T09:41:39.835Z] Waiting for network to be ready... [2021-01-15T09:41:40.096Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T09:41:40.356Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T09:41:40.356Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T09:41:40.356Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T09:41:40.356Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T09:41:40.356Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T09:41:40.356Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T09:41:40.356Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T09:41:40.356Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T09:41:40.356Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T09:41:40.929Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T09:41:40.929Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T09:41:41.190Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T09:41:41.190Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T09:41:41.190Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T09:41:41.190Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T09:41:41.190Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T09:41:41.190Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T09:41:41.767Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T09:41:41.767Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T09:41:42.036Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T09:41:42.036Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T09:41:42.036Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T09:41:42.036Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T09:41:42.036Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T09:41:42.036Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T09:41:42.299Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T09:41:44.220Z] Fetched 23.7 MB in 4s (5873 kB/s) [2021-01-15T09:41:44.687Z] 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-15T09:41:45.163Z] Reading package lists... [2021-01-15T09:41:45.163Z] Reading package lists... [2021-01-15T09:41:45.425Z] Building dependency tree... [2021-01-15T09:41:45.425Z] Reading state information... [2021-01-15T09:41:45.425Z] The following additional packages will be installed: [2021-01-15T09:41:45.425Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T09:41:45.425Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T09:41:45.425Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T09:41:45.425Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-15T09:41:45.425Z] Suggested packages: [2021-01-15T09:41:45.425Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-15T09:41:45.425Z] Recommended packages: [2021-01-15T09:41:45.425Z] gnupg libsasl2-modules [2021-01-15T09:41:45.425Z] The following NEW packages will be installed: [2021-01-15T09:41:45.425Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-15T09:41:45.425Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-15T09:41:45.425Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-15T09:41:45.425Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-15T09:41:45.425Z] The following packages will be upgraded: [2021-01-15T09:41:45.425Z] gpg gpg-agent gpgconf libudev1 [2021-01-15T09:41:45.686Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-15T09:41:45.686Z] Need to get 3532 kB of archives. [2021-01-15T09:41:45.686Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-15T09:41:45.686Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-15T09:41:45.686Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-15T09:41:45.953Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-15T09:41:46.214Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-15T09:41:46.214Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-15T09:41:46.214Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-15T09:41:46.214Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-15T09:41:46.474Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-15T09:41:46.474Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-15T09:41:46.474Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-15T09:41:46.474Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-15T09:41:46.474Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-15T09:41:46.474Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-15T09:41:46.474Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-15T09:41:46.474Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-15T09:41:46.474Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-15T09:41:46.474Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-15T09:41:46.474Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-15T09:41:46.735Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-15T09:41:46.735Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-15T09:41:46.735Z] 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-15T09:41:46.735Z] 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-15T09:41:46.735Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:41:46.735Z] Fetched 3532 kB in 1s (3085 kB/s) [2021-01-15T09:41:46.735Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T09:41:46.735Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:41:46.735Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:41:46.996Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-15T09:41:46.996Z] Selecting previously unselected package udev. [2021-01-15T09:41:46.996Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-15T09:41:46.996Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:41:46.996Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-15T09:41:47.256Z] Selecting previously unselected package libfuse2:amd64. [2021-01-15T09:41:47.256Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T09:41:47.256Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T09:41:47.517Z] Selecting previously unselected package fuse. [2021-01-15T09:41:47.517Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-15T09:41:47.517Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-15T09:41:47.517Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:41:47.517Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:41:47.782Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:41:47.782Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:41:47.782Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:41:48.044Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:41:48.044Z] Selecting previously unselected package libksba8:amd64. [2021-01-15T09:41:48.044Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-15T09:41:48.044Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-15T09:41:48.044Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-15T09:41:48.044Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.306Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.306Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-15T09:41:48.306Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.306Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.306Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-15T09:41:48.306Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.306Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.570Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-15T09:41:48.570Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.570Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.570Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-15T09:41:48.570Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.570Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.834Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-15T09:41:48.834Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.834Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:48.834Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-15T09:41:48.834Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:48.834Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:49.095Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-15T09:41:49.095Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:49.095Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:49.095Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-15T09:41:49.095Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-15T09:41:49.095Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:49.357Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-15T09:41:49.357Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T09:41:49.357Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:41:49.357Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-15T09:41:49.357Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-15T09:41:49.357Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:41:49.357Z] Selecting previously unselected package libldap-common. [2021-01-15T09:41:49.357Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-15T09:41:49.619Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:41:49.619Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-15T09:41:49.619Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-15T09:41:49.619Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:41:49.619Z] Selecting previously unselected package dirmngr. [2021-01-15T09:41:49.619Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:41:49.879Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T09:41:49.879Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:41:49.879Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-15T09:41:49.879Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-15T09:41:50.095Z] 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-15T09:41:50.140Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:41:50.140Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-15T09:41:50.140Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-15T09:41:50.140Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.140Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-15T09:41:50.140Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:41:50.140Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-15T09:41:50.714Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-15T09:41:50.714Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.714Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-15T09:41:50.714Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-15T09:41:50.976Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-15T09:41:50.976Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.976Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.976Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.976Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.976Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:50.976Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:51.236Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-15T09:41:51.236Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-15T09:41:51.236Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-15T09:41:51.236Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:41:51.497Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-15T09:41:51.497Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-15T09:41:51.498Z] This means they are not meant to be enabled using systemctl. [2021-01-15T09:41:51.498Z] Possible reasons for having this kind of units are: [2021-01-15T09:41:51.498Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-15T09:41:51.498Z] .wants/ or .requires/ directory. [2021-01-15T09:41:51.498Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-15T09:41:51.498Z] a requirement dependency on it. [2021-01-15T09:41:51.498Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-15T09:41:51.498Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-15T09:41:51.498Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-15T09:41:51.498Z] instance name specified. [2021-01-15T09:41:51.757Z] Reading package lists... [2021-01-15T09:41:52.017Z] Building dependency tree... [2021-01-15T09:41:52.017Z] Reading state information... [2021-01-15T09:41:52.017Z] The following additional packages will be installed: [2021-01-15T09:41:52.017Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-15T09:41:52.017Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-15T09:41:52.017Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-15T09:41:52.017Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-15T09:41:52.017Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-15T09:41:52.017Z] Suggested packages: [2021-01-15T09:41:52.017Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-15T09:41:52.017Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-15T09:41:52.017Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-15T09:41:52.017Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-15T09:41:52.017Z] systemd-container policykit-1 [2021-01-15T09:41:52.017Z] Recommended packages: [2021-01-15T09:41:52.017Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-15T09:41:52.279Z] The following NEW packages will be installed: [2021-01-15T09:41:52.279Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-15T09:41:52.279Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-15T09:41:52.279Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-15T09:41:52.279Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-15T09:41:52.279Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-15T09:41:52.279Z] The following packages will be upgraded: [2021-01-15T09:41:52.279Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-15T09:41:52.279Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-15T09:41:52.279Z] Need to get 35.2 MB of archives. [2021-01-15T09:41:52.279Z] After this operation, 141 MB of additional disk space will be used. [2021-01-15T09:41:52.279Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-15T09:41:52.279Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-15T09:41:52.279Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-15T09:41:52.540Z] 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-15T09:41:52.540Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-15T09:41:52.540Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-15T09:41:52.540Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-15T09:41:52.540Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-15T09:41:52.540Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-15T09:41:52.540Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-15T09:41:52.540Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-15T09:41:52.540Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-15T09:41:52.540Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-15T09:41:52.540Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-15T09:41:52.540Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-15T09:41:52.540Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-15T09:41:52.540Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-15T09:41:53.113Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-15T09:41:53.113Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-15T09:41:53.113Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-15T09:41:53.375Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-15T09:41:53.375Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-15T09:41:53.375Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-15T09:41:53.375Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-15T09:41:53.375Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-15T09:41:53.375Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-15T09:41:53.375Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-15T09:41:53.375Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-15T09:41:53.375Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-15T09:41:53.375Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-15T09:41:53.470Z] 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-15T09:41:54.761Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:41:54.761Z] Fetched 35.2 MB in 2s (14.8 MB/s) [2021-01-15T09:41:54.761Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:41:54.761Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:41:54.903Z] 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-15T09:41:55.021Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:41:55.594Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:41:55.595Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:41:55.595Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-15T09:41:55.856Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:41:55.856Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T09:41:55.856Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T09:41:55.856Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-15T09:41:56.118Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-15T09:41:56.118Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-15T09:41:56.118Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-15T09:41:56.381Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-15T09:41:56.642Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-15T09:41:56.903Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-15T09:41:56.903Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-15T09:41:56.903Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T09:41:57.164Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T09:41:57.164Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-15T09:41:57.164Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:41:57.164Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:57.737Z] Selecting previously unselected package libexpat1:amd64. [2021-01-15T09:41:57.737Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-15T09:41:57.737Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T09:41:57.997Z] Selecting previously unselected package python3.6-minimal. [2021-01-15T09:41:57.997Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:41:57.997Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:58.260Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-15T09:41:58.260Z] Checking for services that may need to be restarted...done. [2021-01-15T09:41:58.260Z] Checking for services that may need to be restarted...done. [2021-01-15T09:41:58.260Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:58.260Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-15T09:41:58.260Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:58.831Z] Selecting previously unselected package python3-minimal. [2021-01-15T09:41:58.831Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-15T09:41:58.831Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:41:58.831Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-15T09:41:59.091Z] Selecting previously unselected package mime-support. [2021-01-15T09:41:59.092Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-15T09:41:59.092Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-15T09:41:59.092Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-15T09:41:59.092Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-15T09:41:59.092Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T09:41:59.092Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-15T09:41:59.092Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:41:59.092Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:59.203Z] 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-15T09:41:59.352Z] Selecting previously unselected package python3.6. [2021-01-15T09:41:59.352Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-15T09:41:59.352Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:41:59.614Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-15T09:41:59.614Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:41:59.614Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T09:41:59.614Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-15T09:41:59.874Z] Selecting previously unselected package python3. [2021-01-15T09:41:59.874Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-15T09:41:59.874Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-15T09:41:59.874Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-15T09:42:00.134Z] Selecting previously unselected package multiarch-support. [2021-01-15T09:42:00.134Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:42:00.134Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T09:42:00.134Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-15T09:42:00.134Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-15T09:42:00.134Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-15T09:42:00.134Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-15T09:42:00.134Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T09:42:00.396Z] Selecting previously unselected package libbsd0:amd64. [2021-01-15T09:42:00.396Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-15T09:42:00.396Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T09:42:00.396Z] Selecting previously unselected package sudo. [2021-01-15T09:42:00.396Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-15T09:42:00.666Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T09:42:00.666Z] Selecting previously unselected package apparmor. [2021-01-15T09:42:00.666Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T09:42:00.666Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-15T09:42:00.927Z] Selecting previously unselected package libedit2:amd64. [2021-01-15T09:42:00.927Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-15T09:42:00.927Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T09:42:00.927Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-15T09:42:00.927Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:42:00.927Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:01.188Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-15T09:42:01.188Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:42:01.188Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:01.188Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-15T09:42:01.188Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-15T09:42:01.188Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T09:42:01.448Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-15T09:42:01.448Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:42:01.448Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:01.448Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-15T09:42:01.448Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-15T09:42:01.448Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:01.713Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-15T09:42:01.713Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-15T09:42:01.713Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T09:42:01.976Z] Selecting previously unselected package openssh-client. [2021-01-15T09:42:01.976Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-15T09:42:01.976Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T09:42:01.976Z] Selecting previously unselected package squashfs-tools. [2021-01-15T09:42:01.976Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-15T09:42:01.976Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T09:42:02.236Z] Selecting previously unselected package snapd. [2021-01-15T09:42:02.237Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-15T09:42:02.237Z] Unpacking snapd (2.48+18.04) ... [2021-01-15T09:42:04.608Z] 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-15T09:42:04.789Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-15T09:42:04.789Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-15T09:42:04.789Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-15T09:42:04.789Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-15T09:42:04.789Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-15T09:42:04.789Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:04.789Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:42:04.789Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-15T09:42:04.789Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-15T09:42:05.733Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-15T09:42:05.733Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-15T09:42:05.733Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-15T09:42:05.733Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:42:05.733Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:05.733Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-15T09:42:06.305Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-15T09:42:06.305Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:06.305Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-15T09:42:06.566Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-15T09:42:06.566Z] running python rtupdate hooks for python3.6... [2021-01-15T09:42:06.566Z] running python post-rtupdate hooks for python3.6... [2021-01-15T09:42:06.566Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-15T09:42:07.235Z] 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-15T09:42:07.951Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-15T09:42:08.212Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-15T09:42:08.212Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-15T09:42:08.212Z] Setting up snapd (2.48+18.04) ... [2021-01-15T09:42:08.785Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-15T09:42:08.785Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-15T09:42:09.046Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-15T09:42:09.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-15T09:42:09.308Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T09:42:09.308Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-15T09:42:09.572Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-15T09:42:09.833Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-15T09:42:09.833Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-15T09:42:10.094Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-15T09:42:10.094Z] /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-15T09:42:10.094Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-15T09:42:10.356Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T09:42:11.298Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:42:11.298Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:42:11.298Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:42:11.551Z] 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-15T09:42:12.501Z] Reading package lists... [2021-01-15T09:42:12.501Z] Reading package lists... [2021-01-15T09:42:12.763Z] Building dependency tree... [2021-01-15T09:42:12.763Z] Reading state information... [2021-01-15T09:42:13.024Z] Calculating upgrade... [2021-01-15T09:42:13.024Z] The following packages will be upgraded: [2021-01-15T09:42:13.024Z] advancecomp base-files bash binutils binutils-common [2021-01-15T09:42:13.024Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-15T09:42:13.024Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-15T09:42:13.024Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-15T09:42:13.024Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-15T09:42:13.024Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-15T09:42:13.024Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-15T09:42:13.024Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-15T09:42:13.024Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-15T09:42:13.024Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-15T09:42:13.024Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-15T09:42:13.024Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-15T09:42:13.024Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-15T09:42:13.024Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-15T09:42:13.024Z] ubuntu-keyring util-linux [2021-01-15T09:42:13.285Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:42:13.285Z] Need to get 63.7 MB of archives. [2021-01-15T09:42:13.285Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-15T09:42:13.285Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-15T09:42:13.285Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-15T09:42:13.856Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-15T09:42:13.857Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-15T09:42:13.857Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-15T09:42:13.857Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-15T09:42:13.857Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-15T09:42:13.857Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-15T09:42:13.857Z] 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-15T09:42:14.117Z] 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-15T09:42:14.117Z] 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-15T09:42:14.117Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-15T09:42:14.117Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-15T09:42:14.117Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-15T09:42:14.117Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-15T09:42:14.117Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-15T09:42:14.117Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-15T09:42:14.117Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-15T09:42:14.117Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-15T09:42:14.117Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-15T09:42:14.117Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-15T09:42:14.117Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-15T09:42:14.117Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-15T09:42:14.117Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-15T09:42:14.117Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-15T09:42:14.117Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-15T09:42:14.117Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-15T09:42:14.117Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-15T09:42:14.117Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-15T09:42:14.378Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-15T09:42:14.378Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-15T09:42:14.378Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-15T09:42:14.378Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-15T09:42:14.378Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-15T09:42:14.378Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-15T09:42:14.378Z] Get:36 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-15T09:42:14.378Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-15T09:42:14.378Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-15T09:42:14.378Z] Get:39 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-15T09:42:14.378Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-15T09:42:14.378Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-15T09:42:14.378Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-15T09:42:14.378Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-15T09:42:14.378Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-15T09:42:14.378Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-15T09:42:14.378Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-15T09:42:14.378Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-15T09:42:14.378Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-15T09:42:14.639Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-15T09:42:14.639Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-15T09:42:14.639Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-15T09:42:14.639Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-15T09:42:14.639Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-15T09:42:14.639Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-15T09:42:14.639Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-15T09:42:14.639Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-15T09:42:14.639Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-15T09:42:14.639Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-15T09:42:14.639Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-15T09:42:14.639Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-15T09:42:14.639Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-15T09:42:14.639Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-15T09:42:14.639Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-15T09:42:14.639Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-15T09:42:14.639Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-15T09:42:14.639Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-15T09:42:14.639Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-15T09:42:14.639Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-15T09:42:14.639Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-15T09:42:14.639Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-15T09:42:14.639Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-15T09:42:14.639Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-15T09:42:14.899Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-15T09:42:14.899Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-15T09:42:14.899Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-15T09:42:14.899Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-15T09:42:14.899Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-15T09:42:14.899Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-15T09:42:14.899Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-15T09:42:14.899Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-15T09:42:14.899Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-15T09:42:14.899Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-15T09:42:14.899Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-15T09:42:14.899Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-15T09:42:14.899Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-15T09:42:14.899Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-15T09:42:14.929Z] 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-15T09:42:15.159Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-15T09:42:15.160Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-15T09:42:15.731Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-15T09:42:15.991Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-15T09:42:15.991Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-15T09:42:16.252Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-15T09:42:16.513Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-15T09:42:16.513Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-15T09:42:16.513Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-15T09:42:16.513Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-15T09:42:16.513Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-15T09:42:16.513Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:42:16.513Z] Fetched 63.7 MB in 3s (18.9 MB/s) [2021-01-15T09:42:16.774Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:16.774Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:42:16.774Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:42:17.345Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:42:17.345Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:42:17.345Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-15T09:42:17.607Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-15T09:42:18.179Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.179Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:18.316Z] 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-15T09:42:18.439Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.439Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:18.701Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.701Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:18.701Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.701Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:18.962Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.962Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:18.962Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:18.962Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:19.224Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:19.224Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:19.486Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:19.486Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:42:19.486Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:19.486Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-15T09:42:19.747Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:19.747Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:42:19.747Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:19.747Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:20.007Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:20.007Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:20.007Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:20.270Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-15T09:42:20.270Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:20.530Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:42:20.530Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:42:20.802Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:42:21.063Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T09:42:21.325Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-15T09:42:21.325Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-15T09:42:21.325Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-15T09:42:21.325Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-15T09:42:21.325Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-15T09:42:21.585Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-15T09:42:21.585Z] Installing new version of config file /etc/issue ... [2021-01-15T09:42:21.585Z] Installing new version of config file /etc/issue.net ... [Pipeline] } [2021-01-15T09:42:21.726Z] $ docker stop --time=1 f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 [2021-01-15T09:42:21.846Z] Installing new version of config file /etc/lsb-release ... [2021-01-15T09:42:21.846Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-15T09:42:21.846Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-15T09:42:22.107Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-15T09:42:22.107Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-15T09:42:22.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:22.107Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-15T09:42:22.107Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-15T09:42:22.369Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-15T09:42:22.369Z] 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-15T09:42:22.632Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:22.632Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:22.632Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:22.632Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:22.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:22.895Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-15T09:42:22.895Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-15T09:42:22.895Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-15T09:42:23.175Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:23.175Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-15T09:42:23.175Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:42:23.438Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-15T09:42:23.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:23.700Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:42:23.700Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:42:23.700Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:42:23.700Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:23.700Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:42:23.962Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:42:23.962Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-15T09:42:24.171Z] $ docker rm -f f09c48255bd21610b823f6b1dc030e79b872dabbf506ccdbb7f37bcdcfff11b3 [2021-01-15T09:42:24.253Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:24.254Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-15T09:42:24.254Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-15T09:42:24.254Z] Setting up grep (3.1-2build1) ... [2021-01-15T09:42:24.517Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:24.517Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T09:42:24.517Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T09:42:24.517Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-15T09:42:24.778Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:24.778Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:42:24.778Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:42:25.039Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-15T09:42:25.039Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:25.039Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:42:25.039Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-01-15T09:42:25.616Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:42:25.616Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:42:25.616Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-15T09:42:25.616Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:42:25.965Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:42:25.965Z] [2021-01-15T09:42:25.965Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:42:26.351Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:42:26.565Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-15T09:42:26.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:26.565Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-15T09:42:26.565Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-15T09:42:26.628Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-15T09:42:26.628Z] 29e5d40040c1: Pulling fs layer [2021-01-15T09:42:26.628Z] 1ce36da41761: Pulling fs layer [2021-01-15T09:42:26.628Z] 25b303627fd3: Pulling fs layer [2021-01-15T09:42:26.908Z] 29e5d40040c1: Verifying Checksum [2021-01-15T09:42:26.908Z] 29e5d40040c1: Download complete [2021-01-15T09:42:27.507Z] 1ce36da41761: Verifying Checksum [2021-01-15T09:42:27.507Z] 1ce36da41761: Download complete [2021-01-15T09:42:27.507Z] 29e5d40040c1: Pull complete [2021-01-15T09:42:27.508Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T09:42:27.508Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T09:42:27.770Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-15T09:42:27.770Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-15T09:42:27.770Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T09:42:28.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:28.032Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-15T09:42:28.032Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-15T09:42:28.292Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-15T09:42:28.292Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:28.292Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:28.292Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:28.557Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:28.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:28.557Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:28.557Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:28.831Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:28.831Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:28.831Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:28.831Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:28.943Z] 1ce36da41761: Pull complete [2021-01-15T09:42:28.943Z] 25b303627fd3: Verifying Checksum [2021-01-15T09:42:28.943Z] 25b303627fd3: Download complete [2021-01-15T09:42:29.095Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:29.095Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:29.095Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:29.095Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:29.356Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:29.617Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:29.617Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:42:29.617Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:42:29.877Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:42:29.877Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:42:29.877Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:42:30.138Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:30.138Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-15T09:42:30.138Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:42:30.138Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:42:30.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:30.399Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:30.399Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:30.399Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:30.399Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:30.399Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:30.399Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:30.660Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:30.660Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:30.660Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:30.660Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:31.232Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:31.493Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-15T09:42:31.754Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-15T09:42:31.754Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:31.754Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-15T09:42:31.754Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-15T09:42:32.015Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:42:32.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-15T09:42:32.276Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-15T09:42:32.276Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-15T09:42:32.276Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-15T09:42:32.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:32.564Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-15T09:42:32.564Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-15T09:42:32.825Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-15T09:42:33.086Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:33.086Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:42:33.086Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:42:33.086Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:42:33.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:33.347Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:42:33.347Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:42:33.347Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:42:33.608Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:33.608Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-15T09:42:33.608Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:42:33.869Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:42:33.869Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:33.869Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-15T09:42:34.130Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-15T09:42:34.130Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-15T09:42:34.130Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-15T09:42:34.391Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:42:34.391Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:42:34.391Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:42:34.651Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:34.651Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-15T09:42:34.651Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-15T09:42:34.651Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-15T09:42:34.912Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:34.912Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-15T09:42:34.912Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-15T09:42:35.173Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-15T09:42:35.435Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:35.435Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-15T09:42:35.435Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-15T09:42:35.435Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-15T09:42:35.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:35.695Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-15T09:42:35.695Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-15T09:42:35.695Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-15T09:42:35.956Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:35.956Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-15T09:42:35.956Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-15T09:42:36.217Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-15T09:42:36.479Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:36.479Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-15T09:42:36.479Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-15T09:42:36.479Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-15T09:42:36.740Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:36.740Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-15T09:42:36.740Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-15T09:42:36.740Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-15T09:42:37.001Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:37.001Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-15T09:42:37.001Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-15T09:42:37.001Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-15T09:42:37.261Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:37.261Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-15T09:42:37.261Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-15T09:42:37.261Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-15T09:42:37.521Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:37.521Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-15T09:42:37.521Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-15T09:42:37.782Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-15T09:42:37.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:37.782Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T09:42:37.782Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-15T09:42:38.043Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-15T09:42:38.043Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-15T09:42:38.043Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-15T09:42:38.043Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-15T09:42:38.043Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-15T09:42:38.302Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-15T09:42:38.302Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T09:42:38.302Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T09:42:38.302Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-15T09:42:38.302Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-15T09:42:38.562Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-15T09:42:38.562Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-15T09:42:38.823Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-15T09:42:38.823Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-15T09:42:39.084Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-15T09:42:39.084Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-15T09:42:39.084Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-15T09:42:39.084Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-15T09:42:39.100Z] 25b303627fd3: Pull complete [2021-01-15T09:42:39.101Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-15T09:42:39.101Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:42:39.101Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-15T09:42:39.327Z] prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container [2021-01-15T09:42:39.344Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-15T09:42:39.344Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-15T09:42:39.344Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-15T09:42:39.344Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-15T09:42:39.402Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T09:42:39.604Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-15T09:42:39.604Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-15T09:42:39.604Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-15T09:42:39.864Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-15T09:42:39.864Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-15T09:42:39.864Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-15T09:42:40.435Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-15T09:42:40.435Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-15T09:42:41.376Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-15T09:42:41.376Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-15T09:42:41.376Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-15T09:42:41.376Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-15T09:42:41.638Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:42:41.638Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:42:41.903Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:42:42.166Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:42:42.166Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:42:42.166Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:42:42.273Z] $ docker top b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 -eo pid,comm [2021-01-15T09:42:42.427Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-15T09:42:42.427Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-15T09:42:42.427Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [Pipeline] { [2021-01-15T09:42:42.687Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:42.687Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:42.687Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [Pipeline] sh [2021-01-15T09:42:42.949Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:42.949Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:42.949Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:42.949Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:43.366Z] + docker-compose build --help [2021-01-15T09:42:43.366Z] + grep parallel [2021-01-15T09:42:43.890Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:43.890Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:44.831Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:44.831Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:45.782Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:46.050Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:46.311Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:46.311Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:46.736Z] --parallel Build images in parallel. [Pipeline] } [2021-01-15T09:42:47.021Z] $ docker stop --time=1 b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 [2021-01-15T09:42:47.253Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-15T09:42:47.253Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-15T09:42:47.253Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:42:47.253Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:42:47.253Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T09:42:47.253Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:42:47.516Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-15T09:42:47.516Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-15T09:42:47.781Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-15T09:42:47.781Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-15T09:42:47.781Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:42:47.781Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:42:48.042Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-15T09:42:48.042Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-15T09:42:48.042Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-15T09:42:48.042Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-15T09:42:48.303Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:48.303Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-15T09:42:48.303Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:48.303Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:48.303Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:48.303Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-15T09:42:48.564Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-15T09:42:48.564Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-15T09:42:48.564Z] [2021-01-15T09:42:48.564Z] Current default time zone: 'Etc/UTC' [2021-01-15T09:42:48.564Z] Local time is now: Fri Jan 15 09:42:48 UTC 2021. [2021-01-15T09:42:48.564Z] Universal Time is now: Fri Jan 15 09:42:48 UTC 2021. [2021-01-15T09:42:48.564Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-15T09:42:48.564Z] [2021-01-15T09:42:48.564Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-15T09:42:48.564Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:48.825Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-15T09:42:48.825Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-15T09:42:48.825Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-15T09:42:48.825Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-15T09:42:48.825Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-15T09:42:48.825Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-15T09:42:48.927Z] $ docker rm -f b2542acb5e6f2622b14bcffb9c562414d5fb7070716d26130af113f0a7487015 [2021-01-15T09:42:49.095Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-15T09:42:49.095Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-15T09:42:49.095Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:49.095Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [2021-01-15T09:42:49.356Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:49.356Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:42:49.356Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:49.356Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-15T09:42:49.356Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-15T09:42:49.356Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-15T09:42:49.356Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:42:49.617Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-15T09:42:49.617Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-15T09:42:49.617Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:42:49.617Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T09:42:49.758Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-15T09:42:49.758Z] . [Pipeline] withDockerContainer [2021-01-15T09:42:50.014Z] prd-ubuntu18.04-docker-arm64-4c-16g-20466 does not seem to be running inside a container [2021-01-15T09:42:50.086Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-15T09:42:51.523Z] $ docker top 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 -eo pid,comm [2021-01-15T09:42:51.533Z] Updating certificates in /etc/ssl/certs... [Pipeline] { [Pipeline] sh [2021-01-15T09:42:52.474Z] 22 added, 17 removed; done. [2021-01-15T09:42:52.474Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-15T09:42:52.475Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-15T09:42:52.475Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-15T09:42:52.475Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-15T09:42:52.475Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-15T09:42:52.573Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-15T09:42:52.736Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:42:52.736Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.736Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-15T09:42:52.996Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:42:52.996Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:42:52.996Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-15T09:42:52.996Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-15T09:42:52.996Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:52.996Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-15T09:42:53.265Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:42:53.265Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-15T09:42:53.265Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-15T09:42:53.265Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:42:53.265Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-15T09:42:53.527Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-15T09:42:53.527Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-15T09:42:53.527Z] Updating certificates in /etc/ssl/certs... [2021-01-15T09:42:54.099Z] 0 added, 0 removed; done. [2021-01-15T09:42:54.099Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-15T09:42:54.099Z] done. [2021-01-15T09:42:54.669Z] Reading package lists... [2021-01-15T09:42:54.669Z] Building dependency tree... [2021-01-15T09:42:54.669Z] Reading state information... [2021-01-15T09:42:54.930Z] The following NEW packages will be installed: [2021-01-15T09:42:54.930Z] apt-transport-https [2021-01-15T09:42:54.930Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:42:54.930Z] Need to get 1696 B of archives. [2021-01-15T09:42:54.930Z] After this operation, 153 kB of additional disk space will be used. [2021-01-15T09:42:54.930Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-15T09:42:55.191Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:42:55.191Z] Fetched 1696 B in 0s (8502 B/s) [2021-01-15T09:42:55.191Z] Selecting previously unselected package apt-transport-https. [2021-01-15T09:42:55.191Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-15T09:42:55.191Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-15T09:42:55.191Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T09:42:55.191Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-15T09:42:55.457Z] Waiting for network to be ready... [2021-01-15T09:42:56.952Z] Building docker-core-command-go ... [2021-01-15T09:42:56.952Z] Building docker-core-data-go ... [2021-01-15T09:42:56.953Z] Building docker-core-metadata-go ... [2021-01-15T09:42:56.953Z] Building docker-security-bootstrap-redis-go ... [2021-01-15T09:42:56.953Z] Building docker-security-proxy-setup-go ... [2021-01-15T09:42:56.953Z] Building docker-security-secretstore-setup-go ... [2021-01-15T09:42:56.953Z] Building docker-support-notifications-go ... [2021-01-15T09:42:56.953Z] Building docker-support-scheduler-go ... [2021-01-15T09:42:56.953Z] Building docker-sys-mgmt-agent-go ... [2021-01-15T09:42:56.953Z] Building docker-sys-mgmt-agent-go [2021-01-15T09:42:56.953Z] Building docker-support-notifications-go [2021-01-15T09:42:56.953Z] Building docker-core-command-go [2021-01-15T09:42:56.953Z] Building docker-security-secretstore-setup-go [2021-01-15T09:42:56.953Z] Building docker-security-bootstrap-redis-go [2021-01-15T09:43:00.743Z] 2021-01-15T09:42:58Z INFO Waiting for automatic snapd restart... [2021-01-15T09:43:01.314Z] snapd 2.48.2 from Canonical* installed [2021-01-15T09:43:02.257Z] "snapd" switched to the "latest/stable" channel [2021-01-15T09:43:02.257Z] [2021-01-15T09:43:04.803Z] core18 20201210 from Canonical* installed [2021-01-15T09:43:05.063Z] "core18" switched to the "latest/stable" channel [2021-01-15T09:43:05.063Z] [2021-01-15T09:43:08.362Z] snapcraft 4.4.4 from Canonical* installed [2021-01-15T09:43:08.362Z] "snapcraft" switched to the "latest/stable" channel [2021-01-15T09:43:08.362Z] [2021-01-15T09:43:12.568Z] 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-15T09:43:12.568Z] - README.md [2021-01-15T09:43:12.568Z] - snapcraft.yaml.orig [2021-01-15T09:43:12.568Z] [2021-01-15T09:43:12.568Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-15T09:43:19.151Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:43:19.151Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:43:19.151Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:43:19.151Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:43:19.722Z] Reading package lists... [2021-01-15T09:43:19.983Z] 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-15T09:43:26.569Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:43:26.569Z] Reading package lists... [2021-01-15T09:43:26.569Z] Building dependency tree... [2021-01-15T09:43:26.569Z] Reading state information... [2021-01-15T09:43:26.569Z] Suggested packages: [2021-01-15T09:43:26.569Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-15T09:43:26.569Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-15T09:43:26.569Z] Recommended packages: [2021-01-15T09:43:26.569Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-15T09:43:26.569Z] The following NEW packages will be installed: [2021-01-15T09:43:26.569Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-15T09:43:26.569Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-15T09:43:26.569Z] pkg-config zip [2021-01-15T09:43:26.569Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-15T09:43:26.569Z] Need to get 7655 kB of archives. [2021-01-15T09:43:26.569Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-15T09:43:26.569Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-15T09:43:26.569Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-15T09:43:26.833Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-15T09:43:26.834Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-15T09:43:27.096Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-15T09:43:27.096Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-15T09:43:27.096Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-15T09:43:27.096Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-15T09:43:27.096Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-15T09:43:27.096Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-15T09:43:27.357Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-15T09:43:27.357Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-15T09:43:27.357Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-15T09:43:27.619Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-15T09:43:27.619Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-15T09:43:27.619Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-15T09:43:27.619Z] Fetched 7655 kB in 1s (6999 kB/s) [2021-01-15T09:43:27.880Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-15T09:43:27.880Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-15T09:43:27.880Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-15T09:43:27.880Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T09:43:27.880Z] Selecting previously unselected package libpsl5:amd64. [2021-01-15T09:43:27.880Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-15T09:43:27.880Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T09:43:28.141Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-15T09:43:28.141Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-15T09:43:28.141Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T09:43:28.141Z] Selecting previously unselected package librtmp1:amd64. [2021-01-15T09:43:28.141Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-15T09:43:28.141Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T09:43:28.401Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-15T09:43:28.401Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-15T09:43:28.401Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T09:43:28.401Z] Selecting previously unselected package liberror-perl. [2021-01-15T09:43:28.401Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-15T09:43:28.401Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-15T09:43:28.401Z] Selecting previously unselected package git-man. [2021-01-15T09:43:28.401Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-15T09:43:28.401Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:43:28.663Z] Selecting previously unselected package git. [2021-01-15T09:43:28.663Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-15T09:43:28.663Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:43:29.607Z] Selecting previously unselected package libnorm1:amd64. [2021-01-15T09:43:29.607Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-15T09:43:29.607Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T09:43:29.607Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-15T09:43:29.607Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-15T09:43:29.607Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T09:43:29.607Z] Selecting previously unselected package libsodium23:amd64. [2021-01-15T09:43:29.607Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-15T09:43:29.607Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-15T09:43:29.868Z] Selecting previously unselected package libzmq5:amd64. [2021-01-15T09:43:29.868Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T09:43:29.868Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:43:29.868Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-15T09:43:29.868Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-15T09:43:29.868Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:43:30.129Z] Selecting previously unselected package pkg-config. [2021-01-15T09:43:30.129Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-15T09:43:30.129Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T09:43:30.129Z] Selecting previously unselected package zip. [2021-01-15T09:43:30.129Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-15T09:43:30.129Z] Unpacking zip (3.0-11build1) ... [2021-01-15T09:43:30.389Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-15T09:43:30.389Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:43:30.389Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-15T09:43:30.389Z] Setting up liberror-perl (0.17025-1) ... [2021-01-15T09:43:30.389Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-15T09:43:30.389Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-15T09:43:30.389Z] No schema files found: doing nothing. [2021-01-15T09:43:30.389Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-15T09:43:30.389Z] Setting up zip (3.0-11build1) ... [2021-01-15T09:43:30.653Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-15T09:43:30.653Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-15T09:43:30.653Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-15T09:43:30.653Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:43:30.653Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-15T09:43:30.653Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-15T09:43:30.653Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-15T09:43:30.915Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-15T09:43:37.504Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:43:37.504Z] git set to automatically installed. [2021-01-15T09:43:37.504Z] git-man set to automatically installed. [2021-01-15T09:43:37.504Z] libcurl3-gnutls set to automatically installed. [2021-01-15T09:43:37.504Z] liberror-perl set to automatically installed. [2021-01-15T09:43:37.504Z] libglib2.0-0 set to automatically installed. [2021-01-15T09:43:37.504Z] libnghttp2-14 set to automatically installed. [2021-01-15T09:43:37.504Z] libnorm1 set to automatically installed. [2021-01-15T09:43:37.504Z] libpgm-5.2-0 set to automatically installed. [2021-01-15T09:43:37.504Z] libpsl5 set to automatically installed. [2021-01-15T09:43:37.504Z] librtmp1 set to automatically installed. [2021-01-15T09:43:37.504Z] libsodium23 set to automatically installed. [2021-01-15T09:43:37.504Z] libzmq3-dev set to automatically installed. [2021-01-15T09:43:37.504Z] libzmq5 set to automatically installed. [2021-01-15T09:43:37.504Z] pkg-config set to automatically installed. [2021-01-15T09:43:37.504Z] zip set to automatically installed. [2021-01-15T09:43:40.816Z] snapd is not logged in, snap install commands will use sudo [2021-01-15T09:43:47.401Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-15T09:43:47.401Z] snap "core18" has no updates available [2021-01-15T09:43:47.973Z] Pulling config-common [2021-01-15T09:43:48.916Z] Pulling go-build-helper [2021-01-15T09:44:04.951Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:44:04.952Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:44:04.952Z] ---> 95acd44dde81 [2021-01-15T09:44:04.952Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:44:04.952Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:44:04.952Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:44:04.952Z] ---> 95acd44dde81 [2021-01-15T09:44:04.952Z] Step 3/26 : WORKDIR /edgex-go [2021-01-15T09:44:04.952Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:44:04.952Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:44:04.952Z] ---> 95acd44dde81 [2021-01-15T09:44:04.952Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:44:04.952Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:44:04.952Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:44:04.952Z] ---> 95acd44dde81 [2021-01-15T09:44:04.952Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:44:04.952Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:44:04.952Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:44:04.952Z] ---> 95acd44dde81 [2021-01-15T09:44:04.952Z] Step 3/24 : WORKDIR /edgex-go [2021-01-15T09:44:06.384Z] ---> Running in 0e6e61a8b3bb [2021-01-15T09:44:06.384Z] ---> Running in e2322a3b8fe3 [2021-01-15T09:44:06.384Z] ---> Running in 2493f20ca382 [2021-01-15T09:44:06.384Z] ---> Running in 4d288fd7b0c3 [2021-01-15T09:44:06.384Z] ---> Running in 63f462216318 [2021-01-15T09:44:06.978Z] Removing intermediate container 63f462216318 [2021-01-15T09:44:06.978Z] ---> 3fc2a0086912 [2021-01-15T09:44:06.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:44:06.978Z] ---> Running in a4139c226dde [2021-01-15T09:44:06.978Z] Removing intermediate container 2493f20ca382 [2021-01-15T09:44:06.978Z] ---> e9cc2f876667 [2021-01-15T09:44:06.978Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:44:07.264Z] Removing intermediate container 0e6e61a8b3bb [2021-01-15T09:44:07.264Z] ---> a1e25b550169 [2021-01-15T09:44:07.264Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:44:07.264Z] Removing intermediate container 4d288fd7b0c3 [2021-01-15T09:44:07.264Z] ---> 7a82b8649a3f [2021-01-15T09:44:07.264Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:44:07.264Z] Removing intermediate container e2322a3b8fe3 [2021-01-15T09:44:07.264Z] ---> af4d6f4c1c67 [2021-01-15T09:44:07.264Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:44:07.264Z] ---> Running in f45f7747eca3 [2021-01-15T09:44:07.538Z] ---> Running in 78056678dd68 [2021-01-15T09:44:07.538Z] ---> Running in f71680ea9c06 [2021-01-15T09:44:07.538Z] ---> Running in 4ae40c7b7526 [2021-01-15T09:44:10.887Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-15T09:44:10.887Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-15T09:44:10.887Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-15T09:44:10.887Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-15T09:44:10.887Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-15T09:44:10.887Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-15T09:44:10.887Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-15T09:44:10.887Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-15T09:44:10.887Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-15T09:44:10.887Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-15T09:44:10.887Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-15T09:44:10.887Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-15T09:44:10.887Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-15T09:44:10.887Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-15T09:44:10.887Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-15T09:44:10.887Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-15T09:44:10.887Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-15T09:44:10.887Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-15T09:44:10.887Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-15T09:44:10.887Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-15T09:44:10.887Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-15T09:44:10.887Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-15T09:44:10.887Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-15T09:44:10.887Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-15T09:44:10.887Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-15T09:44:10.887Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-15T09:44:10.887Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-15T09:44:10.887Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-15T09:44:10.887Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-15T09:44:10.887Z] Fetched 279 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-15T09:44:10.887Z] Fetched 122 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-15T09:44:10.887Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-15T09:44:10.887Z] Fetched 8848 B in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-15T09:44:10.887Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-15T09:44:10.887Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-15T09:44:10.887Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-15T09:44:10.887Z] Fetched 214 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-15T09:44:10.887Z] Fetched 155 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-15T09:44:10.887Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-15T09:44:10.887Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-15T09:44:10.887Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-15T09:44:10.887Z] Fetched 499 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-15T09:44:10.887Z] Fetched 111 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-15T09:44:10.887Z] Fetched 240 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-15T09:44:10.887Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-15T09:44:10.887Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-15T09:44:10.887Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-15T09:44:10.887Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-15T09:44:10.887Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-15T09:44:10.887Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-15T09:44:10.887Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-15T09:44:10.887Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-15T09:44:10.887Z] Fetched 8720 B in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-15T09:44:10.887Z] Fetched 137 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-15T09:44:10.887Z] Fetched 119 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-15T09:44:10.887Z] Fetched 109 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-15T09:44:10.887Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-15T09:44:10.887Z] Fetched 645 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-15T09:44:10.887Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-15T09:44:10.887Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-15T09:44:10.887Z] Fetched 368 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-15T09:44:10.887Z] Fetched 187 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-15T09:44:10.887Z] Fetched 175 kB in 0s (0 B/s) [2021-01-15T09:44:10.887Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-15T09:44:10.942Z] Removing intermediate container a4139c226dde [2021-01-15T09:44:10.942Z] ---> d2a0f15d5181 [2021-01-15T09:44:10.942Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:44:10.942Z] ---> Running in a5e0d42a4674 [2021-01-15T09:44:10.942Z] Removing intermediate container f45f7747eca3 [2021-01-15T09:44:10.942Z] ---> 76b97d2f83e2 [2021-01-15T09:44:10.942Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:44:11.216Z] ---> Running in 2dcde0cfe95c [2021-01-15T09:44:11.489Z] Removing intermediate container 78056678dd68 [2021-01-15T09:44:11.489Z] ---> 16d33ae4394d [2021-01-15T09:44:11.489Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-15T09:44:11.763Z] ---> Running in 545de37d9b82 [2021-01-15T09:44:12.043Z] Removing intermediate container f71680ea9c06 [2021-01-15T09:44:12.043Z] ---> 7b3c77de57c1 [2021-01-15T09:44:12.043Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-15T09:44:12.043Z] Removing intermediate container 4ae40c7b7526 [2021-01-15T09:44:12.043Z] ---> fa0e9d19e17b [2021-01-15T09:44:12.043Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-15T09:44:12.320Z] ---> Running in b3383adc8335 [2021-01-15T09:44:12.320Z] ---> Running in d3e469b6ef99 [2021-01-15T09:44:12.925Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:13.197Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:13.435Z] Fetched 206 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-15T09:44:13.435Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-15T09:44:13.435Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-15T09:44:13.435Z] Fetched 159 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-15T09:44:13.435Z] Fetched 107 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-15T09:44:13.435Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-15T09:44:13.435Z] Pulling static-packages [2021-01-15T09:44:13.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:13.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:13.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:14.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:14.339Z] OK: 217 MiB in 51 packages [2021-01-15T09:44:14.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:14.378Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-15T09:44:14.378Z] Skipping pull go-build-helper (already ran) [2021-01-15T09:44:14.378Z] Skipping pull static-packages (already ran) [2021-01-15T09:44:14.378Z] Building go-build-helper [2021-01-15T09:44:14.611Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:14.612Z] OK: 217 MiB in 51 packages [2021-01-15T09:44:14.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:44:15.169Z] OK: 217 MiB in 51 packages [2021-01-15T09:44:15.455Z] OK: 217 MiB in 51 packages [2021-01-15T09:44:15.739Z] OK: 217 MiB in 51 packages [2021-01-15T09:44:15.739Z] Removing intermediate container a5e0d42a4674 [2021-01-15T09:44:15.739Z] ---> 072da1f63114 [2021-01-15T09:44:16.014Z] Step 6/22 : COPY go.mod . [2021-01-15T09:44:16.288Z] Removing intermediate container 2dcde0cfe95c [2021-01-15T09:44:16.288Z] ---> ec3c31c735d3 [2021-01-15T09:44:16.288Z] Step 6/22 : COPY go.mod . [2021-01-15T09:44:16.569Z] Removing intermediate container 545de37d9b82 [2021-01-15T09:44:16.569Z] ---> b1e689caeb78 [2021-01-15T09:44:16.569Z] Step 6/24 : COPY go.mod . [2021-01-15T09:44:16.848Z] ---> 4b340b1d345a [2021-01-15T09:44:16.848Z] Step 7/22 : RUN go mod download [2021-01-15T09:44:17.119Z] ---> Running in 6a3ceaebb989 [2021-01-15T09:44:17.392Z] ---> 2eacf9c5d865 [2021-01-15T09:44:17.392Z] Step 7/22 : RUN go mod download [2021-01-15T09:44:17.392Z] Removing intermediate container b3383adc8335 [2021-01-15T09:44:17.392Z] ---> d8b971431b08 [2021-01-15T09:44:17.392Z] Step 6/24 : COPY go.mod . [2021-01-15T09:44:17.668Z] ---> Running in 512657dd7a85 [2021-01-15T09:44:17.668Z] Removing intermediate container d3e469b6ef99 [2021-01-15T09:44:17.668Z] ---> b3ad464e3d86 [2021-01-15T09:44:17.668Z] Step 6/26 : COPY go.mod . [2021-01-15T09:44:17.668Z] ---> a5faa46f39ba [2021-01-15T09:44:17.668Z] Step 7/24 : RUN go mod download [2021-01-15T09:44:17.943Z] ---> Running in 8980a34161c5 [2021-01-15T09:44:18.544Z] ---> 794e5c567b74 [2021-01-15T09:44:18.544Z] Step 7/24 : RUN go mod download [2021-01-15T09:44:18.586Z] Building static-packages [2021-01-15T09:44:18.828Z] ---> Running in 3d971f6c5c4d [2021-01-15T09:44:18.828Z] ---> df17ddd930c7 [2021-01-15T09:44:18.828Z] Step 7/26 : RUN go mod download [2021-01-15T09:44:19.105Z] ---> Running in 4bb264aab393 [2021-01-15T09:44:19.969Z] Staging go-build-helper [2021-01-15T09:44:20.541Z] Staging static-packages [2021-01-15T09:44:21.116Z] Removing intermediate container 6a3ceaebb989 [2021-01-15T09:44:21.116Z] ---> 7add35366a1b [2021-01-15T09:44:21.116Z] Step 8/22 : COPY . . [2021-01-15T09:44:21.491Z] Pulling go115 [2021-01-15T09:44:22.433Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-15T09:44:22.433Z] Skipping pull go115 (already ran) [2021-01-15T09:44:22.433Z] Building go115 [2021-01-15T09:44:22.433Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T09:44:22.433Z] Dload Upload Total Spent Left Speed [2021-01-15T09:44:22.572Z] Removing intermediate container 512657dd7a85 [2021-01-15T09:44:22.572Z] ---> ce9766aa1249 [2021-01-15T09:44:22.572Z] Step 8/22 : COPY . . [2021-01-15T09:44:22.852Z] Removing intermediate container 8980a34161c5 [2021-01-15T09:44:22.852Z] ---> 0af64272405c [2021-01-15T09:44:22.852Z] Step 8/24 : COPY . . [2021-01-15T09:44:23.451Z] Removing intermediate container 3d971f6c5c4d [2021-01-15T09:44:23.451Z] ---> ab91c09420b4 [2021-01-15T09:44:23.451Z] Step 8/24 : COPY . . [2021-01-15T09:44:24.062Z] Removing intermediate container 4bb264aab393 [2021-01-15T09:44:24.062Z] ---> 37bf7e2680d4 [2021-01-15T09:44:24.062Z] Step 8/26 : COPY . . [2021-01-15T09:44:25.591Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 852k 0 0 3840k 0 0:00:30 --:--:-- 0:00:30 3840k 37 115M 37 43.6M 0 0 35.7M 0 0:00:03 0:00:01 0:00:02 35.7M 72 115M 72 83.7M 0 0 37.6M 0 0:00:03 0:00:02 0:00:01 37.6M 100 115M 100 115M 0 0 39.4M 0 0:00:02 0:00:02 --:--:-- 39.4M [2021-01-15T09:44:25.853Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-15T09:44:30.058Z] Staging go115 [2021-01-15T09:44:35.381Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-15T09:44:35.381Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-15T09:44:35.381Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-15T09:44:35.381Z] Fetched 0 B in 0s (0 B/s) [2021-01-15T09:44:35.381Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-15T09:44:35.381Z] Fetched 224 kB in 0s (0 B/s) [2021-01-15T09:44:35.381Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-15T09:44:35.381Z] Fetched 157 kB in 0s (0 B/s) [2021-01-15T09:44:35.381Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-15T09:44:35.381Z] Fetched 221 kB in 0s (0 B/s) [2021-01-15T09:44:35.381Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-15T09:44:35.381Z] Fetched 143 kB in 0s (0 B/s) [2021-01-15T09:44:35.381Z] Pulling edgex-go [2021-01-15T09:44:35.953Z] Pulling version [2021-01-15T09:44:36.893Z] Building config-common [2021-01-15T09:44:38.805Z] Skipping build go-build-helper (already ran) [2021-01-15T09:44:38.805Z] Skipping build static-packages (already ran) [2021-01-15T09:44:38.805Z] Skipping build go115 (already ran) [2021-01-15T09:44:38.805Z] Building edgex-go [2021-01-15T09:44:39.066Z] 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-15T09:44:41.616Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-15T09:44:41.616Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-15T09:44:41.616Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-15T09:44:41.616Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-15T09:44:41.616Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-15T09:44:41.616Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-15T09:44:41.616Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-15T09:44:41.616Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-15T09:44:41.616Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-15T09:44:41.616Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-15T09:44:41.616Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-15T09:44:41.617Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-15T09:44:41.617Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-15T09:44:41.617Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-15T09:44:41.617Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-15T09:44:41.617Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-15T09:44:41.617Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-15T09:44:41.617Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-15T09:44:41.617Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-15T09:44:41.617Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-15T09:44:41.617Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-15T09:44:41.617Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-15T09:44:41.617Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-15T09:44:41.617Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-15T09:44:41.881Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-15T09:44:48.468Z] 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-15T09:44:50.888Z] ---> c8402fc7d5df [2021-01-15T09:44:50.888Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-15T09:44:50.888Z] ---> f89b2fd03d4a [2021-01-15T09:44:50.888Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-15T09:44:50.888Z] ---> 77ae2f79d805 [2021-01-15T09:44:50.888Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-15T09:44:50.888Z] ---> 70e262a16a31 [2021-01-15T09:44:50.888Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-15T09:44:50.888Z] ---> 11a5f5e74a03 [2021-01-15T09:44:50.888Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-15T09:44:50.888Z] ---> Running in 2608ef764d36 [2021-01-15T09:44:50.888Z] ---> Running in 39487b742035 [2021-01-15T09:44:50.888Z] ---> Running in fa275985c523 [2021-01-15T09:44:50.888Z] ---> Running in 8d2eaf777249 [2021-01-15T09:44:50.888Z] ---> Running in 7886abf118f2 [2021-01-15T09:44:50.888Z] 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-15T09:44:50.888Z] 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-15T09:44:50.888Z] 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-15T09:44:50.888Z] 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-15T09:44:50.888Z] 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-15T09:44:51.763Z] 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-15T09:44:53.146Z] 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-15T09:44:54.090Z] 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-15T09:44:54.350Z] 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-15T09:44:54.350Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-15T09:44:54.610Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-15T09:44:54.610Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-15T09:44:54.610Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-15T09:44:56.522Z] 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-15T09:44:56.522Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-15T09:44:56.522Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-15T09:44:57.906Z] 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-15T09:44:58.475Z] 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-15T09:44:58.475Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-15T09:44:59.863Z] 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-15T09:45:00.806Z] 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-15T09:45:01.757Z] 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-15T09:45:01.757Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-15T09:45:03.666Z] Building version [2021-01-15T09:45:05.583Z] Staging config-common [2021-01-15T09:45:06.542Z] Skipping stage go-build-helper (already ran) [2021-01-15T09:45:06.542Z] Skipping stage static-packages (already ran) [2021-01-15T09:45:06.542Z] Skipping stage go115 (already ran) [2021-01-15T09:45:06.542Z] Staging edgex-go [2021-01-15T09:45:07.486Z] Staging version [2021-01-15T09:45:08.428Z] Priming config-common [2021-01-15T09:45:09.370Z] Priming go-build-helper [2021-01-15T09:45:10.311Z] Priming static-packages [2021-01-15T09:45:12.240Z] Priming go115 [2021-01-15T09:45:13.182Z] Priming edgex-go [2021-01-15T09:45:14.570Z] Priming version [2021-01-15T09:45:15.308Z] 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-15T09:46:13.101Z] 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-15T09:46:19.862Z] Removing intermediate container 39487b742035 [2021-01-15T09:46:19.862Z] ---> c8ffc699fb9e [2021-01-15T09:46:19.862Z] [2021-01-15T09:46:19.862Z] Step 10/22 : FROM alpine:3.12 [2021-01-15T09:46:19.862Z] Removing intermediate container fa275985c523 [2021-01-15T09:46:19.862Z] ---> 054f885d8b97 [2021-01-15T09:46:19.862Z] [2021-01-15T09:46:19.862Z] Step 10/24 : FROM alpine:3.12 [2021-01-15T09:46:19.862Z] 3.12: Pulling from library/alpine [2021-01-15T09:46:19.862Z] 3.12: Pulling from library/alpine [2021-01-15T09:46:20.856Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T09:46:20.856Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-15T09:46:20.856Z] Removing intermediate container 8d2eaf777249 [2021-01-15T09:46:20.856Z] ---> 1996265e2b28 [2021-01-15T09:46:20.856Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-15T09:46:21.127Z] Status: Downloaded newer image for alpine:3.12 [2021-01-15T09:46:21.127Z] Status: Image is up to date for alpine:3.12 [2021-01-15T09:46:21.127Z] ---> afeebe901d6b [2021-01-15T09:46:21.127Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:46:21.127Z] ---> afeebe901d6b [2021-01-15T09:46:21.127Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-15T09:46:21.404Z] Removing intermediate container 2608ef764d36 [2021-01-15T09:46:21.404Z] ---> 78ee94f6b041 [2021-01-15T09:46:21.404Z] [2021-01-15T09:46:21.404Z] Step 10/24 : FROM scratch [2021-01-15T09:46:21.404Z] ---> [2021-01-15T09:46:21.404Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-15T09:46:21.404Z] ---> Running in 5cb15645a600 [2021-01-15T09:46:21.404Z] ---> Running in 4fc40f9d89b5 [2021-01-15T09:46:21.404Z] ---> Running in 8c738208beb7 [2021-01-15T09:46:22.001Z] ---> Running in 2ff31f354d5c [2021-01-15T09:46:22.001Z] Removing intermediate container 7886abf118f2 [2021-01-15T09:46:22.001Z] ---> f0a388b100c4 [2021-01-15T09:46:22.001Z] [2021-01-15T09:46:22.001Z] Step 10/22 : FROM scratch [2021-01-15T09:46:22.001Z] ---> [2021-01-15T09:46:22.001Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:46:22.599Z] ---> Running in d6c7702e7859 [2021-01-15T09:46:22.599Z] Removing intermediate container 2ff31f354d5c [2021-01-15T09:46:22.599Z] ---> dadd43e68d29 [2021-01-15T09:46:22.599Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-15T09:46:22.874Z] ---> Running in 120359ff9a49 [2021-01-15T09:46:23.152Z] Removing intermediate container d6c7702e7859 [2021-01-15T09:46:23.152Z] ---> 21bb7b5807cb [2021-01-15T09:46:23.152Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-15T09:46:23.433Z] ---> Running in 6ce13d65ad54 [2021-01-15T09:46:23.433Z] Removing intermediate container 120359ff9a49 [2021-01-15T09:46:23.433Z] ---> 26485f04c3d7 [2021-01-15T09:46:23.433Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-15T09:46:23.433Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:23.708Z] ---> Running in 4d60d91bef61 [2021-01-15T09:46:23.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:23.985Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:23.985Z] 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-15T09:46:24.265Z] Removing intermediate container 6ce13d65ad54 [2021-01-15T09:46:24.265Z] ---> 7e55c593266d [2021-01-15T09:46:24.265Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:46:24.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:24.265Z] Removing intermediate container 4d60d91bef61 [2021-01-15T09:46:24.265Z] ---> 403d79410e59 [2021-01-15T09:46:24.265Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-15T09:46:24.265Z] ---> Running in 60ae5e504935 [2021-01-15T09:46:24.541Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:46:24.541Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:46:24.541Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:46:24.541Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:46:24.541Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:46:24.541Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:46:24.541Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:46:24.817Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-15T09:46:24.817Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:46:24.817Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-15T09:46:25.096Z] OK: 7 MiB in 19 packages [2021-01-15T09:46:25.096Z] (4/5) Installing curl (7.69.1-r3) [2021-01-15T09:46:25.096Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-15T09:46:25.096Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:46:25.096Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:46:25.096Z] Removing intermediate container 60ae5e504935 [2021-01-15T09:46:25.096Z] ---> 8e34b1f314b7 [2021-01-15T09:46:25.096Z] Step 14/22 : WORKDIR / [2021-01-15T09:46:25.372Z] OK: 7 MiB in 19 packages [2021-01-15T09:46:25.372Z] ---> Running in c7f555ef201b [2021-01-15T09:46:25.653Z] ---> 62c6427b1f8e [2021-01-15T09:46:25.653Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-15T09:46:26.638Z] Removing intermediate container c7f555ef201b [2021-01-15T09:46:26.638Z] ---> aefeadaae242 [2021-01-15T09:46:26.638Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:46:27.616Z] Removing intermediate container 4fc40f9d89b5 [2021-01-15T09:46:27.616Z] ---> 6dfad80d9f43 [2021-01-15T09:46:27.616Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-15T09:46:27.616Z] ---> 9921e10d501a [2021-01-15T09:46:27.616Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-15T09:46:27.887Z] ---> Running in c9aa8307470b [2021-01-15T09:46:27.887Z] ---> 126ebedc6008 [2021-01-15T09:46:27.887Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-15T09:46:28.165Z] Removing intermediate container 8c738208beb7 [2021-01-15T09:46:28.166Z] ---> e3157bf038a7 [2021-01-15T09:46:28.166Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:46:28.453Z] ---> Running in db87ed49f388 [2021-01-15T09:46:28.453Z] Removing intermediate container c9aa8307470b [2021-01-15T09:46:28.453Z] ---> fc2ac2300812 [2021-01-15T09:46:28.453Z] Step 13/22 : WORKDIR / [2021-01-15T09:46:28.729Z] Removing intermediate container 5cb15645a600 [2021-01-15T09:46:28.729Z] ---> 868d9a394e9e [2021-01-15T09:46:28.729Z] [2021-01-15T09:46:28.729Z] Step 11/26 : FROM docker:20.10.0 [2021-01-15T09:46:28.729Z] 20.10.0: Pulling from library/docker [2021-01-15T09:46:29.006Z] ---> Running in 40ee6577e669 [2021-01-15T09:46:29.604Z] Removing intermediate container db87ed49f388 [2021-01-15T09:46:29.604Z] ---> b6fde328b838 [2021-01-15T09:46:29.604Z] Step 13/24 : WORKDIR / [2021-01-15T09:46:29.879Z] ---> 5d2986e52db4 [2021-01-15T09:46:29.879Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:46:29.879Z] ---> 52cd69a1adbb [2021-01-15T09:46:29.879Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-15T09:46:30.153Z] ---> Running in 92f8a0f55a36 [2021-01-15T09:46:30.153Z] Removing intermediate container 40ee6577e669 [2021-01-15T09:46:30.153Z] ---> 499016cc6566 [2021-01-15T09:46:30.153Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:46:31.130Z] Removing intermediate container 92f8a0f55a36 [2021-01-15T09:46:31.130Z] ---> 69501e098e95 [2021-01-15T09:46:31.130Z] 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-15T09:46:31.721Z] ---> d58d74a1871c [2021-01-15T09:46:31.721Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-15T09:46:31.721Z] ---> 1a08a9bc24ba [2021-01-15T09:46:31.721Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-15T09:46:31.992Z] ---> 227dfae23d1e [2021-01-15T09:46:31.992Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-15T09:46:31.992Z] ---> Running in 8528a54c07ac [2021-01-15T09:46:32.266Z] ---> 38571690fbe6 [2021-01-15T09:46:32.266Z] 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-15T09:46:32.544Z] Removing intermediate container 8528a54c07ac [2021-01-15T09:46:32.821Z] ---> 4053a022603c [2021-01-15T09:46:32.821Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:46:33.419Z] ---> Running in 71b45d5bcf57 [2021-01-15T09:46:33.692Z] ---> 9659bbb7512d [2021-01-15T09:46:33.692Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-15T09:46:33.692Z] ---> a3a4e83eeae3 [2021-01-15T09:46:33.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-15T09:46:33.693Z] ---> 25ce90ddfdc2 [2021-01-15T09:46:33.693Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-15T09:46:33.969Z] Removing intermediate container 71b45d5bcf57 [2021-01-15T09:46:33.969Z] ---> 0b7d1448590f [2021-01-15T09:46:33.969Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:46:34.575Z] ---> Running in c0098d904b27 [2021-01-15T09:46:35.559Z] ---> 23e2380d4747 [2021-01-15T09:46:35.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-15T09:46:35.559Z] ---> f6947f460609 [2021-01-15T09:46:35.559Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-15T09:46:35.835Z] ---> 4f4e8d270128 [2021-01-15T09:46:35.835Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-15T09:46:35.835Z] Removing intermediate container c0098d904b27 [2021-01-15T09:46:35.835Z] ---> 56e9a94c84b6 [2021-01-15T09:46:35.835Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:46:36.488Z] ---> Running in 329c81d06929 [2021-01-15T09:46:36.488Z] ---> Running in d19a31fb7eb7 [2021-01-15T09:46:36.778Z] ---> 42e1426504c6 [2021-01-15T09:46:36.778Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-15T09:46:37.081Z] Removing intermediate container d19a31fb7eb7 [2021-01-15T09:46:37.081Z] ---> b2dd8b093043 [2021-01-15T09:46:37.081Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:46:37.081Z] ---> Running in 327ac3a1a196 [2021-01-15T09:46:37.376Z] ---> Running in 45ad1ce5f686 [2021-01-15T09:46:37.674Z] Removing intermediate container 329c81d06929 [2021-01-15T09:46:37.674Z] ---> 9c6f16b3f536 [2021-01-15T09:46:37.674Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:46:37.951Z] ---> d39fbfbd9666 [2021-01-15T09:46:37.951Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-15T09:46:37.951Z] ---> Running in 7d4ccd6f2e53 [2021-01-15T09:46:38.239Z] Removing intermediate container 45ad1ce5f686 [2021-01-15T09:46:38.239Z] ---> e4108c9f9e6f [2021-01-15T09:46:38.239Z] [2021-01-15T09:46:38.836Z] Removing intermediate container 7d4ccd6f2e53 [2021-01-15T09:46:38.836Z] ---> 13b91ab032d4 [2021-01-15T09:46:38.836Z] Step 22/24 : LABEL arch=arm64 [2021-01-15T09:46:39.109Z] Successfully built e4108c9f9e6f [2021-01-15T09:46:39.109Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-15T09:46:39.109Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-15T09:46:39.383Z] ---> Running in e0a7425c99bb [2021-01-15T09:46:39.981Z] ---> 3dddeb58860e [2021-01-15T09:46:39.981Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-15T09:46:40.256Z] Removing intermediate container e0a7425c99bb [2021-01-15T09:46:40.256Z] ---> cda16270cf80 [2021-01-15T09:46:40.256Z] Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:46:41.247Z] ---> Running in f8ade5da23ea [2021-01-15T09:46:41.840Z] Removing intermediate container 327ac3a1a196 [2021-01-15T09:46:41.840Z] ---> 3b65ccdd5611 [2021-01-15T09:46:41.840Z] ---> ff59a6c6811a [2021-01-15T09:46:41.840Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-15T09:46:41.840Z] 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-15T09:46:42.112Z] Removing intermediate container f8ade5da23ea [2021-01-15T09:46:42.112Z] ---> cb442cf55725 [2021-01-15T09:46:42.112Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:46:42.409Z] ---> Running in a09f2927a9bb [2021-01-15T09:46:42.409Z] ---> Running in 6c73c3b41a5b [2021-01-15T09:46:42.680Z] ---> Running in 24b685ea99aa [2021-01-15T09:46:42.954Z] Removing intermediate container 6c73c3b41a5b [2021-01-15T09:46:42.954Z] ---> 67dc609ab2f0 [2021-01-15T09:46:42.954Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:46:43.564Z] ---> Running in 3ea24ff31dda [2021-01-15T09:46:43.564Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-15T09:46:43.564Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-15T09:46:43.837Z] ---> eeaf43b92773 [2021-01-15T09:46:43.837Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-15T09:46:44.112Z] Removing intermediate container 24b685ea99aa [2021-01-15T09:46:44.112Z] ---> 691eb69301da [2021-01-15T09:46:44.112Z] [2021-01-15T09:46:44.390Z] Successfully built 691eb69301da [2021-01-15T09:46:44.672Z] ---> Running in 14a9663d522a [2021-01-15T09:46:44.672Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-15T09:46:44.672Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-15T09:46:44.672Z] Removing intermediate container 3ea24ff31dda [2021-01-15T09:46:44.672Z] ---> d76088d9bab3 [2021-01-15T09:46:44.672Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:46:45.271Z] ---> Running in 04975e9d264b [2021-01-15T09:46:46.264Z] Removing intermediate container 04975e9d264b [2021-01-15T09:46:46.264Z] ---> 488307b4d639 [2021-01-15T09:46:46.264Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:46:46.264Z] Removing intermediate container a09f2927a9bb [2021-01-15T09:46:46.264Z] ---> 26ea481995a5 [2021-01-15T09:46:46.264Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-15T09:46:46.264Z] ---> Running in 99121b3f21d9 [2021-01-15T09:46:46.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:46.539Z] ---> Running in 8a94e20652b8 [2021-01-15T09:46:46.539Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:47.136Z] Removing intermediate container 8a94e20652b8 [2021-01-15T09:46:47.136Z] ---> 04ed15841a8a [2021-01-15T09:46:47.136Z] Step 22/24 : LABEL arch=arm64Removing intermediate container 99121b3f21d9 [2021-01-15T09:46:47.136Z] ---> 5e2ba7fa98db [2021-01-15T09:46:47.136Z] [2021-01-15T09:46:47.136Z] [2021-01-15T09:46:47.136Z] (1/2) Installing readline (8.0.4-r0) [2021-01-15T09:46:47.136Z] (2/2) Installing bash (5.0.17-r0) [2021-01-15T09:46:47.136Z] Executing bash-5.0.17-r0.post-install [2021-01-15T09:46:47.136Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:46:47.410Z] OK: 12 MiB in 22 packages [2021-01-15T09:46:47.410Z] ---> Running in 6e55a7eae944 [2021-01-15T09:46:47.686Z] Successfully built 5e2ba7fa98db [2021-01-15T09:46:47.686Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-15T09:46:47.686Z] Building docker-security-proxy-setup-go [2021-01-15T09:46:48.295Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 6e55a7eae944 [2021-01-15T09:46:48.295Z] ---> 5953eb2192f5 [2021-01-15T09:46:48.295Z] Step 23/24 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:46:48.570Z] ---> Running in 6da4f6afd206 [2021-01-15T09:46:49.171Z] Removing intermediate container 14a9663d522a [2021-01-15T09:46:49.171Z] ---> 751c0d8b4290 [2021-01-15T09:46:49.171Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-15T09:46:49.171Z] Removing intermediate container 6da4f6afd206 [2021-01-15T09:46:49.171Z] ---> 70b2e1566e17 [2021-01-15T09:46:49.171Z] Step 24/24 : LABEL version=0.0.0 [2021-01-15T09:46:49.444Z] ---> Running in 42f4a80b8847 [2021-01-15T09:46:49.720Z] ---> Running in 6f35e839c671 [2021-01-15T09:46:50.340Z] Removing intermediate container 42f4a80b8847 [2021-01-15T09:46:50.340Z] ---> 7f646e14c82a [2021-01-15T09:46:50.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-15T09:46:50.628Z] Removing intermediate container 6f35e839c671 [2021-01-15T09:46:50.628Z] ---> 427d3e6e8855 [2021-01-15T09:46:50.628Z] [2021-01-15T09:46:51.227Z] ---> Running in ccda61dbaf6d [2021-01-15T09:46:51.227Z] Successfully built 427d3e6e8855 [2021-01-15T09:46:51.227Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-15T09:46:51.227Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2021-01-15T09:46:51.821Z] Removing intermediate container ccda61dbaf6d [2021-01-15T09:46:51.821Z] ---> 3ca1c2b92cf9 [2021-01-15T09:46:51.821Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-15T09:46:52.091Z] ---> Running in d2a1b3a3ed2b [2021-01-15T09:46:52.684Z] Removing intermediate container d2a1b3a3ed2b [2021-01-15T09:46:52.684Z] ---> e668d10fde3d [2021-01-15T09:46:52.684Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-15T09:46:54.670Z] ---> cf99cebcbb28 [2021-01-15T09:46:54.670Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-15T09:46:55.660Z] ---> aa7b7a804c92 [2021-01-15T09:46:55.660Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-15T09:46:57.664Z] ---> e1c21614c956 [2021-01-15T09:46:57.664Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-15T09:46:57.936Z] ---> Running in 412f978a3d53 [2021-01-15T09:46:59.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:59.379Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:46:59.974Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-15T09:46:59.974Z] (2/33) Installing expat (2.2.9-r1) [2021-01-15T09:46:59.974Z] (3/33) Installing libffi (3.3-r2) [2021-01-15T09:46:59.974Z] (4/33) Installing gdbm (1.13-r1) [2021-01-15T09:46:59.974Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-15T09:46:59.974Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-15T09:46:59.974Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-15T09:47:05.366Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-15T09:47:05.366Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-15T09:47:05.366Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-15T09:47:05.366Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-15T09:47:05.366Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-15T09:47:05.366Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-15T09:47:05.366Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-15T09:47:05.366Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-15T09:47:05.366Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-15T09:47:05.366Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-15T09:47:05.366Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-15T09:47:05.366Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-15T09:47:05.366Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-15T09:47:05.366Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-15T09:47:05.366Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-15T09:47:05.366Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-15T09:47:05.366Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-15T09:47:05.366Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-15T09:47:05.366Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-15T09:47:05.366Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-15T09:47:05.366Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-15T09:47:05.366Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-15T09:47:05.366Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-15T09:47:05.366Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-15T09:47:05.366Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-15T09:47:05.366Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-15T09:47:05.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:47:05.640Z] OK: 71 MiB in 55 packages [2021-01-15T09:47:18.038Z] Removing intermediate container 412f978a3d53 [2021-01-15T09:47:18.038Z] ---> fed253e656e6 [2021-01-15T09:47:18.038Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-15T09:47:18.038Z] ---> Running in cc04b0bc1768 [2021-01-15T09:47:19.490Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:47:19.491Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:47:19.491Z] ---> 95acd44dde81 [2021-01-15T09:47:19.491Z] Step 3/23 : WORKDIR /edgex-go [2021-01-15T09:47:19.491Z] ---> Using cache [2021-01-15T09:47:19.491Z] ---> 7a82b8649a3f [2021-01-15T09:47:19.491Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:47:19.491Z] ---> Using cache [2021-01-15T09:47:19.491Z] ---> 7b3c77de57c1 [2021-01-15T09:47:19.491Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-15T09:47:20.936Z] ---> Running in a7283f0032aa [2021-01-15T09:47:22.379Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:47:22.983Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:47:23.577Z] Collecting docker-compose==1.23.2 [2021-01-15T09:47:23.577Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-15T09:47:23.854Z] OK: 217 MiB in 51 packages [2021-01-15T09:47:24.840Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-15T09:47:24.840Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-15T09:47:26.831Z] Collecting PyYAML<4,>=3.10 [2021-01-15T09:47:26.831Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-15T09:47:26.831Z] Removing intermediate container a7283f0032aa [2021-01-15T09:47:26.831Z] ---> 55246b0bab9f [2021-01-15T09:47:26.831Z] Step 6/23 : COPY go.mod . [2021-01-15T09:47:28.267Z] ---> 0fe4c4274e0b [2021-01-15T09:47:28.267Z] Step 7/23 : RUN go mod download [2021-01-15T09:47:28.551Z] ---> Running in 0626d0c4f3d2 [2021-01-15T09:47:28.551Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:47:28.551Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:47:28.551Z] ---> 95acd44dde81 [2021-01-15T09:47:28.551Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:47:28.551Z] ---> Using cache [2021-01-15T09:47:28.551Z] ---> 7a82b8649a3f [2021-01-15T09:47:28.551Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:47:28.551Z] ---> Using cache [2021-01-15T09:47:28.551Z] ---> 7b3c77de57c1 [2021-01-15T09:47:28.551Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:47:28.551Z] ---> Using cache [2021-01-15T09:47:28.551Z] ---> d8b971431b08 [2021-01-15T09:47:28.551Z] Step 6/21 : COPY go.mod . [2021-01-15T09:47:28.551Z] ---> Using cache [2021-01-15T09:47:28.551Z] ---> 794e5c567b74 [2021-01-15T09:47:28.551Z] Step 7/21 : RUN go mod download [2021-01-15T09:47:28.829Z] ---> Using cache [2021-01-15T09:47:28.829Z] ---> ab91c09420b4 [2021-01-15T09:47:28.829Z] Step 8/21 : COPY . . [2021-01-15T09:47:28.829Z] ---> Using cache [2021-01-15T09:47:28.829Z] ---> 77ae2f79d805 [2021-01-15T09:47:28.829Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-15T09:47:29.428Z] ---> Running in c53f1990b6b5 [2021-01-15T09:47:31.417Z] 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-15T09:47:31.417Z] Collecting docker<4.0,>=3.6.0 [2021-01-15T09:47:31.417Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-15T09:47:31.417Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:47:31.417Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:47:31.417Z] ---> 95acd44dde81 [2021-01-15T09:47:31.417Z] Step 3/21 : WORKDIR /edgex-go [2021-01-15T09:47:31.417Z] ---> Using cache [2021-01-15T09:47:31.417Z] ---> 7a82b8649a3f [2021-01-15T09:47:31.703Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:47:31.703Z] ---> Using cache [2021-01-15T09:47:31.703Z] ---> 7b3c77de57c1 [2021-01-15T09:47:31.703Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-15T09:47:31.703Z] ---> Using cache [2021-01-15T09:47:31.703Z] ---> d8b971431b08 [2021-01-15T09:47:31.703Z] Step 6/21 : COPY go.mod . [2021-01-15T09:47:31.703Z] ---> Using cache [2021-01-15T09:47:31.703Z] ---> 794e5c567b74 [2021-01-15T09:47:31.703Z] Step 7/21 : RUN go mod download [2021-01-15T09:47:31.703Z] ---> Using cache [2021-01-15T09:47:31.703Z] ---> ab91c09420b4 [2021-01-15T09:47:31.703Z] Step 8/21 : COPY . . [2021-01-15T09:47:31.703Z] ---> Using cache [2021-01-15T09:47:31.703Z] ---> 77ae2f79d805 [2021-01-15T09:47:31.703Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-15T09:47:31.978Z] ---> Running in ba644d9dcad4 [2021-01-15T09:47:32.574Z] Collecting docopt<0.7,>=0.6.1 [2021-01-15T09:47:32.574Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-15T09:47:33.566Z] Removing intermediate container 0626d0c4f3d2 [2021-01-15T09:47:33.566Z] ---> 7691a57862b2 [2021-01-15T09:47:33.566Z] Step 8/23 : COPY . . [2021-01-15T09:47:33.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-15T09:47:33.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-15T09:47:33.566Z] ---> 95acd44dde81 [2021-01-15T09:47:33.566Z] Step 3/22 : WORKDIR /edgex-go [2021-01-15T09:47:33.566Z] ---> Using cache [2021-01-15T09:47:33.566Z] ---> 7a82b8649a3f [2021-01-15T09:47:33.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:47:33.566Z] ---> Using cache [2021-01-15T09:47:33.566Z] ---> 7b3c77de57c1 [2021-01-15T09:47:33.566Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-15T09:47:33.566Z] ---> Using cache [2021-01-15T09:47:33.566Z] ---> d8b971431b08 [2021-01-15T09:47:33.566Z] Step 6/22 : COPY go.mod . [2021-01-15T09:47:33.566Z] ---> Using cache [2021-01-15T09:47:33.566Z] ---> 794e5c567b74 [2021-01-15T09:47:33.566Z] Step 7/22 : RUN go mod download [2021-01-15T09:47:33.566Z] ---> Using cache [2021-01-15T09:47:33.566Z] ---> ab91c09420b4 [2021-01-15T09:47:33.566Z] Step 8/22 : COPY . . [2021-01-15T09:47:33.847Z] ---> Using cache [2021-01-15T09:47:33.847Z] ---> 77ae2f79d805 [2021-01-15T09:47:33.847Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-15T09:47:34.123Z] 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-15T09:47:34.123Z] ---> Running in 0dc98e8ea653 [2021-01-15T09:47:36.123Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-15T09:47:36.123Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-15T09:47:36.123Z] 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-15T09:47:39.543Z] Collecting texttable<0.10,>=0.9.0 [2021-01-15T09:47:39.543Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-15T09:47:42.962Z] Collecting jsonschema<3,>=2.5.1 [2021-01-15T09:47:42.962Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-15T09:47:42.962Z] 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-15T09:47:44.418Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-15T09:47:44.418Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-15T09:47:45.427Z] Collecting cached-property<2,>=1.2.0 [2021-01-15T09:47:45.427Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-15T09:47:46.034Z] Collecting docker-pycreds>=0.4.0 [2021-01-15T09:47:46.034Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-15T09:47:46.034Z] 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-15T09:47:46.316Z] 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-15T09:47:46.595Z] Collecting idna<2.8,>=2.5 [2021-01-15T09:47:46.595Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-15T09:47:48.880Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-15T09:47:48.880Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-15T09:47:49.171Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-15T09:47:49.171Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-15T09:47:49.171Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-15T09:47:49.171Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-15T09:47:50.150Z] Installing collected packages: websocket-client, PyYAML, idna, urllib3, requests, docker-pycreds, docker, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose [2021-01-15T09:47:51.586Z] Running setup.py install for PyYAML: started [2021-01-15T09:47:52.183Z] ---> 797fa7852427 [2021-01-15T09:47:52.183Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-15T09:47:52.458Z] ---> Running in 66e68ee77861 [2021-01-15T09:47:54.445Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-15T09:47:54.445Z] Attempting uninstall: idna [2021-01-15T09:47:54.445Z] Found existing installation: idna 2.9 [2021-01-15T09:47:54.445Z] Uninstalling idna-2.9: [2021-01-15T09:47:54.445Z] 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-15T09:47:54.720Z] Successfully uninstalled idna-2.9 [2021-01-15T09:47:55.319Z] Attempting uninstall: urllib3 [2021-01-15T09:47:55.319Z] Found existing installation: urllib3 1.25.9 [2021-01-15T09:47:55.319Z] Uninstalling urllib3-1.25.9: [2021-01-15T09:47:55.593Z] Successfully uninstalled urllib3-1.25.9 [2021-01-15T09:47:56.190Z] Attempting uninstall: requests [2021-01-15T09:47:56.469Z] Found existing installation: requests 2.23.0 [2021-01-15T09:47:56.469Z] Uninstalling requests-2.23.0: [2021-01-15T09:47:56.469Z] Successfully uninstalled requests-2.23.0 [2021-01-15T09:47:57.914Z] Running setup.py install for docopt: started [2021-01-15T09:48:00.551Z] Running setup.py install for docopt: finished with status 'done' [2021-01-15T09:48:00.551Z] Running setup.py install for dockerpty: started [2021-01-15T09:48:03.191Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-15T09:48:03.191Z] Running setup.py install for texttable: started [2021-01-15T09:48:05.832Z] Running setup.py install for texttable: finished with status 'done' [2021-01-15T09:48:07.276Z] 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-15T09:48:12.688Z] Removing intermediate container cc04b0bc1768 [2021-01-15T09:48:12.688Z] ---> 69ebc7915fc5 [2021-01-15T09:48:12.688Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-15T09:48:12.961Z] ---> Running in ee7c33411442 [2021-01-15T09:48:15.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:48:15.591Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:48:16.577Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:48:16.577Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-15T09:48:16.577Z] (3/3) Installing curl (7.69.1-r3) [2021-01-15T09:48:16.577Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:48:16.577Z] OK: 71 MiB in 58 packages [2021-01-15T09:48:18.569Z] Removing intermediate container ee7c33411442 [2021-01-15T09:48:18.569Z] ---> b3e65773457d [2021-01-15T09:48:18.569Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-15T09:48:18.569Z] ---> Running in 5c40db809e58 [2021-01-15T09:48:19.174Z] Removing intermediate container 5c40db809e58 [2021-01-15T09:48:19.174Z] ---> 8d3f2f88b05b [2021-01-15T09:48:19.174Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:48:19.451Z] ---> Running in 87ce0b2eb8af [2021-01-15T09:48:20.053Z] Removing intermediate container 87ce0b2eb8af [2021-01-15T09:48:20.053Z] ---> 66f4b4fbb9d9 [2021-01-15T09:48:20.053Z] Step 24/26 : LABEL arch=arm64 [2021-01-15T09:48:20.331Z] ---> Running in 237439f35bb8 [2021-01-15T09:48:20.935Z] Removing intermediate container 237439f35bb8 [2021-01-15T09:48:20.935Z] ---> 8893adfe9650 [2021-01-15T09:48:20.935Z] Step 25/26 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:48:21.213Z] ---> Running in 76eee17af358 [2021-01-15T09:48:21.818Z] Removing intermediate container 76eee17af358 [2021-01-15T09:48:21.818Z] ---> 3f09fa6f9232 [2021-01-15T09:48:21.818Z] Step 26/26 : LABEL version=0.0.0 [2021-01-15T09:48:22.095Z] ---> Running in daef293c91dd [2021-01-15T09:48:22.699Z] Removing intermediate container daef293c91dd [2021-01-15T09:48:22.699Z] ---> 63affef1a21c [2021-01-15T09:48:22.699Z] [2021-01-15T09:48:23.303Z] Successfully built 63affef1a21c [2021-01-15T09:48:23.303Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-15T09:48:50.138Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-15T09:49:02.581Z] Removing intermediate container c53f1990b6b5 [2021-01-15T09:49:02.581Z] ---> d94a7188d739 [2021-01-15T09:49:02.581Z] [2021-01-15T09:49:02.581Z] Step 10/21 : FROM scratch [2021-01-15T09:49:02.581Z] ---> [2021-01-15T09:49:02.581Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:49:02.581Z] ---> Using cache [2021-01-15T09:49:02.581Z] ---> 21bb7b5807cb [2021-01-15T09:49:02.581Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-15T09:49:02.581Z] ---> Running in 3537d0de015b [2021-01-15T09:49:03.185Z] Removing intermediate container 3537d0de015b [2021-01-15T09:49:03.185Z] ---> 0e0d96ece634 [2021-01-15T09:49:03.185Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-15T09:49:03.787Z] ---> Running in 7365aa0652df [2021-01-15T09:49:04.781Z] Removing intermediate container 7365aa0652df [2021-01-15T09:49:04.781Z] ---> c1858e22d52c [2021-01-15T09:49:04.781Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:49:05.385Z] Removing intermediate container ba644d9dcad4 [2021-01-15T09:49:05.385Z] ---> f48bcd7c684b [2021-01-15T09:49:05.385Z] [2021-01-15T09:49:05.385Z] Step 10/21 : FROM alpine:3.12 [2021-01-15T09:49:05.385Z] ---> afeebe901d6b [2021-01-15T09:49:05.385Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-15T09:49:05.662Z] ---> Running in 45754ffd6f59 [2021-01-15T09:49:06.279Z] ---> 1576fa045859 [2021-01-15T09:49:06.279Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-15T09:49:08.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:49:08.277Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:49:08.554Z] ---> f368d8027ca1 [2021-01-15T09:49:08.554Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-15T09:49:09.158Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-15T09:49:09.158Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-15T09:49:09.158Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-15T09:49:09.158Z] (4/4) Installing curl (7.69.1-r3) [2021-01-15T09:49:09.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:49:09.158Z] Executing ca-certificates-20191127-r4.trigger [2021-01-15T09:49:09.441Z] OK: 7 MiB in 18 packages [2021-01-15T09:49:10.046Z] ---> 10638e2c465b [2021-01-15T09:49:10.046Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-15T09:49:10.650Z] ---> Running in 95a437f04dc1 [2021-01-15T09:49:11.644Z] Removing intermediate container 95a437f04dc1 [2021-01-15T09:49:11.644Z] ---> f9cca1148443 [2021-01-15T09:49:11.644Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:49:11.644Z] ---> Running in ab0475085826 [2021-01-15T09:49:12.248Z] Removing intermediate container 45754ffd6f59 [2021-01-15T09:49:12.248Z] ---> 25658b7aa0eb [2021-01-15T09:49:12.248Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-15T09:49:12.248Z] ---> Running in de43b41a7824 [2021-01-15T09:49:12.527Z] Removing intermediate container ab0475085826 [2021-01-15T09:49:12.527Z] ---> 0e94eeee9ad9 [2021-01-15T09:49:12.527Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T09:49:12.806Z] ---> Running in fdf1900be1cd [2021-01-15T09:49:13.084Z] Removing intermediate container de43b41a7824 [2021-01-15T09:49:13.084Z] ---> c61a0419ff8d [2021-01-15T09:49:13.084Z] Step 13/21 : WORKDIR /edgex [2021-01-15T09:49:13.084Z] ---> Running in eabb246ca4bf [2021-01-15T09:49:13.689Z] Removing intermediate container fdf1900be1cd [2021-01-15T09:49:13.689Z] ---> 5dd1f9ff79a8 [2021-01-15T09:49:13.689Z] Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:49:13.966Z] Removing intermediate container eabb246ca4bf [2021-01-15T09:49:13.966Z] ---> b881d2aa0b29 [2021-01-15T09:49:13.966Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-15T09:49:13.966Z] ---> Running in 5326ea7e4ecd [2021-01-15T09:49:14.974Z] Removing intermediate container 5326ea7e4ecd [2021-01-15T09:49:14.974Z] ---> 14015b0c4bec [2021-01-15T09:49:14.974Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:49:15.253Z] ---> Running in 88300b4a5868 [2021-01-15T09:49:15.529Z] ---> 325d8e495505 [2021-01-15T09:49:15.529Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-15T09:49:15.806Z] Removing intermediate container 88300b4a5868 [2021-01-15T09:49:15.806Z] ---> 0815360848be [2021-01-15T09:49:15.806Z] [2021-01-15T09:49:16.406Z] Successfully built 0815360848be [2021-01-15T09:49:16.684Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-15T09:49:17.287Z]  Building docker-support-scheduler-go ... done  ---> 620d6d5235ae [2021-01-15T09:49:17.287Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-15T09:49:19.271Z] ---> 599741734718 [2021-01-15T09:49:19.271Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-15T09:49:19.271Z] ---> Running in 3085d6658931 [2021-01-15T09:49:20.257Z] Removing intermediate container 3085d6658931 [2021-01-15T09:49:20.257Z] ---> abd337ab4fbb [2021-01-15T09:49:20.257Z] Step 18/21 : CMD ["--init=true"] [2021-01-15T09:49:20.532Z] ---> Running in aa24a5fbfce6 [2021-01-15T09:49:21.128Z] Removing intermediate container aa24a5fbfce6 [2021-01-15T09:49:21.128Z] ---> f40120bb5cf4 [2021-01-15T09:49:21.128Z] Step 19/21 : LABEL arch=arm64 [2021-01-15T09:49:21.488Z] ---> Running in 2d9efc24d895 [2021-01-15T09:49:21.488Z] Removing intermediate container 0dc98e8ea653 [2021-01-15T09:49:21.488Z] ---> cbf00042416c [2021-01-15T09:49:21.488Z] [2021-01-15T09:49:21.488Z] Step 10/22 : FROM scratch [2021-01-15T09:49:21.488Z] ---> [2021-01-15T09:49:21.488Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:49:21.809Z] ---> Using cache [2021-01-15T09:49:21.809Z] ---> 21bb7b5807cb [2021-01-15T09:49:21.809Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-15T09:49:22.121Z] ---> Running in 331e19de3561 [2021-01-15T09:49:22.121Z] Removing intermediate container 2d9efc24d895 [2021-01-15T09:49:22.121Z] ---> 09533765e96a [2021-01-15T09:49:22.121Z] Step 20/21 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:49:22.404Z] ---> Running in 88945a0c2635 [2021-01-15T09:49:22.700Z] Removing intermediate container 331e19de3561 [2021-01-15T09:49:22.700Z] ---> e0c513632fac [2021-01-15T09:49:22.700Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-15T09:49:22.700Z] ---> Running in 3a3a1afe9199 [2021-01-15T09:49:22.995Z] Removing intermediate container 88945a0c2635 [2021-01-15T09:49:22.995Z] ---> 8c9abad95fd5 [2021-01-15T09:49:22.995Z] Step 21/21 : LABEL version=0.0.0 [2021-01-15T09:49:23.276Z] ---> Running in efdcf503779b [2021-01-15T09:49:23.276Z] Removing intermediate container 3a3a1afe9199 [2021-01-15T09:49:23.276Z] ---> 970aaecdaa5f [2021-01-15T09:49:23.276Z] Step 14/22 : WORKDIR / [2021-01-15T09:49:23.553Z] ---> Running in 85b6eccd226b [2021-01-15T09:49:23.828Z] Removing intermediate container efdcf503779b [2021-01-15T09:49:23.828Z] ---> ec131fceada2 [2021-01-15T09:49:23.828Z] [2021-01-15T09:49:24.421Z] Successfully built ec131fceada2 [2021-01-15T09:49:24.421Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-15T09:49:24.421Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 85b6eccd226b [2021-01-15T09:49:24.421Z] ---> 17324004e291 [2021-01-15T09:49:24.421Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:49:25.405Z] ---> 131388c888e5 [2021-01-15T09:49:25.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-15T09:49:26.848Z] ---> 989150359618 [2021-01-15T09:49:26.848Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-15T09:49:27.440Z] ---> 905fee466e32 [2021-01-15T09:49:27.441Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-15T09:49:27.716Z] ---> Running in cd78e3687dfb [2021-01-15T09:49:27.987Z] Removing intermediate container cd78e3687dfb [2021-01-15T09:49:27.987Z] ---> c360731636f4 [2021-01-15T09:49:27.987Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:49:28.259Z] ---> Running in 1dd26d45ac00 [2021-01-15T09:49:28.542Z] Removing intermediate container 1dd26d45ac00 [2021-01-15T09:49:28.542Z] ---> 6cc553dd76d7 [2021-01-15T09:49:28.542Z] Step 20/22 : LABEL arch=arm64 [2021-01-15T09:49:28.816Z] ---> Running in 605d23d03e0a [2021-01-15T09:49:29.409Z] Removing intermediate container 605d23d03e0a [2021-01-15T09:49:29.409Z] ---> 53b098b090a6 [2021-01-15T09:49:29.409Z] Step 21/22 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:49:29.409Z] ---> Running in 5dba2cd1fab5 [2021-01-15T09:49:30.004Z] Removing intermediate container 5dba2cd1fab5 [2021-01-15T09:49:30.004Z] ---> 0341e816610f [2021-01-15T09:49:30.004Z] Step 22/22 : LABEL version=0.0.0 [2021-01-15T09:49:30.291Z] ---> Running in 4548ea8d7659 [2021-01-15T09:49:30.889Z] Removing intermediate container 4548ea8d7659 [2021-01-15T09:49:30.889Z] ---> ace72814d2a1 [2021-01-15T09:49:30.889Z] [2021-01-15T09:49:31.163Z] Successfully built ace72814d2a1 [2021-01-15T09:49:31.163Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-15T09:49:33.772Z]  Building docker-core-metadata-go ... done Removing intermediate container 66e68ee77861 [2021-01-15T09:49:33.772Z] ---> edecd64e3545 [2021-01-15T09:49:33.772Z] [2021-01-15T09:49:33.772Z] Step 10/23 : FROM alpine:3.12 [2021-01-15T09:49:33.772Z] ---> afeebe901d6b [2021-01-15T09:49:33.772Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-15T09:49:33.772Z] ---> Running in 46ac382e0bbf [2021-01-15T09:49:34.045Z] Removing intermediate container 46ac382e0bbf [2021-01-15T09:49:34.045Z] ---> a94733f19b0a [2021-01-15T09:49:34.045Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-15T09:49:34.045Z] ---> Running in d16228b3c59e [2021-01-15T09:49:34.638Z] Removing intermediate container d16228b3c59e [2021-01-15T09:49:34.638Z] ---> 2cec7e51c896 [2021-01-15T09:49:34.638Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-15T09:49:34.638Z] ---> Running in 008d756f3435 [2021-01-15T09:49:35.258Z] Removing intermediate container 008d756f3435 [2021-01-15T09:49:35.258Z] ---> 0c26eea729a2 [2021-01-15T09:49:35.258Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-15T09:49:35.258Z] ---> Running in 11f66f074255 [2021-01-15T09:49:37.221Z] Removing intermediate container 11f66f074255 [2021-01-15T09:49:37.221Z] ---> 7d9ede7a4fe4 [2021-01-15T09:49:37.492Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-15T09:49:37.492Z] ---> Running in dce4d6b674df [2021-01-15T09:49:38.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-15T09:49:39.432Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-15T09:49:40.021Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-15T09:49:40.021Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-15T09:49:40.021Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-15T09:49:40.290Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-15T09:49:40.290Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-15T09:49:40.570Z] Executing busybox-1.31.1-r19.trigger [2021-01-15T09:49:40.570Z] OK: 8 MiB in 19 packages [2021-01-15T09:49:42.002Z] Removing intermediate container dce4d6b674df [2021-01-15T09:49:42.002Z] ---> 546497045f1b [2021-01-15T09:49:42.002Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-15T09:49:42.279Z] ---> 8f28792eabc0 [2021-01-15T09:49:42.279Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-15T09:49:43.703Z] ---> 0522a13a403c [2021-01-15T09:49:43.703Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-15T09:49:44.297Z] ---> 88728200b387 [2021-01-15T09:49:44.297Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-15T09:49:44.570Z] ---> Running in 4e935fb578e4 [2021-01-15T09:49:44.842Z] Removing intermediate container 4e935fb578e4 [2021-01-15T09:49:44.842Z] ---> 03bd608b36a6 [2021-01-15T09:49:44.842Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-15T09:49:45.114Z] ---> Running in 15927f616780 [2021-01-15T09:49:45.709Z] Removing intermediate container 15927f616780 [2021-01-15T09:49:45.709Z] ---> 89ec419f27e6 [2021-01-15T09:49:45.709Z] Step 21/23 : LABEL arch=arm64 [2021-01-15T09:49:45.709Z] ---> Running in dcfd8ccc9716 [2021-01-15T09:49:46.300Z] Removing intermediate container dcfd8ccc9716 [2021-01-15T09:49:46.300Z] ---> 0a578cfca51b [2021-01-15T09:49:46.300Z] Step 22/23 : LABEL git_sha=aee64e1e172df7b5958a4f5e4473f727edefab99 [2021-01-15T09:49:46.300Z] ---> Running in aa37b9646e4c [2021-01-15T09:49:46.891Z] Removing intermediate container aa37b9646e4c [2021-01-15T09:49:46.891Z] ---> 8138c3476217 [2021-01-15T09:49:46.891Z] Step 23/23 : LABEL version=0.0.0 [2021-01-15T09:49:46.891Z] ---> Running in 0682b30559ba [2021-01-15T09:49:47.485Z] Removing intermediate container 0682b30559ba [2021-01-15T09:49:47.485Z] ---> f3775d15a268 [2021-01-15T09:49:47.485Z] [2021-01-15T09:49:47.756Z] Successfully built f3775d15a268 [2021-01-15T09:49:47.756Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-15T09:49:48.040Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-15T09:49:48.038Z] $ docker stop --time=1 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 [2021-01-15T09:49:49.995Z] $ docker rm -f 50ebaa9b8d9f647ad6a06a1d9ff89adf18466b4f45af504c9e5b9835b196ae59 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-15T09:49:50.767Z] + + grepdocker docker images [2021-01-15T09:49:50.767Z] [2021-01-15T09:49:51.038Z] docker-core-data-go-arm64 latest f3775d15a268 3 seconds ago 21MB [2021-01-15T09:49:51.039Z] docker-core-metadata-go-arm64 latest ace72814d2a1 20 seconds ago 12.3MB [2021-01-15T09:49:51.039Z] docker-security-proxy-setup-go-arm64 latest ec131fceada2 27 seconds ago 23.2MB [2021-01-15T09:49:51.039Z] docker-support-scheduler-go-arm64 latest 0815360848be 35 seconds ago 10MB [2021-01-15T09:49:51.039Z] docker-sys-mgmt-agent-go-arm64 latest 63affef1a21c About a minute ago 300MB [2021-01-15T09:49:51.039Z] docker-security-secretstore-setup-go-arm64 latest 427d3e6e8855 3 minutes ago 23.4MB [2021-01-15T09:49:51.039Z] docker-security-bootstrap-redis-go-arm64 latest 5e2ba7fa98db 3 minutes ago 15.1MB [2021-01-15T09:49:51.039Z] docker-support-notifications-go-arm64 latest 691eb69301da 3 minutes ago 11.4MB [2021-01-15T09:49:51.039Z] docker-core-command-go-arm64 latest e4108c9f9e6f 3 minutes ago 9.98MB [2021-01-15T09:49:51.039Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-15T09:49:53.142Z] provisioning config files... [2021-01-15T09:49:53.158Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config6198266993653538727tmp [Pipeline] { [Pipeline] sh [2021-01-15T09:49:53.551Z] + set +x [2021-01-15T09:49:53.551Z] + curl -s https://codecov.io/bash [2021-01-15T09:49:53.551Z] + bash -s -- [2021-01-15T09:49:54.129Z] [2021-01-15T09:49:54.129Z] _____ _ [2021-01-15T09:49:54.129Z] / ____| | | [2021-01-15T09:49:54.129Z] | | ___ __| | ___ ___ _____ __ [2021-01-15T09:49:54.129Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-15T09:49:54.129Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-15T09:49:54.129Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-15T09:49:54.129Z] Bash-20201231-23d4836 [2021-01-15T09:49:54.129Z] [2021-01-15T09:49:54.129Z] [2021-01-15T09:49:54.129Z] ==> git version 2.24.3 found [2021-01-15T09:49:54.129Z] ==> 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-15T09:49:54.129Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-15T09:49:54.129Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-15T09:49:54.129Z] ==> Jenkins CI detected. [2021-01-15T09:49:54.129Z] project root: . [2021-01-15T09:49:54.129Z] --> token set from env [2021-01-15T09:49:54.129Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-15T09:49:54.129Z] ==> Running gcov in . (disable via -X gcov) [2021-01-15T09:49:54.129Z] ==> Python coveragepy not found [2021-01-15T09:49:54.129Z] ==> Searching for coverage reports in: [2021-01-15T09:49:54.129Z] + . [2021-01-15T09:49:54.129Z] -> Found 1 reports [2021-01-15T09:49:54.129Z] ==> Detecting git/mercurial file structure [2021-01-15T09:49:54.393Z] ==> Reading reports [2021-01-15T09:49:54.393Z] + ./coverage.out bytes=550280 [2021-01-15T09:49:54.393Z] ==> Appending adjustments [2021-01-15T09:49:54.394Z] https://docs.codecov.io/docs/fixing-reports [2021-01-15T09:49:57.717Z] + Found adjustments [2021-01-15T09:49:57.717Z] ==> Gzipping contents [2021-01-15T09:49:57.717Z] 84K /tmp/codecov.n33S5z.gz [2021-01-15T09:49:57.717Z] ==> Uploading reports [2021-01-15T09:49:57.717Z] url: https://codecov.io [2021-01-15T09:49:57.717Z] query: branch=PR-3042&commit=aee64e1e172df7b5958a4f5e4473f727edefab99&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= [2021-01-15T09:49:57.717Z] -> Pinging Codecov [2021-01-15T09:49:57.717Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3042&commit=aee64e1e172df7b5958a4f5e4473f727edefab99&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3042%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3042&job=&cmd_args= [2021-01-15T09:49:57.986Z] -> Uploading to [2021-01-15T09:49:57.986Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-15/00271124DB129430A58F1EEE437C3FCB/aee64e1e172df7b5958a4f5e4473f727edefab99/026862d1-4777-4683-a69c-16d75e117298.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210115%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210115T094957Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1894144fef8587029c7b50d02b16461cb26504279d3182a6a38d4d8caf2674e8 [2021-01-15T09:49:57.986Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-15T09:49:57.986Z] Dload Upload Total Spent Left Speed [2021-01-15T09:49:58.563Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83260 0 0 100 83260 0 119k --:--:-- --:--:-- --:--:-- 119k 100 83260 0 0 100 83260 0 119k --:--:-- --:--:-- --:--:-- 119k [2021-01-15T09:49:58.563Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/aee64e1e172df7b5958a4f5e4473f727edefab99 [Pipeline] } [2021-01-15T09:49:58.573Z] 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-15T09:50:00.925Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:01.991Z] ---> package-listing.sh [2021-01-15T09:50:01.991Z] ++ facter osfamily [2021-01-15T09:50:01.991Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-15T09:50:01.991Z] + OS_FAMILY=redhat [2021-01-15T09:50:01.991Z] + workspace=/w/workspace/edgex-go/5 [2021-01-15T09:50:01.991Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-15T09:50:01.991Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-15T09:50:01.991Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-15T09:50:01.991Z] + PACKAGES=/tmp/packages_start.txt [2021-01-15T09:50:01.991Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-15T09:50:01.991Z] + PACKAGES=/tmp/packages_end.txt [2021-01-15T09:50:01.991Z] + case "${OS_FAMILY}" in [2021-01-15T09:50:01.991Z] + rpm -qa [2021-01-15T09:50:01.991Z] + sort [2021-01-15T09:50:07.304Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-15T09:50:07.304Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-15T09:50:07.304Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-15T09:50:07.304Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-15T09:50:07.304Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-15T09:50:07.304Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-15T09:50:07.319Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-15T09:50:07.615Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:50:07.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:50:07.923Z] [2021-01-15T09:50:07.923Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-15T09:50:08.302Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:50:08.302Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-15T09:50:08.302Z] df20fa9351a1: Pulling fs layer [2021-01-15T09:50:08.302Z] 36b3adc4ff6f: Pulling fs layer [2021-01-15T09:50:08.302Z] 8ad3a11d3b57: Pulling fs layer [2021-01-15T09:50:08.302Z] 46f8f816bc3b: Pulling fs layer [2021-01-15T09:50:08.302Z] 93b61091891f: Pulling fs layer [2021-01-15T09:50:08.302Z] 93b9cdb0e59b: Pulling fs layer [2021-01-15T09:50:08.302Z] 5e14af77c1be: Pulling fs layer [2021-01-15T09:50:08.302Z] 01666e4c0597: Pulling fs layer [2021-01-15T09:50:08.302Z] aa168da1d23b: Pulling fs layer [2021-01-15T09:50:08.302Z] 46f8f816bc3b: Waiting [2021-01-15T09:50:08.302Z] 93b61091891f: Waiting [2021-01-15T09:50:08.302Z] 93b9cdb0e59b: Waiting [2021-01-15T09:50:08.302Z] 01666e4c0597: Waiting [2021-01-15T09:50:08.302Z] aa168da1d23b: Waiting [2021-01-15T09:50:08.302Z] 5e14af77c1be: Waiting [2021-01-15T09:50:08.302Z] 36b3adc4ff6f: Verifying Checksum [2021-01-15T09:50:08.302Z] 36b3adc4ff6f: Download complete [2021-01-15T09:50:08.302Z] 46f8f816bc3b: Download complete [2021-01-15T09:50:08.569Z] df20fa9351a1: Verifying Checksum [2021-01-15T09:50:08.569Z] df20fa9351a1: Download complete [2021-01-15T09:50:08.569Z] 93b61091891f: Verifying Checksum [2021-01-15T09:50:08.569Z] 93b61091891f: Download complete [2021-01-15T09:50:08.569Z] 93b9cdb0e59b: Verifying Checksum [2021-01-15T09:50:08.569Z] 93b9cdb0e59b: Download complete [2021-01-15T09:50:08.569Z] 5e14af77c1be: Download complete [2021-01-15T09:50:08.569Z] 01666e4c0597: Verifying Checksum [2021-01-15T09:50:08.569Z] 01666e4c0597: Download complete [2021-01-15T09:50:08.831Z] df20fa9351a1: Pull complete [2021-01-15T09:50:09.094Z] 36b3adc4ff6f: Pull complete [2021-01-15T09:50:09.360Z] 8ad3a11d3b57: Verifying Checksum [2021-01-15T09:50:09.360Z] 8ad3a11d3b57: Download complete [2021-01-15T09:50:09.938Z] 8ad3a11d3b57: Pull complete [2021-01-15T09:50:10.209Z] 46f8f816bc3b: Pull complete [2021-01-15T09:50:11.167Z] aa168da1d23b: Verifying Checksum [2021-01-15T09:50:11.167Z] aa168da1d23b: Download complete [2021-01-15T09:50:12.565Z] 93b61091891f: Pull complete [2021-01-15T09:50:12.827Z] 93b9cdb0e59b: Pull complete [2021-01-15T09:50:12.827Z] 5e14af77c1be: Pull complete [2021-01-15T09:50:13.094Z] 01666e4c0597: Pull complete [2021-01-15T09:50:23.167Z] aa168da1d23b: Pull complete [2021-01-15T09:50:23.167Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-15T09:50:23.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-15T09:50:23.167Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-15T09:50:23.413Z] prd-centos7-docker-4c-2g-20462 does not seem to be running inside a container [2021-01-15T09:50:23.474Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-15T09:50:27.684Z] $ docker top 2739582021edd16991b5dc8d8c92d95ee758c5e6ae7e508818216305610f7457 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-15T09:50:28.336Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-15T09:50:28.640Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-15T09:50:28.940Z] + ls /var/log/sa-host [2021-01-15T09:50:28.940Z] + sadf -c /var/log/sa-host/sa15 [2021-01-15T09:50:28.940Z] file_magic: OK [2021-01-15T09:50:28.940Z] HZ: Using current value: 100 [2021-01-15T09:50:28.940Z] file_header: OK [2021-01-15T09:50:28.940Z] 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-15T09:50:28.940Z] Statistics: [2021-01-15T09:50:28.940Z] 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... [2021-01-15T09:50:28.940Z] File successfully converted to sysstat format version 12.2.1 [2021-01-15T09:50:28.940Z] + sadf -c /var/log/sa-host/sa23 [2021-01-15T09:50:28.940Z] file_magic: OK [2021-01-15T09:50:28.940Z] HZ: Using current value: 100 [2021-01-15T09:50:28.940Z] file_header: OK [2021-01-15T09:50:28.940Z] 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-15T09:50:28.940Z] Statistics: [2021-01-15T09:50:28.940Z] Hnuu...uuuununununu... [2021-01-15T09:50:28.940Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-15T09:50:29.625Z] provisioning config files... [2021-01-15T09:50:29.641Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config180949067833425254tmp [Pipeline] { [Pipeline] echo [2021-01-15T09:50:29.724Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:30.021Z] ---> create-netrc.sh [Pipeline] } [2021-01-15T09:50:30.031Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-15T09:50:30.143Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:30.440Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-15T09:50:30.452Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:30.753Z] ---> sudo-logs.sh [2021-01-15T09:50:30.754Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-15T09:50:30.765Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:31.064Z] ---> job-cost.sh [2021-01-15T09:50:31.064Z] lf-activate-venv: SKIPPING [2021-01-15T09:50:31.064Z] INFO: No Stack... [2021-01-15T09:50:32.453Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-15T09:50:33.029Z] INFO: Archiving Costs [Pipeline] echo [2021-01-15T09:50:33.042Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-15T09:50:33.339Z] ---> logs-deploy.sh [2021-01-15T09:50:33.339Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3042/5 [2021-01-15T09:50:33.339Z] INFO: archiving workspace using pattern(s): [2021-01-15T09:50:34.732Z] Archives upload complete. [2021-01-15T09:50:34.993Z] INFO: archiving logs to Nexus