Pull request #2913 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 68b4a6397b6cb246c6fab80d371f6d66b94b1622+1cb94389de1e39608b319f278621c386c44601c6 (6e4b266044a5405d531f88588b88fb5e3fef23b0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16398 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/13 [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/13 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) > git config core.sparsecheckout # timeout=10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # 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 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 Commit message: "build(snap): Update CI patch file for snapcraft.yaml" > git rev-list --no-walk 29c0f48cb91e711059cd5d4a56f95c145c37e231 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-16T22:48:35.035Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-16T22:48:35.322Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-16T22:48:35.429Z] ========================================================= [2020-12-16T22:48:35.429Z] EdgeX Global Pipelines Version Info [2020-12-16T22:48:35.429Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:48:38.124Z] ------------------- [2020-12-16T22:48:38.124Z] stable info: [2020-12-16T22:48:38.124Z] ------------------- [2020-12-16T22:48:38.124Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-16T22:48:38.124Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T22:48:38.124Z] Message: update stable to v1.0.173 [2020-12-16T22:48:39.104Z] ------------------- [2020-12-16T22:48:39.104Z] experimental info: [2020-12-16T22:48:39.104Z] ------------------- [2020-12-16T22:48:39.104Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-16T22:48:39.104Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-16T22:48:39.104Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-16T22:48:39.512Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-16T22:48:39.629Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-16T22:48:39.738Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-16T22:48:39.840Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-16T22:48:39.967Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-16T22:48:40.087Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-16T22:48:40.190Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-16T22:48:40.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-16T22:48:40.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-16T22:48:40.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-16T22:48:40.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-16T22:48:40.892Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-16T22:48:40.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-16T22:48:41.130Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-16T22:48:41.236Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T22:48:41.366Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-16T22:48:41.459Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-16T22:48:41.572Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-16T22:48:41.669Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-16T22:48:41.829Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-16T22:48:41.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-16T22:48:42.031Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-16T22:48:42.144Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-16T22:48:42.249Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T22:48:42.349Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo [2020-12-16T22:48:42.440Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo [2020-12-16T22:48:42.532Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [Pipeline] echo [2020-12-16T22:48:42.626Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 68b4a63 [Pipeline] echo [2020-12-16T22:48:42.724Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T22:48:42.932Z] provisioning config files... [2020-12-16T22:48:43.003Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config16988579118524610tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:48:43.531Z] ---> docker-login.sh [2020-12-16T22:48:43.531Z] nexus3.edgexfoundry.org:10001 [2020-12-16T22:48:44.581Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:48:44.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:48:44.893Z] Configure a credential helper to remove this warning. See [2020-12-16T22:48:44.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:48:44.893Z] [2020-12-16T22:48:44.893Z] Login Succeeded [2020-12-16T22:48:44.893Z] nexus3.edgexfoundry.org:10002 [2020-12-16T22:48:45.230Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:48:45.499Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:48:45.499Z] Configure a credential helper to remove this warning. See [2020-12-16T22:48:45.499Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:48:45.499Z] [2020-12-16T22:48:45.499Z] Login Succeeded [2020-12-16T22:48:45.499Z] nexus3.edgexfoundry.org:10003 [2020-12-16T22:48:46.126Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:48:46.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:48:46.435Z] Configure a credential helper to remove this warning. See [2020-12-16T22:48:46.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:48:46.435Z] [2020-12-16T22:48:46.435Z] Login Succeeded [2020-12-16T22:48:46.435Z] nexus3.edgexfoundry.org:10004 [2020-12-16T22:48:46.732Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:48:47.007Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:48:47.007Z] Configure a credential helper to remove this warning. See [2020-12-16T22:48:47.007Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:48:47.007Z] [2020-12-16T22:48:47.007Z] Login Succeeded [2020-12-16T22:48:47.007Z] docker.io [2020-12-16T22:48:47.007Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:48:47.601Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:48:47.601Z] Configure a credential helper to remove this warning. See [2020-12-16T22:48:47.601Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:48:47.601Z] [2020-12-16T22:48:47.601Z] Login Succeeded [2020-12-16T22:48:47.601Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T22:48:47.648Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T22:48:48.170Z] ++ 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 [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/core-command/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] ++ dirname cmd/core-data/Dockerfile [2020-12-16T22:48:48.170Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-16T22:48:48.170Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-16T22:48:48.170Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-16T22:48:48.170Z] ++ cut -d/ -f2 [2020-12-16T22:48:48.170Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-16T22:48:48.170Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-16T22:48:48.803Z] 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 [2020-12-16T22:48:50.434Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T22:48:50.434Z] [2020-12-16T22:48:50.434Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:48:50.862Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T22:48:50.862Z] latest: Pulling from edgex-devops/git-semver [2020-12-16T22:48:50.862Z] 31603596830f: Pulling fs layer [2020-12-16T22:48:50.862Z] 2a8b12db71e7: Pulling fs layer [2020-12-16T22:48:50.862Z] 6ca5941a6612: Pulling fs layer [2020-12-16T22:48:50.862Z] ecc8261a40a4: Pulling fs layer [2020-12-16T22:48:50.862Z] ecc8261a40a4: Waiting [2020-12-16T22:48:50.862Z] 2a8b12db71e7: Verifying Checksum [2020-12-16T22:48:50.862Z] 2a8b12db71e7: Download complete [2020-12-16T22:48:51.165Z] 31603596830f: Verifying Checksum [2020-12-16T22:48:51.165Z] 31603596830f: Download complete [2020-12-16T22:48:51.464Z] ecc8261a40a4: Verifying Checksum [2020-12-16T22:48:51.464Z] ecc8261a40a4: Download complete [2020-12-16T22:48:51.754Z] 6ca5941a6612: Verifying Checksum [2020-12-16T22:48:51.754Z] 6ca5941a6612: Download complete [2020-12-16T22:48:52.030Z] 31603596830f: Pull complete [2020-12-16T22:48:52.310Z] 2a8b12db71e7: Pull complete [2020-12-16T22:48:53.809Z] 6ca5941a6612: Pull complete [2020-12-16T22:48:54.120Z] ecc8261a40a4: Pull complete [2020-12-16T22:48:54.120Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-16T22:48:54.120Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-16T22:48:54.120Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-16T22:48:54.315Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T22:48:54.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T22:48:57.915Z] $ docker top 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-16T22:48:58.428Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T22:48:58.428Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T22:48:59.385Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T22:48:59.416Z] $ docker exec 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent [2020-12-16T22:48:59.971Z] SSH_AUTH_SOCK=/tmp/ssh-YlIU6Kl2gb72/agent.11 [2020-12-16T22:48:59.971Z] SSH_AGENT_PID=17 [2020-12-16T22:49:00.005Z] Running ssh-add (command line suppressed) [2020-12-16T22:49:00.377Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_30171270623630772.key (/w/workspace/edgex-go/13@tmp/private_key_30171270623630772.key) [2020-12-16T22:49:00.610Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T22:49:01.527Z] + git tag --points-at HEAD [Pipeline] } [2020-12-16T22:49:01.717Z] $ docker exec --env ******** --env ******** 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent -k [2020-12-16T22:49:02.191Z] unset SSH_AUTH_SOCK; [2020-12-16T22:49:02.195Z] unset SSH_AGENT_PID; [2020-12-16T22:49:02.195Z] echo Agent pid 17 killed; [2020-12-16T22:49:02.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-16T22:49:02.545Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-16T22:49:02.545Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-16T22:49:03.101Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-16T22:49:03.116Z] $ docker exec 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent [2020-12-16T22:49:03.487Z] SSH_AUTH_SOCK=/tmp/ssh-APXFL7KGtS67/agent.45 [2020-12-16T22:49:03.487Z] SSH_AGENT_PID=50 [2020-12-16T22:49:03.497Z] Running ssh-add (command line suppressed) [2020-12-16T22:49:03.772Z] Identity added: /w/workspace/edgex-go/13@tmp/private_key_6788246649085772986.key (/w/workspace/edgex-go/13@tmp/private_key_6788246649085772986.key) [2020-12-16T22:49:03.871Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-16T22:49:04.675Z] + git semver init [2020-12-16T22:49:04.675Z] # -> Open(): unable to determine branch for HEAD [2020-12-16T22:49:04.675Z] # $GIT_DIR = /w/workspace/edgex-go/13/.git [2020-12-16T22:49:04.675Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/13 [2020-12-16T22:49:04.675Z] # $SEMVER_REMOTE_NAME = origin [2020-12-16T22:49:04.675Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-16T22:49:04.675Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-16T22:49:04.675Z] # $SEMVER_BRANCH = PR-2913 [2020-12-16T22:49:04.675Z] # $SEMVER_TEMP = /tmp/semver-163551539 [2020-12-16T22:49:04.675Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-16T22:49:32.494Z] # '/tmp/semver-163551539' -> '/w/workspace/edgex-go/13/.semver' [2020-12-16T22:49:33.532Z] # -> Force: false [2020-12-16T22:49:33.532Z] # $SEMVER_DIR = /w/workspace/edgex-go/13/.semver [Pipeline] } [2020-12-16T22:49:33.572Z] $ docker exec --env ******** --env ******** 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 ssh-agent -k [2020-12-16T22:49:34.107Z] unset SSH_AUTH_SOCK; [2020-12-16T22:49:34.109Z] unset SSH_AGENT_PID; [2020-12-16T22:49:34.109Z] echo Agent pid 50 killed; [2020-12-16T22:49:34.232Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-16T22:49:34.751Z] + git semver [Pipeline] } [2020-12-16T22:49:35.062Z] $ docker stop --time=1 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 [2020-12-16T22:49:36.944Z] $ docker rm -f 7914cf7c4bedc57879f9d1a26b65082797d809d446138f8f5736ec59f6918948 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T22:49:37.637Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-16T22:49:38.959Z] Stashed 1 file(s) [Pipeline] echo [2020-12-16T22:49:38.961Z] [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 [2020-12-16T22:49:40.065Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-16T22:49:40.396Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T22:49:40.734Z] + true [2020-12-16T22:49:40.734Z] + sudo service docker restart [2020-12-16T22:49:40.734Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-16T22:49:42.254Z] ========================================================= [2020-12-16T22:49:42.254Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-16T22:49:42.254Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:49:42.683Z] + 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 . [2020-12-16T22:49:49.568Z] Sending build context to Docker daemon 326.4MB [2020-12-16T22:49:49.568Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T22:49:49.568Z] Step 2/7 : FROM ${BASE} [2020-12-16T22:49:49.568Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-16T22:49:49.568Z] 188c0c94c7c5: Pulling fs layer [2020-12-16T22:49:49.568Z] 0ef7d3d256c8: Pulling fs layer [2020-12-16T22:49:49.568Z] de9db76c5a1d: Pulling fs layer [2020-12-16T22:49:49.568Z] bca2f99d35d6: Pulling fs layer [2020-12-16T22:49:49.568Z] 93359f2a8cfa: Pulling fs layer [2020-12-16T22:49:49.568Z] 7c6f9722023f: Pulling fs layer [2020-12-16T22:49:49.568Z] a35cf1a2eb13: Pulling fs layer [2020-12-16T22:49:49.568Z] 93359f2a8cfa: Waiting [2020-12-16T22:49:49.568Z] 7c6f9722023f: Waiting [2020-12-16T22:49:49.568Z] a35cf1a2eb13: Waiting [2020-12-16T22:49:49.568Z] bca2f99d35d6: Waiting [2020-12-16T22:49:49.569Z] de9db76c5a1d: Verifying Checksum [2020-12-16T22:49:49.569Z] de9db76c5a1d: Download complete [2020-12-16T22:49:49.569Z] 0ef7d3d256c8: Verifying Checksum [2020-12-16T22:49:49.569Z] 0ef7d3d256c8: Download complete [2020-12-16T22:49:49.569Z] 93359f2a8cfa: Download complete [2020-12-16T22:49:49.569Z] 7c6f9722023f: Download complete [2020-12-16T22:49:49.569Z] 188c0c94c7c5: Verifying Checksum [2020-12-16T22:49:49.569Z] 188c0c94c7c5: Download complete [2020-12-16T22:49:50.651Z] 188c0c94c7c5: Pull complete [2020-12-16T22:49:51.695Z] 0ef7d3d256c8: Pull complete [2020-12-16T22:49:51.695Z] de9db76c5a1d: Pull complete [2020-12-16T22:49:54.383Z] a35cf1a2eb13: Verifying Checksum [2020-12-16T22:49:54.383Z] a35cf1a2eb13: Download complete [2020-12-16T22:49:54.443Z] Still waiting to schedule task [2020-12-16T22:49:54.443Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16399’ [2020-12-16T22:49:55.031Z] bca2f99d35d6: Verifying Checksum [2020-12-16T22:49:55.031Z] bca2f99d35d6: Download complete [2020-12-16T22:50:13.868Z] bca2f99d35d6: Pull complete [2020-12-16T22:50:13.868Z] 93359f2a8cfa: Pull complete [2020-12-16T22:50:13.868Z] 7c6f9722023f: Pull complete [2020-12-16T22:50:20.782Z] a35cf1a2eb13: Pull complete [2020-12-16T22:50:20.783Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-16T22:50:20.783Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-16T22:50:20.783Z] ---> a62c8e92a672 [2020-12-16T22:50:20.783Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T22:50:20.783Z] ---> Running in 7f1c50649eda [2020-12-16T22:50:21.750Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:50:22.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:50:23.752Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T22:50:24.046Z] (2/12) Installing file (5.38-r0) [2020-12-16T22:50:24.320Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T22:50:24.320Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T22:50:28.654Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T22:50:28.654Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T22:50:28.654Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T22:50:28.654Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T22:50:28.654Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T22:50:28.938Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T22:50:28.938Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T22:50:29.240Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T22:50:29.240Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T22:50:29.240Z] OK: 233 MiB in 51 packages [2020-12-16T22:50:34.340Z] Removing intermediate container 7f1c50649eda [2020-12-16T22:50:34.340Z] ---> 750bb844d8ff [2020-12-16T22:50:34.340Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T22:50:34.340Z] ---> Running in 611470d55fa5 [2020-12-16T22:50:34.340Z] Removing intermediate container 611470d55fa5 [2020-12-16T22:50:34.340Z] ---> 9b092b79cb22 [2020-12-16T22:50:34.340Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T22:50:35.324Z] latest: Pulling from library/docker [2020-12-16T22:50:35.325Z] 05e7bc50f07f: Pulling fs layer [2020-12-16T22:50:35.325Z] 6db28d0fdbf6: Pulling fs layer [2020-12-16T22:50:35.325Z] 292df0bc6bf3: Pulling fs layer [2020-12-16T22:50:35.325Z] a3104fdc50d0: Pulling fs layer [2020-12-16T22:50:35.325Z] a8e67d69e12c: Pulling fs layer [2020-12-16T22:50:35.325Z] 1ede2b221ee4: Pulling fs layer [2020-12-16T22:50:35.325Z] fc74c0d5b799: Pulling fs layer [2020-12-16T22:50:35.325Z] a8e67d69e12c: Waiting [2020-12-16T22:50:35.325Z] 1ede2b221ee4: Waiting [2020-12-16T22:50:35.325Z] fc74c0d5b799: Waiting [2020-12-16T22:50:35.325Z] a3104fdc50d0: Waiting [2020-12-16T22:50:35.325Z] 292df0bc6bf3: Download complete [2020-12-16T22:50:35.613Z] 05e7bc50f07f: Download complete [2020-12-16T22:50:35.613Z] 6db28d0fdbf6: Verifying Checksum [2020-12-16T22:50:35.613Z] 6db28d0fdbf6: Download complete [2020-12-16T22:50:35.613Z] 1ede2b221ee4: Download complete [2020-12-16T22:50:35.613Z] a8e67d69e12c: Verifying Checksum [2020-12-16T22:50:35.613Z] a8e67d69e12c: Download complete [2020-12-16T22:50:35.918Z] fc74c0d5b799: Verifying Checksum [2020-12-16T22:50:35.918Z] fc74c0d5b799: Download complete [2020-12-16T22:50:36.273Z] 05e7bc50f07f: Pull complete [2020-12-16T22:50:36.937Z] 6db28d0fdbf6: Pull complete [2020-12-16T22:50:36.937Z] 292df0bc6bf3: Pull complete [2020-12-16T22:50:37.205Z] a3104fdc50d0: Verifying Checksum [2020-12-16T22:50:37.205Z] a3104fdc50d0: Download complete [2020-12-16T22:50:44.005Z] a3104fdc50d0: Pull complete [2020-12-16T22:50:44.005Z] a8e67d69e12c: Pull complete [2020-12-16T22:50:44.324Z] 1ede2b221ee4: Pull complete [2020-12-16T22:50:44.593Z] fc74c0d5b799: Pull complete [2020-12-16T22:50:44.593Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T22:50:44.593Z] Status: Downloaded newer image for docker:latest [2020-12-16T22:50:47.233Z] ---> fd3833c68a81 [2020-12-16T22:50:47.233Z] Step 6/7 : COPY go.mod . [2020-12-16T22:50:47.506Z] ---> 567c33b24bc8 [2020-12-16T22:50:47.506Z] Step 7/7 : RUN go mod download [2020-12-16T22:50:47.800Z] ---> Running in 15b8a3062b84 [2020-12-16T22:51:20.590Z] Removing intermediate container 15b8a3062b84 [2020-12-16T22:51:20.590Z] ---> 36da77542586 [2020-12-16T22:51:20.590Z] Successfully built 36da77542586 [2020-12-16T22:51:20.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:51:21.037Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T22:51:21.328Z] . [Pipeline] withDockerContainer [2020-12-16T22:51:21.573Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T22:51:21.786Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T22:51:23.663Z] $ docker top 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T22:51:25.141Z] + go version [2020-12-16T22:51:25.142Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-16T22:51:25.180Z] $ docker stop --time=1 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 [2020-12-16T22:51:26.988Z] $ docker rm -f 65fb47dedf8f3ef31866341a1091c2fd7eb889b39b9c01fe7a571b3967b39ff1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:51:28.143Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-16T22:51:28.144Z] . [Pipeline] withDockerContainer [2020-12-16T22:51:28.647Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T22:51:28.957Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T22:51:31.012Z] $ docker top f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T22:51:31.302Z] ========================================================= [2020-12-16T22:51:31.302Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T22:51:31.302Z] ========================================================= [Pipeline] sh [2020-12-16T22:51:32.046Z] + make test [2020-12-16T22:51:32.046Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T22:51:50.479Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T22:52:31.566Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T22:52:38.622Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T22:52:40.144Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16403 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T22:52:40.212Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [2020-12-16T22:52:40.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [Pipeline] checkout [2020-12-16T22:52:40.629Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T22:52:40.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T22:52:40.942Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T22:52:41.594Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T22:52:42.807Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T22:52:43.484Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T22:52:45.167Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T22:52:45.576Z] using credential edgex-jenkins-ssh [2020-12-16T22:52:45.640Z] Cloning the remote Git repository [2020-12-16T22:52:45.702Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T22:52:45.816Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-12-16T22:52:45.901Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T22:52:45.902Z] > git --version # timeout=10 [2020-12-16T22:52:45.927Z] > git --version # 'git version 2.17.1' [2020-12-16T22:52:45.929Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T22:52:46.007Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T22:52:46.807Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T22:52:46.807Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T22:52:46.807Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T22:52:52.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.209s coverage: 46.6% of statements [2020-12-16T22:52:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T22:52:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T22:52:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T22:52:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T22:52:52.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T22:52:58.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.1% of statements [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T22:52:58.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T22:52:58.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T22:52:58.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.184s coverage: 70.5% of statements [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T22:52:58.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.315s coverage: 83.7% of statements [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T22:52:58.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T22:53:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.920s coverage: 28.6% of statements [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T22:53:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.130s coverage: 100.0% of statements [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T22:53:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.062s coverage: 100.0% of statements [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T22:53:03.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.204s coverage: 86.7% of statements [2020-12-16T22:53:03.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T22:53:06.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.249s coverage: 97.5% of statements [2020-12-16T22:53:06.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T22:53:06.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.263s coverage: 78.3% of statements [2020-12-16T22:53:06.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T22:53:06.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T22:53:06.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T22:53:06.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T22:53:08.618Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.889s coverage: 93.8% of statements [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T22:53:08.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T22:53:08.618Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T22:53:08.618Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.104s coverage: 100.0% of statements [2020-12-16T22:53:08.618Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T22:53:09.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2020-12-16T22:53:09.661Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T22:53:09.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2020-12-16T22:53:10.299Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.168s coverage: 87.2% of statements [2020-12-16T22:53:10.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.079s coverage: 84.2% of statements [2020-12-16T22:53:12.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.120s coverage: 91.4% of statements [2020-12-16T22:53:12.050Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T22:53:13.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.603s coverage: 63.5% of statements [2020-12-16T22:53:13.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T22:53:13.636Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T22:53:13.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.065s coverage: 100.0% of statements [2020-12-16T22:53:13.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.076s coverage: 91.3% of statements [2020-12-16T22:53:13.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements [2020-12-16T22:53:14.007Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T22:53:14.224Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.144s coverage: 73.7% of statements [2020-12-16T22:53:13.150Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T22:53:13.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T22:53:13.203Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T22:53:13.243Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T22:53:13.244Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T22:53:13.257Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T22:53:14.031Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T22:53:14.049Z] > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 [2020-12-16T22:53:14.516Z] Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T22:53:14.516Z] Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) [2020-12-16T22:53:15.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.169s coverage: 100.0% of statements [2020-12-16T22:53:14.423Z] > git remote # timeout=10 [2020-12-16T22:53:14.444Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T22:53:14.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T22:53:14.472Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T22:53:14.497Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T22:53:14.525Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T22:53:14.537Z] > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 [2020-12-16T22:53:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.850s coverage: 55.9% of statements [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T22:53:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.245s coverage: 37.0% of statements [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T22:53:18.192Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T22:53:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.662s coverage: 84.0% of statements [2020-12-16T22:53:18.192Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements [2020-12-16T22:53:19.010Z] Commit message: "build(snap): Update CI patch file for snapcraft.yaml" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-16T22:53:20.610Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-16T22:53:21.037Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-16T22:53:21.465Z] + sudo service docker+ restart [2020-12-16T22:53:21.465Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-16T22:53:23.521Z] provisioning config files... [2020-12-16T22:53:23.567Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/13@tmp/config980158103069089781tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-16T22:53:23.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.1% of statements [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T22:53:23.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.062s coverage: 100.0% of statements [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T22:53:23.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T22:53:23.863Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements [2020-12-16T22:53:23.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T22:53:23.985Z] ---> docker-login.sh [2020-12-16T22:53:23.985Z] nexus3.edgexfoundry.org:10001 [2020-12-16T22:53:24.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:53:25.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:53:25.188Z] Configure a credential helper to remove this warning. See [2020-12-16T22:53:25.188Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:53:25.188Z] [2020-12-16T22:53:25.188Z] Login Succeeded [2020-12-16T22:53:25.188Z] nexus3.edgexfoundry.org:10002 [2020-12-16T22:53:25.459Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:53:25.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:53:25.730Z] Configure a credential helper to remove this warning. See [2020-12-16T22:53:25.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:53:25.730Z] [2020-12-16T22:53:25.730Z] Login Succeeded [2020-12-16T22:53:25.730Z] nexus3.edgexfoundry.org:10003 [2020-12-16T22:53:25.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.236s coverage: 29.1% of statements [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T22:53:25.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.259s coverage: 99.0% of statements [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T22:53:25.897Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T22:53:25.897Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T22:53:25.897Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.090s coverage: 100.0% of statements [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T22:53:25.897Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T22:53:26.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:53:26.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:53:26.278Z] Configure a credential helper to remove this warning. See [2020-12-16T22:53:26.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:53:26.278Z] [2020-12-16T22:53:26.278Z] Login Succeeded [2020-12-16T22:53:26.278Z] nexus3.edgexfoundry.org:10004 [2020-12-16T22:53:26.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:53:26.552Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:53:26.552Z] Configure a credential helper to remove this warning. See [2020-12-16T22:53:26.552Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:53:26.552Z] [2020-12-16T22:53:26.552Z] Login Succeeded [2020-12-16T22:53:26.552Z] docker.io [2020-12-16T22:53:26.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.062s coverage: 87.9% of statements [2020-12-16T22:53:26.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T22:53:26.896Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T22:53:26.896Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2020-12-16T22:53:27.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-16T22:53:27.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2020-12-16T22:53:27.177Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.047s coverage: 100.0% of statements [2020-12-16T22:53:27.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-16T22:53:27.427Z] Configure a credential helper to remove this warning. See [2020-12-16T22:53:27.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-16T22:53:27.427Z] [2020-12-16T22:53:27.427Z] Login Succeeded [2020-12-16T22:53:27.427Z] ---> docker-login.sh ends [Pipeline] } [2020-12-16T22:53:27.445Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-12-16T22:53:27.786Z] GO111MODULE=on go vet ./... [Pipeline] echo [2020-12-16T22:53:27.970Z] ========================================================= [2020-12-16T22:53:27.970Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-16T22:53:27.970Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:53:28.368Z] + 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 . [2020-12-16T22:53:31.042Z] Sending build context to Docker daemon 165.6MB [2020-12-16T22:53:31.042Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-16T22:53:31.042Z] Step 2/7 : FROM ${BASE} [2020-12-16T22:53:31.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-16T22:53:31.042Z] 5f621e34cdf4: Pulling fs layer [2020-12-16T22:53:31.042Z] a4357932f1b6: Pulling fs layer [2020-12-16T22:53:31.042Z] 18c013af1878: Pulling fs layer [2020-12-16T22:53:31.042Z] 00ac8860ef70: Pulling fs layer [2020-12-16T22:53:31.042Z] 63d7cb157983: Pulling fs layer [2020-12-16T22:53:31.042Z] b116817d02f9: Pulling fs layer [2020-12-16T22:53:31.042Z] 745a02a5169b: Pulling fs layer [2020-12-16T22:53:31.042Z] 00ac8860ef70: Waiting [2020-12-16T22:53:31.042Z] 63d7cb157983: Waiting [2020-12-16T22:53:31.042Z] b116817d02f9: Waiting [2020-12-16T22:53:31.042Z] 745a02a5169b: Waiting [2020-12-16T22:53:31.042Z] 18c013af1878: Verifying Checksum [2020-12-16T22:53:31.042Z] 18c013af1878: Download complete [2020-12-16T22:53:31.042Z] a4357932f1b6: Verifying Checksum [2020-12-16T22:53:31.042Z] a4357932f1b6: Download complete [2020-12-16T22:53:31.042Z] 63d7cb157983: Download complete [2020-12-16T22:53:31.042Z] b116817d02f9: Verifying Checksum [2020-12-16T22:53:31.042Z] b116817d02f9: Download complete [2020-12-16T22:53:31.042Z] 5f621e34cdf4: Verifying Checksum [2020-12-16T22:53:31.042Z] 5f621e34cdf4: Download complete [2020-12-16T22:53:31.662Z] 5f621e34cdf4: Pull complete [2020-12-16T22:53:32.267Z] a4357932f1b6: Pull complete [2020-12-16T22:53:32.545Z] 18c013af1878: Pull complete [2020-12-16T22:53:33.983Z] 745a02a5169b: Verifying Checksum [2020-12-16T22:53:33.983Z] 745a02a5169b: Download complete [2020-12-16T22:53:34.969Z] 00ac8860ef70: Verifying Checksum [2020-12-16T22:53:34.969Z] 00ac8860ef70: Download complete [2020-12-16T22:53:45.100Z] 00ac8860ef70: Pull complete [2020-12-16T22:53:45.100Z] 63d7cb157983: Pull complete [2020-12-16T22:53:45.100Z] b116817d02f9: Pull complete [2020-12-16T22:53:48.505Z] 745a02a5169b: Pull complete [2020-12-16T22:53:48.505Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-16T22:53:48.505Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-16T22:53:48.505Z] ---> b7e6874047d6 [2020-12-16T22:53:48.505Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-16T22:53:51.895Z] ---> Running in 3e85ac44449a [2020-12-16T22:53:52.874Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T22:53:53.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T22:53:54.828Z] (1/12) Installing libmagic (5.38-r0) [2020-12-16T22:53:54.828Z] (2/12) Installing file (5.38-r0) [2020-12-16T22:53:54.828Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-16T22:53:55.099Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-16T22:53:59.381Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-16T22:53:59.381Z] (6/12) Installing patch (2.7.6-r6) [2020-12-16T22:53:59.381Z] (7/12) Installing build-base (0.5-r2) [2020-12-16T22:53:59.381Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-16T22:53:59.381Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-16T22:53:59.381Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-16T22:53:59.381Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-16T22:53:59.381Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-16T22:53:59.381Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T22:53:59.654Z] OK: 217 MiB in 51 packages [2020-12-16T22:54:03.957Z] Removing intermediate container 3e85ac44449a [2020-12-16T22:54:03.957Z] ---> 485ef9a4a5dc [2020-12-16T22:54:03.957Z] Step 4/7 : WORKDIR /edgex-go [2020-12-16T22:54:03.957Z] ---> Running in 11c00450a525 [2020-12-16T22:54:03.957Z] Removing intermediate container 11c00450a525 [2020-12-16T22:54:03.957Z] ---> df3b366ef155 [2020-12-16T22:54:03.957Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-16T22:54:04.548Z] latest: Pulling from library/docker [2020-12-16T22:54:04.820Z] a3cc7d3b244e: Pulling fs layer [2020-12-16T22:54:04.820Z] 02a3295e0d61: Pulling fs layer [2020-12-16T22:54:04.820Z] 0f4f2e6d8100: Pulling fs layer [2020-12-16T22:54:04.820Z] 065c9533d613: Pulling fs layer [2020-12-16T22:54:04.820Z] 9fce0df16b8b: Pulling fs layer [2020-12-16T22:54:04.820Z] e3faa53604c1: Pulling fs layer [2020-12-16T22:54:04.820Z] 04b5adaa2053: Pulling fs layer [2020-12-16T22:54:04.820Z] 9fce0df16b8b: Waiting [2020-12-16T22:54:04.820Z] e3faa53604c1: Waiting [2020-12-16T22:54:04.820Z] 04b5adaa2053: Waiting [2020-12-16T22:54:04.820Z] 065c9533d613: Waiting [2020-12-16T22:54:04.820Z] 0f4f2e6d8100: Verifying Checksum [2020-12-16T22:54:04.820Z] 0f4f2e6d8100: Download complete [2020-12-16T22:54:05.094Z] a3cc7d3b244e: Verifying Checksum [2020-12-16T22:54:05.094Z] a3cc7d3b244e: Download complete [2020-12-16T22:54:05.094Z] 9fce0df16b8b: Verifying Checksum [2020-12-16T22:54:05.094Z] 9fce0df16b8b: Download complete [2020-12-16T22:54:05.094Z] 02a3295e0d61: Verifying Checksum [2020-12-16T22:54:05.094Z] 02a3295e0d61: Download complete [2020-12-16T22:54:05.370Z] e3faa53604c1: Verifying Checksum [2020-12-16T22:54:05.370Z] e3faa53604c1: Download complete [2020-12-16T22:54:05.370Z] 04b5adaa2053: Verifying Checksum [2020-12-16T22:54:05.370Z] 04b5adaa2053: Download complete [2020-12-16T22:54:05.649Z] a3cc7d3b244e: Pull complete [2020-12-16T22:54:06.632Z] 02a3295e0d61: Pull complete [2020-12-16T22:54:06.632Z] 065c9533d613: Verifying Checksum [2020-12-16T22:54:06.632Z] 065c9533d613: Download complete [2020-12-16T22:54:06.632Z] 0f4f2e6d8100: Pull complete [2020-12-16T22:54:10.038Z] 065c9533d613: Pull complete [2020-12-16T22:54:10.309Z] 9fce0df16b8b: Pull complete [2020-12-16T22:54:10.583Z] e3faa53604c1: Pull complete [2020-12-16T22:54:10.867Z] 04b5adaa2053: Pull complete [2020-12-16T22:54:10.867Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-16T22:54:10.867Z] Status: Downloaded newer image for docker:latest [2020-12-16T22:54:14.253Z] ---> e21384ccb3d6 [2020-12-16T22:54:14.253Z] Step 6/7 : COPY go.mod . [2020-12-16T22:54:14.849Z] ---> 7221243278e1 [2020-12-16T22:54:14.849Z] Step 7/7 : RUN go mod download [2020-12-16T22:54:15.124Z] ---> Running in 9ce337119c6c [2020-12-16T22:54:36.878Z] gofmt -l . [2020-12-16T22:54:36.878Z] [ "`gofmt -l .`" = "" ] [2020-12-16T22:54:36.878Z] ./bin/test-go-mod-tidy.sh [2020-12-16T22:54:36.878Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T22:54:37.737Z] + ls -al . [2020-12-16T22:54:37.737Z] total 632 [2020-12-16T22:54:37.737Z] drwxrwxr-x 10 1001 1001 4096 Dec 16 22:54 . [2020-12-16T22:54:37.737Z] drwxr-xr-x 4 root root 30 Dec 16 22:51 .. [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 22:48 .dockerignore [2020-12-16T22:54:37.737Z] drwxrwxr-x 8 1001 1001 179 Dec 16 22:48 .git [2020-12-16T22:54:37.737Z] drwxrwxr-x 3 1001 1001 125 Dec 16 22:48 .github [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 22:48 .gitignore [2020-12-16T22:54:37.737Z] drwx------ 3 1001 1001 47 Dec 16 22:49 .semver [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 22:48 .sonarcloud.properties [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 22:48 CONTRIBUTING.md [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 22:48 Dockerfile.build [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 22:48 Jenkinsfile [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 22:48 LICENSE [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 22:48 Makefile [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 22:48 README.md [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 22:48 SECURITY.md [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 22:49 VERSION [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 22:48 ZMQWindows.md [2020-12-16T22:54:37.737Z] drwxrwxr-x 2 1001 1001 117 Dec 16 22:48 bin [2020-12-16T22:54:37.737Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 22:48 cmd [2020-12-16T22:54:37.737Z] -rw-r--r-- 1 root root 535934 Dec 16 22:53 coverage.out [2020-12-16T22:54:37.737Z] -rw-r--r-- 1 root root 1041 Dec 16 22:54 go.mod [2020-12-16T22:54:37.737Z] -rw-r--r-- 1 root root 18856 Dec 16 22:54 go.sum [2020-12-16T22:54:37.737Z] drwxrwxr-x 8 1001 1001 127 Dec 16 22:48 internal [2020-12-16T22:54:37.737Z] drwxrwxr-x 4 1001 1001 26 Dec 16 22:48 openapi [2020-12-16T22:54:37.737Z] drwxrwxr-x 4 1001 1001 71 Dec 16 22:48 snap [2020-12-16T22:54:37.737Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 22:48 version.go [Pipeline] sh [2020-12-16T22:54:38.561Z] + '[' -e coverage.out ] [2020-12-16T22:54:38.561Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T22:54:39.223Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T22:54:40.073Z] + make build [2020-12-16T22:54:40.073Z] 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 [2020-12-16T22:54:41.904Z] Removing intermediate container 9ce337119c6c [2020-12-16T22:54:41.904Z] ---> 056f73952fcf [2020-12-16T22:54:41.904Z] Successfully built 056f73952fcf [2020-12-16T22:54:41.904Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:54:42.257Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T22:54:42.257Z] . [Pipeline] withDockerContainer [2020-12-16T22:54:42.532Z] prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container [2020-12-16T22:54:42.618Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T22:54:44.063Z] $ docker top 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T22:54:45.057Z] + go version [2020-12-16T22:54:45.057Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-16T22:54:45.083Z] $ docker stop --time=1 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 [2020-12-16T22:54:46.922Z] $ docker rm -f 5254e1eb619ba9a955ecc19af17415c4fd39babad1e204584c08d0a2549b8ad5 [Pipeline] // withDockerContainer [2020-12-16T22:54:47.204Z] 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 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:54:48.047Z] + docker inspect -f . ci-base-image-arm64 [2020-12-16T22:54:48.047Z] . [Pipeline] withDockerContainer [2020-12-16T22:54:48.283Z] prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container [2020-12-16T22:54:48.371Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-16T22:54:49.633Z] $ docker top a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-16T22:54:50.063Z] ========================================================= [2020-12-16T22:54:50.063Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-16T22:54:50.063Z] ========================================================= [Pipeline] sh [2020-12-16T22:54:50.716Z] + make test [2020-12-16T22:54:50.716Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-16T22:55:09.900Z] 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 [2020-12-16T22:55:09.900Z] 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 [2020-12-16T22:55:12.896Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-16T22:55:13.486Z] 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 [2020-12-16T22:55:14.490Z] 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 [2020-12-16T22:55:18.197Z] 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 [2020-12-16T22:55:21.744Z] 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 [2020-12-16T22:55:24.405Z] 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 [2020-12-16T22:55:28.885Z] 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 [2020-12-16T22:55:30.995Z] 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 [2020-12-16T22:55:33.628Z] 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] } [2020-12-16T22:55:37.266Z] $ docker stop --time=1 f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c [2020-12-16T22:55:39.509Z] $ docker rm -f f0facfcc6bb6d3c1779ff69336dab983aeea85e458970f5d5c5a75a3999b1f2c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:55:43.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T22:55:43.793Z] [2020-12-16T22:55:43.793Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:55:44.200Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T22:55:44.468Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-16T22:55:44.468Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-16T22:55:44.468Z] ca9280d653b3: Pulling fs layer [2020-12-16T22:55:44.468Z] 7e9c9ca2126c: Pulling fs layer [2020-12-16T22:55:45.081Z] cbdbe7a5bc2a: Download complete [2020-12-16T22:55:46.159Z] cbdbe7a5bc2a: Pull complete [2020-12-16T22:55:46.159Z] ca9280d653b3: Verifying Checksum [2020-12-16T22:55:46.159Z] ca9280d653b3: Download complete [2020-12-16T22:55:48.927Z] ca9280d653b3: Pull complete [2020-12-16T22:55:49.224Z] 7e9c9ca2126c: Download complete [2020-12-16T22:55:51.974Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-16T22:55:59.901Z] 7e9c9ca2126c: Pull complete [2020-12-16T22:55:59.902Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-16T22:55:59.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T22:55:59.902Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-16T22:56:00.253Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T22:56:00.376Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T22:56:03.409Z] $ docker top 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T22:56:04.207Z] + docker-compose build --help [2020-12-16T22:56:04.207Z] + grep parallel [2020-12-16T22:56:05.676Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T22:56:05.704Z] $ docker stop --time=1 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 [2020-12-16T22:56:07.422Z] $ docker rm -f 20c2ccf6ec39573c0898ff2ef829daa631634b810a97bd19f9f5ca35e6f342a2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:56:08.361Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-16T22:56:08.361Z] . [Pipeline] withDockerContainer [2020-12-16T22:56:08.540Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T22:56:08.655Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T22:56:10.492Z] $ docker top be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T22:56:11.288Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T22:56:12.714Z] Building docker-core-command-go ... [2020-12-16T22:56:12.714Z] Building docker-core-data-go ... [2020-12-16T22:56:12.715Z] Building docker-core-metadata-go ... [2020-12-16T22:56:12.715Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T22:56:12.715Z] Building docker-security-proxy-setup-go ... [2020-12-16T22:56:12.715Z] Building docker-security-secretstore-setup-go ... [2020-12-16T22:56:12.715Z] Building docker-support-notifications-go ... [2020-12-16T22:56:12.715Z] Building docker-support-scheduler-go ... [2020-12-16T22:56:12.715Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T22:56:12.715Z] Building docker-sys-mgmt-agent-go [2020-12-16T22:56:12.715Z] Building docker-support-notifications-go [2020-12-16T22:56:12.715Z] Building docker-core-command-go [2020-12-16T22:56:12.715Z] Building docker-security-secretstore-setup-go [2020-12-16T22:56:12.715Z] Building docker-security-bootstrap-redis-go [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-16T22:56:18.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-16T22:56:19.563Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-16T22:56:19.563Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-16T22:56:19.563Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-16T22:56:26.301Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.225s coverage: 46.6% of statements [2020-12-16T22:56:26.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-16T22:56:26.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-16T22:56:26.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-16T22:56:26.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-16T22:56:26.301Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-16T22:56:34.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.453s coverage: 27.1% of statements [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-16T22:56:34.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-16T22:56:34.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-16T22:56:34.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.208s coverage: 70.5% of statements [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-16T22:56:34.602Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.310s coverage: 83.7% of statements [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-16T22:56:34.602Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-16T22:56:41.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.165s coverage: 28.6% of statements [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-16T22:56:41.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.182s coverage: 100.0% of statements [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-16T22:56:41.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-16T22:56:41.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.306s coverage: 86.7% of statements [2020-12-16T22:56:41.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-16T22:56:41.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.325s coverage: 97.5% of statements [2020-12-16T22:56:41.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-16T22:56:41.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.153s coverage: 78.3% of statements [2020-12-16T22:56:41.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-16T22:56:41.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-16T22:56:41.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-16T22:56:41.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.976s coverage: 93.8% of statements [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.097s coverage: 75.5% of statements [2020-12-16T22:56:50.250Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.077s coverage: 80.8% of statements [2020-12-16T22:56:50.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.152s coverage: 87.2% of statements [2020-12-16T22:56:50.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2020-12-16T22:56:53.494Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.189s coverage: 91.4% of statements [2020-12-16T22:56:53.495Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-16T22:56:54.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.580s coverage: 63.5% of statements [2020-12-16T22:56:54.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-16T22:56:54.943Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-16T22:56:54.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.081s coverage: 100.0% of statements [2020-12-16T22:56:54.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2020-12-16T22:56:55.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2020-12-16T22:56:56.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements [2020-12-16T22:56:56.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2020-12-16T22:57:00.814Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.998s coverage: 55.9% of statements [2020-12-16T22:57:00.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-16T22:57:00.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-16T22:57:00.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-16T22:57:00.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-16T22:57:00.814Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-16T22:57:02.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.366s coverage: 37.0% of statements [2020-12-16T22:57:02.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-16T22:57:02.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-16T22:57:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.615s coverage: 84.0% of statements [2020-12-16T22:57:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2020-12-16T22:57:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.386s coverage: 47.1% of statements [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-16T22:57:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-16T22:57:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.114s coverage: 100.0% of statements [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-16T22:57:09.578Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.149s coverage: 100.0% of statements [2020-12-16T22:57:09.578Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-16T22:57:09.815Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T22:57:09.815Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T22:57:09.815Z] ---> 36da77542586 [2020-12-16T22:57:09.815Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T22:57:09.815Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T22:57:09.815Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T22:57:09.815Z] ---> 36da77542586 [2020-12-16T22:57:09.815Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T22:57:09.815Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T22:57:09.815Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T22:57:09.815Z] ---> 36da77542586 [2020-12-16T22:57:09.815Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T22:57:10.099Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T22:57:10.099Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T22:57:10.099Z] ---> 36da77542586 [2020-12-16T22:57:10.099Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T22:57:10.696Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T22:57:10.696Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T22:57:10.696Z] ---> 36da77542586 [2020-12-16T22:57:10.696Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T22:57:11.022Z] ---> Running in e470d100eff6 [2020-12-16T22:57:11.022Z] ---> Running in 562517aaaf97 [2020-12-16T22:57:11.022Z] ---> Running in 95ab7e7bc12b [2020-12-16T22:57:11.022Z] ---> Running in 3978338a5c65 [2020-12-16T22:57:11.022Z] ---> Running in 9a9a8ad0dc1c [2020-12-16T22:57:11.635Z] Removing intermediate container 9a9a8ad0dc1c [2020-12-16T22:57:11.635Z] ---> 9d151cd631e6 [2020-12-16T22:57:11.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T22:57:11.635Z] Removing intermediate container 95ab7e7bc12b [2020-12-16T22:57:11.635Z] ---> 17481b0f9277 [2020-12-16T22:57:11.635Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T22:57:11.635Z] Removing intermediate container e470d100eff6 [2020-12-16T22:57:11.635Z] ---> 70fa516bc5d9 [2020-12-16T22:57:11.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T22:57:11.635Z] Removing intermediate container 3978338a5c65 [2020-12-16T22:57:11.635Z] ---> f7f9b663e9ae [2020-12-16T22:57:11.635Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T22:57:11.635Z] ---> Running in 516af711424d [2020-12-16T22:57:11.635Z] Removing intermediate container 562517aaaf97 [2020-12-16T22:57:11.635Z] ---> cbadddce2877 [2020-12-16T22:57:11.635Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T22:57:11.907Z] ---> Running in ed2658a1ca69 [2020-12-16T22:57:11.907Z] ---> Running in 18b94d93ebd2 [2020-12-16T22:57:11.907Z] ---> Running in 12bd2cefe2fa [2020-12-16T22:57:11.907Z] ---> Running in 269c1e84e169 [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.928s coverage: 29.1% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.180s coverage: 99.0% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.105s coverage: 100.0% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.052s coverage: 0.0% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.099s coverage: 87.9% of statements [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-16T22:57:13.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-16T22:57:13.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.076s coverage: 100.0% of statements [2020-12-16T22:57:15.466Z] Removing intermediate container ed2658a1ca69 [2020-12-16T22:57:15.466Z] ---> 19b8453a3570 [2020-12-16T22:57:15.466Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T22:57:15.779Z] Removing intermediate container 516af711424d [2020-12-16T22:57:15.779Z] ---> 999b5c17b09c [2020-12-16T22:57:15.779Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T22:57:15.779Z] Removing intermediate container 269c1e84e169 [2020-12-16T22:57:15.779Z] ---> 96b804c76088 [2020-12-16T22:57:15.779Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T22:57:15.779Z] ---> Running in b5c08c1e611b [2020-12-16T22:57:15.881Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2020-12-16T22:57:16.065Z] ---> Running in 4fc02b71bba6 [2020-12-16T22:57:16.065Z] ---> Running in 999f2c6567e0 [2020-12-16T22:57:16.065Z] Removing intermediate container 18b94d93ebd2 [2020-12-16T22:57:16.065Z] ---> b4fba0f84fa9 [2020-12-16T22:57:16.065Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T22:57:16.065Z] Removing intermediate container 12bd2cefe2fa [2020-12-16T22:57:16.065Z] ---> aeac82995987 [2020-12-16T22:57:16.065Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T22:57:16.065Z] ---> Running in 3e20df13a831 [2020-12-16T22:57:16.351Z] ---> Running in afcbab703246 [2020-12-16T22:57:16.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-16T22:57:17.068Z] GO111MODULE=on go vet ./... [2020-12-16T22:57:17.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:17.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:17.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:17.933Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:18.215Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:18.486Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:18.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:19.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:57:19.352Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T22:57:19.352Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T22:57:19.352Z] OK: 12750 distinct packages available [2020-12-16T22:57:19.352Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T22:57:19.352Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T22:57:19.352Z] OK: 12750 distinct packages available [2020-12-16T22:57:19.679Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T22:57:19.679Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T22:57:19.679Z] OK: 12750 distinct packages available [2020-12-16T22:57:19.679Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T22:57:19.679Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T22:57:19.679Z] OK: 12750 distinct packages available [2020-12-16T22:57:20.004Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T22:57:20.004Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T22:57:20.004Z] OK: 12750 distinct packages available [2020-12-16T22:57:20.004Z] OK: 233 MiB in 51 packages [2020-12-16T22:57:20.004Z] OK: 233 MiB in 51 packages [2020-12-16T22:57:20.004Z] OK: 233 MiB in 51 packages [2020-12-16T22:57:20.300Z] OK: 233 MiB in 51 packages [2020-12-16T22:57:20.300Z] OK: 233 MiB in 51 packages [2020-12-16T22:57:22.444Z] Removing intermediate container b5c08c1e611b [2020-12-16T22:57:22.444Z] ---> b9b66169d9bb [2020-12-16T22:57:22.444Z] Step 6/22 : COPY go.mod . [2020-12-16T22:57:22.444Z] Removing intermediate container 4fc02b71bba6 [2020-12-16T22:57:22.444Z] ---> f1ae8cadcdda [2020-12-16T22:57:22.444Z] Step 6/24 : COPY go.mod . [2020-12-16T22:57:22.444Z] Removing intermediate container afcbab703246 [2020-12-16T22:57:22.444Z] ---> 3fd7d85c3ce4 [2020-12-16T22:57:22.444Z] Step 6/27 : COPY go.mod . [2020-12-16T22:57:22.737Z] Removing intermediate container 3e20df13a831 [2020-12-16T22:57:22.737Z] ---> e1df896f9db3 [2020-12-16T22:57:22.737Z] Step 6/22 : COPY go.mod . [2020-12-16T22:57:23.057Z] Removing intermediate container 999f2c6567e0 [2020-12-16T22:57:23.057Z] ---> efe5eb515796 [2020-12-16T22:57:23.057Z] Step 6/24 : COPY go.mod . [2020-12-16T22:57:23.057Z] ---> e4863d01ed7f [2020-12-16T22:57:23.057Z] Step 7/22 : RUN go mod download [2020-12-16T22:57:23.057Z] ---> e3f80ac23282 [2020-12-16T22:57:23.057Z] Step 7/27 : RUN go mod download [2020-12-16T22:57:23.057Z] ---> 030f3e750d62 [2020-12-16T22:57:23.057Z] Step 7/24 : RUN go mod download [2020-12-16T22:57:23.340Z] ---> Running in c69173c2c12b [2020-12-16T22:57:23.340Z] ---> Running in 10b108c28ad9 [2020-12-16T22:57:23.340Z] ---> Running in c953c98ed77f [2020-12-16T22:57:23.608Z] ---> 478014609507 [2020-12-16T22:57:23.608Z] Step 7/22 : RUN go mod download [2020-12-16T22:57:23.608Z] ---> 136d7f9fd438 [2020-12-16T22:57:23.608Z] Step 7/24 : RUN go mod download [2020-12-16T22:57:23.887Z] ---> Running in ccc12c417a5f [2020-12-16T22:57:23.887Z] ---> Running in 0866fae31212 [2020-12-16T22:57:28.607Z] Removing intermediate container c953c98ed77f [2020-12-16T22:57:28.607Z] ---> 82b4bb10d05d [2020-12-16T22:57:28.607Z] Step 8/24 : COPY . . [2020-12-16T22:57:28.902Z] Removing intermediate container ccc12c417a5f [2020-12-16T22:57:28.902Z] ---> dd293fd0468b [2020-12-16T22:57:28.902Z] Step 8/22 : COPY . . [2020-12-16T22:57:29.531Z] Removing intermediate container c69173c2c12b [2020-12-16T22:57:29.531Z] ---> 4da971e1c518 [2020-12-16T22:57:29.531Z] Step 8/22 : COPY . . [2020-12-16T22:57:29.531Z] Removing intermediate container 10b108c28ad9 [2020-12-16T22:57:29.531Z] ---> bc6e80c2cf13 [2020-12-16T22:57:29.531Z] Step 8/27 : COPY . . [2020-12-16T22:57:29.844Z] Removing intermediate container 0866fae31212 [2020-12-16T22:57:29.844Z] ---> c2de4260f86a [2020-12-16T22:57:29.844Z] Step 8/24 : COPY . . [2020-12-16T22:58:25.110Z] gofmt -l . [2020-12-16T22:58:25.110Z] [ "`gofmt -l .`" = "" ] [2020-12-16T22:58:27.079Z] ./bin/test-go-mod-tidy.sh [2020-12-16T22:58:28.057Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-16T22:58:33.031Z] + ls -al . [2020-12-16T22:58:33.031Z] total 660 [2020-12-16T22:58:33.031Z] drwxrwxr-x 9 1001 1001 4096 Dec 16 22:58 . [2020-12-16T22:58:33.031Z] drwxr-xr-x 4 root root 4096 Dec 16 22:54 .. [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 11 Dec 16 22:53 .dockerignore [2020-12-16T22:58:33.031Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 22:53 .git [2020-12-16T22:58:33.031Z] drwxrwxr-x 3 1001 1001 4096 Dec 16 22:53 .github [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 848 Dec 16 22:53 .gitignore [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 166 Dec 16 22:53 .sonarcloud.properties [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 3804 Dec 16 22:53 CONTRIBUTING.md [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 1035 Dec 16 22:53 Dockerfile.build [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 863 Dec 16 22:53 Jenkinsfile [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 10775 Dec 16 22:53 LICENSE [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 5750 Dec 16 22:53 Makefile [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 6596 Dec 16 22:53 README.md [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 6744 Dec 16 22:53 SECURITY.md [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 5 Dec 16 22:49 VERSION [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 4131 Dec 16 22:53 ZMQWindows.md [2020-12-16T22:58:33.031Z] drwxrwxr-x 2 1001 1001 4096 Dec 16 22:53 bin [2020-12-16T22:58:33.031Z] drwxrwxr-x 14 1001 1001 4096 Dec 16 22:53 cmd [2020-12-16T22:58:33.031Z] -rw-r--r-- 1 root root 535934 Dec 16 22:57 coverage.out [2020-12-16T22:58:33.031Z] -rw-r--r-- 1 root root 1041 Dec 16 22:58 go.mod [2020-12-16T22:58:33.031Z] -rw-r--r-- 1 root root 18856 Dec 16 22:58 go.sum [2020-12-16T22:58:33.031Z] drwxrwxr-x 8 1001 1001 4096 Dec 16 22:53 internal [2020-12-16T22:58:33.031Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 22:53 openapi [2020-12-16T22:58:33.031Z] drwxrwxr-x 4 1001 1001 4096 Dec 16 22:53 snap [2020-12-16T22:58:33.031Z] -rw-rw-r-- 1 1001 1001 168 Dec 16 22:53 version.go [Pipeline] sh [2020-12-16T22:58:33.685Z] + '[' -e coverage.out ] [2020-12-16T22:58:33.685Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-16T22:58:33.763Z] Warning: overwriting stash ‘coverage-report’ [2020-12-16T22:58:34.833Z] Stashed 1 file(s) [Pipeline] sh [2020-12-16T22:58:35.566Z] + make build [2020-12-16T22:58:35.566Z] 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 [2020-12-16T22:58:38.484Z] ---> 358f55cf1ab8 [2020-12-16T22:58:38.484Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T22:58:38.484Z] ---> Running in 8a21845ee3d9 [2020-12-16T22:58:38.484Z] ---> 81a12acf3273 [2020-12-16T22:58:38.484Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T22:58:38.484Z] ---> 9946fb6a2450 [2020-12-16T22:58:38.484Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T22:58:38.484Z] ---> 9e8c6af54956 [2020-12-16T22:58:38.484Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T22:58:38.484Z] ---> 2ed94229cc65 [2020-12-16T22:58:38.484Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T22:58:38.484Z] ---> Running in bd431dbe87be [2020-12-16T22:58:38.484Z] ---> Running in f53d88778c61 [2020-12-16T22:58:38.484Z] ---> Running in 6955ef5dbb55 [2020-12-16T22:58:38.484Z] ---> Running in b1aa5035e76d [2020-12-16T22:58:38.484Z] 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 [2020-12-16T22:58:38.484Z] 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 [2020-12-16T22:58:38.484Z] 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 [2020-12-16T22:58:38.484Z] 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 [2020-12-16T22:58:38.484Z] 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 [2020-12-16T22:58:47.993Z] 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 [2020-12-16T22:59:10.199Z] 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 [2020-12-16T22:59:14.496Z] 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 [2020-12-16T22:59:18.286Z] 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 [2020-12-16T22:59:21.234Z] 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 [2020-12-16T22:59:22.215Z] 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 [2020-12-16T22:59:23.853Z] Removing intermediate container b1aa5035e76d [2020-12-16T22:59:23.853Z] ---> 02f7aff3011b [2020-12-16T22:59:23.853Z] [2020-12-16T22:59:23.853Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T22:59:23.853Z] 3.10: Pulling from library/alpine [2020-12-16T22:59:24.642Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T22:59:24.642Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T22:59:24.642Z] ---> be4e4bea2c2e [2020-12-16T22:59:24.642Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T22:59:26.266Z] ---> Running in 46ee7eb27713 [2020-12-16T22:59:26.266Z] Removing intermediate container 6955ef5dbb55 [2020-12-16T22:59:26.266Z] ---> b1f96105efc1 [2020-12-16T22:59:26.266Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T22:59:26.266Z] ---> Running in a3b228f73f47 [2020-12-16T22:59:26.545Z] 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 [2020-12-16T22:59:27.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:27.822Z] 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 [2020-12-16T22:59:28.094Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:28.375Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T22:59:28.375Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T22:59:28.375Z] OK: 10350 distinct packages available [2020-12-16T22:59:28.376Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T22:59:28.649Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T22:59:28.649Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T22:59:28.649Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T22:59:28.649Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T22:59:28.649Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T22:59:28.649Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T22:59:28.649Z] OK: 7 MiB in 19 packages [2020-12-16T22:59:31.957Z] 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 [2020-12-16T22:59:33.004Z] Removing intermediate container f53d88778c61 [2020-12-16T22:59:33.004Z] ---> 5559df86686e [2020-12-16T22:59:33.004Z] [2020-12-16T22:59:33.004Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T22:59:33.004Z] ---> be4e4bea2c2e [2020-12-16T22:59:33.004Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T22:59:33.618Z] ---> Running in 1789c10cbe5b [2020-12-16T22:59:33.618Z] Removing intermediate container bd431dbe87be [2020-12-16T22:59:33.618Z] ---> 9b92f386a346 [2020-12-16T22:59:33.618Z] [2020-12-16T22:59:33.618Z] Step 10/24 : FROM scratch [2020-12-16T22:59:33.618Z] ---> [2020-12-16T22:59:33.618Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T22:59:33.903Z] Removing intermediate container 8a21845ee3d9 [2020-12-16T22:59:33.903Z] ---> 6e0ab04c211b [2020-12-16T22:59:33.903Z] [2020-12-16T22:59:33.903Z] Step 10/22 : FROM scratch [2020-12-16T22:59:33.903Z] ---> [2020-12-16T22:59:33.903Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T22:59:34.204Z] ---> Running in 65cc9bd8eff6 [2020-12-16T22:59:34.204Z] ---> Running in d400b842ddf1 [2020-12-16T22:59:34.493Z] Removing intermediate container a3b228f73f47 [2020-12-16T22:59:34.493Z] ---> 8d8731078219 [2020-12-16T22:59:34.493Z] [2020-12-16T22:59:34.493Z] Step 11/27 : FROM docker:latest [2020-12-16T22:59:34.493Z] ---> 0c995d0d3006 [2020-12-16T22:59:34.493Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T22:59:34.493Z] Removing intermediate container 46ee7eb27713 [2020-12-16T22:59:34.493Z] ---> 94f658071570 [2020-12-16T22:59:34.493Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T22:59:34.807Z] ---> Running in 53af64bfb89b [2020-12-16T22:59:34.807Z] ---> Running in 9b809dfb6c39 [2020-12-16T22:59:34.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:34.807Z] Removing intermediate container d400b842ddf1 [2020-12-16T22:59:34.807Z] ---> 7fd4971a3340 [2020-12-16T22:59:34.807Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T22:59:34.807Z] Removing intermediate container 65cc9bd8eff6 [2020-12-16T22:59:34.807Z] ---> 146d5ce6475a [2020-12-16T22:59:34.807Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T22:59:35.143Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:35.143Z] ---> Running in 09645f33f97d [2020-12-16T22:59:35.143Z] ---> Running in 094230c81cd9 [2020-12-16T22:59:35.143Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T22:59:35.143Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T22:59:35.143Z] OK: 10350 distinct packages available [2020-12-16T22:59:35.352Z] 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 [2020-12-16T22:59:35.506Z] Removing intermediate container 53af64bfb89b [2020-12-16T22:59:35.506Z] ---> 24a7cb03c269 [2020-12-16T22:59:35.506Z] Step 13/22 : WORKDIR / [2020-12-16T22:59:35.506Z] Removing intermediate container 09645f33f97d [2020-12-16T22:59:35.506Z] ---> 4ab7befcf349 [2020-12-16T22:59:35.506Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T22:59:35.506Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T22:59:35.870Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T22:59:35.870Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T22:59:35.870Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T22:59:35.870Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T22:59:35.870Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T22:59:35.870Z] ---> Running in 7475ad18f739 [2020-12-16T22:59:35.870Z] ---> Running in 9cc86d569a66 [2020-12-16T22:59:35.870Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T22:59:36.182Z] OK: 7 MiB in 19 packages [2020-12-16T22:59:36.182Z] Removing intermediate container 094230c81cd9 [2020-12-16T22:59:36.182Z] ---> 29e7af221b00 [2020-12-16T22:59:36.182Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T22:59:36.182Z] ---> Running in 9e991af51cb1 [2020-12-16T22:59:36.182Z] Removing intermediate container 7475ad18f739 [2020-12-16T22:59:36.182Z] ---> e6d12e3567dc [2020-12-16T22:59:36.182Z] Step 14/22 : WORKDIR / [2020-12-16T22:59:36.542Z] ---> Running in eddb0ff193b9 [2020-12-16T22:59:36.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:36.542Z] Removing intermediate container 9cc86d569a66 [2020-12-16T22:59:36.542Z] ---> cdf6c01e71ce [2020-12-16T22:59:36.542Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T22:59:36.849Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:36.849Z] Removing intermediate container 9e991af51cb1 [2020-12-16T22:59:36.849Z] ---> 8e135c9b8f8e [2020-12-16T22:59:36.849Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T22:59:37.150Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T22:59:37.150Z] Removing intermediate container eddb0ff193b9 [2020-12-16T22:59:37.150Z] ---> c8393fdb9896 [2020-12-16T22:59:37.150Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T22:59:37.150Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T22:59:37.150Z] Executing bash-5.0.17-r0.post-install [2020-12-16T22:59:37.520Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T22:59:37.520Z] OK: 12 MiB in 22 packages [2020-12-16T22:59:38.205Z] ---> 0d0ee5d05cc2 [2020-12-16T22:59:38.205Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T22:59:38.205Z] ---> 85c0a27ee5d0 [2020-12-16T22:59:38.205Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T22:59:38.205Z] ---> aa4782e3830b [2020-12-16T22:59:38.205Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T22:59:38.609Z] Removing intermediate container 1789c10cbe5b [2020-12-16T22:59:38.609Z] ---> 3fe7f3cf797b [2020-12-16T22:59:38.609Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T22:59:38.957Z] ---> Running in b9cd1536b355 [2020-12-16T22:59:39.267Z] Removing intermediate container 9b809dfb6c39 [2020-12-16T22:59:39.267Z] ---> a16f762f5fbe [2020-12-16T22:59:39.267Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T22:59:39.538Z] ---> Running in 9f1c3380eab1 [2020-12-16T22:59:39.688Z] 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 [2020-12-16T22:59:39.829Z] ---> ee5196e68997 [2020-12-16T22:59:39.829Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T22:59:39.829Z] Removing intermediate container b9cd1536b355 [2020-12-16T22:59:39.829Z] ---> 06477f88e2d6 [2020-12-16T22:59:39.829Z] Step 13/24 : WORKDIR / [2020-12-16T22:59:40.107Z] ---> Running in 745fb88a8245 [2020-12-16T22:59:40.700Z] ---> e3f4e4d1c076 [2020-12-16T22:59:40.700Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T22:59:41.004Z] ---> 949671b89cd4 [2020-12-16T22:59:41.004Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T22:59:41.004Z] ---> 2af72a689ebb [2020-12-16T22:59:41.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T22:59:41.292Z] Removing intermediate container 745fb88a8245 [2020-12-16T22:59:41.292Z] ---> 4d10183b11c9 [2020-12-16T22:59:41.292Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T22:59:41.292Z] ---> 98b492867e3e [2020-12-16T22:59:41.292Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T22:59:41.577Z] ---> Running in 5d9fa8a3bfec [2020-12-16T22:59:41.858Z] ---> 334824533b11 [2020-12-16T22:59:41.858Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T22:59:42.145Z] ---> 07760cc76eca [2020-12-16T22:59:42.145Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T22:59:42.145Z] ---> Running in 9c8477f25c10 [2020-12-16T22:59:42.145Z] Removing intermediate container 5d9fa8a3bfec [2020-12-16T22:59:42.145Z] ---> 5b8e73374c0e [2020-12-16T22:59:42.145Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T22:59:42.145Z] ---> ee04a3ab2f67 [2020-12-16T22:59:42.145Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T22:59:42.310Z] 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 [2020-12-16T22:59:42.461Z] ---> Running in d93300861703 [2020-12-16T22:59:42.461Z] Removing intermediate container 9f1c3380eab1 [2020-12-16T22:59:42.461Z] ---> 2325c0b786cd [2020-12-16T22:59:42.461Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-16T22:59:42.760Z] Removing intermediate container d93300861703 [2020-12-16T22:59:42.760Z] ---> 8d7a11e762ea [2020-12-16T22:59:42.760Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T22:59:42.760Z] ---> f3b10ee88a2a [2020-12-16T22:59:42.760Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T22:59:42.760Z] ---> Running in 95faea33a6e8 [2020-12-16T22:59:42.760Z] ---> Running in d76e20d75951 [2020-12-16T22:59:43.032Z] ---> 83502a6505e3 [2020-12-16T22:59:43.032Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T22:59:43.032Z] Removing intermediate container 95faea33a6e8 [2020-12-16T22:59:43.032Z] ---> f8ff815fd11e [2020-12-16T22:59:43.032Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T22:59:43.312Z] ---> Running in c35db28a010e [2020-12-16T22:59:43.312Z] ---> 85f33a709a39 [2020-12-16T22:59:43.312Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T22:59:43.312Z] Removing intermediate container d76e20d75951 [2020-12-16T22:59:43.312Z] ---> 3520fe4e53ce [2020-12-16T22:59:43.312Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T22:59:43.602Z] ---> Running in e7f1d6225077 [2020-12-16T22:59:43.602Z] Removing intermediate container c35db28a010e [2020-12-16T22:59:43.602Z] ---> 8d43f15b51d6 [2020-12-16T22:59:43.602Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T22:59:43.886Z] ---> Running in 232e62d37a3a [2020-12-16T22:59:44.173Z] Removing intermediate container e7f1d6225077 [2020-12-16T22:59:44.173Z] ---> a2443b8e8699 [2020-12-16T22:59:44.173Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T22:59:44.173Z] ---> b3a4db144cae [2020-12-16T22:59:44.173Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T22:59:44.173Z] ---> Running in a3238b385b18 [2020-12-16T22:59:44.173Z] ---> d43a4776c590 [2020-12-16T22:59:44.460Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T22:59:44.460Z] Removing intermediate container 232e62d37a3a [2020-12-16T22:59:44.460Z] ---> 049e8add2f23 [2020-12-16T22:59:44.460Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T22:59:44.460Z] Removing intermediate container 9c8477f25c10 [2020-12-16T22:59:44.460Z] ---> 8c155814f9eb [2020-12-16T22:59:44.460Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T22:59:44.460Z] ---> Running in 832b23464155 [2020-12-16T22:59:44.787Z] Removing intermediate container a3238b385b18 [2020-12-16T22:59:44.787Z] ---> 04e380aae744 [2020-12-16T22:59:44.787Z] [2020-12-16T22:59:45.178Z] ---> b2b63736038c [2020-12-16T22:59:45.178Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T22:59:45.178Z] ---> Running in 87294893e5b3 [2020-12-16T22:59:45.472Z] Removing intermediate container 832b23464155 [2020-12-16T22:59:45.472Z] ---> 1ab4473ae493 [2020-12-16T22:59:45.472Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T22:59:45.701Z] 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 [2020-12-16T22:59:45.757Z] Successfully built 04e380aae744 [2020-12-16T22:59:45.757Z] ---> Running in 1f6d6cfa3b87 [2020-12-16T22:59:45.757Z] Successfully tagged docker-core-command-go:latest [2020-12-16T22:59:45.757Z] Building docker-core-data-go [2020-12-16T22:59:45.757Z]  Building docker-core-command-go ... done  ---> 0414a96c24cf [2020-12-16T22:59:45.757Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T22:59:46.066Z] Removing intermediate container 87294893e5b3 [2020-12-16T22:59:46.066Z] ---> 04ecb2f6015d [2020-12-16T22:59:46.066Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T22:59:46.066Z] ---> fdd71c854dd6 [2020-12-16T22:59:46.066Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T22:59:46.066Z] ---> Running in 43db20e58938 [2020-12-16T22:59:46.376Z] Removing intermediate container 1f6d6cfa3b87 [2020-12-16T22:59:46.376Z] ---> 69e6e7bfb8a2 [2020-12-16T22:59:46.376Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T22:59:46.713Z] ---> Running in ab9d9562db6b [2020-12-16T22:59:46.713Z] ---> 7dc3fce282fd [2020-12-16T22:59:46.713Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T22:59:46.713Z] ---> 6828c9cabfeb [2020-12-16T22:59:46.713Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T22:59:46.713Z] Removing intermediate container 43db20e58938 [2020-12-16T22:59:46.713Z] ---> 698e24e4e8ba [2020-12-16T22:59:46.713Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T22:59:47.057Z] ---> Running in 8f78b9853340 [2020-12-16T22:59:47.057Z] ---> Running in 890f25ebd945 [2020-12-16T22:59:47.057Z] Removing intermediate container ab9d9562db6b [2020-12-16T22:59:47.057Z] ---> 0867efadbadf [2020-12-16T22:59:47.057Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T22:59:47.381Z] ---> Running in bf68e6a5e954 [2020-12-16T22:59:48.099Z] Removing intermediate container 8f78b9853340 [2020-12-16T22:59:48.099Z] ---> 10f81104cac7 [2020-12-16T22:59:48.099Z] Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T22:59:48.486Z] ---> 29481a510e48 [2020-12-16T22:59:48.486Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T22:59:48.486Z] Removing intermediate container bf68e6a5e954 [2020-12-16T22:59:48.486Z] ---> 4b8591067a2b [2020-12-16T22:59:48.486Z] [2020-12-16T22:59:48.801Z] ---> Running in 60f0abf2b9c8 [Pipeline] } [2020-12-16T22:59:49.126Z] $ docker stop --time=1 a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 [2020-12-16T22:59:49.815Z] ---> Running in 26d874175c99 [2020-12-16T22:59:49.815Z] Successfully built 4b8591067a2b [2020-12-16T22:59:49.815Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-16T22:59:49.815Z] Building docker-support-scheduler-go [2020-12-16T22:59:50.435Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 60f0abf2b9c8 [2020-12-16T22:59:50.435Z] ---> 3885ba84e94a [2020-12-16T22:59:50.435Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T22:59:50.435Z] ---> Running in ee5609f1008b [2020-12-16T22:59:51.647Z] $ docker rm -f a2ae40e7a616b144d145eefb5df04cffdcb0c5d372228ecac6a0c3227fcc0a08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:59:53.257Z] Removing intermediate container ee5609f1008b [2020-12-16T22:59:53.257Z] ---> dc1561e0b2f4 [2020-12-16T22:59:53.257Z] [2020-12-16T22:59:53.257Z] Removing intermediate container 890f25ebd945 [2020-12-16T22:59:53.257Z] ---> 38cba865d01c [2020-12-16T22:59:53.257Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T22:59:53.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:53.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T22:59:53.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T22:59:53.555Z] [2020-12-16T22:59:53.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-16T22:59:53.946Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T22:59:53.946Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-16T22:59:53.946Z] 29e5d40040c1: Pulling fs layer [2020-12-16T22:59:53.946Z] 1ce36da41761: Pulling fs layer [2020-12-16T22:59:53.946Z] 25b303627fd3: Pulling fs layer [2020-12-16T22:59:53.978Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T22:59:53.978Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T22:59:53.978Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T22:59:53.978Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T22:59:53.978Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T22:59:53.978Z] Successfully built dc1561e0b2f4 [2020-12-16T22:59:53.978Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T22:59:53.978Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T22:59:53.978Z] Successfully tagged docker-support-notifications-go:latest [2020-12-16T22:59:53.978Z] Building docker-security-proxy-setup-go [2020-12-16T22:59:54.310Z]  Building docker-support-notifications-go ... done  ---> Running in d9971428a2c3 [2020-12-16T22:59:54.544Z] 29e5d40040c1: Verifying Checksum [2020-12-16T22:59:54.544Z] 29e5d40040c1: Download complete [2020-12-16T22:59:55.152Z] 29e5d40040c1: Pull complete [2020-12-16T22:59:55.439Z] 1ce36da41761: Verifying Checksum [2020-12-16T22:59:55.439Z] 1ce36da41761: Download complete [2020-12-16T22:59:56.876Z] 1ce36da41761: Pull complete [2020-12-16T22:59:57.865Z] 25b303627fd3: Verifying Checksum [2020-12-16T22:59:57.865Z] 25b303627fd3: Download complete [2020-12-16T22:59:58.985Z] Removing intermediate container d9971428a2c3 [2020-12-16T22:59:58.985Z] ---> 1b7c5f364067 [2020-12-16T22:59:58.985Z] Step 22/24 : LABEL arch=x86_64 [2020-12-16T23:00:01.350Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T23:00:01.350Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T23:00:01.350Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T23:00:01.350Z] ---> Running in 18bba4d99f0d [2020-12-16T23:00:01.350Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T23:00:01.350Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T23:00:01.350Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T23:00:01.350Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T23:00:02.168Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T23:00:02.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T23:00:02.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T23:00:02.736Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T23:00:02.736Z] Removing intermediate container 18bba4d99f0d [2020-12-16T23:00:02.736Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T23:00:02.736Z] ---> 8a97aea0a066 [2020-12-16T23:00:02.736Z] Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:00:02.736Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T23:00:03.019Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T23:00:03.019Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T23:00:03.340Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T23:00:03.340Z] ---> Running in 6d1d31fc4a82 [2020-12-16T23:00:03.631Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T23:00:03.907Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T23:00:03.907Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T23:00:04.189Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T23:00:04.881Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T23:00:04.881Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T23:00:04.881Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T23:00:04.881Z] Removing intermediate container 6d1d31fc4a82 [2020-12-16T23:00:04.881Z] ---> 7367cfa4ffd9 [2020-12-16T23:00:04.881Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T23:00:04.881Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T23:00:05.171Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T23:00:05.171Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T23:00:05.494Z] ---> Running in 925ef969caca [2020-12-16T23:00:06.326Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:00:06.326Z] OK: 71 MiB in 55 packages [2020-12-16T23:00:06.964Z] Removing intermediate container 925ef969caca [2020-12-16T23:00:06.964Z] ---> 57350e494bf4 [2020-12-16T23:00:06.964Z] [2020-12-16T23:00:07.253Z] Successfully built 57350e494bf4 [2020-12-16T23:00:07.253Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-16T23:00:07.253Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go [2020-12-16T23:00:08.090Z] 25b303627fd3: Pull complete [2020-12-16T23:00:08.090Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-16T23:00:08.090Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T23:00:08.090Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-16T23:00:08.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container [2020-12-16T23:00:08.398Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-16T23:00:11.301Z] $ docker top 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T23:00:12.446Z] + docker-compose build --help [2020-12-16T23:00:12.446Z] + grep parallel [2020-12-16T23:00:15.842Z] --parallel Build images in parallel. [Pipeline] } [2020-12-16T23:00:16.124Z] $ docker stop --time=1 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f [2020-12-16T23:00:18.024Z] $ docker rm -f 56f2c2798fbd364e85391b366f7095b5a3de6b005892b8447b6565971a17896f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-16T23:00:19.135Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-16T23:00:19.135Z] . [Pipeline] withDockerContainer [2020-12-16T23:00:19.445Z] prd-ubuntu18.04-docker-arm64-4c-16g-16403 does not seem to be running inside a container [2020-12-16T23:00:19.561Z] $ 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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T23:00:21.013Z] $ docker top 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T23:00:22.139Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-16T23:00:26.431Z] Building docker-core-command-go ... [2020-12-16T23:00:26.431Z] Building docker-core-data-go ... [2020-12-16T23:00:26.431Z] Building docker-core-metadata-go ... [2020-12-16T23:00:26.431Z] Building docker-security-bootstrap-redis-go ... [2020-12-16T23:00:26.431Z] Building docker-security-proxy-setup-go ... [2020-12-16T23:00:26.431Z] Building docker-security-secretstore-setup-go ... [2020-12-16T23:00:26.431Z] Building docker-support-notifications-go ... [2020-12-16T23:00:26.431Z] Building docker-support-scheduler-go ... [2020-12-16T23:00:26.431Z] Building docker-sys-mgmt-agent-go ... [2020-12-16T23:00:26.431Z] Building docker-support-notifications-go [2020-12-16T23:00:26.431Z] Building docker-core-command-go [2020-12-16T23:00:26.431Z] Building docker-core-data-go [2020-12-16T23:00:26.431Z] Building docker-support-scheduler-go [2020-12-16T23:00:26.431Z] Building docker-sys-mgmt-agent-go [2020-12-16T23:00:40.305Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:00:40.305Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:00:40.305Z] ---> 36da77542586 [2020-12-16T23:00:40.305Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> cbadddce2877 [2020-12-16T23:00:40.305Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 96b804c76088 [2020-12-16T23:00:40.305Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> efe5eb515796 [2020-12-16T23:00:40.305Z] Step 6/21 : COPY go.mod . [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 136d7f9fd438 [2020-12-16T23:00:40.305Z] Step 7/21 : RUN go mod download [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> c2de4260f86a [2020-12-16T23:00:40.305Z] Step 8/21 : COPY . . [2020-12-16T23:00:40.305Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:00:40.305Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:00:40.305Z] ---> 36da77542586 [2020-12-16T23:00:40.305Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> cbadddce2877 [2020-12-16T23:00:40.305Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 96b804c76088 [2020-12-16T23:00:40.305Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> efe5eb515796 [2020-12-16T23:00:40.305Z] Step 6/21 : COPY go.mod . [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 136d7f9fd438 [2020-12-16T23:00:40.305Z] Step 7/21 : RUN go mod download [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> c2de4260f86a [2020-12-16T23:00:40.305Z] Step 8/21 : COPY . . [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 9e8c6af54956 [2020-12-16T23:00:40.305Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 9e8c6af54956 [2020-12-16T23:00:40.305Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T23:00:40.305Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:00:40.305Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:00:40.305Z] ---> 36da77542586 [2020-12-16T23:00:40.305Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> cbadddce2877 [2020-12-16T23:00:40.305Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:00:40.305Z] ---> Using cache [2020-12-16T23:00:40.305Z] ---> 96b804c76088 [2020-12-16T23:00:40.305Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T23:00:40.305Z] ---> Running in 94996be741fa [2020-12-16T23:00:40.305Z] ---> Running in e6340f3479c2 [2020-12-16T23:00:40.305Z] ---> Running in b3fbce3ba540 [2020-12-16T23:00:44.962Z] 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 [2020-12-16T23:00:44.962Z] 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 [2020-12-16T23:00:44.962Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T23:00:45.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T23:00:45.842Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:00:45.842Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:00:45.842Z] OK: 12750 distinct packages available [2020-12-16T23:00:46.455Z] OK: 233 MiB in 51 packages [2020-12-16T23:00:49.118Z] Removing intermediate container 26d874175c99 [2020-12-16T23:00:49.118Z] ---> b86751442d8b [2020-12-16T23:00:49.118Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T23:00:49.790Z] ---> Running in efa9a73b5ef0 [2020-12-16T23:00:50.836Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:00:50.836Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:00:50.836Z] ---> 36da77542586 [2020-12-16T23:00:50.836Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> cbadddce2877 [2020-12-16T23:00:50.836Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> 96b804c76088 [2020-12-16T23:00:50.836Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> efe5eb515796 [2020-12-16T23:00:50.836Z] Step 6/22 : COPY go.mod . [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> 136d7f9fd438 [2020-12-16T23:00:50.836Z] Step 7/22 : RUN go mod download [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> c2de4260f86a [2020-12-16T23:00:50.836Z] Step 8/22 : COPY . . [2020-12-16T23:00:50.836Z] ---> Using cache [2020-12-16T23:00:50.836Z] ---> 9e8c6af54956 [2020-12-16T23:00:50.836Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T23:00:51.960Z] ---> Running in 84bb9f6667f5 [2020-12-16T23:00:51.960Z] Removing intermediate container b3fbce3ba540 [2020-12-16T23:00:51.960Z] ---> 312a0de1f470 [2020-12-16T23:00:51.960Z] Step 6/23 : COPY go.mod . [2020-12-16T23:00:52.962Z] ---> 123e8ddd6f31 [2020-12-16T23:00:52.962Z] Step 7/23 : RUN go mod download [2020-12-16T23:00:53.584Z] ---> Running in 59f25a911898 [2020-12-16T23:00:53.584Z] 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 [2020-12-16T23:00:59.925Z] Removing intermediate container 59f25a911898 [2020-12-16T23:00:59.925Z] ---> 484f1437e373 [2020-12-16T23:00:59.925Z] Step 8/23 : COPY . . [2020-12-16T23:01:03.649Z] Collecting docker-compose==1.23.2 [2020-12-16T23:01:03.649Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T23:01:05.896Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T23:01:05.896Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T23:01:06.178Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T23:01:06.178Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T23:01:06.491Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T23:01:06.491Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T23:01:16.851Z] Collecting PyYAML<4,>=3.10 [2020-12-16T23:01:16.851Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T23:01:21.594Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T23:01:21.594Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T23:01:21.594Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T23:01:21.594Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T23:01:23.091Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T23:01:23.091Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T23:01:23.389Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T23:01:24.158Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T23:01:24.158Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T23:01:27.834Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T23:01:27.834Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T23:01:27.834Z] 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) [2020-12-16T23:01:28.938Z] Collecting idna<2.8,>=2.5 [2020-12-16T23:01:28.938Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T23:01:28.938Z] 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) [2020-12-16T23:01:29.267Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T23:01:29.267Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T23:01:30.935Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T23:01:30.935Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T23:01:30.935Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T23:01:30.935Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T23:01:30.935Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T23:01:30.935Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T23:01:31.566Z] Installing collected packages: jsonschema, websocket-client, dockerpty, PyYAML, cached-property, texttable, idna, urllib3, requests, docopt, docker-pycreds, docker, docker-compose [2020-12-16T23:01:33.200Z] Running setup.py install for dockerpty: started [2020-12-16T23:01:33.200Z] 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 [2020-12-16T23:01:37.018Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T23:01:37.018Z] Running setup.py install for PyYAML: started [2020-12-16T23:01:38.900Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T23:01:38.900Z] Running setup.py install for texttable: started [2020-12-16T23:01:39.561Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T23:01:39.561Z] Attempting uninstall: idna [2020-12-16T23:01:39.561Z] Found existing installation: idna 2.9 [2020-12-16T23:01:39.561Z] Uninstalling idna-2.9: [2020-12-16T23:01:40.278Z] Successfully uninstalled idna-2.9 [2020-12-16T23:01:40.966Z] Attempting uninstall: urllib3 [2020-12-16T23:01:40.966Z] Found existing installation: urllib3 1.25.9 [2020-12-16T23:01:40.966Z] Uninstalling urllib3-1.25.9: [2020-12-16T23:01:41.260Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T23:01:41.889Z] Attempting uninstall: requests [2020-12-16T23:01:41.889Z] Found existing installation: requests 2.23.0 [2020-12-16T23:01:41.889Z] Uninstalling requests-2.23.0: [2020-12-16T23:01:42.937Z] Successfully uninstalled requests-2.23.0 [2020-12-16T23:01:43.586Z] Running setup.py install for docopt: started [2020-12-16T23:01:45.661Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T23:01:48.256Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:01:48.256Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:01:48.256Z] ---> 056f73952fcf [2020-12-16T23:01:48.256Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T23:01:48.256Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:01:48.256Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:01:48.256Z] ---> 056f73952fcf [2020-12-16T23:01:48.256Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T23:01:48.256Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:01:48.256Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:01:48.256Z] ---> 056f73952fcf [2020-12-16T23:01:48.256Z] Step 3/27 : WORKDIR /edgex-go [2020-12-16T23:01:48.256Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:01:48.256Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:01:48.256Z] ---> 056f73952fcf [2020-12-16T23:01:48.256Z] Step 3/23 : WORKDIR /edgex-go [2020-12-16T23:01:48.256Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:01:48.256Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:01:48.256Z] ---> 056f73952fcf [2020-12-16T23:01:48.256Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T23:01:48.256Z] ---> Running in 6a022371fbab [2020-12-16T23:01:48.256Z] ---> Running in dfb6376eb586 [2020-12-16T23:01:48.256Z] ---> Running in a7eaf15dc3e8 [2020-12-16T23:01:48.256Z] ---> Running in 424cfb69fc60 [2020-12-16T23:01:48.256Z] ---> Running in 61edf27bf1e3 [2020-12-16T23:01:48.256Z] Removing intermediate container 424cfb69fc60 [2020-12-16T23:01:48.256Z] ---> b67a442054de [2020-12-16T23:01:48.256Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:01:48.256Z] Removing intermediate container 61edf27bf1e3 [2020-12-16T23:01:48.256Z] ---> 86a458b0f926 [2020-12-16T23:01:48.256Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:01:48.256Z] Removing intermediate container dfb6376eb586 [2020-12-16T23:01:48.256Z] ---> 70afa5de1bb2 [2020-12-16T23:01:48.256Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:01:48.256Z] Removing intermediate container a7eaf15dc3e8 [2020-12-16T23:01:48.256Z] ---> 4bea16bc00aa [2020-12-16T23:01:48.256Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:01:48.256Z] Removing intermediate container 6a022371fbab [2020-12-16T23:01:48.256Z] ---> 70a050ee9c3c [2020-12-16T23:01:48.256Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:01:48.256Z] ---> Running in 7599bd8cc26a [2020-12-16T23:01:48.256Z] ---> Running in 6819a3d39bd3 [2020-12-16T23:01:48.256Z] ---> Running in 43c71f54139d [2020-12-16T23:01:48.256Z] ---> Running in 4cd97106e900 [2020-12-16T23:01:48.256Z] ---> Running in f20d892792b5 [2020-12-16T23:01:48.256Z] Removing intermediate container 7599bd8cc26a [2020-12-16T23:01:48.256Z] ---> 1584a2260897 [2020-12-16T23:01:48.256Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-16T23:01:48.256Z] ---> Running in b2736cc676b5 [2020-12-16T23:01:48.256Z] Removing intermediate container 6819a3d39bd3 [2020-12-16T23:01:48.256Z] ---> 5c3fdd964aff [2020-12-16T23:01:48.256Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-16T23:01:48.256Z] Removing intermediate container 43c71f54139d [2020-12-16T23:01:48.256Z] ---> 1d3f52917782 [2020-12-16T23:01:48.256Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T23:01:48.256Z] ---> Running in de0d032d88ba [2020-12-16T23:01:48.256Z] ---> Running in 0107473ad415 [2020-12-16T23:01:48.256Z] Removing intermediate container 4cd97106e900 [2020-12-16T23:01:48.256Z] ---> 21c09ce3e307 [2020-12-16T23:01:48.256Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T23:01:48.256Z] Removing intermediate container f20d892792b5 [2020-12-16T23:01:48.256Z] ---> 29e9fdc49a93 [2020-12-16T23:01:48.256Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-16T23:01:48.256Z] ---> Running in 17f15fc4d61d [2020-12-16T23:01:48.256Z] ---> Running in 0aaa6db3fbc3 [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:01:48.256Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:01:48.256Z] OK: 12620 distinct packages available [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:01:48.256Z] OK: 217 MiB in 51 packages [2020-12-16T23:01:48.338Z] 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 [2020-12-16T23:01:48.542Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:01:48.542Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:01:48.542Z] OK: 12620 distinct packages available [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:01:48.823Z] OK: 12620 distinct packages available [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:01:48.823Z] OK: 12620 distinct packages available [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:01:48.823Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:01:48.823Z] OK: 12620 distinct packages available [2020-12-16T23:01:49.819Z] OK: 217 MiB in 51 packages [2020-12-16T23:01:49.819Z] OK: 217 MiB in 51 packages [2020-12-16T23:01:49.819Z] OK: 217 MiB in 51 packages [2020-12-16T23:01:49.819Z] OK: 217 MiB in 51 packages [2020-12-16T23:01:50.095Z] Removing intermediate container b2736cc676b5 [2020-12-16T23:01:50.095Z] ---> fca15dd38785 [2020-12-16T23:01:50.373Z] Step 6/23 : COPY go.mod . [2020-12-16T23:01:51.055Z] Removing intermediate container 94996be741fa [2020-12-16T23:01:51.055Z] ---> dd8c480d4026 [2020-12-16T23:01:51.055Z] [2020-12-16T23:01:51.055Z] Step 10/21 : FROM scratch [2020-12-16T23:01:51.055Z] ---> [2020-12-16T23:01:51.055Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:01:51.358Z] ---> 2a17b51cb982 [2020-12-16T23:01:51.358Z] Step 7/23 : RUN go mod download [2020-12-16T23:01:51.358Z] Removing intermediate container 17f15fc4d61d [2020-12-16T23:01:51.358Z] ---> c08b661de585 [2020-12-16T23:01:51.358Z] Step 6/22 : COPY go.mod . [2020-12-16T23:01:51.408Z] ---> aca370e588e4 [2020-12-16T23:01:51.409Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T23:01:51.632Z] ---> Running in 3c410972fb9a [2020-12-16T23:01:51.632Z] Removing intermediate container de0d032d88ba [2020-12-16T23:01:51.632Z] ---> 719136217d48 [2020-12-16T23:01:51.632Z] Step 6/27 : COPY go.mod . [2020-12-16T23:01:51.632Z] Removing intermediate container 0aaa6db3fbc3 [2020-12-16T23:01:51.632Z] ---> eea7717ba2a3 [2020-12-16T23:01:51.632Z] Step 6/24 : COPY go.mod . [2020-12-16T23:01:51.719Z] ---> Running in 1abe28e51a0c [2020-12-16T23:01:51.913Z] Removing intermediate container 0107473ad415 [2020-12-16T23:01:51.913Z] ---> 89c8362107a7 [2020-12-16T23:01:51.913Z] Step 6/21 : COPY go.mod . [2020-12-16T23:01:52.519Z] ---> f2746463c30b [2020-12-16T23:01:52.519Z] Step 7/22 : RUN go mod download [2020-12-16T23:01:52.793Z] ---> Running in 2b0c636ab64f [2020-12-16T23:01:52.793Z] ---> b6149fefb8ae [2020-12-16T23:01:52.793Z] Step 7/27 : RUN go mod download [2020-12-16T23:01:53.069Z] ---> 7c013b7c411b [2020-12-16T23:01:53.069Z] Step 7/24 : RUN go mod download [2020-12-16T23:01:53.069Z] ---> Running in 4faf00757118 [2020-12-16T23:01:53.069Z] ---> c42df7b47a05 [2020-12-16T23:01:53.069Z] Step 7/21 : RUN go mod download [2020-12-16T23:01:53.186Z] ---> Using cache [2020-12-16T23:01:53.186Z] ---> 7fd4971a3340 [2020-12-16T23:01:53.186Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T23:01:53.353Z] ---> Running in 078ef9d4168e [2020-12-16T23:01:53.354Z] ---> Running in 372060fc38da [2020-12-16T23:01:54.675Z] ---> Running in d97d86de2620 [2020-12-16T23:01:54.971Z] 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 [2020-12-16T23:01:55.378Z] Removing intermediate container 3c410972fb9a [2020-12-16T23:01:55.378Z] ---> c64e7250bb4a [2020-12-16T23:01:55.378Z] Step 8/23 : COPY . . [2020-12-16T23:01:56.010Z] Removing intermediate container efa9a73b5ef0 [2020-12-16T23:01:56.010Z] ---> 9d810f807f70 [2020-12-16T23:01:56.010Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T23:01:57.040Z] Removing intermediate container e6340f3479c2 [2020-12-16T23:01:57.040Z] ---> 0a8ba236cd4e [2020-12-16T23:01:57.040Z] [2020-12-16T23:01:57.040Z] Step 10/21 : FROM alpine [2020-12-16T23:01:57.352Z] Removing intermediate container d97d86de2620 [2020-12-16T23:01:57.352Z] ---> 9b0d4a73ae76 [2020-12-16T23:01:57.352Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T23:01:57.352Z] latest: Pulling from library/alpine [2020-12-16T23:01:57.644Z] ---> Running in 0866a559374c [2020-12-16T23:01:57.644Z] ---> Running in 96dd753e424a [2020-12-16T23:01:57.644Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T23:01:57.975Z] Status: Downloaded newer image for alpine:latest [2020-12-16T23:01:57.975Z] ---> b14afc6dfb98 [2020-12-16T23:01:57.975Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T23:01:58.025Z] Removing intermediate container 2b0c636ab64f [2020-12-16T23:01:58.026Z] ---> 1118e8ac10df [2020-12-16T23:01:58.026Z] Step 8/22 : COPY . . [2020-12-16T23:01:58.026Z] Removing intermediate container 078ef9d4168e [2020-12-16T23:01:58.026Z] ---> a8f2e08737ef [2020-12-16T23:01:58.026Z] Step 8/24 : COPY . . [2020-12-16T23:01:58.363Z] Removing intermediate container 84bb9f6667f5 [2020-12-16T23:01:58.363Z] ---> 3c5ded964a8b [2020-12-16T23:01:58.364Z] [2020-12-16T23:01:58.364Z] Step 10/22 : FROM scratch [2020-12-16T23:01:58.364Z] ---> [2020-12-16T23:01:58.364Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:01:58.626Z] Removing intermediate container 372060fc38da [2020-12-16T23:01:58.626Z] ---> ace573f3461d [2020-12-16T23:01:58.626Z] Step 8/21 : COPY . . [2020-12-16T23:01:58.626Z] Removing intermediate container 4faf00757118 [2020-12-16T23:01:58.626Z] ---> 07afb9b4775b [2020-12-16T23:01:58.626Z] Step 8/27 : COPY . . [2020-12-16T23:01:58.657Z] ---> Running in e7b891e1f26f [2020-12-16T23:01:58.657Z] ---> Using cache [2020-12-16T23:01:58.657Z] ---> 7fd4971a3340 [2020-12-16T23:01:58.657Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T23:01:58.984Z] Removing intermediate container 96dd753e424a [2020-12-16T23:01:58.984Z] ---> 132f8316d165 [2020-12-16T23:01:58.984Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T23:01:58.984Z] ---> Running in 111b581cbd63 [2020-12-16T23:02:00.041Z] Removing intermediate container 111b581cbd63 [2020-12-16T23:02:00.041Z] ---> 875ed2f6401f [2020-12-16T23:02:00.041Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T23:02:00.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:00.041Z] ---> 47f35bfc7aa7 [2020-12-16T23:02:00.041Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T23:02:00.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:00.041Z] ---> Running in c74321a1a35b [2020-12-16T23:02:00.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:00.322Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:00.631Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T23:02:00.631Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T23:02:00.631Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T23:02:00.631Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:02:00.631Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:02:00.631Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:02:00.631Z] OK: 12747 distinct packages available [2020-12-16T23:02:00.932Z] OK: 72 MiB in 58 packages [2020-12-16T23:02:00.932Z] Removing intermediate container c74321a1a35b [2020-12-16T23:02:00.932Z] ---> 3790c5b61497 [2020-12-16T23:02:00.932Z] Step 14/22 : WORKDIR / [2020-12-16T23:02:00.932Z] ---> Running in c38a48e95de6 [2020-12-16T23:02:01.229Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T23:02:01.229Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T23:02:01.229Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T23:02:01.510Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T23:02:01.510Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:02:01.510Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T23:02:02.531Z] OK: 7 MiB in 18 packages [2020-12-16T23:02:04.148Z] ---> 87535a00174e [2020-12-16T23:02:04.148Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T23:02:04.148Z] Removing intermediate container c38a48e95de6 [2020-12-16T23:02:04.148Z] ---> 5c21d1cd287c [2020-12-16T23:02:04.148Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T23:02:05.199Z] Removing intermediate container 0866a559374c [2020-12-16T23:02:05.199Z] ---> 962b11873a0e [2020-12-16T23:02:05.199Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T23:02:05.491Z] ---> 1294274b330f [2020-12-16T23:02:05.491Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T23:02:05.883Z] ---> Running in b8416660784b [2020-12-16T23:02:05.883Z] ---> 7aee2ffff2bd [2020-12-16T23:02:05.883Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T23:02:06.255Z] ---> Running in 5d5eb638fc64 [2020-12-16T23:02:06.255Z] Removing intermediate container e7b891e1f26f [2020-12-16T23:02:06.255Z] ---> 1b19c1b726e9 [2020-12-16T23:02:06.255Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T23:02:06.875Z] ---> Running in f6865e0b5b36 [2020-12-16T23:02:06.875Z] Removing intermediate container b8416660784b [2020-12-16T23:02:06.875Z] ---> cdc5bebacda6 [2020-12-16T23:02:06.875Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:02:07.577Z] ---> Running in ef723bfe57a3 [2020-12-16T23:02:07.577Z] Removing intermediate container 5d5eb638fc64 [2020-12-16T23:02:07.577Z] ---> 1b5bbc56e164 [2020-12-16T23:02:07.577Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:02:08.404Z] Removing intermediate container f6865e0b5b36 [2020-12-16T23:02:08.404Z] ---> eec200a2a219 [2020-12-16T23:02:08.404Z] Step 13/21 : WORKDIR /edgex [2020-12-16T23:02:08.404Z] ---> Running in 7b550ff4bf6c [2020-12-16T23:02:08.404Z] ---> Running in 9faeef5feb69 [2020-12-16T23:02:08.404Z] ---> 1e861c078489 [2020-12-16T23:02:08.404Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T23:02:08.404Z] Removing intermediate container ef723bfe57a3 [2020-12-16T23:02:08.404Z] ---> 58d8be9b49fe [2020-12-16T23:02:08.404Z] Step 25/27 : LABEL arch=x86_64 [2020-12-16T23:02:08.700Z] ---> Running in bc3646e31adf [2020-12-16T23:02:08.700Z] Removing intermediate container 7b550ff4bf6c [2020-12-16T23:02:08.700Z] ---> 6d0947fb4430 [2020-12-16T23:02:08.700Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T23:02:09.554Z] ---> Running in 53ad3edde52b [2020-12-16T23:02:09.868Z] Removing intermediate container 9faeef5feb69 [2020-12-16T23:02:09.868Z] ---> 0aa610a4b94c [2020-12-16T23:02:09.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T23:02:09.868Z] Removing intermediate container bc3646e31adf [2020-12-16T23:02:09.868Z] ---> 216000dc9f0d [2020-12-16T23:02:09.868Z] Step 26/27 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:02:09.868Z] ---> 3eb4480a929b [2020-12-16T23:02:09.868Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T23:02:09.868Z] Removing intermediate container 53ad3edde52b [2020-12-16T23:02:09.868Z] ---> fc74c3321afd [2020-12-16T23:02:09.868Z] Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:02:10.163Z] ---> Running in 74efe6628c6f [2020-12-16T23:02:10.163Z] ---> Running in 16b64a9ef54d [2020-12-16T23:02:10.163Z] ---> Running in 794a3f801fbf [2020-12-16T23:02:10.444Z] ---> b8109e6797bf [2020-12-16T23:02:10.444Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T23:02:10.746Z] Removing intermediate container 16b64a9ef54d [2020-12-16T23:02:10.746Z] ---> cb7596e80394 [2020-12-16T23:02:10.746Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:02:11.067Z] Removing intermediate container 794a3f801fbf [2020-12-16T23:02:11.067Z] ---> da4428e414b1 [2020-12-16T23:02:11.067Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T23:02:11.067Z] Removing intermediate container 74efe6628c6f [2020-12-16T23:02:11.067Z] ---> 0ac097bc5fa9 [2020-12-16T23:02:11.067Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T23:02:11.397Z] ---> Running in 5d9b248dfca2 [2020-12-16T23:02:11.704Z] ---> Running in 2c155befbf09 [2020-12-16T23:02:11.704Z] ---> Running in a0efcf19645b [2020-12-16T23:02:11.991Z] ---> d7ba273e78aa [2020-12-16T23:02:11.991Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T23:02:11.991Z] Removing intermediate container 5d9b248dfca2 [2020-12-16T23:02:11.991Z] ---> fbfce4a2c308 [2020-12-16T23:02:11.991Z] Step 20/22 : LABEL arch=x86_64 [2020-12-16T23:02:12.297Z] ---> Running in f6923b241105 [2020-12-16T23:02:12.297Z] Removing intermediate container 2c155befbf09 [2020-12-16T23:02:12.297Z] ---> 4360f8312702 [2020-12-16T23:02:12.297Z] [2020-12-16T23:02:12.606Z] Removing intermediate container a0efcf19645b [2020-12-16T23:02:12.606Z] ---> cabf632110f3 [2020-12-16T23:02:12.606Z] [2020-12-16T23:02:13.871Z] Removing intermediate container f6923b241105 [2020-12-16T23:02:13.871Z] ---> 258758cd8ad9 [2020-12-16T23:02:13.871Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:02:14.147Z] Successfully built cabf632110f3 [2020-12-16T23:02:14.148Z] ---> 6be649c56491 [2020-12-16T23:02:14.148Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T23:02:14.148Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-16T23:02:14.504Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in 3b180ebaf9d3 [2020-12-16T23:02:14.504Z] Successfully built 4360f8312702 [2020-12-16T23:02:14.504Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-16T23:02:14.504Z]  Building docker-support-scheduler-go ... done  ---> Running in 15d21a1108df [2020-12-16T23:02:15.709Z] Removing intermediate container 3b180ebaf9d3 [2020-12-16T23:02:15.709Z] ---> 94b78ea93b2b [2020-12-16T23:02:15.709Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T23:02:15.709Z] Removing intermediate container 15d21a1108df [2020-12-16T23:02:15.709Z] ---> 4074ee9188c1 [2020-12-16T23:02:15.709Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T23:02:16.031Z] ---> Running in becedb1d63e2 [2020-12-16T23:02:16.031Z] ---> Running in 8332757dfedb [2020-12-16T23:02:16.670Z] Removing intermediate container becedb1d63e2 [2020-12-16T23:02:16.670Z] ---> 3319d07d7e29 [2020-12-16T23:02:16.670Z] [2020-12-16T23:02:16.670Z] Removing intermediate container 8332757dfedb [2020-12-16T23:02:16.670Z] ---> 51bc44840dbf [2020-12-16T23:02:16.670Z] Step 19/21 : LABEL arch=x86_64 [2020-12-16T23:02:17.028Z] ---> Running in 6becb087ff9d [2020-12-16T23:02:17.028Z] Successfully built 3319d07d7e29 [2020-12-16T23:02:17.028Z] Successfully tagged docker-core-metadata-go:latest [2020-12-16T23:02:17.814Z]  Building docker-core-metadata-go ... done Removing intermediate container 6becb087ff9d [2020-12-16T23:02:17.815Z] ---> d37406f32309 [2020-12-16T23:02:17.815Z] Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:02:17.815Z] ---> Running in e8b253d61c24 [2020-12-16T23:02:18.139Z] Removing intermediate container e8b253d61c24 [2020-12-16T23:02:18.139Z] ---> d408079f1b19 [2020-12-16T23:02:18.139Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T23:02:18.468Z] ---> Running in 252972908fa6 [2020-12-16T23:02:19.148Z] Removing intermediate container 252972908fa6 [2020-12-16T23:02:19.148Z] ---> d8bfaf139f15 [2020-12-16T23:02:19.148Z] [2020-12-16T23:02:20.200Z] Successfully built d8bfaf139f15 [2020-12-16T23:02:20.200Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-16T23:02:25.441Z] ---> c1853a69bf59 [2020-12-16T23:02:25.441Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-16T23:02:25.441Z] ---> 43890e3b62a2 [2020-12-16T23:02:25.441Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-16T23:02:25.441Z] ---> a6943b644c5c [2020-12-16T23:02:25.441Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-16T23:02:25.441Z] ---> 9de9d3d33a13 [2020-12-16T23:02:25.441Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-16T23:02:25.441Z] ---> 1cf9397fd426 [2020-12-16T23:02:25.441Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-16T23:02:25.441Z] ---> Running in d0fb3699554b [2020-12-16T23:02:25.441Z] ---> Running in 3a0dada14819 [2020-12-16T23:02:25.441Z] ---> Running in 4237e79d4945 [2020-12-16T23:02:25.441Z] ---> Running in 5f5c6d820678 [2020-12-16T23:02:25.441Z] ---> Running in 05130907d363 [2020-12-16T23:02:25.441Z] 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 [2020-12-16T23:02:25.441Z] 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 [2020-12-16T23:02:25.441Z] 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 [2020-12-16T23:02:25.441Z] 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 [2020-12-16T23:02:25.441Z] 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 [2020-12-16T23:02:35.812Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 1abe28e51a0c [2020-12-16T23:02:35.812Z] ---> 90b8a2f10a2a [2020-12-16T23:02:35.812Z] [2020-12-16T23:02:35.812Z] Step 10/23 : FROM alpine [2020-12-16T23:02:35.812Z] ---> b14afc6dfb98 [2020-12-16T23:02:35.812Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:02:35.812Z] ---> Running in 7740cd9f0cdf [2020-12-16T23:02:36.110Z] Removing intermediate container 7740cd9f0cdf [2020-12-16T23:02:36.110Z] ---> d1f18a652dca [2020-12-16T23:02:36.110Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T23:02:36.110Z] ---> Running in 085b1892fd54 [2020-12-16T23:02:36.389Z] Removing intermediate container 085b1892fd54 [2020-12-16T23:02:36.389Z] ---> fb6747a213c0 [2020-12-16T23:02:36.389Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T23:02:36.667Z] ---> Running in 6a3708f70398 [2020-12-16T23:02:36.938Z] Removing intermediate container 6a3708f70398 [2020-12-16T23:02:36.938Z] ---> 53e40b8e3ca7 [2020-12-16T23:02:36.938Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:02:36.938Z] ---> Running in bbddc0dff8cb [2020-12-16T23:02:39.027Z] Removing intermediate container bbddc0dff8cb [2020-12-16T23:02:39.027Z] ---> 4d64fd2a681f [2020-12-16T23:02:39.027Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T23:02:39.027Z] ---> Running in bddc5d0e7f8d [2020-12-16T23:02:40.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:40.685Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-16T23:02:41.312Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T23:02:41.312Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T23:02:41.312Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T23:02:41.585Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T23:02:41.858Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T23:02:41.858Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:02:41.858Z] OK: 8 MiB in 19 packages [2020-12-16T23:02:42.916Z] Removing intermediate container bddc5d0e7f8d [2020-12-16T23:02:42.916Z] ---> 716274ac9b70 [2020-12-16T23:02:42.916Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T23:02:43.213Z] ---> 6d728401edac [2020-12-16T23:02:43.213Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T23:02:44.690Z] ---> a81474ed1391 [2020-12-16T23:02:44.690Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T23:02:45.318Z] ---> 798364f5465a [2020-12-16T23:02:45.318Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T23:02:45.318Z] ---> Running in e94c42ba3df7 [2020-12-16T23:02:45.590Z] Removing intermediate container e94c42ba3df7 [2020-12-16T23:02:45.590Z] ---> 32b6b923b400 [2020-12-16T23:02:45.590Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:02:45.590Z] ---> Running in 1936aceb78c4 [2020-12-16T23:02:46.193Z] Removing intermediate container 1936aceb78c4 [2020-12-16T23:02:46.193Z] ---> ce66a085adf3 [2020-12-16T23:02:46.193Z] Step 21/23 : LABEL arch=x86_64 [2020-12-16T23:02:46.193Z] ---> Running in a859104ba3e7 [2020-12-16T23:02:46.829Z] Removing intermediate container a859104ba3e7 [2020-12-16T23:02:46.829Z] ---> cf0e29d9c718 [2020-12-16T23:02:46.829Z] Step 22/23 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:02:46.829Z] ---> Running in 2cce9d4cb10b [2020-12-16T23:02:47.118Z] Removing intermediate container 2cce9d4cb10b [2020-12-16T23:02:47.118Z] ---> e3443ffcff08 [2020-12-16T23:02:47.118Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T23:02:47.448Z] ---> Running in ffa99a44dbfe [2020-12-16T23:02:47.744Z] Removing intermediate container ffa99a44dbfe [2020-12-16T23:02:47.744Z] ---> 5540d7c1f0e1 [2020-12-16T23:02:47.744Z] [2020-12-16T23:02:48.047Z] Successfully built 5540d7c1f0e1 [2020-12-16T23:02:48.047Z] Successfully tagged docker-core-data-go:latest [2020-12-16T23:02:48.678Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-16T23:02:48.737Z] $ docker stop --time=1 be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b [2020-12-16T23:02:50.997Z] $ docker rm -f be1f5063310851383dada4d7cc3e43c4257f771f42e736c94721820d77b3330b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T23:02:51.721Z] + docker images [2020-12-16T23:02:51.721Z] + grep docker [2020-12-16T23:02:51.721Z] docker-core-data-go latest 5540d7c1f0e1 4 seconds ago 23.7MB [2020-12-16T23:02:51.721Z] docker-security-proxy-setup-go latest d8bfaf139f15 33 seconds ago 24.6MB [2020-12-16T23:02:51.721Z] docker-core-metadata-go latest 3319d07d7e29 35 seconds ago 14.5MB [2020-12-16T23:02:51.721Z] docker-sys-mgmt-agent-go latest cabf632110f3 39 seconds ago 313MB [2020-12-16T23:02:51.721Z] docker-support-scheduler-go latest 4360f8312702 40 seconds ago 12.3MB [2020-12-16T23:02:51.721Z] docker-security-secretstore-setup-go latest 57350e494bf4 2 minutes ago 24.7MB [2020-12-16T23:02:51.721Z] docker-support-notifications-go latest dc1561e0b2f4 3 minutes ago 13.6MB [2020-12-16T23:02:51.721Z] docker-security-bootstrap-redis-go latest 4b8591067a2b 3 minutes ago 15.8MB [2020-12-16T23:02:51.721Z] docker-core-command-go latest 04e380aae744 3 minutes ago 12.2MB [2020-12-16T23:02:51.721Z] docker latest 0c995d0d3006 25 hours ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-16T23:03:07.775Z] Still waiting to schedule task [2020-12-16T23:03:07.775Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-16T23:04:02.301Z] Removing intermediate container 5f5c6d820678 [2020-12-16T23:04:02.301Z] ---> 361e9051e664 [2020-12-16T23:04:02.301Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-16T23:04:02.301Z] ---> Running in 65f9c0373d27 [2020-12-16T23:04:02.301Z] 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 [2020-12-16T23:04:02.431Z] Running on prd-ubuntu18.04-docker-8c-8g-16407 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-16T23:04:02.542Z] Running in /w/workspace/edgex-go/13 [Pipeline] { [Pipeline] checkout [2020-12-16T23:04:04.723Z] using credential edgex-jenkins-ssh [2020-12-16T23:04:04.785Z] Cloning the remote Git repository [2020-12-16T23:04:04.816Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-16T23:04:04.881Z] > git init /w/workspace/edgex-go/13 # timeout=10 [2020-12-16T23:04:04.914Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T23:04:04.915Z] > git --version # timeout=10 [2020-12-16T23:04:04.930Z] > git --version # 'git version 2.17.1' [2020-12-16T23:04:04.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T23:04:04.956Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T23:04:06.669Z] Removing intermediate container 65f9c0373d27 [2020-12-16T23:04:06.669Z] ---> 1916cf6c1455 [2020-12-16T23:04:06.669Z] [2020-12-16T23:04:06.669Z] Step 11/27 : FROM docker:latest [2020-12-16T23:04:06.669Z] ---> 0c09fb3ff9b5 [2020-12-16T23:04:06.669Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-16T23:04:06.669Z] ---> Running in d259eff9ece5 [2020-12-16T23:04:08.126Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:08.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:09.003Z] (1/2) Installing readline (8.0.4-r0) [2020-12-16T23:04:09.276Z] (2/2) Installing bash (5.0.17-r0) [2020-12-16T23:04:09.276Z] Executing bash-5.0.17-r0.post-install [2020-12-16T23:04:09.276Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:04:09.276Z] OK: 12 MiB in 22 packages [2020-12-16T23:04:10.843Z] Merging remotes/origin/master commit 1cb94389de1e39608b319f278621c386c44601c6 into PR head commit 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:04:10.970Z] Merge succeeded, producing 68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:04:10.971Z] Checking out Revision 68b4a6397b6cb246c6fab80d371f6d66b94b1622 (PR-2913) [2020-12-16T23:04:10.262Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T23:04:10.270Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-16T23:04:10.279Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-16T23:04:10.288Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-16T23:04:10.288Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T23:04:10.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-16T23:04:10.860Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T23:04:10.865Z] > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 [2020-12-16T23:04:10.942Z] > git remote # timeout=10 [2020-12-16T23:04:10.950Z] > git config --get remote.origin.url # timeout=10 [2020-12-16T23:04:10.955Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-16T23:04:10.960Z] > git merge 1cb94389de1e39608b319f278621c386c44601c6 # timeout=10 [2020-12-16T23:04:10.970Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-16T23:04:10.979Z] > git config core.sparsecheckout # timeout=10 [2020-12-16T23:04:10.985Z] > git checkout -f 68b4a6397b6cb246c6fab80d371f6d66b94b1622 # timeout=10 [2020-12-16T23:04:11.276Z] Removing intermediate container d259eff9ece5 [2020-12-16T23:04:11.276Z] ---> 571ab576c23c [2020-12-16T23:04:11.276Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-16T23:04:11.558Z] ---> Running in b5d2676c691d [2020-12-16T23:04:14.652Z] Commit message: "build(snap): Update CI patch file for snapcraft.yaml" [2020-12-16T23:04:14.988Z] Removing intermediate container b5d2676c691d [2020-12-16T23:04:14.988Z] ---> 5e72065cdbb9 [2020-12-16T23:04:14.988Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [Pipeline] withEnv [Pipeline] { [2020-12-16T23:04:15.266Z] ---> Running in 0ebe73c25c1b [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:04:15.959Z] + echo snap-build.sh [2020-12-16T23:04:15.959Z] snap-build.sh [2020-12-16T23:04:15.959Z] + SNAP_BASE_DIR=. [2020-12-16T23:04:15.959Z] + '[' '!' -z /w/workspace/edgex-go/13 ']' [2020-12-16T23:04:15.959Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/13 [2020-12-16T23:04:15.959Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/13]' [2020-12-16T23:04:15.959Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/13] [2020-12-16T23:04:15.959Z] + cd /w/workspace/edgex-go/13 [2020-12-16T23:04:15.959Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-16T23:04:15.959Z] Reading package lists... [2020-12-16T23:04:16.222Z] Building dependency tree... [2020-12-16T23:04:16.222Z] Reading state information... [2020-12-16T23:04:16.222Z] The following packages were automatically installed and are no longer required: [2020-12-16T23:04:16.222Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-16T23:04:16.222Z] uidmap xdelta3 [2020-12-16T23:04:16.222Z] Use 'sudo apt autoremove' to remove them. [2020-12-16T23:04:16.222Z] The following packages will be REMOVED: [2020-12-16T23:04:16.222Z] lxd* lxd-client* [2020-12-16T23:04:16.265Z] Removing intermediate container 0ebe73c25c1b [2020-12-16T23:04:16.265Z] ---> 930251ed9764 [2020-12-16T23:04:16.265Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-16T23:04:16.804Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-16T23:04:16.804Z] After this operation, 31.7 MB disk space will be freed. [2020-12-16T23:04:16.872Z] ---> Running in 27d37400ab08 [2020-12-16T23:04:17.592Z] (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.) [2020-12-16T23:04:17.592Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T23:04:17.867Z] Removing intermediate container 27d37400ab08 [2020-12-16T23:04:17.867Z] ---> efebc3df2752 [2020-12-16T23:04:17.867Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-16T23:04:18.156Z] ---> Running in fb1f9148d547 [2020-12-16T23:04:18.548Z] Removing lxd dnsmasq configuration [2020-12-16T23:04:18.548Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T23:04:18.809Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-16T23:04:19.756Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-16T23:04:20.019Z] (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.) [2020-12-16T23:04:20.019Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-16T23:04:20.157Z] Removing intermediate container fb1f9148d547 [2020-12-16T23:04:20.157Z] ---> ce55ec799d65 [2020-12-16T23:04:20.157Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-16T23:04:21.405Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-16T23:04:21.406Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-16T23:04:22.350Z] + sudo snap remove --purge lxd [2020-12-16T23:04:22.611Z] snap "lxd" is not installed [2020-12-16T23:04:22.611Z] + sudo groupadd --force --system lxd [2020-12-16T23:04:22.611Z] ++ whoami [2020-12-16T23:04:22.611Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-16T23:04:22.873Z] + newgrp - lxd [2020-12-16T23:04:22.873Z] + sudo snap install lxd [2020-12-16T23:04:24.502Z] ---> 9058658114f5 [2020-12-16T23:04:24.502Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-16T23:04:24.502Z] Removing intermediate container 05130907d363 [2020-12-16T23:04:24.502Z] ---> 253062ace846 [2020-12-16T23:04:24.502Z] [2020-12-16T23:04:24.502Z] Step 10/22 : FROM scratch [2020-12-16T23:04:24.502Z] ---> [2020-12-16T23:04:24.502Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:04:24.780Z] Removing intermediate container 3a0dada14819 [2020-12-16T23:04:24.780Z] ---> 7261232fb3c5 [2020-12-16T23:04:24.780Z] [2020-12-16T23:04:24.780Z] Step 10/21 : FROM scratch [2020-12-16T23:04:24.780Z] ---> [2020-12-16T23:04:24.780Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:04:24.780Z] ---> Running in 0d1c080b1b28 [2020-12-16T23:04:24.780Z] Removing intermediate container 4237e79d4945 [2020-12-16T23:04:24.780Z] ---> fd5e29266ade [2020-12-16T23:04:24.780Z] [2020-12-16T23:04:24.780Z] Step 10/24 : FROM scratch [2020-12-16T23:04:24.780Z] ---> [2020-12-16T23:04:24.780Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-16T23:04:25.058Z] ---> Running in 547ceca6f482 [2020-12-16T23:04:25.058Z] ---> Running in 9d1b3da58069 [2020-12-16T23:04:25.329Z] ---> 7e50de53bb87 [2020-12-16T23:04:25.329Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-16T23:04:25.604Z] Removing intermediate container 0d1c080b1b28 [2020-12-16T23:04:25.604Z] ---> 652bcc657f32 [2020-12-16T23:04:25.604Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-16T23:04:25.604Z] ---> Running in a83aa5d4bab0 [2020-12-16T23:04:25.882Z] Removing intermediate container 547ceca6f482 [2020-12-16T23:04:25.883Z] ---> 8d56da9e5f3e [2020-12-16T23:04:25.883Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-16T23:04:25.883Z] Removing intermediate container 9d1b3da58069 [2020-12-16T23:04:25.883Z] ---> d3e6ca5ae363 [2020-12-16T23:04:25.883Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-16T23:04:26.156Z] ---> Running in a29085272493 [2020-12-16T23:04:26.156Z] ---> Running in b12905ba5c45 [2020-12-16T23:04:26.426Z] Removing intermediate container a83aa5d4bab0 [2020-12-16T23:04:26.426Z] ---> 5ded98e8580d [2020-12-16T23:04:26.426Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T23:04:26.699Z] ---> Running in 024ba9510c26 [2020-12-16T23:04:26.699Z] Removing intermediate container b12905ba5c45 [2020-12-16T23:04:26.699Z] ---> 3a4a39401abf [2020-12-16T23:04:26.699Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-16T23:04:26.699Z] ---> 9ab3afa700d6 [2020-12-16T23:04:26.699Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-16T23:04:26.984Z] ---> Running in 3ce4e756d3b1 [2020-12-16T23:04:26.984Z] Removing intermediate container a29085272493 [2020-12-16T23:04:26.984Z] ---> a47ae36682aa [2020-12-16T23:04:26.984Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-16T23:04:26.984Z] ---> Running in 65bab19ea956 [2020-12-16T23:04:27.263Z] ---> Running in 656ddde05712 [2020-12-16T23:04:27.263Z] Removing intermediate container 024ba9510c26 [2020-12-16T23:04:27.263Z] ---> 6ea3a3f21102 [2020-12-16T23:04:27.263Z] Step 14/22 : WORKDIR / [2020-12-16T23:04:27.263Z] ---> Running in b3cc9a78595e [2020-12-16T23:04:27.541Z] Removing intermediate container 3ce4e756d3b1 [2020-12-16T23:04:27.541Z] ---> 58f1a4898488 [2020-12-16T23:04:27.541Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-16T23:04:28.141Z] Removing intermediate container 656ddde05712 [2020-12-16T23:04:28.141Z] ---> 41bde8e45e99 [2020-12-16T23:04:28.141Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-16T23:04:28.141Z] Removing intermediate container b3cc9a78595e [2020-12-16T23:04:28.141Z] ---> 937a1746d4cc [2020-12-16T23:04:28.141Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-16T23:04:28.868Z] ---> 07af20802468 [2020-12-16T23:04:28.868Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-16T23:04:28.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:28.868Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:29.524Z] ---> 6563aa08b012 [2020-12-16T23:04:29.525Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-16T23:04:29.525Z] ---> d5b7d23c54c2 [2020-12-16T23:04:29.525Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-16T23:04:30.019Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-16T23:04:30.019Z] (2/33) Installing expat (2.2.9-r1) [2020-12-16T23:04:30.019Z] (3/33) Installing libffi (3.3-r2) [2020-12-16T23:04:30.019Z] (4/33) Installing gdbm (1.13-r1) [2020-12-16T23:04:30.019Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-16T23:04:30.019Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-16T23:04:30.019Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-16T23:04:32.102Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-16T23:04:32.102Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-16T23:04:32.102Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-16T23:04:32.102Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-16T23:04:32.102Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-16T23:04:32.102Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-16T23:04:32.378Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-16T23:04:32.378Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-16T23:04:32.378Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-16T23:04:32.378Z] ---> bde254868411 [2020-12-16T23:04:32.378Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-16T23:04:32.378Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-16T23:04:32.672Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-16T23:04:32.672Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-16T23:04:32.672Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-16T23:04:32.672Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-16T23:04:32.672Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-16T23:04:32.672Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-16T23:04:32.672Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-16T23:04:32.672Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-16T23:04:32.672Z] ---> fb1200ae31ec [2020-12-16T23:04:32.672Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-16T23:04:32.672Z] ---> e7289b25922a [2020-12-16T23:04:32.672Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-16T23:04:32.672Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-16T23:04:32.906Z] 2020-12-16T23:04:30Z INFO Waiting for automatic snapd restart... [2020-12-16T23:04:32.969Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-16T23:04:32.969Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-16T23:04:32.969Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-16T23:04:32.969Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-16T23:04:32.969Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-16T23:04:32.969Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-16T23:04:32.969Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-16T23:04:33.250Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:04:33.250Z] OK: 71 MiB in 55 packages [2020-12-16T23:04:34.250Z] ---> b1873d88d834 [2020-12-16T23:04:34.250Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-16T23:04:34.525Z] ---> 067d5cad7379 [2020-12-16T23:04:34.525Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-16T23:04:34.525Z] ---> 7b177021961a [2020-12-16T23:04:34.525Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-16T23:04:34.525Z] ---> Running in 7a2f514fb087 [2020-12-16T23:04:34.800Z] ---> Running in 9b36a1b43d55 [2020-12-16T23:04:35.402Z] Removing intermediate container 7a2f514fb087 [2020-12-16T23:04:35.402Z] ---> 79e78f25e43e [2020-12-16T23:04:35.402Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:04:35.676Z] Removing intermediate container 9b36a1b43d55 [2020-12-16T23:04:35.676Z] ---> c4e457b3a7ea [2020-12-16T23:04:35.676Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:04:35.676Z] ---> Running in b1889a25679b [2020-12-16T23:04:35.953Z] ---> Running in 62bcfe8a70cf [2020-12-16T23:04:35.953Z] ---> 9a6cd20d122e [2020-12-16T23:04:35.953Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-16T23:04:36.551Z] Removing intermediate container b1889a25679b [2020-12-16T23:04:36.551Z] ---> e9771de888c3 [2020-12-16T23:04:36.551Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T23:04:36.551Z] Removing intermediate container 62bcfe8a70cf [2020-12-16T23:04:36.551Z] ---> adee837422d8 [2020-12-16T23:04:36.551Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T23:04:36.845Z] ---> Running in d4b011885dbf [2020-12-16T23:04:36.845Z] ---> Running in 75fb278ae046 [2020-12-16T23:04:37.825Z] Removing intermediate container d4b011885dbf [2020-12-16T23:04:37.825Z] ---> ec42ea8fc2cd [2020-12-16T23:04:37.825Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:04:37.825Z] Removing intermediate container 75fb278ae046 [2020-12-16T23:04:37.825Z] ---> 3d9bcf1f5db8 [2020-12-16T23:04:37.825Z] Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:04:38.110Z] ---> Running in d168a8c5df11 [2020-12-16T23:04:38.390Z] ---> Running in fed82e464d4c [2020-12-16T23:04:38.669Z] ---> 073e9a1bec3a [2020-12-16T23:04:38.669Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-16T23:04:38.951Z] Removing intermediate container d168a8c5df11 [2020-12-16T23:04:38.951Z] ---> 47faa37f29bb [2020-12-16T23:04:38.951Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T23:04:39.230Z] ---> Running in e97e53a8d591 [2020-12-16T23:04:39.230Z] Removing intermediate container fed82e464d4c [2020-12-16T23:04:39.230Z] ---> 58239399a6c9 [2020-12-16T23:04:39.230Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T23:04:39.830Z] ---> Running in 28bb1bd4db19 [2020-12-16T23:04:39.830Z] ---> d78bfe9bb75a [2020-12-16T23:04:39.830Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-16T23:04:40.107Z] ---> Running in 2a6bdb8855e0 [2020-12-16T23:04:40.107Z] Removing intermediate container e97e53a8d591 [2020-12-16T23:04:40.107Z] ---> 651aca9f2ead [2020-12-16T23:04:40.107Z] [2020-12-16T23:04:40.383Z] Removing intermediate container 28bb1bd4db19 [2020-12-16T23:04:40.383Z] ---> 95fd2d9e8e64 [2020-12-16T23:04:40.383Z] [2020-12-16T23:04:40.988Z] Removing intermediate container 2a6bdb8855e0 [2020-12-16T23:04:40.988Z] ---> 15fdbb506ebd [2020-12-16T23:04:40.988Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:04:40.988Z] Successfully built 651aca9f2ead [2020-12-16T23:04:40.988Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-16T23:04:40.988Z]  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go [2020-12-16T23:04:40.988Z] Successfully built 95fd2d9e8e64 [2020-12-16T23:04:41.262Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-16T23:04:41.262Z] Building docker-security-proxy-setup-go [2020-12-16T23:04:41.536Z]  Building docker-support-scheduler-go ... done  ---> Running in ff9df0427ff9 [2020-12-16T23:04:42.518Z] Removing intermediate container ff9df0427ff9 [2020-12-16T23:04:42.518Z] ---> 260ee3b185bf [2020-12-16T23:04:42.518Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T23:04:42.790Z] ---> Running in bc245930e11e [2020-12-16T23:04:43.388Z] Removing intermediate container d0fb3699554b [2020-12-16T23:04:43.388Z] ---> b39970e8a0ee [2020-12-16T23:04:43.388Z] [2020-12-16T23:04:43.388Z] Step 10/23 : FROM alpine [2020-12-16T23:04:43.388Z] latest: Pulling from library/alpine [2020-12-16T23:04:43.388Z] Removing intermediate container 65bab19ea956 [2020-12-16T23:04:43.388Z] ---> 6c11ab1b6758 [2020-12-16T23:04:43.388Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-16T23:04:43.665Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-16T23:04:43.665Z] Removing intermediate container bc245930e11e [2020-12-16T23:04:43.665Z] ---> c2c795b583cc [2020-12-16T23:04:43.665Z] Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:04:43.665Z] Status: Downloaded newer image for alpine:latest [2020-12-16T23:04:43.665Z] ---> dd36a01c3f31 [2020-12-16T23:04:43.665Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:04:43.940Z] ---> Running in 43eefa6c8ae9 [2020-12-16T23:04:44.218Z] ---> Running in a861a606cb5d [2020-12-16T23:04:44.218Z] ---> Running in e1cb08323957 [2020-12-16T23:04:45.153Z] lxd 4.9 from Canonical* installed [2020-12-16T23:04:45.153Z] + sudo lxd init --auto [2020-12-16T23:04:45.674Z] Removing intermediate container a861a606cb5d [2020-12-16T23:04:45.674Z] ---> 80c6b4928fa5 [2020-12-16T23:04:45.674Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-16T23:04:45.674Z] Removing intermediate container e1cb08323957 [2020-12-16T23:04:45.674Z] ---> 1d0d5e89cbf6 [2020-12-16T23:04:45.674Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T23:04:45.949Z] ---> Running in bd4e0dc30b82 [2020-12-16T23:04:45.949Z] ---> Running in 51f89ba66fb5 [2020-12-16T23:04:46.556Z] Removing intermediate container bd4e0dc30b82 [2020-12-16T23:04:46.556Z] ---> ba1ab897c77a [2020-12-16T23:04:46.556Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-16T23:04:46.836Z] Removing intermediate container 51f89ba66fb5 [2020-12-16T23:04:46.836Z] ---> 0a168ed7ff89 [2020-12-16T23:04:46.836Z] [2020-12-16T23:04:47.108Z] ---> Running in f7af7f00146f [2020-12-16T23:04:47.382Z] Successfully built 0a168ed7ff89 [2020-12-16T23:04:47.382Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-16T23:04:47.382Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2020-12-16T23:04:47.670Z] Removing intermediate container f7af7f00146f [2020-12-16T23:04:47.670Z] ---> 31d167b25f13 [2020-12-16T23:04:47.670Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:04:47.945Z] ---> Running in e14f799d2c39 [2020-12-16T23:04:49.940Z] Collecting docker-compose==1.23.2 [2020-12-16T23:04:50.214Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-16T23:04:51.198Z] Removing intermediate container e14f799d2c39 [2020-12-16T23:04:51.198Z] ---> f80ea4d3d176 [2020-12-16T23:04:51.198Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-16T23:04:51.470Z] ---> Running in b43e4d669e8f [2020-12-16T23:04:51.470Z] Collecting docker<4.0,>=3.6.0 [2020-12-16T23:04:51.470Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-16T23:04:52.448Z] Collecting jsonschema<3,>=2.5.1 [2020-12-16T23:04:52.448Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-16T23:04:52.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:53.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:04:53.426Z] Collecting PyYAML<4,>=3.10 [2020-12-16T23:04:53.426Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-16T23:04:54.023Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-16T23:04:54.023Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-16T23:04:54.023Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-16T23:04:54.300Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-16T23:04:54.300Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-16T23:04:54.572Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:04:54.572Z] OK: 8 MiB in 19 packages [2020-12-16T23:04:55.228Z] + sudo snap install --classic snapcraft [2020-12-16T23:04:57.200Z] Removing intermediate container b43e4d669e8f [2020-12-16T23:04:57.200Z] ---> 07aa5bd5d9d4 [2020-12-16T23:04:57.200Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-16T23:04:57.200Z] Collecting docopt<0.7,>=0.6.1 [2020-12-16T23:04:57.200Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-16T23:04:57.816Z] ---> 11aefe9c9b7f [2020-12-16T23:04:57.816Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-16T23:04:59.265Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-16T23:04:59.265Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-16T23:04:59.265Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-16T23:04:59.443Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T23:04:59.443Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-16T23:04:59.443Z] + patch --verbose -p1 [2020-12-16T23:04:59.443Z] Hmm... Looks like a unified diff to me... [2020-12-16T23:04:59.443Z] The text leading up to this was: [2020-12-16T23:04:59.443Z] -------------------------- [2020-12-16T23:04:59.443Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-16T23:04:59.443Z] |From: Tony Espy [2020-12-16T23:04:59.443Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-16T23:04:59.443Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-16T23:04:59.443Z] | [2020-12-16T23:04:59.443Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-16T23:04:59.443Z] |optimize the snap CI check run for pull requests. When [2020-12-16T23:04:59.443Z] |applied, it essentially strips out everything (apps and [2020-12-16T23:04:59.443Z] |parts) from the snapcraft.yaml file except those required [2020-12-16T23:04:59.443Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-16T23:04:59.443Z] |catch changes to edgex-go that break the snap build. [2020-12-16T23:04:59.443Z] | [2020-12-16T23:04:59.443Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-16T23:04:59.443Z] |to update this patch file, otherwise it may fail to apply, [2020-12-16T23:04:59.443Z] |resulting in a failed snap build CI check in the associated [2020-12-16T23:04:59.443Z] |pull request. [2020-12-16T23:04:59.443Z] | [2020-12-16T23:04:59.443Z] |Note - in addition to applying this patch, the pipeline also [2020-12-16T23:04:59.443Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-16T23:04:59.443Z] |need to build the finally binary .snap file (and it won't [2020-12-16T23:04:59.443Z] |work with the patch applied). This further reduces the build [2020-12-16T23:04:59.443Z] |time. [2020-12-16T23:04:59.443Z] |--- [2020-12-16T23:04:59.443Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-16T23:04:59.443Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-16T23:04:59.443Z] | [2020-12-16T23:04:59.443Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-16T23:04:59.443Z] |index 1e537489..faf42425 100644 [2020-12-16T23:04:59.443Z] |--- a/snap/snapcraft.yaml [2020-12-16T23:04:59.443Z] |+++ b/snap/snapcraft.yaml [2020-12-16T23:04:59.443Z] -------------------------- [2020-12-16T23:04:59.443Z] patching file snap/snapcraft.yaml [2020-12-16T23:04:59.443Z] Using Plan A... [2020-12-16T23:04:59.443Z] Hunk #1 succeeded at 73. [2020-12-16T23:04:59.443Z] Hunk #2 succeeded at 202. [2020-12-16T23:04:59.443Z] Hunk #3 succeeded at 214. [2020-12-16T23:04:59.443Z] Hunk #4 succeeded at 222. [2020-12-16T23:04:59.443Z] Hunk #5 succeeded at 229. [2020-12-16T23:04:59.443Z] Hunk #6 succeeded at 256. [2020-12-16T23:04:59.443Z] Hunk #7 succeeded at 290. [2020-12-16T23:04:59.443Z] Hunk #8 succeeded at 341. [2020-12-16T23:04:59.443Z] Hmm... Ignoring the trailing garbage. [2020-12-16T23:04:59.443Z] done [2020-12-16T23:04:59.443Z] + sudo snapcraft prime --use-lxd [2020-12-16T23:05:00.396Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-16T23:05:00.396Z] 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: [2020-12-16T23:05:00.396Z] - README.md [2020-12-16T23:05:00.396Z] [2020-12-16T23:05:00.396Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T23:05:00.728Z] ---> 14ed63785197 [2020-12-16T23:05:00.728Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-16T23:05:00.970Z] Launching a container. [2020-12-16T23:05:01.729Z] ---> c0d3bc2356be [2020-12-16T23:05:01.729Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-16T23:05:02.001Z] Collecting texttable<0.10,>=0.9.0 [2020-12-16T23:05:02.001Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-16T23:05:02.001Z] ---> Running in 9b1946b8a82f [2020-12-16T23:05:02.612Z] Removing intermediate container 9b1946b8a82f [2020-12-16T23:05:02.612Z] ---> 382dbdaed703 [2020-12-16T23:05:02.612Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:05:02.890Z] ---> Running in 5ff2ae7828c5 [2020-12-16T23:05:03.492Z] Removing intermediate container 5ff2ae7828c5 [2020-12-16T23:05:03.492Z] ---> 08bf2009ae6f [2020-12-16T23:05:03.492Z] Step 21/23 : LABEL arch=arm64 [2020-12-16T23:05:03.769Z] ---> Running in c7aa28925186 [2020-12-16T23:05:04.388Z] Removing intermediate container c7aa28925186 [2020-12-16T23:05:04.388Z] ---> 763dfa05c897 [2020-12-16T23:05:04.388Z] Step 22/23 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:05:04.668Z] ---> Running in cf9e91a39214 [2020-12-16T23:05:05.285Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-16T23:05:05.285Z] Removing intermediate container cf9e91a39214 [2020-12-16T23:05:05.285Z] ---> b5ab6484dc61 [2020-12-16T23:05:05.285Z] Step 23/23 : LABEL version=0.0.0 [2020-12-16T23:05:05.285Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-16T23:05:05.285Z] ---> Running in 09578ad85233 [2020-12-16T23:05:05.895Z] Removing intermediate container 09578ad85233 [2020-12-16T23:05:05.895Z] ---> aa129471a02f [2020-12-16T23:05:05.895Z] [2020-12-16T23:05:06.167Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-16T23:05:06.168Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-16T23:05:06.441Z] Successfully built aa129471a02f [2020-12-16T23:05:06.441Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-16T23:05:06.441Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-12-16T23:05:06.717Z] Collecting cached-property<2,>=1.2.0 [2020-12-16T23:05:06.717Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-16T23:05:06.993Z] Collecting docker-pycreds>=0.4.0 [2020-12-16T23:05:06.993Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-16T23:05:07.269Z] 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) [2020-12-16T23:05:07.875Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-16T23:05:07.875Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-16T23:05:08.152Z] 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) [2020-12-16T23:05:08.429Z] Collecting idna<2.8,>=2.5 [2020-12-16T23:05:08.429Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-16T23:05:08.429Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-16T23:05:08.429Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-16T23:05:08.429Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-16T23:05:08.429Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-16T23:05:09.419Z] Installing collected packages: websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, PyYAML, docopt, dockerpty, texttable, cached-property, docker-compose [2020-12-16T23:05:09.694Z] Attempting uninstall: urllib3 [2020-12-16T23:05:09.694Z] Found existing installation: urllib3 1.25.9 [2020-12-16T23:05:09.694Z] Uninstalling urllib3-1.25.9: [2020-12-16T23:05:09.971Z] Successfully uninstalled urllib3-1.25.9 [2020-12-16T23:05:10.579Z] Attempting uninstall: idna [2020-12-16T23:05:10.579Z] Found existing installation: idna 2.9 [2020-12-16T23:05:10.579Z] Uninstalling idna-2.9: [2020-12-16T23:05:10.856Z] Successfully uninstalled idna-2.9 [2020-12-16T23:05:11.460Z] Attempting uninstall: requests [2020-12-16T23:05:11.460Z] Found existing installation: requests 2.23.0 [2020-12-16T23:05:11.460Z] Uninstalling requests-2.23.0: [2020-12-16T23:05:11.736Z] Successfully uninstalled requests-2.23.0 [2020-12-16T23:05:13.213Z] Waiting for container to be ready [2020-12-16T23:05:13.213Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-16T23:05:13.213Z] [2020-12-16T23:05:13.728Z] Running setup.py install for PyYAML: started [2020-12-16T23:05:15.133Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-16T23:05:15.714Z] Waiting for network to be ready... [2020-12-16T23:05:15.729Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-16T23:05:15.729Z] Running setup.py install for docopt: started [2020-12-16T23:05:16.287Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T23:05:16.287Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T23:05:16.548Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T23:05:16.548Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T23:05:16.809Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T23:05:17.070Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T23:05:17.070Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T23:05:17.070Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T23:05:17.070Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T23:05:17.070Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T23:05:17.070Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T23:05:17.070Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T23:05:17.070Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T23:05:17.070Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T23:05:17.070Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T23:05:17.070Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T23:05:17.070Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T23:05:17.070Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T23:05:17.330Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T23:05:17.597Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T23:05:17.597Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T23:05:17.597Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T23:05:17.597Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T23:05:17.597Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T23:05:17.597Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T23:05:17.597Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T23:05:17.597Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T23:05:17.726Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:05:17.726Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:05:17.726Z] ---> 056f73952fcf [2020-12-16T23:05:17.726Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T23:05:17.726Z] ---> Using cache [2020-12-16T23:05:17.726Z] ---> 70a050ee9c3c [2020-12-16T23:05:17.726Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:05:17.727Z] ---> Using cache [2020-12-16T23:05:17.727Z] ---> 29e9fdc49a93 [2020-12-16T23:05:17.727Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T23:05:18.333Z] Running setup.py install for docopt: finished with status 'done' [2020-12-16T23:05:18.333Z] Running setup.py install for dockerpty: started [2020-12-16T23:05:19.332Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:05:19.332Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:05:19.332Z] ---> 056f73952fcf [2020-12-16T23:05:19.332Z] Step 3/21 : WORKDIR /edgex-go [2020-12-16T23:05:19.332Z] ---> Using cache [2020-12-16T23:05:19.332Z] ---> 70a050ee9c3c [2020-12-16T23:05:19.332Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:05:19.332Z] ---> Using cache [2020-12-16T23:05:19.332Z] ---> 29e9fdc49a93 [2020-12-16T23:05:19.332Z] Step 5/21 : RUN apk update && apk add make git [2020-12-16T23:05:19.943Z] ---> Running in 42302870dd11 [2020-12-16T23:05:19.943Z] ---> Running in 9745c627e5c2 [2020-12-16T23:05:20.145Z] Fetched 23.5 MB in 4s (5605 kB/s) [2020-12-16T23:05:20.937Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-16T23:05:20.937Z] Running setup.py install for texttable: started [2020-12-16T23:05:21.089Z] Reading package lists... [2020-12-16T23:05:21.351Z] Reading package lists... [2020-12-16T23:05:21.351Z] Building dependency tree... [2020-12-16T23:05:21.351Z] Reading state information... [2020-12-16T23:05:21.613Z] The following additional packages will be installed: [2020-12-16T23:05:21.613Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T23:05:21.613Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T23:05:21.613Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T23:05:21.613Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-16T23:05:21.613Z] Suggested packages: [2020-12-16T23:05:21.613Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-16T23:05:21.613Z] Recommended packages: [2020-12-16T23:05:21.613Z] gnupg libsasl2-modules [2020-12-16T23:05:21.613Z] The following NEW packages will be installed: [2020-12-16T23:05:21.613Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-16T23:05:21.613Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-16T23:05:21.613Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-16T23:05:21.613Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-16T23:05:21.613Z] The following packages will be upgraded: [2020-12-16T23:05:21.613Z] gpg gpg-agent gpgconf libudev1 [2020-12-16T23:05:21.613Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-16T23:05:21.613Z] Need to get 3531 kB of archives. [2020-12-16T23:05:21.613Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-16T23:05:21.613Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-16T23:05:21.613Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-16T23:05:21.613Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-16T23:05:21.613Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-16T23:05:21.613Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-16T23:05:21.613Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-16T23:05:21.613Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-16T23:05:21.613Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-16T23:05:21.874Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-16T23:05:21.874Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-16T23:05:21.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:21.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:22.449Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-16T23:05:22.449Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-16T23:05:22.449Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-16T23:05:22.449Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-16T23:05:22.449Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-16T23:05:22.449Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-16T23:05:22.449Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-16T23:05:22.449Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-16T23:05:22.449Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-16T23:05:22.449Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-16T23:05:22.449Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-16T23:05:22.449Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-16T23:05:22.713Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T23:05:22.713Z] Fetched 3531 kB in 1s (3529 kB/s) [2020-12-16T23:05:22.713Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T23:05:22.713Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-16T23:05:22.713Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T23:05:22.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:22.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:22.974Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-16T23:05:22.974Z] Selecting previously unselected package udev. [2020-12-16T23:05:22.974Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-16T23:05:22.974Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-16T23:05:22.974Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-16T23:05:23.234Z] Selecting previously unselected package libfuse2:amd64. [2020-12-16T23:05:23.234Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T23:05:23.234Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T23:05:23.495Z] Selecting previously unselected package fuse. [2020-12-16T23:05:23.495Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-16T23:05:23.495Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-16T23:05:23.495Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:23.495Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T23:05:23.529Z] Running setup.py install for texttable: finished with status 'done' [2020-12-16T23:05:23.529Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:05:23.529Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:05:23.529Z] OK: 12620 distinct packages available [2020-12-16T23:05:23.756Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:23.756Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T23:05:23.756Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:23.756Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T23:05:23.809Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:05:23.809Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:05:23.809Z] OK: 12620 distinct packages available [2020-12-16T23:05:24.016Z] Selecting previously unselected package libksba8:amd64. [2020-12-16T23:05:24.017Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-16T23:05:24.017Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-16T23:05:24.017Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-16T23:05:24.017Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.017Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.017Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-16T23:05:24.017Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.017Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.278Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-16T23:05:24.278Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.278Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.278Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-16T23:05:24.278Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.278Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.278Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-16T23:05:24.278Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.278Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.278Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-16T23:05:24.278Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.278Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.540Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-16T23:05:24.540Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.540Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.540Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-16T23:05:24.540Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.540Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.802Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-16T23:05:24.802Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-16T23:05:24.802Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:24.802Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-16T23:05:24.802Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T23:05:24.802Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T23:05:24.802Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-16T23:05:24.802Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-16T23:05:24.808Z] OK: 217 MiB in 51 packages [2020-12-16T23:05:24.808Z] 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 [2020-12-16T23:05:24.808Z] OK: 217 MiB in 51 packages [2020-12-16T23:05:25.063Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T23:05:25.063Z] Selecting previously unselected package libldap-common. [2020-12-16T23:05:25.063Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-16T23:05:25.063Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T23:05:25.063Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-16T23:05:25.063Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-16T23:05:25.063Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T23:05:25.324Z] Selecting previously unselected package dirmngr. [2020-12-16T23:05:25.324Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:25.324Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T23:05:25.324Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T23:05:25.324Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-16T23:05:25.324Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-16T23:05:25.324Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T23:05:25.585Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-16T23:05:25.585Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-16T23:05:25.585Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:25.585Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-16T23:05:25.585Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T23:05:25.585Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-16T23:05:26.159Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-16T23:05:26.159Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.159Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-16T23:05:26.159Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-16T23:05:26.159Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-16T23:05:26.159Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.159Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.159Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.423Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.423Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.423Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.423Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-16T23:05:26.423Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-16T23:05:26.423Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-16T23:05:26.423Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T23:05:26.996Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-16T23:05:26.996Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-16T23:05:26.996Z] This means they are not meant to be enabled using systemctl. [2020-12-16T23:05:26.996Z] Possible reasons for having this kind of units are: [2020-12-16T23:05:26.996Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-16T23:05:26.996Z] .wants/ or .requires/ directory. [2020-12-16T23:05:26.997Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-16T23:05:26.997Z] a requirement dependency on it. [2020-12-16T23:05:26.997Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-16T23:05:26.997Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-16T23:05:26.997Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-16T23:05:26.997Z] instance name specified. [2020-12-16T23:05:27.259Z] Reading package lists... [2020-12-16T23:05:27.467Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:05:27.467Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:05:27.467Z] ---> 056f73952fcf [2020-12-16T23:05:27.467Z] Step 3/24 : WORKDIR /edgex-go [2020-12-16T23:05:27.467Z] ---> Using cache [2020-12-16T23:05:27.467Z] ---> 70a050ee9c3c [2020-12-16T23:05:27.467Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:05:27.467Z] ---> Using cache [2020-12-16T23:05:27.467Z] ---> 29e9fdc49a93 [2020-12-16T23:05:27.467Z] Step 5/24 : RUN apk update && apk add make git [2020-12-16T23:05:27.521Z] Building dependency tree... [2020-12-16T23:05:27.521Z] Reading state information... [2020-12-16T23:05:27.521Z] The following additional packages will be installed: [2020-12-16T23:05:27.521Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-16T23:05:27.521Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-16T23:05:27.521Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-16T23:05:27.521Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-16T23:05:27.521Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-16T23:05:27.521Z] Suggested packages: [2020-12-16T23:05:27.521Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-16T23:05:27.521Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-16T23:05:27.521Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-16T23:05:27.521Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-16T23:05:27.521Z] systemd-container policykit-1 [2020-12-16T23:05:27.521Z] Recommended packages: [2020-12-16T23:05:27.521Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-16T23:05:27.521Z] The following NEW packages will be installed: [2020-12-16T23:05:27.521Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-16T23:05:27.521Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-16T23:05:27.521Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-16T23:05:27.521Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-16T23:05:27.521Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-16T23:05:27.521Z] The following packages will be upgraded: [2020-12-16T23:05:27.521Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-16T23:05:27.746Z] ---> Running in 14f0e40c13ec [2020-12-16T23:05:27.781Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-16T23:05:27.781Z] Need to get 35.2 MB of archives. [2020-12-16T23:05:27.782Z] After this operation, 141 MB of additional disk space will be used. [2020-12-16T23:05:27.782Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-16T23:05:27.782Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-16T23:05:28.355Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-16T23:05:28.364Z] Removing intermediate container 42302870dd11 [2020-12-16T23:05:28.364Z] Removing intermediate container 9745c627e5c2 [2020-12-16T23:05:28.364Z] ---> a57a5936ed3f [2020-12-16T23:05:28.364Z] Step 6/22 : COPY go.mod . [2020-12-16T23:05:28.364Z] ---> 5a718dac7bf5 [2020-12-16T23:05:28.364Z] Step 6/21 : COPY go.mod . [2020-12-16T23:05:28.616Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-16T23:05:28.616Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-16T23:05:28.616Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-16T23:05:28.616Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-16T23:05:28.616Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-16T23:05:28.616Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-16T23:05:28.616Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-16T23:05:28.616Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2020-12-16T23:05:28.616Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-16T23:05:28.616Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-16T23:05:28.616Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-16T23:05:28.616Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-16T23:05:28.617Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-16T23:05:28.617Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-16T23:05:28.617Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-16T23:05:28.617Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-16T23:05:28.617Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-16T23:05:28.617Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-16T23:05:28.877Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-16T23:05:28.877Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-16T23:05:28.877Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-16T23:05:28.877Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-16T23:05:28.877Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-16T23:05:28.877Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-16T23:05:28.877Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-16T23:05:28.877Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-16T23:05:29.140Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-16T23:05:29.711Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T23:05:29.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:29.972Z] Fetched 35.2 MB in 2s (16.5 MB/s) [2020-12-16T23:05:29.973Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T23:05:29.973Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-16T23:05:29.973Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T23:05:30.177Z] ---> 93eaf1b263fe [2020-12-16T23:05:30.177Z] Step 7/22 : RUN go mod download [2020-12-16T23:05:30.501Z] ---> c77813a19190 [2020-12-16T23:05:30.501Z] Step 7/21 : RUN go mod download [2020-12-16T23:05:30.501Z] ---> Running in beda9dee019f [2020-12-16T23:05:30.546Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-16T23:05:30.546Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T23:05:30.807Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-16T23:05:30.807Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T23:05:30.807Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T23:05:30.807Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T23:05:30.808Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:30.808Z] ---> Running in 9e09da0c4286 [2020-12-16T23:05:31.069Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-16T23:05:31.104Z] Removing intermediate container 43eefa6c8ae9 [2020-12-16T23:05:31.104Z] ---> f7f3cca14619 [2020-12-16T23:05:31.104Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-16T23:05:31.331Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-16T23:05:31.331Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-16T23:05:31.331Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-16T23:05:31.592Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-16T23:05:31.592Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-16T23:05:31.720Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:05:31.720Z] v3.12.3-12-g15f1da04e4 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:05:31.720Z] OK: 12620 distinct packages available [2020-12-16T23:05:31.720Z] ---> Running in d66c36fd9564 [2020-12-16T23:05:31.853Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-16T23:05:32.115Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-16T23:05:32.115Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T23:05:32.115Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T23:05:32.376Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-16T23:05:32.376Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T23:05:32.376Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:32.637Z] Selecting previously unselected package libexpat1:amd64. [2020-12-16T23:05:32.637Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-16T23:05:32.637Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T23:05:32.637Z] Selecting previously unselected package python3.6-minimal. [2020-12-16T23:05:32.637Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T23:05:32.637Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:32.722Z] OK: 217 MiB in 51 packages [2020-12-16T23:05:32.901Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T23:05:32.901Z] Checking for services that may need to be restarted...done. [2020-12-16T23:05:32.901Z] Checking for services that may need to be restarted...done. [2020-12-16T23:05:33.162Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:33.162Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-16T23:05:33.162Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:33.423Z] Selecting previously unselected package python3-minimal. [2020-12-16T23:05:33.684Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-16T23:05:33.684Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-16T23:05:33.684Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-16T23:05:33.684Z] Selecting previously unselected package mime-support. [2020-12-16T23:05:33.684Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-16T23:05:33.684Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-16T23:05:33.684Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-16T23:05:33.684Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-16T23:05:33.684Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T23:05:33.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:33.723Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:05:33.957Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-16T23:05:33.958Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T23:05:33.958Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:34.220Z] Selecting previously unselected package python3.6. [2020-12-16T23:05:34.220Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-16T23:05:34.220Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:34.220Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-16T23:05:34.220Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-16T23:05:34.220Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T23:05:34.220Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-16T23:05:34.480Z] Selecting previously unselected package python3. [2020-12-16T23:05:34.481Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-16T23:05:34.481Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-16T23:05:34.481Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-16T23:05:34.727Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T23:05:34.727Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-16T23:05:34.727Z] (3/3) Installing curl (7.69.1-r3) [2020-12-16T23:05:34.727Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:05:34.727Z] OK: 71 MiB in 58 packages [2020-12-16T23:05:34.741Z] Selecting previously unselected package multiarch-support. [2020-12-16T23:05:34.741Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T23:05:34.741Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2020-12-16T23:05:34.741Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2020-12-16T23:05:34.741Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-16T23:05:34.741Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-16T23:05:34.741Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-16T23:05:34.741Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T23:05:35.002Z] Selecting previously unselected package libbsd0:amd64. [2020-12-16T23:05:35.002Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-16T23:05:35.002Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T23:05:35.002Z] Selecting previously unselected package sudo. [2020-12-16T23:05:35.002Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-16T23:05:35.002Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T23:05:35.262Z] Selecting previously unselected package apparmor. [2020-12-16T23:05:35.263Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T23:05:35.263Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-16T23:05:35.263Z] Selecting previously unselected package libedit2:amd64. [2020-12-16T23:05:35.263Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-16T23:05:35.263Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T23:05:35.344Z] Removing intermediate container 14f0e40c13ec [2020-12-16T23:05:35.345Z] ---> 4a0ee347740c [2020-12-16T23:05:35.345Z] Step 6/24 : COPY go.mod . [2020-12-16T23:05:35.524Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-16T23:05:35.524Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T23:05:35.524Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:35.524Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-16T23:05:35.524Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T23:05:35.524Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:35.524Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-16T23:05:35.524Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-16T23:05:35.524Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T23:05:35.785Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-16T23:05:35.785Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T23:05:35.785Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:35.785Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-16T23:05:35.785Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-16T23:05:35.785Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:36.045Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-16T23:05:36.045Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-16T23:05:36.045Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T23:05:36.045Z] Selecting previously unselected package openssh-client. [2020-12-16T23:05:36.045Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-16T23:05:36.045Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T23:05:36.307Z] Selecting previously unselected package squashfs-tools. [2020-12-16T23:05:36.307Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-16T23:05:36.307Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T23:05:36.307Z] Selecting previously unselected package snapd. [2020-12-16T23:05:36.307Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-16T23:05:36.307Z] Unpacking snapd (2.48+18.04) ... [2020-12-16T23:05:36.356Z] Removing intermediate container 9e09da0c4286 [2020-12-16T23:05:36.356Z] ---> dee909f77d75 [2020-12-16T23:05:36.356Z] Step 8/21 : COPY . . [2020-12-16T23:05:36.635Z] Removing intermediate container beda9dee019f [2020-12-16T23:05:36.635Z] ---> 01812b918624 [2020-12-16T23:05:36.635Z] Step 8/22 : COPY . . [2020-12-16T23:05:36.635Z] ---> f513149eec13 [2020-12-16T23:05:36.635Z] Step 7/24 : RUN go mod download [2020-12-16T23:05:36.914Z] Removing intermediate container d66c36fd9564 [2020-12-16T23:05:36.914Z] ---> 926e527d84d2 [2020-12-16T23:05:36.914Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-16T23:05:37.189Z] ---> Running in 567d53f437fd [2020-12-16T23:05:37.465Z] ---> Running in e3b84f298a81 [2020-12-16T23:05:38.234Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-16T23:05:38.448Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-16T23:05:38.448Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-16T23:05:38.448Z] ---> 056f73952fcf [2020-12-16T23:05:38.448Z] Step 3/22 : WORKDIR /edgex-go [2020-12-16T23:05:38.448Z] ---> Using cache [2020-12-16T23:05:38.448Z] ---> 70a050ee9c3c [2020-12-16T23:05:38.448Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-16T23:05:38.448Z] ---> Using cache [2020-12-16T23:05:38.448Z] ---> 29e9fdc49a93 [2020-12-16T23:05:38.448Z] Step 5/22 : RUN apk update && apk add make git [2020-12-16T23:05:38.448Z] ---> Using cache [2020-12-16T23:05:38.448Z] ---> 4a0ee347740c [2020-12-16T23:05:38.448Z] Step 6/22 : COPY go.mod . [2020-12-16T23:05:38.448Z] ---> Using cache [2020-12-16T23:05:38.448Z] ---> f513149eec13 [2020-12-16T23:05:38.448Z] Step 7/22 : RUN go mod download [2020-12-16T23:05:38.495Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-16T23:05:38.495Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-16T23:05:38.495Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-16T23:05:38.756Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-16T23:05:38.756Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:38.756Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T23:05:38.757Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-16T23:05:38.757Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-16T23:05:39.697Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-16T23:05:39.697Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-16T23:05:39.697Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-16T23:05:39.697Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:39.697Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:39.697Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-16T23:05:40.269Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-16T23:05:40.269Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:40.269Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-16T23:05:40.269Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-16T23:05:40.446Z] Removing intermediate container e3b84f298a81 [2020-12-16T23:05:40.446Z] ---> f8382541a2f0 [2020-12-16T23:05:40.446Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:05:40.533Z] running python rtupdate hooks for python3.6... [2020-12-16T23:05:40.533Z] running python post-rtupdate hooks for python3.6... [2020-12-16T23:05:40.533Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-16T23:05:41.054Z] ---> Running in bcdbe9f29ea7 [2020-12-16T23:05:41.796Z] ---> Running in b691633f30b2 [2020-12-16T23:05:41.927Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-16T23:05:42.188Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-16T23:05:42.767Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-16T23:05:42.791Z] Removing intermediate container b691633f30b2 [2020-12-16T23:05:42.791Z] ---> 143eccc3fae2 [2020-12-16T23:05:42.791Z] Step 25/27 : LABEL arch=arm64 [2020-12-16T23:05:43.030Z] Setting up snapd (2.48+18.04) ... [2020-12-16T23:05:43.069Z] ---> Running in 9ea6ee160063 [2020-12-16T23:05:43.069Z] Removing intermediate container 567d53f437fd [2020-12-16T23:05:43.069Z] ---> a872aceb806a [2020-12-16T23:05:43.069Z] Step 8/24 : COPY . . [2020-12-16T23:05:43.291Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-16T23:05:43.552Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-16T23:05:43.813Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-16T23:05:43.813Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-16T23:05:44.064Z] Removing intermediate container 9ea6ee160063 [2020-12-16T23:05:44.064Z] ---> e9bb0c03266f [2020-12-16T23:05:44.064Z] Step 26/27 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:05:44.074Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T23:05:44.074Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-16T23:05:44.336Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-16T23:05:44.336Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-16T23:05:44.354Z] ---> Running in e6893e328409 [2020-12-16T23:05:44.598Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-16T23:05:44.859Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-16T23:05:44.859Z] /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' [2020-12-16T23:05:44.859Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-16T23:05:44.859Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T23:05:45.802Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T23:05:45.802Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T23:05:46.063Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T23:05:46.333Z] Removing intermediate container e6893e328409 [2020-12-16T23:05:46.333Z] ---> 27a44ef31786 [2020-12-16T23:05:46.333Z] Step 27/27 : LABEL version=0.0.0 [2020-12-16T23:05:47.268Z] Reading package lists... [2020-12-16T23:05:47.268Z] Reading package lists... [2020-12-16T23:05:47.500Z] ---> Running in e2fc39a97071 [2020-12-16T23:05:47.530Z] Building dependency tree... [2020-12-16T23:05:47.530Z] Reading state information... [2020-12-16T23:05:47.530Z] Calculating upgrade... [2020-12-16T23:05:47.779Z] Removing intermediate container bcdbe9f29ea7 [2020-12-16T23:05:47.779Z] ---> a291f32626c2 [2020-12-16T23:05:47.779Z] Step 8/22 : COPY . . [2020-12-16T23:05:47.790Z] The following packages will be upgraded: [2020-12-16T23:05:47.790Z] advancecomp base-files bash binutils binutils-common [2020-12-16T23:05:47.790Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-16T23:05:47.790Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-16T23:05:47.790Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-16T23:05:47.790Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-16T23:05:47.790Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-16T23:05:47.790Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-16T23:05:47.790Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-16T23:05:47.790Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-16T23:05:47.790Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-16T23:05:47.790Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-16T23:05:47.790Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-16T23:05:47.790Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-16T23:05:47.790Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-16T23:05:47.790Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T23:05:47.790Z] Need to get 63.5 MB of archives. [2020-12-16T23:05:47.790Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-16T23:05:47.790Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-16T23:05:48.052Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2020-12-16T23:05:48.052Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-16T23:05:48.052Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-16T23:05:48.052Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-16T23:05:48.052Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-16T23:05:48.052Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-16T23:05:48.052Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-16T23:05:48.052Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-16T23:05:48.052Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-16T23:05:48.052Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-16T23:05:48.052Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-16T23:05:48.052Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-16T23:05:48.052Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-16T23:05:48.052Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-16T23:05:48.052Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-16T23:05:48.052Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-16T23:05:48.052Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-16T23:05:48.052Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-16T23:05:48.052Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-16T23:05:48.315Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-16T23:05:48.315Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-16T23:05:48.315Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-16T23:05:48.315Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-16T23:05:48.315Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-16T23:05:48.315Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-16T23:05:48.315Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-16T23:05:48.315Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-16T23:05:48.315Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-16T23:05:48.315Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-16T23:05:48.315Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-16T23:05:48.315Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-16T23:05:48.315Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-16T23:05:48.315Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-16T23:05:48.315Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-16T23:05:48.315Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-16T23:05:48.315Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-16T23:05:48.315Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-16T23:05:48.315Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-16T23:05:48.315Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-16T23:05:48.315Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-16T23:05:48.315Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-16T23:05:48.315Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-16T23:05:48.315Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-16T23:05:48.315Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-16T23:05:48.315Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-16T23:05:48.315Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-16T23:05:48.315Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-16T23:05:48.315Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-16T23:05:48.315Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-16T23:05:48.315Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-16T23:05:48.315Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-16T23:05:48.315Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-16T23:05:48.315Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-16T23:05:48.382Z] Removing intermediate container e2fc39a97071 [2020-12-16T23:05:48.382Z] ---> bac24c2d80bb [2020-12-16T23:05:48.382Z] [2020-12-16T23:05:48.575Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-16T23:05:48.576Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-16T23:05:48.836Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-16T23:05:48.836Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-16T23:05:48.836Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2020-12-16T23:05:48.836Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2020-12-16T23:05:48.836Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-16T23:05:48.836Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-16T23:05:48.836Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-16T23:05:48.836Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-16T23:05:48.836Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-16T23:05:48.836Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-16T23:05:48.836Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-16T23:05:48.984Z] Successfully built bac24c2d80bb [2020-12-16T23:05:48.984Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-16T23:05:49.099Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-16T23:05:49.099Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-16T23:05:49.099Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-16T23:05:49.099Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-16T23:05:49.099Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-16T23:05:49.099Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-16T23:05:49.099Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-16T23:05:49.099Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-16T23:05:49.099Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2020-12-16T23:05:49.099Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-16T23:05:49.099Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-16T23:05:49.362Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-16T23:05:49.362Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-16T23:05:49.362Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-16T23:05:49.362Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-16T23:05:49.362Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-16T23:05:49.362Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-16T23:05:49.362Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-16T23:05:49.362Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-16T23:05:49.362Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-16T23:05:49.362Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-16T23:05:49.362Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-16T23:05:49.362Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-16T23:05:49.362Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-16T23:05:49.362Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-16T23:05:49.362Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-16T23:05:49.362Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-16T23:05:49.362Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-16T23:05:49.362Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-16T23:05:49.623Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T23:05:49.623Z] Fetched 63.5 MB in 2s (36.6 MB/s) [2020-12-16T23:05:49.623Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:49.623Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T23:05:49.623Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T23:05:50.196Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T23:05:50.196Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T23:05:50.456Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-16T23:05:50.456Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-16T23:05:51.029Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.029Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:51.295Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.295Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:51.295Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.295Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:51.556Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.556Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:51.817Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.817Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:51.817Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:51.817Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.084Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:52.084Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.084Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:05:52.353Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T23:05:52.353Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:52.353Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.353Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:05:52.353Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T23:05:52.353Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:52.353Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.613Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:52.613Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.613Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-16T23:05:52.613Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-16T23:05:52.874Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:05:52.874Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T23:05:52.874Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T23:05:53.135Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T23:05:53.707Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2020-12-16T23:05:53.967Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-16T23:05:53.967Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-16T23:05:53.967Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-16T23:05:53.967Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-16T23:05:53.967Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-16T23:05:54.228Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-16T23:05:54.228Z] Installing new version of config file /etc/issue ... [2020-12-16T23:05:54.228Z] Installing new version of config file /etc/issue.net ... [2020-12-16T23:05:54.228Z] Installing new version of config file /etc/lsb-release ... [2020-12-16T23:05:54.488Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-16T23:05:54.488Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-16T23:05:54.748Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-16T23:05:54.748Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-16T23:05:54.748Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:54.748Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-16T23:05:54.748Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-16T23:05:55.010Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-16T23:05:55.010Z] 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 [2020-12-16T23:05:55.275Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:55.275Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:05:55.275Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-16T23:05:55.275Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:05:55.535Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:55.535Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-16T23:05:55.535Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-16T23:05:55.535Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-16T23:05:55.804Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:55.804Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-16T23:05:55.804Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T23:05:56.065Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-16T23:05:56.065Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:56.065Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:56.065Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T23:05:56.354Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T23:05:56.354Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:56.354Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T23:05:56.354Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T23:05:56.615Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-16T23:05:56.615Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:56.615Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-16T23:05:56.615Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-16T23:05:56.875Z] Setting up grep (3.1-2build1) ... [2020-12-16T23:05:56.875Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:56.875Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T23:05:56.875Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T23:05:57.136Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-16T23:05:57.136Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:57.136Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T23:05:57.397Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T23:05:57.397Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-16T23:05:57.397Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:57.397Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T23:05:57.397Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T23:05:57.970Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T23:05:57.970Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T23:05:57.970Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-16T23:05:58.231Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T23:05:58.804Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-16T23:05:58.804Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:05:58.804Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-16T23:05:58.804Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-16T23:05:59.143Z]  Building docker-sys-mgmt-agent-go ... done  ---> 219d15a4e0ed [2020-12-16T23:05:59.144Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-16T23:05:59.144Z] ---> e0b80271dffd [2020-12-16T23:05:59.144Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-16T23:05:59.144Z] ---> Running in 12edce587c1f [2020-12-16T23:05:59.144Z] ---> Running in c284b3b88082 [2020-12-16T23:05:59.144Z] ---> 21e858b7a41c [2020-12-16T23:05:59.144Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-16T23:05:59.746Z] ---> Running in dc2839aa6cbf [2020-12-16T23:06:00.192Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T23:06:00.192Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T23:06:00.192Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-16T23:06:00.192Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-16T23:06:00.192Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T23:06:00.192Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:00.192Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-16T23:06:00.453Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-16T23:06:00.453Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-16T23:06:00.715Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:00.715Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:00.715Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:00.715Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:00.740Z] 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 [2020-12-16T23:06:00.976Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:00.976Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:00.976Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:00.976Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:01.018Z] 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 [2020-12-16T23:06:01.238Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:01.238Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:01.238Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:01.238Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:01.292Z] 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 [2020-12-16T23:06:01.499Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:01.499Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:01.499Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:01.499Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:01.499Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:01.499Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T23:06:01.499Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T23:06:01.761Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T23:06:01.761Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T23:06:01.761Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T23:06:02.021Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:02.021Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-16T23:06:02.021Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T23:06:02.021Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T23:06:02.287Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:02.287Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:02.287Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:02.287Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:02.547Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:02.547Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:02.547Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:02.547Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:02.816Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:02.817Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:02.817Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:03.078Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:03.648Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-16T23:06:03.908Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-16T23:06:03.908Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:03.908Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2020-12-16T23:06:03.908Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2020-12-16T23:06:03.929Z] ---> 01ffa5f64284 [2020-12-16T23:06:03.929Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-16T23:06:03.929Z] ---> Running in 783e33a7f2f4 [2020-12-16T23:06:04.169Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T23:06:04.430Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-16T23:06:04.430Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-16T23:06:04.430Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-16T23:06:04.430Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-16T23:06:04.430Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:04.430Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-16T23:06:04.690Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-16T23:06:04.690Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-16T23:06:04.952Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:04.952Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T23:06:04.952Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T23:06:04.952Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T23:06:05.213Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:05.213Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T23:06:05.213Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T23:06:05.213Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T23:06:05.387Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-16T23:06:05.475Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:05.475Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-16T23:06:05.475Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T23:06:05.475Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T23:06:05.736Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:05.736Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-16T23:06:05.736Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-16T23:06:05.996Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-16T23:06:05.996Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-16T23:06:05.996Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T23:06:05.996Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T23:06:05.996Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T23:06:06.256Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:06.256Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-16T23:06:06.256Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-16T23:06:06.256Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-16T23:06:06.516Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:06.516Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-16T23:06:06.516Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-16T23:06:06.516Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-16T23:06:06.777Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:06.777Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-16T23:06:06.777Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-16T23:06:06.777Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-16T23:06:07.037Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:07.037Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-16T23:06:07.037Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-16T23:06:07.037Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-16T23:06:07.037Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:07.037Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-16T23:06:07.297Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-16T23:06:07.558Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-16T23:06:07.558Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:07.558Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-16T23:06:07.558Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-16T23:06:07.819Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-16T23:06:07.819Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:07.819Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-16T23:06:07.819Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-16T23:06:08.080Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-16T23:06:08.080Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:08.080Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-16T23:06:08.080Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-16T23:06:08.342Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-16T23:06:08.342Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:08.342Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-16T23:06:08.342Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-16T23:06:08.603Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-16T23:06:08.603Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:08.603Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T23:06:08.603Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-16T23:06:08.864Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-16T23:06:08.864Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-16T23:06:08.864Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-16T23:06:08.864Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-16T23:06:08.864Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-16T23:06:09.123Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-16T23:06:09.123Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T23:06:09.123Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T23:06:09.123Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-16T23:06:09.123Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-16T23:06:09.383Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-16T23:06:09.383Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-16T23:06:09.647Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-16T23:06:09.647Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-16T23:06:09.647Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-16T23:06:09.907Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-16T23:06:09.907Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-16T23:06:09.907Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-16T23:06:09.907Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-16T23:06:10.168Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-16T23:06:10.168Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-16T23:06:10.168Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-16T23:06:10.168Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-16T23:06:10.168Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-16T23:06:10.429Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-16T23:06:10.429Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-16T23:06:10.429Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-16T23:06:10.429Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-16T23:06:10.690Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-16T23:06:10.690Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-16T23:06:11.263Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-16T23:06:11.263Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-16T23:06:11.523Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-16T23:06:11.523Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-16T23:06:11.523Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T23:06:11.523Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T23:06:12.095Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T23:06:12.096Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T23:06:12.096Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T23:06:12.096Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T23:06:12.356Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-16T23:06:12.356Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-16T23:06:12.356Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:12.356Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:12.618Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:12.618Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:12.879Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:12.879Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:12.879Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:12.879Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:14.266Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:14.266Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:15.207Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:15.207Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:15.775Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:15.775Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:16.034Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:16.034Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:16.973Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-16T23:06:16.973Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-16T23:06:16.973Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T23:06:16.973Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T23:06:16.973Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T23:06:16.973Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T23:06:17.235Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-16T23:06:17.235Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-16T23:06:17.495Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-16T23:06:17.495Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-16T23:06:17.495Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T23:06:17.495Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T23:06:17.755Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-16T23:06:17.755Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-16T23:06:17.755Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-16T23:06:17.755Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-16T23:06:18.015Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:18.015Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-16T23:06:18.015Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:18.279Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:18.540Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:18.801Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-16T23:06:18.801Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-16T23:06:19.066Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-16T23:06:19.066Z] [2020-12-16T23:06:19.066Z] Current default time zone: 'Etc/UTC' [2020-12-16T23:06:19.066Z] Local time is now: Wed Dec 16 23:06:19 UTC 2020. [2020-12-16T23:06:19.066Z] Universal Time is now: Wed Dec 16 23:06:19 UTC 2020. [2020-12-16T23:06:19.066Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-16T23:06:19.066Z] [2020-12-16T23:06:19.326Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-16T23:06:19.326Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:19.587Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-16T23:06:19.587Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-16T23:06:19.848Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-16T23:06:19.848Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-16T23:06:20.114Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-16T23:06:20.376Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-16T23:06:20.376Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-16T23:06:20.639Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-16T23:06:20.639Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:20.899Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-16T23:06:21.471Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:21.471Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T23:06:21.471Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:21.471Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-16T23:06:21.471Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-16T23:06:21.471Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-16T23:06:21.471Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-16T23:06:21.471Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-16T23:06:21.471Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-16T23:06:21.471Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2020-12-16T23:06:21.471Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T23:06:23.388Z] Updating certificates in /etc/ssl/certs... [2020-12-16T23:06:24.336Z] 22 added, 17 removed; done. [2020-12-16T23:06:24.336Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2020-12-16T23:06:24.336Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-16T23:06:24.336Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-16T23:06:24.336Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-16T23:06:24.336Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-16T23:06:24.336Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.336Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-16T23:06:24.336Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.336Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.597Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.597Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.597Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.597Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-16T23:06:24.597Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-16T23:06:24.597Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-16T23:06:24.597Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-16T23:06:24.597Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-16T23:06:24.858Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.858Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-16T23:06:24.858Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-16T23:06:24.858Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-16T23:06:24.858Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-16T23:06:25.121Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T23:06:25.121Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-16T23:06:25.121Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-16T23:06:25.121Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-16T23:06:25.121Z] Updating certificates in /etc/ssl/certs... [2020-12-16T23:06:25.697Z] 0 added, 0 removed; done. [2020-12-16T23:06:25.697Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-16T23:06:25.697Z] done. [2020-12-16T23:06:26.268Z] Reading package lists... [2020-12-16T23:06:26.268Z] Building dependency tree... [2020-12-16T23:06:26.268Z] Reading state information... [2020-12-16T23:06:26.529Z] The following NEW packages will be installed: [2020-12-16T23:06:26.529Z] apt-transport-https [2020-12-16T23:06:26.529Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T23:06:26.529Z] Need to get 1696 B of archives. [2020-12-16T23:06:26.529Z] After this operation, 153 kB of additional disk space will be used. [2020-12-16T23:06:26.529Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-16T23:06:26.790Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T23:06:26.790Z] Fetched 1696 B in 0s (8349 B/s) [2020-12-16T23:06:26.790Z] Selecting previously unselected package apt-transport-https. [2020-12-16T23:06:26.790Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-16T23:06:26.790Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-16T23:06:26.790Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T23:06:26.790Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-16T23:06:27.051Z] Waiting for network to be ready... [2020-12-16T23:06:32.340Z] 2020-12-16T23:06:30Z INFO Waiting for automatic snapd restart... [2020-12-16T23:06:32.340Z] snapd 2.48.1 from Canonical* installed [2020-12-16T23:06:33.282Z] "snapd" switched to the "latest/stable" channel [2020-12-16T23:06:33.283Z] [2020-12-16T23:06:36.601Z] core18 20200929 from Canonical* installed [2020-12-16T23:06:36.601Z] "core18" switched to the "latest/stable" channel [2020-12-16T23:06:36.601Z] [2020-12-16T23:06:39.912Z] snapcraft 4.4.4 from Canonical* installed [2020-12-16T23:06:39.912Z] "snapcraft" switched to the "latest/stable" channel [2020-12-16T23:06:39.912Z] [2020-12-16T23:06:43.231Z] 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: [2020-12-16T23:06:43.231Z] - README.md [2020-12-16T23:06:43.231Z] [2020-12-16T23:06:43.231Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-16T23:06:49.840Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T23:06:49.840Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-16T23:06:49.840Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T23:06:49.840Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T23:06:50.677Z] Reading package lists... [2020-12-16T23:06:51.254Z] 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 [2020-12-16T23:06:57.848Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T23:06:57.848Z] Reading package lists... [2020-12-16T23:06:57.848Z] Building dependency tree... [2020-12-16T23:06:57.848Z] Reading state information... [2020-12-16T23:06:57.848Z] Suggested packages: [2020-12-16T23:06:57.848Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-16T23:06:57.848Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-16T23:06:57.848Z] Recommended packages: [2020-12-16T23:06:57.848Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-16T23:06:57.848Z] The following NEW packages will be installed: [2020-12-16T23:06:57.848Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-16T23:06:57.848Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-16T23:06:57.848Z] pkg-config zip [2020-12-16T23:06:57.848Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-16T23:06:57.848Z] Need to get 7655 kB of archives. [2020-12-16T23:06:57.848Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-16T23:06:57.848Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-16T23:06:57.848Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-16T23:06:57.848Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-16T23:06:57.848Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-16T23:06:58.109Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-16T23:06:58.109Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-16T23:06:58.109Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-16T23:06:58.109Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-16T23:06:58.109Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-16T23:06:58.109Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-16T23:06:58.369Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-16T23:06:58.369Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-16T23:06:58.369Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-16T23:06:58.630Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-16T23:06:58.630Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-16T23:06:58.630Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-16T23:06:58.630Z] Fetched 7655 kB in 1s (6894 kB/s) [2020-12-16T23:06:58.890Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-16T23:06:58.890Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-16T23:06:58.890Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-16T23:06:58.890Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T23:06:58.890Z] Selecting previously unselected package libpsl5:amd64. [2020-12-16T23:06:58.890Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-16T23:06:59.152Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T23:06:59.152Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-16T23:06:59.152Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-16T23:06:59.152Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T23:06:59.152Z] Selecting previously unselected package librtmp1:amd64. [2020-12-16T23:06:59.152Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-16T23:06:59.152Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T23:06:59.414Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-16T23:06:59.414Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-16T23:06:59.414Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T23:06:59.414Z] Selecting previously unselected package liberror-perl. [2020-12-16T23:06:59.414Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-16T23:06:59.414Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-16T23:06:59.414Z] Selecting previously unselected package git-man. [2020-12-16T23:06:59.414Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-16T23:06:59.414Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T23:06:59.675Z] Selecting previously unselected package git. [2020-12-16T23:06:59.675Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-16T23:06:59.675Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T23:07:00.626Z] Selecting previously unselected package libnorm1:amd64. [2020-12-16T23:07:00.626Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-16T23:07:00.626Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T23:07:00.626Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-16T23:07:00.626Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-16T23:07:00.626Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T23:07:00.626Z] Selecting previously unselected package libsodium23:amd64. [2020-12-16T23:07:00.886Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-16T23:07:00.886Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-16T23:07:00.886Z] Selecting previously unselected package libzmq5:amd64. [2020-12-16T23:07:00.886Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T23:07:00.886Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T23:07:00.886Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-16T23:07:00.886Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-16T23:07:00.886Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T23:07:01.147Z] Selecting previously unselected package pkg-config. [2020-12-16T23:07:01.147Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-16T23:07:01.147Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T23:07:01.147Z] Selecting previously unselected package zip. [2020-12-16T23:07:01.147Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-16T23:07:01.147Z] Unpacking zip (3.0-11build1) ... [2020-12-16T23:07:01.147Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-16T23:07:01.147Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-16T23:07:01.407Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-16T23:07:01.407Z] Setting up liberror-perl (0.17025-1) ... [2020-12-16T23:07:01.407Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-16T23:07:01.407Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-16T23:07:01.407Z] No schema files found: doing nothing. [2020-12-16T23:07:01.407Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-16T23:07:01.407Z] Setting up zip (3.0-11build1) ... [2020-12-16T23:07:01.407Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-16T23:07:01.407Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-16T23:07:01.407Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-16T23:07:01.671Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T23:07:01.672Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-16T23:07:01.672Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-16T23:07:01.672Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-16T23:07:01.672Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2020-12-16T23:07:02.002Z] 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 [2020-12-16T23:07:02.003Z] 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 [2020-12-16T23:07:08.270Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T23:07:08.270Z] git set to automatically installed. [2020-12-16T23:07:08.270Z] git-man set to automatically installed. [2020-12-16T23:07:08.270Z] libcurl3-gnutls set to automatically installed. [2020-12-16T23:07:08.270Z] liberror-perl set to automatically installed. [2020-12-16T23:07:08.270Z] libglib2.0-0 set to automatically installed. [2020-12-16T23:07:08.270Z] libnghttp2-14 set to automatically installed. [2020-12-16T23:07:08.270Z] libnorm1 set to automatically installed. [2020-12-16T23:07:08.270Z] libpgm-5.2-0 set to automatically installed. [2020-12-16T23:07:08.270Z] libpsl5 set to automatically installed. [2020-12-16T23:07:08.270Z] librtmp1 set to automatically installed. [2020-12-16T23:07:08.270Z] libsodium23 set to automatically installed. [2020-12-16T23:07:08.270Z] libzmq3-dev set to automatically installed. [2020-12-16T23:07:08.270Z] libzmq5 set to automatically installed. [2020-12-16T23:07:08.270Z] pkg-config set to automatically installed. [2020-12-16T23:07:08.270Z] zip set to automatically installed. [2020-12-16T23:07:10.820Z] snapd is not logged in, snap install commands will use sudo [2020-12-16T23:07:14.436Z] Removing intermediate container c284b3b88082 [2020-12-16T23:07:14.436Z] ---> 55f7ef816315 [2020-12-16T23:07:14.436Z] [2020-12-16T23:07:14.436Z] Step 10/22 : FROM alpine:3.10 [2020-12-16T23:07:14.436Z] Removing intermediate container dc2839aa6cbf [2020-12-16T23:07:14.436Z] ---> 2fafea0eec85 [2020-12-16T23:07:14.436Z] [2020-12-16T23:07:14.436Z] Step 10/24 : FROM alpine:3.10 [2020-12-16T23:07:14.436Z] 3.10: Pulling from library/alpine [2020-12-16T23:07:14.436Z] 3.10: Pulling from library/alpine [2020-12-16T23:07:15.883Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T23:07:15.883Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-16T23:07:15.883Z] Status: Downloaded newer image for alpine:3.10 [2020-12-16T23:07:15.883Z] ---> 536a684cf733 [2020-12-16T23:07:15.884Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T23:07:15.884Z] Status: Image is up to date for alpine:3.10 [2020-12-16T23:07:15.884Z] ---> 536a684cf733 [2020-12-16T23:07:15.884Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-16T23:07:16.167Z] ---> Running in d41fff89866e [2020-12-16T23:07:16.167Z] ---> Running in 295443e225fa [2020-12-16T23:07:17.166Z] Removing intermediate container 12edce587c1f [2020-12-16T23:07:17.166Z] ---> ad50f8b59952 [2020-12-16T23:07:17.166Z] [2020-12-16T23:07:17.166Z] Step 10/21 : FROM alpine [2020-12-16T23:07:17.166Z] ---> dd36a01c3f31 [2020-12-16T23:07:17.166Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-16T23:07:17.407Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-16T23:07:17.451Z] ---> Running in 31ce7ff35042 [2020-12-16T23:07:19.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:19.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:19.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:19.451Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:19.727Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:20.004Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T23:07:20.004Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T23:07:20.004Z] OK: 10171 distinct packages available [2020-12-16T23:07:20.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-16T23:07:20.004Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-16T23:07:20.004Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-16T23:07:20.004Z] OK: 10171 distinct packages available [2020-12-16T23:07:20.609Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T23:07:20.609Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-16T23:07:20.609Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-16T23:07:20.609Z] v3.12.3-12-g15f1da04e4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-16T23:07:20.609Z] OK: 12617 distinct packages available [2020-12-16T23:07:20.609Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T23:07:20.887Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T23:07:20.887Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T23:07:20.887Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T23:07:20.887Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T23:07:20.887Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-16T23:07:20.887Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T23:07:20.887Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-16T23:07:20.887Z] (4/5) Installing curl (7.66.0-r3) [2020-12-16T23:07:20.887Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-16T23:07:20.887Z] Executing busybox-1.30.1-r3.trigger [2020-12-16T23:07:20.887Z] Executing ca-certificates-20191127-r2.trigger [2020-12-16T23:07:21.163Z] OK: 7 MiB in 19 packages [2020-12-16T23:07:21.453Z] OK: 7 MiB in 19 packages [2020-12-16T23:07:21.453Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-16T23:07:21.620Z] core18 20201210 from Canonical* refreshed [2020-12-16T23:07:21.731Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-16T23:07:21.731Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-16T23:07:21.731Z] (4/4) Installing curl (7.69.1-r3) [2020-12-16T23:07:21.731Z] Executing busybox-1.31.1-r19.trigger [2020-12-16T23:07:21.731Z] Executing ca-certificates-20191127-r4.trigger [2020-12-16T23:07:21.881Z] Pulling config-common [2020-12-16T23:07:22.023Z] OK: 7 MiB in 18 packages [2020-12-16T23:07:23.268Z] Pulling go-build-helper [2020-12-16T23:07:24.689Z] Removing intermediate container 295443e225fa [2020-12-16T23:07:24.689Z] ---> 71b3a08236a0 [2020-12-16T23:07:24.689Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-16T23:07:24.689Z] Removing intermediate container d41fff89866e [2020-12-16T23:07:24.689Z] ---> 41d3284862ce [2020-12-16T23:07:24.689Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T23:07:24.689Z] Removing intermediate container 31ce7ff35042 [2020-12-16T23:07:24.689Z] ---> 18dd90c1450a [2020-12-16T23:07:24.689Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-16T23:07:24.689Z] ---> Running in bf65b238aa28 [2020-12-16T23:07:24.689Z] ---> Running in ff583323987e [2020-12-16T23:07:24.689Z] ---> Running in 8d0687431d63 [2020-12-16T23:07:25.317Z] Removing intermediate container bf65b238aa28 [2020-12-16T23:07:25.317Z] ---> 2054efefcb6c [2020-12-16T23:07:25.317Z] Step 13/22 : WORKDIR / [2020-12-16T23:07:25.317Z] Removing intermediate container ff583323987e [2020-12-16T23:07:25.317Z] ---> e427564e8d03 [2020-12-16T23:07:25.317Z] Step 13/24 : WORKDIR / [2020-12-16T23:07:25.317Z] ---> Running in a39fa661421c [2020-12-16T23:07:25.317Z] Removing intermediate container 8d0687431d63 [2020-12-16T23:07:25.317Z] ---> f54c4e521288 [2020-12-16T23:07:25.317Z] Step 13/21 : WORKDIR /edgex [2020-12-16T23:07:25.592Z] ---> Running in 210c798f2b2a [2020-12-16T23:07:25.592Z] ---> Running in f63c5d0203cc [2020-12-16T23:07:26.197Z] Removing intermediate container 210c798f2b2a [2020-12-16T23:07:26.197Z] ---> c948b791b1b3 [2020-12-16T23:07:26.197Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-16T23:07:26.197Z] Removing intermediate container a39fa661421c [2020-12-16T23:07:26.197Z] ---> 5e6d58a1b488 [2020-12-16T23:07:26.197Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-16T23:07:26.475Z] Removing intermediate container f63c5d0203cc [2020-12-16T23:07:26.475Z] ---> 8393fcbfac78 [2020-12-16T23:07:26.475Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-16T23:07:27.081Z] ---> 2a57feaa8cbd [2020-12-16T23:07:27.081Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-16T23:07:27.360Z] ---> d36ba648615a [2020-12-16T23:07:27.360Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-16T23:07:27.638Z] ---> 041ba96ccccb [2020-12-16T23:07:27.638Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-16T23:07:28.250Z] ---> cf1228e0597d [2020-12-16T23:07:28.250Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-16T23:07:28.856Z] ---> b5d968f128cd [2020-12-16T23:07:28.856Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-16T23:07:29.131Z] ---> f9b52d625c70 [2020-12-16T23:07:29.131Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-16T23:07:29.405Z] ---> 7380f8f01894 [2020-12-16T23:07:29.405Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-16T23:07:30.401Z] ---> 2c909d21962e [2020-12-16T23:07:30.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-16T23:07:31.008Z] ---> b2c203d1b7e8 [2020-12-16T23:07:31.008Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-16T23:07:31.008Z] ---> 07e56c592de0 [2020-12-16T23:07:31.008Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-16T23:07:31.292Z] ---> Running in abd5785f56dd [2020-12-16T23:07:31.292Z] ---> f52350aab64a [2020-12-16T23:07:31.292Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-16T23:07:31.568Z] ---> Running in 3685e9a4c296 [2020-12-16T23:07:32.181Z] Removing intermediate container abd5785f56dd [2020-12-16T23:07:32.181Z] ---> c81a885e84fe [2020-12-16T23:07:32.181Z] Step 18/21 : CMD ["--init=true"] [2020-12-16T23:07:32.456Z] ---> Running in a0d9ce11142d [2020-12-16T23:07:32.770Z] ---> 88f24e1ee345 [2020-12-16T23:07:32.770Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-16T23:07:33.447Z] Removing intermediate container a0d9ce11142d [2020-12-16T23:07:33.447Z] ---> a6c9ff71f4d8 [2020-12-16T23:07:33.447Z] Step 19/21 : LABEL arch=arm64 [2020-12-16T23:07:33.773Z] ---> Running in b8cb1d959099 [2020-12-16T23:07:35.982Z] ---> bb66c68fabcd [2020-12-16T23:07:35.982Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-16T23:07:35.982Z] ---> Running in 2f07f3ed178c [2020-12-16T23:07:35.982Z] Removing intermediate container b8cb1d959099 [2020-12-16T23:07:35.982Z] ---> 1994ae90a92f [2020-12-16T23:07:35.982Z] Step 20/21 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:07:35.982Z] ---> Running in 4936d6054f94 [2020-12-16T23:07:35.982Z] Removing intermediate container 3685e9a4c296 [2020-12-16T23:07:35.982Z] ---> def94407545e [2020-12-16T23:07:35.982Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-16T23:07:35.982Z] ---> Running in dbe33bc04b3b [2020-12-16T23:07:35.982Z] Removing intermediate container 4936d6054f94 [2020-12-16T23:07:35.982Z] ---> 591dbcc00b0e [2020-12-16T23:07:35.982Z] Step 21/21 : LABEL version=0.0.0 [2020-12-16T23:07:35.982Z] Removing intermediate container dbe33bc04b3b [2020-12-16T23:07:35.982Z] ---> f669c1d8bcf1 [2020-12-16T23:07:35.982Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T23:07:35.982Z] ---> Running in 45e6808a96cf [2020-12-16T23:07:36.271Z] ---> Running in 1655b2017294 [2020-12-16T23:07:36.271Z] Removing intermediate container 783e33a7f2f4 [2020-12-16T23:07:36.271Z] ---> 90e5d6f82fb8 [2020-12-16T23:07:36.271Z] [2020-12-16T23:07:36.271Z] Step 10/22 : FROM scratch [2020-12-16T23:07:36.271Z] ---> [2020-12-16T23:07:36.271Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-16T23:07:36.547Z] ---> Using cache [2020-12-16T23:07:36.547Z] ---> 8d56da9e5f3e [2020-12-16T23:07:36.547Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-16T23:07:36.825Z] ---> Running in 605d15eb1162 [2020-12-16T23:07:36.825Z] Removing intermediate container 45e6808a96cf [2020-12-16T23:07:36.825Z] ---> 247ccd7e34f2 [2020-12-16T23:07:36.825Z] [2020-12-16T23:07:37.104Z] Removing intermediate container 1655b2017294 [2020-12-16T23:07:37.104Z] ---> a27e4167cd37 [2020-12-16T23:07:37.104Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:07:37.378Z] ---> Running in 5f264f6e9482 [2020-12-16T23:07:37.378Z] Successfully built 247ccd7e34f2 [2020-12-16T23:07:37.378Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-16T23:07:37.378Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 605d15eb1162 [2020-12-16T23:07:37.378Z] ---> 620da68e1649 [2020-12-16T23:07:37.378Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-16T23:07:37.651Z] ---> Running in 44d229e2fca7 [2020-12-16T23:07:37.651Z] Removing intermediate container 2f07f3ed178c [2020-12-16T23:07:37.651Z] ---> cb5191e7196c [2020-12-16T23:07:37.651Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-16T23:07:37.926Z] Removing intermediate container 5f264f6e9482 [2020-12-16T23:07:37.926Z] ---> 4f8a0b03f14d [2020-12-16T23:07:37.926Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T23:07:37.926Z] ---> Running in ada648875dee [2020-12-16T23:07:37.926Z] ---> Running in fb0abbc87340 [2020-12-16T23:07:38.203Z] Removing intermediate container 44d229e2fca7 [2020-12-16T23:07:38.204Z] ---> 1e7e14bda5da [2020-12-16T23:07:38.204Z] Step 14/22 : WORKDIR / [2020-12-16T23:07:38.204Z] ---> Running in a7762dc869f3 [2020-12-16T23:07:38.478Z] Removing intermediate container ada648875dee [2020-12-16T23:07:38.478Z] ---> 6f4eee918650 [2020-12-16T23:07:38.478Z] Step 22/24 : LABEL arch=arm64 [2020-12-16T23:07:38.478Z] Removing intermediate container fb0abbc87340 [2020-12-16T23:07:38.478Z] ---> 27e5ecd289d2 [2020-12-16T23:07:38.478Z] [2020-12-16T23:07:38.753Z] ---> Running in c1883b7f1f5d [2020-12-16T23:07:38.753Z] Removing intermediate container a7762dc869f3 [2020-12-16T23:07:38.753Z] ---> 47809d8f70c1 [2020-12-16T23:07:38.753Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-16T23:07:39.030Z] Successfully built 27e5ecd289d2 [2020-12-16T23:07:39.031Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-16T23:07:39.031Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container c1883b7f1f5d [2020-12-16T23:07:39.306Z] ---> c4b6b86f5ff9 [2020-12-16T23:07:39.306Z] Step 23/24 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:07:39.306Z] ---> Running in 6f8f7d1eca50 [2020-12-16T23:07:39.582Z] ---> 12f724c5866f [2020-12-16T23:07:39.582Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-16T23:07:39.859Z] Removing intermediate container 6f8f7d1eca50 [2020-12-16T23:07:39.859Z] ---> 9cd54f2e3fda [2020-12-16T23:07:39.859Z] Step 24/24 : LABEL version=0.0.0 [2020-12-16T23:07:39.859Z] ---> Running in 20e83d9652a9 [2020-12-16T23:07:40.462Z] Removing intermediate container 20e83d9652a9 [2020-12-16T23:07:40.462Z] ---> 673c8ca71fcb [2020-12-16T23:07:40.462Z] [2020-12-16T23:07:40.796Z] Successfully built 673c8ca71fcb [2020-12-16T23:07:41.077Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-16T23:07:41.077Z]  Building docker-security-secretstore-setup-go ... done  ---> 9f3fd3600ff2 [2020-12-16T23:07:41.077Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-16T23:07:42.060Z] ---> 43b1524b46f4 [2020-12-16T23:07:42.060Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-16T23:07:42.060Z] ---> Running in 912f64c8e34f [2020-12-16T23:07:42.333Z] Removing intermediate container 912f64c8e34f [2020-12-16T23:07:42.333Z] ---> 1f306100af93 [2020-12-16T23:07:42.333Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-16T23:07:42.606Z] ---> Running in 70fc12ba2c9e [2020-12-16T23:07:42.877Z] Removing intermediate container 70fc12ba2c9e [2020-12-16T23:07:42.877Z] ---> 6456beb08f8e [2020-12-16T23:07:42.877Z] Step 20/22 : LABEL arch=arm64 [2020-12-16T23:07:43.150Z] ---> Running in 28c688ddeee4 [2020-12-16T23:07:43.422Z] Removing intermediate container 28c688ddeee4 [2020-12-16T23:07:43.422Z] ---> cb27a87c4cc4 [2020-12-16T23:07:43.422Z] Step 21/22 : LABEL git_sha=68b4a6397b6cb246c6fab80d371f6d66b94b1622 [2020-12-16T23:07:43.695Z] ---> Running in 16c803e6bc46 [2020-12-16T23:07:44.286Z] Removing intermediate container 16c803e6bc46 [2020-12-16T23:07:44.286Z] ---> ab6491ae484a [2020-12-16T23:07:44.286Z] Step 22/22 : LABEL version=0.0.0 [2020-12-16T23:07:44.286Z] ---> Running in fbc43d57ec54 [2020-12-16T23:07:44.558Z] Removing intermediate container fbc43d57ec54 [2020-12-16T23:07:44.559Z] ---> 030fcda63be8 [2020-12-16T23:07:44.559Z] [2020-12-16T23:07:45.151Z] Successfully built 030fcda63be8 [2020-12-16T23:07:45.151Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-16T23:07:45.168Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-16T23:07:45.152Z] $ docker stop --time=1 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 [2020-12-16T23:07:45.652Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T23:07:45.652Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-16T23:07:45.652Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-16T23:07:45.652Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-16T23:07:45.652Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-16T23:07:45.652Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-16T23:07:45.652Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-16T23:07:45.652Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-16T23:07:45.652Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-16T23:07:45.652Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-16T23:07:45.652Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-16T23:07:45.652Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-16T23:07:45.652Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-16T23:07:45.652Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-16T23:07:45.652Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-16T23:07:45.652Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-16T23:07:45.652Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-16T23:07:45.652Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-16T23:07:45.652Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-16T23:07:45.652Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-16T23:07:45.652Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-16T23:07:45.652Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-16T23:07:45.652Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-16T23:07:45.652Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-16T23:07:45.652Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-16T23:07:45.652Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-16T23:07:45.652Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-16T23:07:45.652Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-16T23:07:45.652Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-16T23:07:45.652Z] Fetched 279 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-16T23:07:45.652Z] Fetched 122 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-16T23:07:45.652Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-16T23:07:45.652Z] Fetched 8848 B in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-16T23:07:45.652Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-16T23:07:45.652Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-16T23:07:45.652Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-16T23:07:45.652Z] Fetched 214 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-16T23:07:45.652Z] Fetched 155 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-16T23:07:45.652Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-16T23:07:45.652Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-16T23:07:45.652Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-16T23:07:45.652Z] Fetched 499 kB in 0s (0 B/s) [2020-12-16T23:07:45.652Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-16T23:07:45.652Z] Fetched 111 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-16T23:07:45.653Z] Fetched 240 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-16T23:07:45.653Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-16T23:07:45.653Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-16T23:07:45.653Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-16T23:07:45.653Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-16T23:07:45.653Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-16T23:07:45.653Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-16T23:07:45.653Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-16T23:07:45.653Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-16T23:07:45.653Z] Fetched 8720 B in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-16T23:07:45.653Z] Fetched 137 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-16T23:07:45.653Z] Fetched 119 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-16T23:07:45.653Z] Fetched 109 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-16T23:07:45.653Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-16T23:07:45.653Z] Fetched 645 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-16T23:07:45.653Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-16T23:07:45.653Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-16T23:07:45.653Z] Fetched 368 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-16T23:07:45.653Z] Fetched 187 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-16T23:07:45.653Z] Fetched 175 kB in 0s (0 B/s) [2020-12-16T23:07:45.653Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-16T23:07:47.014Z] $ docker rm -f 67a03c33ad06529e5c0ea091b810d46efa3a4d473cfe5a4273e0be2da670d5d4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-16T23:07:47.570Z] Fetched 206 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-16T23:07:47.570Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-16T23:07:47.570Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-16T23:07:47.570Z] Fetched 159 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-16T23:07:47.570Z] Fetched 107 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-16T23:07:47.570Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-16T23:07:47.570Z] Pulling static-packages [2020-12-16T23:07:47.803Z] + grep docker [2020-12-16T23:07:47.803Z] + docker images [2020-12-16T23:07:48.080Z] docker-core-metadata-go-arm64 latest 030fcda63be8 3 seconds ago 13.6MB [2020-12-16T23:07:48.080Z] docker-security-secretstore-setup-go-arm64 latest 673c8ca71fcb 7 seconds ago 23.5MB [2020-12-16T23:07:48.080Z] docker-security-bootstrap-redis-go-arm64 latest 27e5ecd289d2 9 seconds ago 15.2MB [2020-12-16T23:07:48.080Z] docker-security-proxy-setup-go-arm64 latest 247ccd7e34f2 11 seconds ago 23.4MB [2020-12-16T23:07:48.080Z] docker-sys-mgmt-agent-go-arm64 latest bac24c2d80bb 2 minutes ago 300MB [2020-12-16T23:07:48.080Z] docker-core-data-go-arm64 latest aa129471a02f 2 minutes ago 22.3MB [2020-12-16T23:07:48.080Z] docker-support-notifications-go-arm64 latest 0a168ed7ff89 3 minutes ago 12.9MB [2020-12-16T23:07:48.080Z] docker-support-scheduler-go-arm64 latest 95fd2d9e8e64 3 minutes ago 11.5MB [2020-12-16T23:07:48.080Z] docker-core-command-go-arm64 latest 651aca9f2ead 3 minutes ago 11.4MB [2020-12-16T23:07:48.080Z] docker latest 0c09fb3ff9b5 25 hours ago 228MB [Pipeline] } [2020-12-16T23:07:48.143Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2020-12-16T23:07:48.143Z] Skipping pull go-build-helper (already ran) [2020-12-16T23:07:48.143Z] Skipping pull static-packages (already ran) [2020-12-16T23:07:48.143Z] Building go-build-helper [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] } [2020-12-16T23:07:52.377Z] Building static-packages [2020-12-16T23:07:53.761Z] Staging go-build-helper [2020-12-16T23:07:54.702Z] Staging static-packages [2020-12-16T23:07:55.274Z] Pulling go115 [2020-12-16T23:07:56.216Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-16T23:07:56.216Z] Skipping pull go115 (already ran) [2020-12-16T23:07:56.216Z] Building go115 [2020-12-16T23:07:56.216Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T23:07:56.216Z] Dload Upload Total Spent Left Speed [2020-12-16T23:07:59.136Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6415k 0 0 11.2M 0 0:00:10 --:--:-- 0:00:10 11.2M 44 115M 44 51.7M 0 0 33.3M 0 0:00:03 0:00:01 0:00:02 33.2M 88 115M 88 102M 0 0 40.2M 0 0:00:02 0:00:02 --:--:-- 40.2M 100 115M 100 115M 0 0 40.9M 0 0:00:02 0:00:02 --:--:-- 40.9M [2020-12-16T23:07:59.714Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-16T23:08:03.931Z] Staging go115 [2020-12-16T23:08:09.220Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-16T23:08:09.220Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-16T23:08:09.220Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-16T23:08:09.220Z] Fetched 88.7 kB in 0s (0 B/s) [2020-12-16T23:08:09.220Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-16T23:08:09.220Z] Fetched 224 kB in 0s (0 B/s) [2020-12-16T23:08:09.220Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-16T23:08:09.220Z] Fetched 157 kB in 0s (0 B/s) [2020-12-16T23:08:09.220Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-16T23:08:09.220Z] Fetched 221 kB in 0s (0 B/s) [2020-12-16T23:08:09.220Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-16T23:08:09.220Z] Fetched 143 kB in 0s (0 B/s) [2020-12-16T23:08:09.220Z] Pulling edgex-go [2020-12-16T23:08:10.162Z] Pulling version [2020-12-16T23:08:11.103Z] Building config-common [2020-12-16T23:08:13.055Z] Skipping build go-build-helper (already ran) [2020-12-16T23:08:13.055Z] Skipping build static-packages (already ran) [2020-12-16T23:08:13.055Z] Skipping build go115 (already ran) [2020-12-16T23:08:13.055Z] Building edgex-go [2020-12-16T23:08:13.317Z] 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 [2020-12-16T23:08:15.238Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.130 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-16T23:08:15.238Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-16T23:08:15.238Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-16T23:08:15.238Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-16T23:08:15.238Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-16T23:08:15.238Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-16T23:08:15.238Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-16T23:08:15.238Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-16T23:08:15.238Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-16T23:08:15.238Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-16T23:08:15.238Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-16T23:08:15.238Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-16T23:08:15.238Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-16T23:08:15.238Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-16T23:08:15.238Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-16T23:08:15.238Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-16T23:08:15.238Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-16T23:08:15.499Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-16T23:08:15.499Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-16T23:08:15.499Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-16T23:08:15.499Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-16T23:08:15.499Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-16T23:08:15.499Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-16T23:08:15.499Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-16T23:08:15.499Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-16T23:08:15.499Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-16T23:08:15.761Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-16T23:08:15.761Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-16T23:08:22.339Z] 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 [2020-12-16T23:08:26.578Z] 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 [2020-12-16T23:08:27.518Z] 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 [2020-12-16T23:08:28.459Z] 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 [2020-12-16T23:08:29.028Z] 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 [2020-12-16T23:08:29.028Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-16T23:08:29.028Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-16T23:08:29.028Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-16T23:08:30.413Z] 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 [2020-12-16T23:08:30.413Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-16T23:08:30.413Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-16T23:08:31.359Z] 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 [2020-12-16T23:08:31.359Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-16T23:08:32.317Z] 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 [2020-12-16T23:08:32.579Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-16T23:08:33.973Z] 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 [2020-12-16T23:08:34.930Z] 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 [2020-12-16T23:08:35.505Z] 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 [2020-12-16T23:08:38.081Z] Building version [2020-12-16T23:08:39.465Z] Staging config-common [2020-12-16T23:08:40.406Z] Skipping stage go-build-helper (already ran) [2020-12-16T23:08:40.406Z] Skipping stage static-packages (already ran) [2020-12-16T23:08:40.406Z] Skipping stage go115 (already ran) [2020-12-16T23:08:40.406Z] Staging edgex-go [2020-12-16T23:08:41.347Z] Staging version [2020-12-16T23:08:42.295Z] Priming config-common [2020-12-16T23:08:43.239Z] Priming go-build-helper [2020-12-16T23:08:44.180Z] Priming static-packages [2020-12-16T23:08:46.726Z] Priming go115 [2020-12-16T23:08:47.325Z] Priming edgex-go [2020-12-16T23:08:48.345Z] Priming version [2020-12-16T23:08:49.324Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-16T23:08:53.613Z] provisioning config files... [2020-12-16T23:08:53.653Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/13@tmp/config4624183135677723164tmp [Pipeline] { [Pipeline] sh [2020-12-16T23:08:54.089Z] + set +x [2020-12-16T23:08:54.089Z] + curl -s https://codecov.io/bash [2020-12-16T23:08:54.089Z] + bash -s -- [2020-12-16T23:08:54.729Z] [2020-12-16T23:08:54.729Z] _____ _ [2020-12-16T23:08:54.729Z] / ____| | | [2020-12-16T23:08:54.729Z] | | ___ __| | ___ ___ _____ __ [2020-12-16T23:08:54.729Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-16T23:08:54.729Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-16T23:08:54.729Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-16T23:08:54.729Z] Bash-20201130-cc6d3fe [2020-12-16T23:08:54.729Z] [2020-12-16T23:08:54.729Z] [2020-12-16T23:08:54.729Z] ==> Jenkins CI detected. [2020-12-16T23:08:54.729Z] project root: . [2020-12-16T23:08:54.729Z] --> token set from env [2020-12-16T23:08:55.009Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-16T23:08:55.009Z] ==> Running gcov in . (disable via -X gcov) [2020-12-16T23:08:55.282Z] ==> Python coveragepy not found [2020-12-16T23:08:55.282Z] ==> Searching for coverage reports in: [2020-12-16T23:08:55.282Z] + . [2020-12-16T23:08:55.282Z] -> Found 1 reports [2020-12-16T23:08:55.282Z] ==> Detecting git/mercurial file structure [2020-12-16T23:08:55.282Z] ==> Reading reports [2020-12-16T23:08:55.282Z] + ./coverage.out bytes=535934 [2020-12-16T23:08:55.553Z] ==> Appending adjustments [2020-12-16T23:08:55.553Z] https://docs.codecov.io/docs/fixing-reports [2020-12-16T23:09:04.027Z] + Found adjustments [2020-12-16T23:09:04.027Z] ==> Gzipping contents [2020-12-16T23:09:04.027Z] 84K /tmp/codecov.p4vj1O.gz [2020-12-16T23:09:04.027Z] ==> Uploading reports [2020-12-16T23:09:04.027Z] url: https://codecov.io [2020-12-16T23:09:04.027Z] query: branch=PR-2913&commit=68b4a6397b6cb246c6fab80d371f6d66b94b1622&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= [2020-12-16T23:09:04.027Z] -> Pinging Codecov [2020-12-16T23:09:04.027Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2913&commit=68b4a6397b6cb246c6fab80d371f6d66b94b1622&build=13&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2913%2F13%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2913&job=&cmd_args= [2020-12-16T23:09:04.027Z] -> Uploading to [2020-12-16T23:09:04.027Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-16/00271124DB129430A58F1EEE437C3FCB/68b4a6397b6cb246c6fab80d371f6d66b94b1622/b2846a1c-e187-497e-8dea-1de8bf0ecc1d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201216%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201216T230903Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b227fb75c837839c2faa04fc9d2d3ed03d112f43dc0a5ad19e4cc0017b11a3d2 [2020-12-16T23:09:04.027Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-16T23:09:04.027Z] Dload Upload Total Spent Left Speed [2020-12-16T23:09:04.634Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83668 0 0 100 83668 0 145k --:--:-- --:--:-- --:--:-- 145k 100 83668 0 0 100 83668 0 145k --:--:-- --:--:-- --:--:-- 145k [2020-12-16T23:09:04.634Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/68b4a6397b6cb246c6fab80d371f6d66b94b1622 [Pipeline] } [2020-12-16T23:09:04.656Z] 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 [2020-12-16T23:09:07.186Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:09:08.519Z] ---> package-listing.sh [2020-12-16T23:09:08.519Z] ++ facter osfamily [2020-12-16T23:09:08.519Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-16T23:09:08.796Z] + OS_FAMILY=redhat [2020-12-16T23:09:08.796Z] + workspace=/w/workspace/edgex-go/13 [2020-12-16T23:09:08.796Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-16T23:09:08.796Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-16T23:09:08.796Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-16T23:09:08.796Z] + PACKAGES=/tmp/packages_start.txt [2020-12-16T23:09:08.796Z] + '[' /w/workspace/edgex-go/13 ']' [2020-12-16T23:09:08.796Z] + PACKAGES=/tmp/packages_end.txt [2020-12-16T23:09:08.796Z] + case "${OS_FAMILY}" in [2020-12-16T23:09:08.796Z] + rpm -qa [2020-12-16T23:09:08.796Z] + sort [2020-12-16T23:09:17.139Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-16T23:09:17.139Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-16T23:09:17.139Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-16T23:09:17.139Z] + '[' /w/workspace/edgex-go/13 ']' [2020-12-16T23:09:17.139Z] + mkdir -p /w/workspace/edgex-go/13/archives/ [2020-12-16T23:09:17.140Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/13/archives/ [Pipeline] echo [2020-12-16T23:09:17.158Z] 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/13/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-16T23:09:17.495Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-16T23:09:18.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T23:09:18.481Z] [2020-12-16T23:09:18.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-16T23:09:19.002Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T23:09:19.302Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-16T23:09:19.302Z] df20fa9351a1: Pulling fs layer [2020-12-16T23:09:19.302Z] 36b3adc4ff6f: Pulling fs layer [2020-12-16T23:09:19.302Z] 8ad3a11d3b57: Pulling fs layer [2020-12-16T23:09:19.302Z] 46f8f816bc3b: Pulling fs layer [2020-12-16T23:09:19.302Z] 93b61091891f: Pulling fs layer [2020-12-16T23:09:19.302Z] 93b9cdb0e59b: Pulling fs layer [2020-12-16T23:09:19.302Z] 5e14af77c1be: Pulling fs layer [2020-12-16T23:09:19.302Z] 01666e4c0597: Pulling fs layer [2020-12-16T23:09:19.302Z] aa168da1d23b: Pulling fs layer [2020-12-16T23:09:19.302Z] 93b9cdb0e59b: Waiting [2020-12-16T23:09:19.302Z] 46f8f816bc3b: Waiting [2020-12-16T23:09:19.302Z] 93b61091891f: Waiting [2020-12-16T23:09:19.302Z] 01666e4c0597: Waiting [2020-12-16T23:09:19.302Z] aa168da1d23b: Waiting [2020-12-16T23:09:19.302Z] 36b3adc4ff6f: Verifying Checksum [2020-12-16T23:09:19.302Z] 36b3adc4ff6f: Download complete [2020-12-16T23:09:19.302Z] 46f8f816bc3b: Verifying Checksum [2020-12-16T23:09:19.302Z] 46f8f816bc3b: Download complete [2020-12-16T23:09:20.019Z] df20fa9351a1: Download complete [2020-12-16T23:09:20.019Z] 93b61091891f: Verifying Checksum [2020-12-16T23:09:20.019Z] 93b61091891f: Download complete [2020-12-16T23:09:20.019Z] 93b9cdb0e59b: Download complete [2020-12-16T23:09:20.019Z] 5e14af77c1be: Verifying Checksum [2020-12-16T23:09:20.019Z] 5e14af77c1be: Download complete [2020-12-16T23:09:20.019Z] 01666e4c0597: Verifying Checksum [2020-12-16T23:09:20.019Z] 01666e4c0597: Download complete [2020-12-16T23:09:20.781Z] df20fa9351a1: Pull complete [2020-12-16T23:09:21.445Z] 36b3adc4ff6f: Pull complete [2020-12-16T23:09:22.165Z] 8ad3a11d3b57: Verifying Checksum [2020-12-16T23:09:22.165Z] 8ad3a11d3b57: Download complete [2020-12-16T23:09:23.978Z] 8ad3a11d3b57: Pull complete [2020-12-16T23:09:23.978Z] 46f8f816bc3b: Pull complete [2020-12-16T23:09:25.084Z] 93b61091891f: Pull complete [2020-12-16T23:09:25.434Z] 93b9cdb0e59b: Pull complete [2020-12-16T23:09:25.738Z] 5e14af77c1be: Pull complete [2020-12-16T23:09:26.039Z] 01666e4c0597: Pull complete [2020-12-16T23:09:32.252Z] aa168da1d23b: Verifying Checksum [2020-12-16T23:09:32.252Z] aa168da1d23b: Download complete [2020-12-16T23:09:47.872Z] aa168da1d23b: Pull complete [2020-12-16T23:09:47.872Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-16T23:09:47.872Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-16T23:09:47.872Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-16T23:09:48.951Z] prd-centos7-docker-4c-2g-16398 does not seem to be running inside a container [2020-12-16T23:09:49.094Z] $ 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/13/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/13 -v /w/workspace/edgex-go/13:/w/workspace/edgex-go/13:rw,z -v /w/workspace/edgex-go/13@tmp:/w/workspace/edgex-go/13@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 [2020-12-16T23:09:55.155Z] $ docker top 64d28f9640c9a6bb66f7b9929ea92d98d8d839c56f77f0688bee3e6953dcdc5d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-16T23:09:56.489Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-16T23:09:57.357Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-16T23:09:58.214Z] + ls /var/log/sa-host [2020-12-16T23:09:58.214Z] + sadf -c /var/log/sa-host/sa16 [2020-12-16T23:09:58.214Z] file_magic: OK [2020-12-16T23:09:58.214Z] HZ: Using current value: 100 [2020-12-16T23:09:58.214Z] file_header: OK [2020-12-16T23:09:58.214Z] 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 [2020-12-16T23:09:58.214Z] Statistics: [2020-12-16T23:09:58.214Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-16T23:09:58.214Z] File successfully converted to sysstat format version 12.2.1 [2020-12-16T23:09:58.214Z] + sadf -c /var/log/sa-host/sa23 [2020-12-16T23:09:58.214Z] file_magic: OK [2020-12-16T23:09:58.214Z] HZ: Using current value: 100 [2020-12-16T23:09:58.214Z] file_header: OK [2020-12-16T23:09:58.214Z] 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 [2020-12-16T23:09:58.214Z] Statistics: [2020-12-16T23:09:58.214Z] Hnuu...uuuununununu... [2020-12-16T23:09:58.214Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-16T23:09:58.934Z] provisioning config files... [2020-12-16T23:09:58.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/13@tmp/config3153838617045532145tmp [Pipeline] { [Pipeline] echo [2020-12-16T23:09:59.060Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:09:59.400Z] ---> create-netrc.sh [Pipeline] } [2020-12-16T23:09:59.716Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-16T23:09:59.853Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:10:00.552Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-16T23:10:00.570Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:10:01.385Z] ---> sudo-logs.sh [2020-12-16T23:10:01.385Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-16T23:10:01.435Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:10:02.090Z] ---> job-cost.sh [2020-12-16T23:10:02.358Z] lf-activate-venv: SKIPPING [2020-12-16T23:10:02.358Z] INFO: No Stack... [2020-12-16T23:10:03.329Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-16T23:10:03.980Z] INFO: Archiving Costs [Pipeline] echo [2020-12-16T23:10:04.048Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-16T23:10:04.895Z] ---> logs-deploy.sh [2020-12-16T23:10:04.895Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/13 [2020-12-16T23:10:04.895Z] INFO: archiving workspace using pattern(s): [2020-12-16T23:10:08.366Z] Archives upload complete. [2020-12-16T23:10:08.366Z] INFO: archiving logs to Nexus