Pull request #2908 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f45820c759195af053ef8c95cf26484da39a40fc+63eb717be648985cabd2e2ea0d3d1f19ada5a008 (f9493ad7ef1d44b5005a299429e9eb90eaf3d7e7) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-16086 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [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/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # 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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T07:23:04.131Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T07:23:04.352Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T07:23:04.496Z] ========================================================= [2020-12-15T07:23:04.496Z] EdgeX Global Pipelines Version Info [2020-12-15T07:23:04.496Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk bdd14c6a04719bacb5d4ac68c7e102f658622b87 # timeout=10 [2020-12-15T07:23:05.878Z] ------------------- [2020-12-15T07:23:05.878Z] stable info: [2020-12-15T07:23:05.878Z] ------------------- [2020-12-15T07:23:05.878Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:23:05.878Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:23:05.878Z] Message: update stable to v1.0.172 [2020-12-15T07:23:06.823Z] ------------------- [2020-12-15T07:23:06.823Z] experimental info: [2020-12-15T07:23:06.823Z] ------------------- [2020-12-15T07:23:06.823Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:23:06.823Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:23:06.823Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:23:07.141Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T07:23:07.286Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T07:23:07.382Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T07:23:07.471Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T07:23:07.558Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T07:23:07.672Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T07:23:07.762Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T07:23:07.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T07:23:07.950Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T07:23:08.043Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T07:23:08.132Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T07:23:08.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T07:23:08.341Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T07:23:08.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T07:23:08.541Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:23:08.640Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:23:08.737Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T07:23:08.839Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T07:23:08.964Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T07:23:09.068Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T07:23:09.164Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T07:23:09.262Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T07:23:09.371Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2908 [Pipeline] echo [2020-12-15T07:23:09.479Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2908 [Pipeline] echo [2020-12-15T07:23:09.570Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2908 [Pipeline] echo [2020-12-15T07:23:09.662Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f45820c759195af053ef8c95cf26484da39a40fc [Pipeline] echo [2020-12-15T07:23:09.747Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f45820c [Pipeline] echo [2020-12-15T07:23:09.877Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:23:10.095Z] provisioning config files... [2020-12-15T07:23:10.121Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config4702240872253629343tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:23:10.572Z] ---> docker-login.sh [2020-12-15T07:23:10.572Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:23:10.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:23:10.835Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:23:10.835Z] Configure a credential helper to remove this warning. See [2020-12-15T07:23:10.835Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:23:10.835Z] [2020-12-15T07:23:10.835Z] Login Succeeded [2020-12-15T07:23:10.835Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:23:11.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:23:11.098Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:23:11.098Z] Configure a credential helper to remove this warning. See [2020-12-15T07:23:11.098Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:23:11.098Z] [2020-12-15T07:23:11.098Z] Login Succeeded [2020-12-15T07:23:11.098Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:23:11.098Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:23:11.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:23:11.360Z] Configure a credential helper to remove this warning. See [2020-12-15T07:23:11.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:23:11.360Z] [2020-12-15T07:23:11.360Z] Login Succeeded [2020-12-15T07:23:11.360Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:23:11.360Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:23:11.360Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:23:11.360Z] Configure a credential helper to remove this warning. See [2020-12-15T07:23:11.360Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:23:11.360Z] [2020-12-15T07:23:11.360Z] Login Succeeded [2020-12-15T07:23:11.360Z] docker.io [2020-12-15T07:23:11.622Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:23:11.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:23:11.885Z] Configure a credential helper to remove this warning. See [2020-12-15T07:23:11.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:23:11.885Z] [2020-12-15T07:23:11.885Z] Login Succeeded [2020-12-15T07:23:11.885Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:23:11.897Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:23:12.363Z] ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:23:12.363Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T07:23:12.363Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:23:12.363Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T07:23:12.363Z] ++ cut -d/ -f2 [2020-12-15T07:23:12.363Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T07:23:12.446Z] 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:23:14.815Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:23:14.815Z] [2020-12-15T07:23:14.815Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:23:15.160Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:23:15.160Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T07:23:15.160Z] 31603596830f: Pulling fs layer [2020-12-15T07:23:15.160Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T07:23:15.160Z] 6ca5941a6612: Pulling fs layer [2020-12-15T07:23:15.160Z] ecc8261a40a4: Pulling fs layer [2020-12-15T07:23:15.160Z] ecc8261a40a4: Waiting [2020-12-15T07:23:15.160Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T07:23:15.160Z] 2a8b12db71e7: Download complete [2020-12-15T07:23:15.160Z] 31603596830f: Verifying Checksum [2020-12-15T07:23:15.160Z] 31603596830f: Download complete [2020-12-15T07:23:15.426Z] ecc8261a40a4: Verifying Checksum [2020-12-15T07:23:15.426Z] ecc8261a40a4: Download complete [2020-12-15T07:23:15.426Z] 6ca5941a6612: Download complete [2020-12-15T07:23:15.691Z] 31603596830f: Pull complete [2020-12-15T07:23:15.953Z] 2a8b12db71e7: Pull complete [2020-12-15T07:23:16.540Z] 6ca5941a6612: Pull complete [2020-12-15T07:23:16.803Z] ecc8261a40a4: Pull complete [2020-12-15T07:23:16.803Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T07:23:16.803Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:23:16.803Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T07:23:16.909Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:23:16.956Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T07:23:19.399Z] $ docker top 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:23:19.668Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:23:19.668Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:23:19.881Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:23:19.887Z] $ docker exec 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent [2020-12-15T07:23:20.045Z] SSH_AUTH_SOCK=/tmp/ssh-71k4l4Il4DdN/agent.13 [2020-12-15T07:23:20.046Z] SSH_AGENT_PID=18 [2020-12-15T07:23:20.057Z] Running ssh-add (command line suppressed) [2020-12-15T07:23:20.181Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_1033537242791807230.key (/w/workspace/edgex-go/17@tmp/private_key_1033537242791807230.key) [2020-12-15T07:23:20.230Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:23:20.573Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T07:23:20.602Z] $ docker exec --env ******** --env ******** 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent -k [2020-12-15T07:23:20.710Z] unset SSH_AUTH_SOCK; [2020-12-15T07:23:20.711Z] unset SSH_AGENT_PID; [2020-12-15T07:23:20.711Z] echo Agent pid 18 killed; [2020-12-15T07:23:20.752Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T07:23:21.039Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:23:21.039Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:23:21.219Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:23:21.225Z] $ docker exec 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent [2020-12-15T07:23:21.386Z] SSH_AUTH_SOCK=/tmp/ssh-3bmxgLgqGF7G/agent.46 [2020-12-15T07:23:21.386Z] SSH_AGENT_PID=52 [2020-12-15T07:23:21.393Z] Running ssh-add (command line suppressed) [2020-12-15T07:23:21.509Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_6279065847453185267.key (/w/workspace/edgex-go/17@tmp/private_key_6279065847453185267.key) [2020-12-15T07:23:21.571Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:23:21.940Z] + git semver init [2020-12-15T07:23:21.940Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:23:21.940Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2020-12-15T07:23:21.940Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2020-12-15T07:23:21.940Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:23:21.940Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:23:21.940Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:23:21.940Z] # $SEMVER_BRANCH = PR-2908 [2020-12-15T07:23:21.940Z] # $SEMVER_TEMP = /tmp/semver-686329101 [2020-12-15T07:23:21.940Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T07:24:00.751Z] # '/tmp/semver-686329101' -> '/w/workspace/edgex-go/17/.semver' [2020-12-15T07:24:00.751Z] # -> Force: false [2020-12-15T07:24:00.751Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2020-12-15T07:24:00.769Z] $ docker exec --env ******** --env ******** 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 ssh-agent -k [2020-12-15T07:24:01.033Z] unset SSH_AUTH_SOCK; [2020-12-15T07:24:01.034Z] unset SSH_AGENT_PID; [2020-12-15T07:24:01.034Z] echo Agent pid 52 killed; [2020-12-15T07:24:01.129Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:24:01.691Z] + git semver [Pipeline] } [2020-12-15T07:24:01.720Z] $ docker stop --time=1 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 [2020-12-15T07:24:03.278Z] $ docker rm -f 032c135c7f47d54c3a2d36cfdce66b6e78f807d99effdad619224e5340252b06 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:24:03.791Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T07:24:04.373Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T07:24:04.376Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T07:24:05.283Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:24:05.605Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:24:05.922Z] + sudo service docker restart [2020-12-15T07:24:05.923Z] + true [2020-12-15T07:24:05.923Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T07:24:06.518Z] ========================================================= [2020-12-15T07:24:06.518Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T07:24:06.518Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:06.869Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-15T07:24:11.094Z] Sending build context to Docker daemon 326.4MB [2020-12-15T07:24:11.094Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T07:24:11.094Z] Step 2/7 : FROM ${BASE} [2020-12-15T07:24:11.094Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T07:24:11.094Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T07:24:11.094Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T07:24:11.094Z] de9db76c5a1d: Pulling fs layer [2020-12-15T07:24:11.094Z] bca2f99d35d6: Pulling fs layer [2020-12-15T07:24:11.094Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T07:24:11.094Z] 7c6f9722023f: Pulling fs layer [2020-12-15T07:24:11.094Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T07:24:11.094Z] bca2f99d35d6: Waiting [2020-12-15T07:24:11.094Z] 93359f2a8cfa: Waiting [2020-12-15T07:24:11.094Z] 7c6f9722023f: Waiting [2020-12-15T07:24:11.094Z] a35cf1a2eb13: Waiting [2020-12-15T07:24:11.094Z] de9db76c5a1d: Verifying Checksum [2020-12-15T07:24:11.094Z] de9db76c5a1d: Download complete [2020-12-15T07:24:11.094Z] 0ef7d3d256c8: Download complete [2020-12-15T07:24:11.094Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T07:24:11.094Z] 93359f2a8cfa: Download complete [2020-12-15T07:24:11.094Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T07:24:11.094Z] 7c6f9722023f: Verifying Checksum [2020-12-15T07:24:11.094Z] 7c6f9722023f: Download complete [2020-12-15T07:24:11.094Z] 188c0c94c7c5: Pull complete [2020-12-15T07:24:11.094Z] 0ef7d3d256c8: Pull complete [2020-12-15T07:24:11.094Z] de9db76c5a1d: Pull complete [2020-12-15T07:24:13.018Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T07:24:13.018Z] a35cf1a2eb13: Download complete [2020-12-15T07:24:13.283Z] bca2f99d35d6: Verifying Checksum [2020-12-15T07:24:13.283Z] bca2f99d35d6: Download complete [2020-12-15T07:24:17.508Z] bca2f99d35d6: Pull complete [2020-12-15T07:24:17.770Z] 93359f2a8cfa: Pull complete [2020-12-15T07:24:17.770Z] 7c6f9722023f: Pull complete [2020-12-15T07:24:19.769Z] Still waiting to schedule task [2020-12-15T07:24:19.769Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-16087’ [2020-12-15T07:24:24.381Z] a35cf1a2eb13: Pull complete [2020-12-15T07:24:24.381Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T07:24:24.381Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T07:24:24.381Z] ---> a62c8e92a672 [2020-12-15T07:24:24.381Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T07:24:24.381Z] ---> Running in 3a48967225d0 [2020-12-15T07:24:24.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:24:25.328Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:24:26.717Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T07:24:26.980Z] (2/12) Installing file (5.38-r0) [2020-12-15T07:24:27.241Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T07:24:27.241Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T07:24:42.171Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T07:24:42.171Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T07:24:42.171Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T07:24:42.171Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T07:24:42.171Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T07:24:42.171Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T07:24:42.171Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T07:24:42.171Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T07:24:42.171Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:24:42.171Z] OK: 233 MiB in 51 packages [2020-12-15T07:24:45.483Z] Removing intermediate container 3a48967225d0 [2020-12-15T07:24:45.483Z] ---> 189629332125 [2020-12-15T07:24:45.483Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T07:24:45.483Z] ---> Running in ec52596ec290 [2020-12-15T07:24:45.756Z] Removing intermediate container ec52596ec290 [2020-12-15T07:24:45.756Z] ---> 0138d578c3dd [2020-12-15T07:24:45.756Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T07:24:46.023Z] latest: Pulling from library/docker [2020-12-15T07:24:46.293Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T07:24:46.293Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T07:24:46.293Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T07:24:46.293Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T07:24:46.293Z] 80e8d568a223: Pulling fs layer [2020-12-15T07:24:46.293Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T07:24:46.293Z] 2312dd95470a: Pulling fs layer [2020-12-15T07:24:46.293Z] 80e8d568a223: Waiting [2020-12-15T07:24:46.293Z] 8dc6ef1a942a: Waiting [2020-12-15T07:24:46.293Z] 2312dd95470a: Waiting [2020-12-15T07:24:46.567Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T07:24:46.567Z] 292df0bc6bf3: Download complete [2020-12-15T07:24:46.567Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T07:24:46.567Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T07:24:46.567Z] 6db28d0fdbf6: Download complete [2020-12-15T07:24:46.567Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T07:24:46.567Z] 8dc6ef1a942a: Download complete [2020-12-15T07:24:46.839Z] 2312dd95470a: Verifying Checksum [2020-12-15T07:24:46.839Z] 2312dd95470a: Download complete [2020-12-15T07:24:46.839Z] 05e7bc50f07f: Pull complete [2020-12-15T07:24:46.839Z] 80e8d568a223: Verifying Checksum [2020-12-15T07:24:46.839Z] 80e8d568a223: Download complete [2020-12-15T07:24:47.101Z] 6db28d0fdbf6: Pull complete [2020-12-15T07:24:47.366Z] 292df0bc6bf3: Pull complete [2020-12-15T07:24:47.633Z] 2e060f4bd70b: Verifying Checksum [2020-12-15T07:24:47.633Z] 2e060f4bd70b: Download complete [2020-12-15T07:24:50.200Z] 2e060f4bd70b: Pull complete [2020-12-15T07:24:50.200Z] 80e8d568a223: Pull complete [2020-12-15T07:24:50.462Z] 8dc6ef1a942a: Pull complete [2020-12-15T07:24:50.462Z] 2312dd95470a: Pull complete [2020-12-15T07:24:50.723Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T07:24:50.723Z] Status: Downloaded newer image for docker:latest [2020-12-15T07:24:52.666Z] ---> 132aa0cd4112 [2020-12-15T07:24:52.666Z] Step 6/7 : COPY go.mod . [2020-12-15T07:24:52.932Z] ---> 81de1a41d163 [2020-12-15T07:24:52.932Z] Step 7/7 : RUN go mod download [2020-12-15T07:24:52.932Z] ---> Running in c8c087c7ebfd [2020-12-15T07:25:14.932Z] Removing intermediate container c8c087c7ebfd [2020-12-15T07:25:14.932Z] ---> ddda9c1e61f6 [2020-12-15T07:25:14.932Z] Successfully built ddda9c1e61f6 [2020-12-15T07:25:14.932Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:25:15.242Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:25:15.242Z] . [Pipeline] withDockerContainer [2020-12-15T07:25:15.348Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:25:15.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat [2020-12-15T07:25:16.168Z] $ docker top 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:25:16.687Z] + go version [2020-12-15T07:25:16.688Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T07:25:16.697Z] $ docker stop --time=1 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e [2020-12-15T07:25:18.063Z] $ docker rm -f 0dab4c89001c01121c5aa360ecd8a110f6e0b3ca04f59a4360efae58604edd3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:25:18.896Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:25:18.897Z] . [Pipeline] withDockerContainer [2020-12-15T07:25:18.997Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:25:19.040Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-x86_64 cat [2020-12-15T07:25:19.675Z] $ docker top 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T07:25:19.861Z] ========================================================= [2020-12-15T07:25:19.861Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T07:25:19.861Z] ========================================================= [Pipeline] sh [2020-12-15T07:25:20.156Z] + make test [2020-12-15T07:25:20.156Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T07:25:28.355Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T07:25:46.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T07:25:49.054Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T07:25:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T07:25:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T07:25:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T07:25:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T07:25:50.025Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T07:25:51.977Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.030s [2020-12-15T07:25:51.977Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T07:25:51.977Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T07:25:52.565Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T07:25:52.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T07:25:52.565Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T07:25:52.565Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T07:25:55.958Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.087s coverage: 46.6% of statements [2020-12-15T07:25:55.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T07:25:55.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T07:25:55.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T07:25:55.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T07:25:55.958Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T07:26:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.142s coverage: 27.1% of statements [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T07:26:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T07:26:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T07:26:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.392s coverage: 71.3% of statements [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T07:26:01.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.109s coverage: 83.7% of statements [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T07:26:01.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T07:26:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.373s coverage: 28.6% of statements [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T07:26:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T07:26:01.886Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.037s coverage: 100.0% of statements [2020-12-15T07:26:01.886Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T07:26:02.851Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.109s coverage: 86.7% of statements [2020-12-15T07:26:02.851Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T07:26:03.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.094s coverage: 97.5% of statements [2020-12-15T07:26:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T07:26:03.441Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2020-12-15T07:26:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T07:26:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T07:26:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T07:26:03.441Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T07:26:04.860Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.323s coverage: 93.8% of statements [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T07:26:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.047s coverage: 58.8% of statements [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T07:26:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.061s coverage: 0.1% of statements [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T07:26:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T07:26:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.064s coverage: 75.5% of statements [2020-12-15T07:26:04.861Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T07:26:04.861Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.041s coverage: 80.8% of statements [2020-12-15T07:26:05.125Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.075s coverage: 87.2% of statements [2020-12-15T07:26:05.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2020-12-15T07:26:05.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.123s coverage: 91.4% of statements [2020-12-15T07:26:05.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T07:26:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.212s coverage: 63.5% of statements [2020-12-15T07:26:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T07:26:06.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T07:26:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-12-15T07:26:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2020-12-15T07:26:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2020-12-15T07:26:06.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.044s coverage: 73.7% of statements [2020-12-15T07:26:06.925Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.062s coverage: 100.0% of statements [2020-12-15T07:26:08.340Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.384s coverage: 55.9% of statements [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T07:26:08.340Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T07:26:16.564Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.290s coverage: 86.3% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.070s coverage: 72.2% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.372s coverage: 72.1% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.043s coverage: 82.4% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.049s coverage: 48.4% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.037s coverage: 28.8% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.052s coverage: 96.8% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 37.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.093s coverage: 47.1% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.024s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.068s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.641s coverage: 29.1% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.067s coverage: 99.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.047s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T07:26:16.565Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-15T07:26:16.565Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements [2020-12-15T07:26:16.828Z] GO111MODULE=on go vet ./... [2020-12-15T07:26:38.935Z] gofmt -l . [2020-12-15T07:26:39.201Z] [ "`gofmt -l .`" = "" ] [2020-12-15T07:26:39.776Z] ./bin/test-go-mod-tidy.sh [2020-12-15T07:26:40.353Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T07:26:42.583Z] + ls -al . [2020-12-15T07:26:42.583Z] total 664 [2020-12-15T07:26:42.583Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 07:26 . [2020-12-15T07:26:42.583Z] drwxr-xr-x 4 root root 30 Dec 15 07:25 .. [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 07:22 .dockerignore [2020-12-15T07:26:42.583Z] drwxrwxr-x 8 1001 1001 179 Dec 15 07:23 .git [2020-12-15T07:26:42.583Z] drwxrwxr-x 3 1001 1001 125 Dec 15 07:22 .github [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 07:22 .gitignore [2020-12-15T07:26:42.583Z] drwx------ 3 1001 1001 47 Dec 15 07:23 .semver [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 07:22 .sonarcloud.properties [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:22 CONTRIBUTING.md [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:22 Dockerfile.build [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 07:22 Jenkinsfile [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:22 LICENSE [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:22 Makefile [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:22 README.md [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:22 SECURITY.md [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 07:24 VERSION [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:22 ZMQWindows.md [2020-12-15T07:26:42.583Z] drwxrwxr-x 2 1001 1001 117 Dec 15 07:22 bin [2020-12-15T07:26:42.583Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 07:22 cmd [2020-12-15T07:26:42.583Z] -rw-r--r-- 1 root root 568194 Dec 15 07:26 coverage.out [2020-12-15T07:26:42.583Z] -rw-r--r-- 1 root root 1041 Dec 15 07:26 go.mod [2020-12-15T07:26:42.583Z] -rw-r--r-- 1 root root 18746 Dec 15 07:26 go.sum [2020-12-15T07:26:42.583Z] drwxrwxr-x 8 1001 1001 127 Dec 15 07:22 internal [2020-12-15T07:26:42.583Z] drwxrwxr-x 4 1001 1001 26 Dec 15 07:22 openapi [2020-12-15T07:26:42.583Z] drwxrwxr-x 4 1001 1001 71 Dec 15 07:22 snap [2020-12-15T07:26:42.583Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 07:22 version.go [Pipeline] sh [2020-12-15T07:26:42.885Z] + '[' -e coverage.out ] [2020-12-15T07:26:42.885Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T07:26:43.070Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T07:26:43.364Z] + make build [2020-12-15T07:26:43.364Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:26:46.683Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:26:54.931Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:26:55.196Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:26:56.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:26:56.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:26:58.254Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:26:59.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:27:00.611Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:27:01.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:27:02.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:27:03.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:27:04.888Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T07:27:05.852Z] $ docker stop --time=1 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 [2020-12-15T07:27:07.506Z] $ docker rm -f 3c3ec442efe2d1b3e572ac165481bdfb99fcc4aee9faf16d10a1ed2716b2fd28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:27:09.597Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:27:09.597Z] [2020-12-15T07:27:09.597Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:27:09.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:27:09.956Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T07:27:09.956Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T07:27:09.956Z] ca9280d653b3: Pulling fs layer [2020-12-15T07:27:09.956Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T07:27:09.956Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-15T07:27:09.956Z] cbdbe7a5bc2a: Download complete [2020-12-15T07:27:10.530Z] cbdbe7a5bc2a: Pull complete [2020-12-15T07:27:10.794Z] ca9280d653b3: Verifying Checksum [2020-12-15T07:27:10.794Z] ca9280d653b3: Download complete [2020-12-15T07:27:11.755Z] 7e9c9ca2126c: Verifying Checksum [2020-12-15T07:27:11.755Z] 7e9c9ca2126c: Download complete [2020-12-15T07:27:11.755Z] ca9280d653b3: Pull complete [2020-12-15T07:27:19.933Z] 7e9c9ca2126c: Pull complete [2020-12-15T07:27:19.933Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T07:27:19.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:27:19.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T07:27:20.066Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:27:20.117Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T07:27:23.102Z] $ docker top 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:27:23.689Z] + docker-compose build --help [2020-12-15T07:27:23.689Z] + grep parallel [2020-12-15T07:27:24.041Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16089 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-15T07:27:24.098Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-12-15T07:27:24.635Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T07:27:24.650Z] $ docker stop --time=1 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec [2020-12-15T07:27:26.032Z] $ docker rm -f 402e10cc2d4f072ad7a0fc2a97fc39e0e600cbdb1415e1608e5ecd1a366b0bec [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:27:26.674Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:27:26.674Z] . [Pipeline] withDockerContainer [2020-12-15T07:27:26.772Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:27:26.821Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T07:27:27.460Z] $ docker top a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:27:27.915Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T07:27:28.861Z] Building docker-core-command-go ... [2020-12-15T07:27:28.861Z] Building docker-core-data-go ... [2020-12-15T07:27:28.861Z] Building docker-core-metadata-go ... [2020-12-15T07:27:28.861Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T07:27:28.861Z] Building docker-security-proxy-setup-go ... [2020-12-15T07:27:28.861Z] Building docker-security-secrets-setup-go ... [2020-12-15T07:27:28.861Z] Building docker-security-secretstore-setup-go ... [2020-12-15T07:27:28.861Z] Building docker-support-notifications-go ... [2020-12-15T07:27:28.861Z] Building docker-support-scheduler-go ... [2020-12-15T07:27:28.861Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T07:27:28.861Z] Building docker-security-secrets-setup-go [2020-12-15T07:27:28.861Z] Building docker-support-notifications-go [2020-12-15T07:27:28.861Z] Building docker-sys-mgmt-agent-go [2020-12-15T07:27:28.861Z] Building docker-core-metadata-go [2020-12-15T07:27:28.861Z] Building docker-support-scheduler-go [2020-12-15T07:27:29.361Z] using credential edgex-jenkins-ssh [2020-12-15T07:27:29.429Z] Cloning the remote Git repository [2020-12-15T07:27:29.496Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:27:29.611Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-12-15T07:27:29.695Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:27:29.696Z] > git --version # timeout=10 [2020-12-15T07:27:29.723Z] > git --version # 'git version 2.17.1' [2020-12-15T07:27:29.724Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:27:29.788Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:27:50.342Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:27:50.358Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:27:50.393Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:27:50.429Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:27:50.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:27:50.440Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T07:27:51.040Z] Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:27:51.597Z] Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:27:51.597Z] Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) [2020-12-15T07:27:51.068Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:27:51.079Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-15T07:27:51.423Z] > git remote # timeout=10 [2020-12-15T07:27:51.458Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T07:27:51.507Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:27:51.524Z] > git merge 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 [2020-12-15T07:27:51.568Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T07:27:51.604Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:27:51.632Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-15T07:27:56.006Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T07:27:57.564Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:27:57.998Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:27:58.407Z] + + sudo servicetrue docker [2020-12-15T07:27:58.407Z] restart [2020-12-15T07:28:01.054Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:01.054Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:01.054Z] ---> ddda9c1e61f6 [2020-12-15T07:28:01.054Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:28:01.054Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:01.054Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:01.054Z] ---> ddda9c1e61f6 [2020-12-15T07:28:01.054Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:28:01.054Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:01.054Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:01.054Z] ---> ddda9c1e61f6 [2020-12-15T07:28:01.054Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T07:28:01.054Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:01.054Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T07:28:01.054Z] ---> ddda9c1e61f6 [2020-12-15T07:28:01.054Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T07:28:01.054Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:01.054Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:01.054Z] ---> ddda9c1e61f6 [2020-12-15T07:28:01.054Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:28:01.054Z] ---> Running in 00568bc660b5 [2020-12-15T07:28:01.054Z] ---> Running in e5b8f646d461 [2020-12-15T07:28:01.054Z] ---> Running in 1477489d9170 [2020-12-15T07:28:01.054Z] ---> Running in 1ca0aac20406 [2020-12-15T07:28:01.054Z] ---> Running in fec2b3c147de [2020-12-15T07:28:01.054Z] Removing intermediate container 00568bc660b5 [2020-12-15T07:28:01.054Z] ---> eb4ffb3c6175 [2020-12-15T07:28:01.054Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:01.054Z] Removing intermediate container e5b8f646d461 [2020-12-15T07:28:01.054Z] ---> c67d036c9c75 [2020-12-15T07:28:01.054Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T07:28:01.054Z] Removing intermediate container fec2b3c147de [2020-12-15T07:28:01.054Z] ---> 2bf61ffcd438 [2020-12-15T07:28:01.054Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:01.054Z] Removing intermediate container 1477489d9170 [2020-12-15T07:28:01.054Z] ---> 6c45029c7ae8 [2020-12-15T07:28:01.054Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:01.054Z] Removing intermediate container 1ca0aac20406 [2020-12-15T07:28:01.054Z] ---> 0b78ecc6364f [2020-12-15T07:28:01.054Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:01.054Z] ---> Running in 449df90713a4 [2020-12-15T07:28:01.054Z] ---> Running in 795d6ce0532d [2020-12-15T07:28:01.054Z] ---> Running in b203e2c5c33c [2020-12-15T07:28:01.054Z] ---> Running in 4680f81f1f97 [2020-12-15T07:28:01.054Z] ---> Running in ca41efbbf360 [2020-12-15T07:28:01.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:28:01.156Z] provisioning config files... [2020-12-15T07:28:01.205Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/17@tmp/config7770762892108552714tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:28:01.628Z] Removing intermediate container b203e2c5c33c [2020-12-15T07:28:01.628Z] ---> d8a28f201f2a [2020-12-15T07:28:01.628Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:28:01.628Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:01.628Z] Removing intermediate container 449df90713a4 [2020-12-15T07:28:01.628Z] ---> aaf5ae2ed02b [2020-12-15T07:28:01.628Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:28:01.628Z] Removing intermediate container 4680f81f1f97 [2020-12-15T07:28:01.628Z] ---> b8ca9f43022f [2020-12-15T07:28:01.628Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T07:28:01.628Z] ---> Running in 3904f4b1ea27 [2020-12-15T07:28:01.734Z] ---> docker-login.sh [2020-12-15T07:28:01.734Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:28:01.891Z] ---> Running in 3842a327bca1 [2020-12-15T07:28:01.891Z] Removing intermediate container ca41efbbf360 [2020-12-15T07:28:01.891Z] ---> 0789a6ca92d2 [2020-12-15T07:28:01.891Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T07:28:01.891Z] ---> Running in b352737cc35a [2020-12-15T07:28:01.891Z] ---> Running in c032cb70d529 [2020-12-15T07:28:02.340Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:28:02.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:02.472Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:02.472Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:02.472Z] OK: 12750 distinct packages available [2020-12-15T07:28:02.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:02.736Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:02.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:02.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:02.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:28:02.935Z] Configure a credential helper to remove this warning. See [2020-12-15T07:28:02.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:28:02.935Z] [2020-12-15T07:28:02.935Z] Login Succeeded [2020-12-15T07:28:02.935Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:28:03.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:28:03.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:03.309Z] Removing intermediate container 795d6ce0532d [2020-12-15T07:28:03.309Z] ---> c4e119b447e4 [2020-12-15T07:28:03.309Z] Step 5/29 : COPY go.mod . [2020-12-15T07:28:03.489Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:28:03.489Z] Configure a credential helper to remove this warning. See [2020-12-15T07:28:03.489Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:28:03.489Z] [2020-12-15T07:28:03.489Z] Login Succeeded [2020-12-15T07:28:03.489Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:28:03.572Z] ---> 0407dd149c0f [2020-12-15T07:28:03.572Z] Step 6/29 : RUN go mod download [2020-12-15T07:28:03.572Z] ---> Running in 29e55a11ad5a [2020-12-15T07:28:03.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:03.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:28:03.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:03.833Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:04.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:28:04.040Z] Configure a credential helper to remove this warning. See [2020-12-15T07:28:04.040Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:28:04.040Z] [2020-12-15T07:28:04.040Z] Login Succeeded [2020-12-15T07:28:04.040Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:28:04.319Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:28:04.405Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:04.405Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:04.405Z] OK: 12750 distinct packages available [2020-12-15T07:28:04.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:28:04.596Z] Configure a credential helper to remove this warning. See [2020-12-15T07:28:04.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:28:04.596Z] [2020-12-15T07:28:04.596Z] Login Succeeded [2020-12-15T07:28:04.596Z] docker.io [2020-12-15T07:28:04.674Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:04.674Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:04.674Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:04.674Z] OK: 12750 distinct packages available [2020-12-15T07:28:04.870Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:28:04.943Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:05.205Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:05.205Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:05.205Z] OK: 12750 distinct packages available [2020-12-15T07:28:05.205Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:05.205Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:05.205Z] OK: 12750 distinct packages available [2020-12-15T07:28:05.471Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:28:05.471Z] Configure a credential helper to remove this warning. See [2020-12-15T07:28:05.471Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:28:05.471Z] [2020-12-15T07:28:05.471Z] Login Succeeded [2020-12-15T07:28:05.471Z] ---> docker-login.sh ends [2020-12-15T07:28:05.473Z] Removing intermediate container 29e55a11ad5a [2020-12-15T07:28:05.473Z] ---> 0470b6009000 [2020-12-15T07:28:05.473Z] Step 7/29 : COPY . . [2020-12-15T07:28:05.473Z] Removing intermediate container 3904f4b1ea27 [2020-12-15T07:28:05.473Z] ---> d71cb9645e3b [2020-12-15T07:28:05.473Z] Step 6/22 : COPY go.mod . [2020-12-15T07:28:05.473Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:05.473Z] OK: 233 MiB in 51 packages [2020-12-15T07:28:05.473Z] Removing intermediate container c032cb70d529 [2020-12-15T07:28:05.473Z] ---> e503420af5c9 [2020-12-15T07:28:05.473Z] Step 6/24 : COPY go.mod . [Pipeline] } [2020-12-15T07:28:05.487Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T07:28:05.919Z] ========================================================= [2020-12-15T07:28:05.919Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T07:28:05.919Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:28:06.314Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-15T07:28:06.894Z] ---> 1d9a761608b8 [2020-12-15T07:28:06.894Z] Step 7/24 : RUN go mod download [2020-12-15T07:28:06.894Z] ---> 4c60a58529fe [2020-12-15T07:28:06.894Z] Step 7/22 : RUN go mod download [2020-12-15T07:28:08.303Z] ---> Running in 3f7124eacc0b [2020-12-15T07:28:08.303Z] ---> Running in 17376e509e80 [2020-12-15T07:28:08.949Z] Sending build context to Docker daemon 165.7MB [2020-12-15T07:28:08.949Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T07:28:08.949Z] Step 2/7 : FROM ${BASE} [2020-12-15T07:28:08.949Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T07:28:08.949Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T07:28:08.949Z] a4357932f1b6: Pulling fs layer [2020-12-15T07:28:08.949Z] 18c013af1878: Pulling fs layer [2020-12-15T07:28:08.949Z] 00ac8860ef70: Pulling fs layer [2020-12-15T07:28:08.949Z] 63d7cb157983: Pulling fs layer [2020-12-15T07:28:08.949Z] b116817d02f9: Pulling fs layer [2020-12-15T07:28:08.949Z] 745a02a5169b: Pulling fs layer [2020-12-15T07:28:08.949Z] 63d7cb157983: Waiting [2020-12-15T07:28:08.949Z] b116817d02f9: Waiting [2020-12-15T07:28:08.949Z] 745a02a5169b: Waiting [2020-12-15T07:28:08.949Z] 00ac8860ef70: Waiting [2020-12-15T07:28:08.949Z] 18c013af1878: Verifying Checksum [2020-12-15T07:28:08.949Z] 18c013af1878: Download complete [2020-12-15T07:28:08.949Z] a4357932f1b6: Download complete [2020-12-15T07:28:08.949Z] 63d7cb157983: Verifying Checksum [2020-12-15T07:28:08.949Z] 63d7cb157983: Download complete [2020-12-15T07:28:08.949Z] b116817d02f9: Verifying Checksum [2020-12-15T07:28:08.949Z] b116817d02f9: Download complete [2020-12-15T07:28:08.949Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T07:28:08.949Z] 5f621e34cdf4: Download complete [2020-12-15T07:28:09.547Z] 5f621e34cdf4: Pull complete [2020-12-15T07:28:10.158Z] a4357932f1b6: Pull complete [2020-12-15T07:28:10.244Z] Removing intermediate container 3842a327bca1 [2020-12-15T07:28:10.244Z] ---> d9f374ba1935 [2020-12-15T07:28:10.244Z] Step 6/21 : COPY go.mod . [2020-12-15T07:28:10.244Z] Removing intermediate container b352737cc35a [2020-12-15T07:28:10.244Z] ---> 1f400e034f2f [2020-12-15T07:28:10.244Z] Step 6/27 : COPY go.mod . [2020-12-15T07:28:10.435Z] 18c013af1878: Pull complete [2020-12-15T07:28:11.216Z] ---> 1fc5f61b43b8 [2020-12-15T07:28:11.216Z] Step 7/21 : RUN go mod download [2020-12-15T07:28:11.216Z] ---> 27e38db690c7 [2020-12-15T07:28:11.216Z] Step 7/27 : RUN go mod download [2020-12-15T07:28:11.419Z] 745a02a5169b: Verifying Checksum [2020-12-15T07:28:11.419Z] 745a02a5169b: Download complete [2020-12-15T07:28:12.168Z] ---> Running in 0e625434c4b5 [2020-12-15T07:28:12.168Z] ---> Running in 8b14a989a447 [2020-12-15T07:28:12.865Z] 00ac8860ef70: Verifying Checksum [2020-12-15T07:28:12.865Z] 00ac8860ef70: Download complete [2020-12-15T07:28:14.811Z] Removing intermediate container 17376e509e80 [2020-12-15T07:28:14.811Z] ---> e959ccc64a11 [2020-12-15T07:28:14.811Z] Step 8/24 : COPY . . [2020-12-15T07:28:14.811Z] Removing intermediate container 3f7124eacc0b [2020-12-15T07:28:14.811Z] ---> 94c9e29812e5 [2020-12-15T07:28:14.811Z] Step 8/22 : COPY . . [2020-12-15T07:28:23.013Z] Removing intermediate container 8b14a989a447 [2020-12-15T07:28:23.013Z] ---> 4b3c24c9997b [2020-12-15T07:28:23.013Z] Step 8/21 : COPY . . [2020-12-15T07:28:23.025Z] 00ac8860ef70: Pull complete [2020-12-15T07:28:23.025Z] 63d7cb157983: Pull complete [2020-12-15T07:28:23.300Z] b116817d02f9: Pull complete [2020-12-15T07:28:27.632Z] 745a02a5169b: Pull complete [2020-12-15T07:28:27.632Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T07:28:27.632Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T07:28:27.632Z] ---> b7e6874047d6 [2020-12-15T07:28:27.632Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T07:28:29.675Z] Removing intermediate container 0e625434c4b5 [2020-12-15T07:28:29.675Z] ---> 85cf414fddbe [2020-12-15T07:28:29.675Z] Step 8/27 : COPY . . [2020-12-15T07:28:30.266Z] ---> Running in c7a6c344c5b2 [2020-12-15T07:28:31.703Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:28:32.247Z] ---> 176e6235e7ca [2020-12-15T07:28:32.247Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T07:28:33.132Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:28:34.556Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T07:28:34.828Z] (2/12) Installing file (5.38-r0) [2020-12-15T07:28:35.100Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T07:28:35.100Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T07:28:42.414Z] ---> Running in 14ffffe9f4b4 [2020-12-15T07:28:43.388Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T07:28:43.388Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T07:28:43.388Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T07:28:43.388Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T07:28:43.388Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T07:28:43.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T07:28:43.389Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T07:28:43.389Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T07:28:43.389Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:28:43.389Z] OK: 217 MiB in 51 packages [2020-12-15T07:28:43.877Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:28:47.822Z] Removing intermediate container c7a6c344c5b2 [2020-12-15T07:28:47.822Z] ---> 8498da2b70d9 [2020-12-15T07:28:47.822Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T07:28:47.822Z] ---> Running in f83683ca3de3 [2020-12-15T07:28:47.822Z] Removing intermediate container f83683ca3de3 [2020-12-15T07:28:47.822Z] ---> 6ed9352c0782 [2020-12-15T07:28:47.822Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T07:28:48.419Z] latest: Pulling from library/docker [2020-12-15T07:28:48.419Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T07:28:48.419Z] 02a3295e0d61: Pulling fs layer [2020-12-15T07:28:48.419Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T07:28:48.419Z] 330b718f631f: Pulling fs layer [2020-12-15T07:28:48.419Z] a93816041522: Pulling fs layer [2020-12-15T07:28:48.419Z] bdb6da89ff94: Pulling fs layer [2020-12-15T07:28:48.419Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T07:28:48.419Z] 330b718f631f: Waiting [2020-12-15T07:28:48.419Z] a93816041522: Waiting [2020-12-15T07:28:48.419Z] bdb6da89ff94: Waiting [2020-12-15T07:28:48.696Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T07:28:48.696Z] 0f4f2e6d8100: Download complete [2020-12-15T07:28:48.696Z] 02a3295e0d61: Verifying Checksum [2020-12-15T07:28:48.696Z] 02a3295e0d61: Download complete [2020-12-15T07:28:48.696Z] a3cc7d3b244e: Download complete [2020-12-15T07:28:48.696Z] bdb6da89ff94: Verifying Checksum [2020-12-15T07:28:48.696Z] bdb6da89ff94: Download complete [2020-12-15T07:28:48.975Z] 2a70c0c122f4: Verifying Checksum [2020-12-15T07:28:48.975Z] 2a70c0c122f4: Download complete [2020-12-15T07:28:49.248Z] a3cc7d3b244e: Pull complete [2020-12-15T07:28:49.847Z] 02a3295e0d61: Pull complete [2020-12-15T07:28:50.120Z] 0f4f2e6d8100: Pull complete [2020-12-15T07:28:50.571Z] ---> efcdef4223cc [2020-12-15T07:28:50.571Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T07:28:50.571Z] ---> 826338957208 [2020-12-15T07:28:50.571Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T07:28:51.098Z] 330b718f631f: Verifying Checksum [2020-12-15T07:28:51.098Z] 330b718f631f: Download complete [2020-12-15T07:28:53.184Z] ---> Running in 518fde092f8d [2020-12-15T07:28:53.184Z] ---> Running in 3631d3dfef0a [2020-12-15T07:28:54.505Z] 330b718f631f: Pull complete [2020-12-15T07:28:54.776Z] a93816041522: Pull complete [2020-12-15T07:28:55.048Z] bdb6da89ff94: Pull complete [2020-12-15T07:28:55.140Z] ---> 5d43f3d8dc6b [2020-12-15T07:28:55.140Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T07:28:55.318Z] 2a70c0c122f4: Pull complete [2020-12-15T07:28:55.318Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T07:28:55.318Z] Status: Downloaded newer image for docker:latest [2020-12-15T07:28:56.094Z] ---> Running in 3d545265994a [2020-12-15T07:28:58.051Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:28:58.051Z] ---> 6a7402692193 [2020-12-15T07:28:58.051Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T07:28:58.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:28:58.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:28:58.324Z] ---> Running in 8c1099dad374 [2020-12-15T07:28:58.709Z] ---> 95a2ca38ea87 [2020-12-15T07:28:58.709Z] Step 6/7 : COPY go.mod . [2020-12-15T07:28:59.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:28:59.305Z] ---> 6a0dcd0ce5e4 [2020-12-15T07:28:59.305Z] Step 7/7 : RUN go mod download [2020-12-15T07:28:59.305Z] ---> Running in f60b4a34ea74 [2020-12-15T07:29:07.523Z] Removing intermediate container 14ffffe9f4b4 [2020-12-15T07:29:07.523Z] ---> ea902fcff7ea [2020-12-15T07:29:07.523Z] [2020-12-15T07:29:07.523Z] Step 9/29 : FROM alpine:latest [2020-12-15T07:29:07.523Z] latest: Pulling from library/alpine [2020-12-15T07:29:07.523Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T07:29:07.523Z] Status: Downloaded newer image for alpine:latest [2020-12-15T07:29:07.523Z] ---> b14afc6dfb98 [2020-12-15T07:29:07.523Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T07:29:07.523Z] ---> Running in 3abed9236d9d [2020-12-15T07:29:07.523Z] Removing intermediate container 3abed9236d9d [2020-12-15T07:29:07.523Z] ---> 182947221a46 [2020-12-15T07:29:07.523Z] Step 11/29 : USER root [2020-12-15T07:29:07.792Z] ---> Running in ce118910e176 [2020-12-15T07:29:08.062Z] Removing intermediate container ce118910e176 [2020-12-15T07:29:08.062Z] ---> 5cc0383e9304 [2020-12-15T07:29:08.062Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T07:29:08.062Z] ---> Running in adda43044fef [2020-12-15T07:29:09.028Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:09.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:09.556Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:29:09.556Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:29:09.556Z] OK: 12747 distinct packages available [2020-12-15T07:29:09.828Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T07:29:10.101Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T07:29:10.101Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:10.101Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:29:10.101Z] OK: 6 MiB in 16 packages [2020-12-15T07:29:12.757Z] Removing intermediate container adda43044fef [2020-12-15T07:29:12.757Z] ---> 7b9c08d82ea5 [2020-12-15T07:29:12.757Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T07:29:12.757Z] ---> Running in 822ee66a90a9 [2020-12-15T07:29:12.757Z] Removing intermediate container 822ee66a90a9 [2020-12-15T07:29:12.757Z] ---> a809e9bd8d42 [2020-12-15T07:29:12.757Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T07:29:13.031Z] ---> Running in e6227b6cd6ac [2020-12-15T07:29:13.300Z] Removing intermediate container e6227b6cd6ac [2020-12-15T07:29:13.300Z] ---> dfbc22dc0796 [2020-12-15T07:29:13.300Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T07:29:13.300Z] ---> Running in 3051b70b6cbb [2020-12-15T07:29:15.892Z] Removing intermediate container 3051b70b6cbb [2020-12-15T07:29:15.892Z] ---> e80a38729967 [2020-12-15T07:29:15.892Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T07:29:16.851Z] ---> 1a0375f63394 [2020-12-15T07:29:16.851Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T07:29:17.134Z] ---> 1f066577b711 [2020-12-15T07:29:17.134Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T07:29:17.410Z] ---> ef838dfddae8 [2020-12-15T07:29:17.410Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T07:29:18.010Z] ---> 7f085a47f8b3 [2020-12-15T07:29:18.010Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T07:29:18.607Z] ---> 732124734678 [2020-12-15T07:29:18.607Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T07:29:18.607Z] ---> Running in fa9c2ac9c72c [2020-12-15T07:29:21.212Z] Removing intermediate container fa9c2ac9c72c [2020-12-15T07:29:21.212Z] ---> 29978fd4ced2 [2020-12-15T07:29:21.212Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:29:21.793Z] ---> a125c7e2fa33 [2020-12-15T07:29:21.793Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:29:22.062Z] ---> Running in c38ad45f5eb3 [2020-12-15T07:29:24.697Z] Removing intermediate container c38ad45f5eb3 [2020-12-15T07:29:24.697Z] ---> ec174b87be1b [2020-12-15T07:29:24.697Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T07:29:24.697Z] ---> Running in 271f40d2a55b [2020-12-15T07:29:26.117Z] Removing intermediate container f60b4a34ea74 [2020-12-15T07:29:26.117Z] ---> 37984d05ab85 [2020-12-15T07:29:26.117Z] Successfully built 37984d05ab85 [2020-12-15T07:29:26.117Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:29:26.467Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T07:29:26.467Z] . [Pipeline] withDockerContainer [2020-12-15T07:29:26.723Z] prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container [2020-12-15T07:29:26.812Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2020-12-15T07:29:28.032Z] Removing intermediate container 271f40d2a55b [2020-12-15T07:29:28.032Z] ---> ced9eacba2e0 [2020-12-15T07:29:28.032Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:29:28.032Z] Removing intermediate container 8c1099dad374 [2020-12-15T07:29:28.032Z] ---> 19598531c47c [2020-12-15T07:29:28.032Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T07:29:28.032Z] ---> Running in 9ff88aec6064 [2020-12-15T07:29:28.032Z] ---> Running in 3a483de59d86 [2020-12-15T07:29:28.393Z] $ docker top a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 -eo pid,comm [2020-12-15T07:29:28.629Z] Removing intermediate container 9ff88aec6064 [2020-12-15T07:29:28.629Z] ---> b5dd14c40056 [2020-12-15T07:29:28.629Z] Step 26/29 : CMD [ "generate" ] [Pipeline] { [Pipeline] sh [2020-12-15T07:29:29.212Z] ---> Running in 87db0d6c7558 [2020-12-15T07:29:29.440Z] + go version [2020-12-15T07:29:29.440Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T07:29:29.463Z] $ docker stop --time=1 a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 [2020-12-15T07:29:30.162Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:29:31.356Z] $ docker rm -f a281dd2296b675f1b41f464de7f3283e75e21b668a3a97523d5973042ffbaa40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:29:32.438Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T07:29:32.438Z] . [Pipeline] withDockerContainer [2020-12-15T07:29:32.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container [2020-12-15T07:29:32.722Z] Removing intermediate container 87db0d6c7558 [2020-12-15T07:29:32.722Z] ---> 6bb29b4d2aa7 [2020-12-15T07:29:32.722Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T07:29:32.722Z] Removing intermediate container 3631d3dfef0a [2020-12-15T07:29:32.722Z] ---> 803fddae5945 [2020-12-15T07:29:32.722Z] [2020-12-15T07:29:32.722Z] Step 10/24 : FROM scratch [2020-12-15T07:29:32.722Z] ---> [2020-12-15T07:29:32.722Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T07:29:32.722Z] ---> Running in bca850f7eeb9 [2020-12-15T07:29:32.787Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@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 ******** ci-base-image-arm64 cat [2020-12-15T07:29:32.987Z] ---> Running in 4f029e57a9d3 [2020-12-15T07:29:32.987Z] Removing intermediate container 3d545265994a [2020-12-15T07:29:32.987Z] ---> 6ada40d10ad3 [2020-12-15T07:29:32.987Z] [2020-12-15T07:29:32.987Z] Step 10/21 : FROM scratch [2020-12-15T07:29:32.987Z] ---> [2020-12-15T07:29:32.987Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:29:33.253Z] ---> Running in d15a119f69f9 [2020-12-15T07:29:33.253Z] Removing intermediate container bca850f7eeb9 [2020-12-15T07:29:33.253Z] ---> f2c313fcb0bf [2020-12-15T07:29:33.253Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T07:29:33.253Z] Removing intermediate container 4f029e57a9d3 [2020-12-15T07:29:33.253Z] ---> de6606689199 [2020-12-15T07:29:33.253Z] Step 28/29 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:29:34.061Z] $ docker top 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 -eo pid,comm [2020-12-15T07:29:34.200Z] ---> Running in f3d24327b5d2 [Pipeline] { [Pipeline] echo [2020-12-15T07:29:34.397Z] ========================================================= [2020-12-15T07:29:34.397Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T07:29:34.397Z] ========================================================= [Pipeline] sh [2020-12-15T07:29:34.466Z] Removing intermediate container d15a119f69f9 [2020-12-15T07:29:34.466Z] ---> 733913a36e79 [2020-12-15T07:29:34.466Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T07:29:35.037Z] + make test [2020-12-15T07:29:35.038Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T07:29:35.853Z] ---> Running in b0c70f90745e [2020-12-15T07:29:35.853Z] Removing intermediate container 3a483de59d86 [2020-12-15T07:29:35.853Z] ---> 941e1c5b467f [2020-12-15T07:29:35.853Z] [2020-12-15T07:29:35.853Z] Step 11/27 : FROM docker:latest [2020-12-15T07:29:35.853Z] ---> aefe523efa57 [2020-12-15T07:29:35.853Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T07:29:36.119Z] ---> Running in 84e96aa41641 [2020-12-15T07:29:36.119Z] Removing intermediate container f3d24327b5d2 [2020-12-15T07:29:36.119Z] ---> 4d63de104c73 [2020-12-15T07:29:36.119Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T07:29:36.119Z] Removing intermediate container 518fde092f8d [2020-12-15T07:29:36.119Z] ---> aacf10eda685 [2020-12-15T07:29:36.119Z] [2020-12-15T07:29:36.119Z] Step 10/22 : FROM scratch [2020-12-15T07:29:36.119Z] ---> [2020-12-15T07:29:36.119Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:29:36.119Z] ---> Using cache [2020-12-15T07:29:36.119Z] ---> 733913a36e79 [2020-12-15T07:29:36.119Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T07:29:36.381Z] ---> Running in 8184d07978e1 [2020-12-15T07:29:36.381Z] ---> Running in 10e8b6597531 [2020-12-15T07:29:36.381Z] ---> Running in f4f106eb318c [2020-12-15T07:29:36.381Z] Removing intermediate container b0c70f90745e [2020-12-15T07:29:36.381Z] ---> 7887c16ba72a [2020-12-15T07:29:36.381Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T07:29:36.381Z] Removing intermediate container 84e96aa41641 [2020-12-15T07:29:36.381Z] ---> a18ff9ec6ecd [2020-12-15T07:29:36.381Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T07:29:36.647Z] ---> Running in 3c9e9a26079e [2020-12-15T07:29:36.647Z] ---> Running in 1dd61f7fff20 [2020-12-15T07:29:36.647Z] Removing intermediate container 10e8b6597531 [2020-12-15T07:29:36.647Z] ---> bfc7b1394176 [2020-12-15T07:29:36.647Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T07:29:36.914Z] Removing intermediate container f4f106eb318c [2020-12-15T07:29:36.914Z] ---> d56462d72573 [2020-12-15T07:29:36.914Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:29:36.914Z] ---> Running in 8f7b879a8925 [2020-12-15T07:29:37.177Z] Removing intermediate container 3c9e9a26079e [2020-12-15T07:29:37.177Z] ---> abb36c7a8809 [2020-12-15T07:29:37.177Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T07:29:37.177Z] Removing intermediate container 1dd61f7fff20 [2020-12-15T07:29:37.177Z] ---> acbb40288ff4 [2020-12-15T07:29:37.177Z] [2020-12-15T07:29:37.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:37.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:37.177Z] ---> 54b6dfc505b0 [2020-12-15T07:29:37.177Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T07:29:37.177Z] Removing intermediate container 8f7b879a8925 [2020-12-15T07:29:37.177Z] ---> 77d8b26b386f [2020-12-15T07:29:37.177Z] Step 14/22 : WORKDIR / [2020-12-15T07:29:37.439Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T07:29:37.439Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T07:29:37.439Z] Executing bash-5.0.17-r0.post-install [2020-12-15T07:29:37.439Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:37.440Z] OK: 12 MiB in 22 packages [2020-12-15T07:29:37.440Z] Successfully built acbb40288ff4 [2020-12-15T07:29:37.704Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T07:29:37.704Z]  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go [2020-12-15T07:29:38.279Z] ---> Running in d5c609192598 [2020-12-15T07:29:38.543Z] ---> e224eca7eaaf [2020-12-15T07:29:38.543Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T07:29:38.829Z] ---> a6276879e61e [2020-12-15T07:29:38.829Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T07:29:38.829Z] Removing intermediate container d5c609192598 [2020-12-15T07:29:38.829Z] ---> 101d5399fe72 [2020-12-15T07:29:38.829Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T07:29:39.099Z] Removing intermediate container 8184d07978e1 [2020-12-15T07:29:39.099Z] ---> 2e267b4c4f83 [2020-12-15T07:29:39.099Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T07:29:39.360Z] ---> cda07aca8a96 [2020-12-15T07:29:39.360Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T07:29:39.360Z] ---> Running in 764a06eb2068 [2020-12-15T07:29:42.681Z] ---> 625d4fb1aa88 [2020-12-15T07:29:42.681Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:42.681Z] ---> 8784cdafd929 [2020-12-15T07:29:42.681Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T07:29:43.277Z] ---> 012d1cbcbc4e [2020-12-15T07:29:43.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:44.706Z] ---> 96da4aa82f0e [2020-12-15T07:29:44.706Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T07:29:44.706Z] ---> c821727aad9d [2020-12-15T07:29:44.706Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T07:29:46.640Z] ---> 50e4e3ef36ca [2020-12-15T07:29:46.640Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T07:29:47.590Z] ---> Running in 5b74dc6bb500 [2020-12-15T07:29:49.063Z] ---> Running in 925276bc1aec [2020-12-15T07:29:49.329Z] ---> 18cb89f9b26e [2020-12-15T07:29:49.329Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:49.905Z] Removing intermediate container 5b74dc6bb500 [2020-12-15T07:29:49.905Z] ---> 3a1b8bc5abbc [2020-12-15T07:29:49.905Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:50.174Z] Removing intermediate container 764a06eb2068 [2020-12-15T07:29:50.174Z] ---> 42dcdf11414a [2020-12-15T07:29:50.174Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T07:29:50.747Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:29:50.747Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:29:51.017Z] ---> ddda9c1e61f6 [2020-12-15T07:29:51.017Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:29:51.017Z] ---> Using cache [2020-12-15T07:29:51.017Z] ---> 0b78ecc6364f [2020-12-15T07:29:51.017Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:29:51.017Z] ---> Using cache [2020-12-15T07:29:51.017Z] ---> 0789a6ca92d2 [2020-12-15T07:29:51.017Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:29:51.017Z] ---> Running in 6e21da3d0623 [2020-12-15T07:29:51.017Z] ---> 3fec1292e50f [2020-12-15T07:29:51.017Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T07:29:51.280Z] Removing intermediate container 925276bc1aec [2020-12-15T07:29:51.280Z] ---> 940a8de62117 [2020-12-15T07:29:51.280Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:51.280Z] ---> Running in e4f2a53ce41f [2020-12-15T07:29:51.280Z] ---> Running in d25a02075e67 [2020-12-15T07:29:51.280Z] ---> Running in 1c7f86e78d7c [2020-12-15T07:29:51.280Z] ---> Running in 7435a09d9231 [2020-12-15T07:29:51.542Z] Removing intermediate container 6e21da3d0623 [2020-12-15T07:29:51.542Z] ---> f8b49bbcef29 [2020-12-15T07:29:51.542Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:29:51.805Z] ---> Running in 0187fc96fa2a [2020-12-15T07:29:51.805Z] Removing intermediate container 1c7f86e78d7c [2020-12-15T07:29:51.805Z] ---> cd0c9b6688ae [2020-12-15T07:29:51.805Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:51.805Z] Removing intermediate container e4f2a53ce41f [2020-12-15T07:29:51.805Z] ---> 21742983f7fe [2020-12-15T07:29:51.805Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T07:29:51.805Z] Removing intermediate container 7435a09d9231 [2020-12-15T07:29:51.805Z] ---> 4487850e3de0 [2020-12-15T07:29:51.805Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:29:52.072Z] ---> Running in ee4fa9fb708f [2020-12-15T07:29:52.072Z] ---> Running in f7f706cb044a [2020-12-15T07:29:52.072Z] ---> Running in 8e0be39fa7e9 [2020-12-15T07:29:52.072Z] Removing intermediate container 0187fc96fa2a [2020-12-15T07:29:52.072Z] ---> c4381d6d22ed [2020-12-15T07:29:52.072Z] Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:29:52.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:52.334Z] ---> Running in a7290a4c252c [2020-12-15T07:29:52.334Z] Removing intermediate container f7f706cb044a [2020-12-15T07:29:52.334Z] ---> e8fdc3584682 [2020-12-15T07:29:52.334Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:29:52.334Z] Removing intermediate container ee4fa9fb708f [2020-12-15T07:29:52.334Z] ---> bd1176064b5a [2020-12-15T07:29:52.334Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T07:29:52.334Z] Removing intermediate container 8e0be39fa7e9 [2020-12-15T07:29:52.334Z] ---> 57080e60f5e1 [2020-12-15T07:29:52.334Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:29:52.596Z] ---> Running in b2dd3c8c09ff [2020-12-15T07:29:52.596Z] ---> Running in 3bc322cfdb27 [2020-12-15T07:29:52.596Z] ---> Running in ca62075bb6b8 [2020-12-15T07:29:52.596Z] Removing intermediate container a7290a4c252c [2020-12-15T07:29:52.596Z] ---> f1f6eb3930d8 [2020-12-15T07:29:52.596Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:29:52.858Z] ---> Running in 9a6a402d9947 [2020-12-15T07:29:52.858Z] Removing intermediate container 3bc322cfdb27 [2020-12-15T07:29:52.858Z] ---> 158d25016427 [2020-12-15T07:29:52.858Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T07:29:52.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:52.858Z] Removing intermediate container ca62075bb6b8 [2020-12-15T07:29:52.858Z] ---> 72b65d7f4364 [2020-12-15T07:29:52.858Z] Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:29:52.858Z] Removing intermediate container b2dd3c8c09ff [2020-12-15T07:29:52.858Z] ---> 7f2ffcba3047 [2020-12-15T07:29:52.858Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:29:53.121Z] Removing intermediate container 9a6a402d9947 [2020-12-15T07:29:53.121Z] ---> 486c7e40287f [2020-12-15T07:29:53.121Z] [2020-12-15T07:29:53.121Z] ---> Running in 8d707da85941 [2020-12-15T07:29:53.121Z] ---> Running in 0b41ea75d435 [2020-12-15T07:29:53.401Z] Successfully built 486c7e40287f [2020-12-15T07:29:53.402Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T07:29:53.402Z]  Building docker-support-scheduler-go ... done  ---> 126eb35038b9 [2020-12-15T07:29:53.402Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:53.402Z] Building docker-security-secretstore-setup-go [2020-12-15T07:29:53.402Z] Removing intermediate container 8d707da85941 [2020-12-15T07:29:53.402Z] ---> a30fd4cbfba2 [2020-12-15T07:29:53.402Z] [2020-12-15T07:29:53.402Z] Removing intermediate container 0b41ea75d435 [2020-12-15T07:29:53.402Z] ---> bba026a4faaa [2020-12-15T07:29:53.402Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:29:53.708Z] ---> Running in 81ecbe9e798a [2020-12-15T07:29:53.708Z] Successfully built a30fd4cbfba2 [2020-12-15T07:29:53.708Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T07:29:53.708Z] Building docker-core-data-go [2020-12-15T07:29:54.095Z]  Building docker-core-metadata-go ... done  ---> e20f2d108def [2020-12-15T07:29:54.095Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T07:29:54.095Z] Removing intermediate container 81ecbe9e798a [2020-12-15T07:29:54.095Z] ---> ed479b9d862d [2020-12-15T07:29:54.095Z] [2020-12-15T07:29:54.095Z] Successfully built ed479b9d862d [2020-12-15T07:29:54.095Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T07:29:54.095Z] Building docker-core-command-go [2020-12-15T07:29:54.403Z]  Building docker-support-notifications-go ... done v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:29:54.403Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:29:54.403Z] OK: 12750 distinct packages available [2020-12-15T07:29:54.403Z] ---> 8825dcdb0c4a [2020-12-15T07:29:54.403Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T07:29:54.795Z] OK: 233 MiB in 51 packages [2020-12-15T07:29:54.795Z] ---> Running in 2da04cb7c539 [2020-12-15T07:29:57.230Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T07:29:59.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:59.117Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:59.383Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T07:29:59.383Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T07:29:59.383Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T07:29:59.383Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T07:29:59.383Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T07:29:59.383Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T07:29:59.383Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T07:30:04.725Z] Removing intermediate container d25a02075e67 [2020-12-15T07:30:04.725Z] ---> 6b9c4586207c [2020-12-15T07:30:04.725Z] Step 6/21 : COPY go.mod . [2020-12-15T07:30:04.725Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T07:30:04.725Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T07:30:04.725Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T07:30:04.725Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T07:30:04.993Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T07:30:04.993Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T07:30:04.993Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T07:30:05.261Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T07:30:06.215Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T07:30:06.215Z] ---> bb1de9113122 [2020-12-15T07:30:06.215Z] Step 7/21 : RUN go mod download [2020-12-15T07:30:06.215Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T07:30:07.631Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T07:30:07.896Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T07:30:08.480Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T07:30:09.439Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T07:30:10.865Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T07:30:11.439Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T07:30:13.419Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T07:30:13.687Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T07:30:13.954Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T07:30:14.219Z] ---> Running in 4b87333ef7e8 [2020-12-15T07:30:14.219Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T07:30:14.219Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T07:30:14.219Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T07:30:14.219Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T07:30:14.809Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T07:30:15.095Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T07:30:15.095Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T07:30:15.390Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:30:16.347Z] OK: 71 MiB in 55 packages [2020-12-15T07:30:20.598Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:20.598Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:20.598Z] ---> ddda9c1e61f6 [2020-12-15T07:30:20.598Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T07:30:20.598Z] ---> Using cache [2020-12-15T07:30:20.598Z] ---> 0b78ecc6364f [2020-12-15T07:30:20.598Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:20.598Z] ---> Using cache [2020-12-15T07:30:20.598Z] ---> 0789a6ca92d2 [2020-12-15T07:30:20.598Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T07:30:20.860Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:20.860Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:20.860Z] ---> ddda9c1e61f6 [2020-12-15T07:30:20.860Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> 0b78ecc6364f [2020-12-15T07:30:20.860Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> 0789a6ca92d2 [2020-12-15T07:30:20.860Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> 6b9c4586207c [2020-12-15T07:30:20.860Z] Step 6/22 : COPY go.mod . [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> bb1de9113122 [2020-12-15T07:30:20.860Z] Step 7/22 : RUN go mod download [2020-12-15T07:30:20.860Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:20.860Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:30:20.860Z] ---> ddda9c1e61f6 [2020-12-15T07:30:20.860Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> 0b78ecc6364f [2020-12-15T07:30:20.860Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:30:20.860Z] ---> Using cache [2020-12-15T07:30:20.860Z] ---> 0789a6ca92d2 [2020-12-15T07:30:21.122Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T07:30:21.122Z] ---> Using cache [2020-12-15T07:30:21.122Z] ---> 6b9c4586207c [2020-12-15T07:30:21.122Z] Step 6/24 : COPY go.mod . [2020-12-15T07:30:21.122Z] ---> Using cache [2020-12-15T07:30:21.122Z] ---> bb1de9113122 [2020-12-15T07:30:21.122Z] Step 7/24 : RUN go mod download [2020-12-15T07:30:23.052Z] ---> Running in 5c4f81389d4b [2020-12-15T07:30:23.052Z] ---> Running in bad3e69a3096 [2020-12-15T07:30:23.313Z] ---> Running in 5506a917d75e [2020-12-15T07:30:24.274Z] Removing intermediate container 4b87333ef7e8 [2020-12-15T07:30:24.274Z] ---> 37aee24d67fe [2020-12-15T07:30:24.274Z] Step 8/21 : COPY . . [2020-12-15T07:30:24.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:27.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:29.847Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:30:29.847Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:30:29.847Z] OK: 12750 distinct packages available [2020-12-15T07:30:29.847Z] OK: 233 MiB in 51 packages [2020-12-15T07:30:31.776Z] Removing intermediate container 5c4f81389d4b [2020-12-15T07:30:31.776Z] ---> dc950d343994 [2020-12-15T07:30:31.776Z] Step 8/22 : COPY . . [2020-12-15T07:30:36.032Z] Removing intermediate container 5506a917d75e [2020-12-15T07:30:36.032Z] ---> 23ead56e50e7 [2020-12-15T07:30:36.032Z] Step 8/24 : COPY . . [2020-12-15T07:30:36.313Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T07:30:44.537Z] Removing intermediate container bad3e69a3096 [2020-12-15T07:30:44.537Z] ---> ab4e98a5db9b [2020-12-15T07:30:44.537Z] Step 6/23 : COPY go.mod . [2020-12-15T07:30:46.484Z] Removing intermediate container 2da04cb7c539 [2020-12-15T07:30:46.484Z] ---> b090990d44e5 [2020-12-15T07:30:46.484Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T07:30:53.092Z] ---> Running in 2758e645d1c8 [2020-12-15T07:30:53.691Z] ---> 748ef40b7e75 [2020-12-15T07:30:53.691Z] Step 7/23 : RUN go mod download [2020-12-15T07:30:54.665Z] ---> Running in 0ef58a5fe818 [2020-12-15T07:30:54.940Z] ---> fcbf6031bf49 [2020-12-15T07:30:54.940Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T07:30:55.920Z] ---> Running in 5d29877ea854 [2020-12-15T07:30:56.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:30:58.582Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T07:30:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T07:30:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T07:30:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T07:30:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T07:30:58.583Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T07:31:01.183Z] Collecting docker-compose==1.23.2 [2020-12-15T07:31:01.183Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T07:31:01.235Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.055s [2020-12-15T07:31:01.235Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T07:31:01.235Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T07:31:01.804Z] Removing intermediate container 0ef58a5fe818 [2020-12-15T07:31:01.804Z] ---> 966600de63cd [2020-12-15T07:31:01.804Z] Step 8/23 : COPY . . [2020-12-15T07:31:02.675Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T07:31:02.675Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T07:31:02.675Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T07:31:02.675Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T07:31:02.793Z] ---> c8496c3827c6 [2020-12-15T07:31:02.793Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T07:31:02.793Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T07:31:02.793Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T07:31:03.065Z] ---> 53a513cc8263 [2020-12-15T07:31:03.065Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T07:31:03.342Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T07:31:03.342Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T07:31:03.342Z] ---> Running in 4699483c703c [2020-12-15T07:31:03.673Z] ---> Running in 2ba4a4c2da99 [2020-12-15T07:31:03.673Z] Collecting PyYAML<4,>=3.10 [2020-12-15T07:31:03.673Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T07:31:06.478Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:31:07.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:31:09.007Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T07:31:09.007Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T07:31:10.005Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T07:31:10.367Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T07:31:10.984Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.296s coverage: 46.6% of statements [2020-12-15T07:31:10.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T07:31:10.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T07:31:10.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T07:31:10.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T07:31:10.984Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T07:31:12.965Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T07:31:12.966Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T07:31:12.966Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T07:31:12.966Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T07:31:13.230Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T07:31:13.230Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T07:31:14.662Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T07:31:14.662Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T07:31:15.635Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T07:31:15.635Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T07:31:15.635Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T07:31:15.635Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T07:31:16.242Z] Collecting idna<2.8,>=2.5 [2020-12-15T07:31:16.242Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T07:31:16.242Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T07:31:16.511Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T07:31:16.512Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T07:31:16.512Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T07:31:16.512Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T07:31:16.512Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T07:31:16.512Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T07:31:16.774Z] Installing collected packages: urllib3, idna, requests, cached-property, PyYAML, docopt, dockerpty, jsonschema, websocket-client, docker-pycreds, docker, texttable, docker-compose [2020-12-15T07:31:16.774Z] Attempting uninstall: urllib3 [2020-12-15T07:31:16.774Z] Found existing installation: urllib3 1.25.9 [2020-12-15T07:31:16.774Z] Uninstalling urllib3-1.25.9: [2020-12-15T07:31:17.042Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T07:31:17.631Z] Attempting uninstall: idna [2020-12-15T07:31:17.631Z] Found existing installation: idna 2.9 [2020-12-15T07:31:17.631Z] Uninstalling idna-2.9: [2020-12-15T07:31:17.631Z] Successfully uninstalled idna-2.9 [2020-12-15T07:31:19.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.518s coverage: 27.1% of statements [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T07:31:19.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T07:31:19.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T07:31:19.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.580s coverage: 71.3% of statements [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T07:31:19.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.708s coverage: 83.7% of statements [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T07:31:19.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T07:31:19.593Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T07:31:19.593Z] Attempting uninstall: requests [2020-12-15T07:31:19.593Z] Found existing installation: requests 2.23.0 [2020-12-15T07:31:19.593Z] Uninstalling requests-2.23.0: [2020-12-15T07:31:19.861Z] Successfully uninstalled requests-2.23.0 [2020-12-15T07:31:20.827Z] Running setup.py install for PyYAML: started [2020-12-15T07:31:22.258Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T07:31:22.258Z] Running setup.py install for docopt: started [2020-12-15T07:31:22.843Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T07:31:22.844Z] Running setup.py install for dockerpty: started [2020-12-15T07:31:23.117Z] ---> 347a50f3fb54 [2020-12-15T07:31:23.117Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T07:31:23.389Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T07:31:23.657Z] ---> Running in fe9a9aaaa054 [2020-12-15T07:31:24.250Z] Running setup.py install for texttable: started [2020-12-15T07:31:24.847Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:31:25.122Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T07:31:25.388Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T07:31:26.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.205s coverage: 28.6% of statements [2020-12-15T07:31:26.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T07:31:26.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T07:31:26.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T07:31:26.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T07:31:26.046Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T07:31:26.046Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements [2020-12-15T07:31:26.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T07:31:26.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.098s coverage: 100.0% of statements [2020-12-15T07:31:26.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T07:31:26.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.348s coverage: 86.7% of statements [2020-12-15T07:31:26.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T07:31:26.799Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:31:27.499Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.333s coverage: 97.5% of statements [2020-12-15T07:31:27.499Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T07:31:27.784Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements [2020-12-15T07:31:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T07:31:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T07:31:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T07:31:27.784Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T07:31:29.402Z] Removing intermediate container 5d29877ea854 [2020-12-15T07:31:29.402Z] ---> 1e7f6db4c590 [2020-12-15T07:31:29.402Z] [2020-12-15T07:31:29.402Z] Step 10/21 : FROM alpine [2020-12-15T07:31:29.664Z] ---> b14afc6dfb98 [2020-12-15T07:31:29.664Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T07:31:31.596Z] Removing intermediate container 2758e645d1c8 [2020-12-15T07:31:31.596Z] ---> 36c7f4ad21f8 [2020-12-15T07:31:31.596Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T07:31:31.596Z] ---> Running in eadc1c3105f0 [2020-12-15T07:31:31.596Z] ---> Running in ed6e0ae6ad0a [2020-12-15T07:31:34.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:34.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:34.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:34.196Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:34.196Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:31:34.196Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:31:34.196Z] OK: 12747 distinct packages available [2020-12-15T07:31:34.196Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:31:34.196Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T07:31:34.196Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T07:31:34.196Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:31:34.463Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T07:31:34.463Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:31:34.463Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T07:31:34.463Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.005s coverage: 93.8% of statements [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.189s coverage: 0.1% of statements [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.139s coverage: 75.5% of statements [2020-12-15T07:31:34.514Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2020-12-15T07:31:34.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.121s coverage: 87.2% of statements [2020-12-15T07:31:34.726Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:31:34.726Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:31:34.726Z] OK: 7 MiB in 18 packages [2020-12-15T07:31:35.304Z] OK: 72 MiB in 58 packages [2020-12-15T07:31:35.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.163s coverage: 84.2% of statements [2020-12-15T07:31:36.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.235s coverage: 91.4% of statements [2020-12-15T07:31:36.492Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T07:31:37.232Z] Removing intermediate container 4699483c703c [2020-12-15T07:31:37.232Z] ---> c5b65b7df830 [2020-12-15T07:31:37.232Z] [2020-12-15T07:31:37.232Z] Step 10/22 : FROM scratch [2020-12-15T07:31:37.232Z] ---> [2020-12-15T07:31:37.232Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:31:38.206Z] ---> Using cache [2020-12-15T07:31:38.206Z] ---> 733913a36e79 [2020-12-15T07:31:38.206Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T07:31:38.791Z] Removing intermediate container ed6e0ae6ad0a [2020-12-15T07:31:38.791Z] ---> 9ea1caacdbe3 [2020-12-15T07:31:38.791Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T07:31:38.791Z] Removing intermediate container 2ba4a4c2da99 [2020-12-15T07:31:38.791Z] ---> e3913c1afef1 [2020-12-15T07:31:38.791Z] [2020-12-15T07:31:38.791Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T07:31:39.060Z] ---> Running in 410c00e17d22 [2020-12-15T07:31:39.060Z] 3.10: Pulling from library/alpine [2020-12-15T07:31:39.060Z] Removing intermediate container eadc1c3105f0 [2020-12-15T07:31:39.060Z] ---> 69d3c72ced66 [2020-12-15T07:31:39.060Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:31:39.060Z] ---> Running in b4dc99a0c2a1 [2020-12-15T07:31:39.332Z] ---> Running in 3b899ff93058 [2020-12-15T07:31:39.332Z] Removing intermediate container 410c00e17d22 [2020-12-15T07:31:39.332Z] ---> 9f677ce7303a [2020-12-15T07:31:39.332Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:31:39.906Z] ---> Running in 5cefbc3483ce [2020-12-15T07:31:39.906Z] Removing intermediate container b4dc99a0c2a1 [2020-12-15T07:31:39.906Z] ---> 839a078414aa [2020-12-15T07:31:39.906Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:31:39.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.678s coverage: 63.5% of statements [2020-12-15T07:31:39.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T07:31:39.909Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T07:31:39.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements [2020-12-15T07:31:39.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.096s coverage: 91.3% of statements [2020-12-15T07:31:39.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.072s coverage: 100.0% of statements [2020-12-15T07:31:39.909Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2020-12-15T07:31:40.173Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T07:31:40.173Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T07:31:40.173Z] ---> be4e4bea2c2e [2020-12-15T07:31:40.173Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:31:40.173Z] ---> Running in 339d66901db5 [2020-12-15T07:31:40.173Z] Removing intermediate container 3b899ff93058 [2020-12-15T07:31:40.173Z] ---> 81e2499bc55f [2020-12-15T07:31:40.173Z] Step 13/21 : WORKDIR /edgex [2020-12-15T07:31:40.448Z] Removing intermediate container 5cefbc3483ce [2020-12-15T07:31:40.448Z] ---> 3760058a6605 [2020-12-15T07:31:40.448Z] Step 14/22 : WORKDIR / [2020-12-15T07:31:40.724Z] ---> Running in 33c9fa3a743a [2020-12-15T07:31:40.724Z] ---> Running in 9eea875688e1 [2020-12-15T07:31:40.724Z] ---> Running in 1b4e9e1518ff [2020-12-15T07:31:40.999Z] Removing intermediate container 339d66901db5 [2020-12-15T07:31:40.999Z] ---> 13c1bb364372 [2020-12-15T07:31:40.999Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T07:31:41.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.058s coverage: 100.0% of statements [2020-12-15T07:31:43.590Z] ---> Running in b5ae2d0e4d62 [2020-12-15T07:31:43.590Z] Removing intermediate container 33c9fa3a743a [2020-12-15T07:31:43.590Z] ---> 207a9e87a131 [2020-12-15T07:31:43.590Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T07:31:43.590Z] Removing intermediate container 1b4e9e1518ff [2020-12-15T07:31:43.590Z] ---> f4c79c9ea19b [2020-12-15T07:31:43.590Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T07:31:43.590Z] Removing intermediate container b5ae2d0e4d62 [2020-12-15T07:31:43.590Z] ---> fa6b1e741374 [2020-12-15T07:31:43.590Z] Step 26/27 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:31:43.590Z] ---> Running in b29f093873e0 [2020-12-15T07:31:43.590Z] ---> d9f1bec4844f [2020-12-15T07:31:43.590Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T07:31:43.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:43.866Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:31:43.866Z] Removing intermediate container b29f093873e0 [2020-12-15T07:31:43.866Z] ---> 3f5f102759b1 [2020-12-15T07:31:43.866Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T07:31:44.146Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:31:44.146Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:31:44.146Z] OK: 10348 distinct packages available [2020-12-15T07:31:44.146Z] ---> c7301bc394b7 [2020-12-15T07:31:44.146Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T07:31:44.146Z] ---> Running in b886fb812c72 [2020-12-15T07:31:44.146Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:31:44.146Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:31:44.414Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:31:44.414Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:31:44.414Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:31:44.414Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:31:44.414Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:31:44.414Z] OK: 7 MiB in 19 packages [2020-12-15T07:31:44.691Z] ---> 58d9e5d659fd [2020-12-15T07:31:44.691Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T07:31:44.691Z] Removing intermediate container b886fb812c72 [2020-12-15T07:31:44.691Z] ---> 365eb14d1ac3 [2020-12-15T07:31:44.691Z] [2020-12-15T07:31:44.964Z] ---> 7207b8f852c9 [2020-12-15T07:31:44.964Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T07:31:44.964Z] Successfully built 365eb14d1ac3 [2020-12-15T07:31:44.964Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T07:31:44.964Z] Building docker-security-bootstrap-redis-go [2020-12-15T07:31:45.545Z]  Building docker-sys-mgmt-agent-go ... done  ---> 3755ff35fc02 [2020-12-15T07:31:45.545Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T07:31:45.545Z] ---> Running in 977219df48dc [2020-12-15T07:31:45.545Z] ---> 206262692853 [2020-12-15T07:31:45.545Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T07:31:45.545Z] Removing intermediate container 9eea875688e1 [2020-12-15T07:31:45.545Z] ---> ba8960fcdf10 [2020-12-15T07:31:45.545Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:31:45.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.838s coverage: 55.9% of statements [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T07:31:45.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T07:31:45.807Z] ---> Running in 24fd6c240bcf [2020-12-15T07:31:45.807Z] ---> Running in 10c168eb3094 [2020-12-15T07:31:49.122Z] Removing intermediate container 977219df48dc [2020-12-15T07:31:49.122Z] ---> 038f481e6b4f [2020-12-15T07:31:49.122Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:31:51.043Z] ---> Running in 58b6f706454e [2020-12-15T07:31:51.043Z] Removing intermediate container 10c168eb3094 [2020-12-15T07:31:51.043Z] ---> e1947e698d3e [2020-12-15T07:31:51.043Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T07:31:51.319Z] Removing intermediate container 24fd6c240bcf [2020-12-15T07:31:51.319Z] ---> e907faf7b4c2 [2020-12-15T07:31:51.319Z] Step 13/24 : WORKDIR / [2020-12-15T07:31:52.264Z] ---> Running in 7f7d7e8d5591 [2020-12-15T07:31:52.525Z] ---> Running in 175f8fb251d3 [2020-12-15T07:31:52.525Z] Removing intermediate container 58b6f706454e [2020-12-15T07:31:52.525Z] ---> b0c06a47427d [2020-12-15T07:31:52.525Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:31:52.801Z] ---> Running in c5d1eaa18c20 [2020-12-15T07:31:52.801Z] Removing intermediate container 7f7d7e8d5591 [2020-12-15T07:31:52.801Z] ---> 6f1c69108b91 [2020-12-15T07:31:52.801Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:31:53.073Z] ---> Running in 50c2195bf1c3 [2020-12-15T07:31:53.073Z] Removing intermediate container 175f8fb251d3 [2020-12-15T07:31:53.073Z] ---> 4aa2e2187010 [2020-12-15T07:31:53.073Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T07:31:53.336Z] Removing intermediate container c5d1eaa18c20 [2020-12-15T07:31:53.336Z] ---> 2e35f368654a [2020-12-15T07:31:53.336Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:31:53.605Z] ---> Running in 6328976f26c3 [2020-12-15T07:31:53.605Z] Removing intermediate container 50c2195bf1c3 [2020-12-15T07:31:53.605Z] ---> 1a79fb42a0b3 [2020-12-15T07:31:53.605Z] Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:31:53.864Z] ---> ed2bdd1d0b74 [2020-12-15T07:31:53.864Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T07:31:56.416Z] ---> Running in 8a05314eba3a [2020-12-15T07:31:57.813Z] Removing intermediate container 6328976f26c3 [2020-12-15T07:31:57.813Z] ---> 10d297f10b0e [2020-12-15T07:31:57.813Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:32:01.280Z] ---> 3ae0aa861ebc [2020-12-15T07:32:01.280Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T07:32:01.280Z] ---> Running in 2953fa3cb5f6 [2020-12-15T07:32:01.552Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:32:01.552Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:32:01.552Z] ---> ddda9c1e61f6 [2020-12-15T07:32:01.552Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> 0b78ecc6364f [2020-12-15T07:32:01.552Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> 0789a6ca92d2 [2020-12-15T07:32:01.552Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> 6b9c4586207c [2020-12-15T07:32:01.552Z] Step 6/22 : COPY go.mod . [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> bb1de9113122 [2020-12-15T07:32:01.552Z] Step 7/22 : RUN go mod download [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> 23ead56e50e7 [2020-12-15T07:32:01.552Z] Step 8/22 : COPY . . [2020-12-15T07:32:01.552Z] ---> Using cache [2020-12-15T07:32:01.552Z] ---> 53a513cc8263 [2020-12-15T07:32:01.552Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T07:32:02.525Z] Removing intermediate container 8a05314eba3a [2020-12-15T07:32:02.525Z] ---> b044e806213a [2020-12-15T07:32:02.525Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:32:02.525Z] ---> Running in 9fd0eaf9de69 [2020-12-15T07:32:02.525Z] Removing intermediate container fe9a9aaaa054 [2020-12-15T07:32:02.525Z] ---> d37920c6baf3 [2020-12-15T07:32:02.525Z] [2020-12-15T07:32:02.525Z] Step 10/23 : FROM alpine [2020-12-15T07:32:02.525Z] ---> b14afc6dfb98 [2020-12-15T07:32:02.525Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:32:02.525Z] ---> 0a762702f44d [2020-12-15T07:32:02.525Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T07:32:02.797Z] ---> Running in 20fee891e7b5 [2020-12-15T07:32:02.797Z] Removing intermediate container 2953fa3cb5f6 [2020-12-15T07:32:02.797Z] ---> a68123b65547 [2020-12-15T07:32:02.797Z] [2020-12-15T07:32:02.797Z] ---> Running in 297fa415c0da [2020-12-15T07:32:03.060Z] Successfully built a68123b65547 [2020-12-15T07:32:03.060Z] Successfully tagged docker-core-command-go:latest [2020-12-15T07:32:03.060Z]  Building docker-core-command-go ... done Removing intermediate container 20fee891e7b5 [2020-12-15T07:32:03.060Z] ---> 283a91ff4c4a [2020-12-15T07:32:03.060Z] [2020-12-15T07:32:03.324Z] Removing intermediate container 297fa415c0da [2020-12-15T07:32:03.324Z] ---> c322829a86e1 [2020-12-15T07:32:03.324Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T07:32:03.324Z] ---> b89e87ce2420 [2020-12-15T07:32:03.324Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T07:32:03.324Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:32:03.324Z] Successfully built 283a91ff4c4a [2020-12-15T07:32:03.324Z] ---> Running in 149d74e3ffe6 [2020-12-15T07:32:03.324Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T07:32:03.586Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 149d74e3ffe6 [2020-12-15T07:32:03.586Z] ---> f1cd09d0bc48 [2020-12-15T07:32:03.586Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T07:32:03.586Z] ---> Running in 99c34fce70da [2020-12-15T07:32:03.850Z] ---> 8e4a248b6f94 [2020-12-15T07:32:03.850Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:32:03.850Z] Removing intermediate container 99c34fce70da [2020-12-15T07:32:03.850Z] ---> 37e9adcb6ebc [2020-12-15T07:32:03.850Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 19.569s coverage: 86.3% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.317s coverage: 72.2% of statements [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.405s coverage: 72.1% of statements [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.055s coverage: 48.4% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.089s coverage: 28.8% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.117s coverage: 96.8% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.521s coverage: 84.0% of statements [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.081s coverage: 100.0% of statements [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.341s coverage: 47.1% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.057s coverage: 100.0% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T07:32:04.051Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.116s coverage: 100.0% of statements [2020-12-15T07:32:04.051Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T07:32:04.135Z] ---> Running in b669ac34cea0 [2020-12-15T07:32:04.135Z] ---> 7eb47fbfee35 [2020-12-15T07:32:04.135Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:32:04.411Z] ---> Running in e7a1720f2fab [2020-12-15T07:32:06.371Z] Removing intermediate container b669ac34cea0 [2020-12-15T07:32:06.371Z] ---> 197ac7b0a506 [2020-12-15T07:32:06.371Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T07:32:06.371Z] ---> Running in c96e18c40ddb [2020-12-15T07:32:06.371Z] Removing intermediate container e7a1720f2fab [2020-12-15T07:32:06.371Z] ---> e57dc5e7a120 [2020-12-15T07:32:06.371Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:32:06.646Z] ---> Running in 4568e3fd2266 [2020-12-15T07:32:06.930Z] Removing intermediate container 4568e3fd2266 [2020-12-15T07:32:06.930Z] ---> 3acfeb8f572a [2020-12-15T07:32:06.930Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:32:06.930Z] ---> Running in a01e1142c56d [2020-12-15T07:32:06.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:32:07.197Z] Removing intermediate container a01e1142c56d [2020-12-15T07:32:07.197Z] ---> ef1e307c0e13 [2020-12-15T07:32:07.197Z] Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:32:07.197Z] ---> Running in 3b5f4e12c926 [2020-12-15T07:32:07.465Z] Removing intermediate container 3b5f4e12c926 [2020-12-15T07:32:07.465Z] ---> 8f935fea3211 [2020-12-15T07:32:07.465Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:32:07.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:32:08.679Z] ---> Running in 537db4142fe8 [2020-12-15T07:32:08.679Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T07:32:08.679Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T07:32:08.679Z] Removing intermediate container 537db4142fe8 [2020-12-15T07:32:08.679Z] ---> 1fbc31602935 [2020-12-15T07:32:08.679Z] [2020-12-15T07:32:08.954Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T07:32:08.954Z] Successfully built 1fbc31602935 [2020-12-15T07:32:08.954Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T07:32:09.233Z]  Building docker-security-secretstore-setup-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T07:32:09.495Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T07:32:09.495Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:32:09.495Z] OK: 8 MiB in 19 packages [2020-12-15T07:32:10.079Z] Removing intermediate container c96e18c40ddb [2020-12-15T07:32:10.079Z] ---> 07b44159f517 [2020-12-15T07:32:10.079Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T07:32:10.665Z] ---> c8eaa2c4ecb0 [2020-12-15T07:32:10.665Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T07:32:10.773Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.848s coverage: 29.1% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.237s coverage: 99.0% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.077s coverage: 100.0% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.079s coverage: 87.9% of statements [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T07:32:10.774Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.066s coverage: 100.0% of statements [2020-12-15T07:32:10.774Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-15T07:32:11.048Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2020-12-15T07:32:12.036Z] GO111MODULE=on go vet ./... [2020-12-15T07:32:13.243Z] ---> ada669da72cc [2020-12-15T07:32:13.243Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T07:32:13.243Z] ---> 31f5d25744ff [2020-12-15T07:32:13.243Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T07:32:13.243Z] ---> Running in b6eceec8ea33 [2020-12-15T07:32:13.243Z] Removing intermediate container b6eceec8ea33 [2020-12-15T07:32:13.243Z] ---> 5c719b650de0 [2020-12-15T07:32:13.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:32:13.243Z] ---> Running in cd587ffebe4c [2020-12-15T07:32:13.509Z] Removing intermediate container cd587ffebe4c [2020-12-15T07:32:13.509Z] ---> 9d3101c410d4 [2020-12-15T07:32:13.509Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T07:32:13.509Z] ---> Running in 65af869adc9a [2020-12-15T07:32:13.770Z] Removing intermediate container 65af869adc9a [2020-12-15T07:32:13.770Z] ---> 6949afda15c6 [2020-12-15T07:32:13.770Z] Step 22/23 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:32:13.770Z] ---> Running in 53ff80a25239 [2020-12-15T07:32:14.033Z] Removing intermediate container 53ff80a25239 [2020-12-15T07:32:14.033Z] ---> 11024033a1cf [2020-12-15T07:32:14.033Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T07:32:14.033Z] ---> Running in 32450b6a51c6 [2020-12-15T07:32:14.294Z] Removing intermediate container 32450b6a51c6 [2020-12-15T07:32:14.294Z] ---> 4bb9dbefd194 [2020-12-15T07:32:14.294Z] [2020-12-15T07:32:14.294Z] Successfully built 4bb9dbefd194 [2020-12-15T07:32:14.294Z] Successfully tagged docker-core-data-go:latest [2020-12-15T07:32:15.681Z]  Building docker-core-data-go ... done Removing intermediate container 9fd0eaf9de69 [2020-12-15T07:32:15.681Z] ---> cd5e439b9143 [2020-12-15T07:32:15.681Z] [2020-12-15T07:32:15.681Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T07:32:15.681Z] ---> be4e4bea2c2e [2020-12-15T07:32:15.681Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:32:15.681Z] ---> Using cache [2020-12-15T07:32:15.681Z] ---> ba8960fcdf10 [2020-12-15T07:32:15.681Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T07:32:15.681Z] ---> Running in cc3fc7f3ac82 [2020-12-15T07:32:15.681Z] Removing intermediate container cc3fc7f3ac82 [2020-12-15T07:32:15.681Z] ---> a38d5a5c1743 [2020-12-15T07:32:15.681Z] Step 13/22 : WORKDIR / [2020-12-15T07:32:15.681Z] ---> Running in 3a0b4b85b96c [2020-12-15T07:32:15.942Z] Removing intermediate container 3a0b4b85b96c [2020-12-15T07:32:15.942Z] ---> b407834087c8 [2020-12-15T07:32:15.942Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T07:32:16.205Z] ---> de589d350e6f [2020-12-15T07:32:16.205Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T07:32:16.776Z] ---> 33c35575dbb9 [2020-12-15T07:32:16.776Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T07:32:17.036Z] ---> 3ba90bc8306d [2020-12-15T07:32:17.036Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T07:32:17.299Z] ---> 8f3e364849b2 [2020-12-15T07:32:17.299Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T07:32:17.299Z] ---> Running in 51bd8ed4985a [2020-12-15T07:32:18.247Z] Removing intermediate container 51bd8ed4985a [2020-12-15T07:32:18.247Z] ---> 11155ae1a796 [2020-12-15T07:32:18.247Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T07:32:18.247Z] ---> Running in d78a4cda8d54 [2020-12-15T07:32:18.509Z] Removing intermediate container d78a4cda8d54 [2020-12-15T07:32:18.509Z] ---> 6cbfa9fd379a [2020-12-15T07:32:18.509Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:32:18.509Z] ---> Running in 24b3473defa5 [2020-12-15T07:32:18.773Z] Removing intermediate container 24b3473defa5 [2020-12-15T07:32:18.773Z] ---> a04a8407b676 [2020-12-15T07:32:18.773Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:32:18.773Z] ---> Running in f75f0b3e39b8 [2020-12-15T07:32:19.053Z] Removing intermediate container f75f0b3e39b8 [2020-12-15T07:32:19.053Z] ---> 950ab05b04e0 [2020-12-15T07:32:19.053Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:32:19.053Z] ---> Running in 568a37b9367d [2020-12-15T07:32:19.053Z] Removing intermediate container 568a37b9367d [2020-12-15T07:32:19.053Z] ---> f0892c4b102b [2020-12-15T07:32:19.053Z] [2020-12-15T07:32:19.324Z] Successfully built f0892c4b102b [2020-12-15T07:32:19.324Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T07:32:19.599Z]  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } [2020-12-15T07:32:19.624Z] $ docker stop --time=1 a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 [2020-12-15T07:32:21.219Z] $ docker rm -f a1cba82e827a81f0d4e60b1a38dae1943d04a6e89f8f4775bf3e1634ffcf38d0 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:32:21.724Z] + docker images [2020-12-15T07:32:21.724Z] + grep docker [2020-12-15T07:32:21.984Z] docker-security-bootstrap-redis-go latest f0892c4b102b 3 seconds ago 15.8MB [2020-12-15T07:32:21.984Z] docker-core-data-go latest 4bb9dbefd194 7 seconds ago 23.7MB [2020-12-15T07:32:21.984Z] docker-security-secretstore-setup-go latest 1fbc31602935 13 seconds ago 24.7MB [2020-12-15T07:32:21.984Z] docker-security-proxy-setup-go latest 283a91ff4c4a 19 seconds ago 24.6MB [2020-12-15T07:32:21.984Z] docker-core-command-go latest a68123b65547 19 seconds ago 12.2MB [2020-12-15T07:32:21.984Z] docker-sys-mgmt-agent-go latest 365eb14d1ac3 37 seconds ago 313MB [2020-12-15T07:32:21.985Z] docker-core-metadata-go latest a30fd4cbfba2 2 minutes ago 14.5MB [2020-12-15T07:32:21.985Z] docker-support-notifications-go latest ed479b9d862d 2 minutes ago 13.6MB [2020-12-15T07:32:21.985Z] docker-support-scheduler-go latest 486c7e40287f 2 minutes ago 12.3MB [2020-12-15T07:32:21.985Z] docker-security-secrets-setup-go latest acbb40288ff4 2 minutes ago 23.9MB [2020-12-15T07:32:21.985Z] docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-15T07:32:37.707Z] Still waiting to schedule task [2020-12-15T07:32:37.707Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-16091’ [2020-12-15T07:33:20.114Z] gofmt -l . [2020-12-15T07:33:21.541Z] [ "`gofmt -l .`" = "" ] [2020-12-15T07:33:24.157Z] ./bin/test-go-mod-tidy.sh [2020-12-15T07:33:24.756Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T07:33:29.743Z] + ls -al . [2020-12-15T07:33:29.743Z] total 692 [2020-12-15T07:33:29.743Z] drwxrwxr-x 9 1001 1001 4096 Dec 15 07:33 . [2020-12-15T07:33:29.743Z] drwxr-xr-x 4 root root 4096 Dec 15 07:29 .. [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 07:27 .dockerignore [2020-12-15T07:33:29.743Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 07:27 .git [2020-12-15T07:33:29.743Z] drwxrwxr-x 3 1001 1001 4096 Dec 15 07:27 .github [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 07:27 .gitignore [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 07:27 .sonarcloud.properties [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:27 CONTRIBUTING.md [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:27 Dockerfile.build [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 07:27 Jenkinsfile [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:27 LICENSE [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:27 Makefile [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:27 README.md [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:27 SECURITY.md [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 07:24 VERSION [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:27 ZMQWindows.md [2020-12-15T07:33:29.743Z] drwxrwxr-x 2 1001 1001 4096 Dec 15 07:27 bin [2020-12-15T07:33:29.743Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 07:27 cmd [2020-12-15T07:33:29.743Z] -rw-r--r-- 1 root root 568194 Dec 15 07:32 coverage.out [2020-12-15T07:33:29.743Z] -rw-r--r-- 1 root root 1041 Dec 15 07:33 go.mod [2020-12-15T07:33:29.743Z] -rw-r--r-- 1 root root 18746 Dec 15 07:33 go.sum [2020-12-15T07:33:29.743Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 07:27 internal [2020-12-15T07:33:29.743Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 07:27 openapi [2020-12-15T07:33:29.743Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 07:27 snap [2020-12-15T07:33:29.743Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 07:27 version.go [Pipeline] sh [2020-12-15T07:33:30.406Z] + '[' -e coverage.out ] [2020-12-15T07:33:30.406Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T07:33:30.426Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T07:33:31.697Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T07:33:32.388Z] + make build [2020-12-15T07:33:32.388Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:33:44.970Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:33:59.310Z] Running on prd-ubuntu18.04-docker-8c-8g-16093 in /w/workspace/edgexfoundry_edgex-go_PR-2908 [Pipeline] { [Pipeline] ws [2020-12-15T07:33:59.361Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2020-12-15T07:34:01.737Z] using credential edgex-jenkins-ssh [2020-12-15T07:34:01.803Z] Cloning the remote Git repository [2020-12-15T07:34:00.994Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:34:01.067Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2020-12-15T07:34:01.113Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:34:01.113Z] > git --version # timeout=10 [2020-12-15T07:34:01.123Z] > git --version # 'git version 2.17.1' [2020-12-15T07:34:01.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:34:01.164Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:34:07.200Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:34:12.613Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:34:16.920Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:34:18.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:34:19.096Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:34:19.107Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:34:19.121Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:34:19.144Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:34:19.144Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:34:19.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2908/head:refs/remotes/origin/PR-2908 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T07:34:19.605Z] Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:34:19.809Z] Merge succeeded, producing f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:34:19.810Z] Checking out Revision f45820c759195af053ef8c95cf26484da39a40fc (PR-2908) [2020-12-15T07:34:19.623Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:34:19.629Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-15T07:34:19.780Z] > git remote # timeout=10 [2020-12-15T07:34:19.787Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T07:34:19.793Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:34:19.799Z] > git merge 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 [2020-12-15T07:34:19.810Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T07:34:19.820Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:34:19.825Z] > git checkout -f f45820c759195af053ef8c95cf26484da39a40fc # timeout=10 [2020-12-15T07:34:22.654Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:34:23.635Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:34:24.744Z] + echo snap-build.sh [2020-12-15T07:34:24.744Z] snap-build.sh [2020-12-15T07:34:24.744Z] + SNAP_BASE_DIR=. [2020-12-15T07:34:24.744Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2020-12-15T07:34:24.744Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2020-12-15T07:34:24.744Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2020-12-15T07:34:24.744Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2020-12-15T07:34:24.744Z] + cd /w/workspace/edgex-go/17 [2020-12-15T07:34:24.744Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-15T07:34:24.744Z] Reading package lists... [2020-12-15T07:34:25.008Z] Building dependency tree... [2020-12-15T07:34:25.008Z] Reading state information... [2020-12-15T07:34:25.272Z] The following packages were automatically installed and are no longer required: [2020-12-15T07:34:25.272Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-15T07:34:25.272Z] uidmap xdelta3 [2020-12-15T07:34:25.272Z] Use 'sudo apt autoremove' to remove them. [2020-12-15T07:34:25.272Z] The following packages will be REMOVED: [2020-12-15T07:34:25.272Z] lxd* lxd-client* [2020-12-15T07:34:25.857Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-15T07:34:25.857Z] After this operation, 31.7 MB disk space will be freed. [2020-12-15T07:34:26.961Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:34:27.170Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-15T07:34:27.170Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T07:34:28.572Z] Removing lxd dnsmasq configuration [2020-12-15T07:34:28.572Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T07:34:28.835Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-15T07:34:29.783Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T07:34:30.045Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-15T07:34:30.045Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T07:34:31.265Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:34:31.968Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-15T07:34:31.968Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-15T07:34:33.894Z] + sudo snap remove --purge lxd [2020-12-15T07:34:33.894Z] snap "lxd" is not installed [2020-12-15T07:34:33.894Z] + sudo groupadd --force --system lxd [2020-12-15T07:34:33.894Z] ++ whoami [2020-12-15T07:34:33.894Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-15T07:34:34.169Z] + newgrp - lxd [2020-12-15T07:34:34.169Z] + sudo snap install lxd [2020-12-15T07:34:34.650Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:34:38.983Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:34:42.346Z] 2020-12-15T07:34:40Z INFO Waiting for automatic snapd restart... [2020-12-15T07:34:42.370Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:34:46.667Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-15T07:34:50.076Z] $ docker stop --time=1 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 [2020-12-15T07:34:52.711Z] $ docker rm -f 65f3dcecbe600aa58f3a45968f42897cb7e6121981a63a21f3877c7d442e98a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:54.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:34:54.972Z] [2020-12-15T07:34:54.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:34:55.623Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:34:55.894Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T07:34:55.894Z] 29e5d40040c1: Pulling fs layer [2020-12-15T07:34:55.894Z] 1ce36da41761: Pulling fs layer [2020-12-15T07:34:55.894Z] 25b303627fd3: Pulling fs layer [2020-12-15T07:34:56.488Z] 29e5d40040c1: Verifying Checksum [2020-12-15T07:34:56.488Z] 29e5d40040c1: Download complete [2020-12-15T07:34:56.761Z] 1ce36da41761: Verifying Checksum [2020-12-15T07:34:56.762Z] 1ce36da41761: Download complete [2020-12-15T07:34:57.358Z] 29e5d40040c1: Pull complete [2020-12-15T07:34:58.335Z] 1ce36da41761: Pull complete [2020-12-15T07:35:00.305Z] 25b303627fd3: Download complete [2020-12-15T07:35:04.369Z] lxd 4.8 from Canonical* installed [2020-12-15T07:35:04.369Z] + sudo lxd init --auto [2020-12-15T07:35:10.456Z] 25b303627fd3: Pull complete [2020-12-15T07:35:10.456Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T07:35:10.456Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:35:10.456Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T07:35:10.685Z] prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container [2020-12-15T07:35:10.763Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T07:35:10.996Z] + sudo snap install --classic snapcraft [2020-12-15T07:35:13.785Z] $ docker top c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:35:14.796Z] + docker-compose build --help [2020-12-15T07:35:14.796Z] + grep parallel [2020-12-15T07:35:18.171Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T07:35:18.460Z] $ docker stop --time=1 c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 [2020-12-15T07:35:20.382Z] $ docker rm -f c810ba1564393178cb076ea3fb1ae02c7f4857b4dcc7fd154314ef71a383ac85 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:35:21.039Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T07:35:21.039Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-15T07:35:21.039Z] + patch --verbose -p1 [2020-12-15T07:35:21.039Z] Hmm... Looks like a unified diff to me... [2020-12-15T07:35:21.039Z] The text leading up to this was: [2020-12-15T07:35:21.039Z] -------------------------- [2020-12-15T07:35:21.039Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-15T07:35:21.039Z] |From: Tony Espy [2020-12-15T07:35:21.039Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-15T07:35:21.039Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-15T07:35:21.039Z] | [2020-12-15T07:35:21.039Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-15T07:35:21.039Z] |optimize the snap CI check run for pull requests. When [2020-12-15T07:35:21.039Z] |applied, it essentially strips out everything (apps and [2020-12-15T07:35:21.039Z] |parts) from the snapcraft.yaml file except those required [2020-12-15T07:35:21.039Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-15T07:35:21.039Z] |catch changes to edgex-go that break the snap build. [2020-12-15T07:35:21.039Z] | [2020-12-15T07:35:21.039Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-15T07:35:21.039Z] |to update this patch file, otherwise it may fail to apply, [2020-12-15T07:35:21.039Z] |resulting in a failed snap build CI check in the associated [2020-12-15T07:35:21.039Z] |pull request. [2020-12-15T07:35:21.039Z] | [2020-12-15T07:35:21.039Z] |Note - in addition to applying this patch, the pipeline also [2020-12-15T07:35:21.039Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-15T07:35:21.039Z] |need to build the finally binary .snap file (and it won't [2020-12-15T07:35:21.039Z] |work with the patch applied). This further reduces the build [2020-12-15T07:35:21.039Z] |time. [2020-12-15T07:35:21.039Z] |--- [2020-12-15T07:35:21.039Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-15T07:35:21.039Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-15T07:35:21.039Z] | [2020-12-15T07:35:21.039Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-15T07:35:21.039Z] |index b265277c..d7e1de37 100644 [2020-12-15T07:35:21.039Z] |--- a/snap/snapcraft.yaml [2020-12-15T07:35:21.039Z] |+++ b/snap/snapcraft.yaml [2020-12-15T07:35:21.039Z] -------------------------- [2020-12-15T07:35:21.039Z] patching file snap/snapcraft.yaml [2020-12-15T07:35:21.039Z] Using Plan A... [2020-12-15T07:35:21.039Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-15T07:35:21.039Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-15T07:35:21.039Z] Hunk #3 succeeded at 211 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #4 succeeded at 226 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #5 succeeded at 234 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #6 succeeded at 241 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #7 succeeded at 268 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #8 succeeded at 302 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hunk #9 succeeded at 358 (offset -7 lines). [2020-12-15T07:35:21.039Z] Hmm... Ignoring the trailing garbage. [2020-12-15T07:35:21.039Z] done [2020-12-15T07:35:21.039Z] + sudo snapcraft prime --use-lxd [2020-12-15T07:35:21.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T07:35:21.175Z] . [Pipeline] withDockerContainer [2020-12-15T07:35:21.432Z] prd-ubuntu18.04-docker-arm64-4c-16g-16089 does not seem to be running inside a container [2020-12-15T07:35:21.508Z] $ 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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T07:35:21.617Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-15T07:35:21.617Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-15T07:35:21.617Z] - README.md [2020-12-15T07:35:21.617Z] - snapcraft.yaml.orig [2020-12-15T07:35:21.617Z] [2020-12-15T07:35:21.617Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T07:35:22.567Z] Launching a container. [2020-12-15T07:35:22.913Z] $ docker top 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:35:23.939Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T07:35:28.237Z] Building docker-core-command-go ... [2020-12-15T07:35:28.237Z] Building docker-core-data-go ... [2020-12-15T07:35:28.237Z] Building docker-core-metadata-go ... [2020-12-15T07:35:28.237Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T07:35:28.237Z] Building docker-security-proxy-setup-go ... [2020-12-15T07:35:28.237Z] Building docker-security-secrets-setup-go ... [2020-12-15T07:35:28.237Z] Building docker-security-secretstore-setup-go ... [2020-12-15T07:35:28.237Z] Building docker-support-notifications-go ... [2020-12-15T07:35:28.237Z] Building docker-support-scheduler-go ... [2020-12-15T07:35:28.237Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T07:35:28.237Z] Building docker-core-metadata-go [2020-12-15T07:35:28.237Z] Building docker-core-data-go [2020-12-15T07:35:28.237Z] Building docker-security-secretstore-setup-go [2020-12-15T07:35:28.237Z] Building docker-support-notifications-go [2020-12-15T07:35:28.237Z] Building docker-support-scheduler-go [2020-12-15T07:35:37.523Z] Waiting for container to be ready [2020-12-15T07:35:37.523Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-15T07:35:37.523Z] [2020-12-15T07:35:40.842Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-15T07:35:41.104Z] Waiting for network to be ready... [2020-12-15T07:35:41.678Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T07:35:41.940Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T07:35:41.940Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T07:35:41.940Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T07:35:41.940Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T07:35:41.940Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T07:35:41.940Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T07:35:41.940Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T07:35:41.940Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T07:35:41.940Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T07:35:42.202Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T07:35:42.465Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T07:35:42.727Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T07:35:42.727Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T07:35:42.727Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T07:35:42.727Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T07:35:42.727Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T07:35:42.727Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T07:35:43.304Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T07:35:43.304Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T07:35:43.565Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T07:35:43.565Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T07:35:43.565Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T07:35:43.565Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T07:35:43.565Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T07:35:43.565Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T07:35:43.565Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T07:35:47.791Z] Fetched 23.5 MB in 6s (4159 kB/s) [2020-12-15T07:35:49.191Z] Reading package lists... [2020-12-15T07:35:49.191Z] Reading package lists... [2020-12-15T07:35:49.455Z] Building dependency tree... [2020-12-15T07:35:49.455Z] Reading state information... [2020-12-15T07:35:49.455Z] The following additional packages will be installed: [2020-12-15T07:35:49.455Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T07:35:49.455Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T07:35:49.455Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T07:35:49.455Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-15T07:35:49.455Z] Suggested packages: [2020-12-15T07:35:49.455Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-15T07:35:49.455Z] Recommended packages: [2020-12-15T07:35:49.455Z] gnupg libsasl2-modules [2020-12-15T07:35:49.717Z] The following NEW packages will be installed: [2020-12-15T07:35:49.717Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T07:35:49.717Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T07:35:49.717Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T07:35:49.717Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-15T07:35:49.717Z] The following packages will be upgraded: [2020-12-15T07:35:49.717Z] gpg gpg-agent gpgconf libudev1 [2020-12-15T07:35:49.980Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-15T07:35:49.980Z] Need to get 3531 kB of archives. [2020-12-15T07:35:49.980Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-15T07:35:49.980Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-15T07:35:49.980Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-15T07:35:50.242Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-15T07:35:50.505Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-15T07:35:50.505Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-15T07:35:50.505Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2020-12-15T07:35:50.505Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2020-12-15T07:35:50.505Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-15T07:35:50.505Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-15T07:35:50.505Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-15T07:35:50.505Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-15T07:35:50.505Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-15T07:35:50.505Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-15T07:35:50.505Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-15T07:35:50.505Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-15T07:35:50.505Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-15T07:35:50.505Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-15T07:35:50.505Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-15T07:35:50.505Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-15T07:35:50.769Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-15T07:35:50.769Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-15T07:35:50.769Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-15T07:35:51.030Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T07:35:51.030Z] Fetched 3531 kB in 1s (3237 kB/s) [2020-12-15T07:35:51.030Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T07:35:51.030Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-15T07:35:51.030Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T07:35:51.293Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-15T07:35:51.293Z] Selecting previously unselected package udev. [2020-12-15T07:35:51.293Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T07:35:51.293Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-15T07:35:51.293Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-15T07:35:51.868Z] Selecting previously unselected package libfuse2:amd64. [2020-12-15T07:35:51.868Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T07:35:51.868Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T07:35:51.868Z] Selecting previously unselected package fuse. [2020-12-15T07:35:51.868Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T07:35:51.868Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-15T07:35:51.868Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T07:35:51.868Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T07:35:52.132Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T07:35:52.132Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T07:35:52.396Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T07:35:52.396Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T07:35:52.396Z] Selecting previously unselected package libksba8:amd64. [2020-12-15T07:35:52.396Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-15T07:35:52.396Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-15T07:35:52.659Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-15T07:35:52.659Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:52.659Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:52.659Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-15T07:35:52.659Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:52.659Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:52.922Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-15T07:35:52.922Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:52.922Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:52.922Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-15T07:35:52.922Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:52.922Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:52.922Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-15T07:35:52.922Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:52.922Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:53.184Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-15T07:35:53.184Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:53.184Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:53.184Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-15T07:35:53.184Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:53.184Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:53.447Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-15T07:35:53.448Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:53.448Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:53.448Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-15T07:35:53.448Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T07:35:53.448Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:53.448Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T07:35:53.448Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T07:35:53.448Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T07:35:53.712Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T07:35:53.712Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T07:35:53.712Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T07:35:53.712Z] Selecting previously unselected package libldap-common. [2020-12-15T07:35:53.712Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-15T07:35:53.712Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T07:35:53.712Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T07:35:53.712Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-15T07:35:53.712Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T07:35:53.976Z] Selecting previously unselected package dirmngr. [2020-12-15T07:35:53.976Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T07:35:53.976Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T07:35:53.976Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T07:35:53.976Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-15T07:35:53.976Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T07:35:53.976Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T07:35:53.976Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T07:35:54.238Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-15T07:35:54.238Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:54.239Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-15T07:35:54.239Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T07:35:54.239Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-15T07:35:54.816Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T07:35:54.816Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:54.816Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-15T07:35:55.085Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-15T07:35:55.085Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-15T07:35:55.085Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.085Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T07:35:55.350Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T07:35:55.350Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T07:35:55.350Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T07:35:55.926Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-15T07:35:55.926Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-15T07:35:55.926Z] This means they are not meant to be enabled using systemctl. [2020-12-15T07:35:55.927Z] Possible reasons for having this kind of units are: [2020-12-15T07:35:55.927Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-15T07:35:55.927Z] .wants/ or .requires/ directory. [2020-12-15T07:35:55.927Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-15T07:35:55.927Z] a requirement dependency on it. [2020-12-15T07:35:55.927Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-15T07:35:55.927Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-15T07:35:55.927Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-15T07:35:55.927Z] instance name specified. [2020-12-15T07:35:56.504Z] Reading package lists... [2020-12-15T07:35:56.767Z] Building dependency tree... [2020-12-15T07:35:56.768Z] Reading state information... [2020-12-15T07:35:56.768Z] The following additional packages will be installed: [2020-12-15T07:35:56.768Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-15T07:35:56.768Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-15T07:35:56.768Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-15T07:35:56.768Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-15T07:35:56.768Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-15T07:35:56.768Z] Suggested packages: [2020-12-15T07:35:56.768Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-15T07:35:56.768Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-15T07:35:56.768Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-15T07:35:56.768Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-15T07:35:56.768Z] systemd-container policykit-1 [2020-12-15T07:35:56.768Z] Recommended packages: [2020-12-15T07:35:56.768Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-15T07:35:57.037Z] The following NEW packages will be installed: [2020-12-15T07:35:57.037Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-15T07:35:57.037Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-15T07:35:57.037Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-15T07:35:57.037Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-15T07:35:57.037Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-15T07:35:57.037Z] The following packages will be upgraded: [2020-12-15T07:35:57.037Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-15T07:35:57.037Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-15T07:35:57.037Z] Need to get 35.2 MB of archives. [2020-12-15T07:35:57.037Z] After this operation, 141 MB of additional disk space will be used. [2020-12-15T07:35:57.037Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-15T07:35:57.037Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-15T07:35:57.037Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-15T07:35:57.037Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-15T07:35:57.037Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-15T07:35:57.037Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-15T07:35:57.303Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-15T07:35:57.303Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-15T07:35:57.303Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-15T07:35:57.303Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-15T07:35:57.303Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-15T07:35:57.303Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-15T07:35:57.303Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-15T07:35:57.303Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-15T07:35:57.303Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-15T07:35:57.303Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-15T07:35:57.303Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-15T07:35:58.253Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-15T07:35:58.253Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-15T07:35:58.253Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-15T07:35:58.253Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-15T07:35:58.253Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-15T07:35:58.253Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-15T07:35:58.253Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-15T07:35:58.253Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-15T07:35:58.253Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-15T07:35:58.253Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-15T07:35:58.253Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-15T07:35:58.253Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-15T07:35:58.253Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-15T07:35:59.662Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T07:35:59.662Z] Fetched 35.2 MB in 2s (14.9 MB/s) [2020-12-15T07:35:59.662Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T07:35:59.662Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-15T07:35:59.925Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T07:36:00.502Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-15T07:36:00.502Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T07:36:00.765Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-15T07:36:00.765Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T07:36:00.765Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T07:36:00.765Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T07:36:01.028Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-15T07:36:01.291Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T07:36:01.291Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T07:36:01.291Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T07:36:01.554Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-15T07:36:01.554Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-15T07:36:02.131Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-15T07:36:02.395Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-15T07:36:02.395Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T07:36:02.395Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T07:36:02.658Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-15T07:36:02.658Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T07:36:02.658Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:04.058Z] Selecting previously unselected package libexpat1:amd64. [2020-12-15T07:36:04.058Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-15T07:36:04.059Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T07:36:04.321Z] Selecting previously unselected package python3.6-minimal. [2020-12-15T07:36:04.321Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T07:36:04.321Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:04.584Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T07:36:04.584Z] Checking for services that may need to be restarted...done. [2020-12-15T07:36:04.848Z] Checking for services that may need to be restarted...done. [2020-12-15T07:36:04.848Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:04.848Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T07:36:04.848Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:05.796Z] Selecting previously unselected package python3-minimal. [2020-12-15T07:36:05.796Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-15T07:36:05.796Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-15T07:36:05.796Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-15T07:36:05.796Z] Selecting previously unselected package mime-support. [2020-12-15T07:36:05.796Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-15T07:36:05.796Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-15T07:36:05.796Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-15T07:36:05.796Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-15T07:36:05.796Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T07:36:06.059Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-15T07:36:06.059Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T07:36:06.059Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:06.322Z] Selecting previously unselected package python3.6. [2020-12-15T07:36:06.322Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T07:36:06.322Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:06.322Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T07:36:06.322Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-15T07:36:06.322Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T07:36:06.585Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-15T07:36:06.848Z] Selecting previously unselected package python3. [2020-12-15T07:36:06.848Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-15T07:36:06.848Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-15T07:36:06.848Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-15T07:36:06.848Z] Selecting previously unselected package multiarch-support. [2020-12-15T07:36:06.848Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:06.848Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T07:36:06.848Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T07:36:07.111Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-15T07:36:07.111Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-15T07:36:07.111Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-15T07:36:07.111Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T07:36:07.111Z] Selecting previously unselected package libbsd0:amd64. [2020-12-15T07:36:07.111Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-15T07:36:07.111Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T07:36:07.374Z] Selecting previously unselected package sudo. [2020-12-15T07:36:07.374Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:07.374Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T07:36:07.374Z] Selecting previously unselected package apparmor. [2020-12-15T07:36:07.374Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T07:36:07.636Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-15T07:36:07.636Z] Selecting previously unselected package libedit2:amd64. [2020-12-15T07:36:07.636Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-15T07:36:07.636Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T07:36:07.899Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T07:36:07.899Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T07:36:07.899Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:07.899Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T07:36:07.899Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T07:36:07.899Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:08.162Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T07:36:08.162Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-15T07:36:08.162Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T07:36:08.162Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T07:36:08.162Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T07:36:08.162Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:08.425Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T07:36:08.425Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T07:36:08.425Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:08.425Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-15T07:36:08.425Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-15T07:36:08.425Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T07:36:08.689Z] Selecting previously unselected package openssh-client. [2020-12-15T07:36:08.689Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-15T07:36:08.689Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T07:36:08.952Z] Selecting previously unselected package squashfs-tools. [2020-12-15T07:36:08.952Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-15T07:36:08.952Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T07:36:08.952Z] Selecting previously unselected package snapd. [2020-12-15T07:36:08.952Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-15T07:36:08.952Z] Unpacking snapd (2.48+18.04) ... [2020-12-15T07:36:12.270Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T07:36:12.270Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T07:36:12.270Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-15T07:36:12.270Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T07:36:12.270Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T07:36:12.270Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:12.270Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T07:36:12.270Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-15T07:36:12.270Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-15T07:36:12.846Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T07:36:13.108Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T07:36:13.108Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T07:36:13.108Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:13.108Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:13.108Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T07:36:14.055Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T07:36:14.055Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:14.055Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T07:36:14.055Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-15T07:36:14.055Z] running python rtupdate hooks for python3.6... [2020-12-15T07:36:14.055Z] running python post-rtupdate hooks for python3.6... [2020-12-15T07:36:14.630Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-15T07:36:15.575Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-15T07:36:15.839Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T07:36:15.840Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T07:36:16.105Z] Setting up snapd (2.48+18.04) ... [2020-12-15T07:36:16.682Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-15T07:36:16.945Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-15T07:36:17.208Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-15T07:36:17.470Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-15T07:36:18.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T07:36:18.043Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T07:36:18.043Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-15T07:36:18.305Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-15T07:36:18.566Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-15T07:36:18.827Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-15T07:36:19.090Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2020-12-15T07:36:19.090Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T07:36:19.090Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T07:36:21.011Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T07:36:21.011Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T07:36:21.011Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T07:36:22.952Z] Reading package lists... [2020-12-15T07:36:23.217Z] Reading package lists... [2020-12-15T07:36:23.481Z] Building dependency tree... [2020-12-15T07:36:23.481Z] Reading state information... [2020-12-15T07:36:23.481Z] Calculating upgrade... [2020-12-15T07:36:23.746Z] The following packages will be upgraded: [2020-12-15T07:36:23.746Z] advancecomp base-files bash binutils binutils-common [2020-12-15T07:36:23.746Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-15T07:36:23.746Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-15T07:36:23.746Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-15T07:36:23.746Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-15T07:36:23.746Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-15T07:36:23.746Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-15T07:36:23.746Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-15T07:36:23.746Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-15T07:36:23.746Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-15T07:36:23.746Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-15T07:36:23.746Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-15T07:36:23.746Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-15T07:36:23.746Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-15T07:36:23.746Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T07:36:23.746Z] Need to get 63.5 MB of archives. [2020-12-15T07:36:23.746Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-15T07:36:23.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-15T07:36:24.011Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-15T07:36:24.011Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-15T07:36:24.011Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-15T07:36:24.011Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-15T07:36:24.011Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-15T07:36:24.011Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-15T07:36:24.011Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-15T07:36:24.011Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2020-12-15T07:36:24.011Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2020-12-15T07:36:24.011Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-15T07:36:24.011Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-15T07:36:24.011Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-15T07:36:24.011Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-15T07:36:24.011Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-15T07:36:24.011Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-15T07:36:24.011Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-15T07:36:24.011Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-15T07:36:24.011Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-15T07:36:24.277Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-15T07:36:24.277Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-15T07:36:24.277Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-15T07:36:24.277Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-15T07:36:24.277Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-15T07:36:24.277Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-15T07:36:24.277Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-15T07:36:24.277Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-15T07:36:24.277Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-15T07:36:24.277Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-15T07:36:24.277Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-15T07:36:24.277Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-15T07:36:24.277Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-15T07:36:24.277Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-15T07:36:24.277Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-15T07:36:24.277Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-15T07:36:24.278Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-15T07:36:24.278Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-15T07:36:24.278Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-15T07:36:24.278Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-15T07:36:24.278Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-15T07:36:24.278Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-15T07:36:24.278Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-15T07:36:24.278Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-15T07:36:24.278Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-15T07:36:24.278Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-15T07:36:24.278Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-15T07:36:24.278Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-15T07:36:24.278Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-15T07:36:24.278Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-15T07:36:24.278Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-15T07:36:24.278Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-15T07:36:24.278Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-15T07:36:24.278Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-15T07:36:24.278Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-15T07:36:24.541Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-15T07:36:24.804Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-15T07:36:24.804Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-15T07:36:24.804Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-15T07:36:24.804Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-15T07:36:24.804Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-15T07:36:25.067Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-15T07:36:25.067Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-15T07:36:25.067Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-15T07:36:25.067Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-15T07:36:25.067Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-15T07:36:25.067Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-15T07:36:25.067Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-15T07:36:25.067Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-15T07:36:25.067Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-15T07:36:25.067Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-15T07:36:25.067Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-15T07:36:25.067Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-15T07:36:25.067Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-15T07:36:25.067Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-15T07:36:25.067Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-15T07:36:25.067Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-15T07:36:25.331Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-15T07:36:25.331Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-15T07:36:25.331Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-15T07:36:25.331Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-15T07:36:25.331Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-15T07:36:25.331Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-15T07:36:25.331Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-15T07:36:25.331Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-15T07:36:25.331Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-15T07:36:25.331Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-15T07:36:25.595Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-15T07:36:25.595Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-15T07:36:25.595Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-15T07:36:25.595Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2020-12-15T07:36:25.595Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-15T07:36:25.595Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-15T07:36:25.595Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-15T07:36:25.595Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-15T07:36:25.595Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-15T07:36:25.595Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-15T07:36:25.859Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T07:36:25.859Z] Fetched 63.5 MB in 2s (34.5 MB/s) [2020-12-15T07:36:25.859Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:25.859Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:25.859Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T07:36:26.809Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:26.809Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T07:36:26.809Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-15T07:36:26.809Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-15T07:36:27.761Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:27.761Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:27.761Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.024Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.024Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.024Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.024Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.287Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.287Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.287Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.287Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.287Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.549Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.549Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.549Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:28.549Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T07:36:28.549Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.549Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-15T07:36:28.811Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:28.811Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T07:36:28.811Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:28.811Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:29.073Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:29.073Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:29.073Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:29.073Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T07:36:29.336Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:29.599Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T07:36:29.599Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:29.599Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T07:36:30.172Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T07:36:30.434Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T07:36:30.434Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-15T07:36:30.695Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-15T07:36:30.695Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-15T07:36:30.696Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-15T07:36:30.959Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-15T07:36:30.959Z] Installing new version of config file /etc/issue ... [2020-12-15T07:36:30.959Z] Installing new version of config file /etc/issue.net ... [2020-12-15T07:36:30.959Z] Installing new version of config file /etc/lsb-release ... [2020-12-15T07:36:30.959Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-15T07:36:31.219Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-15T07:36:31.481Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-15T07:36:31.481Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-15T07:36:31.481Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:31.481Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-15T07:36:31.744Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-15T07:36:31.744Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-15T07:36:31.744Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2020-12-15T07:36:32.008Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:32.008Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:32.008Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:32.008Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:32.270Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:32.270Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-15T07:36:32.270Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-15T07:36:32.270Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-15T07:36:32.533Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:32.533Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-15T07:36:32.533Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T07:36:32.803Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-15T07:36:33.067Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:33.067Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T07:36:33.067Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T07:36:33.067Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T07:36:33.330Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:33.330Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T07:36:33.330Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T07:36:33.594Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-15T07:36:33.594Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:33.594Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-15T07:36:33.594Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-15T07:36:33.888Z] Setting up grep (3.1-2build1) ... [2020-12-15T07:36:33.888Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:33.888Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T07:36:33.888Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T07:36:34.150Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-15T07:36:34.412Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:34.412Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T07:36:34.412Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T07:36:34.412Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-15T07:36:34.674Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:34.674Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T07:36:34.674Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T07:36:35.622Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T07:36:35.622Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T07:36:35.622Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T07:36:35.622Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T07:36:36.195Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-15T07:36:36.207Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:36:36.207Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:36:36.207Z] ---> 37984d05ab85 [2020-12-15T07:36:36.207Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:36:36.458Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:36.458Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-15T07:36:36.458Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T07:36:37.205Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:36:37.205Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:36:37.205Z] ---> 37984d05ab85 [2020-12-15T07:36:37.205Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:36:37.411Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T07:36:37.411Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T07:36:37.478Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:36:37.478Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:36:37.478Z] ---> 37984d05ab85 [2020-12-15T07:36:37.478Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:36:37.478Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:36:37.478Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:36:37.478Z] ---> 37984d05ab85 [2020-12-15T07:36:37.478Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T07:36:37.674Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T07:36:37.674Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T07:36:37.674Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T07:36:37.750Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:36:37.750Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:36:37.750Z] ---> 37984d05ab85 [2020-12-15T07:36:37.750Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:36:37.936Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:37.936Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-15T07:36:37.937Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-15T07:36:38.199Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-15T07:36:38.199Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:38.199Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:38.199Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:38.462Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:38.462Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:38.462Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:38.462Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:38.724Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:38.724Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:38.724Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:38.724Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:38.986Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:38.986Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:38.986Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:38.986Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:39.181Z] ---> Running in 41feb49641e8 [2020-12-15T07:36:39.181Z] ---> Running in 6266c6054fe7 [2020-12-15T07:36:39.181Z] ---> Running in 4b2b6cb37fbe [2020-12-15T07:36:39.181Z] ---> Running in 5b4e6b0909c4 [2020-12-15T07:36:39.181Z] ---> Running in 6f2e9be33deb [2020-12-15T07:36:39.250Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:39.250Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:39.250Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T07:36:39.250Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T07:36:39.250Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T07:36:39.250Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T07:36:39.516Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T07:36:39.516Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:39.516Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T07:36:39.516Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T07:36:39.778Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T07:36:39.778Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:39.778Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:39.778Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:39.778Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:40.041Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:40.041Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:40.041Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:40.164Z] Removing intermediate container 6266c6054fe7 [2020-12-15T07:36:40.164Z] ---> 6087a38d43b6 [2020-12-15T07:36:40.164Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:36:40.164Z] Removing intermediate container 6f2e9be33deb [2020-12-15T07:36:40.164Z] ---> a13cda0dc53b [2020-12-15T07:36:40.164Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:36:40.164Z] Removing intermediate container 41feb49641e8 [2020-12-15T07:36:40.164Z] ---> 5f65016923af [2020-12-15T07:36:40.164Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:36:40.164Z] Removing intermediate container 5b4e6b0909c4 [2020-12-15T07:36:40.164Z] ---> 29e10794bb47 [2020-12-15T07:36:40.164Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:36:40.164Z] Removing intermediate container 4b2b6cb37fbe [2020-12-15T07:36:40.164Z] ---> 72d1042e47f4 [2020-12-15T07:36:40.164Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:36:40.164Z] ---> Running in 1932654635c0 [2020-12-15T07:36:40.164Z] ---> Running in 89e7c0a1a251 [2020-12-15T07:36:40.164Z] ---> Running in a9dab83cd7ee [2020-12-15T07:36:40.164Z] ---> Running in 88ae8ee056cc [2020-12-15T07:36:40.303Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:40.303Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:40.303Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:40.303Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:40.437Z] ---> Running in 6dd7ce33004c [2020-12-15T07:36:40.881Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:41.145Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-15T07:36:41.739Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-15T07:36:41.739Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:41.739Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T07:36:41.739Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T07:36:42.068Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T07:36:42.339Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T07:36:42.339Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-15T07:36:42.339Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T07:36:42.339Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-15T07:36:42.614Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:42.614Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-15T07:36:42.614Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-15T07:36:42.614Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-15T07:36:43.197Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:43.197Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T07:36:43.197Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T07:36:43.197Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T07:36:43.473Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:43.473Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T07:36:43.473Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T07:36:43.473Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T07:36:43.767Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:43.767Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T07:36:43.767Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T07:36:43.865Z] Removing intermediate container a9dab83cd7ee [2020-12-15T07:36:43.865Z] ---> 363b38f09887 [2020-12-15T07:36:43.865Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:36:44.074Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T07:36:44.074Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:44.074Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T07:36:44.074Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T07:36:44.139Z] ---> Running in 411b6e3182ba [2020-12-15T07:36:44.348Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-15T07:36:44.348Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T07:36:44.348Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T07:36:44.348Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T07:36:44.348Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T07:36:44.415Z] Removing intermediate container 88ae8ee056cc [2020-12-15T07:36:44.415Z] ---> cc2866efa631 [2020-12-15T07:36:44.415Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T07:36:44.415Z] Removing intermediate container 89e7c0a1a251 [2020-12-15T07:36:44.415Z] ---> eefdef0fbc65 [2020-12-15T07:36:44.415Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T07:36:44.622Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:44.623Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-15T07:36:44.623Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-15T07:36:44.623Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-15T07:36:44.623Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:44.623Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-15T07:36:44.693Z] ---> Running in f581c53b813a [2020-12-15T07:36:44.693Z] ---> Running in a6f47daebde6 [2020-12-15T07:36:44.693Z] Removing intermediate container 6dd7ce33004c [2020-12-15T07:36:44.693Z] ---> 1935dbfdd839 [2020-12-15T07:36:44.693Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T07:36:44.693Z] Removing intermediate container 1932654635c0 [2020-12-15T07:36:44.693Z] ---> 0dc1ee411c53 [2020-12-15T07:36:44.693Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:36:44.888Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T07:36:44.888Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T07:36:44.967Z] ---> Running in d03bf0f9339b [2020-12-15T07:36:44.967Z] ---> Running in cfea630920c7 [2020-12-15T07:36:45.151Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:45.151Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T07:36:45.151Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T07:36:45.728Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T07:36:45.728Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:45.728Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-15T07:36:45.728Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-15T07:36:45.954Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:45.991Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-15T07:36:45.991Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:45.991Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T07:36:45.991Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T07:36:46.253Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-15T07:36:46.515Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:46.516Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T07:36:46.561Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:46.779Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T07:36:46.779Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-15T07:36:46.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:46.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:46.832Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:47.042Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:47.042Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-15T07:36:47.042Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-15T07:36:47.042Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-15T07:36:47.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:47.306Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:47.306Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-15T07:36:47.306Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-15T07:36:47.306Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-15T07:36:47.569Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:47.569Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-15T07:36:47.569Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-15T07:36:47.831Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-15T07:36:47.831Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:47.831Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T07:36:47.831Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-15T07:36:48.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:48.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:48.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:48.094Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-15T07:36:48.094Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T07:36:48.094Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-15T07:36:48.094Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-15T07:36:48.094Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-15T07:36:48.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:36:48.356Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-15T07:36:48.356Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T07:36:48.356Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T07:36:48.618Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T07:36:48.618Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T07:36:48.881Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T07:36:48.881Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T07:36:48.881Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-15T07:36:48.951Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:36:48.951Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:36:48.951Z] OK: 12620 distinct packages available [2020-12-15T07:36:49.144Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-15T07:36:49.144Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T07:36:49.144Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-15T07:36:49.410Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T07:36:49.410Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-15T07:36:49.550Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:36:49.550Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:36:49.550Z] OK: 12620 distinct packages available [2020-12-15T07:36:49.550Z] OK: 217 MiB in 51 packages [2020-12-15T07:36:49.673Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-15T07:36:49.673Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-15T07:36:49.673Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-15T07:36:49.673Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-15T07:36:49.828Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:36:49.828Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:36:49.828Z] OK: 12620 distinct packages available [2020-12-15T07:36:49.828Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:36:49.828Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:36:49.828Z] OK: 12620 distinct packages available [2020-12-15T07:36:49.936Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-15T07:36:49.936Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-15T07:36:49.936Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-15T07:36:49.936Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-15T07:36:50.107Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:36:50.107Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:36:50.107Z] OK: 12620 distinct packages available [2020-12-15T07:36:50.198Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-15T07:36:50.199Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-15T07:36:50.462Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-15T07:36:50.462Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-15T07:36:50.704Z] OK: 217 MiB in 51 packages [2020-12-15T07:36:50.704Z] OK: 217 MiB in 51 packages [2020-12-15T07:36:50.980Z] OK: 217 MiB in 51 packages [2020-12-15T07:36:50.980Z] OK: 217 MiB in 51 packages [2020-12-15T07:36:51.409Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-15T07:36:51.409Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-15T07:36:51.409Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-15T07:36:51.594Z] Removing intermediate container 411b6e3182ba [2020-12-15T07:36:51.594Z] ---> b8c6de3ab90c [2020-12-15T07:36:51.594Z] Step 6/22 : COPY go.mod . [2020-12-15T07:36:51.672Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-15T07:36:51.672Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T07:36:51.672Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T07:36:52.250Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T07:36:52.250Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T07:36:52.513Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T07:36:52.513Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T07:36:52.513Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T07:36:52.513Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T07:36:52.588Z] Removing intermediate container a6f47daebde6 [2020-12-15T07:36:52.588Z] ---> e1577a2cc9b0 [2020-12-15T07:36:52.588Z] Step 6/23 : COPY go.mod . [2020-12-15T07:36:52.588Z] Removing intermediate container d03bf0f9339b [2020-12-15T07:36:52.588Z] ---> 3b4839d98241 [2020-12-15T07:36:52.588Z] Step 6/24 : COPY go.mod . [2020-12-15T07:36:52.588Z] ---> d32be8f87072 [2020-12-15T07:36:52.588Z] Step 7/22 : RUN go mod download [2020-12-15T07:36:52.776Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:52.776Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:52.863Z] Removing intermediate container cfea630920c7 [2020-12-15T07:36:52.863Z] ---> 772c46ee52e0 [2020-12-15T07:36:52.863Z] Step 6/21 : COPY go.mod . [2020-12-15T07:36:52.863Z] ---> Running in a966a40224d3 [2020-12-15T07:36:53.045Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:53.045Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:53.045Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:53.045Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:53.137Z] Removing intermediate container f581c53b813a [2020-12-15T07:36:53.137Z] ---> 0c31f271cbc5 [2020-12-15T07:36:53.137Z] Step 6/24 : COPY go.mod . [2020-12-15T07:36:53.310Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:53.310Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:53.745Z] ---> 9e819fe093d0 [2020-12-15T07:36:53.745Z] Step 7/23 : RUN go mod download [2020-12-15T07:36:53.745Z] ---> Running in b0f408ed6658 [2020-12-15T07:36:53.745Z] ---> 6d357e3cc16e [2020-12-15T07:36:53.745Z] Step 7/24 : RUN go mod download [2020-12-15T07:36:54.033Z] ---> 21cecb923ee0 [2020-12-15T07:36:54.033Z] Step 7/21 : RUN go mod download [2020-12-15T07:36:54.033Z] ---> Running in 15ff10f350dc [2020-12-15T07:36:54.313Z] ---> 5033908e5d60 [2020-12-15T07:36:54.313Z] Step 7/24 : RUN go mod download [2020-12-15T07:36:54.313Z] ---> Running in 38ed2eace810 [2020-12-15T07:36:54.588Z] ---> Running in 4c1353853155 [2020-12-15T07:36:54.701Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:54.701Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:55.650Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:55.650Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:56.595Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:56.595Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:57.171Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:57.171Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:57.248Z] Removing intermediate container a966a40224d3 [2020-12-15T07:36:57.248Z] ---> 1e267967bc7b [2020-12-15T07:36:57.248Z] Step 8/22 : COPY . . [2020-12-15T07:36:58.119Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T07:36:58.237Z] Removing intermediate container b0f408ed6658 [2020-12-15T07:36:58.237Z] ---> 59c458a346a0 [2020-12-15T07:36:58.237Z] Step 8/23 : COPY . . [2020-12-15T07:36:58.381Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T07:36:58.382Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T07:36:58.382Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T07:36:58.382Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T07:36:58.382Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T07:36:58.645Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T07:36:58.645Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T07:36:58.915Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-15T07:36:58.915Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-15T07:36:58.915Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T07:36:58.915Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T07:36:59.184Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T07:36:59.184Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T07:36:59.184Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-15T07:36:59.184Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-15T07:36:59.446Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:59.446Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T07:36:59.446Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:59.446Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:59.446Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:59.446Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-15T07:36:59.696Z] Removing intermediate container 38ed2eace810 [2020-12-15T07:36:59.696Z] ---> b923b0d5d44b [2020-12-15T07:36:59.696Z] Step 8/21 : COPY . . [2020-12-15T07:36:59.696Z] Removing intermediate container 15ff10f350dc [2020-12-15T07:36:59.696Z] ---> bc707ddc9221 [2020-12-15T07:36:59.696Z] Step 8/24 : COPY . . [2020-12-15T07:36:59.710Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-15T07:36:59.710Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-15T07:36:59.710Z] [2020-12-15T07:36:59.710Z] Current default time zone: 'Etc/UTC' [2020-12-15T07:36:59.710Z] Local time is now: Tue Dec 15 07:36:59 UTC 2020. [2020-12-15T07:36:59.710Z] Universal Time is now: Tue Dec 15 07:36:59 UTC 2020. [2020-12-15T07:36:59.710Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-15T07:36:59.710Z] [2020-12-15T07:36:59.973Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-15T07:36:59.973Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:36:59.973Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-15T07:36:59.973Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-15T07:36:59.973Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-15T07:36:59.973Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-15T07:36:59.973Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-15T07:36:59.973Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-15T07:37:00.248Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-15T07:37:00.248Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T07:37:00.248Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:37:00.248Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-15T07:37:00.296Z] Removing intermediate container 4c1353853155 [2020-12-15T07:37:00.296Z] ---> f87955c35835 [2020-12-15T07:37:00.296Z] Step 8/24 : COPY . . [2020-12-15T07:37:00.514Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:00.514Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T07:37:00.776Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:37:00.776Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-15T07:37:00.776Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-15T07:37:00.776Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-15T07:37:00.776Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T07:37:00.776Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-15T07:37:00.776Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-15T07:37:00.776Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-15T07:37:01.044Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T07:37:02.982Z] Updating certificates in /etc/ssl/certs... [2020-12-15T07:37:04.402Z] 22 added, 17 removed; done. [2020-12-15T07:37:04.402Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T07:37:04.402Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T07:37:04.402Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-15T07:37:04.402Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-15T07:37:04.402Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-15T07:37:04.663Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T07:37:04.663Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.663Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-15T07:37:04.925Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-15T07:37:04.925Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-15T07:37:04.925Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-15T07:37:04.925Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-15T07:37:04.925Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.925Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T07:37:04.925Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-15T07:37:04.925Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-15T07:37:04.925Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-15T07:37:05.187Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T07:37:05.187Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T07:37:05.187Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-15T07:37:05.187Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T07:37:05.187Z] Updating certificates in /etc/ssl/certs... [2020-12-15T07:37:06.133Z] 0 added, 0 removed; done. [2020-12-15T07:37:06.133Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-15T07:37:06.133Z] done. [2020-12-15T07:37:07.079Z] Reading package lists... [2020-12-15T07:37:07.340Z] Building dependency tree... [2020-12-15T07:37:07.340Z] Reading state information... [2020-12-15T07:37:07.603Z] The following NEW packages will be installed: [2020-12-15T07:37:07.603Z] apt-transport-https [2020-12-15T07:37:07.867Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T07:37:07.867Z] Need to get 1696 B of archives. [2020-12-15T07:37:07.867Z] After this operation, 153 kB of additional disk space will be used. [2020-12-15T07:37:07.867Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-15T07:37:07.867Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T07:37:07.867Z] Fetched 1696 B in 0s (8328 B/s) [2020-12-15T07:37:07.867Z] Selecting previously unselected package apt-transport-https. [2020-12-15T07:37:08.129Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-15T07:37:08.129Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-15T07:37:08.129Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T07:37:08.129Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T07:37:08.702Z] Waiting for network to be ready... [2020-12-15T07:37:18.738Z] 2020-12-15T07:37:15Z INFO Waiting for automatic snapd restart... [2020-12-15T07:37:18.738Z] snapd 2.48.1 from Canonical* installed [2020-12-15T07:37:19.313Z] "snapd" switched to the "latest/stable" channel [2020-12-15T07:37:19.313Z] [2020-12-15T07:37:25.910Z] core18 20200929 from Canonical* installed [2020-12-15T07:37:25.910Z] "core18" switched to the "latest/stable" channel [2020-12-15T07:37:25.910Z] [2020-12-15T07:37:27.159Z] ---> 2d1145511b44 [2020-12-15T07:37:27.159Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T07:37:27.159Z] ---> 626dcdd2882b [2020-12-15T07:37:27.159Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T07:37:27.159Z] ---> 9bb951b37181 [2020-12-15T07:37:27.159Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T07:37:27.159Z] ---> 87bfd44506d4 [2020-12-15T07:37:27.159Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T07:37:27.159Z] ---> 965ab8be94c5 [2020-12-15T07:37:27.159Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T07:37:27.159Z] ---> Running in c9b1625f5266 [2020-12-15T07:37:27.159Z] ---> Running in ac48d7ba7352 [2020-12-15T07:37:27.159Z] ---> Running in c8e842b7c295 [2020-12-15T07:37:27.159Z] ---> Running in 0159ec579fe9 [2020-12-15T07:37:27.159Z] ---> Running in ef2a1614c6af [2020-12-15T07:37:27.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:37:27.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:37:27.159Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:37:27.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:37:27.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:37:32.527Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T07:37:32.789Z] "snapcraft" switched to the "latest/stable" channel [2020-12-15T07:37:32.789Z] [2020-12-15T07:37:37.005Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2020-12-15T07:37:37.005Z] - README.md [2020-12-15T07:37:37.005Z] - snapcraft.yaml.orig [2020-12-15T07:37:37.005Z] [2020-12-15T07:37:37.005Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T07:37:43.613Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T07:37:43.613Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T07:37:43.876Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T07:37:43.876Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T07:37:46.062Z] Reading package lists... [2020-12-15T07:37:46.324Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2020-12-15T07:37:52.964Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T07:37:52.964Z] Reading package lists... [2020-12-15T07:37:52.964Z] Building dependency tree... [2020-12-15T07:37:52.964Z] Reading state information... [2020-12-15T07:37:52.964Z] Suggested packages: [2020-12-15T07:37:52.964Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-15T07:37:52.964Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-15T07:37:52.964Z] Recommended packages: [2020-12-15T07:37:52.964Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-15T07:37:52.964Z] The following NEW packages will be installed: [2020-12-15T07:37:52.964Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-15T07:37:52.964Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-15T07:37:52.964Z] pkg-config zip [2020-12-15T07:37:53.299Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T07:37:53.299Z] Need to get 7655 kB of archives. [2020-12-15T07:37:53.299Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-15T07:37:53.299Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-15T07:37:53.299Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-15T07:37:53.299Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-15T07:37:53.573Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-15T07:37:53.573Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-15T07:37:53.573Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-15T07:37:53.573Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-15T07:37:53.839Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-15T07:37:53.839Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-15T07:37:53.839Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-15T07:37:53.839Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-15T07:37:53.839Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-15T07:37:53.839Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-15T07:37:54.101Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-15T07:37:54.101Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-15T07:37:54.364Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T07:37:54.364Z] Fetched 7655 kB in 1s (6545 kB/s) [2020-12-15T07:37:54.627Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-15T07:37:54.627Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-15T07:37:54.627Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-15T07:37:54.627Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T07:37:54.889Z] Selecting previously unselected package libpsl5:amd64. [2020-12-15T07:37:54.889Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-15T07:37:54.889Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T07:37:54.889Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T07:37:54.889Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-15T07:37:54.889Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T07:37:55.151Z] Selecting previously unselected package librtmp1:amd64. [2020-12-15T07:37:55.151Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-15T07:37:55.151Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T07:37:55.151Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-15T07:37:55.151Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-15T07:37:55.151Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T07:37:55.151Z] Selecting previously unselected package liberror-perl. [2020-12-15T07:37:55.151Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-15T07:37:55.151Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-15T07:37:55.413Z] Selecting previously unselected package git-man. [2020-12-15T07:37:55.413Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-15T07:37:55.413Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T07:37:55.413Z] Selecting previously unselected package git. [2020-12-15T07:37:55.413Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-15T07:37:55.413Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T07:37:56.361Z] Selecting previously unselected package libnorm1:amd64. [2020-12-15T07:37:56.361Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-15T07:37:56.361Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T07:37:56.623Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-15T07:37:56.623Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-15T07:37:56.623Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T07:37:56.623Z] Selecting previously unselected package libsodium23:amd64. [2020-12-15T07:37:56.623Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-15T07:37:56.623Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-15T07:37:56.886Z] Selecting previously unselected package libzmq5:amd64. [2020-12-15T07:37:56.886Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T07:37:56.886Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T07:37:56.886Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-15T07:37:56.886Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T07:37:56.886Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T07:37:57.149Z] Selecting previously unselected package pkg-config. [2020-12-15T07:37:57.149Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-15T07:37:57.149Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T07:37:57.149Z] Selecting previously unselected package zip. [2020-12-15T07:37:57.149Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-15T07:37:57.149Z] Unpacking zip (3.0-11build1) ... [2020-12-15T07:37:57.149Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T07:37:57.412Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T07:37:57.412Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T07:37:57.412Z] Setting up liberror-perl (0.17025-1) ... [2020-12-15T07:37:57.412Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T07:37:57.412Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T07:37:57.675Z] No schema files found: doing nothing. [2020-12-15T07:37:57.675Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T07:37:57.675Z] Setting up zip (3.0-11build1) ... [2020-12-15T07:37:57.675Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T07:37:57.675Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-15T07:37:57.675Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T07:37:57.675Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T07:37:57.939Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T07:37:57.939Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T07:37:57.939Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T07:37:57.939Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T07:38:04.545Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T07:38:04.809Z] git set to automatically installed. [2020-12-15T07:38:04.809Z] git-man set to automatically installed. [2020-12-15T07:38:04.809Z] libcurl3-gnutls set to automatically installed. [2020-12-15T07:38:04.809Z] liberror-perl set to automatically installed. [2020-12-15T07:38:04.809Z] libglib2.0-0 set to automatically installed. [2020-12-15T07:38:04.809Z] libnghttp2-14 set to automatically installed. [2020-12-15T07:38:04.809Z] libnorm1 set to automatically installed. [2020-12-15T07:38:04.809Z] libpgm-5.2-0 set to automatically installed. [2020-12-15T07:38:04.809Z] libpsl5 set to automatically installed. [2020-12-15T07:38:04.809Z] librtmp1 set to automatically installed. [2020-12-15T07:38:04.809Z] libsodium23 set to automatically installed. [2020-12-15T07:38:04.809Z] libzmq3-dev set to automatically installed. [2020-12-15T07:38:04.809Z] libzmq5 set to automatically installed. [2020-12-15T07:38:04.809Z] pkg-config set to automatically installed. [2020-12-15T07:38:04.809Z] zip set to automatically installed. [2020-12-15T07:38:06.754Z] snapd is not logged in, snap install commands will use sudo [2020-12-15T07:38:13.382Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T07:38:13.382Z] snap "core18" has no updates available [2020-12-15T07:38:14.327Z] Pulling config-common [2020-12-15T07:38:15.730Z] Pulling go-build-helper [2020-12-15T07:38:42.352Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T07:38:42.352Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T07:38:42.352Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1452 kB] [2020-12-15T07:38:42.352Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T07:38:42.352Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T07:38:42.352Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T07:38:42.352Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T07:38:42.352Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T07:38:42.352Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T07:38:42.352Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T07:38:42.352Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T07:38:42.352Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T07:38:42.352Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T07:38:42.352Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T07:38:42.352Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T07:38:42.352Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T07:38:42.352Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T07:38:42.352Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T07:38:42.352Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T07:38:42.352Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1789 kB] [2020-12-15T07:38:42.352Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T07:38:42.352Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T07:38:42.352Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T07:38:42.352Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T07:38:42.352Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T07:38:42.352Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T07:38:42.352Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T07:38:42.352Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-15T07:38:42.352Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-15T07:38:42.352Z] Fetched 279 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-15T07:38:42.352Z] Fetched 122 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-15T07:38:42.352Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-15T07:38:42.352Z] Fetched 8848 B in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-15T07:38:42.352Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-15T07:38:42.352Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-15T07:38:42.352Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-15T07:38:42.352Z] Fetched 214 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-15T07:38:42.352Z] Fetched 155 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-15T07:38:42.352Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-15T07:38:42.352Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-15T07:38:42.352Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-15T07:38:42.352Z] Fetched 499 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-15T07:38:42.352Z] Fetched 111 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-15T07:38:42.352Z] Fetched 240 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-15T07:38:42.352Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-15T07:38:42.352Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-15T07:38:42.352Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-15T07:38:42.352Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-15T07:38:42.352Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-15T07:38:42.352Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-15T07:38:42.352Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-15T07:38:42.352Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-15T07:38:42.352Z] Fetched 8720 B in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-15T07:38:42.352Z] Fetched 137 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-15T07:38:42.352Z] Fetched 119 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-15T07:38:42.352Z] Fetched 109 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-15T07:38:42.352Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-15T07:38:42.352Z] Fetched 645 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-15T07:38:42.352Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-15T07:38:42.352Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-15T07:38:42.352Z] Fetched 368 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-15T07:38:42.352Z] Fetched 187 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-15T07:38:42.352Z] Fetched 175 kB in 0s (0 B/s) [2020-12-15T07:38:42.352Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-15T07:38:44.906Z] Fetched 206 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-15T07:38:44.906Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-15T07:38:44.906Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-15T07:38:44.906Z] Fetched 159 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-15T07:38:44.906Z] Fetched 107 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-15T07:38:44.906Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-15T07:38:44.906Z] Pulling static-packages [2020-12-15T07:38:46.298Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-15T07:38:46.298Z] Skipping pull go-build-helper (already ran) [2020-12-15T07:38:46.298Z] Skipping pull static-packages (already ran) [2020-12-15T07:38:46.298Z] Building go-build-helper [2020-12-15T07:38:48.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:38:51.604Z] Building static-packages [2020-12-15T07:38:54.922Z] Staging go-build-helper [2020-12-15T07:38:55.870Z] Staging static-packages [2020-12-15T07:38:57.262Z] Pulling go115 [2020-12-15T07:38:57.592Z] Removing intermediate container ac48d7ba7352 [2020-12-15T07:38:57.592Z] ---> c8d40ea537b7 [2020-12-15T07:38:57.592Z] [2020-12-15T07:38:57.592Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T07:38:57.592Z] 3.10: Pulling from library/alpine [2020-12-15T07:38:58.583Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T07:38:58.583Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T07:38:58.583Z] ---> 536a684cf733 [2020-12-15T07:38:58.583Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:38:58.711Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-15T07:38:58.711Z] Skipping pull go115 (already ran) [2020-12-15T07:38:58.711Z] Building go115 [2020-12-15T07:38:58.711Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:38:58.711Z] Dload Upload Total Spent Left Speed [2020-12-15T07:38:58.869Z] ---> Running in 111a3d4f4eff [2020-12-15T07:39:01.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:39:01.534Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:39:01.663Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6014k 0 0 15.1M 0 0:00:07 --:--:-- 0:00:07 15.1M 40 115M 40 46.3M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 75 115M 75 87.2M 0 0 36.2M 0 0:00:03 0:00:02 0:00:01 36.1M 100 115M 100 115M 0 0 34.9M 0 0:00:03 0:00:03 --:--:-- 34.9M [2020-12-15T07:39:02.130Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:39:02.130Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:39:02.130Z] OK: 10169 distinct packages available [2020-12-15T07:39:02.612Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-15T07:39:02.728Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:39:03.003Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:39:03.003Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:39:03.003Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:39:03.003Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:39:03.003Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:39:03.003Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:39:03.281Z] OK: 7 MiB in 19 packages [2020-12-15T07:39:06.684Z] Removing intermediate container 111a3d4f4eff [2020-12-15T07:39:06.684Z] ---> 2fd528e86e35 [2020-12-15T07:39:06.684Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:39:06.684Z] ---> Running in 326a979e8ad8 [2020-12-15T07:39:06.958Z] Removing intermediate container 326a979e8ad8 [2020-12-15T07:39:06.958Z] ---> 33eef2b425dd [2020-12-15T07:39:06.958Z] Step 13/24 : WORKDIR / [2020-12-15T07:39:07.233Z] ---> Running in e60cfed3741f [2020-12-15T07:39:08.222Z] Removing intermediate container e60cfed3741f [2020-12-15T07:39:08.222Z] ---> 71e4766835bd [2020-12-15T07:39:08.222Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T07:39:09.215Z] Staging go115 [2020-12-15T07:39:09.677Z] ---> b31f45bb2dbf [2020-12-15T07:39:09.677Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T07:39:10.667Z] ---> 32fd61fcf1de [2020-12-15T07:39:10.667Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T07:39:12.113Z] ---> 1f13cffcfb3b [2020-12-15T07:39:12.113Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T07:39:13.578Z] ---> e93e207e26a5 [2020-12-15T07:39:13.578Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T07:39:15.572Z] ---> 3c996d5fb0ce [2020-12-15T07:39:15.572Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:39:15.818Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T07:39:15.818Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T07:39:15.818Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T07:39:15.818Z] Fetched 0 B in 0s (0 B/s) [2020-12-15T07:39:15.818Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-15T07:39:15.818Z] Fetched 224 kB in 0s (0 B/s) [2020-12-15T07:39:15.818Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-15T07:39:15.818Z] Fetched 157 kB in 0s (0 B/s) [2020-12-15T07:39:15.818Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-15T07:39:15.818Z] Fetched 221 kB in 0s (0 B/s) [2020-12-15T07:39:15.818Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-15T07:39:15.818Z] Fetched 143 kB in 0s (0 B/s) [2020-12-15T07:39:15.818Z] Pulling edgex-go [2020-12-15T07:39:16.564Z] ---> fdf2e66b6713 [2020-12-15T07:39:16.564Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:39:16.841Z] ---> Running in 3a541763d3dc [2020-12-15T07:39:18.367Z] Pulling version [2020-12-15T07:39:19.757Z] Building config-common [2020-12-15T07:39:21.182Z] Removing intermediate container 3a541763d3dc [2020-12-15T07:39:21.182Z] ---> 51cf2279a3b2 [2020-12-15T07:39:21.182Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:39:21.793Z] ---> Running in 35312c6ee406 [2020-12-15T07:39:22.785Z] Removing intermediate container 35312c6ee406 [2020-12-15T07:39:22.785Z] ---> 318467bcb681 [2020-12-15T07:39:22.785Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T07:39:23.074Z] Skipping build go-build-helper (already ran) [2020-12-15T07:39:23.074Z] Skipping build static-packages (already ran) [2020-12-15T07:39:23.074Z] Skipping build go115 (already ran) [2020-12-15T07:39:23.074Z] Building edgex-go [2020-12-15T07:39:23.392Z] ---> Running in 63a36b6abc60 [2020-12-15T07:39:24.009Z] Removing intermediate container 0159ec579fe9 [2020-12-15T07:39:24.009Z] ---> aecf27824dc3 [2020-12-15T07:39:24.009Z] [2020-12-15T07:39:24.009Z] Step 10/24 : FROM scratch [2020-12-15T07:39:24.009Z] ---> [2020-12-15T07:39:24.009Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T07:39:24.020Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T07:39:24.609Z] ---> Running in 166bd4e7bb78 [2020-12-15T07:39:24.888Z] Removing intermediate container 63a36b6abc60 [2020-12-15T07:39:24.888Z] ---> 31525d8b8164 [2020-12-15T07:39:24.888Z] Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:39:24.977Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-15T07:39:24.977Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.61 [2020-12-15T07:39:24.977Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 [2020-12-15T07:39:24.977Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-15T07:39:24.977Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-15T07:39:24.977Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.27 [2020-12-15T07:39:24.977Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-15T07:39:24.977Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-15T07:39:24.977Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-15T07:39:24.977Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-15T07:39:25.162Z] ---> Running in ef52ed4d2c96 [2020-12-15T07:39:25.263Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T07:39:25.263Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T07:39:25.263Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-15T07:39:25.263Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-15T07:39:25.263Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-15T07:39:25.264Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-15T07:39:25.264Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T07:39:25.264Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-15T07:39:25.264Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-15T07:39:25.264Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-15T07:39:25.264Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T07:39:25.264Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-15T07:39:25.264Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-15T07:39:25.264Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-15T07:39:25.264Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-15T07:39:25.264Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-15T07:39:25.264Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-15T07:39:25.264Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-15T07:39:25.529Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-15T07:39:25.767Z] Removing intermediate container 166bd4e7bb78 [2020-12-15T07:39:25.767Z] ---> 59fd08d6aa58 [2020-12-15T07:39:25.767Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T07:39:25.767Z] ---> Running in 0e4e3dc873c9 [2020-12-15T07:39:25.811Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-15T07:39:25.811Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-15T07:39:26.044Z] Removing intermediate container ef52ed4d2c96 [2020-12-15T07:39:26.044Z] ---> 0a311c44d3c0 [2020-12-15T07:39:26.044Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:39:26.075Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-15T07:39:26.338Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-15T07:39:26.649Z] ---> Running in ff668099d6a8 [2020-12-15T07:39:26.649Z] Removing intermediate container 0e4e3dc873c9 [2020-12-15T07:39:26.649Z] ---> 9f44ecd3e9c8 [2020-12-15T07:39:26.649Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T07:39:26.930Z] ---> Running in fccb93d17ec4 [2020-12-15T07:39:27.531Z] Removing intermediate container ff668099d6a8 [2020-12-15T07:39:27.531Z] ---> 7cdc47a050e5 [2020-12-15T07:39:27.531Z] [2020-12-15T07:39:27.531Z] Removing intermediate container ef2a1614c6af [2020-12-15T07:39:27.531Z] ---> 72f8b4ca733a [2020-12-15T07:39:27.531Z] [2020-12-15T07:39:27.531Z] Step 10/21 : FROM scratch [2020-12-15T07:39:27.531Z] ---> [2020-12-15T07:39:27.531Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:39:28.140Z] ---> Running in d83c5686bd73 [2020-12-15T07:39:28.140Z] Removing intermediate container fccb93d17ec4 [2020-12-15T07:39:28.140Z] ---> 3abcbd6f5023 [2020-12-15T07:39:28.140Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T07:39:28.141Z] Successfully built 7cdc47a050e5 [2020-12-15T07:39:28.419Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T07:39:28.419Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-secrets-setup-go [2020-12-15T07:39:29.019Z] Removing intermediate container d83c5686bd73 [2020-12-15T07:39:29.019Z] ---> b9b2f00a7709 [2020-12-15T07:39:29.019Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T07:39:29.019Z] ---> Running in 58114933aea4 [2020-12-15T07:39:29.297Z] ---> bfce681d3ad8 [2020-12-15T07:39:29.297Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T07:39:29.901Z] Removing intermediate container 58114933aea4 [2020-12-15T07:39:29.901Z] ---> 25944f387686 [2020-12-15T07:39:29.901Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T07:39:30.504Z] ---> Running in f9e0427f34b8 [2020-12-15T07:39:31.499Z] ---> 3a3d7492e9bf [2020-12-15T07:39:31.500Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T07:39:32.107Z] Removing intermediate container f9e0427f34b8 [2020-12-15T07:39:32.107Z] ---> 2c343f313c66 [2020-12-15T07:39:32.107Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T07:39:34.160Z] ---> 1baf5bb7ff76 [2020-12-15T07:39:34.160Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T07:39:34.434Z] ---> 55d325a33f6d [2020-12-15T07:39:34.434Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T07:39:35.886Z] ---> 19ef310a4b61 [2020-12-15T07:39:35.886Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T07:39:35.886Z] ---> 8b2c7cee8438 [2020-12-15T07:39:35.886Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T07:39:36.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T07:39:37.888Z] ---> 37a1e7aa2e34 [2020-12-15T07:39:37.889Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T07:39:38.491Z] ---> Running in 2d665d43a894 [2020-12-15T07:39:38.766Z] ---> ac8fabff00ed [2020-12-15T07:39:38.766Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T07:39:39.363Z] Removing intermediate container 2d665d43a894 [2020-12-15T07:39:39.363Z] ---> e268ffdef0d3 [2020-12-15T07:39:39.363Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:39:39.636Z] ---> Running in 2cf3b8d84845 [2020-12-15T07:39:40.236Z] ---> 4573705b6052 [2020-12-15T07:39:40.236Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T07:39:40.513Z] ---> Running in 44532b763c1f [2020-12-15T07:39:40.513Z] Removing intermediate container 2cf3b8d84845 [2020-12-15T07:39:40.513Z] ---> e709c02628fb [2020-12-15T07:39:40.513Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T07:39:41.115Z] ---> Running in cc89fe56406c [2020-12-15T07:39:41.391Z] Removing intermediate container 44532b763c1f [2020-12-15T07:39:41.391Z] ---> 4c0664517f60 [2020-12-15T07:39:41.391Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:39:41.668Z] ---> Running in 119905d64b8d [2020-12-15T07:39:41.945Z] Removing intermediate container cc89fe56406c [2020-12-15T07:39:41.945Z] ---> 475ce0a041df [2020-12-15T07:39:41.945Z] Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:39:42.927Z] ---> Running in 384478cf9453 [2020-12-15T07:39:42.927Z] Removing intermediate container 119905d64b8d [2020-12-15T07:39:42.927Z] ---> f1418db2a966 [2020-12-15T07:39:42.927Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T07:39:42.975Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:39:43.210Z] ---> Running in ee7e989c79da [2020-12-15T07:39:43.814Z] Removing intermediate container 384478cf9453 [2020-12-15T07:39:43.814Z] ---> dd2ce184d089 [2020-12-15T07:39:43.814Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:39:43.922Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T07:39:44.418Z] Removing intermediate container ee7e989c79da [2020-12-15T07:39:44.418Z] ---> 4b61bcec47bc [2020-12-15T07:39:44.418Z] Step 23/24 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:39:44.708Z] ---> Running in efe3997df709 [2020-12-15T07:39:45.314Z] ---> Running in 23bf24fbd3a9 [2020-12-15T07:39:45.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:39:45.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:39:45.895Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-15T07:39:45.915Z] Removing intermediate container efe3997df709 [2020-12-15T07:39:45.915Z] ---> aff32e9d5536 [2020-12-15T07:39:45.915Z] [2020-12-15T07:39:45.916Z] Removing intermediate container c9b1625f5266 [2020-12-15T07:39:45.916Z] ---> cf69fbe2c8f8 [2020-12-15T07:39:45.916Z] [2020-12-15T07:39:45.916Z] Step 10/22 : FROM scratch [2020-12-15T07:39:45.916Z] ---> [2020-12-15T07:39:45.916Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:39:46.160Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T07:39:46.160Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T07:39:46.193Z] ---> Using cache [2020-12-15T07:39:46.193Z] ---> b9b2f00a7709 [2020-12-15T07:39:46.193Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T07:39:46.470Z] Removing intermediate container 23bf24fbd3a9 [2020-12-15T07:39:46.470Z] ---> c2f69685a1d8 [2020-12-15T07:39:46.470Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:39:46.470Z] Successfully built aff32e9d5536 [2020-12-15T07:39:46.743Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T07:39:46.743Z] Building docker-security-proxy-setup-go [2020-12-15T07:39:46.743Z]  Building docker-support-scheduler-go ... done  ---> Running in f5b9e25d51a3 [2020-12-15T07:39:47.034Z] ---> Running in 01d741d2d286 [2020-12-15T07:39:47.310Z] Removing intermediate container f5b9e25d51a3 [2020-12-15T07:39:47.310Z] ---> 7285c788a69e [2020-12-15T07:39:47.310Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:39:47.583Z] ---> Running in 2e121ef6f0ec [2020-12-15T07:39:47.855Z] Removing intermediate container 01d741d2d286 [2020-12-15T07:39:47.855Z] ---> ce0c33faad23 [2020-12-15T07:39:47.855Z] [2020-12-15T07:39:48.084Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T07:39:48.084Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-15T07:39:48.084Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-15T07:39:48.130Z] Removing intermediate container 2e121ef6f0ec [2020-12-15T07:39:48.130Z] ---> 86f2250188c6 [2020-12-15T07:39:48.130Z] Step 14/22 : WORKDIR / [2020-12-15T07:39:48.130Z] ---> Running in ffaefae757a5 [2020-12-15T07:39:48.407Z] Successfully built ce0c33faad23 [2020-12-15T07:39:48.680Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T07:39:48.680Z]  Building docker-support-notifications-go ... done Building docker-sys-mgmt-agent-go [2020-12-15T07:39:49.283Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:39:49.283Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T07:39:49.283Z] ---> 37984d05ab85 [2020-12-15T07:39:49.283Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T07:39:49.283Z] ---> Using cache [2020-12-15T07:39:49.283Z] ---> 72d1042e47f4 [2020-12-15T07:39:49.283Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T07:39:49.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:39:49.560Z] Removing intermediate container ffaefae757a5 [2020-12-15T07:39:49.560Z] ---> df3ae3874e7c [2020-12-15T07:39:49.560Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T07:39:49.834Z] ---> Running in e1783c47be34 [2020-12-15T07:39:50.976Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:39:50.976Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-15T07:39:51.279Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:39:51.878Z] ---> 72a61eaff5b2 [2020-12-15T07:39:51.878Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T07:39:52.386Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T07:39:52.386Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T07:39:52.479Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:39:53.923Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:39:53.923Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:39:53.923Z] OK: 12620 distinct packages available [2020-12-15T07:39:54.319Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T07:39:54.534Z] OK: 217 MiB in 51 packages [2020-12-15T07:39:54.895Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:39:56.288Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T07:39:56.532Z] ---> 17a69785b1b3 [2020-12-15T07:39:56.532Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T07:39:56.808Z] Removing intermediate container c8e842b7c295 [2020-12-15T07:39:56.808Z] ---> d6c807a53296 [2020-12-15T07:39:56.808Z] [2020-12-15T07:39:57.098Z] Step 10/23 : FROM alpine [2020-12-15T07:39:57.098Z] latest: Pulling from library/alpine [2020-12-15T07:39:57.098Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T07:39:57.098Z] Status: Downloaded newer image for alpine:latest [2020-12-15T07:39:57.098Z] ---> dd36a01c3f31 [2020-12-15T07:39:57.098Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:39:57.696Z] ---> Running in 19c7dcd22344 [2020-12-15T07:39:57.696Z] Removing intermediate container e1783c47be34 [2020-12-15T07:39:57.696Z] ---> ff9dac907e86 [2020-12-15T07:39:57.696Z] Step 5/29 : COPY go.mod . [2020-12-15T07:39:57.696Z] ---> f1966ff46394 [2020-12-15T07:39:57.696Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T07:39:57.979Z] ---> Running in 50c86dca286e [2020-12-15T07:39:58.253Z] Removing intermediate container 19c7dcd22344 [2020-12-15T07:39:58.253Z] ---> 6918fe5bfccd [2020-12-15T07:39:58.253Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T07:39:58.529Z] ---> Running in 3dfab48db96e [2020-12-15T07:39:58.812Z] ---> 4e04021fbcff [2020-12-15T07:39:58.812Z] Step 6/29 : RUN go mod download [2020-12-15T07:39:58.812Z] Removing intermediate container 50c86dca286e [2020-12-15T07:39:58.812Z] ---> 0584547197b7 [2020-12-15T07:39:58.812Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:39:58.812Z] ---> Running in 5c3c87f74431 [2020-12-15T07:39:59.094Z] ---> Running in c7f2cdfbf71a [2020-12-15T07:39:59.372Z] Removing intermediate container 3dfab48db96e [2020-12-15T07:39:59.372Z] ---> 213d8978778b [2020-12-15T07:39:59.372Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T07:39:59.603Z] Building version [2020-12-15T07:39:59.651Z] ---> Running in 3ba4ef17eb74 [2020-12-15T07:39:59.928Z] Removing intermediate container c7f2cdfbf71a [2020-12-15T07:39:59.928Z] ---> 67c2be816055 [2020-12-15T07:39:59.928Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:40:00.210Z] ---> Running in fac26f053ed2 [2020-12-15T07:40:00.482Z] Removing intermediate container 3ba4ef17eb74 [2020-12-15T07:40:00.482Z] ---> 0e82014520c4 [2020-12-15T07:40:00.482Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:40:00.757Z] ---> Running in ccbd87159d17 [2020-12-15T07:40:01.037Z] Removing intermediate container fac26f053ed2 [2020-12-15T07:40:01.037Z] ---> 673510d0c02b [2020-12-15T07:40:01.037Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:40:01.681Z] ---> Running in d2898e649f21 [2020-12-15T07:40:02.680Z] Removing intermediate container d2898e649f21 [2020-12-15T07:40:02.680Z] ---> eb92203edc7d [2020-12-15T07:40:02.680Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:40:02.925Z] Staging config-common [2020-12-15T07:40:02.956Z] Removing intermediate container 5c3c87f74431 [2020-12-15T07:40:02.956Z] ---> 0f3f0e3564bd [2020-12-15T07:40:02.956Z] Step 7/29 : COPY . . [2020-12-15T07:40:03.233Z] ---> Running in 7add404b7d51 [2020-12-15T07:40:04.217Z] Removing intermediate container 7add404b7d51 [2020-12-15T07:40:04.217Z] ---> a9d97aeb959a [2020-12-15T07:40:04.217Z] [2020-12-15T07:40:04.321Z] Skipping stage go-build-helper (already ran) [2020-12-15T07:40:04.321Z] Skipping stage static-packages (already ran) [2020-12-15T07:40:04.321Z] Skipping stage go115 (already ran) [2020-12-15T07:40:04.321Z] Staging edgex-go [2020-12-15T07:40:04.817Z] Successfully built a9d97aeb959a [2020-12-15T07:40:05.426Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T07:40:05.426Z]  Building docker-core-metadata-go ... done Building docker-core-command-go [2020-12-15T07:40:05.702Z] Removing intermediate container ccbd87159d17 [2020-12-15T07:40:05.702Z] ---> 3c20e30a051f [2020-12-15T07:40:05.702Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T07:40:05.718Z] Staging version [2020-12-15T07:40:07.111Z] Priming config-common [2020-12-15T07:40:07.150Z] ---> Running in e0534a21fd95 [2020-12-15T07:40:08.507Z] Priming go-build-helper [2020-12-15T07:40:08.594Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:40:09.459Z] Priming static-packages [2020-12-15T07:40:09.579Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:40:11.023Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T07:40:11.300Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T07:40:11.575Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T07:40:12.172Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T07:40:12.447Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T07:40:12.447Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:40:12.720Z] OK: 8 MiB in 19 packages [2020-12-15T07:40:12.771Z] Priming go115 [2020-12-15T07:40:14.162Z] Priming edgex-go [2020-12-15T07:40:15.556Z] Priming version [2020-12-15T07:40:16.946Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-15T07:40:18.132Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:40:18.132Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:40:18.132Z] ---> 37984d05ab85 [2020-12-15T07:40:18.132Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> 72d1042e47f4 [2020-12-15T07:40:18.132Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> 1935dbfdd839 [2020-12-15T07:40:18.132Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> 3b4839d98241 [2020-12-15T07:40:18.132Z] Step 6/21 : COPY go.mod . [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> 6d357e3cc16e [2020-12-15T07:40:18.132Z] Step 7/21 : RUN go mod download [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> bc707ddc9221 [2020-12-15T07:40:18.132Z] Step 8/21 : COPY . . [2020-12-15T07:40:18.132Z] ---> Using cache [2020-12-15T07:40:18.132Z] ---> 9bb951b37181 [2020-12-15T07:40:18.132Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T07:40:18.726Z] ---> Running in 557d747b0e82 [2020-12-15T07:40:19.324Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:40:19.324Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:40:19.324Z] ---> 37984d05ab85 [2020-12-15T07:40:19.324Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T07:40:19.324Z] ---> Using cache [2020-12-15T07:40:19.324Z] ---> 72d1042e47f4 [2020-12-15T07:40:19.324Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:40:19.324Z] ---> Using cache [2020-12-15T07:40:19.324Z] ---> 1935dbfdd839 [2020-12-15T07:40:19.324Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T07:40:19.324Z] ---> Running in 2c9db8f9e994 [2020-12-15T07:40:19.324Z] Removing intermediate container e0534a21fd95 [2020-12-15T07:40:19.324Z] ---> 952617462c18 [2020-12-15T07:40:19.324Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [Pipeline] } [2020-12-15T07:40:19.596Z] ---> 1ff0bc17ec5e [2020-12-15T07:40:19.597Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [2020-12-15T07:40:19.881Z] ---> Running in 06d6c025a84c [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T07:40:20.487Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T07:40:20.487Z] ---> d6f0eb3c5dc1 [2020-12-15T07:40:20.487Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T07:40:21.095Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:40:22.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-15T07:40:22.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:40:23.788Z] ---> 4b646f301867 [2020-12-15T07:40:23.788Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T07:40:24.072Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:40:24.072Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:40:24.072Z] OK: 12620 distinct packages available [2020-12-15T07:40:25.058Z] OK: 217 MiB in 51 packages [2020-12-15T07:40:25.658Z] ---> 7feaa4aaba6e [2020-12-15T07:40:25.658Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T07:40:26.262Z] ---> Running in 9b4e70fcea46 [2020-12-15T07:40:27.243Z] Removing intermediate container 9b4e70fcea46 [2020-12-15T07:40:27.243Z] ---> 6723f5090eb0 [2020-12-15T07:40:27.243Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:40:27.516Z] Removing intermediate container 2c9db8f9e994 [2020-12-15T07:40:27.516Z] ---> ff55cdf717bf [2020-12-15T07:40:27.516Z] Step 6/27 : COPY go.mod . [2020-12-15T07:40:27.794Z] ---> Running in 3e0c9f45ffd4 [2020-12-15T07:40:28.780Z] Removing intermediate container 3e0c9f45ffd4 [2020-12-15T07:40:28.780Z] ---> 49756caef8ab [2020-12-15T07:40:28.780Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T07:40:29.057Z] ---> cb866167fec5 [2020-12-15T07:40:29.057Z] Step 7/27 : RUN go mod download [2020-12-15T07:40:29.339Z] ---> Running in 6b6dd6ec4f73 [2020-12-15T07:40:29.615Z] ---> Running in ac4c04b676c9 [2020-12-15T07:40:31.063Z] Removing intermediate container 6b6dd6ec4f73 [2020-12-15T07:40:31.063Z] ---> 741654f07674 [2020-12-15T07:40:31.063Z] Step 22/23 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:40:31.341Z] ---> Running in 5ce5be196d58 [2020-12-15T07:40:32.785Z] Removing intermediate container 5ce5be196d58 [2020-12-15T07:40:32.785Z] ---> 353d0bd9f755 [2020-12-15T07:40:32.785Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T07:40:32.785Z] ---> Running in f131821aa8e8 [2020-12-15T07:40:34.234Z] Removing intermediate container f131821aa8e8 [2020-12-15T07:40:34.234Z] ---> 1e2f1193862c [2020-12-15T07:40:34.234Z] [2020-12-15T07:40:34.234Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:40:34.234Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:40:34.234Z] ---> 37984d05ab85 [2020-12-15T07:40:34.234Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:40:34.234Z] ---> Using cache [2020-12-15T07:40:34.234Z] ---> 72d1042e47f4 [2020-12-15T07:40:34.234Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:40:34.234Z] ---> Using cache [2020-12-15T07:40:34.234Z] ---> 1935dbfdd839 [2020-12-15T07:40:34.234Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:40:34.234Z] ---> Using cache [2020-12-15T07:40:34.234Z] ---> 3b4839d98241 [2020-12-15T07:40:34.234Z] Step 6/22 : COPY go.mod . [2020-12-15T07:40:34.234Z] ---> Using cache [2020-12-15T07:40:34.234Z] ---> 6d357e3cc16e [2020-12-15T07:40:34.234Z] Step 7/22 : RUN go mod download [2020-12-15T07:40:34.234Z] ---> Using cache [2020-12-15T07:40:34.234Z] ---> bc707ddc9221 [2020-12-15T07:40:34.234Z] Step 8/22 : COPY . . [2020-12-15T07:40:34.510Z] ---> Using cache [2020-12-15T07:40:34.510Z] ---> 9bb951b37181 [2020-12-15T07:40:34.510Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T07:40:34.805Z] Successfully built 1e2f1193862c [2020-12-15T07:40:34.805Z] ---> Running in 0d40edbf956e [2020-12-15T07:40:35.079Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T07:40:35.079Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-15T07:40:35.079Z] Removing intermediate container ac4c04b676c9 [2020-12-15T07:40:35.079Z] ---> 62a3b8f165d4 [2020-12-15T07:40:35.079Z] Step 8/27 : COPY . . [2020-12-15T07:40:37.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T07:40:59.974Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:40:59.974Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:40:59.974Z] ---> 37984d05ab85 [2020-12-15T07:40:59.974Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> 72d1042e47f4 [2020-12-15T07:40:59.974Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> 1935dbfdd839 [2020-12-15T07:40:59.974Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> 3b4839d98241 [2020-12-15T07:40:59.974Z] Step 6/22 : COPY go.mod . [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> 6d357e3cc16e [2020-12-15T07:40:59.974Z] Step 7/22 : RUN go mod download [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> bc707ddc9221 [2020-12-15T07:40:59.974Z] Step 8/22 : COPY . . [2020-12-15T07:40:59.974Z] ---> Using cache [2020-12-15T07:40:59.974Z] ---> 9bb951b37181 [2020-12-15T07:40:59.974Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T07:41:01.970Z] ---> Running in 7595b96bce18 [2020-12-15T07:41:02.248Z] ---> 6aaff0d99b1c [2020-12-15T07:41:02.248Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T07:41:02.524Z] ---> Running in f235e1d88b32 [2020-12-15T07:41:04.537Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:41:04.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T07:41:31.669Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T07:41:39.968Z] Removing intermediate container 06d6c025a84c [2020-12-15T07:41:39.968Z] ---> 6dcc1ee4560e [2020-12-15T07:41:39.968Z] [2020-12-15T07:41:39.968Z] Step 9/29 : FROM alpine:latest [2020-12-15T07:41:39.968Z] ---> dd36a01c3f31 [2020-12-15T07:41:39.968Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-15T07:41:39.968Z] ---> Running in 54b0c2ecefb3 [2020-12-15T07:41:39.969Z] Removing intermediate container 54b0c2ecefb3 [2020-12-15T07:41:39.969Z] ---> 450908486a59 [2020-12-15T07:41:39.969Z] Step 11/29 : USER root [2020-12-15T07:41:39.969Z] ---> Running in 4a5fa50cb6ae [2020-12-15T07:41:40.567Z] Removing intermediate container 4a5fa50cb6ae [2020-12-15T07:41:40.567Z] ---> 8212f96cf8a0 [2020-12-15T07:41:40.567Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T07:41:40.841Z] ---> Running in a3ab5b889835 [2020-12-15T07:41:42.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:41:42.823Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:41:43.812Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:41:43.812Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:41:43.812Z] OK: 12617 distinct packages available [2020-12-15T07:41:44.790Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T07:41:44.790Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T07:41:44.790Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:41:44.790Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:41:45.071Z] OK: 6 MiB in 16 packages [2020-12-15T07:41:47.068Z] Removing intermediate container 557d747b0e82 [2020-12-15T07:41:47.068Z] ---> 425cb4f01a57 [2020-12-15T07:41:47.068Z] [2020-12-15T07:41:47.068Z] Step 10/21 : FROM alpine [2020-12-15T07:41:47.068Z] ---> dd36a01c3f31 [2020-12-15T07:41:47.068Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T07:41:47.345Z] ---> Running in 73d4fb76a0a7 [2020-12-15T07:41:48.340Z] Removing intermediate container a3ab5b889835 [2020-12-15T07:41:48.340Z] ---> 032006d3444e [2020-12-15T07:41:48.340Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T07:41:48.340Z] ---> Running in 3d602e1ff776 [2020-12-15T07:41:48.958Z] Removing intermediate container 3d602e1ff776 [2020-12-15T07:41:48.958Z] ---> f29fddd523b9 [2020-12-15T07:41:48.958Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T07:41:49.238Z] ---> Running in 796d662cc591 [2020-12-15T07:41:49.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:41:49.850Z] Removing intermediate container 796d662cc591 [2020-12-15T07:41:49.850Z] ---> 078a11516441 [2020-12-15T07:41:49.850Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T07:41:49.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:41:49.850Z] ---> Running in b81eef483b73 [2020-12-15T07:41:50.849Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:41:50.849Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:41:50.849Z] OK: 12617 distinct packages available [2020-12-15T07:41:51.460Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T07:41:51.460Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:41:51.460Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T07:41:51.738Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T07:41:51.738Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:41:51.738Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:41:52.017Z] OK: 7 MiB in 18 packages [2020-12-15T07:41:54.034Z] Removing intermediate container b81eef483b73 [2020-12-15T07:41:54.034Z] ---> 6b7d939b7e6f [2020-12-15T07:41:54.034Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T07:41:55.069Z] Removing intermediate container 73d4fb76a0a7 [2020-12-15T07:41:55.069Z] ---> 5cab3611a048 [2020-12-15T07:41:55.069Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:41:55.345Z] ---> Running in 51e964a975c6 [2020-12-15T07:41:55.975Z] ---> 33796467c5f8 [2020-12-15T07:41:55.976Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T07:41:56.259Z] Removing intermediate container 51e964a975c6 [2020-12-15T07:41:56.259Z] ---> 709bab9cb559 [2020-12-15T07:41:56.259Z] Step 13/21 : WORKDIR /edgex [2020-12-15T07:41:56.259Z] ---> Running in 14855f272078 [2020-12-15T07:41:57.296Z] Removing intermediate container 14855f272078 [2020-12-15T07:41:57.296Z] ---> e830274dbfc2 [2020-12-15T07:41:57.296Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T07:41:57.296Z] ---> 085e7d1a5e4e [2020-12-15T07:41:57.296Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T07:41:58.752Z] ---> 45a3e910ed61 [2020-12-15T07:41:58.752Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T07:41:58.752Z] ---> 9f5e3e671708 [2020-12-15T07:41:58.752Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T07:42:00.758Z] ---> 73ac90a38316 [2020-12-15T07:42:00.759Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T07:42:00.759Z] ---> 324a3359621d [2020-12-15T07:42:00.759Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T07:42:01.745Z] ---> e6dcc7e2aaad [2020-12-15T07:42:01.745Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T07:42:02.019Z] ---> Running in f945b09afffb [2020-12-15T07:42:03.008Z] ---> d47493ea3cd6 [2020-12-15T07:42:03.008Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T07:42:03.008Z] ---> Running in 9cba42307eea [2020-12-15T07:42:04.236Z] Removing intermediate container 9cba42307eea [2020-12-15T07:42:04.236Z] ---> 95e248f6b867 [2020-12-15T07:42:04.236Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T07:42:04.236Z] ---> Running in e2d009f5dff4 [2020-12-15T07:42:05.324Z] Removing intermediate container e2d009f5dff4 [2020-12-15T07:42:05.324Z] ---> 4de0f3a18800 [2020-12-15T07:42:05.324Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T07:42:05.324Z] ---> Running in 92b8183bbe93 [2020-12-15T07:42:05.992Z] Removing intermediate container f945b09afffb [2020-12-15T07:42:05.992Z] ---> 87125b16f355 [2020-12-15T07:42:05.992Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:42:06.288Z] Removing intermediate container 92b8183bbe93 [2020-12-15T07:42:06.288Z] ---> 8ba49e221224 [2020-12-15T07:42:06.288Z] Step 20/21 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:42:06.288Z] ---> Running in 10256723fba9 [2020-12-15T07:42:07.327Z] Removing intermediate container 10256723fba9 [2020-12-15T07:42:07.327Z] ---> 9a51fb618744 [2020-12-15T07:42:07.327Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:42:07.639Z] ---> b12034fbcee2 [2020-12-15T07:42:07.639Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:42:07.639Z] ---> Running in 39042b4b8041 [2020-12-15T07:42:07.639Z] ---> Running in ab15dcf8641b [2020-12-15T07:42:08.680Z] Removing intermediate container 39042b4b8041 [2020-12-15T07:42:08.680Z] ---> da35a272cc90 [2020-12-15T07:42:08.680Z] [2020-12-15T07:42:09.282Z] Successfully built da35a272cc90 [2020-12-15T07:42:09.283Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T07:42:11.915Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ab15dcf8641b [2020-12-15T07:42:11.915Z] ---> 3b6065b4da5d [2020-12-15T07:42:11.915Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T07:42:12.194Z] ---> Running in c4b2ce311893 [2020-12-15T07:42:16.526Z] Removing intermediate container c4b2ce311893 [2020-12-15T07:42:16.526Z] ---> 8b81f938ad84 [2020-12-15T07:42:16.526Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:42:16.526Z] ---> Running in c9552b685595 [2020-12-15T07:42:16.809Z] Removing intermediate container c9552b685595 [2020-12-15T07:42:16.809Z] ---> c865e875c926 [2020-12-15T07:42:16.809Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T07:42:17.085Z] ---> Running in 30e64c29216a [2020-12-15T07:42:17.698Z] Removing intermediate container 30e64c29216a [2020-12-15T07:42:17.698Z] ---> fbaf37320fcc [2020-12-15T07:42:17.698Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T07:42:17.974Z] ---> Running in a2b38ac15a67 [2020-12-15T07:42:18.579Z] Removing intermediate container a2b38ac15a67 [2020-12-15T07:42:18.579Z] ---> 4ec6bec961a9 [2020-12-15T07:42:18.579Z] Step 28/29 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:42:18.857Z] ---> Running in be2dffb801b6 [2020-12-15T07:42:19.465Z] Removing intermediate container be2dffb801b6 [2020-12-15T07:42:19.465Z] ---> 3f33931cdec2 [2020-12-15T07:42:19.465Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T07:42:19.465Z] ---> Running in 3fa1f5ebf5df [2020-12-15T07:42:20.069Z] Removing intermediate container 3fa1f5ebf5df [2020-12-15T07:42:20.069Z] ---> 1264891da682 [2020-12-15T07:42:20.069Z] [2020-12-15T07:42:20.674Z] Successfully built 1264891da682 [2020-12-15T07:42:20.674Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T07:42:26.098Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 0d40edbf956e [2020-12-15T07:42:26.098Z] ---> 4f8b4397cf05 [2020-12-15T07:42:26.098Z] [2020-12-15T07:42:26.098Z] Step 10/22 : FROM scratch [2020-12-15T07:42:26.098Z] ---> [2020-12-15T07:42:26.098Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:42:26.098Z] ---> Using cache [2020-12-15T07:42:26.098Z] ---> b9b2f00a7709 [2020-12-15T07:42:26.098Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T07:42:26.098Z] ---> Running in dd483277206b [2020-12-15T07:42:26.709Z] Removing intermediate container dd483277206b [2020-12-15T07:42:26.710Z] ---> 0bdd3981b157 [2020-12-15T07:42:26.710Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:42:26.985Z] Removing intermediate container 7595b96bce18 [2020-12-15T07:42:26.985Z] ---> 9ded7193b7b0 [2020-12-15T07:42:26.985Z] [2020-12-15T07:42:26.985Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T07:42:26.985Z] ---> 536a684cf733 [2020-12-15T07:42:26.985Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:42:26.985Z] ---> Using cache [2020-12-15T07:42:26.985Z] ---> 2fd528e86e35 [2020-12-15T07:42:26.985Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T07:42:26.985Z] ---> Running in f3884f3474cc [2020-12-15T07:42:27.262Z] ---> Running in b76fe7e0fd81 [2020-12-15T07:42:27.534Z] Removing intermediate container f3884f3474cc [2020-12-15T07:42:27.534Z] ---> 79030ed5c47b [2020-12-15T07:42:27.534Z] Step 14/22 : WORKDIR / [2020-12-15T07:42:27.805Z] ---> Running in 822a65c40870 [2020-12-15T07:42:27.805Z] Removing intermediate container b76fe7e0fd81 [2020-12-15T07:42:27.805Z] ---> d617c016c0f1 [2020-12-15T07:42:27.805Z] Step 13/22 : WORKDIR / [2020-12-15T07:42:28.080Z] ---> Running in f9e5d43cb751 [2020-12-15T07:42:28.080Z] Removing intermediate container f235e1d88b32 [2020-12-15T07:42:28.080Z] ---> cc573a960f1b [2020-12-15T07:42:28.080Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T07:42:28.353Z] Removing intermediate container 822a65c40870 [2020-12-15T07:42:28.353Z] ---> 7b4285e719fc [2020-12-15T07:42:28.353Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T07:42:28.353Z] ---> Running in f7b095f3a7d7 [2020-12-15T07:42:28.631Z] Removing intermediate container f9e5d43cb751 [2020-12-15T07:42:28.631Z] ---> 87958082991e [2020-12-15T07:42:28.631Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T07:42:29.232Z] ---> 23695cbc7965 [2020-12-15T07:42:29.232Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T07:42:29.506Z] ---> c81c9cdca9f8 [2020-12-15T07:42:29.506Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T07:42:29.780Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T07:42:30.768Z] ---> f6e159568d15 [2020-12-15T07:42:30.768Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T07:42:31.043Z] ---> 3425a305b529 [2020-12-15T07:42:31.043Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T07:42:31.638Z] ---> aaac730f6454 [2020-12-15T07:42:31.638Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T07:42:31.912Z] ---> Running in 64bc5100c99b [2020-12-15T07:42:31.912Z] ---> 3a036fd7c6d7 [2020-12-15T07:42:31.912Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T07:42:32.512Z] Removing intermediate container 64bc5100c99b [2020-12-15T07:42:32.512Z] ---> df394e0b6125 [2020-12-15T07:42:32.512Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:42:32.786Z] ---> Running in 814ecf55c6b4 [2020-12-15T07:42:32.786Z] Removing intermediate container f7b095f3a7d7 [2020-12-15T07:42:32.786Z] ---> f7be5910e39a [2020-12-15T07:42:32.786Z] [2020-12-15T07:42:32.786Z] Step 11/27 : FROM docker:latest [2020-12-15T07:42:32.786Z] ---> eeaf43b92773 [2020-12-15T07:42:32.786Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T07:42:32.786Z] ---> 619cd40b284e [2020-12-15T07:42:32.786Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T07:42:33.069Z] ---> Running in 40c1bfcbba6a [2020-12-15T07:42:33.069Z] ---> Running in 99b4c5a8c989 [2020-12-15T07:42:33.345Z] Removing intermediate container 814ecf55c6b4 [2020-12-15T07:42:33.345Z] ---> e4e000ca4253 [2020-12-15T07:42:33.345Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:42:33.621Z] ---> Running in 5f9f903303c8 [2020-12-15T07:42:34.222Z] Removing intermediate container 5f9f903303c8 [2020-12-15T07:42:34.222Z] ---> c4873fccd9c1 [2020-12-15T07:42:34.222Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:42:34.222Z] ---> Running in c2d94e6871bf [2020-12-15T07:42:34.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:42:34.511Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:42:34.784Z] Removing intermediate container c2d94e6871bf [2020-12-15T07:42:34.784Z] ---> 2a2000abcefe [2020-12-15T07:42:34.784Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:42:35.062Z] ---> Running in c27d9f9b287e [2020-12-15T07:42:35.343Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T07:42:35.343Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T07:42:35.343Z] Executing bash-5.0.17-r0.post-install [2020-12-15T07:42:35.343Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:42:35.343Z] OK: 12 MiB in 22 packages [2020-12-15T07:42:35.343Z] Removing intermediate container c27d9f9b287e [2020-12-15T07:42:35.343Z] ---> ebeaf76436bc [2020-12-15T07:42:35.343Z] [2020-12-15T07:42:35.617Z] Removing intermediate container 99b4c5a8c989 [2020-12-15T07:42:35.617Z] ---> 5fbcdda98fe7 [2020-12-15T07:42:35.617Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T07:42:35.889Z] ---> Running in 35cefeb098b5 [2020-12-15T07:42:35.889Z] Successfully built ebeaf76436bc [2020-12-15T07:42:35.889Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T07:42:36.485Z]  Building docker-core-command-go ... done Removing intermediate container 35cefeb098b5 [2020-12-15T07:42:36.485Z] ---> b5a167670cd9 [2020-12-15T07:42:36.485Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T07:42:36.485Z] ---> Running in e331cbe8b704 [2020-12-15T07:42:36.755Z] Removing intermediate container 40c1bfcbba6a [2020-12-15T07:42:36.755Z] ---> 34c6979eab03 [2020-12-15T07:42:36.755Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T07:42:37.029Z] ---> Running in 5d0b6b4cccc5 [2020-12-15T07:42:37.029Z] Removing intermediate container e331cbe8b704 [2020-12-15T07:42:37.029Z] ---> c69bded41f3c [2020-12-15T07:42:37.029Z] Step 21/22 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:42:37.300Z] ---> Running in f55c5c791c78 [2020-12-15T07:42:37.892Z] Removing intermediate container f55c5c791c78 [2020-12-15T07:42:37.892Z] ---> 0fd542fb6052 [2020-12-15T07:42:37.892Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:42:37.892Z] ---> Running in bee6bcde5e07 [2020-12-15T07:42:38.166Z] Removing intermediate container bee6bcde5e07 [2020-12-15T07:42:38.166Z] ---> e455f35e41e6 [2020-12-15T07:42:38.166Z] [2020-12-15T07:42:38.762Z] Successfully built e455f35e41e6 [2020-12-15T07:42:38.762Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T07:42:39.357Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 5d0b6b4cccc5 [2020-12-15T07:42:39.357Z] ---> 84264c36d64e [2020-12-15T07:42:39.357Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T07:42:39.357Z] ---> Running in a31f0e04bd51 [2020-12-15T07:42:39.951Z] Removing intermediate container a31f0e04bd51 [2020-12-15T07:42:39.951Z] ---> bc96614eaa58 [2020-12-15T07:42:39.951Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T07:42:39.951Z] ---> Running in ac64bd758603 [2020-12-15T07:42:40.555Z] Removing intermediate container ac64bd758603 [2020-12-15T07:42:40.555Z] ---> 628de1ea75ba [2020-12-15T07:42:40.555Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T07:42:40.555Z] ---> Running in 0fd403b01b84 [2020-12-15T07:42:41.149Z] Removing intermediate container 0fd403b01b84 [2020-12-15T07:42:41.149Z] ---> f5ce66196e6f [2020-12-15T07:42:41.149Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T07:42:42.126Z] ---> 5f8bec400b5b [2020-12-15T07:42:42.126Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T07:42:43.106Z] ---> 2e4967d17479 [2020-12-15T07:42:43.106Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T07:42:43.704Z] ---> 01cb4c49a123 [2020-12-15T07:42:43.704Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T07:42:43.975Z] ---> Running in bcbac7dc6b5b [2020-12-15T07:42:44.949Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:42:45.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:42:45.807Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T07:42:45.807Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T07:42:45.807Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T07:42:45.807Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T07:42:45.807Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T07:42:45.807Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T07:42:46.078Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T07:42:47.501Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T07:42:47.501Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T07:42:47.501Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T07:42:47.772Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T07:42:47.772Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T07:42:47.772Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T07:42:47.772Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T07:42:47.772Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T07:42:47.772Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T07:42:47.772Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T07:42:48.042Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T07:42:48.042Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T07:42:48.042Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T07:42:48.042Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T07:42:48.042Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T07:42:48.042Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T07:42:48.042Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T07:42:48.042Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T07:42:48.042Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T07:42:48.042Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T07:42:48.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T07:42:48.315Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T07:42:48.315Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T07:42:48.315Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T07:42:48.315Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T07:42:48.315Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T07:42:48.315Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:42:48.590Z] OK: 71 MiB in 55 packages [2020-12-15T07:42:55.291Z] Removing intermediate container bcbac7dc6b5b [2020-12-15T07:42:55.291Z] ---> 15a9539db484 [2020-12-15T07:42:55.291Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T07:42:55.291Z] ---> Running in 0f2e784a0dd9 [2020-12-15T07:42:59.580Z] Collecting docker-compose==1.23.2 [2020-12-15T07:42:59.580Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T07:42:59.850Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T07:43:00.119Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T07:43:00.119Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T07:43:02.728Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T07:43:02.728Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T07:43:02.999Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T07:43:02.999Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T07:43:04.960Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T07:43:04.960Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T07:43:05.231Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T07:43:05.231Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T07:43:05.819Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T07:43:05.819Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T07:43:06.089Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T07:43:06.089Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T07:43:08.694Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T07:43:08.694Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T07:43:09.672Z] Collecting PyYAML<4,>=3.10 [2020-12-15T07:43:09.672Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T07:43:12.276Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T07:43:12.276Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T07:43:12.548Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T07:43:12.819Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T07:43:13.091Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T07:43:13.091Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T07:43:13.362Z] Collecting idna<2.8,>=2.5 [2020-12-15T07:43:13.362Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T07:43:13.362Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T07:43:13.362Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T07:43:13.362Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T07:43:13.362Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T07:43:14.333Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, docker-pycreds, docker, texttable, cached-property, jsonschema, docopt, PyYAML, docker-compose [2020-12-15T07:43:14.333Z] Running setup.py install for dockerpty: started [2020-12-15T07:43:15.759Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T07:43:16.354Z] Attempting uninstall: urllib3 [2020-12-15T07:43:16.354Z] Found existing installation: urllib3 1.25.9 [2020-12-15T07:43:16.354Z] Uninstalling urllib3-1.25.9: [2020-12-15T07:43:16.354Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T07:43:16.946Z] Attempting uninstall: idna [2020-12-15T07:43:16.946Z] Found existing installation: idna 2.9 [2020-12-15T07:43:16.946Z] Uninstalling idna-2.9: [2020-12-15T07:43:16.946Z] Successfully uninstalled idna-2.9 [2020-12-15T07:43:17.536Z] Attempting uninstall: requests [2020-12-15T07:43:17.536Z] Found existing installation: requests 2.23.0 [2020-12-15T07:43:17.806Z] Uninstalling requests-2.23.0: [2020-12-15T07:43:17.806Z] Successfully uninstalled requests-2.23.0 [2020-12-15T07:43:18.781Z] Running setup.py install for texttable: started [2020-12-15T07:43:20.742Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T07:43:21.014Z] Running setup.py install for docopt: started [2020-12-15T07:43:22.977Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T07:43:22.977Z] Running setup.py install for PyYAML: started [2020-12-15T07:43:24.934Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T07:43:25.526Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T07:43:29.813Z] Removing intermediate container 0f2e784a0dd9 [2020-12-15T07:43:29.813Z] ---> befea8298bcf [2020-12-15T07:43:29.813Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T07:43:29.813Z] ---> Running in 804c4d1aa149 [2020-12-15T07:43:30.405Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T07:43:30.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T07:43:31.265Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:43:31.265Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T07:43:31.265Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T07:43:31.265Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:43:31.265Z] OK: 71 MiB in 58 packages [2020-12-15T07:43:32.240Z] Removing intermediate container 804c4d1aa149 [2020-12-15T07:43:32.240Z] ---> 0f5d05ebb967 [2020-12-15T07:43:32.240Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T07:43:32.510Z] ---> Running in 05d77c0253b6 [2020-12-15T07:43:32.785Z] Removing intermediate container 05d77c0253b6 [2020-12-15T07:43:32.785Z] ---> a7f6245f1db1 [2020-12-15T07:43:32.785Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:43:33.056Z] ---> Running in b01dc9972e1e [2020-12-15T07:43:33.327Z] Removing intermediate container b01dc9972e1e [2020-12-15T07:43:33.327Z] ---> 4deffaef017f [2020-12-15T07:43:33.327Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T07:43:33.599Z] ---> Running in d8834322876c [2020-12-15T07:43:33.871Z] Removing intermediate container d8834322876c [2020-12-15T07:43:33.871Z] ---> d8d395e4b6e9 [2020-12-15T07:43:33.871Z] Step 26/27 : LABEL git_sha=f45820c759195af053ef8c95cf26484da39a40fc [2020-12-15T07:43:34.145Z] ---> Running in 2beab343413f [2020-12-15T07:43:34.417Z] Removing intermediate container 2beab343413f [2020-12-15T07:43:34.417Z] ---> abce77e88079 [2020-12-15T07:43:34.417Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T07:43:34.687Z] ---> Running in 3c4f5559289c [2020-12-15T07:43:34.958Z] Removing intermediate container 3c4f5559289c [2020-12-15T07:43:34.959Z] ---> 78455cec7423 [2020-12-15T07:43:34.959Z] [2020-12-15T07:43:35.554Z] Successfully built 78455cec7423 [2020-12-15T07:43:35.554Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T07:43:35.571Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-15T07:43:35.576Z] $ docker stop --time=1 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 [2020-12-15T07:43:37.477Z] $ docker rm -f 6a8b1f757591f72a1c538d53fb41497b8bb3f7ce0401cdd3eaddfd427246a836 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:43:38.130Z] + docker images [2020-12-15T07:43:38.130Z] + grep docker [2020-12-15T07:43:38.402Z] docker-sys-mgmt-agent-go-arm64 latest 78455cec7423 4 seconds ago 300MB [2020-12-15T07:43:38.402Z] docker-security-bootstrap-redis-go-arm64 latest e455f35e41e6 About a minute ago 15.2MB [2020-12-15T07:43:38.402Z] docker-core-command-go-arm64 latest ebeaf76436bc About a minute ago 11.4MB [2020-12-15T07:43:38.402Z] docker-security-secrets-setup-go-arm64 latest 1264891da682 About a minute ago 22.7MB [2020-12-15T07:43:38.402Z] docker-security-proxy-setup-go-arm64 latest da35a272cc90 About a minute ago 23.4MB [2020-12-15T07:43:38.402Z] docker-core-data-go-arm64 latest 1e2f1193862c 3 minutes ago 22.3MB [2020-12-15T07:43:38.402Z] docker-core-metadata-go-arm64 latest a9d97aeb959a 3 minutes ago 13.6MB [2020-12-15T07:43:38.402Z] docker-support-notifications-go-arm64 latest ce0c33faad23 3 minutes ago 12.9MB [2020-12-15T07:43:38.402Z] docker-support-scheduler-go-arm64 latest aff32e9d5536 3 minutes ago 11.5MB [2020-12-15T07:43:38.402Z] docker-security-secretstore-setup-go-arm64 latest 7cdc47a050e5 4 minutes ago 23.5MB [2020-12-15T07:43:38.402Z] docker latest eeaf43b92773 4 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-12-15T07:43:40.189Z] provisioning config files... [2020-12-15T07:43:40.210Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config4300887094240332946tmp [Pipeline] { [Pipeline] sh [2020-12-15T07:43:40.588Z] + set +x [2020-12-15T07:43:40.588Z] + curl -s https://codecov.io/bash [2020-12-15T07:43:40.588Z] + bash -s -- [2020-12-15T07:43:41.163Z] [2020-12-15T07:43:41.163Z] _____ _ [2020-12-15T07:43:41.163Z] / ____| | | [2020-12-15T07:43:41.163Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T07:43:41.163Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T07:43:41.163Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T07:43:41.163Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T07:43:41.163Z] Bash-20201130-cc6d3fe [2020-12-15T07:43:41.163Z] [2020-12-15T07:43:41.163Z] [2020-12-15T07:43:41.163Z] ==> Jenkins CI detected. [2020-12-15T07:43:41.163Z] project root: . [2020-12-15T07:43:41.163Z] --> token set from env [2020-12-15T07:43:41.163Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T07:43:41.163Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T07:43:41.163Z] ==> Python coveragepy not found [2020-12-15T07:43:41.163Z] ==> Searching for coverage reports in: [2020-12-15T07:43:41.163Z] + . [2020-12-15T07:43:41.163Z] -> Found 1 reports [2020-12-15T07:43:41.163Z] ==> Detecting git/mercurial file structure [2020-12-15T07:43:41.163Z] ==> Reading reports [2020-12-15T07:43:41.163Z] + ./coverage.out bytes=568194 [2020-12-15T07:43:41.163Z] ==> Appending adjustments [2020-12-15T07:43:41.163Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T07:43:44.472Z] + Found adjustments [2020-12-15T07:43:44.472Z] ==> Gzipping contents [2020-12-15T07:43:44.472Z] 88K /tmp/codecov.dsReWh.gz [2020-12-15T07:43:44.472Z] ==> Uploading reports [2020-12-15T07:43:44.472Z] url: https://codecov.io [2020-12-15T07:43:44.472Z] query: branch=PR-2908&commit=f45820c759195af053ef8c95cf26484da39a40fc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-15T07:43:44.472Z] -> Pinging Codecov [2020-12-15T07:43:44.472Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2908&commit=f45820c759195af053ef8c95cf26484da39a40fc&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2908%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2908&job=&cmd_args= [2020-12-15T07:43:44.736Z] -> Uploading to [2020-12-15T07:43:44.736Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/f45820c759195af053ef8c95cf26484da39a40fc/c7c50df0-d27f-4ad8-bc8a-bd0c7f887ccc.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T074344Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7911845c004942544f32d37e1c8d6b26820aa52aa38b03e56ab43bb39a9c24a8 [2020-12-15T07:43:44.736Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T07:43:44.736Z] Dload Upload Total Spent Left Speed [2020-12-15T07:43:45.258Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87865 0 0 100 87865 0 174k --:--:-- --:--:-- --:--:-- 174k [2020-12-15T07:43:45.258Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/f45820c759195af053ef8c95cf26484da39a40fc [Pipeline] } [2020-12-15T07:43:45.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:43:47.262Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:43:48.136Z] ---> package-listing.sh [2020-12-15T07:43:48.136Z] ++ facter osfamily [2020-12-15T07:43:48.136Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T07:43:48.136Z] + OS_FAMILY=redhat [2020-12-15T07:43:48.136Z] + workspace=/w/workspace/edgex-go/17 [2020-12-15T07:43:48.136Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T07:43:48.136Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T07:43:48.136Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T07:43:48.136Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T07:43:48.136Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-15T07:43:48.136Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T07:43:48.136Z] + case "${OS_FAMILY}" in [2020-12-15T07:43:48.136Z] + rpm -qa [2020-12-15T07:43:48.136Z] + sort [2020-12-15T07:43:53.437Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T07:43:53.437Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T07:43:53.437Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T07:43:53.437Z] + '[' /w/workspace/edgex-go/17 ']' [2020-12-15T07:43:53.437Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2020-12-15T07:43:53.437Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2020-12-15T07:43:53.452Z] 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/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T07:43:53.740Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:43:54.181Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:43:54.181Z] [2020-12-15T07:43:54.181Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:43:54.605Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:43:54.605Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T07:43:54.605Z] df20fa9351a1: Pulling fs layer [2020-12-15T07:43:54.605Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T07:43:54.605Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T07:43:54.605Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T07:43:54.605Z] 93b61091891f: Pulling fs layer [2020-12-15T07:43:54.605Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T07:43:54.605Z] 5e14af77c1be: Pulling fs layer [2020-12-15T07:43:54.606Z] 01666e4c0597: Pulling fs layer [2020-12-15T07:43:54.606Z] aa168da1d23b: Pulling fs layer [2020-12-15T07:43:54.606Z] 93b9cdb0e59b: Waiting [2020-12-15T07:43:54.606Z] aa168da1d23b: Waiting [2020-12-15T07:43:54.606Z] 01666e4c0597: Waiting [2020-12-15T07:43:54.606Z] 46f8f816bc3b: Waiting [2020-12-15T07:43:54.606Z] 93b61091891f: Waiting [2020-12-15T07:43:54.606Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T07:43:54.606Z] 36b3adc4ff6f: Download complete [2020-12-15T07:43:54.606Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T07:43:54.606Z] 46f8f816bc3b: Download complete [2020-12-15T07:43:54.948Z] df20fa9351a1: Verifying Checksum [2020-12-15T07:43:54.948Z] df20fa9351a1: Download complete [2020-12-15T07:43:54.948Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T07:43:54.948Z] 93b9cdb0e59b: Download complete [2020-12-15T07:43:54.948Z] 5e14af77c1be: Verifying Checksum [2020-12-15T07:43:54.948Z] 5e14af77c1be: Download complete [2020-12-15T07:43:54.948Z] 93b61091891f: Verifying Checksum [2020-12-15T07:43:54.948Z] 93b61091891f: Download complete [2020-12-15T07:43:54.948Z] 01666e4c0597: Verifying Checksum [2020-12-15T07:43:54.948Z] 01666e4c0597: Download complete [2020-12-15T07:43:54.948Z] df20fa9351a1: Pull complete [2020-12-15T07:43:55.220Z] 36b3adc4ff6f: Pull complete [2020-12-15T07:43:55.482Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T07:43:55.482Z] 8ad3a11d3b57: Download complete [2020-12-15T07:43:56.059Z] 8ad3a11d3b57: Pull complete [2020-12-15T07:43:56.322Z] 46f8f816bc3b: Pull complete [2020-12-15T07:43:56.590Z] 93b61091891f: Pull complete [2020-12-15T07:43:57.541Z] aa168da1d23b: Verifying Checksum [2020-12-15T07:43:57.541Z] aa168da1d23b: Download complete [2020-12-15T07:43:58.488Z] 93b9cdb0e59b: Pull complete [2020-12-15T07:43:58.488Z] 5e14af77c1be: Pull complete [2020-12-15T07:43:58.488Z] 01666e4c0597: Pull complete [2020-12-15T07:44:10.753Z] aa168da1d23b: Pull complete [2020-12-15T07:44:10.753Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T07:44:10.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:44:10.753Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T07:44:10.968Z] prd-centos7-docker-4c-2g-16086 does not seem to be running inside a container [2020-12-15T07:44:11.017Z] $ 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/17/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/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T07:44:19.603Z] $ docker top c63e09bf5fcc466a5b709a72d35b19620b8a71fd9fa3a8a3d728900d58750070 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:44:20.124Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T07:44:20.425Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T07:44:20.726Z] + ls /var/log/sa-host [2020-12-15T07:44:20.727Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T07:44:20.727Z] file_magic: OK [2020-12-15T07:44:20.727Z] HZ: Using current value: 100 [2020-12-15T07:44:20.727Z] file_header: OK [2020-12-15T07:44:20.727Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T07:44:20.727Z] Statistics: [2020-12-15T07:44:20.727Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T07:44:20.727Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T07:44:20.727Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T07:44:20.727Z] file_magic: OK [2020-12-15T07:44:20.727Z] HZ: Using current value: 100 [2020-12-15T07:44:20.727Z] file_header: OK [2020-12-15T07:44:20.727Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T07:44:20.727Z] Statistics: [2020-12-15T07:44:20.727Z] Hnuu...uuuununununu... [2020-12-15T07:44:20.727Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T07:44:20.934Z] provisioning config files... [2020-12-15T07:44:20.947Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config7360228048690580147tmp [Pipeline] { [Pipeline] echo [2020-12-15T07:44:21.022Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:44:21.315Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T07:44:21.325Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T07:44:21.428Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:44:21.743Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T07:44:21.752Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:44:22.060Z] ---> sudo-logs.sh [2020-12-15T07:44:22.060Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T07:44:22.071Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:44:22.370Z] ---> job-cost.sh [2020-12-15T07:44:22.370Z] lf-activate-venv: SKIPPING [2020-12-15T07:44:22.370Z] INFO: No Stack... [2020-12-15T07:44:23.314Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T07:44:23.884Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T07:44:23.898Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:44:24.197Z] ---> logs-deploy.sh [2020-12-15T07:44:24.197Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2908/17 [2020-12-15T07:44:24.197Z] INFO: archiving workspace using pattern(s): [2020-12-15T07:44:25.580Z] Archives upload complete. [2020-12-15T07:44:25.580Z] INFO: archiving logs to Nexus [2020-12-15T07:44:26.521Z] ---> uname -a: [2020-12-15T07:44:26.521Z] Linux prd-centos7-docker-4c-2g-16086.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-15T07:44:26.521Z] [2020-12-15T07:44:26.521Z]