Pull request #3028 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 hahattan for edgexfoundry/edgex-go Loading trusted files from base branch master at 60451040515ee9eeb901ca3bb1c4662a631f475e rather than 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Obtained Jenkinsfile from 60451040515ee9eeb901ca3bb1c4662a631f475e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20285 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) > 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/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 Commit message: "Merge branch 'master' into issue-3020" > git rev-list --no-walk 7e277564f4d5b5740e7f6ba0447a2dbe0211b197 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T18:49:13.034Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T18:49:13.333Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T18:49:13.428Z] ========================================================= [2021-01-14T18:49:13.428Z] EdgeX Global Pipelines Version Info [2021-01-14T18:49:13.428Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:49:15.693Z] ------------------- [2021-01-14T18:49:15.693Z] stable info: [2021-01-14T18:49:15.693Z] ------------------- [2021-01-14T18:49:15.693Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T18:49:15.693Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T18:49:15.693Z] Message: update stable to v1.0.177 [2021-01-14T18:49:16.657Z] ------------------- [2021-01-14T18:49:16.657Z] experimental info: [2021-01-14T18:49:16.657Z] ------------------- [2021-01-14T18:49:16.657Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T18:49:16.657Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T18:49:16.657Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T18:49:16.924Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T18:49:17.025Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T18:49:17.204Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T18:49:17.296Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T18:49:17.398Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T18:49:17.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T18:49:17.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T18:49:17.700Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T18:49:17.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T18:49:17.877Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T18:49:17.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T18:49:18.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T18:49:18.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T18:49:18.248Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T18:49:18.332Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T18:49:18.416Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T18:49:18.504Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T18:49:18.655Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T18:49:18.737Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T18:49:18.866Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T18:49:18.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T18:49:19.045Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T18:49:19.142Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T18:49:19.320Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3028 [Pipeline] echo [2021-01-14T18:49:19.410Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3028 [Pipeline] echo [2021-01-14T18:49:19.499Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3028 [Pipeline] echo [2021-01-14T18:49:19.599Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [Pipeline] echo [2021-01-14T18:49:19.704Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2b3b352 [Pipeline] echo [2021-01-14T18:49:19.829Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T18:49:20.149Z] provisioning config files... [2021-01-14T18:49:20.226Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config569176632584996819tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:49:20.675Z] ---> docker-login.sh [2021-01-14T18:49:20.675Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:49:21.273Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:49:21.543Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:49:21.543Z] Configure a credential helper to remove this warning. See [2021-01-14T18:49:21.543Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:49:21.543Z] [2021-01-14T18:49:21.543Z] Login Succeeded [2021-01-14T18:49:21.543Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:49:21.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:49:21.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:49:21.823Z] Configure a credential helper to remove this warning. See [2021-01-14T18:49:21.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:49:21.823Z] [2021-01-14T18:49:21.823Z] Login Succeeded [2021-01-14T18:49:21.823Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:49:22.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:49:22.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:49:22.373Z] Configure a credential helper to remove this warning. See [2021-01-14T18:49:22.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:49:22.373Z] [2021-01-14T18:49:22.373Z] Login Succeeded [2021-01-14T18:49:22.373Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:49:22.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:49:22.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:49:22.656Z] Configure a credential helper to remove this warning. See [2021-01-14T18:49:22.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:49:22.656Z] [2021-01-14T18:49:22.656Z] Login Succeeded [2021-01-14T18:49:22.656Z] docker.io [2021-01-14T18:49:23.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:49:23.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:49:23.362Z] Configure a credential helper to remove this warning. See [2021-01-14T18:49:23.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:49:23.362Z] [2021-01-14T18:49:23.362Z] Login Succeeded [2021-01-14T18:49:23.362Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:49:23.375Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:49:23.905Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-14T18:49:23.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.905Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T18:49:23.905Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.905Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T18:49:23.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.905Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.905Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T18:49:23.905Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T18:49:23.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.905Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T18:49:23.905Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.905Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T18:49:23.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.905Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.905Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T18:49:23.905Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T18:49:23.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.905Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.905Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T18:49:23.905Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T18:49:23.906Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.906Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.906Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T18:49:23.906Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T18:49:23.906Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.906Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.906Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T18:49:23.906Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T18:49:23.906Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.906Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T18:49:23.906Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.906Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T18:49:23.906Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T18:49:23.906Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T18:49:23.906Z] ++ cut -d/ -f2 [2021-01-14T18:49:23.906Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T18:49:24.028Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:49:25.609Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:49:25.609Z] [2021-01-14T18:49:25.609Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:49:26.023Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:49:26.315Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T18:49:26.315Z] 31603596830f: Pulling fs layer [2021-01-14T18:49:26.315Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T18:49:26.315Z] 6ca5941a6612: Pulling fs layer [2021-01-14T18:49:26.315Z] ecc8261a40a4: Pulling fs layer [2021-01-14T18:49:26.315Z] ecc8261a40a4: Waiting [2021-01-14T18:49:26.315Z] 2a8b12db71e7: Download complete [2021-01-14T18:49:26.610Z] 31603596830f: Verifying Checksum [2021-01-14T18:49:26.610Z] 31603596830f: Download complete [2021-01-14T18:49:27.311Z] ecc8261a40a4: Verifying Checksum [2021-01-14T18:49:27.311Z] ecc8261a40a4: Download complete [2021-01-14T18:49:27.311Z] 31603596830f: Pull complete [2021-01-14T18:49:27.631Z] 6ca5941a6612: Verifying Checksum [2021-01-14T18:49:27.631Z] 6ca5941a6612: Download complete [2021-01-14T18:49:27.631Z] 2a8b12db71e7: Pull complete [2021-01-14T18:49:29.662Z] 6ca5941a6612: Pull complete [2021-01-14T18:49:29.945Z] ecc8261a40a4: Pull complete [2021-01-14T18:49:29.945Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T18:49:29.945Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T18:49:29.945Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T18:49:30.216Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T18:49:30.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T18:49:32.896Z] $ docker top 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T18:49:33.348Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:49:33.348Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:49:33.695Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:49:33.705Z] $ docker exec 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent [2021-01-14T18:49:33.982Z] SSH_AUTH_SOCK=/tmp/ssh-Xh67DMmT4FGM/agent.12 [2021-01-14T18:49:33.982Z] SSH_AGENT_PID=17 [2021-01-14T18:49:34.007Z] Running ssh-add (command line suppressed) [2021-01-14T18:49:34.190Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1537755416123799480.key (/w/workspace/edgex-go/2@tmp/private_key_1537755416123799480.key) [2021-01-14T18:49:34.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:49:34.658Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T18:49:34.687Z] $ docker exec --env ******** --env ******** 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent -k [2021-01-14T18:49:34.870Z] unset SSH_AUTH_SOCK; [2021-01-14T18:49:34.871Z] unset SSH_AGENT_PID; [2021-01-14T18:49:34.871Z] echo Agent pid 17 killed; [2021-01-14T18:49:34.933Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T18:49:35.124Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T18:49:35.124Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T18:49:35.538Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T18:49:35.544Z] $ docker exec 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent [2021-01-14T18:49:35.886Z] SSH_AUTH_SOCK=/tmp/ssh-bNJ6CxF9T4oA/agent.47 [2021-01-14T18:49:35.886Z] SSH_AGENT_PID=52 [2021-01-14T18:49:35.897Z] Running ssh-add (command line suppressed) [2021-01-14T18:49:36.102Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4260254084735306771.key (/w/workspace/edgex-go/2@tmp/private_key_4260254084735306771.key) [2021-01-14T18:49:36.185Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T18:49:36.565Z] + git semver init [2021-01-14T18:49:36.565Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T18:49:36.565Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-14T18:49:36.565Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-14T18:49:36.565Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T18:49:36.565Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T18:49:36.565Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T18:49:36.565Z] # $SEMVER_BRANCH = PR-3028 [2021-01-14T18:49:36.565Z] # $SEMVER_TEMP = /tmp/semver-531657510 [2021-01-14T18:49:36.565Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T18:50:03.866Z] # '/tmp/semver-531657510' -> '/w/workspace/edgex-go/2/.semver' [2021-01-14T18:50:03.866Z] # -> Force: false [2021-01-14T18:50:03.866Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-14T18:50:03.891Z] $ docker exec --env ******** --env ******** 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac ssh-agent -k [2021-01-14T18:50:04.258Z] unset SSH_AUTH_SOCK; [2021-01-14T18:50:04.258Z] unset SSH_AGENT_PID; [2021-01-14T18:50:04.258Z] echo Agent pid 52 killed; [2021-01-14T18:50:04.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T18:50:04.938Z] + git semver [Pipeline] } [2021-01-14T18:50:04.965Z] $ docker stop --time=1 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac [2021-01-14T18:50:06.724Z] $ docker rm -f 5f56e6062730773378fe55e3384c69406466a2b5e4b9ad76f9949a91371df7ac [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T18:50:07.418Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T18:50:08.122Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T18:50:08.125Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T18:50:09.141Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:50:09.481Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:50:09.801Z] + sudo service docker restart [2021-01-14T18:50:09.802Z] + true [2021-01-14T18:50:09.802Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T18:50:10.785Z] ========================================================= [2021-01-14T18:50:10.785Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T18:50:10.785Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:50:11.224Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-14T18:50:16.628Z] Sending build context to Docker daemon 326.6MB [2021-01-14T18:50:16.628Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T18:50:16.628Z] Step 2/6 : FROM ${BASE} [2021-01-14T18:50:16.628Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T18:50:16.628Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T18:50:16.628Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T18:50:16.628Z] de9db76c5a1d: Pulling fs layer [2021-01-14T18:50:16.628Z] bca2f99d35d6: Pulling fs layer [2021-01-14T18:50:16.628Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T18:50:16.628Z] 7c6f9722023f: Pulling fs layer [2021-01-14T18:50:16.628Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T18:50:16.628Z] 93359f2a8cfa: Waiting [2021-01-14T18:50:16.628Z] bca2f99d35d6: Waiting [2021-01-14T18:50:16.628Z] 7c6f9722023f: Waiting [2021-01-14T18:50:16.628Z] a35cf1a2eb13: Waiting [2021-01-14T18:50:16.628Z] de9db76c5a1d: Verifying Checksum [2021-01-14T18:50:16.628Z] de9db76c5a1d: Download complete [2021-01-14T18:50:16.628Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T18:50:16.628Z] 0ef7d3d256c8: Download complete [2021-01-14T18:50:16.628Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T18:50:16.628Z] 93359f2a8cfa: Download complete [2021-01-14T18:50:16.914Z] 7c6f9722023f: Verifying Checksum [2021-01-14T18:50:16.914Z] 7c6f9722023f: Download complete [2021-01-14T18:50:17.933Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T18:50:17.933Z] 188c0c94c7c5: Download complete [2021-01-14T18:50:19.073Z] 188c0c94c7c5: Pull complete [2021-01-14T18:50:20.643Z] 0ef7d3d256c8: Pull complete [2021-01-14T18:50:20.958Z] de9db76c5a1d: Pull complete [2021-01-14T18:50:23.029Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T18:50:23.029Z] a35cf1a2eb13: Download complete [2021-01-14T18:50:23.553Z] Still waiting to schedule task [2021-01-14T18:50:23.553Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-01-14T18:50:24.091Z] bca2f99d35d6: Verifying Checksum [2021-01-14T18:50:24.091Z] bca2f99d35d6: Download complete [2021-01-14T18:50:34.335Z] bca2f99d35d6: Pull complete [2021-01-14T18:50:34.335Z] 93359f2a8cfa: Pull complete [2021-01-14T18:50:34.335Z] 7c6f9722023f: Pull complete [2021-01-14T18:50:39.741Z] a35cf1a2eb13: Pull complete [2021-01-14T18:50:39.741Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T18:50:39.741Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T18:50:39.741Z] ---> a62c8e92a672 [2021-01-14T18:50:39.741Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T18:50:39.741Z] ---> Running in 55522c7f641b [2021-01-14T18:50:40.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:50:40.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:50:41.578Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T18:50:41.578Z] (2/12) Installing file (5.38-r0) [2021-01-14T18:50:41.847Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T18:50:41.847Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T18:50:46.179Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T18:50:46.179Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T18:50:46.179Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T18:50:46.179Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T18:50:46.179Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T18:50:46.179Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T18:50:46.179Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T18:50:46.179Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T18:50:46.459Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:50:46.459Z] OK: 233 MiB in 51 packages [2021-01-14T18:50:50.806Z] Removing intermediate container 55522c7f641b [2021-01-14T18:50:50.806Z] ---> c96aa873358c [2021-01-14T18:50:50.806Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T18:50:50.806Z] ---> Running in a731860d3640 [2021-01-14T18:50:51.085Z] Removing intermediate container a731860d3640 [2021-01-14T18:50:51.085Z] ---> 3f75c02589bb [2021-01-14T18:50:51.085Z] Step 5/6 : COPY go.mod . [2021-01-14T18:50:51.424Z] ---> d75af538a0ea [2021-01-14T18:50:51.424Z] Step 6/6 : RUN go mod download [2021-01-14T18:50:51.424Z] ---> Running in ad540b263347 [2021-01-14T18:51:18.559Z] Removing intermediate container ad540b263347 [2021-01-14T18:51:18.559Z] ---> f15e59338911 [2021-01-14T18:51:18.559Z] Successfully built f15e59338911 [2021-01-14T18:51:18.559Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:51:18.951Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T18:51:19.220Z] . [Pipeline] withDockerContainer [2021-01-14T18:51:19.788Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T18:51:20.261Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T18:51:22.106Z] $ docker top 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:51:23.114Z] + go version [2021-01-14T18:51:23.114Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T18:51:23.136Z] $ docker stop --time=1 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 [2021-01-14T18:51:24.925Z] $ docker rm -f 21110c703d0d385ec89dbe05c921fe4a65427f3c0f2c33c1ac6c58784085afc2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:51:25.967Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T18:51:25.968Z] . [Pipeline] withDockerContainer [2021-01-14T18:51:26.260Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T18:51:26.385Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-14T18:51:27.900Z] $ docker top 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T18:51:28.228Z] ========================================================= [2021-01-14T18:51:28.229Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T18:51:28.229Z] ========================================================= [Pipeline] sh [2021-01-14T18:51:28.884Z] + make test [2021-01-14T18:51:28.884Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T18:51:44.331Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T18:52:00.139Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20286 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws [2021-01-14T18:52:00.245Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-14T18:52:05.181Z] using credential edgex-jenkins-ssh [2021-01-14T18:52:05.244Z] Cloning the remote Git repository [2021-01-14T18:52:05.320Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:52:05.438Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-14T18:52:05.538Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:52:05.538Z] > git --version # timeout=10 [2021-01-14T18:52:05.558Z] > git --version # 'git version 2.17.1' [2021-01-14T18:52:05.560Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T18:52:05.625Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T18:52:11.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T18:52:20.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T18:52:22.013Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T18:52:22.013Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T18:52:22.339Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T18:52:22.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T18:52:22.449Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T18:52:22.482Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T18:52:22.518Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T18:52:22.567Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T18:52:22.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T18:52:22.578Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T18:52:22.967Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T18:52:23.340Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:52:23.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T18:52:23.893Z] Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:52:23.894Z] Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) [2021-01-14T18:52:23.371Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T18:52:23.449Z] > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 [2021-01-14T18:52:23.811Z] > git remote # timeout=10 [2021-01-14T18:52:23.829Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T18:52:23.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T18:52:23.858Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T18:52:23.884Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T18:52:23.910Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T18:52:23.924Z] > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 [2021-01-14T18:52:24.769Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T18:52:26.070Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T18:52:28.344Z] Commit message: "Merge branch 'master' into issue-3020" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T18:52:29.863Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:52:30.281Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T18:52:30.673Z] + sudo service docker restart [2021-01-14T18:52:30.673Z] + true [2021-01-14T18:52:30.760Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T18:52:30.760Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T18:52:30.760Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T18:52:32.728Z] provisioning config files... [2021-01-14T18:52:32.769Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config1444081754633367259tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T18:52:33.210Z] ---> docker-login.sh [2021-01-14T18:52:33.210Z] nexus3.edgexfoundry.org:10001 [2021-01-14T18:52:33.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.6% of statements [2021-01-14T18:52:33.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T18:52:33.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T18:52:33.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T18:52:33.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T18:52:33.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T18:52:34.198Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:52:34.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:52:34.472Z] Configure a credential helper to remove this warning. See [2021-01-14T18:52:34.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:52:34.472Z] [2021-01-14T18:52:34.472Z] Login Succeeded [2021-01-14T18:52:34.472Z] nexus3.edgexfoundry.org:10002 [2021-01-14T18:52:34.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:52:35.029Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:52:35.029Z] Configure a credential helper to remove this warning. See [2021-01-14T18:52:35.029Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:52:35.029Z] [2021-01-14T18:52:35.029Z] Login Succeeded [2021-01-14T18:52:35.029Z] nexus3.edgexfoundry.org:10003 [2021-01-14T18:52:35.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:52:35.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:52:35.580Z] Configure a credential helper to remove this warning. See [2021-01-14T18:52:35.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:52:35.580Z] [2021-01-14T18:52:35.580Z] Login Succeeded [2021-01-14T18:52:35.580Z] nexus3.edgexfoundry.org:10004 [2021-01-14T18:52:35.864Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:52:36.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:52:36.136Z] Configure a credential helper to remove this warning. See [2021-01-14T18:52:36.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:52:36.136Z] [2021-01-14T18:52:36.136Z] Login Succeeded [2021-01-14T18:52:36.136Z] docker.io [2021-01-14T18:52:36.413Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T18:52:37.009Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T18:52:37.009Z] Configure a credential helper to remove this warning. See [2021-01-14T18:52:37.009Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T18:52:37.009Z] [2021-01-14T18:52:37.009Z] Login Succeeded [2021-01-14T18:52:37.009Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T18:52:37.028Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T18:52:37.475Z] ========================================================= [2021-01-14T18:52:37.475Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T18:52:37.475Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:52:37.874Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-14T18:52:40.536Z] Sending build context to Docker daemon 165.6MB [2021-01-14T18:52:40.536Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T18:52:40.536Z] Step 2/6 : FROM ${BASE} [2021-01-14T18:52:40.536Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T18:52:40.536Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T18:52:40.536Z] a4357932f1b6: Pulling fs layer [2021-01-14T18:52:40.536Z] 18c013af1878: Pulling fs layer [2021-01-14T18:52:40.536Z] 00ac8860ef70: Pulling fs layer [2021-01-14T18:52:40.536Z] 63d7cb157983: Pulling fs layer [2021-01-14T18:52:40.536Z] b116817d02f9: Pulling fs layer [2021-01-14T18:52:40.536Z] 745a02a5169b: Pulling fs layer [2021-01-14T18:52:40.536Z] b116817d02f9: Waiting [2021-01-14T18:52:40.536Z] 745a02a5169b: Waiting [2021-01-14T18:52:40.536Z] 63d7cb157983: Waiting [2021-01-14T18:52:40.536Z] 00ac8860ef70: Waiting [2021-01-14T18:52:40.536Z] 18c013af1878: Verifying Checksum [2021-01-14T18:52:40.536Z] 18c013af1878: Download complete [2021-01-14T18:52:40.536Z] a4357932f1b6: Download complete [2021-01-14T18:52:40.536Z] 63d7cb157983: Verifying Checksum [2021-01-14T18:52:40.536Z] 63d7cb157983: Download complete [2021-01-14T18:52:40.536Z] b116817d02f9: Verifying Checksum [2021-01-14T18:52:40.536Z] b116817d02f9: Download complete [2021-01-14T18:52:40.536Z] 5f621e34cdf4: Download complete [2021-01-14T18:52:40.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.256s coverage: 27.0% of statements [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T18:52:40.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.182s coverage: 100.0% of statements [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T18:52:40.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T18:52:40.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.204s coverage: 67.9% of statements [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T18:52:40.945Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.366s coverage: 82.3% of statements [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T18:52:40.945Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T18:52:41.522Z] 5f621e34cdf4: Pull complete [2021-01-14T18:52:41.798Z] a4357932f1b6: Pull complete [2021-01-14T18:52:42.400Z] 18c013af1878: Pull complete [2021-01-14T18:52:43.395Z] 745a02a5169b: Verifying Checksum [2021-01-14T18:52:43.395Z] 745a02a5169b: Download complete [2021-01-14T18:52:44.384Z] 00ac8860ef70: Verifying Checksum [2021-01-14T18:52:44.384Z] 00ac8860ef70: Download complete [2021-01-14T18:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.656s coverage: 28.6% of statements [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T18:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T18:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.041s coverage: 100.0% of statements [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T18:52:44.670Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements [2021-01-14T18:52:44.670Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T18:52:45.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.270s coverage: 97.5% of statements [2021-01-14T18:52:45.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T18:52:46.048Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-01-14T18:52:46.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T18:52:46.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T18:52:46.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T18:52:46.048Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.765s coverage: 93.5% of statements [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.076s coverage: 58.8% of statements [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.082s coverage: 0.1% of statements [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements [2021-01-14T18:52:50.527Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-01-14T18:52:50.527Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.090s coverage: 87.2% of statements [2021-01-14T18:52:51.170Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.074s coverage: 84.2% of statements [2021-01-14T18:52:52.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.133s coverage: 91.4% of statements [2021-01-14T18:52:52.208Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T18:52:52.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.322s coverage: 63.5% of statements [2021-01-14T18:52:52.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T18:52:52.917Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T18:52:52.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.090s coverage: 100.0% of statements [2021-01-14T18:52:52.917Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.073s coverage: 91.3% of statements [2021-01-14T18:52:53.208Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.082s coverage: 100.0% of statements [2021-01-14T18:52:53.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.089s coverage: 73.7% of statements [2021-01-14T18:52:54.236Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.092s coverage: 100.0% of statements [2021-01-14T18:52:56.375Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.703s coverage: 68.9% of statements [2021-01-14T18:52:56.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T18:52:56.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T18:52:56.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T18:52:56.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T18:52:56.375Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T18:52:56.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.244s coverage: 37.0% of statements [2021-01-14T18:52:56.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T18:52:56.677Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T18:52:56.677Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.590s coverage: 84.0% of statements [2021-01-14T18:52:56.820Z] 00ac8860ef70: Pull complete [2021-01-14T18:52:56.820Z] 63d7cb157983: Pull complete [2021-01-14T18:52:56.820Z] b116817d02f9: Pull complete [2021-01-14T18:52:57.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.067s coverage: 100.0% of statements [2021-01-14T18:52:59.475Z] 745a02a5169b: Pull complete [2021-01-14T18:52:59.475Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T18:52:59.475Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T18:52:59.475Z] ---> b7e6874047d6 [2021-01-14T18:52:59.475Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T18:53:00.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.152s coverage: 47.1% of statements [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T18:53:00.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T18:53:00.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.073s coverage: 100.0% of statements [2021-01-14T18:53:00.857Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T18:53:02.891Z] ---> Running in 83a2b8878d5b [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.163s coverage: 29.1% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.078s coverage: 100.0% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T18:53:03.609Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T18:53:03.609Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-14T18:53:03.873Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T18:53:04.261Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.055s coverage: 32.1% of statements [2021-01-14T18:53:04.573Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.095s coverage: 100.0% of statements [2021-01-14T18:53:04.848Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T18:53:04.849Z] GO111MODULE=on go vet ./... [2021-01-14T18:53:05.438Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T18:53:05.438Z] (2/12) Installing file (5.38-r0) [2021-01-14T18:53:05.709Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T18:53:05.709Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T18:53:11.105Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T18:53:11.105Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T18:53:11.105Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T18:53:11.105Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T18:53:11.105Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T18:53:11.105Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T18:53:11.105Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T18:53:11.378Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T18:53:11.378Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:53:11.378Z] OK: 217 MiB in 51 packages [2021-01-14T18:53:15.687Z] Removing intermediate container 83a2b8878d5b [2021-01-14T18:53:15.687Z] ---> 6b68784162d9 [2021-01-14T18:53:15.687Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T18:53:15.687Z] ---> Running in 09fdcf2d827e [2021-01-14T18:53:15.964Z] Removing intermediate container 09fdcf2d827e [2021-01-14T18:53:15.964Z] ---> 92dc975b5b77 [2021-01-14T18:53:15.964Z] Step 5/6 : COPY go.mod . [2021-01-14T18:53:16.563Z] ---> 4a0323ae4c15 [2021-01-14T18:53:16.563Z] Step 6/6 : RUN go mod download [2021-01-14T18:53:16.840Z] ---> Running in f7b713f51111 [2021-01-14T18:53:43.651Z] Removing intermediate container f7b713f51111 [2021-01-14T18:53:43.651Z] ---> 7488b6c90c7b [2021-01-14T18:53:43.651Z] Successfully built 7488b6c90c7b [2021-01-14T18:53:43.651Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:53:43.995Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T18:53:43.995Z] . [Pipeline] withDockerContainer [2021-01-14T18:53:44.278Z] prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container [2021-01-14T18:53:44.366Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T18:53:45.883Z] $ docker top ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:53:46.895Z] + go version [2021-01-14T18:53:46.895Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T18:53:46.920Z] $ docker stop --time=1 ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce [2021-01-14T18:53:48.866Z] $ docker rm -f ef8294ab9dd2e3d84808b5501b659ee9ce8398318b64e39d6500a35bc39791ce [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:53:49.900Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T18:53:49.900Z] . [Pipeline] withDockerContainer [2021-01-14T18:53:50.138Z] prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container [2021-01-14T18:53:50.222Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-14T18:53:51.602Z] $ docker top 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T18:53:51.977Z] ========================================================= [2021-01-14T18:53:51.977Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T18:53:51.977Z] ========================================================= [Pipeline] sh [2021-01-14T18:53:52.368Z] gofmt -l . [2021-01-14T18:53:52.368Z] [ "`gofmt -l .`" = "" ] [2021-01-14T18:53:52.617Z] + make test [2021-01-14T18:53:52.617Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T18:53:52.973Z] ./bin/test-go-mod-tidy.sh [2021-01-14T18:53:54.001Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T18:53:56.191Z] + ls -al . [2021-01-14T18:53:56.191Z] total 656 [2021-01-14T18:53:56.191Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 18:53 . [2021-01-14T18:53:56.191Z] drwxr-xr-x 4 root root 28 Jan 14 18:51 .. [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 18:49 .dockerignore [2021-01-14T18:53:56.191Z] drwxrwxr-x 8 1001 1001 179 Jan 14 18:49 .git [2021-01-14T18:53:56.191Z] drwxrwxr-x 3 1001 1001 125 Jan 14 18:49 .github [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 18:49 .gitignore [2021-01-14T18:53:56.191Z] drwx------ 3 1001 1001 47 Jan 14 18:50 .semver [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 18:49 .sonarcloud.properties [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 18:49 Attribution.txt [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 18:49 CONTRIBUTING.md [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 18:49 Dockerfile.build [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 18:49 Jenkinsfile [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 18:49 LICENSE [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 18:49 Makefile [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 18:49 README.md [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 18:49 SECURITY.md [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 18:50 VERSION [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 18:49 ZMQWindows.md [2021-01-14T18:53:56.191Z] drwxrwxr-x 2 1001 1001 117 Jan 14 18:49 bin [2021-01-14T18:53:56.191Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 18:49 cmd [2021-01-14T18:53:56.191Z] -rw-r--r-- 1 root root 552176 Jan 14 18:53 coverage.out [2021-01-14T18:53:56.191Z] -rw-r--r-- 1 root root 979 Jan 14 18:53 go.mod [2021-01-14T18:53:56.191Z] -rw-r--r-- 1 root root 19036 Jan 14 18:53 go.sum [2021-01-14T18:53:56.191Z] drwxrwxr-x 8 1001 1001 127 Jan 14 18:49 internal [2021-01-14T18:53:56.191Z] drwxrwxr-x 4 1001 1001 26 Jan 14 18:49 openapi [2021-01-14T18:53:56.191Z] drwxrwxr-x 4 1001 1001 71 Jan 14 18:49 snap [2021-01-14T18:53:56.191Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 18:49 version.go [Pipeline] sh [2021-01-14T18:53:56.619Z] + '[' -e coverage.out ] [2021-01-14T18:53:56.619Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T18:53:57.113Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T18:53:57.761Z] + make build [2021-01-14T18:53:57.761Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:54:03.310Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:54:14.802Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T18:54:18.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:54:20.762Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:54:23.659Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T18:54:23.978Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:54:27.470Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:54:30.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:54:32.176Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T18:54:35.637Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T18:54:37.602Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:54:39.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T18:54:42.584Z] $ docker stop --time=1 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 [2021-01-14T18:54:44.615Z] $ docker rm -f 3375b074ccf143e29a9f192b07bd282bf6f1a3734e4f711c61e1339d7d936628 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:54:48.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:54:48.204Z] [2021-01-14T18:54:48.204Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:54:48.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:54:48.625Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T18:54:48.625Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T18:54:48.625Z] ca9280d653b3: Pulling fs layer [2021-01-14T18:54:48.625Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T18:54:48.896Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-14T18:54:48.896Z] cbdbe7a5bc2a: Download complete [2021-01-14T18:54:49.929Z] cbdbe7a5bc2a: Pull complete [2021-01-14T18:54:49.929Z] ca9280d653b3: Verifying Checksum [2021-01-14T18:54:49.929Z] ca9280d653b3: Download complete [2021-01-14T18:54:51.940Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T18:54:51.940Z] 7e9c9ca2126c: Download complete [2021-01-14T18:54:51.940Z] ca9280d653b3: Pull complete [2021-01-14T18:54:53.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T18:55:02.145Z] 7e9c9ca2126c: Pull complete [2021-01-14T18:55:02.145Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T18:55:02.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:55:02.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T18:55:02.405Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T18:55:02.524Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T18:55:05.109Z] $ docker top b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:55:05.708Z] + docker-compose build --help [2021-01-14T18:55:05.709Z] + grep parallel [2021-01-14T18:55:07.125Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T18:55:07.148Z] $ docker stop --time=1 b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 [2021-01-14T18:55:08.803Z] $ docker rm -f b44f1d3f2e2bd5e39d64182226df27ebcb27d04685af9bd0aea787db3e9ae130 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:55:09.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T18:55:09.563Z] . [Pipeline] withDockerContainer [2021-01-14T18:55:09.876Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T18:55:10.080Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T18:55:11.552Z] $ docker top c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:55:12.251Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T18:55:12.255Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T18:55:14.229Z] Building docker-core-command-go ... [2021-01-14T18:55:14.229Z] Building docker-core-data-go ... [2021-01-14T18:55:14.229Z] Building docker-core-metadata-go ... [2021-01-14T18:55:14.229Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T18:55:14.229Z] Building docker-security-proxy-setup-go ... [2021-01-14T18:55:14.229Z] Building docker-security-secretstore-setup-go ... [2021-01-14T18:55:14.229Z] Building docker-support-notifications-go ... [2021-01-14T18:55:14.229Z] Building docker-support-scheduler-go ... [2021-01-14T18:55:14.229Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T18:55:14.229Z] Building docker-security-secretstore-setup-go [2021-01-14T18:55:14.229Z] Building docker-core-metadata-go [2021-01-14T18:55:14.229Z] Building docker-core-command-go [2021-01-14T18:55:14.229Z] Building docker-support-scheduler-go [2021-01-14T18:55:14.229Z] Building docker-security-bootstrap-redis-go [2021-01-14T18:55:19.182Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T18:55:19.182Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T18:55:19.182Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T18:55:25.937Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2021-01-14T18:55:25.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T18:55:25.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T18:55:25.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T18:55:25.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T18:55:25.937Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T18:55:32.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.512s coverage: 27.0% of statements [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T18:55:32.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T18:55:32.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.099s coverage: 100.0% of statements [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T18:55:32.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.332s coverage: 67.9% of statements [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T18:55:32.671Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.326s coverage: 82.3% of statements [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T18:55:32.671Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T18:55:41.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.183s coverage: 28.6% of statements [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T18:55:41.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.152s coverage: 100.0% of statements [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T18:55:41.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.118s coverage: 100.0% of statements [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T18:55:41.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.402s coverage: 86.7% of statements [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T18:55:41.007Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.385s coverage: 97.5% of statements [2021-01-14T18:55:41.007Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T18:55:41.606Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-01-14T18:55:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T18:55:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T18:55:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T18:55:41.606Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.191s coverage: 93.5% of statements [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.082s coverage: 58.8% of statements [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.204s coverage: 0.1% of statements [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.137s coverage: 75.5% of statements [2021-01-14T18:55:49.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.109s coverage: 80.8% of statements [2021-01-14T18:55:49.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-01-14T18:55:50.191Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.147s coverage: 84.2% of statements [2021-01-14T18:55:52.176Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.175s coverage: 91.4% of statements [2021-01-14T18:55:52.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T18:55:55.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.566s coverage: 63.5% of statements [2021-01-14T18:55:55.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T18:55:55.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T18:55:55.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.093s coverage: 100.0% of statements [2021-01-14T18:55:55.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.132s coverage: 91.3% of statements [2021-01-14T18:55:55.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.085s coverage: 100.0% of statements [2021-01-14T18:55:55.613Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.074s coverage: 73.7% of statements [2021-01-14T18:55:56.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements [2021-01-14T18:56:01.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.997s coverage: 68.9% of statements [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T18:56:01.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.352s coverage: 37.0% of statements [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T18:56:01.648Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T18:56:02.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.667s coverage: 84.0% of statements [2021-01-14T18:56:02.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.074s coverage: 100.0% of statements [2021-01-14T18:56:09.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T18:56:09.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.163s coverage: 100.0% of statements [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T18:56:09.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.118s coverage: 100.0% of statements [2021-01-14T18:56:09.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T18:56:11.161Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:56:11.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:56:11.162Z] ---> f15e59338911 [2021-01-14T18:56:11.162Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:56:11.162Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:56:11.162Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:56:11.162Z] ---> f15e59338911 [2021-01-14T18:56:11.162Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:56:11.162Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:56:11.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:56:11.162Z] ---> f15e59338911 [2021-01-14T18:56:11.162Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:56:11.162Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:56:11.162Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:56:11.162Z] ---> f15e59338911 [2021-01-14T18:56:11.162Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:56:11.162Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:56:11.162Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:56:11.162Z] ---> f15e59338911 [2021-01-14T18:56:11.162Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T18:56:11.162Z] ---> Running in 35d1676b8643 [2021-01-14T18:56:11.162Z] ---> Running in a77f6a72cc08 [2021-01-14T18:56:11.162Z] ---> Running in 445378201bb7 [2021-01-14T18:56:11.162Z] ---> Running in 5727edcc1b9d [2021-01-14T18:56:11.162Z] ---> Running in 2a9588857655 [2021-01-14T18:56:11.162Z] Removing intermediate container 5727edcc1b9d [2021-01-14T18:56:11.162Z] ---> 3972fd9cc32c [2021-01-14T18:56:11.162Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:56:11.162Z] Removing intermediate container 2a9588857655 [2021-01-14T18:56:11.162Z] ---> d6a1aa5c2bf3 [2021-01-14T18:56:11.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:56:11.162Z] Removing intermediate container a77f6a72cc08 [2021-01-14T18:56:11.162Z] ---> b90ded7168d4 [2021-01-14T18:56:11.162Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:56:11.162Z] Removing intermediate container 445378201bb7 [2021-01-14T18:56:11.162Z] ---> 34daaee883fd [2021-01-14T18:56:11.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:56:11.162Z] Removing intermediate container 35d1676b8643 [2021-01-14T18:56:11.162Z] ---> fc12b401d7e3 [2021-01-14T18:56:11.162Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:56:11.162Z] ---> Running in edc95540ed4e [2021-01-14T18:56:11.162Z] ---> Running in cd577769141b [2021-01-14T18:56:11.162Z] ---> Running in 691e4bd7a136 [2021-01-14T18:56:11.162Z] ---> Running in 751cf04a5eac [2021-01-14T18:56:11.162Z] ---> Running in 7178d5b61b89 [2021-01-14T18:56:11.162Z] Removing intermediate container cd577769141b [2021-01-14T18:56:11.162Z] ---> 39467f09f27f [2021-01-14T18:56:11.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:56:11.162Z] Removing intermediate container 691e4bd7a136 [2021-01-14T18:56:11.162Z] ---> b0245184364a [2021-01-14T18:56:11.162Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T18:56:11.162Z] ---> Running in 8ea97f573074 [2021-01-14T18:56:11.162Z] Removing intermediate container edc95540ed4e [2021-01-14T18:56:11.162Z] ---> daccbbdb2e4d [2021-01-14T18:56:11.162Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:56:11.162Z] ---> Running in 40010ffd5d34 [2021-01-14T18:56:11.162Z] Removing intermediate container 7178d5b61b89 [2021-01-14T18:56:11.162Z] ---> 36eb63c19bcc [2021-01-14T18:56:11.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:56:11.162Z] Removing intermediate container 751cf04a5eac [2021-01-14T18:56:11.162Z] ---> 9b89634681a4 [2021-01-14T18:56:11.162Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T18:56:11.162Z] ---> Running in 7bbd905fb225 [2021-01-14T18:56:11.162Z] ---> Running in 3bc0099efbd8 [2021-01-14T18:56:11.162Z] ---> Running in 78631f1bf825 [2021-01-14T18:56:11.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.162Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:11.451Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:12.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:12.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:12.062Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:56:12.062Z] OK: 233 MiB in 51 packages [2021-01-14T18:56:12.342Z] OK: 233 MiB in 51 packages [2021-01-14T18:56:12.613Z] OK: 233 MiB in 51 packages [2021-01-14T18:56:12.905Z] OK: 233 MiB in 51 packages [2021-01-14T18:56:13.192Z] OK: 233 MiB in 51 packages [2021-01-14T18:56:13.505Z] Removing intermediate container 8ea97f573074 [2021-01-14T18:56:13.505Z] ---> ba39058371bb [2021-01-14T18:56:13.505Z] Step 6/22 : COPY go.mod . [2021-01-14T18:56:13.505Z] Removing intermediate container 40010ffd5d34 [2021-01-14T18:56:13.505Z] ---> cf4796614358 [2021-01-14T18:56:13.505Z] Step 6/24 : COPY go.mod . [2021-01-14T18:56:13.825Z] Removing intermediate container 3bc0099efbd8 [2021-01-14T18:56:13.825Z] ---> 51466af0e2f2 [2021-01-14T18:56:13.825Z] Step 6/22 : COPY go.mod . [2021-01-14T18:56:14.150Z] ---> 8778c00eed8f [2021-01-14T18:56:14.150Z] Step 7/22 : RUN go mod download [2021-01-14T18:56:14.150Z] ---> bf279bd47650 [2021-01-14T18:56:14.150Z] Step 7/24 : RUN go mod download [2021-01-14T18:56:14.150Z] ---> Running in d5b052b2e41f [2021-01-14T18:56:14.150Z] ---> Running in 43237a0617c0 [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.983s coverage: 29.1% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.257s coverage: 99.0% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.096s coverage: 0.0% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T18:56:14.433Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2021-01-14T18:56:14.433Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-14T18:56:14.439Z] Removing intermediate container 78631f1bf825 [2021-01-14T18:56:14.439Z] ---> 9b02abfc148a [2021-01-14T18:56:14.439Z] Step 6/22 : COPY go.mod . [2021-01-14T18:56:14.439Z] Removing intermediate container 7bbd905fb225 [2021-01-14T18:56:14.439Z] ---> 03651228b28b [2021-01-14T18:56:14.439Z] Step 6/21 : COPY go.mod . [2021-01-14T18:56:14.439Z] ---> adf992d87fe3 [2021-01-14T18:56:14.439Z] Step 7/22 : RUN go mod download [2021-01-14T18:56:14.730Z] ---> Running in a3c7383015df [2021-01-14T18:56:15.022Z] ---> d54f274b32ea [2021-01-14T18:56:15.022Z] Step 7/22 : RUN go mod download [2021-01-14T18:56:15.022Z] ---> 5c0e28b9ac5d [2021-01-14T18:56:15.022Z] Step 7/21 : RUN go mod download [2021-01-14T18:56:15.029Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-14T18:56:15.301Z] ---> Running in 2f70773f3fe4 [2021-01-14T18:56:15.301Z] ---> Running in 91dd7cb79704 [2021-01-14T18:56:16.017Z] GO111MODULE=on go vet ./... [2021-01-14T18:56:17.976Z] Removing intermediate container 91dd7cb79704 [2021-01-14T18:56:17.976Z] ---> 4934c5ccb883 [2021-01-14T18:56:17.976Z] Step 8/21 : COPY . . [2021-01-14T18:56:18.282Z] Removing intermediate container 43237a0617c0 [2021-01-14T18:56:18.282Z] ---> 70a7f649b215 [2021-01-14T18:56:18.282Z] Step 8/22 : COPY . . [2021-01-14T18:56:18.916Z] Removing intermediate container d5b052b2e41f [2021-01-14T18:56:18.916Z] ---> c866700f1437 [2021-01-14T18:56:18.916Z] Step 8/24 : COPY . . [2021-01-14T18:56:18.916Z] Removing intermediate container 2f70773f3fe4 [2021-01-14T18:56:18.916Z] ---> 0b965ef34e31 [2021-01-14T18:56:18.916Z] Step 8/22 : COPY . . [2021-01-14T18:56:19.961Z] Removing intermediate container a3c7383015df [2021-01-14T18:56:19.961Z] ---> dc7962d21be9 [2021-01-14T18:56:19.961Z] Step 8/22 : COPY . . [2021-01-14T18:57:16.957Z] ---> 8ce70e235d08 [2021-01-14T18:57:16.957Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T18:57:16.957Z] ---> d9f56fd43475 [2021-01-14T18:57:16.957Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T18:57:16.957Z] ---> bf610d4deb8e [2021-01-14T18:57:16.957Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T18:57:16.957Z] ---> 05381e3ea9db [2021-01-14T18:57:16.957Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T18:57:16.957Z] ---> Running in 7c61e74de4eb [2021-01-14T18:57:16.957Z] ---> 3525d5b73697 [2021-01-14T18:57:16.957Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T18:57:16.957Z] ---> Running in 5f874efd2b1f [2021-01-14T18:57:16.957Z] ---> Running in 3ab17838078d [2021-01-14T18:57:16.957Z] ---> Running in 24767923626b [2021-01-14T18:57:16.957Z] ---> Running in bfd348c1a1cf [2021-01-14T18:57:16.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:57:16.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:57:16.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:57:16.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T18:57:16.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:57:24.048Z] gofmt -l . [2021-01-14T18:57:24.048Z] [ "`gofmt -l .`" = "" ] [2021-01-14T18:57:24.048Z] ./bin/test-go-mod-tidy.sh [2021-01-14T18:57:24.048Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T18:57:25.805Z] + ls -al . [2021-01-14T18:57:25.805Z] total 684 [2021-01-14T18:57:25.805Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 18:57 . [2021-01-14T18:57:25.805Z] drwxr-xr-x 4 root root 4096 Jan 14 18:53 .. [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 18:52 .dockerignore [2021-01-14T18:57:25.805Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 18:52 .git [2021-01-14T18:57:25.805Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 18:52 .github [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 18:52 .gitignore [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 18:52 .sonarcloud.properties [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 18:52 Attribution.txt [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 18:52 CONTRIBUTING.md [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 18:52 Dockerfile.build [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 18:52 Jenkinsfile [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 18:52 LICENSE [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 18:52 Makefile [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 18:52 README.md [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 18:52 SECURITY.md [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 18:50 VERSION [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 18:52 ZMQWindows.md [2021-01-14T18:57:25.805Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 18:52 bin [2021-01-14T18:57:25.805Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 18:52 cmd [2021-01-14T18:57:25.805Z] -rw-r--r-- 1 root root 552176 Jan 14 18:56 coverage.out [2021-01-14T18:57:25.805Z] -rw-r--r-- 1 root root 979 Jan 14 18:57 go.mod [2021-01-14T18:57:25.805Z] -rw-r--r-- 1 root root 19036 Jan 14 18:57 go.sum [2021-01-14T18:57:25.805Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 18:52 internal [2021-01-14T18:57:25.805Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 18:52 openapi [2021-01-14T18:57:25.805Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 18:52 snap [2021-01-14T18:57:25.805Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 18:52 version.go [Pipeline] sh [2021-01-14T18:57:26.488Z] + '[' -e coverage.out ] [2021-01-14T18:57:26.488Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T18:57:26.508Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T18:57:27.594Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T18:57:28.251Z] + make build [2021-01-14T18:57:28.251Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:57:38.437Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T18:57:49.609Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T18:57:58.649Z] Removing intermediate container 24767923626b [2021-01-14T18:57:58.649Z] ---> 7701c1a94d95 [2021-01-14T18:57:58.649Z] [2021-01-14T18:57:58.649Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T18:57:58.649Z] 3.12: Pulling from library/alpine [2021-01-14T18:57:59.680Z] Removing intermediate container 3ab17838078d [2021-01-14T18:57:59.680Z] ---> b62b8deaa4e9 [2021-01-14T18:57:59.680Z] [2021-01-14T18:57:59.680Z] Step 10/21 : FROM scratch [2021-01-14T18:57:59.680Z] ---> [2021-01-14T18:57:59.680Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:58:00.596Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T18:58:02.341Z] ---> Running in a71e4bb2038f [2021-01-14T18:58:02.626Z] Removing intermediate container 5f874efd2b1f [2021-01-14T18:58:02.626Z] ---> ca1fa7422bf1 [2021-01-14T18:58:02.626Z] [2021-01-14T18:58:02.626Z] Step 10/22 : FROM scratch [2021-01-14T18:58:02.626Z] ---> [2021-01-14T18:58:02.626Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:58:02.626Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T18:58:03.229Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T18:58:03.229Z] ---> 389fef711851 [2021-01-14T18:58:03.229Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T18:58:03.527Z] ---> Running in f4906b409cd2 [2021-01-14T18:58:03.810Z] Removing intermediate container 7c61e74de4eb [2021-01-14T18:58:03.810Z] ---> c46d079caaaa [2021-01-14T18:58:03.810Z] [2021-01-14T18:58:03.810Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T18:58:03.810Z] ---> 389fef711851 [2021-01-14T18:58:03.810Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T18:58:03.810Z] ---> Running in dea1c966cf79 [2021-01-14T18:58:03.810Z] Removing intermediate container a71e4bb2038f [2021-01-14T18:58:03.810Z] ---> bf0b50477793 [2021-01-14T18:58:03.810Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T18:58:03.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:58:04.116Z] ---> Running in 858ee6d42f11 [2021-01-14T18:58:04.116Z] ---> Running in 2dc7bf2b3b64 [2021-01-14T18:58:04.116Z] Removing intermediate container f4906b409cd2 [2021-01-14T18:58:04.116Z] ---> 6d763b0be3fe [2021-01-14T18:58:04.116Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T18:58:04.461Z] ---> Running in b9123a9b240b [2021-01-14T18:58:05.192Z] Removing intermediate container 2dc7bf2b3b64 [2021-01-14T18:58:05.192Z] ---> d4bf676b0e4e [2021-01-14T18:58:05.192Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T18:58:05.192Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:05.479Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:05.957Z] Removing intermediate container b9123a9b240b [2021-01-14T18:58:05.957Z] ---> ae643761fd77 [2021-01-14T18:58:05.957Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T18:58:05.957Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T18:58:05.957Z] ---> Running in ab66c7a2cc34 [2021-01-14T18:58:05.957Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:58:05.957Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T18:58:05.957Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T18:58:05.957Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T18:58:05.957Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:58:05.957Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:58:05.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:05.957Z] OK: 7 MiB in 19 packages [2021-01-14T18:58:05.957Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:06.354Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T18:58:06.355Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:58:06.355Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T18:58:06.355Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T18:58:06.355Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T18:58:06.355Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:58:06.355Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:58:06.355Z] ---> Running in a2c72539f180 [2021-01-14T18:58:06.663Z] OK: 7 MiB in 19 packages [2021-01-14T18:58:06.977Z] Removing intermediate container ab66c7a2cc34 [2021-01-14T18:58:06.977Z] ---> df5e79ac49cf [2021-01-14T18:58:06.977Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:58:07.263Z] Removing intermediate container bfd348c1a1cf [2021-01-14T18:58:07.263Z] ---> ee42a8746af8 [2021-01-14T18:58:07.263Z] [2021-01-14T18:58:07.263Z] Step 10/22 : FROM scratch [2021-01-14T18:58:07.263Z] ---> [2021-01-14T18:58:07.263Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T18:58:07.263Z] Removing intermediate container a2c72539f180 [2021-01-14T18:58:07.263Z] ---> 6058e4f1cb3a [2021-01-14T18:58:07.263Z] Step 14/22 : WORKDIR / [2021-01-14T18:58:07.263Z] ---> Using cache [2021-01-14T18:58:07.263Z] ---> 6d763b0be3fe [2021-01-14T18:58:07.263Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T18:58:07.558Z] ---> Running in 403d3c941fd8 [2021-01-14T18:58:07.558Z] ---> Running in 7e9d1e37cbea [2021-01-14T18:58:07.846Z] ---> a8c09a8d9447 [2021-01-14T18:58:07.846Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T18:58:07.846Z] Removing intermediate container dea1c966cf79 [2021-01-14T18:58:07.846Z] ---> c35867237844 [2021-01-14T18:58:07.846Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T18:58:08.125Z] ---> Running in 5e09c9f6093e [2021-01-14T18:58:08.125Z] Removing intermediate container 7e9d1e37cbea [2021-01-14T18:58:08.125Z] ---> bdf3d2692d5c [2021-01-14T18:58:08.125Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T18:58:08.125Z] Removing intermediate container 403d3c941fd8 [2021-01-14T18:58:08.125Z] ---> e1d877c26506 [2021-01-14T18:58:08.125Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:58:08.397Z] Removing intermediate container 858ee6d42f11 [2021-01-14T18:58:08.397Z] ---> 4723aa2c9e21 [2021-01-14T18:58:08.397Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:58:08.397Z] ---> Running in d3cfdf00d55b [2021-01-14T18:58:08.999Z] ---> Running in 6078b132c8d2 [2021-01-14T18:58:08.999Z] Removing intermediate container 5e09c9f6093e [2021-01-14T18:58:08.999Z] ---> 942567d6f00b [2021-01-14T18:58:08.999Z] Step 13/22 : WORKDIR / [2021-01-14T18:58:08.999Z] ---> 004785451b10 [2021-01-14T18:58:08.999Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T18:58:08.999Z] Removing intermediate container d3cfdf00d55b [2021-01-14T18:58:08.999Z] ---> 5f18014e0e36 [2021-01-14T18:58:08.999Z] Step 14/22 : WORKDIR / [2021-01-14T18:58:09.286Z] ---> c619b58304dd [2021-01-14T18:58:09.286Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T18:58:09.286Z] ---> Running in 2402b1f0fadd [2021-01-14T18:58:09.286Z] ---> Running in cb88907578cd [2021-01-14T18:58:09.286Z] Removing intermediate container 6078b132c8d2 [2021-01-14T18:58:09.286Z] ---> 63036d18350a [2021-01-14T18:58:09.286Z] Step 13/24 : WORKDIR / [2021-01-14T18:58:09.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T18:58:09.893Z] ---> Running in 10e4296f8700 [2021-01-14T18:58:09.894Z] Removing intermediate container 2402b1f0fadd [2021-01-14T18:58:09.894Z] ---> eb0492ae011b [2021-01-14T18:58:09.894Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:58:09.894Z] Removing intermediate container cb88907578cd [2021-01-14T18:58:09.894Z] ---> 14a8f382fe48 [2021-01-14T18:58:09.894Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T18:58:09.998Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:58:10.185Z] ---> 9d040c6485a3 [2021-01-14T18:58:10.185Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T18:58:10.494Z] ---> Running in 3acfce7ea61c [2021-01-14T18:58:10.494Z] Removing intermediate container 10e4296f8700 [2021-01-14T18:58:10.494Z] ---> f226cbfddb80 [2021-01-14T18:58:10.494Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T18:58:10.494Z] ---> a40c3adb1769 [2021-01-14T18:58:10.494Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T18:58:10.786Z] ---> 329a9c9dc811 [2021-01-14T18:58:10.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T18:58:10.786Z] ---> 766eaabfd4a9 [2021-01-14T18:58:10.786Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T18:58:11.061Z] Removing intermediate container 3acfce7ea61c [2021-01-14T18:58:11.061Z] ---> 16eaa19c53cc [2021-01-14T18:58:11.061Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:58:11.358Z] ---> ef88773fb516 [2021-01-14T18:58:11.358Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T18:58:11.358Z] ---> 7c0279ca6791 [2021-01-14T18:58:11.358Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T18:58:11.358Z] ---> Running in 860d79ca13ed [2021-01-14T18:58:11.643Z] ---> Running in 4722ed4cdbf9 [2021-01-14T18:58:11.643Z] ---> 73f4c36b004a [2021-01-14T18:58:11.643Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T18:58:11.643Z] ---> 33fd897400c2 [2021-01-14T18:58:11.643Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T18:58:12.265Z] Removing intermediate container 860d79ca13ed [2021-01-14T18:58:12.265Z] ---> 1f29353741e8 [2021-01-14T18:58:12.265Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T18:58:12.265Z] ---> 407cde05bd8d [2021-01-14T18:58:12.265Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T18:58:12.265Z] Removing intermediate container 4722ed4cdbf9 [2021-01-14T18:58:12.265Z] ---> a47ca4038ac9 [2021-01-14T18:58:12.265Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:58:12.265Z] ---> Running in d9af6aa270cc [2021-01-14T18:58:12.265Z] ---> e88616d67553 [2021-01-14T18:58:12.265Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T18:58:12.546Z] ---> 61f7a09214ca [2021-01-14T18:58:12.546Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T18:58:12.546Z] ---> Running in 6a4700e44797 [2021-01-14T18:58:12.546Z] ---> Running in 4856c8e0dd6a [2021-01-14T18:58:12.843Z] ---> a69218017498 [2021-01-14T18:58:12.843Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T18:58:12.843Z] Removing intermediate container d9af6aa270cc [2021-01-14T18:58:12.843Z] ---> 1c4f3f7eb5b4 [2021-01-14T18:58:12.843Z] Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:58:12.843Z] ---> 58f28ff70024 [2021-01-14T18:58:12.843Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T18:58:12.843Z] Removing intermediate container 6a4700e44797 [2021-01-14T18:58:12.843Z] ---> 397192327651 [2021-01-14T18:58:12.843Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:58:12.843Z] ---> Running in b3287b5285aa [2021-01-14T18:58:13.184Z] ---> Running in 972ad553b84c [2021-01-14T18:58:13.184Z] ---> Running in a0f7defbe48f [2021-01-14T18:58:13.184Z] Removing intermediate container 4856c8e0dd6a [2021-01-14T18:58:13.184Z] ---> 71451e580254 [2021-01-14T18:58:13.184Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T18:58:13.501Z] ---> Running in e36665105db6 [2021-01-14T18:58:13.853Z] Removing intermediate container a0f7defbe48f [2021-01-14T18:58:13.853Z] ---> 373043262583 [2021-01-14T18:58:13.853Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:58:13.853Z] Removing intermediate container b3287b5285aa [2021-01-14T18:58:13.853Z] ---> e8e1c9ca4efa [2021-01-14T18:58:13.853Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T18:58:13.853Z] ---> 11044171b4c4 [2021-01-14T18:58:13.853Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T18:58:14.183Z] ---> Running in b8ef527504be [2021-01-14T18:58:14.183Z] ---> Running in cb98a3d1ff60 [2021-01-14T18:58:14.509Z] Removing intermediate container e36665105db6 [2021-01-14T18:58:14.509Z] ---> a4507fa8520c [2021-01-14T18:58:14.509Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:58:15.117Z] Removing intermediate container b8ef527504be [2021-01-14T18:58:15.117Z] ---> 7645d890b3b7 [2021-01-14T18:58:15.117Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T18:58:15.117Z] ---> Running in 73db8954aeb2 [2021-01-14T18:58:15.117Z] Removing intermediate container cb98a3d1ff60 [2021-01-14T18:58:15.117Z] ---> eb25d3eac0f5 [2021-01-14T18:58:15.117Z] [2021-01-14T18:58:15.117Z] ---> Running in e26e0ab128f9 [2021-01-14T18:58:15.117Z] ---> 5aca373568a3 [2021-01-14T18:58:15.117Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T18:58:15.407Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T18:58:15.727Z] Removing intermediate container 73db8954aeb2 [2021-01-14T18:58:15.727Z] ---> 853dc0d18f7a [2021-01-14T18:58:15.727Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:58:15.727Z] Removing intermediate container e26e0ab128f9 [2021-01-14T18:58:15.727Z] ---> 774b3c0c1a0c [2021-01-14T18:58:15.727Z] [2021-01-14T18:58:15.727Z] ---> Running in b0f01282d49f [2021-01-14T18:58:15.727Z] Successfully built eb25d3eac0f5 [2021-01-14T18:58:15.727Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T18:58:16.003Z] Building docker-support-notifications-go [2021-01-14T18:58:16.003Z]  Building docker-support-scheduler-go ... done Successfully built 774b3c0c1a0c [2021-01-14T18:58:16.003Z] ---> 679bed02806f [2021-01-14T18:58:16.003Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T18:58:16.003Z] Successfully tagged docker-core-command-go:latest [2021-01-14T18:58:16.003Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2021-01-14T18:58:16.003Z] Removing intermediate container 972ad553b84c [2021-01-14T18:58:16.003Z] ---> 5d36b3d153a8 [2021-01-14T18:58:16.003Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T18:58:16.272Z] ---> Running in 9261ef34a57a [2021-01-14T18:58:16.272Z] ---> Running in 1d22468799a8 [2021-01-14T18:58:16.272Z] Removing intermediate container b0f01282d49f [2021-01-14T18:58:16.272Z] ---> a7214e42b2be [2021-01-14T18:58:16.272Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T18:58:16.559Z] ---> Running in 70d227eb00b7 [2021-01-14T18:58:16.859Z] Removing intermediate container 1d22468799a8 [2021-01-14T18:58:16.859Z] ---> ce0a9316d74b [2021-01-14T18:58:16.859Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T18:58:16.859Z] ---> Running in 9af217db31c8 [2021-01-14T18:58:17.145Z] Removing intermediate container 70d227eb00b7 [2021-01-14T18:58:17.145Z] ---> 7474f88b753a [2021-01-14T18:58:17.145Z] [2021-01-14T18:58:17.465Z] Successfully built 7474f88b753a [2021-01-14T18:58:17.465Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T18:58:17.465Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-01-14T18:58:17.767Z] Removing intermediate container 9af217db31c8 [2021-01-14T18:58:18.088Z] ---> ecfbc0d2d40b [2021-01-14T18:58:18.088Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:58:18.422Z] ---> Running in 7d6f8861ab59 [2021-01-14T18:58:19.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:58:19.992Z] Removing intermediate container 7d6f8861ab59 [2021-01-14T18:58:19.992Z] ---> 2e9afbec3f08 [2021-01-14T18:58:19.992Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T18:58:19.992Z] Removing intermediate container 9261ef34a57a [2021-01-14T18:58:19.992Z] ---> 918f063a4cd1 [2021-01-14T18:58:19.992Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T18:58:21.046Z] ---> Running in 2ab57a64dba0 [2021-01-14T18:58:21.046Z] ---> Running in 50ea5311923f [2021-01-14T18:58:21.322Z] Removing intermediate container 2ab57a64dba0 [2021-01-14T18:58:21.322Z] ---> 23d1f08882cc [2021-01-14T18:58:21.322Z] [2021-01-14T18:58:21.608Z] Removing intermediate container 50ea5311923f [2021-01-14T18:58:21.608Z] ---> 568bcacc86ec [2021-01-14T18:58:21.608Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T18:58:22.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 [2021-01-14T18:58:22.656Z] ---> Running in 3730842a5713 [2021-01-14T18:58:22.984Z] Successfully built 23d1f08882cc [2021-01-14T18:58:23.979Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T18:58:23.979Z] Building docker-sys-mgmt-agent-go [2021-01-14T18:58:24.594Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3730842a5713 [2021-01-14T18:58:24.594Z] ---> 8d561ab65fff [2021-01-14T18:58:24.594Z] Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:58:24.594Z] ---> Running in d862d83fa56a [2021-01-14T18:58:24.869Z] Removing intermediate container d862d83fa56a [2021-01-14T18:58:24.869Z] ---> 3f8256489a93 [2021-01-14T18:58:24.869Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T18:58:25.505Z] ---> Running in dd2a904f79e5 [2021-01-14T18:58:26.507Z] Removing intermediate container dd2a904f79e5 [2021-01-14T18:58:26.507Z] ---> 26dd10b7fe35 [2021-01-14T18:58:26.507Z] [2021-01-14T18:58:26.617Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T18:58:27.089Z] Successfully built 26dd10b7fe35 [2021-01-14T18:58:27.089Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T18:58:30.011Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T18:58:33.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T18:58:37.728Z] $ docker stop --time=1 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 [2021-01-14T18:58:40.244Z] $ docker rm -f 87442fb8dbbfc4c04b1ef33ec18e8f48599e27cdbfdb6aabd6c36eb8a0b24cf3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:58:42.075Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:58:42.075Z] [2021-01-14T18:58:42.076Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:58:42.492Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:58:42.492Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T18:58:42.492Z] 29e5d40040c1: Pulling fs layer [2021-01-14T18:58:42.492Z] 1ce36da41761: Pulling fs layer [2021-01-14T18:58:42.492Z] 25b303627fd3: Pulling fs layer [2021-01-14T18:58:42.767Z] 29e5d40040c1: Download complete [2021-01-14T18:58:43.369Z] 29e5d40040c1: Pull complete [2021-01-14T18:58:43.369Z] 1ce36da41761: Verifying Checksum [2021-01-14T18:58:43.369Z] 1ce36da41761: Download complete [2021-01-14T18:58:44.809Z] 1ce36da41761: Pull complete [2021-01-14T18:58:45.081Z] 25b303627fd3: Verifying Checksum [2021-01-14T18:58:45.081Z] 25b303627fd3: Download complete [2021-01-14T18:58:54.272Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:58:54.272Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:58:54.272Z] ---> f15e59338911 [2021-01-14T18:58:54.272Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T18:58:54.272Z] ---> Using cache [2021-01-14T18:58:54.272Z] ---> fc12b401d7e3 [2021-01-14T18:58:54.272Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:58:54.272Z] ---> Using cache [2021-01-14T18:58:54.272Z] ---> 36eb63c19bcc [2021-01-14T18:58:54.272Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T18:58:54.272Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:58:54.272Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:58:54.272Z] ---> f15e59338911 [2021-01-14T18:58:54.272Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T18:58:54.272Z] ---> Using cache [2021-01-14T18:58:54.272Z] ---> fc12b401d7e3 [2021-01-14T18:58:54.273Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> 36eb63c19bcc [2021-01-14T18:58:54.273Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T18:58:54.273Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:58:54.273Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:58:54.273Z] ---> f15e59338911 [2021-01-14T18:58:54.273Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> fc12b401d7e3 [2021-01-14T18:58:54.273Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> 36eb63c19bcc [2021-01-14T18:58:54.273Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> 51466af0e2f2 [2021-01-14T18:58:54.273Z] Step 6/21 : COPY go.mod . [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> adf992d87fe3 [2021-01-14T18:58:54.273Z] Step 7/21 : RUN go mod download [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> dc7962d21be9 [2021-01-14T18:58:54.273Z] Step 8/21 : COPY . . [2021-01-14T18:58:54.273Z] ---> Using cache [2021-01-14T18:58:54.273Z] ---> 3525d5b73697 [2021-01-14T18:58:54.273Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T18:58:54.273Z] ---> Running in 305d7a910f26 [2021-01-14T18:58:54.273Z] ---> Running in 7e81285f1ec7 [2021-01-14T18:58:54.273Z] ---> Running in d08e8eb752f0 [2021-01-14T18:58:54.879Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T18:58:54.879Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T18:58:54.879Z] ---> f15e59338911 [2021-01-14T18:58:54.879Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T18:58:54.879Z] ---> Using cache [2021-01-14T18:58:54.879Z] ---> fc12b401d7e3 [2021-01-14T18:58:54.879Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T18:58:54.879Z] ---> Using cache [2021-01-14T18:58:54.879Z] ---> 36eb63c19bcc [2021-01-14T18:58:54.879Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T18:58:55.243Z] 25b303627fd3: Pull complete [2021-01-14T18:58:55.243Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T18:58:55.243Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:58:55.243Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T18:58:55.470Z] prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container [2021-01-14T18:58:55.524Z] ---> Running in 2cc2528c1474 [2021-01-14T18:58:55.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T18:58:55.543Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T18:58:55.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:55.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:56.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:56.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:56.539Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:57.211Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:58:57.211Z] OK: 233 MiB in 51 packages [2021-01-14T18:58:57.211Z] OK: 233 MiB in 51 packages [2021-01-14T18:58:58.298Z] OK: 233 MiB in 51 packages [2021-01-14T18:58:58.622Z] $ docker top 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b -eo pid,comm [Pipeline] { [2021-01-14T18:58:59.027Z] Removing intermediate container 7e81285f1ec7 [2021-01-14T18:58:59.027Z] ---> 9723db766ec2 [2021-01-14T18:58:59.027Z] Step 6/24 : COPY go.mod . [2021-01-14T18:58:59.027Z] Removing intermediate container d08e8eb752f0 [2021-01-14T18:58:59.027Z] ---> a24d6cd6c894 [2021-01-14T18:58:59.027Z] Step 6/23 : COPY go.mod . [Pipeline] sh [2021-01-14T18:58:59.680Z] Removing intermediate container 2cc2528c1474 [2021-01-14T18:58:59.680Z] ---> 3928011fdb73 [2021-01-14T18:58:59.680Z] Step 6/26 : COPY go.mod . [2021-01-14T18:58:59.680Z] ---> 33ad435d09ea [2021-01-14T18:58:59.680Z] Step 7/24 : RUN go mod download [2021-01-14T18:58:59.680Z] ---> 0c61047d6041 [2021-01-14T18:58:59.680Z] Step 7/23 : RUN go mod download [2021-01-14T18:58:59.726Z] + docker-compose build --help [2021-01-14T18:58:59.726Z] + grep parallel [2021-01-14T18:58:59.970Z] ---> Running in b0b13c0df5be [2021-01-14T18:58:59.970Z] ---> Running in 40e6873d7fe3 [2021-01-14T18:59:00.592Z] ---> 9beb7c814ad6 [2021-01-14T18:59:00.592Z] Step 7/26 : RUN go mod download [2021-01-14T18:59:00.875Z] ---> Running in 62b61307c3ae [2021-01-14T18:59:03.088Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T18:59:03.103Z] $ docker stop --time=1 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b [2021-01-14T18:59:04.430Z] Removing intermediate container 62b61307c3ae [2021-01-14T18:59:04.430Z] ---> fe9d19a2df6a [2021-01-14T18:59:04.430Z] Step 8/26 : COPY . . [2021-01-14T18:59:04.740Z] Removing intermediate container 40e6873d7fe3 [2021-01-14T18:59:04.740Z] ---> 02616d5700b0 [2021-01-14T18:59:04.740Z] Step 8/24 : COPY . . [2021-01-14T18:59:05.026Z] Removing intermediate container b0b13c0df5be [2021-01-14T18:59:05.026Z] ---> 025dec12a0e9 [2021-01-14T18:59:05.026Z] Step 8/23 : COPY . . [2021-01-14T18:59:05.045Z] $ docker rm -f 0bc6b1b931e39f27a35e2d452082661876d9af5fff175dd316423fceef97625b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T18:59:05.860Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T18:59:05.861Z] . [Pipeline] withDockerContainer [2021-01-14T18:59:06.121Z] prd-ubuntu18.04-docker-arm64-4c-16g-20286 does not seem to be running inside a container [2021-01-14T18:59:06.194Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T18:59:07.603Z] $ docker top a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T18:59:08.748Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T18:59:13.050Z] Building docker-core-command-go ... [2021-01-14T18:59:13.050Z] Building docker-core-data-go ... [2021-01-14T18:59:13.050Z] Building docker-core-metadata-go ... [2021-01-14T18:59:13.050Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T18:59:13.050Z] Building docker-security-proxy-setup-go ... [2021-01-14T18:59:13.050Z] Building docker-security-secretstore-setup-go ... [2021-01-14T18:59:13.050Z] Building docker-support-notifications-go ... [2021-01-14T18:59:13.050Z] Building docker-support-scheduler-go ... [2021-01-14T18:59:13.050Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T18:59:13.050Z] Building docker-security-secretstore-setup-go [2021-01-14T18:59:13.050Z] Building docker-core-command-go [2021-01-14T18:59:13.050Z] Building docker-support-notifications-go [2021-01-14T18:59:13.050Z] Building docker-support-scheduler-go [2021-01-14T18:59:13.050Z] Building docker-core-metadata-go [2021-01-14T18:59:21.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T18:59:41.487Z] Removing intermediate container 305d7a910f26 [2021-01-14T18:59:41.487Z] ---> 5b07e90133bd [2021-01-14T18:59:41.487Z] [2021-01-14T18:59:41.487Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T18:59:41.487Z] ---> 389fef711851 [2021-01-14T18:59:41.487Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T18:59:41.487Z] ---> Running in dcf973c55d3c [2021-01-14T18:59:42.101Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T18:59:42.384Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T18:59:42.655Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T18:59:42.655Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T18:59:42.655Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T18:59:42.655Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T18:59:42.655Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T18:59:42.933Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T18:59:42.933Z] OK: 7 MiB in 18 packages [2021-01-14T18:59:46.430Z] ---> 89512660ca24 [2021-01-14T18:59:46.430Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T18:59:46.430Z] Removing intermediate container dcf973c55d3c [2021-01-14T18:59:46.430Z] ---> ab135863012a [2021-01-14T18:59:46.430Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T18:59:46.430Z] ---> 58bf333c9047 [2021-01-14T18:59:46.430Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T18:59:46.430Z] ---> 83ba880eddfa [2021-01-14T18:59:46.431Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T18:59:46.431Z] ---> Running in 8244a91de9f2 [2021-01-14T18:59:46.431Z] ---> Running in 0c37dc74cb8d [2021-01-14T18:59:46.431Z] ---> Running in 7a4c708022bb [2021-01-14T18:59:46.431Z] ---> Running in b197e705493f [2021-01-14T18:59:46.704Z] Removing intermediate container 8244a91de9f2 [2021-01-14T18:59:46.704Z] ---> 758c19da9469 [2021-01-14T18:59:46.704Z] Step 13/21 : WORKDIR /edgex [2021-01-14T18:59:46.983Z] ---> Running in 1f660ad3be42 [2021-01-14T18:59:47.267Z] Removing intermediate container 1f660ad3be42 [2021-01-14T18:59:47.267Z] ---> 0467bad48764 [2021-01-14T18:59:47.267Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T18:59:47.547Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T18:59:47.547Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T18:59:47.821Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T18:59:47.821Z] ---> 6d19cd7c47ea [2021-01-14T18:59:47.821Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T18:59:48.802Z] ---> 3fb5778c9e30 [2021-01-14T18:59:48.802Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T18:59:50.219Z] ---> 54945769f441 [2021-01-14T18:59:50.219Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T18:59:51.211Z] ---> Running in a2a6fefac1c1 [2021-01-14T18:59:51.493Z] Removing intermediate container a2a6fefac1c1 [2021-01-14T18:59:51.493Z] ---> a8733262f3bd [2021-01-14T18:59:51.493Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T18:59:51.806Z] ---> Running in f72c254a8c2a [2021-01-14T18:59:52.129Z] Removing intermediate container f72c254a8c2a [2021-01-14T18:59:52.129Z] ---> efd55b3c6ea2 [2021-01-14T18:59:52.129Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T18:59:52.405Z] ---> Running in 7bd3af9e14c9 [2021-01-14T18:59:53.007Z] Removing intermediate container 7bd3af9e14c9 [2021-01-14T18:59:53.007Z] ---> 83bef23a495b [2021-01-14T18:59:53.007Z] Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T18:59:53.319Z] ---> Running in c0493563d223 [2021-01-14T18:59:53.977Z] Removing intermediate container c0493563d223 [2021-01-14T18:59:53.977Z] ---> 3e6dc6ac2bef [2021-01-14T18:59:53.977Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T18:59:54.266Z] ---> Running in 9e71d61d8495 [2021-01-14T18:59:54.949Z] Removing intermediate container 9e71d61d8495 [2021-01-14T18:59:54.949Z] ---> fe7cb06077d5 [2021-01-14T18:59:54.949Z] [2021-01-14T18:59:56.113Z] Successfully built fe7cb06077d5 [2021-01-14T18:59:56.114Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T19:00:21.918Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:00:21.918Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:00:21.918Z] ---> 7488b6c90c7b [2021-01-14T19:00:21.918Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T19:00:21.918Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:00:21.918Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:00:21.918Z] ---> 7488b6c90c7b [2021-01-14T19:00:21.918Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T19:00:21.918Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:00:21.918Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:00:21.918Z] ---> 7488b6c90c7b [2021-01-14T19:00:21.918Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T19:00:21.918Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:00:21.918Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:00:21.918Z] ---> 7488b6c90c7b [2021-01-14T19:00:21.918Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T19:00:21.918Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:00:21.918Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:00:21.918Z] ---> 7488b6c90c7b [2021-01-14T19:00:21.918Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T19:00:22.513Z] ---> Running in d915457675e2 [2021-01-14T19:00:22.513Z] ---> Running in 3ac700937b6c [2021-01-14T19:00:22.798Z] ---> Running in 62edae58172c [2021-01-14T19:00:22.798Z] ---> Running in 67a7701e5a3f [2021-01-14T19:00:22.798Z] ---> Running in 55cf7e318f06 [2021-01-14T19:00:23.399Z] Removing intermediate container 55cf7e318f06 [2021-01-14T19:00:23.399Z] ---> ac70e00a9613 [2021-01-14T19:00:23.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:23.399Z] Removing intermediate container 62edae58172c [2021-01-14T19:00:23.399Z] ---> 06f232156b5f [2021-01-14T19:00:23.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:23.399Z] Removing intermediate container 67a7701e5a3f [2021-01-14T19:00:23.399Z] ---> 4ab29e7c6fc0 [2021-01-14T19:00:23.399Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:23.399Z] Removing intermediate container d915457675e2 [2021-01-14T19:00:23.399Z] ---> 1a8b873fb34e [2021-01-14T19:00:23.399Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:23.399Z] Removing intermediate container 3ac700937b6c [2021-01-14T19:00:23.399Z] ---> b7b8d93787b6 [2021-01-14T19:00:23.399Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:23.673Z] ---> Running in 68070542826a [2021-01-14T19:00:23.673Z] ---> Running in 52d5f8e3a67b [2021-01-14T19:00:23.673Z] ---> Running in 99f5009d55f6 [2021-01-14T19:00:23.673Z] ---> Running in 3551917dd091 [2021-01-14T19:00:23.673Z] ---> Running in 9fd061a2f4ec [2021-01-14T19:00:27.107Z] Removing intermediate container 68070542826a [2021-01-14T19:00:27.108Z] ---> 1e58df89c0bc [2021-01-14T19:00:27.108Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T19:00:27.380Z] ---> Running in 676d25b16860 [2021-01-14T19:00:27.658Z] Removing intermediate container 99f5009d55f6 [2021-01-14T19:00:27.658Z] ---> 8e5da7fb602b [2021-01-14T19:00:27.658Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T19:00:27.933Z] ---> Running in cb4f803c52e9 [2021-01-14T19:00:27.933Z] Removing intermediate container 3551917dd091 [2021-01-14T19:00:27.933Z] ---> ca6a867ce4e4 [2021-01-14T19:00:27.933Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T19:00:28.210Z] Removing intermediate container 9fd061a2f4ec [2021-01-14T19:00:28.210Z] ---> b7e31e69bd9c [2021-01-14T19:00:28.210Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T19:00:28.210Z] ---> Running in bd4aadba897b [2021-01-14T19:00:28.488Z] ---> Running in 2527cda4954a [2021-01-14T19:00:28.488Z] Removing intermediate container 52d5f8e3a67b [2021-01-14T19:00:28.488Z] ---> dfb16ab10f59 [2021-01-14T19:00:28.488Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T19:00:28.764Z] ---> Running in c10261a39573 [2021-01-14T19:00:28.907Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 7a4c708022bb [2021-01-14T19:00:28.907Z] ---> c1933c04c52b [2021-01-14T19:00:28.907Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T19:00:28.907Z] ---> Running in f4aebd9bd3f5 [2021-01-14T19:00:28.907Z] Removing intermediate container b197e705493f [2021-01-14T19:00:28.907Z] ---> 1932cb43821b [2021-01-14T19:00:28.907Z] [2021-01-14T19:00:28.907Z] Step 10/24 : FROM scratch [2021-01-14T19:00:28.907Z] ---> [2021-01-14T19:00:28.907Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T19:00:28.907Z] ---> Running in 28de66638173 [2021-01-14T19:00:28.907Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T19:00:28.907Z] Removing intermediate container 28de66638173 [2021-01-14T19:00:28.907Z] ---> 932beeff0d60 [2021-01-14T19:00:28.907Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T19:00:28.907Z] ---> Running in 34da2b809e14 [2021-01-14T19:00:28.907Z] Removing intermediate container 34da2b809e14 [2021-01-14T19:00:28.907Z] ---> fdc7e404f923 [2021-01-14T19:00:28.907Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T19:00:28.907Z] ---> Running in 7f94788e2334 [2021-01-14T19:00:28.907Z] Removing intermediate container 0c37dc74cb8d [2021-01-14T19:00:28.907Z] ---> 581928c79b5b [2021-01-14T19:00:28.907Z] [2021-01-14T19:00:28.907Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T19:00:28.907Z] ---> 389fef711851 [2021-01-14T19:00:28.907Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T19:00:28.907Z] Removing intermediate container 7f94788e2334 [2021-01-14T19:00:28.907Z] ---> db31e748f8e9 [2021-01-14T19:00:28.907Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T19:00:28.907Z] ---> Running in 9931d3a1f3d1 [2021-01-14T19:00:28.907Z] Removing intermediate container f4aebd9bd3f5 [2021-01-14T19:00:28.907Z] ---> 7ea70f39304e [2021-01-14T19:00:28.907Z] [2021-01-14T19:00:28.907Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T19:00:28.907Z] Removing intermediate container 9931d3a1f3d1 [2021-01-14T19:00:28.907Z] ---> ae826dadbad3 [2021-01-14T19:00:28.907Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T19:00:28.907Z] 20.10.0: Pulling from library/docker [2021-01-14T19:00:28.907Z] ---> d754e6f311f6 [2021-01-14T19:00:28.907Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T19:00:28.907Z] ---> Running in 6d6d1c194f80 [2021-01-14T19:00:29.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:29.504Z] Removing intermediate container 6d6d1c194f80 [2021-01-14T19:00:29.504Z] ---> ff0dc23cdee7 [2021-01-14T19:00:29.504Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T19:00:29.660Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:29.804Z] ---> Running in ab2c013ea0fc [2021-01-14T19:00:30.128Z] ---> a0c9cf9cb855 [2021-01-14T19:00:30.128Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T19:00:30.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:30.444Z] Removing intermediate container ab2c013ea0fc [2021-01-14T19:00:30.444Z] ---> 831cd806fbbd [2021-01-14T19:00:30.444Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:00:30.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:30.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:30.529Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:30.738Z] ---> Running in 59cf5448bcf0 [2021-01-14T19:00:30.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:31.352Z] ---> 81925244805b [2021-01-14T19:00:31.352Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:00:31.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:31.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:31.781Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:00:32.057Z] OK: 217 MiB in 51 packages [2021-01-14T19:00:32.672Z] OK: 217 MiB in 51 packages [2021-01-14T19:00:32.672Z] OK: 217 MiB in 51 packages [2021-01-14T19:00:32.944Z] OK: 217 MiB in 51 packages [2021-01-14T19:00:32.944Z] OK: 217 MiB in 51 packages [2021-01-14T19:00:33.329Z] ---> d69fc0e9b5c5 [2021-01-14T19:00:33.329Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T19:00:33.938Z] Removing intermediate container 676d25b16860 [2021-01-14T19:00:33.938Z] ---> 03e43be5117d [2021-01-14T19:00:33.938Z] Step 6/24 : COPY go.mod . [2021-01-14T19:00:34.223Z] Removing intermediate container cb4f803c52e9 [2021-01-14T19:00:34.223Z] ---> 0b16d68f8725 [2021-01-14T19:00:34.223Z] Step 6/24 : COPY go.mod . [2021-01-14T19:00:34.396Z] ---> ecc94ba38407 [2021-01-14T19:00:34.396Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T19:00:34.396Z] Removing intermediate container 59cf5448bcf0 [2021-01-14T19:00:34.396Z] ---> 2aef08bf4217 [2021-01-14T19:00:34.396Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T19:00:34.503Z] Removing intermediate container 2527cda4954a [2021-01-14T19:00:34.504Z] ---> 8e3da5a5dac7 [2021-01-14T19:00:34.504Z] Step 6/22 : COPY go.mod . [2021-01-14T19:00:34.668Z] ---> Running in 7c693dc15ed8 [2021-01-14T19:00:34.782Z] Removing intermediate container c10261a39573 [2021-01-14T19:00:34.782Z] ---> b775dcb9bbb7 [2021-01-14T19:00:34.782Z] Step 6/22 : COPY go.mod . [2021-01-14T19:00:34.782Z] ---> 69de384bdc72 [2021-01-14T19:00:34.782Z] Step 7/24 : RUN go mod download [2021-01-14T19:00:34.943Z] ---> f187c534c0c2 [2021-01-14T19:00:34.943Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T19:00:35.055Z] Removing intermediate container bd4aadba897b [2021-01-14T19:00:35.055Z] ---> d678ce41de5b [2021-01-14T19:00:35.055Z] Step 6/21 : COPY go.mod . [2021-01-14T19:00:35.055Z] ---> Running in 1eb17e5cd3a2 [2021-01-14T19:00:35.226Z] ---> Running in 43ea1a6aa3b1 [2021-01-14T19:00:35.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:35.676Z] ---> 22e04df8fe3e [2021-01-14T19:00:35.676Z] Step 7/24 : RUN go mod download [2021-01-14T19:00:35.676Z] ---> 8e5c2047a790 [2021-01-14T19:00:35.676Z] Step 7/22 : RUN go mod download [2021-01-14T19:00:35.787Z] Removing intermediate container 43ea1a6aa3b1 [2021-01-14T19:00:35.787Z] ---> 8d1dba79d465 [2021-01-14T19:00:35.787Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:00:35.954Z] ---> Running in a371c124bbf3 [2021-01-14T19:00:35.954Z] ---> Running in 2bc2ee7b9253 [2021-01-14T19:00:35.954Z] ---> f2734ee78fac [2021-01-14T19:00:35.954Z] Step 7/22 : RUN go mod download ---> 0db96241d7e4 [2021-01-14T19:00:35.954Z] [2021-01-14T19:00:35.954Z] Step 7/21 : RUN go mod download [2021-01-14T19:00:36.058Z] ---> Running in ba276d3bdc6e [2021-01-14T19:00:36.558Z] ---> Running in a72b818d939f [2021-01-14T19:00:36.558Z] ---> Running in e228439fcd7d [2021-01-14T19:00:36.669Z] Removing intermediate container ba276d3bdc6e [2021-01-14T19:00:36.669Z] ---> 15f6d96d81f4 [2021-01-14T19:00:36.669Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T19:00:36.669Z] ---> Running in 73da05964f11 [2021-01-14T19:00:36.669Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:36.944Z] Removing intermediate container 73da05964f11 [2021-01-14T19:00:36.944Z] ---> 60e4fbab0a5d [2021-01-14T19:00:36.944Z] Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:00:37.218Z] ---> Running in 918c5bee316b [2021-01-14T19:00:37.507Z] Removing intermediate container 918c5bee316b [2021-01-14T19:00:37.507Z] ---> 4e7257190cb1 [2021-01-14T19:00:37.507Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T19:00:37.507Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T19:00:37.788Z] ---> Running in 91c50bdc6fe3 [2021-01-14T19:00:37.788Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T19:00:37.788Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T19:00:38.064Z] Removing intermediate container 91c50bdc6fe3 [2021-01-14T19:00:38.064Z] ---> 3218ebb495ee [2021-01-14T19:00:38.064Z] [2021-01-14T19:00:38.372Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T19:00:38.372Z] Successfully built 3218ebb495ee [2021-01-14T19:00:38.372Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T19:00:38.372Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T19:00:38.372Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T19:00:38.372Z] ---> aefe523efa57 [2021-01-14T19:00:38.372Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T19:00:38.654Z] ---> Running in ba10a22c38e4 [2021-01-14T19:00:38.654Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T19:00:38.654Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:00:38.654Z] OK: 8 MiB in 19 packages [2021-01-14T19:00:39.988Z] Removing intermediate container 1eb17e5cd3a2 [2021-01-14T19:00:39.988Z] ---> d62c3614ee87 [2021-01-14T19:00:39.988Z] Step 8/24 : COPY . . [2021-01-14T19:00:40.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:40.029Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:40.029Z] Removing intermediate container 7c693dc15ed8 [2021-01-14T19:00:40.029Z] ---> 562db8734348 [2021-01-14T19:00:40.029Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:00:40.285Z] Removing intermediate container a371c124bbf3 [2021-01-14T19:00:40.285Z] ---> 960ded8f4168 [2021-01-14T19:00:40.285Z] Step 8/24 : COPY . . [2021-01-14T19:00:40.361Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T19:00:40.361Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T19:00:40.361Z] Executing bash-5.0.17-r0.post-install [2021-01-14T19:00:40.361Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:00:40.361Z] OK: 12 MiB in 22 packages [2021-01-14T19:00:40.643Z] ---> 01fb10e31c2c [2021-01-14T19:00:40.643Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T19:00:40.900Z] Removing intermediate container 2bc2ee7b9253 [2021-01-14T19:00:40.900Z] ---> c83ee2ba9989 [2021-01-14T19:00:40.900Z] Step 8/22 : COPY . . [2021-01-14T19:00:41.176Z] Removing intermediate container e228439fcd7d [2021-01-14T19:00:41.176Z] ---> f849277b8c60 [2021-01-14T19:00:41.176Z] Step 8/22 : COPY . . [2021-01-14T19:00:41.672Z] Removing intermediate container ba10a22c38e4 [2021-01-14T19:00:41.672Z] ---> f59dc05bb63f [2021-01-14T19:00:41.672Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T19:00:41.672Z] ---> f7cbc89950f4 [2021-01-14T19:00:41.672Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T19:00:41.672Z] ---> Running in ac9c9c51883a [2021-01-14T19:00:41.774Z] Removing intermediate container a72b818d939f [2021-01-14T19:00:41.774Z] ---> 334dc374ed89 [2021-01-14T19:00:41.774Z] Step 8/21 : COPY . . [2021-01-14T19:00:42.280Z] Removing intermediate container ac9c9c51883a [2021-01-14T19:00:42.280Z] ---> ac645d06bf21 [2021-01-14T19:00:42.280Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T19:00:42.280Z] ---> 14ec3b2eeebd [2021-01-14T19:00:42.280Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T19:00:42.280Z] ---> Running in aeef948f8902 [2021-01-14T19:00:42.550Z] ---> Running in 2d137ab40152 [2021-01-14T19:00:42.827Z] Removing intermediate container aeef948f8902 [2021-01-14T19:00:42.827Z] ---> 4dae216345db [2021-01-14T19:00:42.827Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T19:00:42.827Z] Removing intermediate container 2d137ab40152 [2021-01-14T19:00:42.827Z] ---> 6e380540cd30 [2021-01-14T19:00:42.827Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:00:42.827Z] ---> Running in fea2023b963d [2021-01-14T19:00:42.827Z] ---> Running in fc6618cb9d50 [2021-01-14T19:00:43.105Z] Removing intermediate container fea2023b963d [2021-01-14T19:00:43.105Z] ---> 8f28a2bcc3bf [2021-01-14T19:00:43.105Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T19:00:43.105Z] Removing intermediate container fc6618cb9d50 [2021-01-14T19:00:43.105Z] ---> 225bb2ff2686 [2021-01-14T19:00:43.105Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T19:00:43.454Z] ---> Running in d9aec63fd107 [2021-01-14T19:00:43.745Z] Removing intermediate container d9aec63fd107 [2021-01-14T19:00:43.745Z] ---> 4b8259b2b573 [2021-01-14T19:00:43.745Z] Step 22/23 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:00:44.027Z] ---> Running in 81109b792a0e [2021-01-14T19:00:44.309Z] ---> e0704b5278ca [2021-01-14T19:00:44.309Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T19:00:44.309Z] Removing intermediate container 81109b792a0e [2021-01-14T19:00:44.309Z] ---> e37894f6a111 [2021-01-14T19:00:44.309Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T19:00:44.598Z] ---> Running in f452dddd04c9 [2021-01-14T19:00:44.876Z] ---> 6e5e64dcd113 [2021-01-14T19:00:44.876Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T19:00:44.876Z] Removing intermediate container f452dddd04c9 [2021-01-14T19:00:44.876Z] ---> 96a827dea567 [2021-01-14T19:00:44.876Z] [2021-01-14T19:00:45.169Z] Successfully built 96a827dea567 [2021-01-14T19:00:45.169Z] Successfully tagged docker-core-data-go:latest [2021-01-14T19:00:45.471Z]  Building docker-core-data-go ... done  ---> c0fd930cbb1c [2021-01-14T19:00:45.471Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T19:00:45.471Z] ---> Running in 16e026b5bb85 [2021-01-14T19:00:46.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:46.970Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T19:00:47.249Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T19:00:47.249Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T19:00:47.249Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T19:00:47.249Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T19:00:47.249Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T19:00:47.249Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T19:00:47.249Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T19:00:49.246Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T19:00:49.246Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T19:00:49.246Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T19:00:49.246Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T19:00:49.246Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T19:00:49.246Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T19:00:49.246Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T19:00:49.246Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T19:00:49.246Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T19:00:49.246Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T19:00:49.246Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T19:00:49.246Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T19:00:49.246Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T19:00:49.246Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T19:00:49.246Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T19:00:49.246Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T19:00:49.246Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T19:00:49.543Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T19:00:49.543Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T19:00:49.543Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T19:00:49.543Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T19:00:49.543Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T19:00:49.543Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T19:00:49.543Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T19:00:49.543Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T19:00:49.543Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T19:00:49.813Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:00:49.813Z] OK: 71 MiB in 55 packages [2021-01-14T19:01:00.088Z] Removing intermediate container 16e026b5bb85 [2021-01-14T19:01:00.088Z] ---> 20b8a3b12732 [2021-01-14T19:01:00.088Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T19:01:00.088Z] ---> Running in 767d7dc46e70 [2021-01-14T19:01:01.675Z] Collecting docker-compose==1.23.2 [2021-01-14T19:01:01.982Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T19:01:03.007Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T19:01:03.277Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T19:01:03.869Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T19:01:04.157Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T19:01:04.157Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T19:01:04.444Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T19:01:04.444Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T19:01:05.439Z] Collecting PyYAML<4,>=3.10 [2021-01-14T19:01:05.439Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T19:01:06.882Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T19:01:06.882Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T19:01:06.882Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T19:01:06.882Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T19:01:07.162Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T19:01:07.162Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T19:01:07.449Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T19:01:07.449Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T19:01:08.030Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T19:01:08.030Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T19:01:08.297Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T19:01:08.298Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T19:01:08.298Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T19:01:08.575Z] Collecting idna<2.8,>=2.5 [2021-01-14T19:01:08.575Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T19:01:08.575Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T19:01:08.619Z] ---> 3a702e74a7a6 [2021-01-14T19:01:08.619Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T19:01:08.619Z] ---> e1a3c97e0473 [2021-01-14T19:01:08.619Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T19:01:08.619Z] ---> 0359e961ce3a [2021-01-14T19:01:08.619Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T19:01:08.619Z] ---> fb3cfdefe476 [2021-01-14T19:01:08.619Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T19:01:08.619Z] ---> 2bad048a043b [2021-01-14T19:01:08.619Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T19:01:08.619Z] ---> Running in 566c9caef5db [2021-01-14T19:01:08.619Z] ---> Running in 43f7b2fdd9d2 [2021-01-14T19:01:08.619Z] ---> Running in 0a80d3ebf17d [2021-01-14T19:01:08.619Z] ---> Running in 464f44e134c5 [2021-01-14T19:01:08.619Z] ---> Running in 20c3dd5223c1 [2021-01-14T19:01:08.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T19:01:08.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T19:01:08.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T19:01:08.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T19:01:08.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T19:01:08.870Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T19:01:08.870Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T19:01:08.870Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T19:01:08.870Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T19:01:08.870Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T19:01:08.870Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T19:01:09.143Z] Installing collected packages: docopt, urllib3, idna, requests, texttable, PyYAML, jsonschema, websocket-client, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-14T19:01:09.143Z] Running setup.py install for docopt: started [2021-01-14T19:01:09.736Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T19:01:09.736Z] Attempting uninstall: urllib3 [2021-01-14T19:01:09.736Z] Found existing installation: urllib3 1.25.9 [2021-01-14T19:01:09.736Z] Uninstalling urllib3-1.25.9: [2021-01-14T19:01:09.736Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T19:01:10.009Z] Attempting uninstall: idna [2021-01-14T19:01:10.009Z] Found existing installation: idna 2.9 [2021-01-14T19:01:10.009Z] Uninstalling idna-2.9: [2021-01-14T19:01:10.283Z] Successfully uninstalled idna-2.9 [2021-01-14T19:01:10.555Z] Attempting uninstall: requests [2021-01-14T19:01:10.555Z] Found existing installation: requests 2.23.0 [2021-01-14T19:01:10.555Z] Uninstalling requests-2.23.0: [2021-01-14T19:01:10.555Z] Successfully uninstalled requests-2.23.0 [2021-01-14T19:01:10.824Z] Running setup.py install for texttable: started [2021-01-14T19:01:11.415Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T19:01:11.415Z] Running setup.py install for PyYAML: started [2021-01-14T19:01:12.380Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T19:01:12.962Z] Running setup.py install for dockerpty: started [2021-01-14T19:01:13.549Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T19:01:13.831Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T19:01:17.190Z] Removing intermediate container 767d7dc46e70 [2021-01-14T19:01:17.190Z] ---> 2fe70ea03985 [2021-01-14T19:01:17.190Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T19:01:17.190Z] ---> Running in 51bc8815d2a9 [2021-01-14T19:01:17.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T19:01:18.055Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T19:01:18.055Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T19:01:18.320Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T19:01:18.320Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T19:01:18.320Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:01:18.320Z] OK: 72 MiB in 58 packages [2021-01-14T19:01:18.902Z] Removing intermediate container 51bc8815d2a9 [2021-01-14T19:01:18.902Z] ---> 1b0c2ee6ab52 [2021-01-14T19:01:18.902Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T19:01:18.902Z] ---> Running in 9a1b33308ffc [2021-01-14T19:01:19.170Z] Removing intermediate container 9a1b33308ffc [2021-01-14T19:01:19.170Z] ---> af36d5c07065 [2021-01-14T19:01:19.170Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:01:19.451Z] ---> Running in 63381df38bd3 [2021-01-14T19:01:19.730Z] Removing intermediate container 63381df38bd3 [2021-01-14T19:01:19.730Z] ---> 2475be091bd8 [2021-01-14T19:01:19.730Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T19:01:19.730Z] ---> Running in a5da34058784 [2021-01-14T19:01:20.392Z] Removing intermediate container a5da34058784 [2021-01-14T19:01:20.392Z] ---> 641f419f0897 [2021-01-14T19:01:20.392Z] Step 25/26 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:01:20.392Z] ---> Running in c72f49630b08 [2021-01-14T19:01:20.672Z] Removing intermediate container c72f49630b08 [2021-01-14T19:01:20.672Z] ---> ef3c9f000b75 [2021-01-14T19:01:20.672Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T19:01:20.672Z] ---> Running in 8e0dce75ddaa [2021-01-14T19:01:20.951Z] Removing intermediate container 8e0dce75ddaa [2021-01-14T19:01:20.951Z] ---> ae72c38f51e7 [2021-01-14T19:01:20.951Z] [2021-01-14T19:01:21.221Z] Successfully built ae72c38f51e7 [2021-01-14T19:01:21.221Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T19:01:22.391Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T19:01:22.403Z] $ docker stop --time=1 c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 [2021-01-14T19:01:24.969Z] $ docker rm -f c2e1fd1355901867c11acf77da83690b03c0635ccc2563ad561c8f3519e07fe1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T19:01:25.742Z] + docker images [2021-01-14T19:01:25.743Z] + grep docker [2021-01-14T19:01:25.743Z] docker-sys-mgmt-agent-go latest ae72c38f51e7 5 seconds ago 313MB [2021-01-14T19:01:25.743Z] docker-core-data-go latest 96a827dea567 41 seconds ago 22.3MB [2021-01-14T19:01:25.743Z] docker-support-notifications-go latest 3218ebb495ee 48 seconds ago 12MB [2021-01-14T19:01:25.743Z] docker-security-proxy-setup-go latest fe7cb06077d5 About a minute ago 24.4MB [2021-01-14T19:01:25.743Z] docker-security-secretstore-setup-go latest 26dd10b7fe35 3 minutes ago 24.6MB [2021-01-14T19:01:25.743Z] docker-security-bootstrap-redis-go latest 23d1f08882cc 3 minutes ago 15.8MB [2021-01-14T19:01:25.743Z] docker-core-metadata-go latest 7474f88b753a 3 minutes ago 13.1MB [2021-01-14T19:01:25.743Z] docker-core-command-go latest 774b3c0c1a0c 3 minutes ago 10.6MB [2021-01-14T19:01:25.743Z] docker-support-scheduler-go latest eb25d3eac0f5 3 minutes ago 10.7MB [2021-01-14T19:01:25.743Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T19:01:41.445Z] Still waiting to schedule task [2021-01-14T19:01:41.445Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-14T19:02:30.451Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T19:02:32.667Z] Running on prd-ubuntu18.04-docker-8c-8g-20294 in /w/workspace/edgexfoundry_edgex-go_PR-3028 [Pipeline] { [Pipeline] ws [2021-01-14T19:02:32.725Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-14T19:02:34.719Z] using credential edgex-jenkins-ssh [2021-01-14T19:02:34.776Z] Cloning the remote Git repository [2021-01-14T19:02:34.804Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T19:02:34.865Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-14T19:02:34.890Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T19:02:34.890Z] > git --version # timeout=10 [2021-01-14T19:02:34.898Z] > git --version # 'git version 2.17.1' [2021-01-14T19:02:34.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T19:02:34.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T19:02:40.702Z] Removing intermediate container 0a80d3ebf17d [2021-01-14T19:02:40.702Z] ---> 530a8a94fcc0 [2021-01-14T19:02:40.702Z] [2021-01-14T19:02:40.702Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T19:02:40.702Z] 3.12: Pulling from library/alpine [2021-01-14T19:02:43.392Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T19:02:43.393Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T19:02:43.393Z] ---> afeebe901d6b [2021-01-14T19:02:43.393Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T19:02:44.831Z] Removing intermediate container 566c9caef5db [2021-01-14T19:02:44.831Z] ---> 93dde08c62d9 [2021-01-14T19:02:44.831Z] [2021-01-14T19:02:44.831Z] Step 10/24 : FROM scratch [2021-01-14T19:02:44.831Z] ---> [2021-01-14T19:02:44.832Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T19:02:44.832Z] ---> Running in 7aa221eb1a23 [2021-01-14T19:02:45.109Z] Removing intermediate container 464f44e134c5 [2021-01-14T19:02:45.110Z] ---> b253d2deef77 [2021-01-14T19:02:45.110Z] [2021-01-14T19:02:45.110Z] Step 10/21 : FROM scratch [2021-01-14T19:02:45.110Z] ---> [2021-01-14T19:02:45.110Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T19:02:45.386Z] ---> Running in 39cdd23ede76 [2021-01-14T19:02:45.603Z] Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:02:44.955Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T19:02:44.965Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T19:02:44.977Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T19:02:44.988Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T19:02:44.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T19:02:44.992Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3028/head:refs/remotes/origin/PR-3028 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T19:02:45.617Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T19:02:45.624Z] > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 [2021-01-14T19:02:45.661Z] ---> Running in 9e2c955dc839 [2021-01-14T19:02:45.720Z] Merge succeeded, producing 2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:02:45.720Z] Checking out Revision 2b3b35234ca4d176f48cd80ec47a189bba6340e2 (PR-3028) [2021-01-14T19:02:45.955Z] Removing intermediate container 20c3dd5223c1 [2021-01-14T19:02:45.955Z] ---> 66ed80c01354 [2021-01-14T19:02:45.955Z] [2021-01-14T19:02:45.955Z] Step 10/22 : FROM scratch [2021-01-14T19:02:45.955Z] ---> [2021-01-14T19:02:45.955Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T19:02:46.233Z] ---> Running in 0d4d75f65e59 [2021-01-14T19:02:46.233Z] Removing intermediate container 39cdd23ede76 [2021-01-14T19:02:46.233Z] ---> 887465bf52e8 [2021-01-14T19:02:46.233Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T19:02:46.508Z] ---> Running in 28c12e1548af [2021-01-14T19:02:46.508Z] Removing intermediate container 9e2c955dc839 [2021-01-14T19:02:46.508Z] ---> cff647d0a0af [2021-01-14T19:02:46.508Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T19:02:46.779Z] ---> Running in d1694509915e [2021-01-14T19:02:46.779Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:02:46.779Z] Removing intermediate container 0d4d75f65e59 [2021-01-14T19:02:46.779Z] ---> a5f59d20dceb [2021-01-14T19:02:46.779Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T19:02:47.053Z] ---> Running in 4b5582156465 [2021-01-14T19:02:47.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:02:47.053Z] Removing intermediate container 28c12e1548af [2021-01-14T19:02:47.053Z] ---> 2da749208d93 [2021-01-14T19:02:47.053Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T19:02:45.693Z] > git remote # timeout=10 [2021-01-14T19:02:45.701Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T19:02:45.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T19:02:45.710Z] > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 [2021-01-14T19:02:45.718Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T19:02:45.727Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T19:02:45.734Z] > git checkout -f 2b3b35234ca4d176f48cd80ec47a189bba6340e2 # timeout=10 [2021-01-14T19:02:47.331Z] ---> Running in 987bbea943a0 [2021-01-14T19:02:47.331Z] Removing intermediate container d1694509915e [2021-01-14T19:02:47.331Z] ---> fce8d027f360 [2021-01-14T19:02:47.331Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T19:02:47.607Z] ---> Running in 04b2a27137d4 [2021-01-14T19:02:47.607Z] Removing intermediate container 4b5582156465 [2021-01-14T19:02:47.607Z] ---> 2e5911eb7c44 [2021-01-14T19:02:47.607Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T19:02:47.607Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T19:02:47.885Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T19:02:47.885Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T19:02:47.885Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T19:02:47.885Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T19:02:47.885Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:02:47.885Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T19:02:47.885Z] ---> Running in 4accf2d31f57 [2021-01-14T19:02:47.885Z] Removing intermediate container 987bbea943a0 [2021-01-14T19:02:47.885Z] ---> 245518811d44 [2021-01-14T19:02:47.885Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T19:02:48.161Z] OK: 7 MiB in 19 packages [2021-01-14T19:02:48.439Z] Removing intermediate container 04b2a27137d4 [2021-01-14T19:02:48.439Z] ---> 6f4db91a87e9 [2021-01-14T19:02:48.439Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:02:48.715Z] Removing intermediate container 4accf2d31f57 [2021-01-14T19:02:48.715Z] ---> c8478520f385 [2021-01-14T19:02:48.715Z] Step 14/22 : WORKDIR / [2021-01-14T19:02:48.715Z] ---> Running in 5818957bcade [2021-01-14T19:02:49.312Z] ---> ab05164a71bb [2021-01-14T19:02:49.312Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T19:02:49.394Z] Commit message: "Merge branch 'master' into issue-3020" [2021-01-14T19:02:49.592Z] ---> 154c92061d71 [2021-01-14T19:02:49.592Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T19:02:49.869Z] Removing intermediate container 5818957bcade [2021-01-14T19:02:49.869Z] ---> 685494ebca8f [2021-01-14T19:02:49.869Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:02:50.719Z] + echo snap-build.sh [2021-01-14T19:02:50.719Z] snap-build.sh [2021-01-14T19:02:50.719Z] + SNAP_BASE_DIR=. [2021-01-14T19:02:50.719Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2021-01-14T19:02:50.719Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2021-01-14T19:02:50.719Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2021-01-14T19:02:50.719Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2021-01-14T19:02:50.719Z] + cd /w/workspace/edgex-go/2 [2021-01-14T19:02:50.719Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T19:02:50.719Z] Reading package lists... [2021-01-14T19:02:50.719Z] Building dependency tree... [2021-01-14T19:02:50.719Z] Reading state information... [2021-01-14T19:02:50.983Z] The following packages were automatically installed and are no longer required: [2021-01-14T19:02:50.983Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T19:02:50.983Z] uidmap xdelta3 [2021-01-14T19:02:50.983Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T19:02:50.983Z] The following packages will be REMOVED: [2021-01-14T19:02:50.983Z] lxd* lxd-client* [2021-01-14T19:02:51.244Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T19:02:51.244Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T19:02:51.343Z] Removing intermediate container 7aa221eb1a23 [2021-01-14T19:02:51.343Z] ---> c1727fc8e8ac [2021-01-14T19:02:51.343Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T19:02:51.343Z] ---> 88a923c85c4b [2021-01-14T19:02:51.343Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T19:02:51.343Z] ---> 9770af576ff7 [2021-01-14T19:02:51.343Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T19:02:51.622Z] ---> fdf9cef30793 [2021-01-14T19:02:51.622Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T19:02:51.622Z] ---> Running in f5479ca461e3 [2021-01-14T19:02:52.558Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-14T19:02:52.558Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T19:02:52.609Z] Removing intermediate container f5479ca461e3 [2021-01-14T19:02:52.609Z] ---> 28695de7087f [2021-01-14T19:02:52.609Z] Step 13/24 : WORKDIR / [2021-01-14T19:02:53.208Z] ---> 0e1096d61902 [2021-01-14T19:02:53.208Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T19:02:53.479Z] ---> Running in 8319422857a3 [2021-01-14T19:02:53.504Z] Removing lxd dnsmasq configuration [2021-01-14T19:02:53.504Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T19:02:53.753Z] ---> Running in 4acbeb5a358a [2021-01-14T19:02:53.753Z] ---> a05c58af0246 [2021-01-14T19:02:53.753Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T19:02:53.764Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T19:02:54.036Z] ---> 3a4717576a9b [2021-01-14T19:02:54.036Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:02:54.637Z] Removing intermediate container 8319422857a3 [2021-01-14T19:02:54.637Z] ---> 3ed874230b01 [2021-01-14T19:02:54.637Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T19:02:54.637Z] Removing intermediate container 4acbeb5a358a [2021-01-14T19:02:54.637Z] ---> bbd8fdd48d62 [2021-01-14T19:02:54.637Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:02:54.706Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T19:02:54.707Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-14T19:02:54.707Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T19:02:54.913Z] Removing intermediate container 43f7b2fdd9d2 [2021-01-14T19:02:54.913Z] ---> 9bec44a58ff4 [2021-01-14T19:02:54.913Z] [2021-01-14T19:02:54.913Z] Step 10/22 : FROM scratch [2021-01-14T19:02:54.913Z] ---> [2021-01-14T19:02:54.913Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T19:02:54.913Z] ---> 98976c79114c [2021-01-14T19:02:54.913Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T19:02:54.913Z] ---> Using cache [2021-01-14T19:02:54.913Z] ---> a5f59d20dceb [2021-01-14T19:02:54.913Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T19:02:54.913Z] ---> Running in 7a3ab4daeca2 [2021-01-14T19:02:55.191Z] ---> Running in 33794f846856 [2021-01-14T19:02:55.191Z] ---> Running in 4eb300ad0bae [2021-01-14T19:02:55.191Z] ---> 2517deb420e2 [2021-01-14T19:02:55.191Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T19:02:55.477Z] ---> e13847aa4ec8 [2021-01-14T19:02:55.477Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T19:02:55.753Z] Removing intermediate container 7a3ab4daeca2 [2021-01-14T19:02:55.753Z] ---> d0a5b6d82988 [2021-01-14T19:02:55.753Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T19:02:56.026Z] ---> Running in 532398541b3a [2021-01-14T19:02:56.026Z] Removing intermediate container 33794f846856 [2021-01-14T19:02:56.026Z] ---> 5a73243f84f7 [2021-01-14T19:02:56.026Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:02:56.026Z] Removing intermediate container 4eb300ad0bae [2021-01-14T19:02:56.026Z] ---> 7dd9b44006af [2021-01-14T19:02:56.026Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T19:02:56.096Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T19:02:56.096Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T19:02:56.343Z] ---> Running in f36b4545613a [2021-01-14T19:02:56.344Z] ---> Running in 7ced5189268e [2021-01-14T19:02:56.649Z] ---> 8dcf6a3ec642 [2021-01-14T19:02:56.649Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T19:02:56.649Z] Removing intermediate container 532398541b3a [2021-01-14T19:02:56.649Z] ---> a4f8164551ac [2021-01-14T19:02:56.649Z] Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:02:57.017Z] ---> Running in 6f447380698f [2021-01-14T19:02:57.017Z] ---> b2a7d7ccccd7 [2021-01-14T19:02:57.017Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T19:02:57.310Z] Removing intermediate container f36b4545613a [2021-01-14T19:02:57.310Z] ---> d3cdb6d1a8e1 [2021-01-14T19:02:57.310Z] Step 14/22 : WORKDIR / [2021-01-14T19:02:57.310Z] Removing intermediate container 7ced5189268e [2021-01-14T19:02:57.310Z] ---> d32c8eb55061 [2021-01-14T19:02:57.310Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T19:02:57.480Z] + sudo snap remove --purge lxd [2021-01-14T19:02:57.480Z] snap "lxd" is not installed [2021-01-14T19:02:57.480Z] + sudo groupadd --force --system lxd [2021-01-14T19:02:57.480Z] ++ whoami [2021-01-14T19:02:57.480Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T19:02:57.480Z] + newgrp - lxd [2021-01-14T19:02:57.603Z] ---> Running in e6362e0ace2a [2021-01-14T19:02:57.603Z] ---> Running in 92a82843503d [2021-01-14T19:02:57.741Z] + sudo snap install lxd [2021-01-14T19:02:57.924Z] Removing intermediate container 6f447380698f [2021-01-14T19:02:57.924Z] ---> e3fd8dedceb0 [2021-01-14T19:02:57.924Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T19:02:58.246Z] ---> Running in ff231c6d4f66 [2021-01-14T19:02:58.246Z] ---> e519dbc943aa [2021-01-14T19:02:58.246Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T19:02:58.520Z] Removing intermediate container e6362e0ace2a [2021-01-14T19:02:58.520Z] ---> 2211c0158209 [2021-01-14T19:02:58.520Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:02:58.520Z] ---> 47200dc006f5 [2021-01-14T19:02:58.520Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T19:02:58.520Z] Removing intermediate container 92a82843503d [2021-01-14T19:02:58.520Z] ---> a2ec1bd42ce7 [2021-01-14T19:02:58.520Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:02:58.795Z] ---> Running in 6f360d9139ed [2021-01-14T19:02:58.796Z] ---> Running in 9547c7699f76 [2021-01-14T19:02:58.796Z] Removing intermediate container ff231c6d4f66 [2021-01-14T19:02:59.068Z] ---> fb4363e88868 [2021-01-14T19:02:59.068Z] [2021-01-14T19:02:59.362Z] Successfully built fb4363e88868 [2021-01-14T19:02:59.649Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T19:02:59.649Z]  Building docker-support-scheduler-go ... done Building docker-security-bootstrap-redis-go [2021-01-14T19:02:59.649Z] Removing intermediate container 6f360d9139ed [2021-01-14T19:02:59.649Z] ---> 9f54f730995b [2021-01-14T19:02:59.649Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T19:02:59.649Z] ---> afd75d35dd88 [2021-01-14T19:02:59.649Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T19:02:59.649Z] Removing intermediate container 9547c7699f76 [2021-01-14T19:02:59.649Z] ---> 44d59b1182cc [2021-01-14T19:02:59.649Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:02:59.930Z] ---> 1c51f19bd709 [2021-01-14T19:02:59.930Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T19:02:59.930Z] ---> Running in 10afd2b23380 [2021-01-14T19:02:59.930Z] ---> Running in c094edc10a3f [2021-01-14T19:03:00.528Z] Removing intermediate container 10afd2b23380 [2021-01-14T19:03:00.800Z] ---> 3b1f451847e1 [2021-01-14T19:03:00.800Z] [2021-01-14T19:03:01.074Z] Removing intermediate container c094edc10a3f [2021-01-14T19:03:01.074Z] ---> 21f164047d06 [2021-01-14T19:03:01.074Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T19:03:01.074Z] Successfully built 3b1f451847e1 [2021-01-14T19:03:01.668Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T19:03:01.668Z] Building docker-security-proxy-setup-go [2021-01-14T19:03:01.940Z]  Building docker-core-command-go ... done  ---> Running in 3a74954b193a [2021-01-14T19:03:02.225Z] ---> da669a1aecb8 [2021-01-14T19:03:02.225Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T19:03:02.225Z] ---> 1e55208dd1ee [2021-01-14T19:03:02.225Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T19:03:02.820Z] Removing intermediate container 3a74954b193a [2021-01-14T19:03:02.820Z] ---> 2792535207dc [2021-01-14T19:03:02.821Z] Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:03:03.806Z] ---> Running in 0a7dd0147cb8 [2021-01-14T19:03:04.082Z] ---> 54f127213d3c [2021-01-14T19:03:04.082Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T19:03:04.356Z] ---> 18f1cb1e933a [2021-01-14T19:03:04.356Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T19:03:04.644Z] ---> Running in 18e08056554b [2021-01-14T19:03:04.644Z] Removing intermediate container 0a7dd0147cb8 [2021-01-14T19:03:04.644Z] ---> Running in e3f852059e3e [2021-01-14T19:03:04.644Z] ---> 7d981ff38f29 [2021-01-14T19:03:04.644Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T19:03:05.627Z] ---> Running in 6d76760af71b [2021-01-14T19:03:06.224Z] Removing intermediate container 18e08056554b [2021-01-14T19:03:06.224Z] ---> 65c0ee00eeb6 [2021-01-14T19:03:06.224Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:03:06.506Z] Removing intermediate container 6d76760af71b [2021-01-14T19:03:06.506Z] ---> fd6d29fa4811 [2021-01-14T19:03:06.506Z] [2021-01-14T19:03:06.783Z] ---> Running in 3834cab6ba4c [2021-01-14T19:03:07.061Z] Successfully built fd6d29fa4811 [2021-01-14T19:03:07.061Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T19:03:07.061Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-01-14T19:03:07.657Z] Removing intermediate container 3834cab6ba4c [2021-01-14T19:03:07.657Z] ---> 2070f7b7c5c6 [2021-01-14T19:03:07.657Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T19:03:07.798Z] 2021-01-14T19:03:05Z INFO Waiting for automatic snapd restart... [2021-01-14T19:03:07.932Z] ---> Running in e522151a95cc [2021-01-14T19:03:08.533Z] Removing intermediate container e522151a95cc [2021-01-14T19:03:08.533Z] ---> 3e70b491f864 [2021-01-14T19:03:08.533Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:03:08.806Z] Removing intermediate container e3f852059e3e [2021-01-14T19:03:08.806Z] ---> 3819a714a34b [2021-01-14T19:03:08.806Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T19:03:08.807Z] ---> Running in 9da014bf703c [2021-01-14T19:03:09.078Z] ---> Running in 82e7c0db14e4 [2021-01-14T19:03:09.360Z] Removing intermediate container 9da014bf703c [2021-01-14T19:03:09.360Z] ---> cdf2c7188e67 [2021-01-14T19:03:09.360Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T19:03:09.631Z] Removing intermediate container 82e7c0db14e4 [2021-01-14T19:03:09.631Z] ---> 4df1672c49e1 [2021-01-14T19:03:09.631Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T19:03:09.902Z] ---> Running in dd8d7920f48e [2021-01-14T19:03:10.177Z] ---> Running in 6c27076a9de9 [2021-01-14T19:03:10.447Z] Removing intermediate container dd8d7920f48e [2021-01-14T19:03:10.447Z] ---> 5fac79a72c4b [2021-01-14T19:03:10.447Z] [2021-01-14T19:03:10.718Z] Successfully built 5fac79a72c4b [2021-01-14T19:03:10.992Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T19:03:10.992Z] Building docker-sys-mgmt-agent-go [2021-01-14T19:03:10.992Z]  Building docker-core-metadata-go ... done Removing intermediate container 6c27076a9de9 [2021-01-14T19:03:10.992Z] ---> 91a71c97d9fa [2021-01-14T19:03:10.992Z] Step 23/24 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:03:11.588Z] ---> Running in a1fef40ee3a1 [2021-01-14T19:03:12.193Z] Removing intermediate container a1fef40ee3a1 [2021-01-14T19:03:12.193Z] ---> 05d1a53b7ddd [2021-01-14T19:03:12.193Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T19:03:12.466Z] ---> Running in 44c0f8b6bdab [2021-01-14T19:03:13.452Z] Removing intermediate container 44c0f8b6bdab [2021-01-14T19:03:13.452Z] ---> e0e2dab1f49e [2021-01-14T19:03:13.452Z] [2021-01-14T19:03:13.722Z] Successfully built e0e2dab1f49e [2021-01-14T19:03:13.722Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T19:03:22.726Z] lxd 4.10 from Canonical* installed [2021-01-14T19:03:22.726Z] + sudo lxd init --auto [2021-01-14T19:03:32.740Z] + sudo snap install --classic snapcraft [2021-01-14T19:03:39.332Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T19:03:39.332Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T19:03:39.332Z] + patch --verbose -p1 [2021-01-14T19:03:39.332Z] Hmm... Looks like a unified diff to me... [2021-01-14T19:03:39.332Z] The text leading up to this was: [2021-01-14T19:03:39.332Z] -------------------------- [2021-01-14T19:03:39.332Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T19:03:39.332Z] |From: Tony Espy [2021-01-14T19:03:39.332Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T19:03:39.332Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T19:03:39.332Z] | [2021-01-14T19:03:39.332Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T19:03:39.332Z] |optimize the snap CI check run for pull requests. When [2021-01-14T19:03:39.332Z] |applied, it essentially strips out everything (apps and [2021-01-14T19:03:39.332Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T19:03:39.332Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T19:03:39.332Z] |catch changes to edgex-go that break the snap build. [2021-01-14T19:03:39.332Z] | [2021-01-14T19:03:39.332Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T19:03:39.332Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T19:03:39.332Z] |resulting in a failed snap build CI check in the associated [2021-01-14T19:03:39.332Z] |pull request. [2021-01-14T19:03:39.332Z] | [2021-01-14T19:03:39.332Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T19:03:39.332Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T19:03:39.332Z] |need to build the finally binary .snap file (and it won't [2021-01-14T19:03:39.332Z] |work with the patch applied). This further reduces the build [2021-01-14T19:03:39.332Z] |time. [2021-01-14T19:03:39.332Z] |--- [2021-01-14T19:03:39.332Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T19:03:39.332Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T19:03:39.332Z] | [2021-01-14T19:03:39.332Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T19:03:39.332Z] |index 1e537489..faf42425 100644 [2021-01-14T19:03:39.332Z] |--- a/snap/snapcraft.yaml [2021-01-14T19:03:39.332Z] |+++ b/snap/snapcraft.yaml [2021-01-14T19:03:39.332Z] -------------------------- [2021-01-14T19:03:39.332Z] patching file snap/snapcraft.yaml [2021-01-14T19:03:39.332Z] Using Plan A... [2021-01-14T19:03:39.332Z] Hunk #1 succeeded at 73. [2021-01-14T19:03:39.332Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T19:03:39.332Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T19:03:39.332Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T19:03:39.332Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T19:03:39.332Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T19:03:39.332Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T19:03:39.332Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T19:03:39.332Z] Hmm... Ignoring the trailing garbage. [2021-01-14T19:03:39.332Z] done [2021-01-14T19:03:39.332Z] + sudo snapcraft prime --use-lxd [2021-01-14T19:03:40.718Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T19:03:40.979Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-14T19:03:40.979Z] - README.md [2021-01-14T19:03:40.979Z] - snapcraft.yaml.orig [2021-01-14T19:03:40.979Z] [2021-01-14T19:03:40.979Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T19:03:41.550Z] Launching a container. [2021-01-14T19:03:46.052Z]  Building docker-security-secretstore-setup-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:03:46.052Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:03:46.052Z] ---> 7488b6c90c7b [2021-01-14T19:03:46.052Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> b7b8d93787b6 [2021-01-14T19:03:46.052Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> b7e31e69bd9c [2021-01-14T19:03:46.052Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> 8e3da5a5dac7 [2021-01-14T19:03:46.052Z] Step 6/22 : COPY go.mod . [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> 8e5c2047a790 [2021-01-14T19:03:46.052Z] Step 7/22 : RUN go mod download [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> c83ee2ba9989 [2021-01-14T19:03:46.052Z] Step 8/22 : COPY . . [2021-01-14T19:03:46.052Z] ---> Using cache [2021-01-14T19:03:46.052Z] ---> 3a702e74a7a6 [2021-01-14T19:03:46.052Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T19:03:48.034Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:03:48.034Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:03:48.034Z] ---> 7488b6c90c7b [2021-01-14T19:03:48.034Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> b7b8d93787b6 [2021-01-14T19:03:48.034Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> b7e31e69bd9c [2021-01-14T19:03:48.034Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> 8e3da5a5dac7 [2021-01-14T19:03:48.034Z] Step 6/21 : COPY go.mod . [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> 8e5c2047a790 [2021-01-14T19:03:48.034Z] Step 7/21 : RUN go mod download [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> c83ee2ba9989 [2021-01-14T19:03:48.034Z] Step 8/21 : COPY . . [2021-01-14T19:03:48.034Z] ---> Using cache [2021-01-14T19:03:48.034Z] ---> 3a702e74a7a6 [2021-01-14T19:03:48.034Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T19:03:52.375Z] ---> Running in 875c4f525896 [2021-01-14T19:03:52.375Z] ---> Running in 6e1de88c22f1 [2021-01-14T19:03:53.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:03:53.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:03:53.377Z] ---> 7488b6c90c7b [2021-01-14T19:03:53.377Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T19:03:53.377Z] ---> Using cache [2021-01-14T19:03:53.377Z] ---> b7b8d93787b6 [2021-01-14T19:03:53.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:03:53.377Z] ---> Using cache [2021-01-14T19:03:53.377Z] ---> b7e31e69bd9c [2021-01-14T19:03:53.377Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T19:03:53.792Z] Waiting for container to be ready [2021-01-14T19:03:53.793Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T19:03:53.793Z] [2021-01-14T19:03:53.977Z] ---> Running in de843a0a403e [2021-01-14T19:03:53.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T19:03:54.250Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T19:03:54.250Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T19:03:54.250Z] ---> 7488b6c90c7b [2021-01-14T19:03:54.250Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T19:03:54.250Z] ---> Using cache [2021-01-14T19:03:54.250Z] ---> b7b8d93787b6 [2021-01-14T19:03:54.250Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:03:54.250Z] ---> Using cache [2021-01-14T19:03:54.250Z] ---> b7e31e69bd9c [2021-01-14T19:03:54.250Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T19:03:54.250Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T19:03:54.250Z] ---> Running in cb8c99e9b224 [2021-01-14T19:03:56.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:03:56.229Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:03:56.345Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T19:03:56.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:03:56.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:03:56.916Z] Waiting for network to be ready... [2021-01-14T19:03:57.496Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T19:03:57.496Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T19:03:57.764Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T19:03:57.764Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-14T19:03:57.826Z] OK: 217 MiB in 51 packages [2021-01-14T19:03:57.826Z] OK: 217 MiB in 51 packages [2021-01-14T19:03:58.025Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T19:03:58.286Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T19:03:58.286Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T19:03:58.286Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T19:03:58.286Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T19:03:58.286Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T19:03:58.286Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T19:03:58.286Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-14T19:03:58.286Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T19:03:58.286Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T19:03:58.286Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-14T19:03:58.286Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-14T19:03:58.286Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T19:03:58.550Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T19:03:58.550Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T19:03:59.128Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T19:03:59.128Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T19:03:59.128Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T19:03:59.128Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T19:03:59.128Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T19:03:59.128Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T19:03:59.128Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T19:03:59.128Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T19:03:59.850Z] Removing intermediate container de843a0a403e [2021-01-14T19:03:59.850Z] ---> 84b15dc08018 [2021-01-14T19:03:59.850Z] Step 6/23 : COPY go.mod . [2021-01-14T19:03:59.850Z] Removing intermediate container cb8c99e9b224 [2021-01-14T19:03:59.850Z] ---> 8af92b1b02db [2021-01-14T19:03:59.850Z] Step 6/26 : COPY go.mod . [2021-01-14T19:04:00.839Z] ---> 103dde30c200 [2021-01-14T19:04:00.839Z] Step 7/23 : RUN go mod download [2021-01-14T19:04:00.839Z] ---> 437cefcb6de4 [2021-01-14T19:04:00.839Z] Step 7/26 : RUN go mod download [2021-01-14T19:04:01.126Z] ---> Running in f1d075eb5969 [2021-01-14T19:04:01.126Z] ---> Running in 3dda7c207daa [2021-01-14T19:04:01.721Z] Fetched 23.7 MB in 4s (5502 kB/s) [2021-01-14T19:04:02.292Z] Reading package lists... [2021-01-14T19:04:02.553Z] Reading package lists... [2021-01-14T19:04:02.813Z] Building dependency tree... [2021-01-14T19:04:02.813Z] Reading state information... [2021-01-14T19:04:02.813Z] The following additional packages will be installed: [2021-01-14T19:04:02.813Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T19:04:02.813Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T19:04:02.813Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T19:04:02.813Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T19:04:02.813Z] Suggested packages: [2021-01-14T19:04:02.813Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T19:04:02.813Z] Recommended packages: [2021-01-14T19:04:02.813Z] gnupg libsasl2-modules [2021-01-14T19:04:02.813Z] The following NEW packages will be installed: [2021-01-14T19:04:02.813Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T19:04:02.813Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T19:04:02.813Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T19:04:02.813Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T19:04:02.813Z] The following packages will be upgraded: [2021-01-14T19:04:02.813Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T19:04:03.384Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T19:04:03.385Z] Need to get 3532 kB of archives. [2021-01-14T19:04:03.385Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T19:04:03.385Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T19:04:03.385Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T19:04:03.645Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T19:04:03.905Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T19:04:03.905Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T19:04:03.905Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-14T19:04:03.905Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-14T19:04:03.905Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T19:04:03.905Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T19:04:03.905Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T19:04:03.905Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T19:04:03.905Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T19:04:03.905Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T19:04:03.905Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T19:04:03.905Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T19:04:03.905Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T19:04:03.905Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T19:04:03.905Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T19:04:04.169Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T19:04:04.169Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T19:04:04.169Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-14T19:04:04.169Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-14T19:04:04.169Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T19:04:04.169Z] Fetched 3532 kB in 1s (2899 kB/s) [2021-01-14T19:04:04.169Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T19:04:04.169Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T19:04:04.439Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T19:04:04.439Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T19:04:04.439Z] Selecting previously unselected package udev. [2021-01-14T19:04:04.439Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T19:04:04.439Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T19:04:04.439Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T19:04:04.700Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T19:04:04.700Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T19:04:04.700Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T19:04:04.962Z] Selecting previously unselected package fuse. [2021-01-14T19:04:04.962Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T19:04:04.962Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T19:04:04.962Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:04.962Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T19:04:04.962Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:05.223Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T19:04:05.223Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:05.223Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T19:04:05.223Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T19:04:05.223Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T19:04:05.223Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T19:04:05.484Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T19:04:05.484Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:05.484Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:05.484Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T19:04:05.484Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:05.484Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:05.745Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T19:04:05.745Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:05.745Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:05.745Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T19:04:05.745Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:05.745Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:05.745Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T19:04:05.745Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:06.006Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:06.006Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T19:04:06.006Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:06.006Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:06.006Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T19:04:06.006Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:06.006Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:06.268Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T19:04:06.268Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:06.268Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:06.268Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T19:04:06.268Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T19:04:06.268Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:06.530Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T19:04:06.530Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T19:04:06.530Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T19:04:06.530Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T19:04:06.530Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T19:04:06.530Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T19:04:06.530Z] Selecting previously unselected package libldap-common. [2021-01-14T19:04:06.530Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T19:04:06.530Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T19:04:06.580Z] Removing intermediate container 3dda7c207daa [2021-01-14T19:04:06.580Z] ---> 4c4c542a7294 [2021-01-14T19:04:06.580Z] Step 8/26 : COPY . . [2021-01-14T19:04:06.580Z] Removing intermediate container f1d075eb5969 [2021-01-14T19:04:06.580Z] ---> 70b9d6757b33 [2021-01-14T19:04:06.580Z] Step 8/23 : COPY . . [2021-01-14T19:04:06.792Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T19:04:06.792Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T19:04:06.792Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T19:04:06.792Z] Selecting previously unselected package dirmngr. [2021-01-14T19:04:06.792Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:06.792Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:07.053Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T19:04:07.053Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:07.053Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T19:04:07.053Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T19:04:07.053Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T19:04:07.053Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:07.053Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:07.313Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T19:04:07.313Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T19:04:07.313Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T19:04:07.572Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T19:04:07.833Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:07.833Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T19:04:07.833Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T19:04:07.833Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:07.833Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T19:04:08.099Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T19:04:08.099Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:08.099Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T19:04:08.671Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T19:04:08.671Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T19:04:08.671Z] This means they are not meant to be enabled using systemctl. [2021-01-14T19:04:08.671Z] Possible reasons for having this kind of units are: [2021-01-14T19:04:08.671Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T19:04:08.671Z] .wants/ or .requires/ directory. [2021-01-14T19:04:08.671Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T19:04:08.671Z] a requirement dependency on it. [2021-01-14T19:04:08.671Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T19:04:08.671Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T19:04:08.671Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T19:04:08.671Z] instance name specified. [2021-01-14T19:04:08.932Z] Reading package lists... [2021-01-14T19:04:09.193Z] Building dependency tree... [2021-01-14T19:04:09.193Z] Reading state information... [2021-01-14T19:04:09.193Z] The following additional packages will be installed: [2021-01-14T19:04:09.193Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T19:04:09.193Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T19:04:09.193Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T19:04:09.193Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T19:04:09.193Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T19:04:09.193Z] Suggested packages: [2021-01-14T19:04:09.193Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T19:04:09.193Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T19:04:09.193Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T19:04:09.193Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T19:04:09.193Z] systemd-container policykit-1 [2021-01-14T19:04:09.193Z] Recommended packages: [2021-01-14T19:04:09.193Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T19:04:09.193Z] The following NEW packages will be installed: [2021-01-14T19:04:09.193Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T19:04:09.193Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T19:04:09.193Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T19:04:09.193Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T19:04:09.193Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T19:04:09.193Z] The following packages will be upgraded: [2021-01-14T19:04:09.193Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T19:04:09.455Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T19:04:09.455Z] Need to get 35.2 MB of archives. [2021-01-14T19:04:09.455Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T19:04:09.455Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T19:04:09.455Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T19:04:10.025Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T19:04:10.025Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-14T19:04:10.288Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-14T19:04:10.288Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T19:04:10.288Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-14T19:04:10.288Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T19:04:10.288Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T19:04:10.288Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T19:04:10.288Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T19:04:10.288Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T19:04:10.288Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T19:04:10.288Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T19:04:10.288Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T19:04:10.288Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-14T19:04:10.288Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-14T19:04:10.288Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T19:04:10.288Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-14T19:04:10.288Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T19:04:10.288Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T19:04:10.548Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T19:04:10.548Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T19:04:10.548Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T19:04:10.548Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T19:04:10.548Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T19:04:10.548Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T19:04:10.548Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T19:04:10.548Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T19:04:10.548Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T19:04:11.491Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T19:04:11.491Z] Fetched 35.2 MB in 2s (16.3 MB/s) [2021-01-14T19:04:11.491Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T19:04:11.491Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T19:04:11.753Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T19:04:12.335Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T19:04:12.335Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T19:04:12.335Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T19:04:12.597Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T19:04:12.597Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T19:04:12.858Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T19:04:12.858Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T19:04:13.120Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T19:04:13.120Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T19:04:13.120Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T19:04:13.381Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T19:04:13.381Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T19:04:13.643Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T19:04:13.904Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T19:04:13.904Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T19:04:13.904Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T19:04:14.165Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T19:04:14.165Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T19:04:14.165Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:14.425Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T19:04:14.425Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T19:04:14.425Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T19:04:14.425Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T19:04:14.425Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T19:04:14.425Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:14.686Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T19:04:14.686Z] Checking for services that may need to be restarted...done. [2021-01-14T19:04:14.686Z] Checking for services that may need to be restarted...done. [2021-01-14T19:04:14.953Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:14.953Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T19:04:14.953Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:15.536Z] Selecting previously unselected package python3-minimal. [2021-01-14T19:04:15.536Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T19:04:15.536Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T19:04:15.536Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T19:04:15.536Z] Selecting previously unselected package mime-support. [2021-01-14T19:04:15.536Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T19:04:15.536Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T19:04:15.536Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T19:04:15.536Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T19:04:15.536Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T19:04:15.798Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T19:04:15.798Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T19:04:15.798Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:16.068Z] Selecting previously unselected package python3.6. [2021-01-14T19:04:16.068Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T19:04:16.068Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:16.068Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T19:04:16.068Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T19:04:16.068Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T19:04:16.068Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T19:04:16.334Z] Selecting previously unselected package python3. [2021-01-14T19:04:16.334Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T19:04:16.334Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T19:04:16.594Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T19:04:16.594Z] Selecting previously unselected package multiarch-support. [2021-01-14T19:04:16.594Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T19:04:16.594Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T19:04:16.594Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T19:04:16.856Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T19:04:16.856Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T19:04:16.856Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T19:04:16.856Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T19:04:16.856Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T19:04:16.856Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T19:04:16.856Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T19:04:16.856Z] Selecting previously unselected package sudo. [2021-01-14T19:04:16.856Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T19:04:17.125Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T19:04:17.125Z] Selecting previously unselected package apparmor. [2021-01-14T19:04:17.125Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T19:04:17.125Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T19:04:17.387Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T19:04:17.387Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T19:04:17.387Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T19:04:17.387Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T19:04:17.387Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T19:04:17.387Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:17.646Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T19:04:17.646Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T19:04:17.646Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:17.646Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T19:04:17.646Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T19:04:17.646Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T19:04:17.646Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T19:04:17.646Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T19:04:17.646Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:17.906Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T19:04:17.907Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T19:04:17.907Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:17.907Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T19:04:17.907Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T19:04:18.167Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T19:04:18.167Z] Selecting previously unselected package openssh-client. [2021-01-14T19:04:18.167Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T19:04:18.167Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T19:04:18.427Z] Selecting previously unselected package squashfs-tools. [2021-01-14T19:04:18.427Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T19:04:18.427Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T19:04:18.427Z] Selecting previously unselected package snapd. [2021-01-14T19:04:18.427Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T19:04:18.427Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T19:04:20.346Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T19:04:20.607Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T19:04:20.607Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T19:04:20.607Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T19:04:20.607Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T19:04:20.607Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:20.867Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T19:04:20.867Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T19:04:20.867Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T19:04:21.438Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T19:04:21.438Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T19:04:21.438Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T19:04:21.438Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:21.698Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:21.698Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T19:04:22.269Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T19:04:22.269Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:22.269Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T19:04:22.269Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T19:04:22.269Z] running python rtupdate hooks for python3.6... [2021-01-14T19:04:22.269Z] running python post-rtupdate hooks for python3.6... [2021-01-14T19:04:22.269Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T19:04:24.824Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T19:04:24.824Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T19:04:24.824Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T19:04:24.824Z] Setting up snapd (2.48+18.04) ... [2021-01-14T19:04:25.084Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T19:04:25.345Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T19:04:25.606Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T19:04:25.606Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T19:04:25.868Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T19:04:25.868Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T19:04:26.129Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T19:04:26.129Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T19:04:26.390Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T19:04:26.651Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T19:04:26.651Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-14T19:04:26.651Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T19:04:26.651Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T19:04:27.594Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T19:04:27.594Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T19:04:27.855Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T19:04:28.801Z] Reading package lists... [2021-01-14T19:04:29.067Z] Reading package lists... [2021-01-14T19:04:29.067Z] Building dependency tree... [2021-01-14T19:04:29.067Z] Reading state information... [2021-01-14T19:04:29.329Z] Calculating upgrade... [2021-01-14T19:04:29.329Z] The following packages will be upgraded: [2021-01-14T19:04:29.329Z] advancecomp base-files bash binutils binutils-common [2021-01-14T19:04:29.329Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T19:04:29.329Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T19:04:29.329Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T19:04:29.329Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T19:04:29.329Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T19:04:29.329Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T19:04:29.329Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T19:04:29.329Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T19:04:29.329Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T19:04:29.329Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T19:04:29.329Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T19:04:29.329Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T19:04:29.329Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T19:04:29.329Z] ubuntu-keyring util-linux [2021-01-14T19:04:29.329Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T19:04:29.329Z] Need to get 63.7 MB of archives. [2021-01-14T19:04:29.329Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T19:04:29.329Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-14T19:04:29.590Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T19:04:29.590Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T19:04:29.590Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T19:04:29.590Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T19:04:29.590Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T19:04:29.590Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T19:04:29.590Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T19:04:29.590Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-14T19:04:29.590Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-14T19:04:29.590Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-14T19:04:29.590Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T19:04:29.590Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T19:04:29.590Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T19:04:29.590Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T19:04:29.590Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T19:04:29.590Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T19:04:29.590Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T19:04:29.851Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T19:04:29.851Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T19:04:29.851Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T19:04:29.851Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T19:04:29.851Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T19:04:29.851Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T19:04:29.851Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T19:04:29.851Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T19:04:29.851Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T19:04:29.851Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T19:04:29.851Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T19:04:29.851Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T19:04:29.851Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T19:04:29.851Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T19:04:29.851Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T19:04:29.851Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T19:04:29.851Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T19:04:29.851Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T19:04:29.851Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T19:04:29.851Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T19:04:29.851Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T19:04:29.851Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T19:04:29.851Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T19:04:29.851Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T19:04:29.851Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T19:04:29.851Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-14T19:04:29.851Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T19:04:29.851Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T19:04:29.851Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-14T19:04:29.851Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T19:04:29.851Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-14T19:04:29.851Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T19:04:29.851Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T19:04:29.851Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T19:04:29.851Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T19:04:29.851Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T19:04:29.851Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T19:04:29.851Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T19:04:30.111Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T19:04:30.371Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-14T19:04:30.371Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-14T19:04:30.371Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T19:04:30.371Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-14T19:04:30.371Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T19:04:30.371Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T19:04:30.371Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T19:04:30.371Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T19:04:30.633Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T19:04:30.633Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T19:04:30.892Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T19:04:30.893Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T19:04:30.893Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T19:04:30.893Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T19:04:30.893Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T19:04:30.893Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T19:04:30.893Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T19:04:30.893Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T19:04:30.893Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T19:04:30.893Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T19:04:30.893Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T19:04:30.893Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T19:04:30.893Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-14T19:04:30.893Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-14T19:04:30.893Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-14T19:04:30.893Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T19:04:30.893Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-14T19:04:30.893Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T19:04:31.152Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T19:04:31.152Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T19:04:31.152Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-14T19:04:31.152Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T19:04:31.152Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T19:04:31.152Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-14T19:04:31.152Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T19:04:31.152Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T19:04:31.152Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T19:04:31.152Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T19:04:31.414Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T19:04:31.414Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T19:04:31.414Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T19:04:31.414Z] Fetched 63.7 MB in 2s (33.7 MB/s) [2021-01-14T19:04:31.414Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:31.414Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T19:04:31.414Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T19:04:32.356Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T19:04:32.356Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T19:04:32.356Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-14T19:04:32.356Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-14T19:04:33.300Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.300Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:33.300Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.300Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:33.560Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.560Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:33.560Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.560Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:33.822Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.822Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:33.822Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:33.822Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:34.088Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:34.088Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:34.088Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:04:34.355Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T19:04:34.355Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:34.618Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T19:04:34.618Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:04:34.618Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T19:04:34.618Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:34.880Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:34.880Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:34.880Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:35.140Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:35.140Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T19:04:35.401Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:04:35.401Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T19:04:35.401Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T19:04:35.663Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T19:04:35.925Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T19:04:36.191Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T19:04:36.191Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T19:04:36.191Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T19:04:36.191Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T19:04:36.191Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T19:04:36.453Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T19:04:36.453Z] Installing new version of config file /etc/issue ... [2021-01-14T19:04:36.453Z] Installing new version of config file /etc/issue.net ... [2021-01-14T19:04:36.453Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T19:04:36.737Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T19:04:36.737Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T19:04:36.999Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T19:04:36.999Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T19:04:36.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:36.999Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T19:04:36.999Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T19:04:37.260Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T19:04:37.260Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-14T19:04:37.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:37.260Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:37.260Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:37.521Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:37.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:37.522Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T19:04:37.522Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T19:04:37.784Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T19:04:37.784Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:37.784Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T19:04:37.784Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T19:04:38.044Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T19:04:38.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:38.305Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:38.305Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T19:04:38.305Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T19:04:38.566Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:38.566Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:38.566Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T19:04:38.566Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T19:04:38.826Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:38.826Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T19:04:38.826Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T19:04:38.826Z] Setting up grep (3.1-2build1) ... [2021-01-14T19:04:39.012Z] ---> 200a29eecca5 [2021-01-14T19:04:39.012Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T19:04:39.012Z] ---> ddc9acfbbfa2 [2021-01-14T19:04:39.012Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T19:04:39.012Z] ---> Running in cce4a591740a [2021-01-14T19:04:39.012Z] ---> Running in f1d2de274eac [2021-01-14T19:04:39.012Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T19:04:39.012Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T19:04:39.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:39.087Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T19:04:39.087Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T19:04:39.087Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T19:04:39.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:39.347Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T19:04:39.347Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T19:04:39.347Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T19:04:39.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:39.607Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T19:04:39.607Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T19:04:39.871Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T19:04:40.133Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T19:04:40.133Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T19:04:40.133Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T19:04:40.703Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T19:04:40.703Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:40.703Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T19:04:40.703Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T19:04:40.995Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T19:04:42.087Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T19:04:42.087Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T19:04:42.087Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T19:04:42.087Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T19:04:42.087Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T19:04:42.087Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:42.087Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T19:04:42.087Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T19:04:42.347Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T19:04:42.347Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:42.347Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:42.347Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:42.348Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:42.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:42.608Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:42.608Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:42.608Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:42.608Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:42.608Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:42.608Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:42.870Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:42.870Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:42.870Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:42.870Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:43.131Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:43.131Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:43.131Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T19:04:43.131Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T19:04:43.131Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T19:04:43.131Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T19:04:43.392Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T19:04:43.392Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:43.392Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T19:04:43.392Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T19:04:43.653Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T19:04:43.653Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:43.653Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:43.653Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:43.653Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:43.914Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:43.915Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:43.915Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:43.915Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:44.176Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:44.176Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:44.176Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:44.436Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:04:44.697Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T19:04:44.957Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T19:04:45.219Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:45.219Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T19:04:45.219Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T19:04:45.481Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T19:04:45.481Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T19:04:45.481Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T19:04:45.481Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T19:04:45.742Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T19:04:45.742Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:45.742Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T19:04:45.742Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T19:04:46.004Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T19:04:46.265Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:46.265Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T19:04:46.265Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T19:04:46.528Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T19:04:46.528Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:46.528Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T19:04:46.528Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T19:04:46.788Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T19:04:46.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:46.788Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T19:04:47.049Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T19:04:47.049Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T19:04:47.317Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:47.317Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T19:04:47.317Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T19:04:47.317Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T19:04:47.317Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T19:04:47.579Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:47.579Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T19:04:47.579Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T19:04:47.841Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:47.841Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T19:04:47.841Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T19:04:47.841Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T19:04:48.103Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:48.103Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T19:04:48.103Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T19:04:48.364Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T19:04:48.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:48.625Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:48.625Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T19:04:48.625Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T19:04:48.625Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:48.625Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T19:04:48.885Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T19:04:48.885Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T19:04:49.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:49.145Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T19:04:49.145Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T19:04:49.285Z] Removing intermediate container 875c4f525896 [2021-01-14T19:04:49.285Z] ---> 000bceb9b7a2 [2021-01-14T19:04:49.285Z] [2021-01-14T19:04:49.285Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T19:04:49.285Z] ---> afeebe901d6b [2021-01-14T19:04:49.285Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T19:04:49.285Z] ---> Using cache [2021-01-14T19:04:49.285Z] ---> c1727fc8e8ac [2021-01-14T19:04:49.285Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T19:04:49.285Z] ---> Running in 6e4fe831b3e6 [2021-01-14T19:04:49.405Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T19:04:49.405Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:49.405Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T19:04:49.666Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T19:04:49.666Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T19:04:49.885Z] Removing intermediate container 6e4fe831b3e6 [2021-01-14T19:04:49.885Z] ---> 461e451c91b4 [2021-01-14T19:04:49.885Z] Step 13/22 : WORKDIR / [2021-01-14T19:04:49.885Z] ---> Running in dcb0b233a5cc [2021-01-14T19:04:49.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:49.928Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T19:04:49.928Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T19:04:49.928Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T19:04:50.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:50.188Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T19:04:50.188Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T19:04:50.188Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T19:04:50.188Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:50.188Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T19:04:50.449Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T19:04:50.449Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T19:04:50.449Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:50.449Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T19:04:50.449Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T19:04:50.492Z] Removing intermediate container dcb0b233a5cc [2021-01-14T19:04:50.492Z] ---> cd5fe0d947c6 [2021-01-14T19:04:50.492Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:04:50.710Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T19:04:50.710Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:50.710Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T19:04:50.710Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T19:04:50.972Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T19:04:50.972Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T19:04:50.972Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T19:04:50.972Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T19:04:51.232Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T19:04:51.232Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T19:04:51.232Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T19:04:51.232Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T19:04:51.493Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T19:04:51.493Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T19:04:51.754Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T19:04:51.754Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T19:04:51.754Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T19:04:51.754Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T19:04:51.943Z] ---> 37a996f3f43c [2021-01-14T19:04:51.943Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T19:04:52.015Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T19:04:52.015Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T19:04:52.276Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T19:04:52.276Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T19:04:52.276Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T19:04:52.276Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T19:04:52.537Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T19:04:52.537Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T19:04:52.537Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T19:04:52.537Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T19:04:52.798Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T19:04:52.798Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T19:04:52.798Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T19:04:52.798Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T19:04:53.060Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T19:04:53.060Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T19:04:53.943Z] ---> 92936241a651 [2021-01-14T19:04:53.943Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T19:04:54.008Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T19:04:54.008Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T19:04:54.008Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T19:04:54.008Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T19:04:54.272Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T19:04:54.272Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T19:04:54.534Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T19:04:54.534Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T19:04:54.534Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T19:04:54.534Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T19:04:54.796Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T19:04:54.796Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T19:04:55.387Z] ---> 358edef60fb9 [2021-01-14T19:04:55.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T19:04:56.711Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:56.711Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:56.711Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:56.711Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:56.971Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:56.971Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:56.971Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:56.971Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:57.488Z] ---> 384fa3bd20ac [2021-01-14T19:04:57.488Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T19:04:57.488Z] ---> Running in f2d206366920 [2021-01-14T19:04:57.912Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:57.912Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:58.602Z] Removing intermediate container 6e1de88c22f1 [2021-01-14T19:04:58.602Z] ---> bb5bfce87289 [2021-01-14T19:04:58.602Z] [2021-01-14T19:04:58.602Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T19:04:58.602Z] ---> afeebe901d6b [2021-01-14T19:04:58.602Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T19:04:58.854Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:58.854Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:04:58.896Z] ---> Running in a569a1b39e17 [2021-01-14T19:04:59.426Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:04:59.426Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:05:00.014Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:05:00.014Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:05:00.595Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T19:05:00.595Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T19:05:00.856Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T19:05:00.856Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T19:05:00.856Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T19:05:00.856Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T19:05:00.879Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:01.117Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T19:05:01.117Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T19:05:01.155Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:01.379Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T19:05:01.379Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T19:05:01.379Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T19:05:01.379Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T19:05:01.379Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T19:05:01.640Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T19:05:01.640Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T19:05:01.760Z] Removing intermediate container f2d206366920 [2021-01-14T19:05:01.760Z] ---> 9b7398e5069e [2021-01-14T19:05:01.760Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T19:05:01.905Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T19:05:01.905Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:01.905Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T19:05:02.036Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T19:05:02.036Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T19:05:02.036Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T19:05:02.036Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T19:05:02.036Z] ---> Running in 7d50d995eeee [2021-01-14T19:05:02.036Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:05:02.036Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T19:05:02.165Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.165Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.165Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.165Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T19:05:02.165Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T19:05:02.165Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T19:05:02.165Z] [2021-01-14T19:05:02.165Z] Current default time zone: 'Etc/UTC' [2021-01-14T19:05:02.165Z] Local time is now: Thu Jan 14 19:05:02 UTC 2021. [2021-01-14T19:05:02.165Z] Universal Time is now: Thu Jan 14 19:05:02 UTC 2021. [2021-01-14T19:05:02.165Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T19:05:02.165Z] [2021-01-14T19:05:02.426Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T19:05:02.426Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.426Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-14T19:05:02.426Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T19:05:02.426Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T19:05:02.426Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T19:05:02.426Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T19:05:02.426Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T19:05:02.641Z] OK: 7 MiB in 18 packages [2021-01-14T19:05:02.686Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T19:05:02.686Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T19:05:02.686Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.686Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T19:05:02.918Z] Removing intermediate container 7d50d995eeee [2021-01-14T19:05:02.918Z] ---> fc2f289e78a8 [2021-01-14T19:05:02.918Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T19:05:02.947Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:02.947Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T19:05:02.947Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:02.947Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T19:05:02.947Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T19:05:02.947Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T19:05:02.947Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T19:05:03.194Z] ---> Running in 4f870fa2ecd4 [2021-01-14T19:05:03.207Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T19:05:03.208Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T19:05:03.208Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T19:05:03.208Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T19:05:04.180Z] Removing intermediate container 4f870fa2ecd4 [2021-01-14T19:05:04.180Z] ---> 6879a9ea18e8 [2021-01-14T19:05:04.180Z] Step 21/22 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:05:04.459Z] ---> Running in 00cd54f8fc94 [2021-01-14T19:05:05.068Z] Removing intermediate container a569a1b39e17 [2021-01-14T19:05:05.068Z] ---> 514424e42d9f [2021-01-14T19:05:05.068Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T19:05:05.068Z] Removing intermediate container 00cd54f8fc94 [2021-01-14T19:05:05.068Z] ---> 826e6dd066d1 [2021-01-14T19:05:05.068Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T19:05:05.117Z] Updating certificates in /etc/ssl/certs... [2021-01-14T19:05:05.345Z] ---> Running in f38d29807d9b [2021-01-14T19:05:05.345Z] ---> Running in d7663e4b4a0a [2021-01-14T19:05:05.689Z] 22 added, 17 removed; done. [2021-01-14T19:05:05.950Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T19:05:05.950Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T19:05:05.950Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T19:05:05.950Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T19:05:05.950Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T19:05:05.959Z] Removing intermediate container f38d29807d9b [2021-01-14T19:05:05.959Z] ---> 11c9a8fe3709 [2021-01-14T19:05:05.959Z] Step 13/21 : WORKDIR /edgex [2021-01-14T19:05:05.959Z] ---> Running in a93c00dbcfe2 [2021-01-14T19:05:06.211Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T19:05:06.211Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.211Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T19:05:06.237Z] Removing intermediate container d7663e4b4a0a [2021-01-14T19:05:06.237Z] ---> 50f181d6d704 [2021-01-14T19:05:06.237Z] [2021-01-14T19:05:06.472Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T19:05:06.472Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T19:05:06.472Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T19:05:06.472Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T19:05:06.472Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.734Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T19:05:06.734Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T19:05:06.734Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T19:05:06.734Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T19:05:06.734Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T19:05:06.836Z] Successfully built 50f181d6d704 [2021-01-14T19:05:06.836Z] Removing intermediate container a93c00dbcfe2 [2021-01-14T19:05:06.836Z] ---> 30903ce38fc6 [2021-01-14T19:05:06.836Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T19:05:06.836Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T19:05:06.994Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T19:05:06.994Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T19:05:06.994Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T19:05:06.994Z] Updating certificates in /etc/ssl/certs... [2021-01-14T19:05:07.564Z] 0 added, 0 removed; done. [2021-01-14T19:05:07.564Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T19:05:07.564Z] done. [2021-01-14T19:05:08.135Z] Reading package lists... [2021-01-14T19:05:08.135Z] Building dependency tree... [2021-01-14T19:05:08.135Z] Reading state information... [2021-01-14T19:05:08.281Z]  Building docker-security-bootstrap-redis-go ... done  ---> 1c176aa32f63 [2021-01-14T19:05:08.281Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T19:05:08.395Z] The following NEW packages will be installed: [2021-01-14T19:05:08.395Z] apt-transport-https [2021-01-14T19:05:08.655Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T19:05:08.655Z] Need to get 1696 B of archives. [2021-01-14T19:05:08.655Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T19:05:08.655Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T19:05:08.655Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T19:05:08.655Z] Fetched 1696 B in 0s (8455 B/s) [2021-01-14T19:05:08.655Z] Selecting previously unselected package apt-transport-https. [2021-01-14T19:05:08.655Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T19:05:08.655Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T19:05:08.655Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T19:05:08.916Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T19:05:09.176Z] Waiting for network to be ready... [2021-01-14T19:05:09.723Z] ---> 436b5e5f58d0 [2021-01-14T19:05:09.723Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T19:05:11.704Z] ---> 83a262a974d6 [2021-01-14T19:05:11.704Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T19:05:11.704Z] ---> Running in 854a98067481 [2021-01-14T19:05:12.304Z] Removing intermediate container 854a98067481 [2021-01-14T19:05:12.304Z] ---> 0cfd7fb1a2a3 [2021-01-14T19:05:12.304Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T19:05:12.304Z] ---> Running in b12afb4b940f [2021-01-14T19:05:13.281Z] Removing intermediate container b12afb4b940f [2021-01-14T19:05:13.282Z] ---> 154052702abf [2021-01-14T19:05:13.282Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T19:05:13.282Z] ---> Running in c3120b01bd4f [2021-01-14T19:05:13.878Z] Removing intermediate container c3120b01bd4f [2021-01-14T19:05:13.878Z] ---> b3ed1eb9535b [2021-01-14T19:05:13.878Z] Step 20/21 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:05:14.151Z] ---> Running in d4be3958651e [2021-01-14T19:05:14.762Z] Removing intermediate container d4be3958651e [2021-01-14T19:05:14.762Z] ---> 99b0cb60af49 [2021-01-14T19:05:14.762Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T19:05:15.035Z] ---> Running in 72cda0816e27 [2021-01-14T19:05:15.632Z] Removing intermediate container 72cda0816e27 [2021-01-14T19:05:15.632Z] ---> 5b6d1870a24b [2021-01-14T19:05:15.632Z] [2021-01-14T19:05:15.760Z] 2021-01-14T19:05:11Z INFO Waiting for automatic snapd restart... [2021-01-14T19:05:15.760Z] snapd 2.48.2 from Canonical* installed [2021-01-14T19:05:16.229Z] Successfully built 5b6d1870a24b [2021-01-14T19:05:16.229Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T19:05:16.333Z] "snapd" switched to the "latest/stable" channel [2021-01-14T19:05:16.333Z] [2021-01-14T19:05:18.877Z] core18 20201210 from Canonical* installed [2021-01-14T19:05:19.140Z] "core18" switched to the "latest/stable" channel [2021-01-14T19:05:19.140Z] [2021-01-14T19:05:22.443Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T19:05:22.443Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T19:05:22.443Z] [2021-01-14T19:05:25.745Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-14T19:05:25.745Z] - README.md [2021-01-14T19:05:25.745Z] - snapcraft.yaml.orig [2021-01-14T19:05:25.745Z] [2021-01-14T19:05:25.745Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T19:05:32.331Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T19:05:32.331Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T19:05:32.331Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T19:05:32.592Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T19:05:33.538Z] Reading package lists... [2021-01-14T19:05:33.801Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-14T19:05:34.539Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cce4a591740a [2021-01-14T19:05:34.539Z] ---> ebaa9080c05d [2021-01-14T19:05:34.539Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T19:05:34.539Z] ---> Running in 25e1fcc36712 [2021-01-14T19:05:35.519Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T19:05:38.898Z] Removing intermediate container 25e1fcc36712 [2021-01-14T19:05:38.898Z] ---> b0a5887b3226 [2021-01-14T19:05:38.898Z] [2021-01-14T19:05:38.898Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T19:05:38.898Z] 20.10.0: Pulling from library/docker [2021-01-14T19:05:40.390Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T19:05:40.390Z] Reading package lists... [2021-01-14T19:05:40.390Z] Building dependency tree... [2021-01-14T19:05:40.390Z] Reading state information... [2021-01-14T19:05:40.390Z] Suggested packages: [2021-01-14T19:05:40.390Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T19:05:40.390Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T19:05:40.390Z] Recommended packages: [2021-01-14T19:05:40.390Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T19:05:40.390Z] The following NEW packages will be installed: [2021-01-14T19:05:40.390Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T19:05:40.390Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T19:05:40.390Z] pkg-config zip [2021-01-14T19:05:40.390Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T19:05:40.390Z] Need to get 7655 kB of archives. [2021-01-14T19:05:40.390Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T19:05:40.390Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-14T19:05:40.390Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T19:05:40.654Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T19:05:40.654Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T19:05:40.917Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T19:05:40.917Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T19:05:40.917Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T19:05:40.917Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T19:05:40.917Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T19:05:40.917Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T19:05:41.177Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T19:05:41.178Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T19:05:41.178Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T19:05:41.440Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T19:05:41.440Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T19:05:41.440Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T19:05:41.440Z] Fetched 7655 kB in 1s (6473 kB/s) [2021-01-14T19:05:41.701Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T19:05:41.701Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T19:05:41.701Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T19:05:41.701Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T19:05:41.701Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T19:05:41.701Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T19:05:41.701Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T19:05:41.962Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T19:05:41.962Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T19:05:41.962Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T19:05:41.962Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T19:05:41.962Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T19:05:41.962Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T19:05:42.224Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T19:05:42.224Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T19:05:42.224Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T19:05:42.224Z] Selecting previously unselected package liberror-perl. [2021-01-14T19:05:42.224Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T19:05:42.224Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T19:05:42.224Z] Selecting previously unselected package git-man. [2021-01-14T19:05:42.224Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T19:05:42.224Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T19:05:42.485Z] Selecting previously unselected package git. [2021-01-14T19:05:42.485Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T19:05:42.485Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T19:05:43.429Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T19:05:43.429Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T19:05:43.429Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T19:05:43.429Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T19:05:43.429Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T19:05:43.429Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T19:05:43.429Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T19:05:43.429Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T19:05:43.429Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T19:05:43.429Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T19:05:43.429Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T19:05:43.429Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T19:05:43.689Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T19:05:43.689Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T19:05:43.689Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T19:05:43.689Z] Selecting previously unselected package pkg-config. [2021-01-14T19:05:43.689Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T19:05:43.689Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T19:05:43.950Z] Selecting previously unselected package zip. [2021-01-14T19:05:43.950Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T19:05:43.950Z] Unpacking zip (3.0-11build1) ... [2021-01-14T19:05:43.950Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T19:05:43.950Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T19:05:43.950Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T19:05:43.950Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T19:05:44.211Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T19:05:44.211Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T19:05:44.212Z] No schema files found: doing nothing. [2021-01-14T19:05:44.212Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T19:05:44.212Z] Setting up zip (3.0-11build1) ... [2021-01-14T19:05:44.212Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T19:05:44.212Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T19:05:44.212Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T19:05:44.473Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T19:05:44.474Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T19:05:44.474Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T19:05:44.474Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T19:05:44.474Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T19:05:49.056Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T19:05:49.056Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T19:05:49.056Z] ---> eeaf43b92773 [2021-01-14T19:05:49.056Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T19:05:49.056Z] Removing intermediate container f1d2de274eac [2021-01-14T19:05:49.056Z] ---> ecf7b8c58117 [2021-01-14T19:05:49.056Z] [2021-01-14T19:05:49.056Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T19:05:49.056Z] ---> afeebe901d6b [2021-01-14T19:05:49.056Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T19:05:49.056Z] ---> Running in cc1ef03f0369 [2021-01-14T19:05:49.056Z] ---> Running in c45e8d5e8502 [2021-01-14T19:05:49.056Z] Removing intermediate container c45e8d5e8502 [2021-01-14T19:05:49.056Z] ---> 71c29039b991 [2021-01-14T19:05:49.056Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T19:05:49.056Z] ---> Running in 84bf145ccd22 [2021-01-14T19:05:49.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:49.056Z] Removing intermediate container 84bf145ccd22 [2021-01-14T19:05:49.056Z] ---> 5f3d066e9a47 [2021-01-14T19:05:49.056Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T19:05:49.056Z] ---> Running in a769334d7d15 [2021-01-14T19:05:49.056Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:49.649Z] Removing intermediate container a769334d7d15 [2021-01-14T19:05:49.649Z] ---> 63edb522c640 [2021-01-14T19:05:49.649Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T19:05:49.649Z] ---> Running in 1f21040e764b [2021-01-14T19:05:49.649Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T19:05:49.649Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T19:05:49.921Z] Executing bash-5.0.17-r0.post-install [2021-01-14T19:05:49.921Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:05:49.921Z] OK: 12 MiB in 22 packages [2021-01-14T19:05:51.082Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T19:05:51.082Z] git set to automatically installed. [2021-01-14T19:05:51.082Z] git-man set to automatically installed. [2021-01-14T19:05:51.082Z] libcurl3-gnutls set to automatically installed. [2021-01-14T19:05:51.082Z] liberror-perl set to automatically installed. [2021-01-14T19:05:51.082Z] libglib2.0-0 set to automatically installed. [2021-01-14T19:05:51.082Z] libnghttp2-14 set to automatically installed. [2021-01-14T19:05:51.082Z] libnorm1 set to automatically installed. [2021-01-14T19:05:51.082Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T19:05:51.082Z] libpsl5 set to automatically installed. [2021-01-14T19:05:51.082Z] librtmp1 set to automatically installed. [2021-01-14T19:05:51.082Z] libsodium23 set to automatically installed. [2021-01-14T19:05:51.082Z] libzmq3-dev set to automatically installed. [2021-01-14T19:05:51.082Z] libzmq5 set to automatically installed. [2021-01-14T19:05:51.082Z] pkg-config set to automatically installed. [2021-01-14T19:05:51.082Z] zip set to automatically installed. [2021-01-14T19:05:51.359Z] Removing intermediate container cc1ef03f0369 [2021-01-14T19:05:51.359Z] ---> b1ab86e9a044 [2021-01-14T19:05:51.359Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T19:05:51.359Z] ---> Running in 48f3ecbba61c [2021-01-14T19:05:51.952Z] Removing intermediate container 48f3ecbba61c [2021-01-14T19:05:51.952Z] ---> 736e136d7afd [2021-01-14T19:05:51.952Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T19:05:51.952Z] Removing intermediate container 1f21040e764b [2021-01-14T19:05:51.952Z] ---> 3a8359204379 [2021-01-14T19:05:51.952Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T19:05:51.952Z] ---> Running in 0b2315bb8c41 [2021-01-14T19:05:52.227Z] ---> Running in 5c121f87099e [2021-01-14T19:05:52.498Z] Removing intermediate container 0b2315bb8c41 [2021-01-14T19:05:52.498Z] ---> cb0e4c19209d [2021-01-14T19:05:52.498Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T19:05:52.498Z] ---> Running in 1ee5cf9378a2 [2021-01-14T19:05:53.088Z] Removing intermediate container 1ee5cf9378a2 [2021-01-14T19:05:53.088Z] ---> 193c2c99f849 [2021-01-14T19:05:53.088Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T19:05:53.088Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:53.631Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T19:05:54.065Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:54.066Z] ---> 7f00aa752020 [2021-01-14T19:05:54.066Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T19:05:54.667Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T19:05:54.667Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T19:05:54.667Z] ---> 8067589f8141 [2021-01-14T19:05:54.667Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T19:05:54.667Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T19:05:54.941Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T19:05:55.220Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T19:05:55.220Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:05:55.220Z] OK: 8 MiB in 19 packages [2021-01-14T19:05:55.820Z] ---> 7d6672253ddb [2021-01-14T19:05:55.820Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T19:05:55.820Z] ---> Running in 5bb6dfaaa8f4 [2021-01-14T19:05:56.810Z] Removing intermediate container 5c121f87099e [2021-01-14T19:05:56.810Z] ---> a6690bc82e0b [2021-01-14T19:05:56.810Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T19:05:57.084Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:57.353Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:05:57.353Z] ---> bfad1b568384 [2021-01-14T19:05:57.353Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T19:05:57.959Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T19:05:57.959Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T19:05:57.959Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T19:05:57.959Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T19:05:57.959Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T19:05:57.959Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T19:05:57.959Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T19:05:58.936Z] ---> 3f5f47574743 [2021-01-14T19:05:58.936Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T19:05:59.914Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T19:05:59.914Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T19:05:59.914Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T19:05:59.914Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T19:05:59.914Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T19:05:59.914Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T19:05:59.914Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T19:05:59.914Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T19:05:59.914Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T19:06:00.184Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T19:06:00.184Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T19:06:00.184Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T19:06:00.184Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T19:06:00.184Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T19:06:00.184Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T19:06:00.184Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T19:06:00.184Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T19:06:00.184Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T19:06:00.223Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T19:06:00.223Z] snap "core18" has no updates available [2021-01-14T19:06:00.455Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T19:06:00.455Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T19:06:00.455Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T19:06:00.455Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T19:06:00.455Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T19:06:00.455Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T19:06:00.455Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T19:06:00.455Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T19:06:00.455Z] ---> 3301805f3d1f [2021-01-14T19:06:00.455Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T19:06:00.483Z] Pulling config-common [2021-01-14T19:06:00.727Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:06:00.727Z] OK: 71 MiB in 55 packages [2021-01-14T19:06:00.727Z] ---> Running in 431f3ed74e3d [2021-01-14T19:06:01.322Z] Removing intermediate container 431f3ed74e3d [2021-01-14T19:06:01.322Z] ---> 28385e3cc7af [2021-01-14T19:06:01.322Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:06:01.600Z] ---> Running in 39fc12e511e2 [2021-01-14T19:06:01.874Z] Pulling go-build-helper [2021-01-14T19:06:02.196Z] Removing intermediate container 39fc12e511e2 [2021-01-14T19:06:02.196Z] ---> fd264489309b [2021-01-14T19:06:02.196Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T19:06:02.468Z] ---> Running in e2aec508c1f2 [2021-01-14T19:06:03.062Z] Removing intermediate container e2aec508c1f2 [2021-01-14T19:06:03.062Z] ---> ac247821d32d [2021-01-14T19:06:03.062Z] Step 22/23 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:06:03.062Z] ---> Running in cb4b897515d5 [2021-01-14T19:06:03.668Z] Removing intermediate container cb4b897515d5 [2021-01-14T19:06:03.668Z] ---> 25889d6eda2c [2021-01-14T19:06:03.668Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T19:06:03.941Z] ---> Running in 01a084efd782 [2021-01-14T19:06:04.543Z] Removing intermediate container 01a084efd782 [2021-01-14T19:06:04.543Z] ---> 5317ac26563c [2021-01-14T19:06:04.543Z] [2021-01-14T19:06:04.818Z] Successfully built 5317ac26563c [2021-01-14T19:06:05.089Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T19:06:06.527Z]  Building docker-core-data-go ... done Removing intermediate container 5bb6dfaaa8f4 [2021-01-14T19:06:06.527Z] ---> a95ecbecf995 [2021-01-14T19:06:06.527Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T19:06:06.527Z] ---> Running in 27777508f4c6 [2021-01-14T19:06:11.917Z] Collecting docker-compose==1.23.2 [2021-01-14T19:06:11.917Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T19:06:11.917Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T19:06:11.917Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T19:06:11.917Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T19:06:13.878Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T19:06:13.878Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T19:06:14.853Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T19:06:14.853Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T19:06:15.443Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T19:06:15.443Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T19:06:15.715Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T19:06:15.715Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T19:06:17.676Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T19:06:17.676Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T19:06:17.957Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T19:06:17.957Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T19:06:20.635Z] Collecting PyYAML<4,>=3.10 [2021-01-14T19:06:20.635Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T19:06:23.839Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T19:06:23.839Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T19:06:23.839Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] [2021-01-14T19:06:23.839Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] [2021-01-14T19:06:23.839Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T19:06:23.839Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T19:06:23.839Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-14T19:06:23.839Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-14T19:06:23.839Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T19:06:23.839Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T19:06:23.839Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T19:06:23.839Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T19:06:23.839Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T19:06:23.839Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T19:06:23.839Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T19:06:23.839Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T19:06:23.839Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T19:06:23.839Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T19:06:23.839Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T19:06:23.839Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T19:06:23.839Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T19:06:23.839Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T19:06:23.839Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T19:06:23.839Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T19:06:23.839Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T19:06:23.839Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T19:06:23.839Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T19:06:23.839Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T19:06:23.839Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T19:06:23.839Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T19:06:23.839Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T19:06:23.839Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T19:06:23.839Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T19:06:23.839Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T19:06:23.839Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T19:06:23.839Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T19:06:23.839Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T19:06:23.839Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T19:06:23.839Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T19:06:23.839Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T19:06:23.839Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T19:06:23.839Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T19:06:23.839Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T19:06:23.839Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T19:06:23.839Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T19:06:23.839Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T19:06:23.839Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T19:06:23.839Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T19:06:23.839Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T19:06:23.839Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T19:06:23.839Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T19:06:23.839Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T19:06:23.840Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T19:06:23.840Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T19:06:23.840Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T19:06:23.840Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T19:06:23.840Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T19:06:23.840Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T19:06:23.840Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T19:06:23.840Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T19:06:23.840Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T19:06:23.840Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T19:06:23.840Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T19:06:23.840Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T19:06:23.840Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T19:06:24.002Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T19:06:24.002Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T19:06:24.273Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T19:06:24.542Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T19:06:24.811Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T19:06:25.087Z] Collecting idna<2.8,>=2.5 [2021-01-14T19:06:25.087Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T19:06:25.087Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T19:06:25.363Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T19:06:25.363Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T19:06:25.363Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T19:06:25.363Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T19:06:25.363Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T19:06:25.363Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T19:06:25.752Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T19:06:25.752Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T19:06:25.752Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T19:06:25.752Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T19:06:25.752Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T19:06:25.752Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T19:06:25.752Z] Pulling static-packages [2021-01-14T19:06:26.332Z] Installing collected packages: docopt, jsonschema, urllib3, idna, requests, cached-property, texttable, websocket-client, dockerpty, PyYAML, docker-pycreds, docker, docker-compose [2021-01-14T19:06:26.332Z] Running setup.py install for docopt: started [2021-01-14T19:06:26.696Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-14T19:06:26.696Z] Skipping pull go-build-helper (already ran) [2021-01-14T19:06:26.696Z] Skipping pull static-packages (already ran) [2021-01-14T19:06:26.696Z] Building go-build-helper [2021-01-14T19:06:28.293Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T19:06:28.294Z] Attempting uninstall: urllib3 [2021-01-14T19:06:28.294Z] Found existing installation: urllib3 1.25.9 [2021-01-14T19:06:28.294Z] Uninstalling urllib3-1.25.9: [2021-01-14T19:06:28.565Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T19:06:29.156Z] Attempting uninstall: idna [2021-01-14T19:06:29.156Z] Found existing installation: idna 2.9 [2021-01-14T19:06:29.156Z] Uninstalling idna-2.9: [2021-01-14T19:06:29.156Z] Successfully uninstalled idna-2.9 [2021-01-14T19:06:29.748Z] Attempting uninstall: requests [2021-01-14T19:06:29.748Z] Found existing installation: requests 2.23.0 [2021-01-14T19:06:29.748Z] Uninstalling requests-2.23.0: [2021-01-14T19:06:29.748Z] Successfully uninstalled requests-2.23.0 [2021-01-14T19:06:30.339Z] Running setup.py install for texttable: started [2021-01-14T19:06:30.923Z] Building static-packages [2021-01-14T19:06:32.300Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T19:06:32.300Z] Running setup.py install for dockerpty: started [2021-01-14T19:06:32.309Z] Staging go-build-helper [2021-01-14T19:06:32.883Z] Staging static-packages [2021-01-14T19:06:33.826Z] Pulling go115 [2021-01-14T19:06:34.259Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T19:06:34.259Z] Running setup.py install for PyYAML: started [2021-01-14T19:06:34.767Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T19:06:34.767Z] Skipping pull go115 (already ran) [2021-01-14T19:06:34.767Z] Building go115 [2021-01-14T19:06:34.767Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T19:06:34.767Z] Dload Upload Total Spent Left Speed [2021-01-14T19:06:36.221Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T19:06:37.657Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T19:06:37.975Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 11 115M 11 13.2M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.5M 47 115M 47 55.3M 0 0 34.9M 0 0:00:03 0:00:01 0:00:02 34.8M 81 115M 81 94.6M 0 0 36.6M 0 0:00:03 0:00:02 0:00:01 36.6M 100 115M 100 115M 0 0 36.3M 0 0:00:03 0:00:03 --:--:-- 36.3M [2021-01-14T19:06:38.546Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T19:06:41.025Z] Removing intermediate container 27777508f4c6 [2021-01-14T19:06:41.025Z] ---> 04605efd5055 [2021-01-14T19:06:41.025Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T19:06:41.298Z] ---> Running in f5b5fa096284 [2021-01-14T19:06:42.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T19:06:42.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T19:06:42.756Z] Staging go115 [2021-01-14T19:06:42.993Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T19:06:42.993Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T19:06:42.993Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T19:06:43.263Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T19:06:43.263Z] OK: 71 MiB in 58 packages [2021-01-14T19:06:44.239Z] Removing intermediate container f5b5fa096284 [2021-01-14T19:06:44.239Z] ---> 837a80e6b60f [2021-01-14T19:06:44.239Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T19:06:44.518Z] ---> Running in bd781ea91157 [2021-01-14T19:06:44.789Z] Removing intermediate container bd781ea91157 [2021-01-14T19:06:44.789Z] ---> e8ec6b13d919 [2021-01-14T19:06:44.789Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T19:06:45.062Z] ---> Running in 1095bfe86f19 [2021-01-14T19:06:45.333Z] Removing intermediate container 1095bfe86f19 [2021-01-14T19:06:45.333Z] ---> 04c9bba2f5ab [2021-01-14T19:06:45.333Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T19:06:45.606Z] ---> Running in 67dfe9993aa7 [2021-01-14T19:06:45.876Z] Removing intermediate container 67dfe9993aa7 [2021-01-14T19:06:45.876Z] ---> d0e730477896 [2021-01-14T19:06:45.876Z] Step 25/26 : LABEL git_sha=2b3b35234ca4d176f48cd80ec47a189bba6340e2 [2021-01-14T19:06:46.156Z] ---> Running in 81ed1453e64f [2021-01-14T19:06:46.429Z] Removing intermediate container 81ed1453e64f [2021-01-14T19:06:46.429Z] ---> 2ffb2263f425 [2021-01-14T19:06:46.429Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T19:06:46.700Z] ---> Running in 30ca8d0bda55 [2021-01-14T19:06:47.292Z] Removing intermediate container 30ca8d0bda55 [2021-01-14T19:06:47.292Z] ---> fb08ea9e218a [2021-01-14T19:06:47.292Z] [2021-01-14T19:06:47.564Z] Successfully built fb08ea9e218a [2021-01-14T19:06:47.564Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T19:06:47.848Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T19:06:47.846Z] $ docker stop --time=1 a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 [2021-01-14T19:06:48.046Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T19:06:48.046Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T19:06:48.046Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T19:06:48.046Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T19:06:48.046Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T19:06:48.046Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T19:06:48.046Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T19:06:48.046Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T19:06:48.046Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T19:06:48.046Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T19:06:48.046Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T19:06:48.046Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T19:06:48.046Z] Pulling edgex-go [2021-01-14T19:06:48.616Z] Pulling version [2021-01-14T19:06:49.555Z] Building config-common [2021-01-14T19:06:49.783Z] $ docker rm -f a3b5387aabcee65621879699d574a3c7d146881e9ca5fb6794fa2dff31863a09 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T19:06:50.607Z] + docker images [2021-01-14T19:06:50.607Z] + grep docker [2021-01-14T19:06:50.876Z] docker-sys-mgmt-agent-go-arm64 latest fb08ea9e218a 4 seconds ago 300MB [2021-01-14T19:06:50.876Z] docker-core-data-go-arm64 latest 5317ac26563c 46 seconds ago 21MB [2021-01-14T19:06:50.876Z] docker-security-proxy-setup-go-arm64 latest 5b6d1870a24b About a minute ago 23.2MB [2021-01-14T19:06:50.876Z] docker-security-bootstrap-redis-go-arm64 latest 50f181d6d704 About a minute ago 15.1MB [2021-01-14T19:06:50.876Z] docker-security-secretstore-setup-go-arm64 latest e0e2dab1f49e 3 minutes ago 23.4MB [2021-01-14T19:06:50.876Z] docker-core-metadata-go-arm64 latest 5fac79a72c4b 3 minutes ago 12.3MB [2021-01-14T19:06:50.876Z] docker-support-notifications-go-arm64 latest fd6d29fa4811 3 minutes ago 11.4MB [2021-01-14T19:06:50.876Z] docker-core-command-go-arm64 latest 3b1f451847e1 3 minutes ago 9.98MB [2021-01-14T19:06:50.876Z] docker-support-scheduler-go-arm64 latest fb4363e88868 3 minutes ago 10MB [2021-01-14T19:06:50.876Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-14T19:06:51.470Z] Skipping build go-build-helper (already ran) [2021-01-14T19:06:51.470Z] Skipping build static-packages (already ran) [2021-01-14T19:06:51.470Z] Skipping build go115 (already ran) [2021-01-14T19:06:51.470Z] Building edgex-go [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-01-14T19:06:51.730Z] 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 [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T19:06:53.117Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-14T19:06:53.117Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T19:06:53.117Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T19:06:53.117Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T19:06:53.117Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T19:06:53.117Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T19:06:53.117Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T19:06:53.117Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T19:06:53.117Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T19:06:53.117Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T19:06:53.117Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T19:06:53.117Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T19:06:53.117Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T19:06:53.117Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T19:06:53.117Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T19:06:53.118Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T19:06:53.118Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T19:06:53.118Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T19:06:53.118Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T19:06:53.118Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T19:06:53.118Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T19:06:53.118Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T19:06:53.118Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T19:06:53.384Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T19:06:53.384Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T19:06:53.384Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T19:06:53.384Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T19:06:59.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T19:07:04.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T19:07:04.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T19:07:05.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T19:07:05.630Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T19:07:05.630Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-14T19:07:06.201Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T19:07:06.201Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T19:07:06.201Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T19:07:07.581Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T19:07:07.581Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T19:07:07.581Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T19:07:08.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 [2021-01-14T19:07:09.534Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T19:07:09.534Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T19:07:10.915Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T19:07:11.485Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T19:07:12.425Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T19:07:12.425Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T19:07:14.339Z] Building version [2021-01-14T19:07:16.256Z] Staging config-common [2021-01-14T19:07:17.201Z] Skipping stage go-build-helper (already ran) [2021-01-14T19:07:17.201Z] Skipping stage static-packages (already ran) [2021-01-14T19:07:17.201Z] Skipping stage go115 (already ran) [2021-01-14T19:07:17.201Z] Staging edgex-go [2021-01-14T19:07:18.141Z] Staging version [2021-01-14T19:07:19.082Z] Priming config-common [2021-01-14T19:07:20.027Z] Priming go-build-helper [2021-01-14T19:07:20.974Z] Priming static-packages [2021-01-14T19:07:22.919Z] Priming go115 [2021-01-14T19:07:23.859Z] Priming edgex-go [2021-01-14T19:07:25.243Z] Priming version [2021-01-14T19:07:25.815Z] 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 [2021-01-14T19:07:29.092Z] provisioning config files... [2021-01-14T19:07:29.107Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config8227363482587159560tmp [Pipeline] { [Pipeline] sh [2021-01-14T19:07:29.532Z] + set +x [2021-01-14T19:07:29.532Z] + bash -s -- [2021-01-14T19:07:29.532Z] + curl -s https://codecov.io/bash [2021-01-14T19:07:30.146Z] [2021-01-14T19:07:30.146Z] _____ _ [2021-01-14T19:07:30.146Z] / ____| | | [2021-01-14T19:07:30.146Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T19:07:30.146Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T19:07:30.146Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T19:07:30.146Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T19:07:30.146Z] Bash-20201231-23d4836 [2021-01-14T19:07:30.146Z] [2021-01-14T19:07:30.146Z] [2021-01-14T19:07:30.146Z] ==> git version 2.24.3 found [2021-01-14T19:07:30.146Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-14T19:07:30.146Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T19:07:30.146Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T19:07:30.146Z] ==> Jenkins CI detected. [2021-01-14T19:07:30.146Z] project root: . [2021-01-14T19:07:30.146Z] --> token set from env [2021-01-14T19:07:30.146Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T19:07:30.413Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T19:07:30.413Z] ==> Python coveragepy not found [2021-01-14T19:07:30.413Z] ==> Searching for coverage reports in: [2021-01-14T19:07:30.413Z] + . [2021-01-14T19:07:30.413Z] -> Found 1 reports [2021-01-14T19:07:30.413Z] ==> Detecting git/mercurial file structure [2021-01-14T19:07:30.413Z] ==> Reading reports [2021-01-14T19:07:30.413Z] + ./coverage.out bytes=552176 [2021-01-14T19:07:30.679Z] ==> Appending adjustments [2021-01-14T19:07:30.679Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T19:07:34.972Z] + Found adjustments [2021-01-14T19:07:34.972Z] ==> Gzipping contents [2021-01-14T19:07:34.972Z] 84K /tmp/codecov.YGAdas.gz [2021-01-14T19:07:34.972Z] ==> Uploading reports [2021-01-14T19:07:34.972Z] url: https://codecov.io [2021-01-14T19:07:34.972Z] query: branch=PR-3028&commit=2b3b35234ca4d176f48cd80ec47a189bba6340e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3028%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3028&job=&cmd_args= [2021-01-14T19:07:35.239Z] -> Pinging Codecov [2021-01-14T19:07:35.239Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3028&commit=2b3b35234ca4d176f48cd80ec47a189bba6340e2&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3028%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3028&job=&cmd_args= [2021-01-14T19:07:35.823Z] -> Uploading to [2021-01-14T19:07:35.823Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/2b3b35234ca4d176f48cd80ec47a189bba6340e2/a46c6ba6-564c-455a-a516-054a59be1f69.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T190735Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=42b42dc92305b98f4ccfd409c5a5c9fb669bfbe60f5c397ea9dfa2eaed7d5454 [2021-01-14T19:07:35.823Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T19:07:35.823Z] Dload Upload Total Spent Left Speed [2021-01-14T19:07:36.415Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83461 0 0 100 83461 0 123k --:--:-- --:--:-- --:--:-- 123k [2021-01-14T19:07:36.415Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2b3b35234ca4d176f48cd80ec47a189bba6340e2 [Pipeline] } [2021-01-14T19:07:36.427Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:07:38.707Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:07:39.997Z] ---> package-listing.sh [2021-01-14T19:07:39.997Z] ++ facter osfamily [2021-01-14T19:07:39.997Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T19:07:40.268Z] + OS_FAMILY=redhat [2021-01-14T19:07:40.268Z] + workspace=/w/workspace/edgex-go/2 [2021-01-14T19:07:40.268Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T19:07:40.268Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T19:07:40.268Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T19:07:40.268Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T19:07:40.268Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-14T19:07:40.268Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T19:07:40.268Z] + case "${OS_FAMILY}" in [2021-01-14T19:07:40.268Z] + rpm -qa [2021-01-14T19:07:40.268Z] + sort [2021-01-14T19:07:46.997Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T19:07:46.997Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T19:07:46.997Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T19:07:46.997Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-14T19:07:46.997Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-14T19:07:46.997Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-14T19:07:47.059Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T19:07:47.396Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T19:07:48.061Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T19:07:48.330Z] [2021-01-14T19:07:48.330Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T19:07:48.700Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T19:07:48.989Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T19:07:48.989Z] df20fa9351a1: Pulling fs layer [2021-01-14T19:07:48.989Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T19:07:48.989Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T19:07:48.989Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T19:07:48.989Z] 93b61091891f: Pulling fs layer [2021-01-14T19:07:48.989Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T19:07:48.989Z] 5e14af77c1be: Pulling fs layer [2021-01-14T19:07:48.989Z] 01666e4c0597: Pulling fs layer [2021-01-14T19:07:48.989Z] aa168da1d23b: Pulling fs layer [2021-01-14T19:07:48.989Z] 93b61091891f: Waiting [2021-01-14T19:07:48.989Z] 01666e4c0597: Waiting [2021-01-14T19:07:48.989Z] aa168da1d23b: Waiting [2021-01-14T19:07:48.989Z] 93b9cdb0e59b: Waiting [2021-01-14T19:07:48.989Z] 5e14af77c1be: Waiting [2021-01-14T19:07:48.989Z] 46f8f816bc3b: Waiting [2021-01-14T19:07:48.989Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T19:07:48.989Z] 36b3adc4ff6f: Download complete [2021-01-14T19:07:48.989Z] 46f8f816bc3b: Download complete [2021-01-14T19:07:48.989Z] df20fa9351a1: Download complete [2021-01-14T19:07:49.307Z] 93b9cdb0e59b: Download complete [2021-01-14T19:07:49.307Z] 5e14af77c1be: Verifying Checksum [2021-01-14T19:07:49.307Z] 5e14af77c1be: Download complete [2021-01-14T19:07:49.307Z] 01666e4c0597: Verifying Checksum [2021-01-14T19:07:49.307Z] 01666e4c0597: Download complete [2021-01-14T19:07:49.307Z] 93b61091891f: Verifying Checksum [2021-01-14T19:07:49.307Z] 93b61091891f: Download complete [2021-01-14T19:07:49.919Z] df20fa9351a1: Pull complete [2021-01-14T19:07:50.196Z] 36b3adc4ff6f: Pull complete [2021-01-14T19:07:50.475Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T19:07:50.475Z] 8ad3a11d3b57: Download complete [2021-01-14T19:07:51.968Z] 8ad3a11d3b57: Pull complete [2021-01-14T19:07:52.396Z] 46f8f816bc3b: Pull complete [2021-01-14T19:07:53.490Z] 93b61091891f: Pull complete [2021-01-14T19:07:54.152Z] 93b9cdb0e59b: Pull complete [2021-01-14T19:07:54.817Z] aa168da1d23b: Download complete [2021-01-14T19:07:55.104Z] 5e14af77c1be: Pull complete [2021-01-14T19:07:55.382Z] 01666e4c0597: Pull complete [2021-01-14T19:08:10.619Z] aa168da1d23b: Pull complete [2021-01-14T19:08:10.619Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T19:08:10.619Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T19:08:10.619Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T19:08:10.999Z] prd-centos7-docker-4c-2g-20285 does not seem to be running inside a container [2021-01-14T19:08:11.095Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T19:08:14.483Z] $ docker top 9d2a3d037b1577b0325a6417ef4d2de30bac1793f18df8e6e6c33f0344451c9b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T19:08:15.281Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T19:08:16.036Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T19:08:17.246Z] + ls /var/log/sa-host [2021-01-14T19:08:17.246Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T19:08:17.246Z] file_magic: OK [2021-01-14T19:08:17.246Z] HZ: Using current value: 100 [2021-01-14T19:08:17.246Z] file_header: OK [2021-01-14T19:08:17.246Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T19:08:17.246Z] Statistics: [2021-01-14T19:08:17.246Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T19:08:17.246Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T19:08:17.246Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T19:08:17.246Z] file_magic: OK [2021-01-14T19:08:17.246Z] HZ: Using current value: 100 [2021-01-14T19:08:17.246Z] file_header: OK [2021-01-14T19:08:17.246Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T19:08:17.246Z] Statistics: [2021-01-14T19:08:17.246Z] Hnuu...uuuununununu... [2021-01-14T19:08:17.246Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T19:08:17.930Z] provisioning config files... [2021-01-14T19:08:17.954Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5384735449744269425tmp [Pipeline] { [Pipeline] echo [2021-01-14T19:08:18.017Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:08:18.334Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T19:08:18.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T19:08:18.706Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:08:19.025Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T19:08:19.038Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:08:19.354Z] ---> sudo-logs.sh [2021-01-14T19:08:19.354Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T19:08:19.366Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:08:20.098Z] ---> job-cost.sh [2021-01-14T19:08:20.098Z] lf-activate-venv: SKIPPING [2021-01-14T19:08:20.098Z] INFO: No Stack... [2021-01-14T19:08:20.680Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T19:08:21.261Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T19:08:21.277Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T19:08:21.974Z] ---> logs-deploy.sh [2021-01-14T19:08:21.974Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3028/2 [2021-01-14T19:08:21.974Z] INFO: archiving workspace using pattern(s): [2021-01-14T19:08:23.942Z] Archives upload complete. [2021-01-14T19:08:23.942Z] INFO: archiving logs to Nexus