Pull request #2939 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from b188b9d6b00083e5cf297a342020ae494d8884fe+57027b830a506e4aebc0dcaa3e3cd565868e69a4 (19ae26333f3d896a857cbc331a5b75c3c15fc48f) 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16183 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) > 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/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # 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 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 Commit message: "build(snap): Change Vault's storage backend to use Raft" First time build. Skipping changelog. > git rev-list --no-walk f5beb80a113e897e5dafab076d9c759c1ddaf2b2 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T23:31:04.680Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T23:31:04.949Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T23:31:05.058Z] ========================================================= [2020-12-15T23:31:05.058Z] EdgeX Global Pipelines Version Info [2020-12-15T23:31:05.058Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:31:06.556Z] ------------------- [2020-12-15T23:31:06.556Z] stable info: [2020-12-15T23:31:06.556Z] ------------------- [2020-12-15T23:31:06.556Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T23:31:06.556Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T23:31:06.556Z] Message: update stable to v1.0.172 [2020-12-15T23:31:07.508Z] ------------------- [2020-12-15T23:31:07.508Z] experimental info: [2020-12-15T23:31:07.508Z] ------------------- [2020-12-15T23:31:07.508Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T23:31:07.508Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T23:31:07.508Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T23:31:07.811Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T23:31:07.921Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T23:31:08.042Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T23:31:08.154Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T23:31:08.254Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T23:31:08.361Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T23:31:08.463Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T23:31:08.570Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T23:31:08.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T23:31:08.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T23:31:08.859Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T23:31:08.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T23:31:09.096Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T23:31:09.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T23:31:09.294Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T23:31:09.408Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T23:31:09.507Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T23:31:09.601Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T23:31:09.696Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T23:31:09.790Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T23:31:09.908Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T23:31:10.011Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T23:31:10.191Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2939 [Pipeline] echo [2020-12-15T23:31:10.409Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2939 [Pipeline] echo [2020-12-15T23:31:10.547Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2939 [Pipeline] echo [2020-12-15T23:31:10.646Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b188b9d6b00083e5cf297a342020ae494d8884fe [Pipeline] echo [2020-12-15T23:31:10.846Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b188b9d [Pipeline] echo [2020-12-15T23:31:11.002Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T23:31:11.211Z] provisioning config files... [2020-12-15T23:31:11.245Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8890903737965265028tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:31:11.638Z] ---> docker-login.sh [2020-12-15T23:31:11.638Z] nexus3.edgexfoundry.org:10001 [2020-12-15T23:31:11.909Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:31:12.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:31:12.171Z] Configure a credential helper to remove this warning. See [2020-12-15T23:31:12.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:31:12.171Z] [2020-12-15T23:31:12.171Z] Login Succeeded [2020-12-15T23:31:12.171Z] nexus3.edgexfoundry.org:10002 [2020-12-15T23:31:12.171Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:31:12.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:31:12.171Z] Configure a credential helper to remove this warning. See [2020-12-15T23:31:12.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:31:12.171Z] [2020-12-15T23:31:12.171Z] Login Succeeded [2020-12-15T23:31:12.171Z] nexus3.edgexfoundry.org:10003 [2020-12-15T23:31:12.436Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:31:12.436Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:31:12.436Z] Configure a credential helper to remove this warning. See [2020-12-15T23:31:12.436Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:31:12.436Z] [2020-12-15T23:31:12.436Z] Login Succeeded [2020-12-15T23:31:12.436Z] nexus3.edgexfoundry.org:10004 [2020-12-15T23:31:12.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:31:12.698Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:31:12.698Z] Configure a credential helper to remove this warning. See [2020-12-15T23:31:12.698Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:31:12.698Z] [2020-12-15T23:31:12.698Z] Login Succeeded [2020-12-15T23:31:12.698Z] docker.io [2020-12-15T23:31:12.698Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:31:12.961Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:31:12.961Z] Configure a credential helper to remove this warning. See [2020-12-15T23:31:12.961Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:31:12.961Z] [2020-12-15T23:31:12.961Z] Login Succeeded [2020-12-15T23:31:12.961Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T23:31:12.971Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T23:31:13.459Z] ++ 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-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T23:31:13.459Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T23:31:13.459Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T23:31:13.459Z] ++ cut -d/ -f2 [2020-12-15T23:31:13.459Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T23:31:13.532Z] 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-15T23:31:14.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T23:31:14.457Z] [2020-12-15T23:31:14.457Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:31:14.809Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T23:31:14.809Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T23:31:14.809Z] 31603596830f: Pulling fs layer [2020-12-15T23:31:14.809Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T23:31:14.809Z] 6ca5941a6612: Pulling fs layer [2020-12-15T23:31:14.809Z] ecc8261a40a4: Pulling fs layer [2020-12-15T23:31:14.809Z] ecc8261a40a4: Waiting [2020-12-15T23:31:14.809Z] 2a8b12db71e7: Download complete [2020-12-15T23:31:15.074Z] 31603596830f: Verifying Checksum [2020-12-15T23:31:15.074Z] 31603596830f: Download complete [2020-12-15T23:31:15.074Z] 6ca5941a6612: Verifying Checksum [2020-12-15T23:31:15.074Z] 6ca5941a6612: Download complete [2020-12-15T23:31:15.074Z] ecc8261a40a4: Verifying Checksum [2020-12-15T23:31:15.074Z] ecc8261a40a4: Download complete [2020-12-15T23:31:15.340Z] 31603596830f: Pull complete [2020-12-15T23:31:15.611Z] 2a8b12db71e7: Pull complete [2020-12-15T23:31:16.562Z] 6ca5941a6612: Pull complete [2020-12-15T23:31:16.562Z] ecc8261a40a4: Pull complete [2020-12-15T23:31:16.562Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T23:31:16.562Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T23:31:16.562Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T23:31:16.684Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:31:16.749Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T23:31:19.213Z] $ docker top 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T23:31:19.515Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T23:31:19.515Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T23:31:19.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T23:31:19.732Z] $ docker exec 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent [2020-12-15T23:31:19.895Z] SSH_AUTH_SOCK=/tmp/ssh-kl9F5aTbkHKz/agent.11 [2020-12-15T23:31:19.895Z] SSH_AGENT_PID=17 [2020-12-15T23:31:19.907Z] Running ssh-add (command line suppressed) [2020-12-15T23:31:20.026Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_5216259946151940866.key (/w/workspace/edgex-go/6@tmp/private_key_5216259946151940866.key) [2020-12-15T23:31:20.075Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T23:31:20.429Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T23:31:20.459Z] $ docker exec --env ******** --env ******** 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent -k [2020-12-15T23:31:20.577Z] unset SSH_AUTH_SOCK; [2020-12-15T23:31:20.577Z] unset SSH_AGENT_PID; [2020-12-15T23:31:20.577Z] echo Agent pid 17 killed; [2020-12-15T23:31:20.623Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T23:31:20.820Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T23:31:20.820Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T23:31:20.989Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T23:31:20.996Z] $ docker exec 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent [2020-12-15T23:31:21.155Z] SSH_AUTH_SOCK=/tmp/ssh-IaICQ8LkFkqp/agent.47 [2020-12-15T23:31:21.155Z] SSH_AGENT_PID=52 [2020-12-15T23:31:21.163Z] Running ssh-add (command line suppressed) [2020-12-15T23:31:21.282Z] Identity added: /w/workspace/edgex-go/6@tmp/private_key_6058700580515428735.key (/w/workspace/edgex-go/6@tmp/private_key_6058700580515428735.key) [2020-12-15T23:31:21.331Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T23:31:21.679Z] + git semver init [2020-12-15T23:31:21.680Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T23:31:21.680Z] # $GIT_DIR = /w/workspace/edgex-go/6/.git [2020-12-15T23:31:21.680Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/6 [2020-12-15T23:31:21.680Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T23:31:21.680Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T23:31:21.680Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T23:31:21.680Z] # $SEMVER_BRANCH = PR-2939 [2020-12-15T23:31:21.680Z] # $SEMVER_TEMP = /tmp/semver-091548122 [2020-12-15T23:31:21.680Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T23:31:39.971Z] # '/tmp/semver-091548122' -> '/w/workspace/edgex-go/6/.semver' [2020-12-15T23:31:39.971Z] # -> Force: false [2020-12-15T23:31:39.971Z] # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } [2020-12-15T23:31:39.987Z] $ docker exec --env ******** --env ******** 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 ssh-agent -k [2020-12-15T23:31:40.264Z] unset SSH_AUTH_SOCK; [2020-12-15T23:31:40.264Z] unset SSH_AGENT_PID; [2020-12-15T23:31:40.264Z] echo Agent pid 52 killed; [2020-12-15T23:31:40.340Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T23:31:40.952Z] + git semver [Pipeline] } [2020-12-15T23:31:40.974Z] $ docker stop --time=1 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 [2020-12-15T23:31:42.527Z] $ docker rm -f 72b856c6d626c048a75941421a29b0129349d4ddc18e2c732f4e23bbf9d1a726 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T23:31:43.124Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T23:31:43.770Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T23:31:43.774Z] [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-15T23:31:44.637Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T23:31:44.945Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T23:31:45.245Z] + sudo service docker restart [2020-12-15T23:31:45.245Z] + true [2020-12-15T23:31:45.245Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T23:31:45.839Z] ========================================================= [2020-12-15T23:31:45.839Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T23:31:45.839Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:31:46.185Z] + 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-15T23:31:50.412Z] Sending build context to Docker daemon 326.5MB [2020-12-15T23:31:50.412Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T23:31:50.412Z] Step 2/7 : FROM ${BASE} [2020-12-15T23:31:50.412Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T23:31:50.412Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T23:31:50.412Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T23:31:50.412Z] de9db76c5a1d: Pulling fs layer [2020-12-15T23:31:50.412Z] bca2f99d35d6: Pulling fs layer [2020-12-15T23:31:50.412Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T23:31:50.412Z] 7c6f9722023f: Pulling fs layer [2020-12-15T23:31:50.412Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T23:31:50.412Z] 93359f2a8cfa: Waiting [2020-12-15T23:31:50.412Z] 7c6f9722023f: Waiting [2020-12-15T23:31:50.412Z] a35cf1a2eb13: Waiting [2020-12-15T23:31:50.412Z] bca2f99d35d6: Waiting [2020-12-15T23:31:50.412Z] de9db76c5a1d: Verifying Checksum [2020-12-15T23:31:50.412Z] de9db76c5a1d: Download complete [2020-12-15T23:31:50.412Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T23:31:50.412Z] 0ef7d3d256c8: Download complete [2020-12-15T23:31:50.412Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T23:31:50.412Z] 93359f2a8cfa: Download complete [2020-12-15T23:31:50.412Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T23:31:50.412Z] 188c0c94c7c5: Download complete [2020-12-15T23:31:50.412Z] 7c6f9722023f: Verifying Checksum [2020-12-15T23:31:50.412Z] 7c6f9722023f: Download complete [2020-12-15T23:31:50.412Z] 188c0c94c7c5: Pull complete [2020-12-15T23:31:50.674Z] 0ef7d3d256c8: Pull complete [2020-12-15T23:31:50.674Z] de9db76c5a1d: Pull complete [2020-12-15T23:31:52.074Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T23:31:52.074Z] a35cf1a2eb13: Download complete [2020-12-15T23:31:53.027Z] bca2f99d35d6: Verifying Checksum [2020-12-15T23:31:53.027Z] bca2f99d35d6: Download complete [2020-12-15T23:31:58.365Z] bca2f99d35d6: Pull complete [2020-12-15T23:31:58.628Z] 93359f2a8cfa: Pull complete [2020-12-15T23:31:58.628Z] 7c6f9722023f: Pull complete [2020-12-15T23:31:59.152Z] Still waiting to schedule task [2020-12-15T23:31:59.152Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-16181’ is offline [2020-12-15T23:32:02.866Z] a35cf1a2eb13: Pull complete [2020-12-15T23:32:02.867Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T23:32:02.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T23:32:02.867Z] ---> a62c8e92a672 [2020-12-15T23:32:02.867Z] 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-15T23:32:03.133Z] ---> Running in 31a2c7cd166d [2020-12-15T23:32:03.715Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:32:04.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:32:04.867Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T23:32:05.130Z] (2/12) Installing file (5.38-r0) [2020-12-15T23:32:05.395Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T23:32:05.395Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T23:32:10.700Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T23:32:10.700Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T23:32:10.700Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T23:32:10.700Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T23:32:10.962Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T23:32:10.962Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T23:32:10.962Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T23:32:11.229Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T23:32:11.229Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:32:11.229Z] OK: 233 MiB in 51 packages [2020-12-15T23:32:14.550Z] Removing intermediate container 31a2c7cd166d [2020-12-15T23:32:14.550Z] ---> b346b7743c64 [2020-12-15T23:32:14.550Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T23:32:14.550Z] ---> Running in 7b2d49ca2af5 [2020-12-15T23:32:14.812Z] Removing intermediate container 7b2d49ca2af5 [2020-12-15T23:32:14.812Z] ---> ee6256311a1b [2020-12-15T23:32:14.812Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T23:32:15.389Z] latest: Pulling from library/docker [2020-12-15T23:32:15.389Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T23:32:15.389Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T23:32:15.389Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T23:32:15.389Z] a3104fdc50d0: Pulling fs layer [2020-12-15T23:32:15.389Z] a8e67d69e12c: Pulling fs layer [2020-12-15T23:32:15.389Z] 1ede2b221ee4: Pulling fs layer [2020-12-15T23:32:15.389Z] fc74c0d5b799: Pulling fs layer [2020-12-15T23:32:15.389Z] a3104fdc50d0: Waiting [2020-12-15T23:32:15.389Z] a8e67d69e12c: Waiting [2020-12-15T23:32:15.389Z] 1ede2b221ee4: Waiting [2020-12-15T23:32:15.389Z] fc74c0d5b799: Waiting [2020-12-15T23:32:15.389Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T23:32:15.389Z] 292df0bc6bf3: Download complete [2020-12-15T23:32:15.389Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T23:32:15.389Z] 6db28d0fdbf6: Download complete [2020-12-15T23:32:15.652Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T23:32:15.652Z] 05e7bc50f07f: Download complete [2020-12-15T23:32:15.652Z] a8e67d69e12c: Download complete [2020-12-15T23:32:15.652Z] 1ede2b221ee4: Verifying Checksum [2020-12-15T23:32:15.652Z] 1ede2b221ee4: Download complete [2020-12-15T23:32:15.652Z] fc74c0d5b799: Verifying Checksum [2020-12-15T23:32:15.652Z] fc74c0d5b799: Download complete [2020-12-15T23:32:15.917Z] 05e7bc50f07f: Pull complete [2020-12-15T23:32:16.181Z] 6db28d0fdbf6: Pull complete [2020-12-15T23:32:16.181Z] 292df0bc6bf3: Pull complete [2020-12-15T23:32:16.765Z] a3104fdc50d0: Verifying Checksum [2020-12-15T23:32:16.765Z] a3104fdc50d0: Download complete [2020-12-15T23:32:19.347Z] a3104fdc50d0: Pull complete [2020-12-15T23:32:19.610Z] a8e67d69e12c: Pull complete [2020-12-15T23:32:19.872Z] 1ede2b221ee4: Pull complete [2020-12-15T23:32:19.872Z] fc74c0d5b799: Pull complete [2020-12-15T23:32:19.872Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-15T23:32:19.872Z] Status: Downloaded newer image for docker:latest [2020-12-15T23:32:21.266Z] ---> 2b53cb4fa025 [2020-12-15T23:32:21.266Z] Step 6/7 : COPY go.mod . [2020-12-15T23:32:21.530Z] ---> f9df722c9c7c [2020-12-15T23:32:21.530Z] Step 7/7 : RUN go mod download [2020-12-15T23:32:21.530Z] ---> Running in 8e28bf527b9c [2020-12-15T23:32:43.549Z] Removing intermediate container 8e28bf527b9c [2020-12-15T23:32:43.549Z] ---> 1651255c25d3 [2020-12-15T23:32:43.549Z] Successfully built 1651255c25d3 [2020-12-15T23:32:43.549Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:32:43.880Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T23:32:43.880Z] . [Pipeline] withDockerContainer [2020-12-15T23:32:43.984Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:32:44.036Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T23:32:44.742Z] $ docker top 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:32:45.225Z] + go version [2020-12-15T23:32:45.225Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T23:32:45.245Z] $ docker stop --time=1 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a [2020-12-15T23:32:46.617Z] $ docker rm -f 00dbad2343158d77d2297d2a9ef38186b7335f9111e958b00638f5250f35ec6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:32:47.428Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T23:32:47.428Z] . [Pipeline] withDockerContainer [2020-12-15T23:32:47.520Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:32:47.572Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-15T23:32:48.187Z] $ docker top 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T23:32:48.447Z] ========================================================= [2020-12-15T23:32:48.447Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T23:32:48.447Z] ========================================================= [Pipeline] sh [2020-12-15T23:32:48.747Z] + make test [2020-12-15T23:32:48.747Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T23:32:56.924Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T23:33:11.979Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T23:33:18.744Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T23:33:19.705Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T23:33:19.705Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T23:33:19.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T23:33:19.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T23:33:19.705Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T23:33:21.661Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s [2020-12-15T23:33:21.661Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T23:33:21.661Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T23:33:22.249Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T23:33:22.249Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T23:33:22.249Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T23:33:22.249Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T23:33:25.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.077s coverage: 46.6% of statements [2020-12-15T23:33:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T23:33:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T23:33:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T23:33:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T23:33:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T23:33:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.149s coverage: 27.1% of statements [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T23:33:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T23:33:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.089s coverage: 100.0% of statements [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T23:33:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.116s coverage: 70.5% of statements [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T23:33:28.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.126s coverage: 83.7% of statements [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T23:33:28.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T23:33:30.353Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.346s coverage: 28.6% of statements [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T23:33:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T23:33:30.354Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.051s coverage: 100.0% of statements [2020-12-15T23:33:30.354Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T23:33:31.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.097s coverage: 86.7% of statements [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T23:33:31.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.118s coverage: 97.5% of statements [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T23:33:31.314Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 78.3% of statements [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T23:33:31.314Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.330s coverage: 93.8% of statements [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.062s coverage: 0.1% of statements [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.065s coverage: 75.5% of statements [2020-12-15T23:33:33.281Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements [2020-12-15T23:33:33.281Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements [2020-12-15T23:33:33.594Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.056s coverage: 84.2% of statements [2020-12-15T23:33:34.039Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.096s coverage: 91.4% of statements [2020-12-15T23:33:34.039Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T23:33:35.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.275s coverage: 63.5% of statements [2020-12-15T23:33:35.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T23:33:35.193Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T23:33:35.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-12-15T23:33:35.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.055s coverage: 91.3% of statements [2020-12-15T23:33:35.193Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2020-12-15T23:33:35.472Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2020-12-15T23:33:35.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2020-12-15T23:33:37.211Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.332s coverage: 55.9% of statements [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T23:33:37.211Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T23:33:48.464Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16184 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws [2020-12-15T23:33:48.573Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-15T23:33:53.373Z] using credential edgex-jenkins-ssh [2020-12-15T23:33:53.427Z] Cloning the remote Git repository [2020-12-15T23:33:53.489Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:33:53.597Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-15T23:33:53.666Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:33:53.666Z] > git --version # timeout=10 [2020-12-15T23:33:53.690Z] > git --version # 'git version 2.17.1' [2020-12-15T23:33:53.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:33:53.780Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.142s coverage: 86.3% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.169s coverage: 72.2% of statements [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.400s coverage: 72.1% of statements [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.047s coverage: 82.4% of statements [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.061s coverage: 48.4% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.038s coverage: 28.8% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.056s coverage: 100.0% of statements [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.026s coverage: 100.0% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.065s coverage: 100.0% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T23:34:09.474Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.643s coverage: 29.1% of statements [2020-12-15T23:34:09.474Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.027s coverage: 100.0% of statements [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T23:34:09.475Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2020-12-15T23:34:09.475Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-12-15T23:34:09.475Z] GO111MODULE=on go vet ./... [2020-12-15T23:34:10.145Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:34:10.593Z] Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:34:10.594Z] Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) [2020-12-15T23:34:09.302Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T23:34:09.326Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T23:34:09.350Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T23:34:09.387Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:34:09.388Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:34:09.401Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T23:34:10.164Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T23:34:10.182Z] > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 [2020-12-15T23:34:10.508Z] > git remote # timeout=10 [2020-12-15T23:34:10.526Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T23:34:10.539Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:34:10.551Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-15T23:34:10.577Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T23:34:10.599Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T23:34:10.613Z] > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 [2020-12-15T23:34:15.104Z] Commit message: "build(snap): Change Vault's storage backend to use Raft" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-15T23:34:16.867Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-15T23:34:17.422Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T23:34:17.763Z] + sudo service docker+ restart [2020-12-15T23:34:17.763Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T23:34:20.492Z] provisioning config files... [2020-12-15T23:34:20.539Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config578556948705232248tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:34:20.971Z] ---> docker-login.sh [2020-12-15T23:34:20.971Z] nexus3.edgexfoundry.org:10001 [2020-12-15T23:34:21.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:34:22.231Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:34:22.231Z] Configure a credential helper to remove this warning. See [2020-12-15T23:34:22.231Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:34:22.231Z] [2020-12-15T23:34:22.231Z] Login Succeeded [2020-12-15T23:34:22.231Z] nexus3.edgexfoundry.org:10002 [2020-12-15T23:34:22.506Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:34:22.778Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:34:22.778Z] Configure a credential helper to remove this warning. See [2020-12-15T23:34:22.778Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:34:22.778Z] [2020-12-15T23:34:22.778Z] Login Succeeded [2020-12-15T23:34:22.778Z] nexus3.edgexfoundry.org:10003 [2020-12-15T23:34:23.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:34:23.326Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:34:23.326Z] Configure a credential helper to remove this warning. See [2020-12-15T23:34:23.326Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:34:23.326Z] [2020-12-15T23:34:23.326Z] Login Succeeded [2020-12-15T23:34:23.326Z] nexus3.edgexfoundry.org:10004 [2020-12-15T23:34:23.601Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:34:23.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:34:23.879Z] Configure a credential helper to remove this warning. See [2020-12-15T23:34:23.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:34:23.879Z] [2020-12-15T23:34:23.879Z] Login Succeeded [2020-12-15T23:34:23.879Z] docker.io [2020-12-15T23:34:24.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T23:34:24.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T23:34:24.746Z] Configure a credential helper to remove this warning. See [2020-12-15T23:34:24.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T23:34:24.746Z] [2020-12-15T23:34:24.746Z] Login Succeeded [2020-12-15T23:34:24.746Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T23:34:24.778Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-15T23:34:25.204Z] ========================================================= [2020-12-15T23:34:25.204Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-15T23:34:25.204Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:34:25.579Z] + 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-15T23:34:28.217Z] Sending build context to Docker daemon 165.7MB [2020-12-15T23:34:28.217Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T23:34:28.217Z] Step 2/7 : FROM ${BASE} [2020-12-15T23:34:28.217Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T23:34:28.217Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T23:34:28.217Z] a4357932f1b6: Pulling fs layer [2020-12-15T23:34:28.217Z] 18c013af1878: Pulling fs layer [2020-12-15T23:34:28.217Z] 00ac8860ef70: Pulling fs layer [2020-12-15T23:34:28.217Z] 63d7cb157983: Pulling fs layer [2020-12-15T23:34:28.217Z] b116817d02f9: Pulling fs layer [2020-12-15T23:34:28.217Z] 745a02a5169b: Pulling fs layer [2020-12-15T23:34:28.217Z] 00ac8860ef70: Waiting [2020-12-15T23:34:28.217Z] 63d7cb157983: Waiting [2020-12-15T23:34:28.217Z] b116817d02f9: Waiting [2020-12-15T23:34:28.217Z] 745a02a5169b: Waiting [2020-12-15T23:34:28.217Z] 18c013af1878: Verifying Checksum [2020-12-15T23:34:28.217Z] 18c013af1878: Download complete [2020-12-15T23:34:28.217Z] a4357932f1b6: Verifying Checksum [2020-12-15T23:34:28.217Z] a4357932f1b6: Download complete [2020-12-15T23:34:28.217Z] 63d7cb157983: Verifying Checksum [2020-12-15T23:34:28.217Z] 63d7cb157983: Download complete [2020-12-15T23:34:28.217Z] b116817d02f9: Verifying Checksum [2020-12-15T23:34:28.217Z] b116817d02f9: Download complete [2020-12-15T23:34:28.217Z] 5f621e34cdf4: Download complete [2020-12-15T23:34:28.821Z] 5f621e34cdf4: Pull complete [2020-12-15T23:34:29.422Z] a4357932f1b6: Pull complete [2020-12-15T23:34:29.699Z] 18c013af1878: Pull complete [2020-12-15T23:34:30.685Z] 745a02a5169b: Verifying Checksum [2020-12-15T23:34:30.685Z] 745a02a5169b: Download complete [2020-12-15T23:34:31.576Z] gofmt -l . [2020-12-15T23:34:31.576Z] [ "`gofmt -l .`" = "" ] [2020-12-15T23:34:31.576Z] ./bin/test-go-mod-tidy.sh [2020-12-15T23:34:31.576Z] ./bin/test-attribution-txt.sh [2020-12-15T23:34:32.125Z] 00ac8860ef70: Verifying Checksum [2020-12-15T23:34:32.125Z] 00ac8860ef70: Download complete [Pipeline] sh [2020-12-15T23:34:33.289Z] + ls -al . [2020-12-15T23:34:33.290Z] total 664 [2020-12-15T23:34:33.290Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 23:34 . [2020-12-15T23:34:33.290Z] drwxr-xr-x 4 root root 28 Dec 15 23:32 .. [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 23:30 .dockerignore [2020-12-15T23:34:33.290Z] drwxrwxr-x 8 1001 1001 179 Dec 15 23:31 .git [2020-12-15T23:34:33.290Z] drwxrwxr-x 3 1001 1001 125 Dec 15 23:30 .github [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 23:30 .gitignore [2020-12-15T23:34:33.290Z] drwx------ 3 1001 1001 47 Dec 15 23:31 .semver [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 23:30 .sonarcloud.properties [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 23:30 CONTRIBUTING.md [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 23:30 Dockerfile.build [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 23:30 Jenkinsfile [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 23:30 LICENSE [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 23:30 Makefile [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 23:30 README.md [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 23:30 SECURITY.md [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 23:31 VERSION [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 23:30 ZMQWindows.md [2020-12-15T23:34:33.290Z] drwxrwxr-x 2 1001 1001 117 Dec 15 23:30 bin [2020-12-15T23:34:33.290Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 23:30 cmd [2020-12-15T23:34:33.290Z] -rw-r--r-- 1 root root 568194 Dec 15 23:34 coverage.out [2020-12-15T23:34:33.290Z] -rw-r--r-- 1 root root 1041 Dec 15 23:34 go.mod [2020-12-15T23:34:33.290Z] -rw-r--r-- 1 root root 18856 Dec 15 23:34 go.sum [2020-12-15T23:34:33.290Z] drwxrwxr-x 8 1001 1001 127 Dec 15 23:31 internal [2020-12-15T23:34:33.290Z] drwxrwxr-x 4 1001 1001 26 Dec 15 23:31 openapi [2020-12-15T23:34:33.290Z] drwxrwxr-x 4 1001 1001 71 Dec 15 23:31 snap [2020-12-15T23:34:33.290Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 23:31 version.go [Pipeline] sh [2020-12-15T23:34:33.590Z] + '[' -e coverage.out ] [2020-12-15T23:34:33.590Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T23:34:33.788Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T23:34:34.083Z] + make build [2020-12-15T23:34:34.083Z] 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-15T23:34:38.321Z] 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-15T23:34:42.289Z] 00ac8860ef70: Pull complete [2020-12-15T23:34:42.289Z] 63d7cb157983: Pull complete [2020-12-15T23:34:42.289Z] b116817d02f9: Pull complete [2020-12-15T23:34:46.553Z] 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-15T23:34:46.607Z] 745a02a5169b: Pull complete [2020-12-15T23:34:46.608Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T23:34:46.608Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T23:34:46.608Z] ---> b7e6874047d6 [2020-12-15T23:34:46.608Z] 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-15T23:34:47.506Z] 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-15T23:34:48.900Z] 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-15T23:34:49.163Z] 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-15T23:34:49.236Z] ---> Running in efa147144f73 [2020-12-15T23:34:50.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:34:50.555Z] 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-15T23:34:51.194Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:34:51.788Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T23:34:51.947Z] 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-15T23:34:52.059Z] (2/12) Installing file (5.38-r0) [2020-12-15T23:34:52.059Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T23:34:52.330Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T23:34:52.898Z] 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-15T23:34:53.851Z] 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-15T23:34:55.250Z] 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-15T23:34:56.202Z] 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-15T23:34:57.156Z] 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-15T23:34:57.717Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T23:34:57.717Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T23:34:57.717Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T23:34:57.717Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T23:34:57.717Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T23:34:57.717Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T23:34:57.717Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T23:34:57.988Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T23:34:57.988Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:34:57.988Z] OK: 217 MiB in 51 packages [Pipeline] } [2020-12-15T23:34:58.568Z] $ docker stop --time=1 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 [2020-12-15T23:35:00.254Z] $ docker rm -f 2886073d6c10b65ae39f474c105c8fde01edc1ddfc6b779b12b056b2824cf960 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2020-12-15T23:35:02.329Z] Removing intermediate container efa147144f73 [2020-12-15T23:35:02.330Z] ---> 3c4749b26e0e [2020-12-15T23:35:02.330Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T23:35:02.330Z] ---> Running in 445d71644822 [2020-12-15T23:35:02.617Z] Removing intermediate container 445d71644822 [2020-12-15T23:35:02.618Z] ---> 13c610a80be1 [2020-12-15T23:35:02.618Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T23:35:03.221Z] latest: Pulling from library/docker [2020-12-15T23:35:03.509Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T23:35:03.509Z] 02a3295e0d61: Pulling fs layer [2020-12-15T23:35:03.509Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T23:35:03.509Z] 065c9533d613: Pulling fs layer [2020-12-15T23:35:03.509Z] 9fce0df16b8b: Pulling fs layer [2020-12-15T23:35:03.509Z] e3faa53604c1: Pulling fs layer [2020-12-15T23:35:03.509Z] 04b5adaa2053: Pulling fs layer [2020-12-15T23:35:03.509Z] 9fce0df16b8b: Waiting [2020-12-15T23:35:03.509Z] e3faa53604c1: Waiting [2020-12-15T23:35:03.509Z] 04b5adaa2053: Waiting [2020-12-15T23:35:03.509Z] 065c9533d613: Waiting [2020-12-15T23:35:03.509Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T23:35:03.509Z] 0f4f2e6d8100: Download complete [2020-12-15T23:35:03.786Z] 02a3295e0d61: Verifying Checksum [2020-12-15T23:35:03.786Z] 02a3295e0d61: Download complete [2020-12-15T23:35:03.786Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T23:35:03.786Z] a3cc7d3b244e: Download complete [2020-12-15T23:35:03.786Z] 9fce0df16b8b: Verifying Checksum [2020-12-15T23:35:03.786Z] 9fce0df16b8b: Download complete [2020-12-15T23:35:03.786Z] e3faa53604c1: Verifying Checksum [2020-12-15T23:35:03.786Z] e3faa53604c1: Download complete [2020-12-15T23:35:04.098Z] 04b5adaa2053: Verifying Checksum [2020-12-15T23:35:04.098Z] 04b5adaa2053: Download complete [2020-12-15T23:35:04.377Z] a3cc7d3b244e: Pull complete [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:35:04.914Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T23:35:04.914Z] [2020-12-15T23:35:04.914Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:35:04.995Z] 02a3295e0d61: Pull complete [2020-12-15T23:35:05.267Z] 065c9533d613: Verifying Checksum [2020-12-15T23:35:05.267Z] 065c9533d613: Download complete [2020-12-15T23:35:05.267Z] 0f4f2e6d8100: Pull complete [2020-12-15T23:35:05.268Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T23:35:05.268Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T23:35:05.268Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T23:35:05.268Z] ca9280d653b3: Pulling fs layer [2020-12-15T23:35:05.268Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T23:35:05.268Z] cbdbe7a5bc2a: Download complete [2020-12-15T23:35:05.846Z] cbdbe7a5bc2a: Pull complete [2020-12-15T23:35:06.110Z] ca9280d653b3: Verifying Checksum [2020-12-15T23:35:06.110Z] ca9280d653b3: Download complete [2020-12-15T23:35:07.066Z] 7e9c9ca2126c: Download complete [2020-12-15T23:35:07.066Z] ca9280d653b3: Pull complete [2020-12-15T23:35:09.570Z] 065c9533d613: Pull complete [2020-12-15T23:35:09.571Z] 9fce0df16b8b: Pull complete [2020-12-15T23:35:09.571Z] e3faa53604c1: Pull complete [2020-12-15T23:35:10.171Z] 04b5adaa2053: Pull complete [2020-12-15T23:35:10.171Z] Digest: sha256:2150209ece9a657dd6d7572b659b2eace81e78d15289a9e69bd26d0f8098dde0 [2020-12-15T23:35:10.171Z] Status: Downloaded newer image for docker:latest [2020-12-15T23:35:13.563Z] ---> bd58ef758fba [2020-12-15T23:35:13.563Z] Step 6/7 : COPY go.mod . [2020-12-15T23:35:13.682Z] 7e9c9ca2126c: Pull complete [2020-12-15T23:35:13.682Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T23:35:13.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T23:35:13.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T23:35:13.825Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:35:13.874Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T23:35:14.162Z] ---> e312f858e20f [2020-12-15T23:35:14.162Z] Step 7/7 : RUN go mod download [2020-12-15T23:35:14.437Z] ---> Running in fddb5bd9829d [2020-12-15T23:35:16.369Z] $ docker top dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:35:16.883Z] + docker-compose build --help [2020-12-15T23:35:16.883Z] + grep parallel [2020-12-15T23:35:17.838Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T23:35:17.859Z] $ docker stop --time=1 dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 [2020-12-15T23:35:19.199Z] $ docker rm -f dcb0afcc54e560965bfc13845c0efa0b187ba2810da950f2d537e431151ab2a8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:35:19.844Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T23:35:19.844Z] . [Pipeline] withDockerContainer [2020-12-15T23:35:19.982Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:35:20.112Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T23:35:20.725Z] $ docker top c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:35:21.213Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T23:35:22.158Z] Building docker-core-command-go ... [2020-12-15T23:35:22.158Z] Building docker-core-data-go ... [2020-12-15T23:35:22.158Z] Building docker-core-metadata-go ... [2020-12-15T23:35:22.158Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T23:35:22.158Z] Building docker-security-proxy-setup-go ... [2020-12-15T23:35:22.158Z] Building docker-security-secrets-setup-go ... [2020-12-15T23:35:22.158Z] Building docker-security-secretstore-setup-go ... [2020-12-15T23:35:22.158Z] Building docker-support-notifications-go ... [2020-12-15T23:35:22.158Z] Building docker-support-scheduler-go ... [2020-12-15T23:35:22.158Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T23:35:22.158Z] Building docker-core-metadata-go [2020-12-15T23:35:22.158Z] Building docker-support-scheduler-go [2020-12-15T23:35:22.158Z] Building docker-sys-mgmt-agent-go [2020-12-15T23:35:22.158Z] Building docker-core-data-go [2020-12-15T23:35:22.158Z] Building docker-support-notifications-go [2020-12-15T23:35:41.271Z] Removing intermediate container fddb5bd9829d [2020-12-15T23:35:41.271Z] ---> 5f3a909cb1e2 [2020-12-15T23:35:41.271Z] Successfully built 5f3a909cb1e2 [2020-12-15T23:35:41.271Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:35:41.615Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T23:35:41.615Z] . [Pipeline] withDockerContainer [2020-12-15T23:35:41.898Z] prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container [2020-12-15T23:35:41.987Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T23:35:43.541Z] $ docker top c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:35:44.618Z] + go version [2020-12-15T23:35:44.618Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T23:35:44.639Z] $ docker stop --time=1 c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 [2020-12-15T23:35:46.555Z] $ docker rm -f c550d6a05856a8295e966fc9380a95da25883fa382c7e45a3375101e369257a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:35:47.573Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T23:35:47.574Z] . [Pipeline] withDockerContainer [2020-12-15T23:35:47.839Z] prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container [2020-12-15T23:35:47.920Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-12-15T23:35:49.323Z] $ docker top f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T23:35:49.716Z] ========================================================= [2020-12-15T23:35:49.716Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T23:35:49.716Z] ========================================================= [Pipeline] sh [2020-12-15T23:35:50.365Z] + make test [2020-12-15T23:35:50.365Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T23:35:54.377Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:35:54.377Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:35:54.377Z] ---> 1651255c25d3 [2020-12-15T23:35:54.377Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T23:35:54.377Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:35:54.377Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:35:54.377Z] ---> 1651255c25d3 [2020-12-15T23:35:54.377Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T23:35:54.377Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:35:54.377Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:35:54.377Z] ---> 1651255c25d3 [2020-12-15T23:35:54.377Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:35:54.377Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:35:54.377Z] Step 2/23 : FROM ${BUILDER_BASE} AS builderStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:35:54.377Z] [2020-12-15T23:35:54.377Z] ---> 1651255c25d3 [2020-12-15T23:35:54.377Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 3/23 : WORKDIR /edgex-go [2020-12-15T23:35:54.377Z] [2020-12-15T23:35:54.377Z] ---> 1651255c25d3 [2020-12-15T23:35:54.377Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T23:35:54.377Z] ---> Running in f9eef1b23c09 [2020-12-15T23:35:54.377Z] ---> Running in 52fa54b9f5b9 [2020-12-15T23:35:54.377Z] ---> Running in fb871a491e03 [2020-12-15T23:35:54.377Z] ---> Running in 5007ddaf387e [2020-12-15T23:35:54.377Z] ---> Running in 83c97a020a8c [2020-12-15T23:35:54.377Z] Removing intermediate container 83c97a020a8c [2020-12-15T23:35:54.377Z] ---> e094c20ef826 [2020-12-15T23:35:54.377Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:35:54.377Z] Removing intermediate container fb871a491e03 [2020-12-15T23:35:54.377Z] ---> 0011c1e38375 [2020-12-15T23:35:54.377Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:35:54.377Z] Removing intermediate container 52fa54b9f5b9 [2020-12-15T23:35:54.377Z] ---> e47b9e6a92da [2020-12-15T23:35:54.377Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:35:54.377Z] Removing intermediate container f9eef1b23c09 [2020-12-15T23:35:54.377Z] ---> bec8cdb2c8a7 [2020-12-15T23:35:54.377Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:35:54.377Z] Removing intermediate container 5007ddaf387e [2020-12-15T23:35:54.377Z] ---> f33d3bb6470d [2020-12-15T23:35:54.377Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:35:54.377Z] ---> Running in 1b85c701a1eb [2020-12-15T23:35:54.377Z] ---> Running in 9b925634b0d2 [2020-12-15T23:35:54.377Z] ---> Running in b4c07d2f966f [2020-12-15T23:35:54.377Z] ---> Running in 94aff51919b5 [2020-12-15T23:35:54.377Z] ---> Running in 651b589326da [2020-12-15T23:35:55.774Z] Removing intermediate container b4c07d2f966f [2020-12-15T23:35:55.774Z] ---> 4302987dc53a [2020-12-15T23:35:55.774Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:35:55.774Z] Removing intermediate container 1b85c701a1eb [2020-12-15T23:35:55.774Z] ---> 1d417afd0033 [2020-12-15T23:35:55.774Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T23:35:56.038Z] ---> Running in 877f1719478d [2020-12-15T23:35:56.038Z] ---> Running in a9241c23b05a [2020-12-15T23:35:56.038Z] Removing intermediate container 9b925634b0d2 [2020-12-15T23:35:56.038Z] ---> ae45e0329608 [2020-12-15T23:35:56.038Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T23:35:56.613Z] ---> Running in 5b3cb8ae1810 [2020-12-15T23:35:56.613Z] Removing intermediate container 94aff51919b5 [2020-12-15T23:35:56.613Z] ---> 4fa8e182e768 [2020-12-15T23:35:56.613Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T23:35:56.613Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:56.875Z] Removing intermediate container 651b589326da [2020-12-15T23:35:56.875Z] ---> 61391a48a653 [2020-12-15T23:35:56.875Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T23:35:56.875Z] ---> Running in 8b3221461005 [2020-12-15T23:35:57.139Z] ---> Running in 0433862c1fff [2020-12-15T23:35:57.139Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.402Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:57.927Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:35:57.927Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:35:57.927Z] OK: 12750 distinct packages available [2020-12-15T23:35:58.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:58.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:58.190Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:35:58.190Z] OK: 233 MiB in 51 packages [2020-12-15T23:35:58.190Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:35:58.190Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:35:58.190Z] OK: 12750 distinct packages available [2020-12-15T23:35:58.454Z] OK: 233 MiB in 51 packages [2020-12-15T23:35:58.727Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:35:58.727Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:35:58.727Z] OK: 12750 distinct packages available [2020-12-15T23:35:58.727Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:35:58.727Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:35:58.727Z] OK: 12750 distinct packages available [2020-12-15T23:35:59.008Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:35:59.008Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:35:59.008Z] OK: 12750 distinct packages available [2020-12-15T23:35:59.008Z] Removing intermediate container 877f1719478d [2020-12-15T23:35:59.008Z] ---> 61f0a81d099a [2020-12-15T23:35:59.008Z] Step 6/22 : COPY go.mod . [2020-12-15T23:35:59.008Z] OK: 233 MiB in 51 packages [2020-12-15T23:35:59.008Z] OK: 233 MiB in 51 packages [2020-12-15T23:35:59.008Z] OK: 233 MiB in 51 packages [2020-12-15T23:35:59.282Z] ---> 31ae7adfbb43 [2020-12-15T23:35:59.282Z] Step 7/22 : RUN go mod download [2020-12-15T23:35:59.546Z] Removing intermediate container a9241c23b05a [2020-12-15T23:35:59.546Z] ---> afbc7b3d7063 [2020-12-15T23:35:59.546Z] Step 6/23 : COPY go.mod . [2020-12-15T23:35:59.546Z] ---> Running in 68fea4c6843b [2020-12-15T23:35:59.813Z] ---> da15f941f33a [2020-12-15T23:35:59.813Z] Step 7/23 : RUN go mod download [2020-12-15T23:36:00.083Z] ---> Running in fa2831f5c428 [2020-12-15T23:36:00.355Z] Removing intermediate container 0433862c1fff [2020-12-15T23:36:00.355Z] ---> ff78335be62c [2020-12-15T23:36:00.355Z] Step 6/21 : COPY go.mod . [2020-12-15T23:36:00.355Z] Removing intermediate container 5b3cb8ae1810 [2020-12-15T23:36:00.355Z] ---> 17e2c1eda290 [2020-12-15T23:36:00.355Z] Step 6/24 : COPY go.mod . [2020-12-15T23:36:00.355Z] Removing intermediate container 8b3221461005 [2020-12-15T23:36:00.355Z] ---> 219f38ef0765 [2020-12-15T23:36:00.355Z] Step 6/27 : COPY go.mod . [2020-12-15T23:36:00.941Z] ---> 32fdf21e4bc8 [2020-12-15T23:36:00.941Z] Step 7/24 : RUN go mod download [2020-12-15T23:36:00.941Z] ---> 83b58fc4bc28 [2020-12-15T23:36:00.941Z] Step 7/21 : RUN go mod download [2020-12-15T23:36:00.941Z] ---> 611a9acb2fb3 [2020-12-15T23:36:00.941Z] Step 7/27 : RUN go mod download [2020-12-15T23:36:00.941Z] ---> Running in 7bb8dbdc6517 [2020-12-15T23:36:00.941Z] ---> Running in 5af41bc7f50b [2020-12-15T23:36:01.215Z] ---> Running in 84059ca52098 [2020-12-15T23:36:02.189Z] Removing intermediate container 68fea4c6843b [2020-12-15T23:36:02.189Z] ---> 28dd03620bac [2020-12-15T23:36:02.189Z] Step 8/22 : COPY . . [2020-12-15T23:36:02.791Z] Removing intermediate container fa2831f5c428 [2020-12-15T23:36:02.791Z] ---> 1814152a53d9 [2020-12-15T23:36:02.791Z] Step 8/23 : COPY . . [2020-12-15T23:36:09.433Z] Removing intermediate container 7bb8dbdc6517 [2020-12-15T23:36:09.433Z] ---> b3668d0e979d [2020-12-15T23:36:09.433Z] Step 8/24 : COPY . . [2020-12-15T23:36:12.581Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T23:36:16.057Z] Removing intermediate container 5af41bc7f50b [2020-12-15T23:36:16.058Z] ---> 164f95915517 [2020-12-15T23:36:16.058Z] Step 8/21 : COPY . . [2020-12-15T23:36:19.392Z] Removing intermediate container 84059ca52098 [2020-12-15T23:36:19.392Z] ---> 1a4b72a26575 [2020-12-15T23:36:19.392Z] Step 8/27 : COPY . . [2020-12-15T23:36:41.472Z] ---> 2c8379a16e1f [2020-12-15T23:36:41.472Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T23:36:41.472Z] ---> dbf1835269fa [2020-12-15T23:36:41.472Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T23:36:42.052Z] ---> Running in b939415a2a23 [2020-12-15T23:36:42.052Z] ---> Running in 159fc54dcda9 [2020-12-15T23:36:47.509Z] 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-15T23:36:47.509Z] 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-15T23:36:48.915Z] ---> 75c63cc510f4 [2020-12-15T23:36:48.915Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T23:36:48.915Z] ---> b889c5464e5e [2020-12-15T23:36:48.915Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T23:36:48.915Z] ---> Running in 1dad6f2c5848 [2020-12-15T23:36:48.915Z] ---> 77e2b52b70f0 [2020-12-15T23:36:48.915Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T23:36:49.188Z] ---> Running in 7d76aebc84da [2020-12-15T23:36:49.455Z] ---> Running in 2f667628d458 [2020-12-15T23:36:50.430Z] 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-15T23:36:50.430Z] 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-15T23:36:50.706Z] 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-15T23:37:09.353Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T23:37:10.338Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T23:37:14.669Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T23:37:14.669Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T23:37:14.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T23:37:14.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T23:37:14.669Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T23:37:21.425Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.074s [2020-12-15T23:37:21.425Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T23:37:21.425Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T23:37:21.700Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T23:37:21.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T23:37:21.700Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T23:37:21.700Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T23:37:29.617Z] Removing intermediate container 7d76aebc84da [2020-12-15T23:37:29.618Z] ---> 328d4e59d496 [2020-12-15T23:37:29.618Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T23:37:29.618Z] ---> Running in f6f2a4b0852e [2020-12-15T23:37:29.618Z] 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-15T23:37:30.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.279s coverage: 46.6% of statements [2020-12-15T23:37:30.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T23:37:30.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T23:37:30.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T23:37:30.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T23:37:30.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T23:37:31.013Z] Removing intermediate container 2f667628d458 [2020-12-15T23:37:31.013Z] ---> 92ece4af87a6 [2020-12-15T23:37:31.013Z] [2020-12-15T23:37:31.013Z] Step 10/21 : FROM scratch [2020-12-15T23:37:31.013Z] ---> [2020-12-15T23:37:31.013Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:37:32.410Z] Removing intermediate container 1dad6f2c5848 [2020-12-15T23:37:32.410Z] ---> 624fc240c289 [2020-12-15T23:37:32.410Z] [2020-12-15T23:37:32.410Z] Step 10/24 : FROM scratch [2020-12-15T23:37:32.410Z] ---> [2020-12-15T23:37:32.410Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T23:37:32.987Z] ---> Running in 98cedadb162c [2020-12-15T23:37:33.249Z] ---> Running in fad6e0c3a5bd [2020-12-15T23:37:33.249Z] Removing intermediate container 159fc54dcda9 [2020-12-15T23:37:33.249Z] ---> 06ce6aace47c [2020-12-15T23:37:33.249Z] [2020-12-15T23:37:33.249Z] Step 10/22 : FROM scratch [2020-12-15T23:37:33.249Z] ---> [2020-12-15T23:37:33.249Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:37:33.516Z] Removing intermediate container 98cedadb162c [2020-12-15T23:37:33.516Z] ---> 856123f50e4d [2020-12-15T23:37:33.516Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T23:37:33.516Z] ---> Running in 9b59933766f7 [2020-12-15T23:37:33.516Z] Removing intermediate container fad6e0c3a5bd [2020-12-15T23:37:33.516Z] ---> 43c0c07c811e [2020-12-15T23:37:33.516Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T23:37:33.786Z] ---> Running in bce91aca0d30 [2020-12-15T23:37:33.787Z] ---> Running in cf518b5ab3db [2020-12-15T23:37:34.746Z] Removing intermediate container f6f2a4b0852e [2020-12-15T23:37:34.746Z] ---> af6bdffc579f [2020-12-15T23:37:34.746Z] [2020-12-15T23:37:34.746Z] Step 11/27 : FROM docker:latest [2020-12-15T23:37:34.746Z] ---> 0c995d0d3006 [2020-12-15T23:37:34.746Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T23:37:35.320Z] Removing intermediate container 9b59933766f7 [2020-12-15T23:37:35.320Z] ---> d00a29d126c5 [2020-12-15T23:37:35.320Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T23:37:35.894Z] Removing intermediate container bce91aca0d30 [2020-12-15T23:37:35.894Z] ---> 8fa87d02495f [2020-12-15T23:37:35.894Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T23:37:36.157Z] ---> Running in 50d271b658f2 [2020-12-15T23:37:36.157Z] ---> Running in 46555a88e706 [2020-12-15T23:37:36.157Z] Removing intermediate container cf518b5ab3db [2020-12-15T23:37:36.157Z] ---> 3fb6029e0cb4 [2020-12-15T23:37:36.157Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T23:37:36.157Z] ---> Running in 17e4b616e25a [2020-12-15T23:37:36.419Z] ---> Running in edc542656255 [2020-12-15T23:37:36.420Z] Removing intermediate container b939415a2a23 [2020-12-15T23:37:36.420Z] ---> 28a75aafa77c [2020-12-15T23:37:36.420Z] [2020-12-15T23:37:36.420Z] Step 10/23 : FROM alpine [2020-12-15T23:37:36.420Z] latest: Pulling from library/alpine [2020-12-15T23:37:36.420Z] Removing intermediate container 50d271b658f2 [2020-12-15T23:37:36.420Z] ---> 5f7d2b6510eb [2020-12-15T23:37:36.420Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T23:37:36.420Z] Removing intermediate container 17e4b616e25a [2020-12-15T23:37:36.420Z] ---> 0580dc5ed26c [2020-12-15T23:37:36.420Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T23:37:36.420Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T23:37:36.682Z] Status: Downloaded newer image for alpine:latest [2020-12-15T23:37:36.682Z] ---> b14afc6dfb98 [2020-12-15T23:37:36.682Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:37:36.682Z] ---> Running in 9214c2e3ca20 [2020-12-15T23:37:37.630Z] ---> Running in 632929506ca9 [2020-12-15T23:37:37.630Z] Removing intermediate container edc542656255 [2020-12-15T23:37:37.630Z] ---> 4a7a5d8967b5 [2020-12-15T23:37:37.630Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T23:37:37.630Z] ---> a413e2ec896f [2020-12-15T23:37:37.630Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T23:37:37.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:37:37.630Z] Removing intermediate container 9214c2e3ca20 [2020-12-15T23:37:37.630Z] ---> d934bedc9e59 [2020-12-15T23:37:37.630Z] Step 14/22 : WORKDIR / [2020-12-15T23:37:37.893Z] ---> Running in 977f7a0ada7c [2020-12-15T23:37:37.893Z] Removing intermediate container 632929506ca9 [2020-12-15T23:37:37.893Z] ---> 36eb4586fd40 [2020-12-15T23:37:37.893Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T23:37:37.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:37:38.159Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T23:37:38.159Z] ---> db42b144a2ae [2020-12-15T23:37:38.159Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T23:37:38.159Z] ---> Running in b9dffe7b747e [2020-12-15T23:37:38.159Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T23:37:38.159Z] Executing bash-5.0.17-r0.post-install [2020-12-15T23:37:38.159Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:37:38.159Z] OK: 12 MiB in 22 packages [2020-12-15T23:37:38.159Z] Removing intermediate container 977f7a0ada7c [2020-12-15T23:37:38.159Z] ---> 59615b8bab57 [2020-12-15T23:37:38.159Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T23:37:38.159Z] ---> 60c75bf98e01 [2020-12-15T23:37:38.159Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T23:37:38.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.1% of statements [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T23:37:38.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T23:37:38.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T23:37:38.332Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.489s coverage: 71.3% of statements [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T23:37:38.332Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T23:37:38.422Z] Removing intermediate container b9dffe7b747e [2020-12-15T23:37:38.422Z] ---> a0bd8914b8a0 [2020-12-15T23:37:38.422Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T23:37:38.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.769s coverage: 83.7% of statements [2020-12-15T23:37:38.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T23:37:38.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T23:37:38.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T23:37:38.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T23:37:38.995Z] ---> Running in 585388cc13cb [2020-12-15T23:37:39.257Z] ---> 549eb0b72e6e [2020-12-15T23:37:39.257Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T23:37:39.520Z] ---> 107d34b5b77c [2020-12-15T23:37:39.520Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T23:37:39.520Z] ---> 1354ffdda82e [2020-12-15T23:37:39.520Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T23:37:39.520Z] Removing intermediate container 585388cc13cb [2020-12-15T23:37:39.520Z] ---> 5881a8d096e1 [2020-12-15T23:37:39.520Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:37:40.093Z] ---> Running in 7fccbb3ee9db [2020-12-15T23:37:40.355Z] ---> Running in bdda5d62cce0 [2020-12-15T23:37:40.618Z] Removing intermediate container 46555a88e706 [2020-12-15T23:37:40.618Z] ---> 3bf45ede3352 [2020-12-15T23:37:40.618Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T23:37:40.618Z] ---> 0a7e417de4c7 [2020-12-15T23:37:40.618Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T23:37:40.618Z] ---> 8cd56072e52c [2020-12-15T23:37:40.618Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T23:37:40.882Z] Removing intermediate container 7fccbb3ee9db [2020-12-15T23:37:40.882Z] ---> a57338fdd37d [2020-12-15T23:37:40.882Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:37:40.882Z] ---> Running in ba0b925ffe24 [2020-12-15T23:37:41.143Z] ---> Running in 84e07535fe68 [2020-12-15T23:37:41.143Z] ---> a73cc0b8c4de [2020-12-15T23:37:41.143Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T23:37:41.412Z] ---> 257251b52ac9 [2020-12-15T23:37:41.412Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T23:37:41.412Z] Removing intermediate container 84e07535fe68 [2020-12-15T23:37:41.412Z] ---> 3d1855afc357 [2020-12-15T23:37:41.412Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T23:37:41.412Z] ---> Running in 5aca85dba8eb [2020-12-15T23:37:41.675Z] ---> Running in ad1d3a75b640 [2020-12-15T23:37:41.936Z] Removing intermediate container 5aca85dba8eb [2020-12-15T23:37:41.936Z] ---> d87b77713215 [2020-12-15T23:37:41.936Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:37:42.198Z] ---> 0b04fe7600b7 [2020-12-15T23:37:42.198Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T23:37:42.198Z] Removing intermediate container ad1d3a75b640 [2020-12-15T23:37:42.198Z] ---> bdd8841cd898 [2020-12-15T23:37:42.198Z] Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:37:42.466Z] ---> Running in e81079af7a8b [2020-12-15T23:37:42.466Z] ---> Running in af5989ebf9a3 [2020-12-15T23:37:42.466Z] Removing intermediate container bdda5d62cce0 [2020-12-15T23:37:42.466Z] ---> 0eefa400e8e4 [2020-12-15T23:37:42.466Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T23:37:42.466Z] ---> 8d3078a1a5c6 [2020-12-15T23:37:42.466Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T23:37:42.728Z] ---> Running in 70709a62b748 [2020-12-15T23:37:42.728Z] Removing intermediate container ba0b925ffe24 [2020-12-15T23:37:42.728Z] ---> 8edc3a407873 [2020-12-15T23:37:42.728Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T23:37:42.728Z] Removing intermediate container e81079af7a8b [2020-12-15T23:37:42.728Z] ---> 9d2ecb5bf789 [2020-12-15T23:37:42.728Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T23:37:42.989Z] Removing intermediate container af5989ebf9a3 [2020-12-15T23:37:42.989Z] ---> 8988eacfa011 [2020-12-15T23:37:42.989Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T23:37:43.259Z] ---> Running in db3e4f4c1160 [2020-12-15T23:37:43.259Z] ---> Running in 84effe88ad8b [2020-12-15T23:37:43.259Z] ---> Running in 89890373d373 [2020-12-15T23:37:43.259Z] ---> Running in d7e21c2888a5 [2020-12-15T23:37:43.521Z] Removing intermediate container db3e4f4c1160 [2020-12-15T23:37:43.521Z] ---> 2f1f22b153fd [2020-12-15T23:37:43.521Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:37:43.521Z] ---> Running in 7cfdbd4b9608 [2020-12-15T23:37:43.521Z] Removing intermediate container 84effe88ad8b [2020-12-15T23:37:43.521Z] ---> 9bd58de49081 [2020-12-15T23:37:43.521Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T23:37:43.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:37:43.783Z] Removing intermediate container d7e21c2888a5 [2020-12-15T23:37:43.783Z] ---> 1850ff9c3c85 [2020-12-15T23:37:43.783Z] [2020-12-15T23:37:43.783Z] Removing intermediate container 89890373d373 [2020-12-15T23:37:43.783Z] ---> 6f5a56d07def [2020-12-15T23:37:43.783Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:37:43.783Z] ---> Running in 14cbe889749d [2020-12-15T23:37:44.048Z] ---> Running in fc73cf5c3cce [2020-12-15T23:37:44.048Z] Removing intermediate container 7cfdbd4b9608 [2020-12-15T23:37:44.048Z] ---> 4bcbfa491d6d [2020-12-15T23:37:44.048Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T23:37:44.048Z] Successfully built 1850ff9c3c85 [2020-12-15T23:37:44.048Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T23:37:44.048Z]  Building docker-support-scheduler-go ... done Building docker-security-secretstore-setup-go [2020-12-15T23:37:44.048Z] ---> Running in 1ad47a690c84 [2020-12-15T23:37:44.048Z] Removing intermediate container 14cbe889749d [2020-12-15T23:37:44.048Z] ---> fe2d7c62f275 [2020-12-15T23:37:44.048Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T23:37:44.309Z] Removing intermediate container fc73cf5c3cce [2020-12-15T23:37:44.309Z] ---> 928221f4ee88 [2020-12-15T23:37:44.309Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:37:44.309Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:37:44.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.179s coverage: 28.6% of statements [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T23:37:44.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T23:37:44.366Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2020-12-15T23:37:44.366Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T23:37:44.577Z] ---> Running in d8cd87cb7915 [2020-12-15T23:37:44.848Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T23:37:45.111Z] ---> Running in 320b8abd305d [2020-12-15T23:37:45.356Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2020-12-15T23:37:45.356Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T23:37:45.373Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T23:37:45.373Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T23:37:45.956Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T23:37:46.227Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T23:37:46.227Z] Removing intermediate container 1ad47a690c84 [2020-12-15T23:37:46.227Z] ---> 99317312b5a7 [2020-12-15T23:37:46.227Z] Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:37:46.227Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:37:46.227Z] OK: 8 MiB in 19 packages [2020-12-15T23:37:46.802Z] Removing intermediate container d8cd87cb7915 [2020-12-15T23:37:46.802Z] ---> 89f59e3a6932 [2020-12-15T23:37:46.802Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T23:37:46.802Z] Removing intermediate container 320b8abd305d [2020-12-15T23:37:46.802Z] ---> c26e42c81dd0 [2020-12-15T23:37:46.802Z] [2020-12-15T23:37:46.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.431s coverage: 97.5% of statements [2020-12-15T23:37:46.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T23:37:46.810Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2020-12-15T23:37:46.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T23:37:46.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T23:37:46.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T23:37:46.810Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T23:37:47.065Z] ---> Running in a8ab80c70ced [2020-12-15T23:37:47.065Z] Successfully built c26e42c81dd0 [2020-12-15T23:37:47.065Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T23:37:47.065Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-12-15T23:37:53.682Z] Removing intermediate container a8ab80c70ced [2020-12-15T23:37:53.682Z] ---> 1d52a2f1ac2c [2020-12-15T23:37:53.682Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T23:37:54.258Z] ---> 7122e32335f4 [2020-12-15T23:37:54.258Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.080s coverage: 93.8% of statements [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.090s coverage: 58.8% of statements [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.114s coverage: 75.5% of statements [2020-12-15T23:37:55.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.079s coverage: 80.8% of statements [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.139s coverage: 87.2% of statements [2020-12-15T23:37:55.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements [2020-12-15T23:37:55.133Z] ---> Running in 84ab4d94f091 [2020-12-15T23:37:55.133Z] Removing intermediate container 70709a62b748 [2020-12-15T23:37:55.133Z] ---> adabfa9cd4cb [2020-12-15T23:37:55.133Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T23:37:55.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.205s coverage: 91.4% of statements [2020-12-15T23:37:55.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T23:37:57.338Z] ---> 50b035a1e521 [2020-12-15T23:37:57.338Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T23:37:58.296Z] Removing intermediate container 84ab4d94f091 [2020-12-15T23:37:58.296Z] ---> 00716777284b [2020-12-15T23:37:58.296Z] [2020-12-15T23:37:58.296Z] ---> 5a68d9b7df23 [2020-12-15T23:37:58.296Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T23:37:58.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.610s coverage: 63.5% of statements [2020-12-15T23:37:58.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T23:37:58.360Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T23:37:58.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements [2020-12-15T23:37:58.360Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.119s coverage: 91.3% of statements [2020-12-15T23:37:58.574Z] Successfully built 00716777284b [2020-12-15T23:37:58.836Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T23:37:58.836Z] Building docker-core-command-go [2020-12-15T23:37:58.958Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2020-12-15T23:37:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [2020-12-15T23:38:01.008Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.065s coverage: 100.0% of statements [2020-12-15T23:38:01.405Z]  Building docker-support-notifications-go ... done  ---> 374222372dfd [2020-12-15T23:38:01.405Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T23:38:03.338Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:38:03.338Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:38:03.338Z] ---> 1651255c25d3 [2020-12-15T23:38:03.338Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T23:38:03.338Z] ---> Using cache [2020-12-15T23:38:03.338Z] ---> f33d3bb6470d [2020-12-15T23:38:03.338Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:38:03.600Z] ---> Using cache [2020-12-15T23:38:03.600Z] ---> 61391a48a653 [2020-12-15T23:38:03.600Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T23:38:03.600Z] ---> Using cache [2020-12-15T23:38:03.600Z] ---> ff78335be62c [2020-12-15T23:38:03.600Z] Step 6/24 : COPY go.mod . [2020-12-15T23:38:03.600Z] ---> Using cache [2020-12-15T23:38:03.600Z] ---> 83b58fc4bc28 [2020-12-15T23:38:03.600Z] Step 7/24 : RUN go mod download [2020-12-15T23:38:03.600Z] ---> Using cache [2020-12-15T23:38:03.600Z] ---> 164f95915517 [2020-12-15T23:38:03.600Z] Step 8/24 : COPY . . [2020-12-15T23:38:03.600Z] ---> Using cache [2020-12-15T23:38:03.600Z] ---> 77e2b52b70f0 [2020-12-15T23:38:03.600Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T23:38:04.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.860s coverage: 55.9% of statements [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T23:38:04.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T23:38:06.158Z] ---> e210fc8193e4 [2020-12-15T23:38:06.158Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T23:38:06.732Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:38:06.732Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T23:38:06.732Z] ---> 1651255c25d3 [2020-12-15T23:38:06.732Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T23:38:06.732Z] ---> Using cache [2020-12-15T23:38:06.732Z] ---> f33d3bb6470d [2020-12-15T23:38:06.732Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T23:38:08.130Z] ---> Running in e67c0694fb13 [2020-12-15T23:38:08.130Z] ---> Running in a72a2f7973f0 [2020-12-15T23:38:08.398Z] ---> Running in 9716b948839c [2020-12-15T23:38:08.664Z] ---> 01977de3997b [2020-12-15T23:38:08.664Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T23:38:08.931Z] ---> Running in d9b9a933cfaa [2020-12-15T23:38:09.901Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:09.901Z] 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-15T23:38:10.168Z] Removing intermediate container d9b9a933cfaa [2020-12-15T23:38:10.168Z] ---> 139706792b85 [2020-12-15T23:38:10.168Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:38:10.168Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:10.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:10.168Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T23:38:10.168Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T23:38:10.439Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T23:38:10.439Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T23:38:10.439Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T23:38:10.439Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T23:38:10.439Z] ---> Running in f34390048503 [2020-12-15T23:38:10.439Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T23:38:10.709Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:11.656Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:38:11.656Z] v3.12.2-28-g19bfc5f39e [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:38:11.656Z] OK: 12750 distinct packages available [2020-12-15T23:38:11.921Z] OK: 233 MiB in 51 packages [2020-12-15T23:38:13.328Z] Removing intermediate container f34390048503 [2020-12-15T23:38:13.328Z] ---> 5e5dcb684920 [2020-12-15T23:38:13.328Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T23:38:16.711Z] ---> Running in 018e8c3392ed [2020-12-15T23:38:16.711Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T23:38:16.711Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T23:38:16.711Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T23:38:16.711Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 14.157s coverage: 86.3% of statements [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.397s coverage: 72.2% of statements [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.472s coverage: 72.1% of statements [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.079s coverage: 82.4% of statements [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.102s coverage: 48.4% of statements [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.068s coverage: 28.8% of statements [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.075s coverage: 96.8% of statements [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.364s coverage: 37.0% of statements [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T23:38:16.848Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.640s coverage: 84.0% of statements [2020-12-15T23:38:16.848Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.080s coverage: 100.0% of statements [2020-12-15T23:38:16.979Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T23:38:17.247Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T23:38:17.247Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T23:38:17.847Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T23:38:18.108Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T23:38:18.370Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:38:18.370Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:38:18.370Z] ---> 1651255c25d3 [2020-12-15T23:38:18.370Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> f33d3bb6470d [2020-12-15T23:38:18.370Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> 61391a48a653 [2020-12-15T23:38:18.370Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> ff78335be62c [2020-12-15T23:38:18.370Z] Step 6/22 : COPY go.mod . [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> 83b58fc4bc28 [2020-12-15T23:38:18.370Z] Step 7/22 : RUN go mod download [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> 164f95915517 [2020-12-15T23:38:18.370Z] Step 8/22 : COPY . . [2020-12-15T23:38:18.370Z] ---> Using cache [2020-12-15T23:38:18.370Z] ---> 77e2b52b70f0 [2020-12-15T23:38:18.370Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T23:38:18.631Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T23:38:19.213Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T23:38:19.213Z] Removing intermediate container 018e8c3392ed [2020-12-15T23:38:19.213Z] ---> 62bc11002ef2 [2020-12-15T23:38:19.213Z] Step 22/23 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:38:19.213Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T23:38:19.801Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T23:38:19.801Z] Removing intermediate container 9716b948839c [2020-12-15T23:38:19.801Z] ---> a2d1754b4856 [2020-12-15T23:38:19.801Z] Step 5/29 : COPY go.mod . [2020-12-15T23:38:19.801Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T23:38:19.801Z] ---> Running in f6393194d430 [2020-12-15T23:38:19.801Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T23:38:20.082Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T23:38:20.082Z] ---> Running in 75109746c882 [2020-12-15T23:38:20.082Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T23:38:20.082Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T23:38:20.082Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T23:38:20.082Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T23:38:20.693Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T23:38:20.693Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T23:38:20.693Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T23:38:20.693Z] ---> 7cc2a85618ae [2020-12-15T23:38:20.693Z] Step 6/29 : RUN go mod download [2020-12-15T23:38:20.693Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T23:38:20.693Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T23:38:20.693Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T23:38:21.277Z] ---> Running in cdb506c9ecd3 [2020-12-15T23:38:21.277Z] Removing intermediate container 75109746c882 [2020-12-15T23:38:21.277Z] ---> 903985c3efbe [2020-12-15T23:38:21.277Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T23:38:21.277Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:38:21.859Z] OK: 71 MiB in 55 packages [2020-12-15T23:38:21.859Z] ---> Running in f06da0a463ad [2020-12-15T23:38:22.128Z] 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-15T23:38:22.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.387s coverage: 47.1% of statements [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T23:38:22.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T23:38:22.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.152s coverage: 100.0% of statements [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T23:38:22.279Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements [2020-12-15T23:38:22.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T23:38:22.403Z] Removing intermediate container f06da0a463ad [2020-12-15T23:38:22.403Z] ---> 87102f1cd9b4 [2020-12-15T23:38:22.403Z] [2020-12-15T23:38:22.680Z] Successfully built 87102f1cd9b4 [2020-12-15T23:38:22.680Z] Successfully tagged docker-core-data-go:latest [2020-12-15T23:38:22.680Z] Building docker-security-bootstrap-redis-go [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.837s coverage: 29.1% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.196s coverage: 99.0% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T23:38:29.005Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T23:38:29.005Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.051s coverage: 100.0% of statements [2020-12-15T23:38:29.279Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2020-12-15T23:38:29.552Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-15T23:38:30.531Z] GO111MODULE=on go vet ./... [2020-12-15T23:38:35.005Z]  Building docker-core-data-go ... done Removing intermediate container cdb506c9ecd3 [2020-12-15T23:38:35.005Z] ---> fba7b3334e2b [2020-12-15T23:38:35.005Z] Step 7/29 : COPY . . [2020-12-15T23:38:35.005Z] 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-15T23:38:47.320Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:38:47.320Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:38:47.320Z] ---> 1651255c25d3 [2020-12-15T23:38:47.320Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> f33d3bb6470d [2020-12-15T23:38:47.320Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> 61391a48a653 [2020-12-15T23:38:47.320Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> ff78335be62c [2020-12-15T23:38:47.320Z] Step 6/22 : COPY go.mod . [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> 83b58fc4bc28 [2020-12-15T23:38:47.320Z] Step 7/22 : RUN go mod download [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> 164f95915517 [2020-12-15T23:38:47.320Z] Step 8/22 : COPY . . [2020-12-15T23:38:47.320Z] ---> Using cache [2020-12-15T23:38:47.320Z] ---> 77e2b52b70f0 [2020-12-15T23:38:47.320Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T23:38:49.269Z] ---> Running in e3535ee12d96 [2020-12-15T23:38:52.603Z] Removing intermediate container e67c0694fb13 [2020-12-15T23:38:52.603Z] ---> 91d579b85260 [2020-12-15T23:38:52.603Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T23:38:52.603Z] Removing intermediate container a72a2f7973f0 [2020-12-15T23:38:52.603Z] ---> 228861a2754d [2020-12-15T23:38:52.603Z] [2020-12-15T23:38:52.603Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T23:38:52.603Z] 3.10: Pulling from library/alpine [2020-12-15T23:38:54.038Z] 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-15T23:38:54.311Z] ---> Running in 1d58755b80f7 [2020-12-15T23:38:54.579Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T23:38:54.579Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T23:38:54.579Z] ---> be4e4bea2c2e [2020-12-15T23:38:54.579Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T23:38:57.148Z] ---> Running in b36a277964fd [2020-12-15T23:38:58.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:58.829Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:38:59.095Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T23:38:59.095Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T23:38:59.095Z] OK: 10350 distinct packages available [2020-12-15T23:38:59.358Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T23:38:59.358Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T23:38:59.358Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T23:38:59.358Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T23:38:59.358Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T23:38:59.358Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T23:38:59.358Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T23:38:59.623Z] OK: 7 MiB in 19 packages [2020-12-15T23:39:02.990Z] Collecting docker-compose==1.23.2 [2020-12-15T23:39:02.990Z] ---> 4d82115e67ca [2020-12-15T23:39:02.990Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T23:39:02.990Z] Removing intermediate container f6393194d430 [2020-12-15T23:39:02.990Z] ---> 7733d157ca9f [2020-12-15T23:39:02.990Z] [2020-12-15T23:39:02.990Z] Step 10/22 : FROM scratch [2020-12-15T23:39:02.990Z] ---> [2020-12-15T23:39:02.990Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:39:02.990Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T23:39:02.990Z] ---> Running in 89b4e1a14b1f [2020-12-15T23:39:02.990Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T23:39:02.990Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T23:39:03.264Z] ---> Using cache [2020-12-15T23:39:03.264Z] ---> d00a29d126c5 [2020-12-15T23:39:03.264Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T23:39:04.229Z] 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-15T23:39:04.229Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T23:39:04.229Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T23:39:04.229Z] Removing intermediate container b36a277964fd [2020-12-15T23:39:04.229Z] ---> 5f4099e309c9 [2020-12-15T23:39:04.229Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T23:39:04.229Z] ---> Running in 95623983bdec [2020-12-15T23:39:04.525Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T23:39:04.525Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T23:39:04.525Z] ---> Running in 9389ca74f00a [2020-12-15T23:39:04.815Z] Removing intermediate container 95623983bdec [2020-12-15T23:39:04.815Z] ---> 8937cf4f09b9 [2020-12-15T23:39:04.815Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T23:39:04.815Z] ---> Running in ee7575a3a88e [2020-12-15T23:39:05.084Z] Removing intermediate container 9389ca74f00a [2020-12-15T23:39:05.084Z] ---> f6e5641b2024 [2020-12-15T23:39:05.084Z] Step 13/24 : WORKDIR / [2020-12-15T23:39:05.084Z] Removing intermediate container ee7575a3a88e [2020-12-15T23:39:05.084Z] ---> d55dfe7aa893 [2020-12-15T23:39:05.084Z] Step 14/22 : WORKDIR / [2020-12-15T23:39:05.084Z] 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-15T23:39:05.084Z] ---> Running in cff7bc4117ad [2020-12-15T23:39:05.084Z] Collecting PyYAML<4,>=3.10 [2020-12-15T23:39:05.084Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T23:39:05.373Z] ---> Running in 5f7904bfacde [2020-12-15T23:39:05.987Z] Removing intermediate container cff7bc4117ad [2020-12-15T23:39:05.987Z] ---> 04faa9dde0e6 [2020-12-15T23:39:05.987Z] 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-15T23:39:07.420Z] Removing intermediate container 5f7904bfacde [2020-12-15T23:39:07.420Z] ---> 06eb2deeebd4 [2020-12-15T23:39:07.420Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T23:39:07.420Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T23:39:07.420Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T23:39:07.712Z] ---> b7f6a41d5418 [2020-12-15T23:39:07.712Z] 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-15T23:39:07.982Z] ---> 03581d05f7eb [2020-12-15T23:39:07.982Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T23:39:07.982Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T23:39:07.982Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T23:39:07.982Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T23:39:07.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T23:39:08.262Z] ---> 5d4d07ce04a0 [2020-12-15T23:39:08.262Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T23:39:08.262Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T23:39:08.262Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T23:39:09.244Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T23:39:09.244Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T23:39:09.836Z] ---> 86f8ea198e2e [2020-12-15T23:39:09.836Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T23:39:10.123Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T23:39:10.123Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T23:39:10.123Z] ---> a5d806dc490f [2020-12-15T23:39:10.123Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T23:39:10.123Z] Collecting idna<2.8,>=2.5 [2020-12-15T23:39:10.123Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T23:39:10.123Z] 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-15T23:39:10.391Z] Removing intermediate container e3535ee12d96 [2020-12-15T23:39:10.391Z] ---> 273e26db720b [2020-12-15T23:39:10.391Z] [2020-12-15T23:39:10.391Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T23:39:10.391Z] ---> be4e4bea2c2e [2020-12-15T23:39:10.391Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T23:39:10.391Z] ---> Using cache [2020-12-15T23:39:10.391Z] ---> 5f4099e309c9 [2020-12-15T23:39:10.391Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T23:39:10.391Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T23:39:10.391Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T23:39:10.391Z] ---> Running in 3fec48cbd266 [2020-12-15T23:39:10.391Z] 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-15T23:39:10.391Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T23:39:10.391Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T23:39:10.391Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T23:39:10.391Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T23:39:10.654Z] ---> 88c0d3a1f419 [2020-12-15T23:39:10.654Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T23:39:10.654Z] Installing collected packages: texttable, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, PyYAML, cached-property, jsonschema, docopt, docker-compose [2020-12-15T23:39:10.654Z] Running setup.py install for texttable: started [2020-12-15T23:39:10.921Z] ---> 638f75fb8c44 [2020-12-15T23:39:10.921Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T23:39:10.921Z] ---> Running in e48fa5fecb26 [2020-12-15T23:39:11.190Z] Removing intermediate container 3fec48cbd266 [2020-12-15T23:39:11.190Z] ---> 0abcfe8a475d [2020-12-15T23:39:11.190Z] Step 13/22 : WORKDIR / [2020-12-15T23:39:11.190Z] ---> Running in 1dd962f28512 [2020-12-15T23:39:11.454Z] Removing intermediate container e48fa5fecb26 [2020-12-15T23:39:11.454Z] ---> f98b9800bd03 [2020-12-15T23:39:11.454Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:39:11.454Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T23:39:11.454Z] ---> Running in b4eb9aa92e0d [2020-12-15T23:39:11.454Z] Attempting uninstall: idna [2020-12-15T23:39:11.454Z] Found existing installation: idna 2.9 [2020-12-15T23:39:11.454Z] Uninstalling idna-2.9: [2020-12-15T23:39:11.717Z] Successfully uninstalled idna-2.9 [2020-12-15T23:39:11.717Z] Removing intermediate container 1dd962f28512 [2020-12-15T23:39:11.717Z] ---> 113f5dd463b7 [2020-12-15T23:39:11.717Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T23:39:11.984Z] ---> beab267d4f4d [2020-12-15T23:39:11.984Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T23:39:11.984Z] Attempting uninstall: urllib3 [2020-12-15T23:39:11.984Z] Found existing installation: urllib3 1.25.9 [2020-12-15T23:39:11.984Z] Uninstalling urllib3-1.25.9: [2020-12-15T23:39:11.984Z] Removing intermediate container b4eb9aa92e0d [2020-12-15T23:39:11.984Z] ---> 7ae440f57321 [2020-12-15T23:39:11.984Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T23:39:12.250Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T23:39:13.642Z] ---> c5c52bdb0721 [2020-12-15T23:39:13.642Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T23:39:13.642Z] ---> Running in f0a1bbaa50f9 [2020-12-15T23:39:13.642Z] Attempting uninstall: requests [2020-12-15T23:39:13.642Z] Found existing installation: requests 2.23.0 [2020-12-15T23:39:13.642Z] Uninstalling requests-2.23.0: [2020-12-15T23:39:13.642Z] Successfully uninstalled requests-2.23.0 [2020-12-15T23:39:13.906Z] ---> 8ede5baba41e [2020-12-15T23:39:13.906Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T23:39:14.480Z] Removing intermediate container f0a1bbaa50f9 [2020-12-15T23:39:14.480Z] ---> 344d1d6db3cb [2020-12-15T23:39:14.480Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:14.480Z] ---> Running in 6e6489677603 [2020-12-15T23:39:14.741Z] ---> 7774ab4e6cfe [2020-12-15T23:39:14.741Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T23:39:16.130Z] Running setup.py install for dockerpty: started [2020-12-15T23:39:16.130Z] ---> Running in f0accdc4badd [2020-12-15T23:39:16.711Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T23:39:16.711Z] Running setup.py install for PyYAML: started [2020-12-15T23:39:16.711Z] ---> 1d4744d199c2 [2020-12-15T23:39:16.711Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T23:39:16.711Z] Removing intermediate container f0accdc4badd [2020-12-15T23:39:16.711Z] ---> c19e4b34e3a3 [2020-12-15T23:39:16.711Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:39:16.980Z] ---> Running in 4381188e2592 [2020-12-15T23:39:16.980Z] ---> 6e67e3075b03 [2020-12-15T23:39:16.980Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T23:39:17.248Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T23:39:17.248Z] ---> Running in f05386e4dc33 [2020-12-15T23:39:17.248Z] Removing intermediate container 4381188e2592 [2020-12-15T23:39:17.248Z] ---> 0db5b568f61f [2020-12-15T23:39:17.248Z] [2020-12-15T23:39:17.248Z] Running setup.py install for docopt: started [2020-12-15T23:39:17.531Z] Successfully built 0db5b568f61f [2020-12-15T23:39:17.836Z] Successfully tagged docker-core-command-go:latest [2020-12-15T23:39:17.836Z] Building docker-security-proxy-setup-go [2020-12-15T23:39:17.836Z]  Building docker-core-command-go ... done  Running setup.py install for docopt: finished with status 'done' [2020-12-15T23:39:18.145Z] Removing intermediate container 6e6489677603 [2020-12-15T23:39:18.145Z] ---> fc5f5bf075b3 [2020-12-15T23:39:18.145Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T23:39:18.499Z] 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-15T23:39:18.790Z] ---> Running in 549deb61e86c [2020-12-15T23:39:25.488Z] Removing intermediate container 549deb61e86c [2020-12-15T23:39:25.488Z] ---> 8b8c20751fa5 [2020-12-15T23:39:25.488Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T23:39:25.488Z] Removing intermediate container 89b4e1a14b1f [2020-12-15T23:39:25.488Z] ---> 1ef7f4a3bd19 [2020-12-15T23:39:25.488Z] [2020-12-15T23:39:25.488Z] Step 9/29 : FROM alpine:latest [2020-12-15T23:39:25.488Z] ---> b14afc6dfb98 [2020-12-15T23:39:25.488Z] 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-15T23:39:26.437Z] ---> Running in 7059ecba6311 [2020-12-15T23:39:26.437Z] ---> Running in f7fa4daab153 [2020-12-15T23:39:26.708Z] Removing intermediate container f05386e4dc33 [2020-12-15T23:39:26.708Z] ---> 7ad37246865f [2020-12-15T23:39:26.708Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T23:39:30.944Z] ---> Running in a035c35b4b83 [2020-12-15T23:39:30.944Z] Removing intermediate container 7059ecba6311 [2020-12-15T23:39:30.944Z] ---> f07b9d5e604a [2020-12-15T23:39:30.944Z] Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:31.537Z] Removing intermediate container f7fa4daab153 [2020-12-15T23:39:31.537Z] ---> a39d545885d8 [2020-12-15T23:39:31.537Z] Step 11/29 : USER root [2020-12-15T23:39:32.113Z] Removing intermediate container 1d58755b80f7 [2020-12-15T23:39:32.113Z] ---> dced466f434a [2020-12-15T23:39:32.113Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T23:39:32.381Z] ---> Running in d3645a86d281 [2020-12-15T23:39:33.336Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:39:33.336Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:39:33.336Z] ---> 1651255c25d3 [2020-12-15T23:39:33.336Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> f33d3bb6470d [2020-12-15T23:39:33.336Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> 61391a48a653 [2020-12-15T23:39:33.336Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> ff78335be62c [2020-12-15T23:39:33.336Z] Step 6/21 : COPY go.mod . [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> 83b58fc4bc28 [2020-12-15T23:39:33.336Z] Step 7/21 : RUN go mod download [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> 164f95915517 [2020-12-15T23:39:33.336Z] Step 8/21 : COPY . . [2020-12-15T23:39:33.336Z] ---> Using cache [2020-12-15T23:39:33.336Z] ---> 77e2b52b70f0 [2020-12-15T23:39:33.336Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T23:39:34.286Z] Removing intermediate container a035c35b4b83 [2020-12-15T23:39:34.286Z] ---> 8025e48d4055 [2020-12-15T23:39:34.286Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T23:39:34.560Z] ---> Running in 03ffb925aa4d [2020-12-15T23:39:34.560Z] ---> Running in e8191108539a [2020-12-15T23:39:34.560Z] ---> Running in 5c8bf774596d [2020-12-15T23:39:34.560Z] ---> Running in 9a27a302c476 [2020-12-15T23:39:34.560Z] Removing intermediate container d3645a86d281 [2020-12-15T23:39:34.560Z] ---> 916ccabfc51e [2020-12-15T23:39:34.560Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T23:39:34.822Z] Removing intermediate container 03ffb925aa4d [2020-12-15T23:39:34.822Z] ---> b753d159aeb0 [2020-12-15T23:39:34.822Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T23:39:34.822Z] ---> Running in 669140de434f [2020-12-15T23:39:35.084Z] ---> Running in f14843c6f8cd [2020-12-15T23:39:35.084Z] Removing intermediate container 9a27a302c476 [2020-12-15T23:39:35.084Z] ---> 72ddb4b5ceef [2020-12-15T23:39:35.084Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:35.348Z] ---> Running in 5fe3982178ec [2020-12-15T23:39:35.616Z] Removing intermediate container 669140de434f [2020-12-15T23:39:35.616Z] ---> 9b08d2f119e7 [2020-12-15T23:39:35.616Z] [2020-12-15T23:39:35.617Z] Removing intermediate container 5fe3982178ec [2020-12-15T23:39:35.617Z] ---> 880496515469 [2020-12-15T23:39:35.617Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:39:35.885Z] ---> Running in a81a2fd0402c [2020-12-15T23:39:35.885Z] Successfully built 9b08d2f119e7 [2020-12-15T23:39:35.885Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T23:39:35.885Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:35.885Z] 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-15T23:39:36.153Z] Removing intermediate container a81a2fd0402c [2020-12-15T23:39:36.153Z] ---> 37fda10f3509 [2020-12-15T23:39:36.153Z] [2020-12-15T23:39:36.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:36.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:36.153Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:36.153Z] Successfully built 37fda10f3509 [2020-12-15T23:39:36.153Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T23:39:36.421Z]  Building docker-security-bootstrap-redis-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T23:39:36.421Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T23:39:36.421Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T23:39:36.421Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:39:36.421Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:39:36.421Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:39:36.421Z] OK: 12747 distinct packages available [2020-12-15T23:39:36.421Z] OK: 72 MiB in 58 packages [2020-12-15T23:39:36.685Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T23:39:36.685Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T23:39:36.685Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:39:36.685Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T23:39:36.962Z] OK: 6 MiB in 16 packages [2020-12-15T23:39:37.563Z] Removing intermediate container e8191108539a [2020-12-15T23:39:37.563Z] ---> bb10305ec198 [2020-12-15T23:39:37.563Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T23:39:37.563Z] ---> Running in aa2a65bb5ab9 [2020-12-15T23:39:38.537Z] Removing intermediate container aa2a65bb5ab9 [2020-12-15T23:39:38.537Z] ---> 089434085019 [2020-12-15T23:39:38.537Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:39:38.539Z] gofmt -l . [2020-12-15T23:39:38.815Z] ---> Running in a39a06e2a416 [2020-12-15T23:39:38.815Z] Removing intermediate container f14843c6f8cd [2020-12-15T23:39:38.815Z] ---> b1b7ac600267 [2020-12-15T23:39:38.816Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T23:39:38.816Z] ---> Running in 5304b2b78cd7 [2020-12-15T23:39:38.816Z] Removing intermediate container a39a06e2a416 [2020-12-15T23:39:38.816Z] ---> 309c9979ad97 [2020-12-15T23:39:38.816Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T23:39:39.086Z] ---> Running in cf43b62488a7 [2020-12-15T23:39:39.086Z] Removing intermediate container 5304b2b78cd7 [2020-12-15T23:39:39.086Z] ---> 1b8266086098 [2020-12-15T23:39:39.086Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T23:39:39.361Z] ---> Running in 562ea0887a9f [2020-12-15T23:39:39.361Z] Removing intermediate container cf43b62488a7 [2020-12-15T23:39:39.361Z] ---> 40205fb6abcb [2020-12-15T23:39:39.361Z] Step 26/27 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:39.361Z] ---> Running in 6cac9c8e6ddb [2020-12-15T23:39:39.648Z] Removing intermediate container 562ea0887a9f [2020-12-15T23:39:39.648Z] ---> a09b07d04ef9 [2020-12-15T23:39:39.648Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T23:39:39.648Z] Removing intermediate container 6cac9c8e6ddb [2020-12-15T23:39:39.648Z] ---> 059f78143e56 [2020-12-15T23:39:39.648Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T23:39:39.648Z] ---> Running in bd493409d88a [2020-12-15T23:39:39.911Z] ---> Running in a45ef63a8a1f [2020-12-15T23:39:39.911Z] Removing intermediate container a45ef63a8a1f [2020-12-15T23:39:39.911Z] ---> 53257e6c1c13 [2020-12-15T23:39:39.911Z] [2020-12-15T23:39:40.173Z] Successfully built 53257e6c1c13 [2020-12-15T23:39:40.173Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T23:39:41.244Z] [ "`gofmt -l .`" = "" ] [2020-12-15T23:39:41.695Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd493409d88a [2020-12-15T23:39:41.695Z] ---> 2d8ab944392e [2020-12-15T23:39:41.695Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T23:39:41.967Z] ---> bd8fb28a1763 [2020-12-15T23:39:41.967Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T23:39:42.551Z] ---> a8d311c890ea [2020-12-15T23:39:42.551Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T23:39:42.815Z] ---> 3a821eaa2a1c [2020-12-15T23:39:42.815Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T23:39:43.078Z] ---> 2c63cb103c58 [2020-12-15T23:39:43.078Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T23:39:43.341Z] ---> eb00a0884ecd [2020-12-15T23:39:43.341Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T23:39:43.341Z] ---> Running in d526a0eca9e1 [2020-12-15T23:39:43.859Z] ./bin/test-go-mod-tidy.sh [2020-12-15T23:39:44.133Z] ./bin/test-attribution-txt.sh [2020-12-15T23:39:44.295Z] 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-15T23:39:44.295Z] Removing intermediate container d526a0eca9e1 [2020-12-15T23:39:44.295Z] ---> e8bdbb5782b7 [2020-12-15T23:39:44.295Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T23:39:44.874Z] ---> cc73a6d81aa2 [2020-12-15T23:39:44.874Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T23:39:44.874Z] ---> Running in 4a7512a492b5 [2020-12-15T23:39:48.192Z] Removing intermediate container 4a7512a492b5 [2020-12-15T23:39:48.192Z] ---> 37a01d6418e7 [2020-12-15T23:39:48.192Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T23:39:48.192Z] Removing intermediate container 5c8bf774596d [2020-12-15T23:39:48.192Z] ---> ab5e38057725 [2020-12-15T23:39:48.192Z] [2020-12-15T23:39:48.192Z] Step 10/21 : FROM alpine [2020-12-15T23:39:48.192Z] ---> b14afc6dfb98 [2020-12-15T23:39:48.192Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T23:39:48.192Z] ---> Running in 621b53afb8f5 [2020-12-15T23:39:48.192Z] ---> Running in ca3087f63db0 [Pipeline] sh [2020-12-15T23:39:48.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:49.033Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T23:39:49.087Z] + ls -al . [2020-12-15T23:39:49.087Z] total 692 [2020-12-15T23:39:49.087Z] drwxrwxr-x 9 1001 1001 4096 Dec 15 23:39 . [2020-12-15T23:39:49.087Z] drwxr-xr-x 4 root root 4096 Dec 15 23:35 .. [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 23:34 .dockerignore [2020-12-15T23:39:49.087Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 23:34 .git [2020-12-15T23:39:49.087Z] drwxrwxr-x 3 1001 1001 4096 Dec 15 23:34 .github [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 23:34 .gitignore [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 23:34 .sonarcloud.properties [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 23:34 CONTRIBUTING.md [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 23:34 Dockerfile.build [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 23:34 Jenkinsfile [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 23:34 LICENSE [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 23:34 Makefile [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 23:34 README.md [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 23:34 SECURITY.md [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 23:31 VERSION [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 23:34 ZMQWindows.md [2020-12-15T23:39:49.087Z] drwxrwxr-x 2 1001 1001 4096 Dec 15 23:34 bin [2020-12-15T23:39:49.087Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 23:34 cmd [2020-12-15T23:39:49.087Z] -rw-r--r-- 1 root root 568194 Dec 15 23:38 coverage.out [2020-12-15T23:39:49.087Z] -rw-r--r-- 1 root root 1041 Dec 15 23:39 go.mod [2020-12-15T23:39:49.087Z] -rw-r--r-- 1 root root 18856 Dec 15 23:39 go.sum [2020-12-15T23:39:49.087Z] drwxrwxr-x 8 1001 1001 4096 Dec 15 23:34 internal [2020-12-15T23:39:49.087Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 23:34 openapi [2020-12-15T23:39:49.087Z] drwxrwxr-x 4 1001 1001 4096 Dec 15 23:34 snap [2020-12-15T23:39:49.087Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 23:34 version.go [Pipeline] sh [2020-12-15T23:39:49.297Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:39:49.298Z] v3.12.2-28-g19bfc5f39e [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:39:49.298Z] OK: 12747 distinct packages available [2020-12-15T23:39:49.298Z] Removing intermediate container 621b53afb8f5 [2020-12-15T23:39:49.298Z] ---> 9cba00cddb6d [2020-12-15T23:39:49.298Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T23:39:49.298Z] ---> Running in 2eba6419d7f5 [2020-12-15T23:39:49.298Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T23:39:49.559Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T23:39:49.559Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T23:39:49.559Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T23:39:49.559Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:39:49.559Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T23:39:49.765Z] + '[' -e coverage.out ] [2020-12-15T23:39:49.765Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T23:39:49.829Z] OK: 7 MiB in 18 packages [2020-12-15T23:39:49.829Z] Removing intermediate container 2eba6419d7f5 [2020-12-15T23:39:49.829Z] ---> b82e1f058784 [2020-12-15T23:39:49.829Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T23:39:49.829Z] ---> Running in 8888080cb938 [2020-12-15T23:39:49.845Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T23:39:50.096Z] Removing intermediate container 8888080cb938 [2020-12-15T23:39:50.096Z] ---> d7573033cf73 [2020-12-15T23:39:50.096Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T23:39:50.096Z] ---> Running in b668adaae685 [2020-12-15T23:39:50.673Z] Removing intermediate container b668adaae685 [2020-12-15T23:39:50.673Z] ---> 1baca9fd75d5 [2020-12-15T23:39:50.673Z] Step 28/29 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:50.942Z] Removing intermediate container ca3087f63db0 [2020-12-15T23:39:50.942Z] ---> 9f753b80ba23 [2020-12-15T23:39:50.942Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T23:39:50.942Z] ---> Running in bab3fa92b8b5 [2020-12-15T23:39:50.942Z] ---> Running in 83bd57fac07f [2020-12-15T23:39:51.204Z] Removing intermediate container bab3fa92b8b5 [2020-12-15T23:39:51.204Z] ---> 020b88b0b230 [2020-12-15T23:39:51.204Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T23:39:51.204Z] Removing intermediate container 83bd57fac07f [2020-12-15T23:39:51.204Z] ---> 1fa0b4b27bae [2020-12-15T23:39:51.204Z] Step 13/21 : WORKDIR /edgex [2020-12-15T23:39:51.204Z] ---> Running in 9b6e87bb9b25 [2020-12-15T23:39:51.204Z] ---> Running in 55a938817e58 [2020-12-15T23:39:51.226Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T23:39:51.472Z] Removing intermediate container 9b6e87bb9b25 [2020-12-15T23:39:51.472Z] ---> 6f81cd7d49ef [2020-12-15T23:39:51.472Z] [2020-12-15T23:39:51.472Z] Removing intermediate container 55a938817e58 [2020-12-15T23:39:51.472Z] ---> 9826b7920653 [2020-12-15T23:39:51.472Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T23:39:51.472Z] Successfully built 6f81cd7d49ef [2020-12-15T23:39:51.472Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T23:39:51.734Z]  Building docker-security-secrets-setup-go ... done  ---> 17fc2a3636a9 [2020-12-15T23:39:51.734Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T23:39:51.919Z] + make build [2020-12-15T23:39:51.919Z] 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-15T23:39:52.310Z] ---> 80ad188b4273 [2020-12-15T23:39:52.310Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T23:39:52.579Z] ---> 52ab018540c2 [2020-12-15T23:39:52.579Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T23:39:52.579Z] ---> Running in 38bf2f810e6b [2020-12-15T23:39:52.849Z] Removing intermediate container 38bf2f810e6b [2020-12-15T23:39:52.849Z] ---> c5930ba8f7ce [2020-12-15T23:39:52.849Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T23:39:52.849Z] ---> Running in 7a47b16a9d25 [2020-12-15T23:39:53.111Z] Removing intermediate container 7a47b16a9d25 [2020-12-15T23:39:53.111Z] ---> f07fc98cd46e [2020-12-15T23:39:53.111Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T23:39:53.111Z] ---> Running in 77318aebeffc [2020-12-15T23:39:53.375Z] Removing intermediate container 77318aebeffc [2020-12-15T23:39:53.375Z] ---> 8ad2c502eda4 [2020-12-15T23:39:53.375Z] Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:39:53.375Z] ---> Running in a6dff6b818f4 [2020-12-15T23:39:53.636Z] Removing intermediate container a6dff6b818f4 [2020-12-15T23:39:53.636Z] ---> 1cc063a68a38 [2020-12-15T23:39:53.636Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T23:39:53.636Z] ---> Running in d72fa14ba0d4 [2020-12-15T23:39:53.898Z] Removing intermediate container d72fa14ba0d4 [2020-12-15T23:39:53.898Z] ---> b88f25f5e926 [2020-12-15T23:39:53.898Z] [2020-12-15T23:39:53.898Z] Successfully built b88f25f5e926 [2020-12-15T23:39:54.160Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T23:39:54.431Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-12-15T23:39:54.453Z] $ docker stop --time=1 c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 [2020-12-15T23:39:56.100Z] $ docker rm -f c57304dff1e83e4e72180afba7dfe39c7c147e5f2f16f67e4bbc8ed0e5de6d52 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T23:39:56.589Z] + docker images [2020-12-15T23:39:56.589Z] + grep docker [2020-12-15T23:39:56.589Z] docker-security-proxy-setup-go latest b88f25f5e926 3 seconds ago 24.6MB [2020-12-15T23:39:56.589Z] docker-security-secrets-setup-go latest 6f81cd7d49ef 5 seconds ago 23.9MB [2020-12-15T23:39:56.589Z] docker-sys-mgmt-agent-go latest 53257e6c1c13 17 seconds ago 313MB [2020-12-15T23:39:56.589Z] docker-security-secretstore-setup-go latest 9b08d2f119e7 21 seconds ago 24.7MB [2020-12-15T23:39:56.589Z] docker-security-bootstrap-redis-go latest 37fda10f3509 21 seconds ago 15.8MB [2020-12-15T23:39:56.589Z] docker-core-command-go latest 0db5b568f61f 40 seconds ago 12.2MB [2020-12-15T23:39:56.589Z] docker-core-data-go latest 87102f1cd9b4 About a minute ago 23.7MB [2020-12-15T23:39:56.589Z] docker-support-notifications-go latest 00716777284b About a minute ago 13.6MB [2020-12-15T23:39:56.589Z] docker-core-metadata-go latest c26e42c81dd0 2 minutes ago 14.5MB [2020-12-15T23:39:56.589Z] docker-support-scheduler-go latest 1850ff9c3c85 2 minutes ago 12.3MB [2020-12-15T23:39:56.589Z] docker latest 0c995d0d3006 About an hour 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-15T23:40:04.336Z] 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-15T23:40:12.250Z] Still waiting to schedule task [2020-12-15T23:40:12.250Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-15T23:40:26.516Z] 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-15T23:40:29.905Z] 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-15T23:40:35.308Z] 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-15T23:40:36.736Z] 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-15T23:40:42.139Z] 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-15T23:40:46.475Z] 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-15T23:40:50.786Z] 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-15T23:40:54.175Z] 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-15T23:40:56.990Z] Running on prd-ubuntu18.04-docker-8c-8g-16188 in /w/workspace/edgexfoundry_edgex-go_PR-2939 [Pipeline] { [Pipeline] ws [2020-12-15T23:40:57.044Z] Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout [2020-12-15T23:40:59.125Z] using credential edgex-jenkins-ssh [2020-12-15T23:40:59.180Z] Cloning the remote Git repository [2020-12-15T23:40:59.175Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:40:59.238Z] > git init /w/workspace/edgex-go/6 # timeout=10 [2020-12-15T23:40:59.262Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:40:59.262Z] > git --version # timeout=10 [2020-12-15T23:40:59.267Z] > git --version # 'git version 2.17.1' [2020-12-15T23:40:59.268Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:40:59.292Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T23:40:59.577Z] 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-15T23:41:02.195Z] 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-15T23:41:05.586Z] 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-15T23:41:09.901Z] $ docker stop --time=1 f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 [2020-12-15T23:41:12.350Z] $ docker rm -f f5fb67b550a61048af30f9e027965faaab2b40942d70b442d5f9c148b372c063 [2020-12-15T23:41:12.600Z] Merging remotes/origin/master commit 57027b830a506e4aebc0dcaa3e3cd565868e69a4 into PR head commit b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:41:12.746Z] Merge succeeded, producing b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:41:12.747Z] Checking out Revision b188b9d6b00083e5cf297a342020ae494d8884fe (PR-2939) [2020-12-15T23:41:11.963Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T23:41:11.969Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T23:41:11.980Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T23:41:11.995Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T23:41:11.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:41:11.999Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2939/head:refs/remotes/origin/PR-2939 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T23:41:12.602Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T23:41:12.606Z] > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 [2020-12-15T23:41:12.710Z] > git remote # timeout=10 [2020-12-15T23:41:12.723Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T23:41:12.726Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T23:41:12.729Z] > git merge 57027b830a506e4aebc0dcaa3e3cd565868e69a4 # timeout=10 [2020-12-15T23:41:12.736Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T23:41:12.743Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T23:41:12.746Z] > git checkout -f b188b9d6b00083e5cf297a342020ae494d8884fe # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:41:14.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T23:41:14.294Z] [2020-12-15T23:41:14.294Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:41:14.684Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T23:41:14.959Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T23:41:14.959Z] 29e5d40040c1: Pulling fs layer [2020-12-15T23:41:14.959Z] 1ce36da41761: Pulling fs layer [2020-12-15T23:41:14.959Z] 25b303627fd3: Pulling fs layer [2020-12-15T23:41:14.959Z] 29e5d40040c1: Verifying Checksum [2020-12-15T23:41:14.959Z] 29e5d40040c1: Download complete [2020-12-15T23:41:15.234Z] 1ce36da41761: Verifying Checksum [2020-12-15T23:41:15.234Z] 1ce36da41761: Download complete [2020-12-15T23:41:15.828Z] 29e5d40040c1: Pull complete [2020-12-15T23:41:16.380Z] Commit message: "build(snap): Change Vault's storage backend to use Raft" [Pipeline] withEnv [Pipeline] { [2020-12-15T23:41:16.808Z] 1ce36da41761: Pull complete [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:41:17.082Z] 25b303627fd3: Verifying Checksum [2020-12-15T23:41:17.082Z] 25b303627fd3: Download complete [2020-12-15T23:41:17.367Z] + echo snap-build.sh [2020-12-15T23:41:17.367Z] snap-build.sh [2020-12-15T23:41:17.368Z] + SNAP_BASE_DIR=. [2020-12-15T23:41:17.368Z] + '[' '!' -z /w/workspace/edgex-go/6 ']' [2020-12-15T23:41:17.368Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/6 [2020-12-15T23:41:17.368Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' [2020-12-15T23:41:17.368Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/6] [2020-12-15T23:41:17.368Z] + cd /w/workspace/edgex-go/6 [2020-12-15T23:41:17.368Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-15T23:41:17.368Z] Reading package lists... [2020-12-15T23:41:17.368Z] Building dependency tree... [2020-12-15T23:41:17.368Z] Reading state information... [2020-12-15T23:41:17.629Z] The following packages were automatically installed and are no longer required: [2020-12-15T23:41:17.629Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-15T23:41:17.629Z] uidmap xdelta3 [2020-12-15T23:41:17.629Z] Use 'sudo apt autoremove' to remove them. [2020-12-15T23:41:17.629Z] The following packages will be REMOVED: [2020-12-15T23:41:17.629Z] lxd* lxd-client* [2020-12-15T23:41:18.200Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-15T23:41:18.200Z] After this operation, 31.7 MB disk space will be freed. [2020-12-15T23:41:19.245Z] (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-15T23:41:19.245Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T23:41:20.193Z] Removing lxd dnsmasq configuration [2020-12-15T23:41:20.193Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T23:41:20.193Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-15T23:41:21.138Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T23:41:21.138Z] (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-15T23:41:21.138Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T23:41:22.525Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-15T23:41:22.787Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-15T23:41:23.731Z] + sudo snap remove --purge lxd [2020-12-15T23:41:24.302Z] snap "lxd" is not installed [2020-12-15T23:41:24.302Z] + sudo groupadd --force --system lxd [2020-12-15T23:41:24.302Z] ++ whoami [2020-12-15T23:41:24.302Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-15T23:41:24.302Z] + newgrp - lxd [2020-12-15T23:41:24.302Z] + sudo snap install lxd [2020-12-15T23:41:27.231Z] 25b303627fd3: Pull complete [2020-12-15T23:41:27.231Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T23:41:27.231Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T23:41:27.231Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T23:41:27.500Z] prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container [2020-12-15T23:41:27.569Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T23:41:30.703Z] $ docker top 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:41:31.768Z] + docker-compose build --help [2020-12-15T23:41:31.768Z] + grep parallel [2020-12-15T23:41:34.303Z] 2020-12-15T23:41:31Z INFO Waiting for automatic snapd restart... [2020-12-15T23:41:35.140Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T23:41:35.429Z] $ docker stop --time=1 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 [2020-12-15T23:41:37.363Z] $ docker rm -f 2e116cd3166783410a34afb5fed1e05accd53d3805a3aa1bd50787536b032b32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:41:38.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T23:41:38.153Z] . [Pipeline] withDockerContainer [2020-12-15T23:41:38.421Z] prd-ubuntu18.04-docker-arm64-4c-16g-16184 does not seem to be running inside a container [2020-12-15T23:41:38.496Z] $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T23:41:39.962Z] $ docker top afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:41:41.125Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T23:41:44.319Z] lxd 4.9 from Canonical* installed [2020-12-15T23:41:44.319Z] + sudo lxd init --auto [2020-12-15T23:41:44.523Z] Building docker-core-command-go ... [2020-12-15T23:41:44.523Z] Building docker-core-data-go ... [2020-12-15T23:41:44.523Z] Building docker-core-metadata-go ... [2020-12-15T23:41:44.523Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T23:41:44.523Z] Building docker-security-proxy-setup-go ... [2020-12-15T23:41:44.523Z] Building docker-security-secrets-setup-go ... [2020-12-15T23:41:44.523Z] Building docker-security-secretstore-setup-go ... [2020-12-15T23:41:44.523Z] Building docker-support-notifications-go ... [2020-12-15T23:41:44.523Z] Building docker-support-scheduler-go ... [2020-12-15T23:41:44.523Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T23:41:44.523Z] Building docker-sys-mgmt-agent-go [2020-12-15T23:41:44.523Z] Building docker-security-secrets-setup-go [2020-12-15T23:41:44.523Z] Building docker-security-secretstore-setup-go [2020-12-15T23:41:44.523Z] Building docker-support-scheduler-go [2020-12-15T23:41:44.523Z] Building docker-core-data-go [2020-12-15T23:41:52.476Z] + sudo snap install --classic snapcraft [2020-12-15T23:42:00.637Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T23:42:00.637Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-15T23:42:00.637Z] + patch --verbose -p1 [2020-12-15T23:42:00.637Z] Hmm... Looks like a unified diff to me... [2020-12-15T23:42:00.637Z] The text leading up to this was: [2020-12-15T23:42:00.637Z] -------------------------- [2020-12-15T23:42:00.637Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-15T23:42:00.637Z] |From: Tony Espy [2020-12-15T23:42:00.637Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-15T23:42:00.637Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-15T23:42:00.637Z] | [2020-12-15T23:42:00.637Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-15T23:42:00.637Z] |optimize the snap CI check run for pull requests. When [2020-12-15T23:42:00.637Z] |applied, it essentially strips out everything (apps and [2020-12-15T23:42:00.637Z] |parts) from the snapcraft.yaml file except those required [2020-12-15T23:42:00.637Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-15T23:42:00.637Z] |catch changes to edgex-go that break the snap build. [2020-12-15T23:42:00.637Z] | [2020-12-15T23:42:00.637Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-15T23:42:00.637Z] |to update this patch file, otherwise it may fail to apply, [2020-12-15T23:42:00.637Z] |resulting in a failed snap build CI check in the associated [2020-12-15T23:42:00.637Z] |pull request. [2020-12-15T23:42:00.637Z] | [2020-12-15T23:42:00.637Z] |Note - in addition to applying this patch, the pipeline also [2020-12-15T23:42:00.637Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-15T23:42:00.638Z] |need to build the finally binary .snap file (and it won't [2020-12-15T23:42:00.638Z] |work with the patch applied). This further reduces the build [2020-12-15T23:42:00.638Z] |time. [2020-12-15T23:42:00.638Z] |--- [2020-12-15T23:42:00.638Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-15T23:42:00.638Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-15T23:42:00.638Z] | [2020-12-15T23:42:00.638Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-15T23:42:00.638Z] |index b265277c..d7e1de37 100644 [2020-12-15T23:42:00.638Z] |--- a/snap/snapcraft.yaml [2020-12-15T23:42:00.638Z] |+++ b/snap/snapcraft.yaml [2020-12-15T23:42:00.638Z] -------------------------- [2020-12-15T23:42:00.638Z] patching file snap/snapcraft.yaml [2020-12-15T23:42:00.638Z] Using Plan A... [2020-12-15T23:42:00.638Z] Hunk #1 succeeded at 72 with fuzz 2 (offset -3 lines). [2020-12-15T23:42:00.638Z] Hunk #2 succeeded at 81 (offset -3 lines). [2020-12-15T23:42:00.638Z] Hunk #3 succeeded at 209 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #4 succeeded at 224 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #5 succeeded at 232 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #6 succeeded at 239 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #7 succeeded at 266 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #8 succeeded at 300 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hunk #9 succeeded at 356 (offset -10 lines). [2020-12-15T23:42:00.638Z] Hmm... Ignoring the trailing garbage. [2020-12-15T23:42:00.638Z] done [2020-12-15T23:42:00.638Z] + sudo snapcraft prime --use-lxd [2020-12-15T23:42:00.898Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-15T23:42:00.898Z] 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-15T23:42:00.898Z] - README.md [2020-12-15T23:42:00.898Z] - snapcraft.yaml.orig [2020-12-15T23:42:00.898Z] [2020-12-15T23:42:00.898Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T23:42:01.471Z] Launching a container. [2020-12-15T23:42:13.715Z] Waiting for container to be ready [2020-12-15T23:42:13.715Z] To start your first instance, try: lxc launch ubuntu:18.04 [2020-12-15T23:42:13.715Z] [2020-12-15T23:42:15.634Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2020-12-15T23:42:16.209Z] Waiting for network to be ready... [2020-12-15T23:42:16.470Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T23:42:16.470Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T23:42:17.046Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-15T23:42:17.046Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T23:42:17.046Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T23:42:17.308Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T23:42:17.308Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T23:42:17.308Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T23:42:17.308Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T23:42:17.308Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T23:42:17.308Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T23:42:17.569Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T23:42:17.569Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T23:42:17.569Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T23:42:17.569Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T23:42:17.569Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T23:42:17.569Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T23:42:17.569Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T23:42:17.834Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T23:42:18.096Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-15T23:42:18.096Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T23:42:18.096Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T23:42:18.096Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T23:42:18.096Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T23:42:18.096Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T23:42:18.096Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T23:42:18.363Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T23:42:21.667Z] Fetched 23.5 MB in 5s (4497 kB/s) [2020-12-15T23:42:22.611Z] Reading package lists... [2020-12-15T23:42:22.872Z] Reading package lists... [2020-12-15T23:42:23.133Z] Building dependency tree... [2020-12-15T23:42:23.133Z] Reading state information... [2020-12-15T23:42:23.133Z] The following additional packages will be installed: [2020-12-15T23:42:23.133Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T23:42:23.133Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T23:42:23.133Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T23:42:23.133Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2020-12-15T23:42:23.133Z] Suggested packages: [2020-12-15T23:42:23.133Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2020-12-15T23:42:23.133Z] Recommended packages: [2020-12-15T23:42:23.133Z] gnupg libsasl2-modules [2020-12-15T23:42:23.133Z] The following NEW packages will be installed: [2020-12-15T23:42:23.133Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2020-12-15T23:42:23.133Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2020-12-15T23:42:23.133Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2020-12-15T23:42:23.133Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2020-12-15T23:42:23.133Z] The following packages will be upgraded: [2020-12-15T23:42:23.133Z] gpg gpg-agent gpgconf libudev1 [2020-12-15T23:42:23.393Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2020-12-15T23:42:23.393Z] Need to get 3531 kB of archives. [2020-12-15T23:42:23.393Z] After this operation, 13.3 MB of additional disk space will be used. [2020-12-15T23:42:23.393Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2020-12-15T23:42:23.393Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2020-12-15T23:42:23.393Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2020-12-15T23:42:23.393Z] Get:4 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-15T23:42:23.393Z] Get:5 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-15T23:42:23.393Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2020-12-15T23:42:23.393Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2020-12-15T23:42:23.393Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2020-12-15T23:42:23.393Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2020-12-15T23:42:23.965Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2020-12-15T23:42:24.227Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2020-12-15T23:42:24.227Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2020-12-15T23:42:24.227Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2020-12-15T23:42:24.227Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2020-12-15T23:42:24.227Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2020-12-15T23:42:24.227Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2020-12-15T23:42:24.227Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2020-12-15T23:42:24.227Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2020-12-15T23:42:24.227Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2020-12-15T23:42:24.227Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2020-12-15T23:42:24.227Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2020-12-15T23:42:24.227Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2020-12-15T23:42:24.487Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T23:42:24.487Z] Fetched 3531 kB in 1s (3234 kB/s) [2020-12-15T23:42:24.487Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T23:42:24.487Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2020-12-15T23:42:24.749Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T23:42:24.749Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2020-12-15T23:42:24.749Z] Selecting previously unselected package udev. [2020-12-15T23:42:24.749Z] (Reading database ... 12511 files and directories currently installed.) [2020-12-15T23:42:24.749Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2020-12-15T23:42:24.749Z] Unpacking udev (237-3ubuntu10.43) ... [2020-12-15T23:42:25.008Z] Selecting previously unselected package libfuse2:amd64. [2020-12-15T23:42:25.009Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T23:42:25.009Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T23:42:25.009Z] Selecting previously unselected package fuse. [2020-12-15T23:42:25.009Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2020-12-15T23:42:25.269Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2020-12-15T23:42:25.269Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T23:42:25.269Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T23:42:25.269Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T23:42:25.536Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T23:42:25.536Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T23:42:25.536Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T23:42:25.536Z] Selecting previously unselected package libksba8:amd64. [2020-12-15T23:42:25.536Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2020-12-15T23:42:25.536Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2020-12-15T23:42:25.797Z] Selecting previously unselected package libroken18-heimdal:amd64. [2020-12-15T23:42:25.797Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:25.797Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:25.797Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2020-12-15T23:42:25.797Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:25.797Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:25.797Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2020-12-15T23:42:25.797Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:25.797Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.058Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2020-12-15T23:42:26.059Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.059Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.059Z] Selecting previously unselected package libwind0-heimdal:amd64. [2020-12-15T23:42:26.059Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.059Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.059Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2020-12-15T23:42:26.059Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.059Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.319Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2020-12-15T23:42:26.320Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.320Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.320Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2020-12-15T23:42:26.320Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.320Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.580Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2020-12-15T23:42:26.580Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2020-12-15T23:42:26.580Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:26.580Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2020-12-15T23:42:26.580Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T23:42:26.580Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T23:42:26.580Z] Selecting previously unselected package libsasl2-2:amd64. [2020-12-15T23:42:26.580Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2020-12-15T23:42:26.580Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T23:42:26.580Z] Selecting previously unselected package libldap-common. [2020-12-15T23:42:26.580Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2020-12-15T23:42:26.580Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T23:42:26.840Z] Selecting previously unselected package libldap-2.4-2:amd64. [2020-12-15T23:42:26.840Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2020-12-15T23:42:26.840Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T23:42:26.840Z] Selecting previously unselected package dirmngr. [2020-12-15T23:42:26.840Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T23:42:26.840Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T23:42:27.100Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T23:42:27.100Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2020-12-15T23:42:27.100Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2020-12-15T23:42:27.100Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T23:42:27.100Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2020-12-15T23:42:27.100Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2020-12-15T23:42:27.100Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:27.361Z] Setting up libksba8:amd64 (1.3.5-2) ... [2020-12-15T23:42:27.361Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T23:42:27.361Z] Setting up udev (237-3ubuntu10.43) ... [2020-12-15T23:42:27.621Z] invoke-rc.d: policy-rc.d denied execution of start. [2020-12-15T23:42:27.881Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:27.881Z] Processing triggers for systemd (237-3ubuntu10) ... [2020-12-15T23:42:27.881Z] Setting up fuse (2.9.7-1ubuntu1) ... [2020-12-15T23:42:27.881Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2020-12-15T23:42:27.881Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:27.881Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:27.881Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:27.881Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:28.141Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:28.141Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:28.141Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2020-12-15T23:42:28.141Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2020-12-15T23:42:28.141Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2020-12-15T23:42:28.141Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T23:42:28.403Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2020-12-15T23:42:28.403Z] settings in the [Install] section, and DefaultInstance for template units). [2020-12-15T23:42:28.403Z] This means they are not meant to be enabled using systemctl. [2020-12-15T23:42:28.403Z] Possible reasons for having this kind of units are: [2020-12-15T23:42:28.403Z] 1) A unit may be statically enabled by being symlinked from another unit's [2020-12-15T23:42:28.403Z] .wants/ or .requires/ directory. [2020-12-15T23:42:28.403Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2020-12-15T23:42:28.403Z] a requirement dependency on it. [2020-12-15T23:42:28.403Z] 3) A unit may be started when needed via activation (socket, path, timer, [2020-12-15T23:42:28.403Z] D-Bus, udev, scripted systemctl call, ...). [2020-12-15T23:42:28.403Z] 4) In case of template units, the unit is meant to be enabled with some [2020-12-15T23:42:28.403Z] instance name specified. [2020-12-15T23:42:28.922Z] Reading package lists... [2020-12-15T23:42:28.922Z] Building dependency tree... [2020-12-15T23:42:28.922Z] Reading state information... [2020-12-15T23:42:29.183Z] The following additional packages will be installed: [2020-12-15T23:42:29.183Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2020-12-15T23:42:29.183Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2020-12-15T23:42:29.183Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2020-12-15T23:42:29.183Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2020-12-15T23:42:29.183Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2020-12-15T23:42:29.183Z] Suggested packages: [2020-12-15T23:42:29.183Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2020-12-15T23:42:29.183Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2020-12-15T23:42:29.183Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2020-12-15T23:42:29.183Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2020-12-15T23:42:29.183Z] systemd-container policykit-1 [2020-12-15T23:42:29.183Z] Recommended packages: [2020-12-15T23:42:29.183Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2020-12-15T23:42:29.183Z] The following NEW packages will be installed: [2020-12-15T23:42:29.183Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2020-12-15T23:42:29.183Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2020-12-15T23:42:29.183Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2020-12-15T23:42:29.183Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2020-12-15T23:42:29.183Z] python3.6-minimal snapd squashfs-tools sudo [2020-12-15T23:42:29.183Z] The following packages will be upgraded: [2020-12-15T23:42:29.183Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2020-12-15T23:42:29.183Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2020-12-15T23:42:29.183Z] Need to get 35.2 MB of archives. [2020-12-15T23:42:29.183Z] After this operation, 141 MB of additional disk space will be used. [2020-12-15T23:42:29.183Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2020-12-15T23:42:29.183Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2020-12-15T23:42:30.124Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2020-12-15T23:42:30.124Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2020-12-15T23:42:30.124Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2020-12-15T23:42:30.124Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2020-12-15T23:42:30.124Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2020-12-15T23:42:30.124Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2020-12-15T23:42:30.124Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2020-12-15T23:42:30.124Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2020-12-15T23:42:30.124Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.3 [6948 B] [2020-12-15T23:42:30.124Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2020-12-15T23:42:30.124Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2020-12-15T23:42:30.124Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2020-12-15T23:42:30.124Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2020-12-15T23:42:30.124Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2020-12-15T23:42:30.124Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2020-12-15T23:42:30.124Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2020-12-15T23:42:30.124Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2020-12-15T23:42:30.124Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2020-12-15T23:42:30.385Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2020-12-15T23:42:30.385Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2020-12-15T23:42:30.385Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2020-12-15T23:42:30.385Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2020-12-15T23:42:30.385Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2020-12-15T23:42:30.385Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2020-12-15T23:42:30.385Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2020-12-15T23:42:30.385Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2020-12-15T23:42:30.385Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2020-12-15T23:42:30.385Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2020-12-15T23:42:31.770Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T23:42:31.770Z] Fetched 35.2 MB in 2s (16.0 MB/s) [2020-12-15T23:42:31.770Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T23:42:31.770Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2020-12-15T23:42:31.770Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T23:42:32.340Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2020-12-15T23:42:32.340Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T23:42:32.340Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2020-12-15T23:42:32.340Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T23:42:32.340Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T23:42:32.340Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T23:42:32.600Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2020-12-15T23:42:32.862Z] (Reading database ... 12757 files and directories currently installed.) [2020-12-15T23:42:32.862Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2020-12-15T23:42:32.862Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2020-12-15T23:42:33.124Z] Setting up apt (1.6.12ubuntu0.2) ... [2020-12-15T23:42:33.124Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2020-12-15T23:42:33.698Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2020-12-15T23:42:33.698Z] (Reading database ... 12764 files and directories currently installed.) [2020-12-15T23:42:33.698Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T23:42:33.698Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T23:42:33.961Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2020-12-15T23:42:33.961Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T23:42:33.961Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:33.961Z] Selecting previously unselected package libexpat1:amd64. [2020-12-15T23:42:33.961Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2020-12-15T23:42:33.961Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T23:42:34.224Z] Selecting previously unselected package python3.6-minimal. [2020-12-15T23:42:34.224Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T23:42:34.224Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:34.494Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T23:42:34.494Z] Checking for services that may need to be restarted...done. [2020-12-15T23:42:34.494Z] Checking for services that may need to be restarted...done. [2020-12-15T23:42:34.494Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:34.494Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2020-12-15T23:42:34.494Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:35.066Z] Selecting previously unselected package python3-minimal. [2020-12-15T23:42:35.066Z] (Reading database ... 13012 files and directories currently installed.) [2020-12-15T23:42:35.066Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2020-12-15T23:42:35.066Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2020-12-15T23:42:35.327Z] Selecting previously unselected package mime-support. [2020-12-15T23:42:35.327Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2020-12-15T23:42:35.328Z] Unpacking mime-support (3.60ubuntu1) ... [2020-12-15T23:42:35.328Z] Selecting previously unselected package libmpdec2:amd64. [2020-12-15T23:42:35.328Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2020-12-15T23:42:35.328Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T23:42:35.328Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2020-12-15T23:42:35.328Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T23:42:35.328Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:35.902Z] Selecting previously unselected package python3.6. [2020-12-15T23:42:35.902Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2020-12-15T23:42:35.902Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:35.902Z] Selecting previously unselected package libpython3-stdlib:amd64. [2020-12-15T23:42:35.902Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2020-12-15T23:42:35.902Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T23:42:35.902Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2020-12-15T23:42:36.163Z] Selecting previously unselected package python3. [2020-12-15T23:42:36.163Z] (Reading database ... 13442 files and directories currently installed.) [2020-12-15T23:42:36.163Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2020-12-15T23:42:36.163Z] Unpacking python3 (3.6.7-1~18.04) ... [2020-12-15T23:42:36.426Z] Selecting previously unselected package multiarch-support. [2020-12-15T23:42:36.426Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T23:42:36.426Z] Unpacking multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T23:42:36.426Z] Setting up multiarch-support (2.27-3ubuntu1.3) ... [2020-12-15T23:42:36.426Z] Selecting previously unselected package liblzo2-2:amd64. [2020-12-15T23:42:36.426Z] (Reading database ... 13479 files and directories currently installed.) [2020-12-15T23:42:36.426Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2020-12-15T23:42:36.426Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T23:42:36.686Z] Selecting previously unselected package libbsd0:amd64. [2020-12-15T23:42:36.686Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2020-12-15T23:42:36.686Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T23:42:36.686Z] Selecting previously unselected package sudo. [2020-12-15T23:42:36.686Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2020-12-15T23:42:36.686Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T23:42:36.686Z] Selecting previously unselected package apparmor. [2020-12-15T23:42:36.686Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T23:42:36.947Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2020-12-15T23:42:36.947Z] Selecting previously unselected package libedit2:amd64. [2020-12-15T23:42:36.947Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2020-12-15T23:42:36.947Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T23:42:37.207Z] Selecting previously unselected package libkrb5support0:amd64. [2020-12-15T23:42:37.207Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T23:42:37.207Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:37.207Z] Selecting previously unselected package libk5crypto3:amd64. [2020-12-15T23:42:37.207Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T23:42:37.207Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:37.207Z] Selecting previously unselected package libkeyutils1:amd64. [2020-12-15T23:42:37.207Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2020-12-15T23:42:37.207Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T23:42:37.468Z] Selecting previously unselected package libkrb5-3:amd64. [2020-12-15T23:42:37.468Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T23:42:37.468Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:37.468Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2020-12-15T23:42:37.468Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2020-12-15T23:42:37.468Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:37.468Z] Selecting previously unselected package libssl1.0.0:amd64. [2020-12-15T23:42:37.468Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2020-12-15T23:42:37.468Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T23:42:37.728Z] Selecting previously unselected package openssh-client. [2020-12-15T23:42:37.728Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2020-12-15T23:42:37.728Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T23:42:37.988Z] Selecting previously unselected package squashfs-tools. [2020-12-15T23:42:37.988Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2020-12-15T23:42:37.988Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T23:42:37.988Z] Selecting previously unselected package snapd. [2020-12-15T23:42:37.988Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2020-12-15T23:42:37.988Z] Unpacking snapd (2.48+18.04) ... [2020-12-15T23:42:40.534Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2020-12-15T23:42:40.534Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2020-12-15T23:42:40.534Z] Setting up mime-support (3.60ubuntu1) ... [2020-12-15T23:42:40.534Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2020-12-15T23:42:40.534Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2020-12-15T23:42:40.534Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:40.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T23:42:40.534Z] Setting up systemd (237-3ubuntu10.43) ... [2020-12-15T23:42:40.534Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2020-12-15T23:42:42.448Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2020-12-15T23:42:42.448Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2020-12-15T23:42:42.448Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2020-12-15T23:42:42.448Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:42.448Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:42.448Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2020-12-15T23:42:43.025Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2020-12-15T23:42:43.025Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:43.025Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2020-12-15T23:42:43.025Z] Setting up python3 (3.6.7-1~18.04) ... [2020-12-15T23:42:43.025Z] running python rtupdate hooks for python3.6... [2020-12-15T23:42:43.025Z] running python post-rtupdate hooks for python3.6... [2020-12-15T23:42:43.285Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2020-12-15T23:42:44.672Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2020-12-15T23:42:44.672Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2020-12-15T23:42:44.672Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2020-12-15T23:42:44.933Z] Setting up snapd (2.48+18.04) ... [2020-12-15T23:42:45.503Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2020-12-15T23:42:45.503Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2020-12-15T23:42:45.763Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2020-12-15T23:42:46.034Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2020-12-15T23:42:46.034Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T23:42:46.034Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2020-12-15T23:42:46.294Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2020-12-15T23:42:46.565Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2020-12-15T23:42:46.827Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2020-12-15T23:42:46.827Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2020-12-15T23:42:47.086Z] /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-15T23:42:47.086Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2020-12-15T23:42:47.086Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T23:42:48.028Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T23:42:48.288Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T23:42:48.288Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T23:42:49.491Z] Reading package lists... [2020-12-15T23:42:49.752Z] Reading package lists... [2020-12-15T23:42:50.022Z] Building dependency tree... [2020-12-15T23:42:50.022Z] Reading state information... [2020-12-15T23:42:50.022Z] Calculating upgrade... [2020-12-15T23:42:50.289Z] The following packages will be upgraded: [2020-12-15T23:42:50.289Z] advancecomp base-files bash binutils binutils-common [2020-12-15T23:42:50.289Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2020-12-15T23:42:50.289Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2020-12-15T23:42:50.289Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2020-12-15T23:42:50.289Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2020-12-15T23:42:50.289Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2020-12-15T23:42:50.289Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2020-12-15T23:42:50.289Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2020-12-15T23:42:50.289Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2020-12-15T23:42:50.289Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2020-12-15T23:42:50.289Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2020-12-15T23:42:50.289Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2020-12-15T23:42:50.289Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2020-12-15T23:42:50.289Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2020-12-15T23:42:50.289Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T23:42:50.289Z] Need to get 63.5 MB of archives. [2020-12-15T23:42:50.289Z] After this operation, 5191 kB of additional disk space will be used. [2020-12-15T23:42:50.289Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-15T23:42:50.289Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-128.131 [989 kB] [2020-12-15T23:42:51.231Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-15T23:42:51.231Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-15T23:42:51.231Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-15T23:42:51.231Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-15T23:42:51.231Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-15T23:42:51.231Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-15T23:42:51.231Z] 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-15T23:42:51.231Z] 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-15T23:42:51.231Z] 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-15T23:42:51.231Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-15T23:42:51.231Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-15T23:42:51.231Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-15T23:42:51.231Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2020-12-15T23:42:51.231Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2020-12-15T23:42:51.231Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2020-12-15T23:42:51.231Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2020-12-15T23:42:51.231Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2020-12-15T23:42:51.231Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2020-12-15T23:42:51.231Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2020-12-15T23:42:51.231Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-15T23:42:51.231Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2020-12-15T23:42:51.231Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2020-12-15T23:42:51.231Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2020-12-15T23:42:51.231Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2020-12-15T23:42:51.231Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2020-12-15T23:42:51.231Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2020-12-15T23:42:51.492Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2020-12-15T23:42:51.492Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.3 [639 kB] [2020-12-15T23:42:51.493Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-15T23:42:51.493Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2020-12-15T23:42:51.493Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2020-12-15T23:42:51.493Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-15T23:42:51.493Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2020-12-15T23:42:51.493Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2020-12-15T23:42:51.493Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2020-12-15T23:42:51.493Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2020-12-15T23:42:51.493Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2020-12-15T23:42:51.493Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-15T23:42:51.493Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2020-12-15T23:42:51.493Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2020-12-15T23:42:51.493Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2020-12-15T23:42:51.493Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2020-12-15T23:42:51.493Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2020-12-15T23:42:51.493Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2020-12-15T23:42:51.493Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2020-12-15T23:42:51.493Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2020-12-15T23:42:51.493Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2020-12-15T23:42:51.493Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2020-12-15T23:42:51.493Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2020-12-15T23:42:51.493Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2020-12-15T23:42:51.752Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2020-12-15T23:42:51.752Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2020-12-15T23:42:51.752Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2020-12-15T23:42:51.752Z] Get:56 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-15T23:42:51.752Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2020-12-15T23:42:51.752Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2020-12-15T23:42:51.752Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2020-12-15T23:42:51.752Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2020-12-15T23:42:51.753Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-15T23:42:51.753Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2020-12-15T23:42:51.753Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2020-12-15T23:42:51.753Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2020-12-15T23:42:51.753Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-15T23:42:51.753Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2020-12-15T23:42:51.753Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2020-12-15T23:42:51.753Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2020-12-15T23:42:51.753Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2020-12-15T23:42:51.753Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2020-12-15T23:42:51.753Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2020-12-15T23:42:51.753Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2020-12-15T23:42:51.753Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2020-12-15T23:42:51.753Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2020-12-15T23:42:51.753Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2020-12-15T23:42:52.015Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2020-12-15T23:42:52.015Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2020-12-15T23:42:52.015Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2020-12-15T23:42:52.015Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2020-12-15T23:42:52.015Z] Get:80 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-15T23:42:52.015Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-15T23:42:52.015Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-15T23:42:52.015Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-15T23:42:52.016Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-15T23:42:52.016Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-15T23:42:52.016Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-15T23:42:52.016Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-15T23:42:52.586Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-15T23:42:52.846Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-15T23:42:52.846Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-15T23:42:53.106Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-15T23:42:53.366Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-15T23:42:53.366Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-15T23:42:53.366Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-15T23:42:53.366Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-15T23:42:53.366Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-15T23:42:53.366Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T23:42:53.366Z] Fetched 63.5 MB in 3s (20.5 MB/s) [2020-12-15T23:42:53.626Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:53.626Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T23:42:53.626Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T23:42:54.566Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T23:42:54.566Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T23:42:54.566Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-128.131_amd64.deb ... [2020-12-15T23:42:54.566Z] Unpacking linux-libc-dev:amd64 (4.15.0-128.131) over (4.15.0-20.21) ... [2020-12-15T23:42:55.136Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.414Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.414Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.414Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.674Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.674Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.674Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.674Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.674Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.934Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.934Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.934Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:55.934Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:55.934Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:56.194Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:42:56.194Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T23:42:56.194Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:56.194Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2020-12-15T23:42:56.194Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:42:56.455Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T23:42:56.455Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:56.455Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:56.455Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:56.455Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:56.715Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-15T23:42:56.715Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2020-12-15T23:42:56.976Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:42:56.976Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T23:42:56.976Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T23:42:57.236Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T23:42:57.496Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T23:42:57.756Z] (Reading database ... 13911 files and directories currently installed.) [2020-12-15T23:42:57.756Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2020-12-15T23:42:57.756Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2020-12-15T23:42:57.756Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2020-12-15T23:42:57.756Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2020-12-15T23:42:58.015Z] Setting up base-files (10.1ubuntu2.10) ... [2020-12-15T23:42:58.015Z] Installing new version of config file /etc/issue ... [2020-12-15T23:42:58.015Z] Installing new version of config file /etc/issue.net ... [2020-12-15T23:42:58.015Z] Installing new version of config file /etc/lsb-release ... [2020-12-15T23:42:58.276Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2020-12-15T23:42:58.276Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2020-12-15T23:42:58.536Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2020-12-15T23:42:58.536Z] Removing obsolete conffile /etc/default/motd-news ... [2020-12-15T23:42:58.536Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:58.536Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2020-12-15T23:42:58.536Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2020-12-15T23:42:58.797Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2020-12-15T23:42:58.797Z] 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-15T23:42:58.797Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:58.797Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:42:58.797Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2020-12-15T23:42:59.057Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:42:59.057Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:59.057Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2020-12-15T23:42:59.057Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2020-12-15T23:42:59.317Z] Setting up tar (1.29b-2ubuntu0.1) ... [2020-12-15T23:42:59.317Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:59.317Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2020-12-15T23:42:59.317Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T23:42:59.577Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2020-12-15T23:42:59.839Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:59.839Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T23:42:59.839Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T23:42:59.839Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T23:42:59.839Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:42:59.839Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T23:43:00.100Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T23:43:00.100Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2020-12-15T23:43:00.361Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:00.361Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2020-12-15T23:43:00.361Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2020-12-15T23:43:00.361Z] Setting up grep (3.1-2build1) ... [2020-12-15T23:43:00.361Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:00.361Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T23:43:00.361Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T23:43:00.621Z] Setting up login (1:4.5-1ubuntu2) ... [2020-12-15T23:43:00.621Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:00.621Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T23:43:00.621Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T23:43:00.882Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2020-12-15T23:43:00.882Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:00.882Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T23:43:00.882Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T23:43:01.457Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T23:43:01.457Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T23:43:01.718Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-15T23:43:01.718Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T23:43:02.290Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-15T23:43:02.290Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:02.290Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-15T23:43:02.290Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2020-12-15T23:43:03.674Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T23:43:03.674Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T23:43:03.674Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2020-12-15T23:43:03.674Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2020-12-15T23:43:03.935Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T23:43:03.935Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:03.935Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2020-12-15T23:43:03.935Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2020-12-15T23:43:04.196Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2020-12-15T23:43:04.196Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:04.196Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:04.196Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:04.196Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:04.196Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:04.196Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:04.196Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:04.457Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:04.457Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:04.457Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:04.457Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:04.457Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:04.717Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:04.717Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:04.717Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:04.717Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:04.978Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:04.978Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T23:43:04.978Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T23:43:04.978Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T23:43:04.978Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T23:43:04.978Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T23:43:05.241Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:05.241Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2020-12-15T23:43:05.241Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T23:43:05.241Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T23:43:05.501Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:05.501Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:05.501Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:05.501Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:05.501Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:05.501Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:05.501Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:05.762Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:05.762Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:05.762Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:05.762Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:06.270Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:43:06.270Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:43:06.270Z] ---> 5f3a909cb1e2 [2020-12-15T23:43:06.270Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T23:43:06.270Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:43:06.270Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:43:06.270Z] ---> 5f3a909cb1e2 [2020-12-15T23:43:06.270Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T23:43:06.270Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:43:06.270Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T23:43:06.270Z] ---> 5f3a909cb1e2 [2020-12-15T23:43:06.270Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T23:43:06.270Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:43:06.270Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:43:06.270Z] ---> 5f3a909cb1e2 [2020-12-15T23:43:06.270Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T23:43:06.270Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:43:06.270Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:43:06.270Z] ---> 5f3a909cb1e2 [2020-12-15T23:43:06.270Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T23:43:06.270Z] ---> Running in ffd7a7141840 [2020-12-15T23:43:06.270Z] ---> Running in ffdd81fa91b9 [2020-12-15T23:43:06.270Z] ---> Running in 46a523422141 [2020-12-15T23:43:06.270Z] ---> Running in 908d6a157540 [2020-12-15T23:43:06.270Z] ---> Running in 2b88ec266f51 [2020-12-15T23:43:06.270Z] Removing intermediate container 908d6a157540 [2020-12-15T23:43:06.270Z] ---> b009b4794c67 [2020-12-15T23:43:06.270Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:43:06.270Z] Removing intermediate container ffd7a7141840 [2020-12-15T23:43:06.270Z] ---> 68b252a53218 [2020-12-15T23:43:06.270Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:43:06.270Z] Removing intermediate container ffdd81fa91b9 [2020-12-15T23:43:06.270Z] ---> 8bf8e180f47f [2020-12-15T23:43:06.270Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T23:43:06.270Z] Removing intermediate container 2b88ec266f51 [2020-12-15T23:43:06.270Z] ---> 3c4f117ed88f [2020-12-15T23:43:06.270Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:43:06.270Z] Removing intermediate container 46a523422141 [2020-12-15T23:43:06.270Z] ---> 31d4aeb9dd0f [2020-12-15T23:43:06.270Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:43:06.270Z] ---> Running in f9ce71e48c8f [2020-12-15T23:43:06.270Z] ---> Running in e95edab9db01 [2020-12-15T23:43:06.270Z] ---> Running in 3dff4df7b36f [2020-12-15T23:43:06.270Z] ---> Running in d704e7635196 [2020-12-15T23:43:06.270Z] ---> Running in 7d9476aa4176 [2020-12-15T23:43:06.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.270Z] Removing intermediate container f9ce71e48c8f [2020-12-15T23:43:06.270Z] ---> e86967af2c8c [2020-12-15T23:43:06.270Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T23:43:06.270Z] Removing intermediate container 3dff4df7b36f [2020-12-15T23:43:06.270Z] ---> f6a90e4bd1b8 [2020-12-15T23:43:06.270Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T23:43:06.270Z] ---> Running in db29bc3b0f2b [2020-12-15T23:43:06.270Z] Removing intermediate container 7d9476aa4176 [2020-12-15T23:43:06.270Z] ---> 234c2c6d2a0d [2020-12-15T23:43:06.270Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T23:43:06.270Z] ---> Running in 4adacfc41497 [2020-12-15T23:43:06.270Z] Removing intermediate container d704e7635196 [2020-12-15T23:43:06.270Z] ---> 4ce8cdf7d58b [2020-12-15T23:43:06.270Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T23:43:06.270Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:43:06.270Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:43:06.270Z] OK: 12620 distinct packages available [2020-12-15T23:43:06.270Z] ---> Running in d8977aea803b [2020-12-15T23:43:06.270Z] ---> Running in efa0019bad6c [2020-12-15T23:43:06.270Z] OK: 217 MiB in 51 packages [2020-12-15T23:43:06.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.270Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.387Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:06.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.647Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2020-12-15T23:43:06.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:06.819Z] Removing intermediate container e95edab9db01 [2020-12-15T23:43:06.819Z] ---> 999b0d39b8cc [2020-12-15T23:43:06.819Z] Step 5/29 : COPY go.mod . [2020-12-15T23:43:06.911Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2020-12-15T23:43:06.911Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:06.911Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-15T23:43:06.911Z] Unpacking libc-bin (2.27-3ubuntu1.3) over (2.27-3ubuntu1) ... [2020-12-15T23:43:07.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:07.170Z] Setting up libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T23:43:07.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:07.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:43:07.431Z] (Reading database ... 13912 files and directories currently installed.) [2020-12-15T23:43:07.431Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2020-12-15T23:43:07.431Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2020-12-15T23:43:07.431Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2020-12-15T23:43:07.431Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:07.431Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2020-12-15T23:43:07.657Z] ---> 6cc016e871dd [2020-12-15T23:43:07.658Z] Step 6/29 : RUN go mod download [2020-12-15T23:43:07.658Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:43:07.658Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:43:07.658Z] OK: 12620 distinct packages available [2020-12-15T23:43:07.658Z] ---> Running in e8b090a43ff9 [2020-12-15T23:43:07.690Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2020-12-15T23:43:07.691Z] Setting up debconf (1.5.66ubuntu1) ... [2020-12-15T23:43:07.943Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:43:07.943Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:43:07.943Z] OK: 12620 distinct packages available [2020-12-15T23:43:07.950Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:07.950Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T23:43:07.950Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T23:43:07.950Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T23:43:08.209Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:08.209Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T23:43:08.209Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T23:43:08.469Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T23:43:08.469Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:08.469Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2020-12-15T23:43:08.548Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:43:08.548Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:43:08.548Z] OK: 12620 distinct packages available [2020-12-15T23:43:08.548Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:43:08.548Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:43:08.548Z] OK: 12620 distinct packages available [2020-12-15T23:43:08.729Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T23:43:08.729Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T23:43:08.823Z] OK: 217 MiB in 51 packages [2020-12-15T23:43:08.990Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:08.990Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2020-12-15T23:43:08.990Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2020-12-15T23:43:08.990Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2020-12-15T23:43:08.990Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2020-12-15T23:43:08.990Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T23:43:08.990Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T23:43:09.118Z] OK: 217 MiB in 51 packages [2020-12-15T23:43:09.251Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T23:43:09.251Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:09.251Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2020-12-15T23:43:09.251Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2020-12-15T23:43:09.399Z] OK: 217 MiB in 51 packages [2020-12-15T23:43:09.511Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2020-12-15T23:43:09.512Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:09.512Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2020-12-15T23:43:09.512Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2020-12-15T23:43:09.675Z] OK: 217 MiB in 51 packages [2020-12-15T23:43:09.771Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2020-12-15T23:43:10.032Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:10.032Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2020-12-15T23:43:10.032Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2020-12-15T23:43:10.032Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2020-12-15T23:43:10.032Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:10.032Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2020-12-15T23:43:10.032Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2020-12-15T23:43:10.292Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2020-12-15T23:43:10.292Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:10.292Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2020-12-15T23:43:10.292Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2020-12-15T23:43:10.553Z] Setting up passwd (1:4.5-1ubuntu2) ... [2020-12-15T23:43:10.660Z] Removing intermediate container db29bc3b0f2b [2020-12-15T23:43:10.660Z] ---> 8706e8d4b79d [2020-12-15T23:43:10.660Z] Step 6/21 : COPY go.mod . [2020-12-15T23:43:10.814Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:10.814Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2020-12-15T23:43:10.814Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2020-12-15T23:43:10.814Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2020-12-15T23:43:10.934Z] Removing intermediate container 4adacfc41497 [2020-12-15T23:43:10.934Z] ---> 93daeeff122b [2020-12-15T23:43:10.934Z] Step 6/27 : COPY go.mod . [2020-12-15T23:43:11.075Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:11.075Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2020-12-15T23:43:11.075Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2020-12-15T23:43:11.075Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2020-12-15T23:43:11.336Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:11.336Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2020-12-15T23:43:11.336Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2020-12-15T23:43:11.336Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2020-12-15T23:43:11.336Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:11.336Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2020-12-15T23:43:11.541Z] Removing intermediate container d8977aea803b [2020-12-15T23:43:11.541Z] ---> 49db20d4e89a [2020-12-15T23:43:11.541Z] Step 6/24 : COPY go.mod . [2020-12-15T23:43:11.596Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2020-12-15T23:43:11.596Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2020-12-15T23:43:11.596Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:11.596Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T23:43:11.820Z] ---> 747f779c0526 [2020-12-15T23:43:11.820Z] Step 7/21 : RUN go mod download [2020-12-15T23:43:11.820Z] Removing intermediate container efa0019bad6c [2020-12-15T23:43:11.820Z] ---> 6d72a0a26c8c [2020-12-15T23:43:11.820Z] Step 6/23 : COPY go.mod . [2020-12-15T23:43:11.856Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2020-12-15T23:43:11.856Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2020-12-15T23:43:11.856Z] (Reading database ... 13914 files and directories currently installed.) [2020-12-15T23:43:11.856Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2020-12-15T23:43:11.856Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2020-12-15T23:43:11.856Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2020-12-15T23:43:12.101Z] ---> Running in 14a7905f3f05 [2020-12-15T23:43:12.101Z] ---> df448ec0f86c [2020-12-15T23:43:12.101Z] Step 7/27 : RUN go mod download [2020-12-15T23:43:12.101Z] Removing intermediate container e8b090a43ff9 [2020-12-15T23:43:12.101Z] ---> 56aad35240d4 [2020-12-15T23:43:12.101Z] Step 7/29 : COPY . . [2020-12-15T23:43:12.116Z] (Reading database ... 13915 files and directories currently installed.) [2020-12-15T23:43:12.117Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T23:43:12.117Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T23:43:12.117Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2020-12-15T23:43:12.117Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2020-12-15T23:43:12.376Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2020-12-15T23:43:12.376Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2020-12-15T23:43:12.414Z] ---> Running in 84caa92a5386 [2020-12-15T23:43:12.636Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2020-12-15T23:43:12.636Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2020-12-15T23:43:12.636Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2020-12-15T23:43:12.636Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2020-12-15T23:43:12.694Z] ---> a0f5f7dc8c07 [2020-12-15T23:43:12.694Z] Step 7/24 : RUN go mod download [2020-12-15T23:43:12.898Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2020-12-15T23:43:12.898Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2020-12-15T23:43:12.898Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2020-12-15T23:43:12.898Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2020-12-15T23:43:12.967Z] ---> Running in fc9e8adc1e05 [2020-12-15T23:43:13.158Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2020-12-15T23:43:13.158Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2020-12-15T23:43:13.158Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2020-12-15T23:43:13.158Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2020-12-15T23:43:13.249Z] ---> 7aebf84e1452 [2020-12-15T23:43:13.249Z] Step 7/23 : RUN go mod download [2020-12-15T23:43:13.249Z] ---> Running in 91ff9b17cc45 [2020-12-15T23:43:13.418Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2020-12-15T23:43:13.418Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2020-12-15T23:43:13.679Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2020-12-15T23:43:13.679Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2020-12-15T23:43:13.679Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2020-12-15T23:43:13.679Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2020-12-15T23:43:14.620Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2020-12-15T23:43:14.620Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2020-12-15T23:43:14.620Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2020-12-15T23:43:14.620Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2020-12-15T23:43:14.883Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T23:43:14.883Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T23:43:15.143Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T23:43:15.143Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T23:43:15.412Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T23:43:15.412Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T23:43:15.672Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-15T23:43:15.672Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2020-12-15T23:43:15.672Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:15.672Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:15.931Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:15.932Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:15.932Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:15.932Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:15.932Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:16.192Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:17.147Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:17.147Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:17.605Z] Removing intermediate container 14a7905f3f05 [2020-12-15T23:43:17.605Z] ---> 679d6ad2b5d3 [2020-12-15T23:43:17.605Z] Step 8/21 : COPY . . [2020-12-15T23:43:17.605Z] Removing intermediate container 84caa92a5386 [2020-12-15T23:43:17.605Z] ---> f1a585546adc [2020-12-15T23:43:17.605Z] Step 8/27 : COPY . . [2020-12-15T23:43:18.184Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:18.184Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:18.207Z] Removing intermediate container 91ff9b17cc45 [2020-12-15T23:43:18.207Z] ---> 6db49e915ef3 [2020-12-15T23:43:18.207Z] Step 8/23 : COPY . . [2020-12-15T23:43:18.811Z] Removing intermediate container fc9e8adc1e05 [2020-12-15T23:43:18.811Z] ---> 72537904983f [2020-12-15T23:43:18.811Z] Step 8/24 : COPY . . [2020-12-15T23:43:19.197Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:19.197Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:19.482Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:19.482Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:20.430Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-15T23:43:20.430Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2020-12-15T23:43:20.430Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T23:43:20.430Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T23:43:20.691Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T23:43:20.691Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T23:43:20.952Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-15T23:43:20.952Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2020-12-15T23:43:20.952Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-15T23:43:20.952Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2020-12-15T23:43:21.212Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T23:43:21.212Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T23:43:21.212Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-15T23:43:21.213Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2020-12-15T23:43:21.213Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2020-12-15T23:43:21.477Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2020-12-15T23:43:21.477Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:21.477Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2020-12-15T23:43:21.477Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:21.477Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:21.477Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:21.477Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2020-12-15T23:43:21.737Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2020-12-15T23:43:21.737Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2020-12-15T23:43:21.737Z] [2020-12-15T23:43:21.737Z] Current default time zone: 'Etc/UTC' [2020-12-15T23:43:21.737Z] Local time is now: Tue Dec 15 23:43:21 UTC 2020. [2020-12-15T23:43:21.737Z] Universal Time is now: Tue Dec 15 23:43:21 UTC 2020. [2020-12-15T23:43:21.737Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2020-12-15T23:43:21.737Z] [2020-12-15T23:43:21.737Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2020-12-15T23:43:21.737Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:21.997Z] Setting up linux-libc-dev:amd64 (4.15.0-128.131) ... [2020-12-15T23:43:21.997Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2020-12-15T23:43:21.997Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2020-12-15T23:43:21.997Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2020-12-15T23:43:21.997Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-15T23:43:21.997Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2020-12-15T23:43:21.997Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2020-12-15T23:43:21.997Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2020-12-15T23:43:21.998Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:22.258Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2020-12-15T23:43:22.258Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:22.518Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T23:43:22.518Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:22.518Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-15T23:43:22.518Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-15T23:43:22.518Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2020-12-15T23:43:22.518Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2020-12-15T23:43:22.518Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2020-12-15T23:43:22.518Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2020-12-15T23:43:22.518Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-15T23:43:22.779Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T23:43:24.160Z] Updating certificates in /etc/ssl/certs... [2020-12-15T23:43:24.730Z] 22 added, 17 removed; done. [2020-12-15T23:43:24.730Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-15T23:43:24.730Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-15T23:43:24.990Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2020-12-15T23:43:24.990Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2020-12-15T23:43:24.990Z] Setting up pkgbinarymangler (138.18.04.1) ... [2020-12-15T23:43:24.990Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:24.990Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-15T23:43:24.990Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:24.990Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:24.990Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:25.250Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:25.250Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:25.250Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-15T23:43:25.250Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-15T23:43:25.250Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-15T23:43:25.250Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-15T23:43:25.250Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-15T23:43:25.250Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:25.250Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-15T23:43:25.250Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-15T23:43:25.510Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-15T23:43:25.510Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-15T23:43:25.510Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T23:43:25.510Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2020-12-15T23:43:25.510Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-15T23:43:25.770Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2020-12-15T23:43:25.770Z] Updating certificates in /etc/ssl/certs... [2020-12-15T23:43:26.030Z] 0 added, 0 removed; done. [2020-12-15T23:43:26.030Z] Running hooks in /etc/ca-certificates/update.d... [2020-12-15T23:43:26.030Z] done. [2020-12-15T23:43:26.600Z] Reading package lists... [2020-12-15T23:43:26.861Z] Building dependency tree... [2020-12-15T23:43:26.861Z] Reading state information... [2020-12-15T23:43:26.861Z] The following NEW packages will be installed: [2020-12-15T23:43:26.861Z] apt-transport-https [2020-12-15T23:43:26.861Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T23:43:26.861Z] Need to get 1696 B of archives. [2020-12-15T23:43:26.861Z] After this operation, 153 kB of additional disk space will be used. [2020-12-15T23:43:26.861Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2020-12-15T23:43:27.121Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T23:43:27.121Z] Fetched 1696 B in 0s (21.9 kB/s) [2020-12-15T23:43:27.121Z] Selecting previously unselected package apt-transport-https. [2020-12-15T23:43:27.121Z] (Reading database ... 13929 files and directories currently installed.) [2020-12-15T23:43:27.121Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2020-12-15T23:43:27.121Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T23:43:27.381Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2020-12-15T23:43:27.642Z] Waiting for network to be ready... [2020-12-15T23:43:34.223Z] 2020-12-15T23:43:30Z INFO Waiting for automatic snapd restart... [2020-12-15T23:43:34.793Z] snapd 2.48.1 from Canonical* installed [2020-12-15T23:43:35.733Z] "snapd" switched to the "latest/stable" channel [2020-12-15T23:43:35.733Z] [2020-12-15T23:43:39.032Z] core18 20200929 from Canonical* installed [2020-12-15T23:43:39.292Z] "core18" switched to the "latest/stable" channel [2020-12-15T23:43:39.292Z] [2020-12-15T23:43:43.513Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T23:43:43.773Z] "snapcraft" switched to the "latest/stable" channel [2020-12-15T23:43:43.773Z] [2020-12-15T23:43:45.643Z] ---> 5b92bb11a997 [2020-12-15T23:43:45.643Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T23:43:45.643Z] ---> d7afb0e492bd [2020-12-15T23:43:45.643Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T23:43:45.643Z] ---> Running in 0c712cb20c96 [2020-12-15T23:43:45.643Z] ---> ab88126d5bb5 [2020-12-15T23:43:45.643Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T23:43:45.643Z] ---> 13efb6b147a2 [2020-12-15T23:43:45.643Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T23:43:45.643Z] ---> f496ef0c2502 [2020-12-15T23:43:45.643Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T23:43:45.643Z] ---> Running in 82f16b04e5b0 [2020-12-15T23:43:45.643Z] ---> Running in e4f8b390e9de [2020-12-15T23:43:45.643Z] ---> Running in 6a2dc9eddd02 [2020-12-15T23:43:45.643Z] ---> Running in 46149b642464 [2020-12-15T23:43:45.643Z] 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-15T23:43:45.643Z] 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-15T23:43:45.643Z] 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-15T23:43:45.643Z] 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-15T23:43:45.643Z] 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-15T23:43:47.067Z] 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-15T23:43:47.068Z] - README.md [2020-12-15T23:43:47.068Z] - snapcraft.yaml.orig [2020-12-15T23:43:47.068Z] [2020-12-15T23:43:47.068Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-15T23:43:53.647Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T23:43:53.647Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T23:43:53.647Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T23:43:53.647Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T23:43:55.288Z] Reading package lists... [2020-12-15T23:43:55.288Z] 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-15T23:44:01.872Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T23:44:01.872Z] Reading package lists... [2020-12-15T23:44:01.872Z] Building dependency tree... [2020-12-15T23:44:01.872Z] Reading state information... [2020-12-15T23:44:01.872Z] Suggested packages: [2020-12-15T23:44:01.872Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-12-15T23:44:01.872Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2020-12-15T23:44:01.872Z] Recommended packages: [2020-12-15T23:44:01.872Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2020-12-15T23:44:01.872Z] The following NEW packages will be installed: [2020-12-15T23:44:01.872Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2020-12-15T23:44:01.872Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2020-12-15T23:44:01.872Z] pkg-config zip [2020-12-15T23:44:01.872Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2020-12-15T23:44:01.872Z] Need to get 7655 kB of archives. [2020-12-15T23:44:01.872Z] After this operation, 43.7 MB of additional disk space will be used. [2020-12-15T23:44:01.872Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2020-12-15T23:44:01.872Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2020-12-15T23:44:02.132Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2020-12-15T23:44:02.132Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-15T23:44:02.132Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-15T23:44:02.132Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-15T23:44:02.132Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2020-12-15T23:44:02.132Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-15T23:44:02.391Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2020-12-15T23:44:02.392Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-15T23:44:02.392Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-15T23:44:02.392Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-15T23:44:02.652Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-15T23:44:02.652Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-15T23:44:02.652Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-15T23:44:02.652Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-15T23:44:02.652Z] Fetched 7655 kB in 1s (9538 kB/s) [2020-12-15T23:44:02.913Z] Selecting previously unselected package libglib2.0-0:amd64. [2020-12-15T23:44:02.914Z] (Reading database ... 13933 files and directories currently installed.) [2020-12-15T23:44:02.914Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2020-12-15T23:44:02.914Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T23:44:03.173Z] Selecting previously unselected package libpsl5:amd64. [2020-12-15T23:44:03.173Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2020-12-15T23:44:03.173Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T23:44:03.173Z] Selecting previously unselected package libnghttp2-14:amd64. [2020-12-15T23:44:03.173Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2020-12-15T23:44:03.173Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T23:44:03.173Z] Selecting previously unselected package librtmp1:amd64. [2020-12-15T23:44:03.173Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2020-12-15T23:44:03.173Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T23:44:03.432Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-15T23:44:03.432Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2020-12-15T23:44:03.432Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T23:44:03.432Z] Selecting previously unselected package liberror-perl. [2020-12-15T23:44:03.432Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2020-12-15T23:44:03.432Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-15T23:44:03.432Z] Selecting previously unselected package git-man. [2020-12-15T23:44:03.432Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-15T23:44:03.432Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T23:44:03.694Z] Selecting previously unselected package git. [2020-12-15T23:44:03.694Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-15T23:44:03.694Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T23:44:04.633Z] Selecting previously unselected package libnorm1:amd64. [2020-12-15T23:44:04.633Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-15T23:44:04.633Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T23:44:04.633Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-15T23:44:04.633Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-15T23:44:04.633Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T23:44:04.633Z] Selecting previously unselected package libsodium23:amd64. [2020-12-15T23:44:04.633Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2020-12-15T23:44:04.633Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-15T23:44:04.893Z] Selecting previously unselected package libzmq5:amd64. [2020-12-15T23:44:04.893Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T23:44:04.893Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T23:44:05.154Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-15T23:44:05.154Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-15T23:44:05.154Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T23:44:05.154Z] Selecting previously unselected package pkg-config. [2020-12-15T23:44:05.154Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-15T23:44:05.154Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T23:44:05.154Z] Selecting previously unselected package zip. [2020-12-15T23:44:05.154Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2020-12-15T23:44:05.154Z] Unpacking zip (3.0-11build1) ... [2020-12-15T23:44:05.415Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-15T23:44:05.415Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-15T23:44:05.415Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2020-12-15T23:44:05.415Z] Setting up liberror-perl (0.17025-1) ... [2020-12-15T23:44:05.415Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2020-12-15T23:44:05.415Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2020-12-15T23:44:05.415Z] No schema files found: doing nothing. [2020-12-15T23:44:05.675Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2020-12-15T23:44:05.675Z] Setting up zip (3.0-11build1) ... [2020-12-15T23:44:05.675Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-15T23:44:05.675Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-15T23:44:05.675Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-15T23:44:05.675Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T23:44:05.675Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2020-12-15T23:44:05.675Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-15T23:44:05.675Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-15T23:44:05.935Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T23:44:12.512Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T23:44:12.512Z] git set to automatically installed. [2020-12-15T23:44:12.512Z] git-man set to automatically installed. [2020-12-15T23:44:12.512Z] libcurl3-gnutls set to automatically installed. [2020-12-15T23:44:12.512Z] liberror-perl set to automatically installed. [2020-12-15T23:44:12.512Z] libglib2.0-0 set to automatically installed. [2020-12-15T23:44:12.512Z] libnghttp2-14 set to automatically installed. [2020-12-15T23:44:12.512Z] libnorm1 set to automatically installed. [2020-12-15T23:44:12.512Z] libpgm-5.2-0 set to automatically installed. [2020-12-15T23:44:12.512Z] libpsl5 set to automatically installed. [2020-12-15T23:44:12.512Z] librtmp1 set to automatically installed. [2020-12-15T23:44:12.512Z] libsodium23 set to automatically installed. [2020-12-15T23:44:12.512Z] libzmq3-dev set to automatically installed. [2020-12-15T23:44:12.512Z] libzmq5 set to automatically installed. [2020-12-15T23:44:12.512Z] pkg-config set to automatically installed. [2020-12-15T23:44:12.512Z] zip set to automatically installed. [2020-12-15T23:44:13.894Z] snapd is not logged in, snap install commands will use sudo [2020-12-15T23:44:20.469Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2020-12-15T23:44:20.730Z] snap "core18" has no updates available [2020-12-15T23:44:21.672Z] Pulling config-common [2020-12-15T23:44:23.053Z] Pulling go-build-helper [2020-12-15T23:44:49.628Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-15T23:44:49.628Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-15T23:44:49.628Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-15T23:44:49.628Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1453 kB] [2020-12-15T23:44:49.628Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2020-12-15T23:44:49.628Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2020-12-15T23:44:49.628Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2020-12-15T23:44:49.628Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2020-12-15T23:44:49.628Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2020-12-15T23:44:49.628Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2020-12-15T23:44:49.628Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2020-12-15T23:44:49.628Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2020-12-15T23:44:49.628Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2020-12-15T23:44:49.628Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2020-12-15T23:44:49.628Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2020-12-15T23:44:49.628Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2020-12-15T23:44:49.628Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2020-12-15T23:44:49.629Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2020-12-15T23:44:49.629Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2020-12-15T23:44:49.629Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1790 kB] [2020-12-15T23:44:49.629Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [376 kB] [2020-12-15T23:44:49.629Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2020-12-15T23:44:49.629Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2020-12-15T23:44:49.629Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [206 kB] [2020-12-15T23:44:49.629Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [27.9 kB] [2020-12-15T23:44:49.629Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1697 kB] [2020-12-15T23:44:49.629Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2020-12-15T23:44:49.629Z] Fetched 23.5 MB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-15T23:44:49.629Z] Fetched 96.5 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-15T23:44:49.629Z] Fetched 279 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-15T23:44:49.629Z] Fetched 122 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-15T23:44:49.629Z] Fetched 77.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-15T23:44:49.629Z] Fetched 8848 B in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-15T23:44:49.629Z] Fetched 47.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-15T23:44:49.629Z] Fetched 45.6 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-15T23:44:49.629Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2020-12-15T23:44:49.629Z] Fetched 214 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-15T23:44:49.629Z] Fetched 155 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-15T23:44:49.629Z] Fetched 50.6 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-15T23:44:49.629Z] Fetched 14.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-15T23:44:49.629Z] Fetched 41.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-15T23:44:49.629Z] Fetched 499 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-15T23:44:49.629Z] Fetched 111 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-15T23:44:49.629Z] Fetched 240 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-15T23:44:49.629Z] Fetched 29.3 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-15T23:44:49.629Z] Fetched 85.5 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-15T23:44:49.629Z] Fetched 24.5 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-15T23:44:49.629Z] Fetched 49.2 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-15T23:44:49.629Z] Fetched 54.2 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-15T23:44:49.629Z] Fetched 30.8 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-15T23:44:49.629Z] Fetched 17.0 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-15T23:44:49.629Z] Fetched 85.9 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-15T23:44:49.629Z] Fetched 8720 B in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-15T23:44:49.629Z] Fetched 137 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-15T23:44:49.629Z] Fetched 119 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-15T23:44:49.629Z] Fetched 109 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-15T23:44:49.629Z] Fetched 11.1 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-15T23:44:49.629Z] Fetched 645 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-15T23:44:49.629Z] Fetched 41.3 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-15T23:44:49.629Z] Fetched 17.9 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-15T23:44:49.629Z] Fetched 368 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-15T23:44:49.629Z] Fetched 187 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-15T23:44:49.629Z] Fetched 175 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-15T23:44:49.629Z] Fetched 206 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2020-12-15T23:44:49.629Z] Fetched 1301 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-15T23:44:49.629Z] Fetched 36.2 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2020-12-15T23:44:49.629Z] Fetched 159 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-15T23:44:49.629Z] Fetched 107 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-15T23:44:49.629Z] Fetched 48.7 kB in 0s (0 B/s) [2020-12-15T23:44:49.629Z] Pulling static-packages [2020-12-15T23:44:49.629Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2020-12-15T23:44:49.629Z] Skipping pull go-build-helper (already ran) [2020-12-15T23:44:49.629Z] Skipping pull static-packages (already ran) [2020-12-15T23:44:49.629Z] Building go-build-helper [2020-12-15T23:44:53.836Z] Building static-packages [2020-12-15T23:44:55.779Z] Staging go-build-helper [2020-12-15T23:44:56.757Z] Staging static-packages [2020-12-15T23:44:57.749Z] Pulling go115 [2020-12-15T23:44:58.690Z] 'edgex-go' has dependencies that need to be staged: go115 [2020-12-15T23:44:58.690Z] Skipping pull go115 (already ran) [2020-12-15T23:44:58.690Z] Building go115 [2020-12-15T23:44:58.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T23:44:58.690Z] Dload Upload Total Spent Left Speed [2020-12-15T23:45:01.835Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 14 115M 14 17.1M 0 0 22.6M 0 0:00:05 --:--:-- 0:00:05 22.6M 49 115M 49 57.6M 0 0 32.8M 0 0:00:03 0:00:01 0:00:02 32.7M 85 115M 85 98.9M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.9M 100 115M 100 115M 0 0 36.0M 0 0:00:03 0:00:03 --:--:-- 36.0M [2020-12-15T23:45:02.784Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-15T23:45:07.007Z] Staging go115 [2020-12-15T23:45:07.479Z] 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-15T23:45:07.479Z] Removing intermediate container 0c712cb20c96 [2020-12-15T23:45:07.479Z] ---> 5a8d35ea8370 [2020-12-15T23:45:07.479Z] [2020-12-15T23:45:07.479Z] Step 9/29 : FROM alpine:latest [2020-12-15T23:45:07.479Z] latest: Pulling from library/alpine [2020-12-15T23:45:07.479Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T23:45:07.479Z] Status: Downloaded newer image for alpine:latest [2020-12-15T23:45:07.479Z] ---> dd36a01c3f31 [2020-12-15T23:45:07.479Z] 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-15T23:45:07.479Z] ---> Running in f2b82733bea6 [2020-12-15T23:45:07.479Z] Removing intermediate container f2b82733bea6 [2020-12-15T23:45:07.479Z] ---> 542225640659 [2020-12-15T23:45:07.479Z] Step 11/29 : USER root [2020-12-15T23:45:07.759Z] ---> Running in ed5e74d23ea6 [2020-12-15T23:45:08.371Z] Removing intermediate container ed5e74d23ea6 [2020-12-15T23:45:08.371Z] ---> b8b576f4da58 [2020-12-15T23:45:08.371Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T23:45:08.652Z] ---> Running in d82b2510f3c0 [2020-12-15T23:45:10.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:10.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:11.638Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:45:11.638Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:45:11.638Z] OK: 12617 distinct packages available [2020-12-15T23:45:12.238Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T23:45:12.238Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T23:45:12.238Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:45:12.238Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T23:45:12.513Z] OK: 6 MiB in 16 packages [2020-12-15T23:45:13.591Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-15T23:45:13.591Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-15T23:45:13.591Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-15T23:45:13.591Z] Fetched 0 B in 0s (0 B/s) [2020-12-15T23:45:13.591Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-15T23:45:13.591Z] Fetched 224 kB in 0s (0 B/s) [2020-12-15T23:45:13.591Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-15T23:45:13.591Z] Fetched 157 kB in 0s (0 B/s) [2020-12-15T23:45:13.591Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-15T23:45:13.591Z] Fetched 221 kB in 0s (0 B/s) [2020-12-15T23:45:13.591Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-15T23:45:13.591Z] Fetched 143 kB in 0s (0 B/s) [2020-12-15T23:45:13.591Z] Pulling edgex-go [2020-12-15T23:45:14.533Z] Pulling version [2020-12-15T23:45:15.472Z] Building config-common [2020-12-15T23:45:16.851Z] Removing intermediate container d82b2510f3c0 [2020-12-15T23:45:16.851Z] ---> 024c107c33bd [2020-12-15T23:45:16.851Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T23:45:17.841Z] ---> Running in 953f77a4511d [2020-12-15T23:45:18.018Z] Skipping build go-build-helper (already ran) [2020-12-15T23:45:18.018Z] Skipping build static-packages (already ran) [2020-12-15T23:45:18.018Z] Skipping build go115 (already ran) [2020-12-15T23:45:18.018Z] Building edgex-go [2020-12-15T23:45:18.280Z] 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-15T23:45:19.220Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-15T23:45:19.220Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-15T23:45:19.220Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-15T23:45:19.220Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.128 [2020-12-15T23:45:19.332Z] Removing intermediate container 953f77a4511d [2020-12-15T23:45:19.332Z] ---> 0f19b94c9828 [2020-12-15T23:45:19.333Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T23:45:19.333Z] Removing intermediate container e4f8b390e9de [2020-12-15T23:45:19.333Z] ---> 652e7850ee6a [2020-12-15T23:45:19.333Z] [2020-12-15T23:45:19.333Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T23:45:19.488Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-15T23:45:19.488Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-15T23:45:19.488Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-15T23:45:19.488Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-15T23:45:19.488Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-15T23:45:19.488Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-15T23:45:19.488Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-15T23:45:19.488Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-15T23:45:19.488Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-15T23:45:19.488Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-15T23:45:19.488Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-15T23:45:19.488Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-15T23:45:19.488Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-15T23:45:19.488Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-15T23:45:19.488Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-15T23:45:19.618Z] 3.10: Pulling from library/alpine [2020-12-15T23:45:19.618Z] ---> Running in b32e4d9e8318 [2020-12-15T23:45:19.772Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-15T23:45:19.772Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-15T23:45:19.772Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-15T23:45:19.772Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-15T23:45:19.772Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-15T23:45:19.772Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-15T23:45:19.772Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-15T23:45:20.033Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-15T23:45:20.033Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-15T23:45:20.033Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-15T23:45:21.069Z] Removing intermediate container b32e4d9e8318 [2020-12-15T23:45:21.069Z] ---> 9022f7978791 [2020-12-15T23:45:21.069Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T23:45:21.345Z] Removing intermediate container 46149b642464 [2020-12-15T23:45:21.345Z] ---> 06572b297b9a [2020-12-15T23:45:21.345Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T23:45:21.623Z] ---> Running in 3ae9e2e4b033 [2020-12-15T23:45:21.623Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T23:45:21.623Z] ---> Running in 52dca1981ee3 [2020-12-15T23:45:21.623Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T23:45:21.623Z] ---> 536a684cf733 [2020-12-15T23:45:21.623Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T23:45:22.232Z] ---> Running in 304b7624d678 [2020-12-15T23:45:24.892Z] 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-15T23:45:24.892Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:25.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:26.239Z] Removing intermediate container 3ae9e2e4b033 [2020-12-15T23:45:26.239Z] ---> cc83d2ec336e [2020-12-15T23:45:26.239Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T23:45:26.239Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T23:45:26.239Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T23:45:26.239Z] OK: 10171 distinct packages available [2020-12-15T23:45:26.580Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T23:45:26.903Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T23:45:26.903Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T23:45:26.903Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T23:45:26.903Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T23:45:26.903Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T23:45:26.903Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T23:45:27.560Z] OK: 7 MiB in 19 packages [2020-12-15T23:45:27.851Z] ---> 902cb70e3d2b [2020-12-15T23:45:27.851Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T23:45:28.175Z] 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-15T23:45:29.341Z] ---> aad8dbf9c381 [2020-12-15T23:45:29.341Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T23:45:30.866Z] Removing intermediate container 304b7624d678 [2020-12-15T23:45:30.866Z] ---> c02fde8293c2 [2020-12-15T23:45:30.866Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T23:45:31.139Z] ---> b4a8a6a58706 [2020-12-15T23:45:31.139Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T23:45:31.139Z] ---> Running in d1048a3fb8c1 [2020-12-15T23:45:32.594Z] Removing intermediate container d1048a3fb8c1 [2020-12-15T23:45:32.594Z] ---> 21535715cb9a [2020-12-15T23:45:32.594Z] Step 13/24 : WORKDIR / [2020-12-15T23:45:32.876Z] ---> Running in b497fb4b520f [2020-12-15T23:45:33.151Z] ---> 39d73992535f [2020-12-15T23:45:33.151Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T23:45:33.430Z] Removing intermediate container 52dca1981ee3 [2020-12-15T23:45:33.430Z] ---> 61e3feeb7dad [2020-12-15T23:45:33.430Z] [2020-12-15T23:45:33.430Z] Step 11/27 : FROM docker:latest [2020-12-15T23:45:33.430Z] ---> 0c09fb3ff9b5 [2020-12-15T23:45:33.430Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T23:45:33.461Z] 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-15T23:45:34.032Z] ---> Running in cb3a2c00a12c [2020-12-15T23:45:34.310Z] Removing intermediate container b497fb4b520f [2020-12-15T23:45:34.310Z] ---> e0dec8cf7c48 [2020-12-15T23:45:34.310Z] 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-15T23:45:34.841Z] 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-15T23:45:35.762Z] ---> 98ef2f366fb2 [2020-12-15T23:45:35.762Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T23:45:35.779Z] 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-15T23:45:36.040Z] ---> Running in b93cfe892306 [2020-12-15T23:45:36.349Z] 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-15T23:45:36.349Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-15T23:45:36.609Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-15T23:45:36.609Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-15T23:45:36.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:36.644Z] ---> 47ad7bb77c16 [2020-12-15T23:45:36.644Z] 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-15T23:45:36.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:37.527Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T23:45:37.527Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T23:45:37.527Z] Executing bash-5.0.17-r0.post-install [2020-12-15T23:45:37.527Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:45:37.527Z] OK: 12 MiB in 22 packages [2020-12-15T23:45:37.993Z] 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-15T23:45:37.993Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-15T23:45:37.993Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-15T23:45:38.518Z] Removing intermediate container 6a2dc9eddd02 [2020-12-15T23:45:38.518Z] ---> 7bf3fd319cd4 [2020-12-15T23:45:38.518Z] [2020-12-15T23:45:38.518Z] Step 10/21 : FROM scratch [2020-12-15T23:45:38.518Z] ---> [2020-12-15T23:45:38.518Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:45:38.518Z] ---> 642b3de3b4c9 [2020-12-15T23:45:38.518Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T23:45:38.795Z] ---> Running in 0f216c62b3fc [2020-12-15T23:45:39.375Z] 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-15T23:45:40.232Z] Removing intermediate container 0f216c62b3fc [2020-12-15T23:45:40.232Z] ---> 62efded3c52a [2020-12-15T23:45:40.232Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T23:45:40.232Z] ---> b90bcccafe00 [2020-12-15T23:45:40.232Z] Removing intermediate container cb3a2c00a12c [2020-12-15T23:45:40.232Z] ---> 3080002171c8 [2020-12-15T23:45:40.232Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T23:45:40.232Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T23:45:40.232Z] ---> Running in 267373535f9a [2020-12-15T23:45:40.232Z] ---> Running in 928600689aff [2020-12-15T23:45:40.316Z] 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-15T23:45:40.316Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-15T23:45:40.506Z] Removing intermediate container b93cfe892306 [2020-12-15T23:45:40.506Z] ---> cd9fcd6b8eb8 [2020-12-15T23:45:40.506Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T23:45:41.110Z] Removing intermediate container 267373535f9a [2020-12-15T23:45:41.110Z] ---> 53b239be6dab [2020-12-15T23:45:41.110Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T23:45:41.110Z] ---> Running in 10623d0e2424 [2020-12-15T23:45:41.257Z] 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-15T23:45:41.257Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-15T23:45:42.099Z] ---> f034a79f0deb [2020-12-15T23:45:42.099Z] ---> 6eb40a4889a4 [2020-12-15T23:45:42.099Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T23:45:42.099Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T23:45:42.374Z] Removing intermediate container 10623d0e2424 [2020-12-15T23:45:42.374Z] ---> 46e4668a32be [2020-12-15T23:45:42.374Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T23:45:42.374Z] ---> Running in 20bdd72ce40f [2020-12-15T23:45:43.169Z] 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-15T23:45:43.738Z] 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-15T23:45:43.822Z] ---> 3a236511587c [2020-12-15T23:45:43.822Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T23:45:44.421Z] ---> 23ff873fade9 [2020-12-15T23:45:44.421Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T23:45:44.421Z] Removing intermediate container 928600689aff [2020-12-15T23:45:44.421Z] ---> 8008c57704d0 [2020-12-15T23:45:44.421Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T23:45:44.676Z] 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-15T23:45:44.696Z] ---> Running in 28501714a883 [2020-12-15T23:45:45.694Z] Removing intermediate container 28501714a883 [2020-12-15T23:45:45.694Z] ---> 83de9f457419 [2020-12-15T23:45:45.694Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T23:45:45.694Z] ---> 9bf78be9b9a1 [2020-12-15T23:45:45.694Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T23:45:45.968Z] ---> 2cfa498ce004 [2020-12-15T23:45:45.968Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T23:45:45.968Z] ---> Running in 9e07f7fc6cd8 [2020-12-15T23:45:45.968Z] Removing intermediate container 20bdd72ce40f [2020-12-15T23:45:45.968Z] ---> ac781bde8974 [2020-12-15T23:45:45.968Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T23:45:45.968Z] ---> Running in 2628e2ce22fb [2020-12-15T23:45:46.252Z] ---> Running in 45813d323c0b [2020-12-15T23:45:47.212Z] Building version [2020-12-15T23:45:47.241Z] Removing intermediate container 9e07f7fc6cd8 [2020-12-15T23:45:47.241Z] ---> f1177606930d [2020-12-15T23:45:47.241Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T23:45:47.241Z] ---> b7698054ce2c [2020-12-15T23:45:47.241Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T23:45:47.241Z] ---> Running in 2205d4f5dfb0 [2020-12-15T23:45:47.845Z] ---> Running in 396cbbaa6adb [2020-12-15T23:45:48.119Z] Removing intermediate container 2205d4f5dfb0 [2020-12-15T23:45:48.119Z] ---> 735f7a146916 [2020-12-15T23:45:48.119Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T23:45:48.395Z] Removing intermediate container 396cbbaa6adb [2020-12-15T23:45:48.395Z] ---> e10d77388666 [2020-12-15T23:45:48.395Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:45:48.996Z] ---> Running in ce2afd13dfd7 [2020-12-15T23:45:49.762Z] Staging config-common [2020-12-15T23:45:49.990Z] Removing intermediate container ce2afd13dfd7 [2020-12-15T23:45:49.990Z] ---> 780629ce1be4 [2020-12-15T23:45:49.990Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T23:45:49.990Z] Removing intermediate container 2628e2ce22fb [2020-12-15T23:45:49.990Z] ---> 98b4bfecee6b [2020-12-15T23:45:49.990Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T23:45:49.990Z] ---> 95e2bd766dc3 [2020-12-15T23:45:49.990Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T23:45:49.990Z] ---> Running in f33ca16e6c8b [2020-12-15T23:45:49.990Z] ---> Running in cdd35a7ae18a [2020-12-15T23:45:50.266Z] Removing intermediate container 45813d323c0b [2020-12-15T23:45:50.266Z] ---> 0d8564cff1b6 [2020-12-15T23:45:50.266Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T23:45:50.538Z] ---> Running in efec6d52077d [2020-12-15T23:45:50.700Z] Skipping stage go-build-helper (already ran) [2020-12-15T23:45:50.700Z] Skipping stage static-packages (already ran) [2020-12-15T23:45:50.700Z] Skipping stage go115 (already ran) [2020-12-15T23:45:50.700Z] Staging edgex-go [2020-12-15T23:45:50.812Z] Removing intermediate container f33ca16e6c8b [2020-12-15T23:45:50.812Z] ---> 71a1e18b3247 [2020-12-15T23:45:50.812Z] Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:45:50.812Z] Removing intermediate container cdd35a7ae18a [2020-12-15T23:45:50.812Z] ---> b8074fdc537a [2020-12-15T23:45:50.812Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T23:45:51.084Z] ---> Running in 6e5f60247a44 [2020-12-15T23:45:51.084Z] ---> bc64af924b49 [2020-12-15T23:45:51.084Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T23:45:51.084Z] Removing intermediate container efec6d52077d [2020-12-15T23:45:51.084Z] ---> 4ff19a58789f [2020-12-15T23:45:51.084Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T23:45:51.356Z] ---> Running in 39e81983e079 [2020-12-15T23:45:51.356Z] ---> Running in 143b40088e2c [2020-12-15T23:45:51.630Z] Removing intermediate container 6e5f60247a44 [2020-12-15T23:45:51.630Z] ---> 84f6ced9e988 [2020-12-15T23:45:51.630Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T23:45:51.630Z] ---> Running in 65539f5a66cc [2020-12-15T23:45:51.643Z] Staging version [2020-12-15T23:45:51.902Z] Removing intermediate container 39e81983e079 [2020-12-15T23:45:51.902Z] ---> d1be5df4c79e [2020-12-15T23:45:51.902Z] Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:45:51.902Z] Removing intermediate container 143b40088e2c [2020-12-15T23:45:51.902Z] ---> 8ccccd9c923c [2020-12-15T23:45:51.902Z] Step 27/29 : LABEL arch=arm64 [2020-12-15T23:45:52.173Z] ---> Running in eaba60a6aea4 [2020-12-15T23:45:52.173Z] ---> Running in e981f5d21890 [2020-12-15T23:45:52.173Z] ---> 7b7e91fa8f90 [2020-12-15T23:45:52.173Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T23:45:52.446Z] Removing intermediate container 65539f5a66cc [2020-12-15T23:45:52.446Z] ---> 455acea37646 [2020-12-15T23:45:52.446Z] [2020-12-15T23:45:52.446Z] ---> Running in 68209f7fdf18 [2020-12-15T23:45:52.583Z] Priming config-common [2020-12-15T23:45:52.723Z] Removing intermediate container eaba60a6aea4 [2020-12-15T23:45:52.723Z] ---> 7900bfabca0b [2020-12-15T23:45:52.723Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T23:45:52.993Z] Removing intermediate container e981f5d21890 [2020-12-15T23:45:52.993Z] ---> 43205e570ff7 [2020-12-15T23:45:52.993Z] Step 28/29 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:45:52.993Z] Successfully built 455acea37646 [2020-12-15T23:45:52.993Z] ---> Running in 3d18195bc7f4 [2020-12-15T23:45:52.993Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T23:45:52.993Z] Building docker-support-notifications-go [2020-12-15T23:45:53.275Z]  Building docker-support-scheduler-go ... done  ---> Running in 7c66a82df93f [2020-12-15T23:45:53.876Z] Removing intermediate container 3d18195bc7f4 [2020-12-15T23:45:53.876Z] ---> 542e9f5daaa5 [2020-12-15T23:45:53.876Z] [2020-12-15T23:45:53.969Z] Priming go-build-helper [2020-12-15T23:45:54.158Z] Removing intermediate container 7c66a82df93f [2020-12-15T23:45:54.158Z] ---> 037eae7af02a [2020-12-15T23:45:54.158Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T23:45:54.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:54.435Z] ---> Running in 634197516d73 [2020-12-15T23:45:54.435Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:45:54.713Z] Successfully built 542e9f5daaa5 [2020-12-15T23:45:54.713Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T23:45:54.713Z] Building docker-security-proxy-setup-go [2020-12-15T23:45:54.908Z] Priming static-packages [2020-12-15T23:45:54.989Z]  Building docker-security-secretstore-setup-go ... done (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T23:45:54.989Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T23:45:54.989Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T23:45:54.989Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T23:45:54.989Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T23:45:54.989Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T23:45:54.990Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T23:45:55.263Z] Removing intermediate container 634197516d73 [2020-12-15T23:45:55.263Z] ---> 664e0d2ef15f [2020-12-15T23:45:55.263Z] [2020-12-15T23:45:55.537Z] Successfully built 664e0d2ef15f [2020-12-15T23:45:55.537Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-15T23:45:55.809Z] Building docker-security-bootstrap-redis-go [2020-12-15T23:45:57.243Z]  Building docker-security-secrets-setup-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T23:45:57.243Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T23:45:57.243Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T23:45:57.243Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T23:45:57.243Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T23:45:57.243Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T23:45:57.243Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T23:45:57.243Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T23:45:57.243Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T23:45:57.243Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T23:45:57.243Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T23:45:57.243Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T23:45:57.243Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T23:45:57.453Z] Priming go115 [2020-12-15T23:45:57.520Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T23:45:57.520Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T23:45:57.520Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T23:45:57.520Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T23:45:57.520Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T23:45:57.792Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T23:45:57.792Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T23:45:57.792Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T23:45:57.792Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T23:45:57.792Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T23:45:57.792Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T23:45:57.792Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T23:45:57.792Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T23:45:58.022Z] Priming edgex-go [2020-12-15T23:45:58.066Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:45:58.066Z] OK: 71 MiB in 55 packages [2020-12-15T23:45:59.405Z] Priming version [2020-12-15T23:45:59.505Z] Removing intermediate container 82f16b04e5b0 [2020-12-15T23:45:59.505Z] ---> dbe14ef522b1 [2020-12-15T23:45:59.505Z] [2020-12-15T23:45:59.505Z] Step 10/23 : FROM alpine [2020-12-15T23:45:59.505Z] ---> dd36a01c3f31 [2020-12-15T23:45:59.505Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:46:00.103Z] ---> Running in f933269780d4 [2020-12-15T23:46:00.344Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2020-12-15T23:46:01.084Z] Removing intermediate container f933269780d4 [2020-12-15T23:46:01.084Z] ---> a46db53dbc74 [2020-12-15T23:46:01.084Z] Step 12/23 : ENV APP_PORT=48080 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2020-12-15T23:46:02.087Z] ---> Running in 48724123496b [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T23:46:03.125Z] Removing intermediate container 48724123496b [2020-12-15T23:46:03.126Z] ---> ce5697fcd1fb [2020-12-15T23:46:03.126Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T23:46:03.405Z] ---> Running in 42cf52971741 [2020-12-15T23:46:04.391Z] Removing intermediate container 42cf52971741 [2020-12-15T23:46:04.392Z] ---> 2f12c859f99a [2020-12-15T23:46:04.392Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:46:04.664Z] ---> Running in 0157f8f0e95b [2020-12-15T23:46:06.136Z] Removing intermediate container 68209f7fdf18 [2020-12-15T23:46:06.136Z] ---> 6d85a40f56cf [2020-12-15T23:46:06.136Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T23:46:06.733Z] ---> Running in 69ee430f3d37 [2020-12-15T23:46:08.206Z] Removing intermediate container 0157f8f0e95b [2020-12-15T23:46:08.206Z] ---> 567119d95d66 [2020-12-15T23:46:08.206Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T23:46:08.206Z] ---> Running in 467db98a003c [2020-12-15T23:46:09.648Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:46:10.243Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:46:10.839Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T23:46:11.112Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T23:46:11.112Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T23:46:11.383Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T23:46:11.660Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T23:46:11.660Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:46:11.660Z] OK: 8 MiB in 19 packages [2020-12-15T23:46:12.642Z] Collecting docker-compose==1.23.2 [2020-12-15T23:46:12.642Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T23:46:13.623Z] Removing intermediate container 467db98a003c [2020-12-15T23:46:13.623Z] ---> 36846cd2dc23 [2020-12-15T23:46:13.623Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T23:46:14.614Z] ---> 3fcc447550d0 [2020-12-15T23:46:14.614Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T23:46:14.885Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T23:46:14.885Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T23:46:15.483Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T23:46:15.483Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T23:46:17.471Z] ---> e7101d899b35 [2020-12-15T23:46:17.471Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T23:46:18.453Z] Collecting PyYAML<4,>=3.10 [2020-12-15T23:46:18.453Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T23:46:19.052Z] ---> d0d94b1231a0 [2020-12-15T23:46:19.052Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T23:46:19.052Z] ---> Running in 7993fd4cd34f [2020-12-15T23:46:20.034Z] Removing intermediate container 7993fd4cd34f [2020-12-15T23:46:20.034Z] ---> 6f2d811649c0 [2020-12-15T23:46:20.034Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:46:20.305Z] ---> Running in 2a3dfb4c1581 [2020-12-15T23:46:21.289Z] Removing intermediate container 2a3dfb4c1581 [2020-12-15T23:46:21.290Z] ---> 757d4d180c37 [2020-12-15T23:46:21.290Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T23:46:21.290Z] ---> Running in 54bf0e942c07 [2020-12-15T23:46:22.282Z] Removing intermediate container 54bf0e942c07 [2020-12-15T23:46:22.282Z] ---> 54f1997826ce [2020-12-15T23:46:22.282Z] Step 22/23 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:46:22.556Z] ---> Running in ca626c5898e7 [2020-12-15T23:46:23.157Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T23:46:23.157Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T23:46:23.436Z] Removing intermediate container ca626c5898e7 [2020-12-15T23:46:23.436Z] ---> 1dd23833f959 [2020-12-15T23:46:23.436Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T23:46:23.710Z] ---> Running in ab98294d9faa [2020-12-15T23:46:23.710Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T23:46:23.710Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T23:46:23.983Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T23:46:23.983Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T23:46:24.581Z] Removing intermediate container ab98294d9faa [2020-12-15T23:46:24.581Z] ---> c6b7a27a9b21 [2020-12-15T23:46:24.581Z] [2020-12-15T23:46:25.181Z] Successfully built c6b7a27a9b21 [2020-12-15T23:46:25.182Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T23:46:25.182Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2020-12-15T23:46:27.165Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T23:46:27.165Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T23:46:27.165Z] 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-15T23:46:27.440Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T23:46:27.440Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T23:46:30.067Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T23:46:30.067Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T23:46:31.506Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T23:46:31.506Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T23:46:31.506Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:46:31.506Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:46:31.506Z] ---> 5f3a909cb1e2 [2020-12-15T23:46:31.506Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T23:46:31.506Z] ---> Using cache [2020-12-15T23:46:31.506Z] ---> 31d4aeb9dd0f [2020-12-15T23:46:31.506Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:46:31.506Z] ---> Using cache [2020-12-15T23:46:31.506Z] ---> 234c2c6d2a0d [2020-12-15T23:46:31.506Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T23:46:31.799Z] 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-15T23:46:31.799Z] 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-15T23:46:32.399Z] Collecting idna<2.8,>=2.5 [2020-12-15T23:46:32.399Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T23:46:33.007Z] ---> Running in ac47ca93cc59 [2020-12-15T23:46:33.007Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T23:46:33.007Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T23:46:33.288Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T23:46:33.288Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T23:46:33.288Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T23:46:33.288Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T23:46:34.740Z] Installing collected packages: urllib3, idna, requests, dockerpty, PyYAML, jsonschema, cached-property, docopt, websocket-client, texttable, docker-pycreds, docker, docker-compose [2020-12-15T23:46:34.740Z] Attempting uninstall: urllib3 [2020-12-15T23:46:34.740Z] Found existing installation: urllib3 1.25.9 [2020-12-15T23:46:34.740Z] Uninstalling urllib3-1.25.9: [2020-12-15T23:46:34.740Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:46:34.740Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T23:46:35.041Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:46:35.041Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:46:35.041Z] ---> 5f3a909cb1e2 [2020-12-15T23:46:35.041Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> 31d4aeb9dd0f [2020-12-15T23:46:35.041Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> 234c2c6d2a0d [2020-12-15T23:46:35.041Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> 49db20d4e89a [2020-12-15T23:46:35.041Z] Step 6/21 : COPY go.mod . [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> a0f5f7dc8c07 [2020-12-15T23:46:35.041Z] Step 7/21 : RUN go mod download [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> 72537904983f [2020-12-15T23:46:35.041Z] Step 8/21 : COPY . . [2020-12-15T23:46:35.041Z] ---> Using cache [2020-12-15T23:46:35.041Z] ---> d7afb0e492bd [2020-12-15T23:46:35.041Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T23:46:35.652Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:46:35.652Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:46:35.652Z] ---> 5f3a909cb1e2 [2020-12-15T23:46:35.652Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> 31d4aeb9dd0f [2020-12-15T23:46:35.652Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> 234c2c6d2a0d [2020-12-15T23:46:35.652Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> 49db20d4e89a [2020-12-15T23:46:35.652Z] Step 6/22 : COPY go.mod . [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> a0f5f7dc8c07 [2020-12-15T23:46:35.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:46:35.652Z] Step 7/22 : RUN go mod download [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> 72537904983f [2020-12-15T23:46:35.652Z] Step 8/22 : COPY . . [2020-12-15T23:46:35.652Z] ---> Using cache [2020-12-15T23:46:35.652Z] ---> d7afb0e492bd [2020-12-15T23:46:35.652Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T23:46:35.652Z] Attempting uninstall: idna [2020-12-15T23:46:35.652Z] Found existing installation: idna 2.9 [2020-12-15T23:46:35.652Z] Uninstalling idna-2.9: [2020-12-15T23:46:35.926Z] ---> Running in 122c3b1b88a7 [2020-12-15T23:46:35.926Z] Successfully uninstalled idna-2.9 [2020-12-15T23:46:36.200Z] ---> Running in 4732a7d79e3e [2020-12-15T23:46:36.805Z] Attempting uninstall: requests [2020-12-15T23:46:36.805Z] Found existing installation: requests 2.23.0 [2020-12-15T23:46:36.805Z] Uninstalling requests-2.23.0: [2020-12-15T23:46:37.084Z] Successfully uninstalled requests-2.23.0 [2020-12-15T23:46:37.085Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:46:37.085Z] v3.12.2-32-g434125893a [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:46:37.085Z] OK: 12620 distinct packages available [2020-12-15T23:46:37.364Z] Running setup.py install for dockerpty: started [2020-12-15T23:46:37.985Z] 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-15T23:46:37.985Z] OK: 217 MiB in 51 packages [2020-12-15T23:46:38.260Z] 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-15T23:46:40.264Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T23:46:40.264Z] Running setup.py install for PyYAML: started [2020-12-15T23:46:40.264Z] Removing intermediate container ac47ca93cc59 [2020-12-15T23:46:40.264Z] ---> 84802841fefe [2020-12-15T23:46:40.264Z] Step 6/24 : COPY go.mod . [2020-12-15T23:46:41.725Z] ---> f0ee876b679d [2020-12-15T23:46:41.725Z] Step 7/24 : RUN go mod download [2020-12-15T23:46:42.002Z] ---> Running in deb8a5426d38 [2020-12-15T23:46:43.995Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T23:46:44.273Z] Running setup.py install for docopt: started [2020-12-15T23:46:47.700Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T23:46:47.980Z] Removing intermediate container deb8a5426d38 [2020-12-15T23:46:47.980Z] ---> ac842657bb21 [2020-12-15T23:46:47.980Z] Step 8/24 : COPY . . [2020-12-15T23:46:47.980Z] Running setup.py install for texttable: started [2020-12-15T23:46:51.397Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T23:46:54.045Z] 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-15T23:46:56.048Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:46:56.048Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:46:56.048Z] ---> 5f3a909cb1e2 [2020-12-15T23:46:56.048Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> 31d4aeb9dd0f [2020-12-15T23:46:56.048Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> 234c2c6d2a0d [2020-12-15T23:46:56.048Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> 49db20d4e89a [2020-12-15T23:46:56.048Z] Step 6/22 : COPY go.mod . [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> a0f5f7dc8c07 [2020-12-15T23:46:56.048Z] Step 7/22 : RUN go mod download [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> 72537904983f [2020-12-15T23:46:56.048Z] Step 8/22 : COPY . . [2020-12-15T23:46:56.048Z] ---> Using cache [2020-12-15T23:46:56.048Z] ---> d7afb0e492bd [2020-12-15T23:46:56.048Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T23:46:59.563Z] ---> Running in d0fa13eb5134 [2020-12-15T23:47:01.548Z] 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-15T23:47:03.549Z] Removing intermediate container 69ee430f3d37 [2020-12-15T23:47:03.549Z] ---> d7bfd14f2e7c [2020-12-15T23:47:03.549Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T23:47:04.161Z] ---> Running in b382f9bf3024 [2020-12-15T23:47:07.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:47:07.738Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:47:09.279Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T23:47:09.279Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T23:47:09.279Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T23:47:09.279Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:47:09.279Z] OK: 71 MiB in 58 packages [2020-12-15T23:47:12.819Z] Removing intermediate container b382f9bf3024 [2020-12-15T23:47:12.819Z] ---> 19463b9ecc46 [2020-12-15T23:47:12.819Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T23:47:13.104Z] ---> Running in 312e5b0c58df [2020-12-15T23:47:13.385Z] ---> 7c5803bdb7a1 [2020-12-15T23:47:13.385Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T23:47:13.664Z] Removing intermediate container 312e5b0c58df [2020-12-15T23:47:13.664Z] ---> 546ae2997b61 [2020-12-15T23:47:13.664Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:47:13.664Z] ---> Running in 47f27669317d [2020-12-15T23:47:13.943Z] ---> Running in 89150649dc5d [2020-12-15T23:47:14.928Z] Removing intermediate container 89150649dc5d [2020-12-15T23:47:14.928Z] ---> 5c4e3385fad7 [2020-12-15T23:47:14.928Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T23:47:14.928Z] ---> Running in 403571bbdc32 [2020-12-15T23:47:15.914Z] Removing intermediate container 403571bbdc32 [2020-12-15T23:47:15.914Z] ---> 20302da313fb [2020-12-15T23:47:15.914Z] Step 26/27 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:47:15.914Z] 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-15T23:47:15.914Z] ---> Running in 33cf6c645c81 [2020-12-15T23:47:16.514Z] Removing intermediate container 33cf6c645c81 [2020-12-15T23:47:16.514Z] ---> 167aaa6ae783 [2020-12-15T23:47:16.514Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T23:47:16.787Z] ---> Running in 945c61d33e33 [2020-12-15T23:47:17.396Z] Removing intermediate container 945c61d33e33 [2020-12-15T23:47:17.396Z] ---> 99a63558da7e [2020-12-15T23:47:17.396Z] [2020-12-15T23:47:17.995Z] Successfully built 99a63558da7e [2020-12-15T23:47:17.995Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T23:47:17.995Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-command-go [2020-12-15T23:47:50.403Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T23:47:50.403Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T23:47:50.403Z] ---> 5f3a909cb1e2 [2020-12-15T23:47:50.403Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> 31d4aeb9dd0f [2020-12-15T23:47:50.403Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> 234c2c6d2a0d [2020-12-15T23:47:50.403Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> 49db20d4e89a [2020-12-15T23:47:50.403Z] Step 6/22 : COPY go.mod . [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> a0f5f7dc8c07 [2020-12-15T23:47:50.403Z] Step 7/22 : RUN go mod download [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> 72537904983f [2020-12-15T23:47:50.403Z] Step 8/22 : COPY . . [2020-12-15T23:47:50.403Z] ---> Using cache [2020-12-15T23:47:50.403Z] ---> d7afb0e492bd [2020-12-15T23:47:50.403Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T23:47:50.403Z] ---> Running in 2bbcaed206c3 [2020-12-15T23:47:50.403Z] 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-15T23:48:00.589Z] 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-15T23:48:10.810Z] Removing intermediate container 4732a7d79e3e [2020-12-15T23:48:10.810Z] ---> cf8da47f5d2b [2020-12-15T23:48:10.810Z] [2020-12-15T23:48:10.810Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T23:48:10.810Z] ---> 536a684cf733 [2020-12-15T23:48:10.810Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T23:48:10.810Z] ---> Using cache [2020-12-15T23:48:10.810Z] ---> c02fde8293c2 [2020-12-15T23:48:10.810Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T23:48:10.810Z] ---> Running in 01a6ef71d31d [2020-12-15T23:48:10.810Z] Removing intermediate container 01a6ef71d31d [2020-12-15T23:48:10.810Z] ---> b6542790557a [2020-12-15T23:48:10.810Z] Step 13/22 : WORKDIR / [2020-12-15T23:48:10.810Z] ---> Running in f177cf902f76 [2020-12-15T23:48:11.096Z] Removing intermediate container f177cf902f76 [2020-12-15T23:48:11.096Z] ---> ca753156ce8a [2020-12-15T23:48:11.096Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T23:48:12.567Z] ---> 6f50e28f3320 [2020-12-15T23:48:12.567Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T23:48:14.565Z] ---> 13d683bba0bd [2020-12-15T23:48:14.565Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T23:48:15.559Z] ---> d7c43ada8c35 [2020-12-15T23:48:15.559Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T23:48:17.577Z] ---> 369a9ef47241 [2020-12-15T23:48:17.577Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T23:48:17.857Z] ---> Running in 8fb3ad914af7 [2020-12-15T23:48:18.140Z] Removing intermediate container 122c3b1b88a7 [2020-12-15T23:48:18.140Z] ---> 7d0b2fe1736a [2020-12-15T23:48:18.140Z] [2020-12-15T23:48:18.140Z] Step 10/21 : FROM alpine [2020-12-15T23:48:18.140Z] ---> dd36a01c3f31 [2020-12-15T23:48:18.140Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T23:48:18.425Z] ---> Running in 3e63f2972b87 [2020-12-15T23:48:21.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T23:48:21.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T23:48:21.698Z] Removing intermediate container 8fb3ad914af7 [2020-12-15T23:48:21.698Z] ---> 480697c5df51 [2020-12-15T23:48:21.698Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T23:48:21.974Z] ---> Running in 033e1597fbbf [2020-12-15T23:48:21.974Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T23:48:21.974Z] v3.12.2-32-g434125893a [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T23:48:21.974Z] OK: 12617 distinct packages available [2020-12-15T23:48:22.960Z] Removing intermediate container 033e1597fbbf [2020-12-15T23:48:22.960Z] ---> 9c5550dda4a1 [2020-12-15T23:48:22.960Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T23:48:22.960Z] ---> Running in 9d828009b66f [2020-12-15T23:48:22.960Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T23:48:23.243Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T23:48:23.243Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T23:48:23.243Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T23:48:23.243Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T23:48:23.243Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T23:48:23.522Z] Removing intermediate container 9d828009b66f [2020-12-15T23:48:23.522Z] ---> 57a58f449573 [2020-12-15T23:48:23.522Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:48:23.804Z] OK: 7 MiB in 18 packages [2020-12-15T23:48:23.804Z] ---> Running in 674e51df461e [2020-12-15T23:48:24.416Z] Removing intermediate container 674e51df461e [2020-12-15T23:48:24.416Z] ---> 23e9eb161282 [2020-12-15T23:48:24.416Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:48:24.698Z] ---> Running in a090d4b9923c [2020-12-15T23:48:25.702Z] Removing intermediate container a090d4b9923c [2020-12-15T23:48:25.702Z] ---> fc9855502cd9 [2020-12-15T23:48:25.702Z] [2020-12-15T23:48:26.319Z] Removing intermediate container 3e63f2972b87 [2020-12-15T23:48:26.319Z] ---> 32809c5b3f47 [2020-12-15T23:48:26.319Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T23:48:26.319Z] Successfully built fc9855502cd9 [2020-12-15T23:48:26.595Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T23:48:26.595Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in adffd084bc79 [2020-12-15T23:48:27.203Z] Removing intermediate container adffd084bc79 [2020-12-15T23:48:27.204Z] ---> fc345ee54078 [2020-12-15T23:48:27.204Z] Step 13/21 : WORKDIR /edgex [2020-12-15T23:48:27.486Z] ---> Running in 3f94ab656f37 [2020-12-15T23:48:28.085Z] Removing intermediate container 3f94ab656f37 [2020-12-15T23:48:28.085Z] ---> 821c4444df85 [2020-12-15T23:48:28.085Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T23:48:29.085Z] ---> 40b58c3a7700 [2020-12-15T23:48:29.085Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T23:48:31.095Z] ---> 576acf303438 [2020-12-15T23:48:31.095Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T23:48:32.587Z] ---> d53ca0f4ffe9 [2020-12-15T23:48:32.587Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T23:48:32.873Z] ---> Running in de0b4c3f3a99 [2020-12-15T23:48:33.489Z] Removing intermediate container de0b4c3f3a99 [2020-12-15T23:48:33.489Z] ---> 7cfb3f750a77 [2020-12-15T23:48:33.489Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T23:48:33.489Z] ---> Running in 228a60ac9b8e [2020-12-15T23:48:34.102Z] Removing intermediate container 228a60ac9b8e [2020-12-15T23:48:34.102Z] ---> 73e77de527ad [2020-12-15T23:48:34.102Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T23:48:34.387Z] ---> Running in 6a82c691e10d [2020-12-15T23:48:35.001Z] Removing intermediate container 6a82c691e10d [2020-12-15T23:48:35.001Z] ---> 42646d64f2d7 [2020-12-15T23:48:35.001Z] Step 20/21 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:48:35.281Z] ---> Running in ae04b8679b70 [2020-12-15T23:48:35.891Z] Removing intermediate container ae04b8679b70 [2020-12-15T23:48:35.891Z] ---> c7f61ad50af3 [2020-12-15T23:48:35.891Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T23:48:36.172Z] ---> Running in a041b85ded74 [2020-12-15T23:48:36.796Z] Removing intermediate container a041b85ded74 [2020-12-15T23:48:36.796Z] ---> b9775468f480 [2020-12-15T23:48:36.796Z] [2020-12-15T23:48:37.402Z] Successfully built b9775468f480 [2020-12-15T23:48:37.402Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T23:49:04.273Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 47f27669317d [2020-12-15T23:49:04.273Z] ---> 95c6e8b46e4c [2020-12-15T23:49:04.273Z] [2020-12-15T23:49:04.273Z] Step 10/24 : FROM scratch [2020-12-15T23:49:04.273Z] ---> [2020-12-15T23:49:04.273Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T23:49:04.273Z] ---> Running in 513a8542a11b [2020-12-15T23:49:04.273Z] Removing intermediate container 513a8542a11b [2020-12-15T23:49:04.273Z] ---> 14e178006cd3 [2020-12-15T23:49:04.273Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T23:49:04.273Z] ---> Running in e3399ba3656c [2020-12-15T23:49:04.273Z] Removing intermediate container e3399ba3656c [2020-12-15T23:49:04.273Z] ---> 388feef6742a [2020-12-15T23:49:04.273Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T23:49:04.273Z] ---> Running in c28dd394390f [2020-12-15T23:49:04.273Z] Removing intermediate container c28dd394390f [2020-12-15T23:49:04.273Z] ---> b287ef1643b3 [2020-12-15T23:49:04.273Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T23:49:04.273Z] ---> aaa8d27d22e5 [2020-12-15T23:49:04.273Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T23:49:05.724Z] ---> 543fcb4d7a7b [2020-12-15T23:49:05.724Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T23:49:07.725Z] ---> 17f21abee30e [2020-12-15T23:49:07.725Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T23:49:08.001Z] Removing intermediate container d0fa13eb5134 [2020-12-15T23:49:08.001Z] ---> f20115109b92 [2020-12-15T23:49:08.001Z] [2020-12-15T23:49:08.001Z] Step 10/22 : FROM scratch [2020-12-15T23:49:08.001Z] ---> [2020-12-15T23:49:08.001Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:49:08.281Z] ---> Using cache [2020-12-15T23:49:08.281Z] ---> 62efded3c52a [2020-12-15T23:49:08.281Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T23:49:08.558Z] ---> Running in 40adfc15b49a [2020-12-15T23:49:08.836Z] ---> 9dbf2f4bcaf9 [2020-12-15T23:49:08.836Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T23:49:09.112Z] Removing intermediate container 40adfc15b49a [2020-12-15T23:49:09.112Z] ---> d3a8d88f751a [2020-12-15T23:49:09.112Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T23:49:09.389Z] ---> Running in 7a105743a71e [2020-12-15T23:49:10.378Z] Removing intermediate container 7a105743a71e [2020-12-15T23:49:10.378Z] ---> 62940a497304 [2020-12-15T23:49:10.378Z] Step 14/22 : WORKDIR / [2020-12-15T23:49:10.378Z] ---> d1abd6cc3aee [2020-12-15T23:49:10.378Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T23:49:10.378Z] ---> Running in 2e81c6f77900 [2020-12-15T23:49:10.658Z] Removing intermediate container 2bbcaed206c3 [2020-12-15T23:49:10.658Z] ---> ec1aab7ae22a [2020-12-15T23:49:10.658Z] [2020-12-15T23:49:10.658Z] Step 10/22 : FROM scratch [2020-12-15T23:49:10.658Z] ---> [2020-12-15T23:49:10.658Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T23:49:10.932Z] ---> Using cache [2020-12-15T23:49:10.932Z] ---> 62efded3c52a [2020-12-15T23:49:10.932Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T23:49:10.932Z] ---> Running in f358f72e6ea0 [2020-12-15T23:49:10.932Z] Removing intermediate container 2e81c6f77900 [2020-12-15T23:49:10.932Z] ---> 565de729e0a1 [2020-12-15T23:49:10.932Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T23:49:11.208Z] ---> 390187421a78 [2020-12-15T23:49:11.208Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T23:49:11.483Z] ---> Running in 516a44c6c51d [2020-12-15T23:49:11.483Z] Removing intermediate container f358f72e6ea0 [2020-12-15T23:49:11.483Z] ---> 248f7a860cce [2020-12-15T23:49:11.483Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T23:49:11.771Z] ---> Running in 62de7bf8f2a6 [2020-12-15T23:49:11.771Z] ---> 33a0642aa1c4 [2020-12-15T23:49:11.771Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T23:49:12.054Z] Removing intermediate container 516a44c6c51d [2020-12-15T23:49:12.054Z] ---> dd3c03a5c281 [2020-12-15T23:49:12.054Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:49:12.336Z] Removing intermediate container 62de7bf8f2a6 [2020-12-15T23:49:12.336Z] ---> 4d6b853e2c6a [2020-12-15T23:49:12.336Z] Step 14/22 : WORKDIR / [2020-12-15T23:49:12.336Z] ---> Running in 1fb46d2d05a8 [2020-12-15T23:49:12.612Z] ---> Running in 6a189cbec885 [2020-12-15T23:49:12.612Z] Removing intermediate container 1fb46d2d05a8 [2020-12-15T23:49:12.612Z] ---> 6abbe9cdf805 [2020-12-15T23:49:12.612Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T23:49:13.211Z] ---> Running in 6f9e4d33c50d [2020-12-15T23:49:13.211Z] Removing intermediate container 6a189cbec885 [2020-12-15T23:49:13.211Z] ---> 67cfd093cd37 [2020-12-15T23:49:13.211Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T23:49:13.211Z] ---> c1d1222da447 [2020-12-15T23:49:13.211Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T23:49:13.815Z] Removing intermediate container 6f9e4d33c50d [2020-12-15T23:49:13.815Z] ---> 0ee71b149f7a [2020-12-15T23:49:13.815Z] Step 23/24 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:49:14.094Z] ---> Running in 03b594c19c59 [2020-12-15T23:49:14.094Z] ---> c3ddc363e0cc [2020-12-15T23:49:14.094Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T23:49:14.094Z] ---> b3e25bac3f95 [2020-12-15T23:49:14.094Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T23:49:14.697Z] ---> Running in 22d84cc44c69 [2020-12-15T23:49:14.697Z] Removing intermediate container 03b594c19c59 [2020-12-15T23:49:14.697Z] ---> 8931647f34c4 [2020-12-15T23:49:14.697Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T23:49:14.981Z] ---> Running in 60a3803a12ae [2020-12-15T23:49:15.262Z] Removing intermediate container 22d84cc44c69 [2020-12-15T23:49:15.262Z] ---> 9953ba2c4c20 [2020-12-15T23:49:15.262Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:49:15.262Z] ---> c9040e38e5b5 [2020-12-15T23:49:15.262Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T23:49:15.543Z] ---> Running in e4df435bc70b [2020-12-15T23:49:15.543Z] Removing intermediate container 60a3803a12ae [2020-12-15T23:49:15.543Z] ---> 6d3e0a7af53a [2020-12-15T23:49:15.543Z] [2020-12-15T23:49:16.145Z] Removing intermediate container e4df435bc70b [2020-12-15T23:49:16.145Z] ---> 3cfa1dedde10 [2020-12-15T23:49:16.145Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T23:49:16.145Z] Successfully built 6d3e0a7af53a [2020-12-15T23:49:16.145Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T23:49:16.145Z]  Building docker-support-notifications-go ... done  ---> 1a64c84796aa [2020-12-15T23:49:16.145Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T23:49:16.420Z] ---> Running in 8635bf901d81 [2020-12-15T23:49:16.421Z] ---> Running in f8044d22a2ec [2020-12-15T23:49:16.699Z] Removing intermediate container 8635bf901d81 [2020-12-15T23:49:16.699Z] ---> eaac23d4bffa [2020-12-15T23:49:16.699Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:49:16.974Z] Removing intermediate container f8044d22a2ec [2020-12-15T23:49:16.974Z] ---> 8c78b7645c4c [2020-12-15T23:49:16.974Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T23:49:16.974Z] ---> Running in 8ba549c6e120 [2020-12-15T23:49:16.974Z] ---> Running in 6a270422bc46 [2020-12-15T23:49:17.575Z] Removing intermediate container 8ba549c6e120 [2020-12-15T23:49:17.575Z] ---> da736552891b [2020-12-15T23:49:17.575Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:49:17.575Z] Removing intermediate container 6a270422bc46 [2020-12-15T23:49:17.575Z] ---> e3946eaf2fb7 [2020-12-15T23:49:17.575Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T23:49:17.575Z] ---> Running in fe6db495b6f1 [2020-12-15T23:49:17.852Z] ---> Running in 5aa2c65d5d1b [2020-12-15T23:49:18.128Z] Removing intermediate container fe6db495b6f1 [2020-12-15T23:49:18.128Z] ---> 8db6c20d8519 [2020-12-15T23:49:18.128Z] [2020-12-15T23:49:18.403Z] Removing intermediate container 5aa2c65d5d1b [2020-12-15T23:49:18.403Z] ---> a85e20508630 [2020-12-15T23:49:18.403Z] Step 21/22 : LABEL git_sha=b188b9d6b00083e5cf297a342020ae494d8884fe [2020-12-15T23:49:18.403Z] Successfully built 8db6c20d8519 [2020-12-15T23:49:18.677Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T23:49:18.677Z]  Building docker-core-metadata-go ... done  ---> Running in 6b6e813be743 [2020-12-15T23:49:19.277Z] Removing intermediate container 6b6e813be743 [2020-12-15T23:49:19.277Z] ---> d05c7d8d06c1 [2020-12-15T23:49:19.277Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T23:49:19.277Z] ---> Running in ef69ac8c9f16 [2020-12-15T23:49:19.877Z] Removing intermediate container ef69ac8c9f16 [2020-12-15T23:49:19.877Z] ---> 255d668f3e09 [2020-12-15T23:49:19.877Z] [2020-12-15T23:49:20.147Z] Successfully built 255d668f3e09 [2020-12-15T23:49:20.147Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T23:49:20.751Z]  Building docker-core-command-go ... done  [Pipeline] } [2020-12-15T23:49:20.749Z] $ docker stop --time=1 afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b [2020-12-15T23:49:22.691Z] $ docker rm -f afa0f403b3806511cf8d775299ea9cd221fbb489b09e4aed03560dce037fda7b [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T23:49:23.423Z] + grep docker [2020-12-15T23:49:23.423Z] + docker images [2020-12-15T23:49:23.692Z] docker-core-command-go-arm64 latest 255d668f3e09 4 seconds ago 11.4MB [2020-12-15T23:49:23.692Z] docker-core-metadata-go-arm64 latest 8db6c20d8519 6 seconds ago 13.6MB [2020-12-15T23:49:23.692Z] docker-support-notifications-go-arm64 latest 6d3e0a7af53a 8 seconds ago 12.9MB [2020-12-15T23:49:23.692Z] docker-security-proxy-setup-go-arm64 latest b9775468f480 47 seconds ago 23.4MB [2020-12-15T23:49:23.693Z] docker-security-bootstrap-redis-go-arm64 latest fc9855502cd9 58 seconds ago 15.2MB [2020-12-15T23:49:23.693Z] docker-sys-mgmt-agent-go-arm64 latest 99a63558da7e 2 minutes ago 300MB [2020-12-15T23:49:23.693Z] docker-core-data-go-arm64 latest c6b7a27a9b21 3 minutes ago 22.3MB [2020-12-15T23:49:23.693Z] docker-security-secrets-setup-go-arm64 latest 664e0d2ef15f 3 minutes ago 22.7MB [2020-12-15T23:49:23.693Z] docker-security-secretstore-setup-go-arm64 latest 542e9f5daaa5 3 minutes ago 23.5MB [2020-12-15T23:49:23.693Z] docker-support-scheduler-go-arm64 latest 455acea37646 3 minutes ago 11.5MB [2020-12-15T23:49:23.693Z] docker latest 0c09fb3ff9b5 2 hours 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-15T23:49:25.453Z] provisioning config files... [2020-12-15T23:49:25.463Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/6@tmp/config7655059463581958226tmp [Pipeline] { [Pipeline] sh [2020-12-15T23:49:25.857Z] + set +x [2020-12-15T23:49:25.857Z] + curl -s https://codecov.io/bash [2020-12-15T23:49:25.857Z] + bash -s -- [2020-12-15T23:49:26.128Z] [2020-12-15T23:49:26.128Z] _____ _ [2020-12-15T23:49:26.128Z] / ____| | | [2020-12-15T23:49:26.128Z] | | ___ __| | ___ ___ _____ __ [2020-12-15T23:49:26.128Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-12-15T23:49:26.128Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-12-15T23:49:26.128Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-12-15T23:49:26.128Z] Bash-20201130-cc6d3fe [2020-12-15T23:49:26.128Z] [2020-12-15T23:49:26.128Z] [2020-12-15T23:49:26.390Z] ==> Jenkins CI detected. [2020-12-15T23:49:26.390Z] project root: . [2020-12-15T23:49:26.390Z] --> token set from env [2020-12-15T23:49:26.390Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-12-15T23:49:26.390Z] ==> Running gcov in . (disable via -X gcov) [2020-12-15T23:49:26.390Z] ==> Python coveragepy not found [2020-12-15T23:49:26.390Z] ==> Searching for coverage reports in: [2020-12-15T23:49:26.390Z] + . [2020-12-15T23:49:26.390Z] -> Found 1 reports [2020-12-15T23:49:26.390Z] ==> Detecting git/mercurial file structure [2020-12-15T23:49:26.390Z] ==> Reading reports [2020-12-15T23:49:26.390Z] + ./coverage.out bytes=568194 [2020-12-15T23:49:26.390Z] ==> Appending adjustments [2020-12-15T23:49:26.390Z] https://docs.codecov.io/docs/fixing-reports [2020-12-15T23:49:28.945Z] + Found adjustments [2020-12-15T23:49:28.945Z] ==> Gzipping contents [2020-12-15T23:49:28.945Z] 88K /tmp/codecov.NIKOyh.gz [2020-12-15T23:49:28.945Z] ==> Uploading reports [2020-12-15T23:49:28.945Z] url: https://codecov.io [2020-12-15T23:49:28.945Z] query: branch=PR-2939&commit=b188b9d6b00083e5cf297a342020ae494d8884fe&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2939%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2939&job=&cmd_args= [2020-12-15T23:49:28.945Z] -> Pinging Codecov [2020-12-15T23:49:28.945Z] https://codecov.io/upload/v4?package=bash-20201130-cc6d3fe&token=secret&branch=PR-2939&commit=b188b9d6b00083e5cf297a342020ae494d8884fe&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2939%2F6%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2939&job=&cmd_args= [2020-12-15T23:49:29.529Z] -> Uploading to [2020-12-15T23:49:29.529Z] https://storage.googleapis.com/codecov/v4/raw/2020-12-15/00271124DB129430A58F1EEE437C3FCB/b188b9d6b00083e5cf297a342020ae494d8884fe/97594dc9-f974-4008-9207-d7fa05f5355f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201215%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201215T234929Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3b40e31b346862ef32c82b1cba28aabb18faef0a4ae132935ceecb945313cf15 [2020-12-15T23:49:29.529Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-15T23:49:29.529Z] Dload Upload Total Spent Left Speed [2020-12-15T23:49:30.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87918 0 0 100 87918 0 130k --:--:-- --:--:-- --:--:-- 130k [2020-12-15T23:49:30.052Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/b188b9d6b00083e5cf297a342020ae494d8884fe [Pipeline] } [2020-12-15T23:49:30.063Z] 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-15T23:49:32.220Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:49:33.107Z] ---> package-listing.sh [2020-12-15T23:49:33.107Z] ++ facter osfamily [2020-12-15T23:49:33.107Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T23:49:33.107Z] + OS_FAMILY=redhat [2020-12-15T23:49:33.107Z] + workspace=/w/workspace/edgex-go/6 [2020-12-15T23:49:33.107Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T23:49:33.107Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T23:49:33.107Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T23:49:33.107Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T23:49:33.107Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-15T23:49:33.107Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T23:49:33.107Z] + case "${OS_FAMILY}" in [2020-12-15T23:49:33.107Z] + rpm -qa [2020-12-15T23:49:33.107Z] + sort [2020-12-15T23:49:38.416Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T23:49:38.416Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T23:49:38.416Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T23:49:38.416Z] + '[' /w/workspace/edgex-go/6 ']' [2020-12-15T23:49:38.416Z] + mkdir -p /w/workspace/edgex-go/6/archives/ [2020-12-15T23:49:38.416Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo [2020-12-15T23:49:38.434Z] 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T23:49:38.733Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:49:39.093Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T23:49:39.093Z] [2020-12-15T23:49:39.093Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T23:49:39.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T23:49:39.479Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T23:49:39.479Z] df20fa9351a1: Pulling fs layer [2020-12-15T23:49:39.479Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T23:49:39.479Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T23:49:39.479Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T23:49:39.479Z] 93b61091891f: Pulling fs layer [2020-12-15T23:49:39.479Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T23:49:39.479Z] 5e14af77c1be: Pulling fs layer [2020-12-15T23:49:39.479Z] 01666e4c0597: Pulling fs layer [2020-12-15T23:49:39.479Z] aa168da1d23b: Pulling fs layer [2020-12-15T23:49:39.479Z] 46f8f816bc3b: Waiting [2020-12-15T23:49:39.479Z] 93b61091891f: Waiting [2020-12-15T23:49:39.479Z] 93b9cdb0e59b: Waiting [2020-12-15T23:49:39.479Z] 5e14af77c1be: Waiting [2020-12-15T23:49:39.479Z] 01666e4c0597: Waiting [2020-12-15T23:49:39.479Z] aa168da1d23b: Waiting [2020-12-15T23:49:39.479Z] 36b3adc4ff6f: Download complete [2020-12-15T23:49:39.479Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T23:49:39.479Z] 46f8f816bc3b: Download complete [2020-12-15T23:49:39.777Z] df20fa9351a1: Verifying Checksum [2020-12-15T23:49:39.777Z] df20fa9351a1: Download complete [2020-12-15T23:49:39.777Z] 93b61091891f: Download complete [2020-12-15T23:49:39.777Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T23:49:39.777Z] 93b9cdb0e59b: Download complete [2020-12-15T23:49:39.777Z] 5e14af77c1be: Download complete [2020-12-15T23:49:39.777Z] 01666e4c0597: Download complete [2020-12-15T23:49:39.777Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T23:49:39.777Z] 8ad3a11d3b57: Download complete [2020-12-15T23:49:40.056Z] df20fa9351a1: Pull complete [2020-12-15T23:49:40.377Z] 36b3adc4ff6f: Pull complete [2020-12-15T23:49:41.770Z] aa168da1d23b: Verifying Checksum [2020-12-15T23:49:41.770Z] aa168da1d23b: Download complete [2020-12-15T23:49:42.049Z] 8ad3a11d3b57: Pull complete [2020-12-15T23:49:42.311Z] 46f8f816bc3b: Pull complete [2020-12-15T23:49:42.887Z] 93b61091891f: Pull complete [2020-12-15T23:49:42.887Z] 93b9cdb0e59b: Pull complete [2020-12-15T23:49:42.887Z] 5e14af77c1be: Pull complete [2020-12-15T23:49:43.150Z] 01666e4c0597: Pull complete [2020-12-15T23:49:55.443Z] aa168da1d23b: Pull complete [2020-12-15T23:49:55.443Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T23:49:55.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T23:49:55.443Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T23:49:55.677Z] prd-centos7-docker-4c-2g-16183 does not seem to be running inside a container [2020-12-15T23:49:55.730Z] $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T23:50:00.378Z] $ docker top 6404128bded4ef549f00393b8d896b68a43f193c1a0fbcffb2a3f5b63a43a4a9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T23:50:00.994Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T23:50:01.301Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T23:50:01.598Z] + ls /var/log/sa-host [2020-12-15T23:50:01.598Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T23:50:01.598Z] file_magic: OK [2020-12-15T23:50:01.598Z] HZ: Using current value: 100 [2020-12-15T23:50:01.598Z] file_header: OK [2020-12-15T23:50:01.598Z] 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-15T23:50:01.598Z] Statistics: [2020-12-15T23:50:01.598Z] 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... [2020-12-15T23:50:01.598Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T23:50:01.598Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T23:50:01.598Z] file_magic: OK [2020-12-15T23:50:01.598Z] HZ: Using current value: 100 [2020-12-15T23:50:01.598Z] file_header: OK [2020-12-15T23:50:01.598Z] 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-15T23:50:01.598Z] Statistics: [2020-12-15T23:50:01.598Z] Hnuu...uuuununununu... [2020-12-15T23:50:01.598Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T23:50:01.907Z] provisioning config files... [2020-12-15T23:50:01.922Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5420786886854627816tmp [Pipeline] { [Pipeline] echo [2020-12-15T23:50:02.022Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:50:02.321Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T23:50:02.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T23:50:02.445Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:50:02.743Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T23:50:02.754Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:50:03.052Z] ---> sudo-logs.sh [2020-12-15T23:50:03.052Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T23:50:03.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:50:03.361Z] ---> job-cost.sh [2020-12-15T23:50:03.361Z] lf-activate-venv: SKIPPING [2020-12-15T23:50:03.361Z] INFO: No Stack... [2020-12-15T23:50:04.305Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T23:50:04.879Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T23:50:04.892Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T23:50:05.187Z] ---> logs-deploy.sh [2020-12-15T23:50:05.187Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2939/6 [2020-12-15T23:50:05.187Z] INFO: archiving workspace using pattern(s): [2020-12-15T23:50:07.105Z] Archives upload complete. [2020-12-15T23:50:07.106Z] INFO: archiving logs to Nexus