Pull request #3027 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e93fe298edca2f4dbba9d8b960851799ec89fd7a+cd24e07082ec728494b0347cc7947c162db974b4 (921901dbaaa490b4c281d67b75fdbfc27a6f4557) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20254 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) > git config core.sparsecheckout # timeout=10 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # 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 cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-14T16:52:09.815Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-14T16:52:10.104Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-14T16:52:10.208Z] ========================================================= [2021-01-14T16:52:10.208Z] EdgeX Global Pipelines Version Info [2021-01-14T16:52:10.208Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b5a5311708b324d61da002eaf53ecd949b34e9a2 # timeout=10 [2021-01-14T16:52:11.847Z] ------------------- [2021-01-14T16:52:11.847Z] stable info: [2021-01-14T16:52:11.847Z] ------------------- [2021-01-14T16:52:11.847Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-14T16:52:11.847Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T16:52:11.847Z] Message: update stable to v1.0.177 [2021-01-14T16:52:12.804Z] ------------------- [2021-01-14T16:52:12.804Z] experimental info: [2021-01-14T16:52:12.804Z] ------------------- [2021-01-14T16:52:12.804Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-14T16:52:12.804Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-14T16:52:12.804Z] Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-14T16:52:13.065Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-14T16:52:13.144Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-14T16:52:13.228Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-14T16:52:13.311Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-14T16:52:13.444Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-14T16:52:13.528Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-14T16:52:13.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-14T16:52:13.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-14T16:52:13.860Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-14T16:52:13.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-14T16:52:14.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-14T16:52:14.129Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-14T16:52:14.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-14T16:52:14.367Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-14T16:52:14.446Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T16:52:14.522Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-14T16:52:14.603Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-14T16:52:14.683Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-14T16:52:14.763Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-14T16:52:14.841Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-14T16:52:14.937Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-14T16:52:15.018Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-14T16:52:15.152Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-14T16:52:15.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-14T16:52:15.310Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-14T16:52:15.409Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-14T16:52:15.525Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e93fe298edca2f4dbba9d8b960851799ec89fd7a [Pipeline] echo [2021-01-14T16:52:15.626Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e93fe29 [Pipeline] echo [2021-01-14T16:52:15.721Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T16:52:15.877Z] provisioning config files... [2021-01-14T16:52:15.906Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7292682825242653879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T16:52:16.293Z] ---> docker-login.sh [2021-01-14T16:52:16.293Z] nexus3.edgexfoundry.org:10001 [2021-01-14T16:52:16.578Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:52:16.578Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:52:16.578Z] Configure a credential helper to remove this warning. See [2021-01-14T16:52:16.578Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:52:16.578Z] [2021-01-14T16:52:16.578Z] Login Succeeded [2021-01-14T16:52:16.578Z] nexus3.edgexfoundry.org:10002 [2021-01-14T16:52:16.842Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:52:16.842Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:52:16.842Z] Configure a credential helper to remove this warning. See [2021-01-14T16:52:16.842Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:52:16.842Z] [2021-01-14T16:52:16.842Z] Login Succeeded [2021-01-14T16:52:16.842Z] nexus3.edgexfoundry.org:10003 [2021-01-14T16:52:17.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:52:17.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:52:17.108Z] Configure a credential helper to remove this warning. See [2021-01-14T16:52:17.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:52:17.108Z] [2021-01-14T16:52:17.108Z] Login Succeeded [2021-01-14T16:52:17.108Z] nexus3.edgexfoundry.org:10004 [2021-01-14T16:52:17.108Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:52:17.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:52:17.377Z] Configure a credential helper to remove this warning. See [2021-01-14T16:52:17.377Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:52:17.377Z] [2021-01-14T16:52:17.377Z] Login Succeeded [2021-01-14T16:52:17.377Z] docker.io [2021-01-14T16:52:17.377Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:52:17.642Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:52:17.642Z] Configure a credential helper to remove this warning. See [2021-01-14T16:52:17.642Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:52:17.642Z] [2021-01-14T16:52:17.642Z] Login Succeeded [2021-01-14T16:52:17.642Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T16:52:17.655Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T16:52:18.145Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-14T16:52:18.145Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.145Z] ++ dirname cmd/core-command/Dockerfile [2021-01-14T16:52:18.145Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.145Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-14T16:52:18.145Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.145Z] ++ dirname cmd/core-data/Dockerfile [2021-01-14T16:52:18.145Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.145Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-14T16:52:18.145Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.145Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-14T16:52:18.146Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-14T16:52:18.146Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-14T16:52:18.146Z] ++ cut -d/ -f2 [2021-01-14T16:52:18.146Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-14T16:52:18.253Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:52:19.185Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T16:52:19.186Z] [2021-01-14T16:52:19.186Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:52:19.593Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T16:52:19.593Z] latest: Pulling from edgex-devops/git-semver [2021-01-14T16:52:19.593Z] 31603596830f: Pulling fs layer [2021-01-14T16:52:19.593Z] 2a8b12db71e7: Pulling fs layer [2021-01-14T16:52:19.593Z] 6ca5941a6612: Pulling fs layer [2021-01-14T16:52:19.593Z] ecc8261a40a4: Pulling fs layer [2021-01-14T16:52:19.593Z] ecc8261a40a4: Waiting [2021-01-14T16:52:19.593Z] 2a8b12db71e7: Verifying Checksum [2021-01-14T16:52:19.593Z] 2a8b12db71e7: Download complete [2021-01-14T16:52:19.883Z] 31603596830f: Verifying Checksum [2021-01-14T16:52:19.883Z] 31603596830f: Download complete [2021-01-14T16:52:20.160Z] ecc8261a40a4: Verifying Checksum [2021-01-14T16:52:20.160Z] ecc8261a40a4: Download complete [2021-01-14T16:52:20.160Z] 6ca5941a6612: Verifying Checksum [2021-01-14T16:52:20.160Z] 6ca5941a6612: Download complete [2021-01-14T16:52:20.160Z] 31603596830f: Pull complete [2021-01-14T16:52:20.432Z] 2a8b12db71e7: Pull complete [2021-01-14T16:52:21.387Z] 6ca5941a6612: Pull complete [2021-01-14T16:52:21.387Z] ecc8261a40a4: Pull complete [2021-01-14T16:52:21.387Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-14T16:52:21.387Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-14T16:52:21.387Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-14T16:52:21.538Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T16:52:21.637Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-14T16:52:24.161Z] $ docker top 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-14T16:52:24.552Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T16:52:24.552Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T16:52:24.823Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T16:52:24.830Z] $ docker exec 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent [2021-01-14T16:52:25.067Z] SSH_AUTH_SOCK=/tmp/ssh-Q0IWs6f4h40N/agent.12 [2021-01-14T16:52:25.067Z] SSH_AGENT_PID=17 [2021-01-14T16:52:25.089Z] Running ssh-add (command line suppressed) [2021-01-14T16:52:25.220Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3805969534378603932.key (/w/workspace/edgex-go/3@tmp/private_key_3805969534378603932.key) [2021-01-14T16:52:25.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T16:52:25.731Z] + git tag --points-at HEAD [Pipeline] } [2021-01-14T16:52:25.761Z] $ docker exec --env ******** --env ******** 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent -k [2021-01-14T16:52:25.874Z] unset SSH_AUTH_SOCK; [2021-01-14T16:52:25.875Z] unset SSH_AGENT_PID; [2021-01-14T16:52:25.875Z] echo Agent pid 17 killed; [2021-01-14T16:52:25.941Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-14T16:52:26.099Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-14T16:52:26.099Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-14T16:52:26.292Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-14T16:52:26.298Z] $ docker exec 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent [2021-01-14T16:52:26.473Z] SSH_AUTH_SOCK=/tmp/ssh-dJpVAjWchUql/agent.45 [2021-01-14T16:52:26.473Z] SSH_AGENT_PID=50 [2021-01-14T16:52:26.491Z] Running ssh-add (command line suppressed) [2021-01-14T16:52:26.616Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4342100635909957170.key (/w/workspace/edgex-go/3@tmp/private_key_4342100635909957170.key) [2021-01-14T16:52:26.694Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-14T16:52:27.054Z] + git semver init [2021-01-14T16:52:27.054Z] # -> Open(): unable to determine branch for HEAD [2021-01-14T16:52:27.054Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-01-14T16:52:27.054Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-01-14T16:52:27.054Z] # $SEMVER_REMOTE_NAME = origin [2021-01-14T16:52:27.054Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-14T16:52:27.054Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-14T16:52:27.054Z] # $SEMVER_BRANCH = PR-3027 [2021-01-14T16:52:27.054Z] # $SEMVER_TEMP = /tmp/semver-526066042 [2021-01-14T16:52:27.054Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-14T16:53:06.065Z] # '/tmp/semver-526066042' -> '/w/workspace/edgex-go/3/.semver' [2021-01-14T16:53:06.065Z] # -> Force: false [2021-01-14T16:53:06.065Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-01-14T16:53:06.080Z] $ docker exec --env ******** --env ******** 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 ssh-agent -k [2021-01-14T16:53:06.313Z] unset SSH_AUTH_SOCK; [2021-01-14T16:53:06.313Z] unset SSH_AGENT_PID; [2021-01-14T16:53:06.313Z] echo Agent pid 50 killed; [2021-01-14T16:53:06.396Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-14T16:53:06.846Z] + git semver [Pipeline] } [2021-01-14T16:53:06.865Z] $ docker stop --time=1 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 [2021-01-14T16:53:09.100Z] $ docker rm -f 5bd309bf34c14eae211cbdb67014f42dd37dbd70faa26db40bc7008bec837861 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T16:53:09.643Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-14T16:53:10.243Z] Stashed 1 file(s) [Pipeline] echo [2021-01-14T16:53:10.246Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T16:53:11.157Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-14T16:53:11.466Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-14T16:53:11.769Z] + sudo service docker restart [2021-01-14T16:53:11.769Z] + true [2021-01-14T16:53:11.769Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-14T16:53:12.365Z] ========================================================= [2021-01-14T16:53:12.365Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-14T16:53:12.365Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:53:12.711Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-14T16:53:16.950Z] Sending build context to Docker daemon 326.5MB [2021-01-14T16:53:16.950Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T16:53:16.950Z] Step 2/6 : FROM ${BASE} [2021-01-14T16:53:16.950Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-14T16:53:16.950Z] 188c0c94c7c5: Pulling fs layer [2021-01-14T16:53:16.950Z] 0ef7d3d256c8: Pulling fs layer [2021-01-14T16:53:16.950Z] de9db76c5a1d: Pulling fs layer [2021-01-14T16:53:16.950Z] bca2f99d35d6: Pulling fs layer [2021-01-14T16:53:16.950Z] 93359f2a8cfa: Pulling fs layer [2021-01-14T16:53:16.950Z] 7c6f9722023f: Pulling fs layer [2021-01-14T16:53:16.950Z] a35cf1a2eb13: Pulling fs layer [2021-01-14T16:53:16.950Z] 93359f2a8cfa: Waiting [2021-01-14T16:53:16.950Z] a35cf1a2eb13: Waiting [2021-01-14T16:53:16.950Z] 7c6f9722023f: Waiting [2021-01-14T16:53:16.950Z] bca2f99d35d6: Waiting [2021-01-14T16:53:16.950Z] de9db76c5a1d: Verifying Checksum [2021-01-14T16:53:16.950Z] de9db76c5a1d: Download complete [2021-01-14T16:53:16.950Z] 0ef7d3d256c8: Verifying Checksum [2021-01-14T16:53:16.950Z] 0ef7d3d256c8: Download complete [2021-01-14T16:53:16.950Z] 93359f2a8cfa: Verifying Checksum [2021-01-14T16:53:16.950Z] 93359f2a8cfa: Download complete [2021-01-14T16:53:16.950Z] 7c6f9722023f: Verifying Checksum [2021-01-14T16:53:16.950Z] 7c6f9722023f: Download complete [2021-01-14T16:53:16.950Z] 188c0c94c7c5: Verifying Checksum [2021-01-14T16:53:16.950Z] 188c0c94c7c5: Download complete [2021-01-14T16:53:17.534Z] 188c0c94c7c5: Pull complete [2021-01-14T16:53:17.804Z] 0ef7d3d256c8: Pull complete [2021-01-14T16:53:18.388Z] de9db76c5a1d: Pull complete [2021-01-14T16:53:18.966Z] a35cf1a2eb13: Verifying Checksum [2021-01-14T16:53:18.966Z] a35cf1a2eb13: Download complete [2021-01-14T16:53:19.935Z] bca2f99d35d6: Verifying Checksum [2021-01-14T16:53:19.935Z] bca2f99d35d6: Download complete [2021-01-14T16:53:25.657Z] Still waiting to schedule task [2021-01-14T16:53:25.657Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-14T16:53:26.595Z] bca2f99d35d6: Pull complete [2021-01-14T16:53:26.595Z] 93359f2a8cfa: Pull complete [2021-01-14T16:53:26.595Z] 7c6f9722023f: Pull complete [2021-01-14T16:53:31.196Z] a35cf1a2eb13: Pull complete [2021-01-14T16:53:31.196Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-14T16:53:31.196Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-14T16:53:31.196Z] ---> a62c8e92a672 [2021-01-14T16:53:31.196Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T16:53:31.461Z] ---> Running in 7669df9f5283 [2021-01-14T16:53:32.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:53:33.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:53:35.989Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T16:53:36.252Z] (2/12) Installing file (5.38-r0) [2021-01-14T16:53:36.516Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T16:53:36.516Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T16:53:48.792Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T16:53:48.792Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T16:53:48.792Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T16:53:48.792Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T16:53:49.055Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T16:53:49.055Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T16:53:49.317Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T16:53:49.317Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T16:53:49.579Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T16:53:49.579Z] OK: 233 MiB in 51 packages [2021-01-14T16:53:53.823Z] Removing intermediate container 7669df9f5283 [2021-01-14T16:53:53.823Z] ---> 1999d00f7a0b [2021-01-14T16:53:53.823Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T16:53:53.823Z] ---> Running in 89af2774df5f [2021-01-14T16:53:53.823Z] Removing intermediate container 89af2774df5f [2021-01-14T16:53:53.823Z] ---> 9b4da600ee55 [2021-01-14T16:53:53.823Z] Step 5/6 : COPY go.mod . [2021-01-14T16:53:53.823Z] ---> e68ff4f291ad [2021-01-14T16:53:53.823Z] Step 6/6 : RUN go mod download [2021-01-14T16:53:53.823Z] ---> Running in 821e0e3e1805 [2021-01-14T16:54:15.865Z] Removing intermediate container 821e0e3e1805 [2021-01-14T16:54:15.865Z] ---> b6315221722f [2021-01-14T16:54:15.865Z] Successfully built b6315221722f [2021-01-14T16:54:15.865Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:54:16.186Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T16:54:16.186Z] . [Pipeline] withDockerContainer [2021-01-14T16:54:16.288Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T16:54:16.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-14T16:54:17.182Z] $ docker top 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T16:54:17.726Z] + go version [2021-01-14T16:54:17.726Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-14T16:54:17.741Z] $ docker stop --time=1 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f [2021-01-14T16:54:19.133Z] $ docker rm -f 326e26de1a62cfc4cd061ca5ec236aaab012656381cb1f83e95217f74c67905f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:54:20.140Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-14T16:54:20.141Z] . [Pipeline] withDockerContainer [2021-01-14T16:54:20.244Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T16:54:20.306Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2021-01-14T16:54:21.131Z] $ docker top d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T16:54:21.365Z] ========================================================= [2021-01-14T16:54:21.365Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T16:54:21.365Z] ========================================================= [Pipeline] sh [2021-01-14T16:54:21.659Z] + make test [2021-01-14T16:54:21.659Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T16:54:31.741Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T16:54:46.817Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T16:54:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T16:54:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T16:54:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T16:54:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T16:54:52.499Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T16:54:52.997Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T16:54:53.263Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T16:54:53.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T16:54:54.130Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T16:54:56.727Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T16:54:56.727Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T16:54:56.727Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T16:54:59.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements [2021-01-14T16:54:59.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T16:54:59.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T16:54:59.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T16:54:59.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T16:54:59.335Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T16:55:03.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.284s coverage: 27.0% of statements [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T16:55:03.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T16:55:03.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.041s coverage: 100.0% of statements [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T16:55:03.626Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.175s coverage: 67.9% of statements [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T16:55:03.626Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T16:55:03.904Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.468s coverage: 82.3% of statements [2021-01-14T16:55:03.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T16:55:03.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T16:55:03.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T16:55:03.904Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T16:55:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.375s coverage: 28.6% of statements [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T16:55:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T16:55:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T16:55:05.870Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-01-14T16:55:05.870Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T16:55:06.170Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.139s coverage: 97.5% of statements [2021-01-14T16:55:06.170Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T16:55:06.442Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.055s coverage: 78.3% of statements [2021-01-14T16:55:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T16:55:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T16:55:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T16:55:06.442Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.396s coverage: 93.2% of statements [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.040s coverage: 58.8% of statements [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.028s coverage: 100.0% of statements [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.066s coverage: 75.5% of statements [2021-01-14T16:55:09.806Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-14T16:55:09.806Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements [2021-01-14T16:55:10.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.082s coverage: 84.2% of statements [2021-01-14T16:55:10.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.106s coverage: 91.4% of statements [2021-01-14T16:55:10.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T16:55:11.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2021-01-14T16:55:11.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T16:55:11.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T16:55:11.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-01-14T16:55:11.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-14T16:55:11.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.022s coverage: 100.0% of statements [2021-01-14T16:55:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.064s coverage: 73.7% of statements [2021-01-14T16:55:12.132Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-14T16:55:13.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.434s coverage: 55.9% of statements [2021-01-14T16:55:13.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T16:55:13.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T16:55:13.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T16:55:13.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T16:55:13.155Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T16:55:13.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-01-14T16:55:13.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T16:55:13.751Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T16:55:13.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.333s coverage: 84.0% of statements [2021-01-14T16:55:13.751Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-01-14T16:55:15.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.110s coverage: 47.1% of statements [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T16:55:15.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.066s coverage: 100.0% of statements [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T16:55:15.716Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-01-14T16:55:15.716Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.731s coverage: 29.1% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.061s coverage: 99.0% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T16:55:17.163Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.033s coverage: 87.9% of statements [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T16:55:17.163Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T16:55:17.434Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements [2021-01-14T16:55:17.696Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2021-01-14T16:55:17.958Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-14T16:55:18.221Z] GO111MODULE=on go vet ./... [2021-01-14T16:55:42.520Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-20258 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-14T16:55:42.616Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-14T16:55:44.980Z] gofmt -l . [2021-01-14T16:55:44.980Z] [ "`gofmt -l .`" = "" ] [2021-01-14T16:55:44.980Z] ./bin/test-go-mod-tidy.sh [2021-01-14T16:55:44.980Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T16:55:45.646Z] + ls -al . [2021-01-14T16:55:45.646Z] total 660 [2021-01-14T16:55:45.646Z] drwxrwxr-x 10 1001 1001 4096 Jan 14 16:55 . [2021-01-14T16:55:45.646Z] drwxr-xr-x 4 root root 28 Jan 14 16:54 .. [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 16:52 .dockerignore [2021-01-14T16:55:45.646Z] drwxrwxr-x 8 1001 1001 179 Jan 14 16:52 .git [2021-01-14T16:55:45.646Z] drwxrwxr-x 3 1001 1001 125 Jan 14 16:52 .github [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 16:52 .gitignore [2021-01-14T16:55:45.646Z] drwx------ 3 1001 1001 47 Jan 14 16:53 .semver [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 16:52 .sonarcloud.properties [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 16:52 Attribution.txt [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 16:52 CONTRIBUTING.md [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 16:52 Dockerfile.build [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 16:52 Jenkinsfile [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 16:52 LICENSE [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 16:52 Makefile [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 16:52 README.md [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 16:52 SECURITY.md [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 16:53 VERSION [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 16:52 ZMQWindows.md [2021-01-14T16:55:45.646Z] drwxrwxr-x 2 1001 1001 117 Jan 14 16:52 bin [2021-01-14T16:55:45.646Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 16:52 cmd [2021-01-14T16:55:45.646Z] -rw-r--r-- 1 root root 555118 Jan 14 16:55 coverage.out [2021-01-14T16:55:45.646Z] -rw-r--r-- 1 root root 979 Jan 14 16:55 go.mod [2021-01-14T16:55:45.646Z] -rw-r--r-- 1 root root 19126 Jan 14 16:55 go.sum [2021-01-14T16:55:45.646Z] drwxrwxr-x 8 1001 1001 127 Jan 14 16:52 internal [2021-01-14T16:55:45.646Z] drwxrwxr-x 4 1001 1001 26 Jan 14 16:52 openapi [2021-01-14T16:55:45.646Z] drwxrwxr-x 4 1001 1001 71 Jan 14 16:52 snap [2021-01-14T16:55:45.646Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 16:52 version.go [Pipeline] sh [2021-01-14T16:55:45.952Z] + '[' -e coverage.out ] [2021-01-14T16:55:45.952Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T16:55:46.225Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T16:55:46.534Z] + make build [2021-01-14T16:55:46.534Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T16:55:47.535Z] using credential edgex-jenkins-ssh [2021-01-14T16:55:47.592Z] Cloning the remote Git repository [2021-01-14T16:55:47.651Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T16:55:47.757Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-14T16:55:47.825Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T16:55:47.826Z] > git --version # timeout=10 [2021-01-14T16:55:47.852Z] > git --version # 'git version 2.17.1' [2021-01-14T16:55:47.853Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T16:55:47.940Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T16:55:51.859Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T16:55:58.571Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T16:55:59.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T16:56:01.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T16:56:01.986Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T16:56:03.415Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T16:56:04.961Z] Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:56:03.102Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T16:56:03.117Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T16:56:03.146Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T16:56:03.181Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T16:56:03.182Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T16:56:03.195Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T16:56:04.987Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T16:56:05.364Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T16:56:05.514Z] Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:56:05.515Z] Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) [2021-01-14T16:56:06.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T16:56:05.004Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-14T16:56:05.343Z] > git remote # timeout=10 [2021-01-14T16:56:05.379Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T16:56:05.420Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T16:56:05.435Z] > git merge cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 [2021-01-14T16:56:05.500Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T16:56:05.526Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T16:56:05.544Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-14T16:56:08.289Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T16:56:09.239Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T16:56:09.979Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2021-01-14T16:56:10.641Z] 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] script [Pipeline] { [Pipeline] sh [2021-01-14T16:56:11.611Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] } [2021-01-14T16:56:11.628Z] $ docker stop --time=1 d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 [2021-01-14T16:56:13.330Z] $ docker rm -f d5b3d50547e0a91cf60c9af283c74b7e5ee8ea13ae6ca99ef57368d945d27677 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [2021-01-14T16:56:14.172Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-14T16:56:14.568Z] + sudo service docker restart [2021-01-14T16:56:14.568Z] + true [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:56:15.322Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T16:56:15.322Z] [2021-01-14T16:56:15.322Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:56:15.685Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T16:56:15.685Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-14T16:56:15.685Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-14T16:56:15.685Z] ca9280d653b3: Pulling fs layer [2021-01-14T16:56:15.685Z] 7e9c9ca2126c: Pulling fs layer [2021-01-14T16:56:15.953Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-14T16:56:15.953Z] cbdbe7a5bc2a: Download complete [2021-01-14T16:56:16.537Z] cbdbe7a5bc2a: Pull complete [2021-01-14T16:56:16.537Z] ca9280d653b3: Verifying Checksum [2021-01-14T16:56:16.537Z] ca9280d653b3: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-14T16:56:16.657Z] provisioning config files... [2021-01-14T16:56:16.698Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7185250924576117360tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T16:56:17.134Z] ---> docker-login.sh [2021-01-14T16:56:17.134Z] nexus3.edgexfoundry.org:10001 [2021-01-14T16:56:17.491Z] 7e9c9ca2126c: Verifying Checksum [2021-01-14T16:56:17.492Z] 7e9c9ca2126c: Download complete [2021-01-14T16:56:17.763Z] ca9280d653b3: Pull complete [2021-01-14T16:56:18.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:56:18.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:56:18.394Z] Configure a credential helper to remove this warning. See [2021-01-14T16:56:18.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:56:18.394Z] [2021-01-14T16:56:18.394Z] Login Succeeded [2021-01-14T16:56:18.394Z] nexus3.edgexfoundry.org:10002 [2021-01-14T16:56:18.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:56:18.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:56:18.992Z] Configure a credential helper to remove this warning. See [2021-01-14T16:56:18.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:56:18.992Z] [2021-01-14T16:56:18.992Z] Login Succeeded [2021-01-14T16:56:18.992Z] nexus3.edgexfoundry.org:10003 [2021-01-14T16:56:19.279Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:56:19.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:56:19.559Z] Configure a credential helper to remove this warning. See [2021-01-14T16:56:19.559Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:56:19.559Z] [2021-01-14T16:56:19.559Z] Login Succeeded [2021-01-14T16:56:19.559Z] nexus3.edgexfoundry.org:10004 [2021-01-14T16:56:19.832Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:56:20.108Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:56:20.108Z] Configure a credential helper to remove this warning. See [2021-01-14T16:56:20.108Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:56:20.108Z] [2021-01-14T16:56:20.108Z] Login Succeeded [2021-01-14T16:56:20.108Z] docker.io [2021-01-14T16:56:20.703Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-14T16:56:20.978Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-14T16:56:20.978Z] Configure a credential helper to remove this warning. See [2021-01-14T16:56:20.978Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-14T16:56:20.978Z] [2021-01-14T16:56:20.978Z] Login Succeeded [2021-01-14T16:56:20.978Z] ---> docker-login.sh ends [Pipeline] } [2021-01-14T16:56:20.996Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-14T16:56:21.487Z] ========================================================= [2021-01-14T16:56:21.487Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-14T16:56:21.487Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:56:21.898Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-14T16:56:24.440Z] 7e9c9ca2126c: Pull complete [2021-01-14T16:56:24.440Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-14T16:56:24.440Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T16:56:24.440Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-14T16:56:24.562Z] Sending build context to Docker daemon 165.5MB [2021-01-14T16:56:24.563Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-14T16:56:24.563Z] Step 2/6 : FROM ${BASE} [2021-01-14T16:56:24.563Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-14T16:56:24.563Z] 5f621e34cdf4: Pulling fs layer [2021-01-14T16:56:24.563Z] a4357932f1b6: Pulling fs layer [2021-01-14T16:56:24.563Z] 18c013af1878: Pulling fs layer [2021-01-14T16:56:24.563Z] 00ac8860ef70: Pulling fs layer [2021-01-14T16:56:24.563Z] 63d7cb157983: Pulling fs layer [2021-01-14T16:56:24.563Z] b116817d02f9: Pulling fs layer [2021-01-14T16:56:24.563Z] 745a02a5169b: Pulling fs layer [2021-01-14T16:56:24.563Z] 00ac8860ef70: Waiting [2021-01-14T16:56:24.563Z] 63d7cb157983: Waiting [2021-01-14T16:56:24.563Z] b116817d02f9: Waiting [2021-01-14T16:56:24.563Z] 745a02a5169b: Waiting [2021-01-14T16:56:24.563Z] 18c013af1878: Verifying Checksum [2021-01-14T16:56:24.563Z] 18c013af1878: Download complete [2021-01-14T16:56:24.563Z] a4357932f1b6: Verifying Checksum [2021-01-14T16:56:24.563Z] a4357932f1b6: Download complete [2021-01-14T16:56:24.563Z] 63d7cb157983: Verifying Checksum [2021-01-14T16:56:24.563Z] 63d7cb157983: Download complete [2021-01-14T16:56:24.563Z] b116817d02f9: Verifying Checksum [2021-01-14T16:56:24.563Z] b116817d02f9: Download complete [2021-01-14T16:56:24.563Z] 5f621e34cdf4: Download complete [2021-01-14T16:56:24.703Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T16:56:24.837Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T16:56:25.187Z] 5f621e34cdf4: Pull complete [2021-01-14T16:56:25.465Z] a4357932f1b6: Pull complete [2021-01-14T16:56:26.065Z] 18c013af1878: Pull complete [2021-01-14T16:56:26.744Z] $ docker top 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T16:56:27.051Z] 745a02a5169b: Verifying Checksum [2021-01-14T16:56:27.051Z] 745a02a5169b: Download complete [2021-01-14T16:56:27.315Z] + docker-compose build --help [2021-01-14T16:56:27.315Z] + grep parallel [2021-01-14T16:56:28.264Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T16:56:28.542Z] $ docker stop --time=1 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 [2021-01-14T16:56:29.059Z] 00ac8860ef70: Verifying Checksum [2021-01-14T16:56:29.059Z] 00ac8860ef70: Download complete [2021-01-14T16:56:29.930Z] $ docker rm -f 7fab9aa4b97f39bbc6235bb800e87306c1a0a9ff7b13ce79ab58aa6181f17b44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:56:30.642Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-14T16:56:30.642Z] . [Pipeline] withDockerContainer [2021-01-14T16:56:30.754Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T16:56:30.808Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-14T16:56:31.572Z] $ docker top da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T16:56:32.095Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T16:56:33.048Z] Building docker-core-command-go ... [2021-01-14T16:56:33.048Z] Building docker-core-data-go ... [2021-01-14T16:56:33.048Z] Building docker-core-metadata-go ... [2021-01-14T16:56:33.048Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T16:56:33.048Z] Building docker-security-proxy-setup-go ... [2021-01-14T16:56:33.048Z] Building docker-security-secretstore-setup-go ... [2021-01-14T16:56:33.048Z] Building docker-support-notifications-go ... [2021-01-14T16:56:33.048Z] Building docker-support-scheduler-go ... [2021-01-14T16:56:33.048Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T16:56:33.048Z] Building docker-support-notifications-go [2021-01-14T16:56:33.048Z] Building docker-security-bootstrap-redis-go [2021-01-14T16:56:33.048Z] Building docker-security-proxy-setup-go [2021-01-14T16:56:33.048Z] Building docker-core-data-go [2021-01-14T16:56:33.048Z] Building docker-support-scheduler-go [2021-01-14T16:56:39.254Z] 00ac8860ef70: Pull complete [2021-01-14T16:56:39.254Z] 63d7cb157983: Pull complete [2021-01-14T16:56:39.254Z] b116817d02f9: Pull complete [2021-01-14T16:56:42.654Z] 745a02a5169b: Pull complete [2021-01-14T16:56:42.654Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-14T16:56:42.654Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-14T16:56:42.654Z] ---> b7e6874047d6 [2021-01-14T16:56:42.654Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-14T16:56:46.039Z] ---> Running in 3fe81c85bdb1 [2021-01-14T16:56:46.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T16:56:47.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T16:56:48.228Z] (1/12) Installing libmagic (5.38-r0) [2021-01-14T16:56:48.499Z] (2/12) Installing file (5.38-r0) [2021-01-14T16:56:48.499Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-14T16:56:48.499Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-14T16:56:56.761Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-14T16:56:56.761Z] (6/12) Installing patch (2.7.6-r6) [2021-01-14T16:56:56.761Z] (7/12) Installing build-base (0.5-r2) [2021-01-14T16:56:56.761Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-14T16:56:56.761Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-14T16:56:56.761Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-14T16:56:56.761Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-14T16:56:56.761Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-14T16:56:56.761Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T16:56:56.761Z] OK: 217 MiB in 51 packages [2021-01-14T16:57:01.072Z] Removing intermediate container 3fe81c85bdb1 [2021-01-14T16:57:01.072Z] ---> d5ae6bf70bc9 [2021-01-14T16:57:01.072Z] Step 4/6 : WORKDIR /edgex-go [2021-01-14T16:57:01.072Z] ---> Running in e345e2e15710 [2021-01-14T16:57:01.072Z] Removing intermediate container e345e2e15710 [2021-01-14T16:57:01.072Z] ---> 77356ed4c450 [2021-01-14T16:57:01.072Z] Step 5/6 : COPY go.mod . [2021-01-14T16:57:01.674Z] ---> 85039b8aedfd [2021-01-14T16:57:01.674Z] Step 6/6 : RUN go mod download [2021-01-14T16:57:01.948Z] ---> Running in 6eb8e7ba88c4 [2021-01-14T16:57:05.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:57:05.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:57:05.397Z] ---> b6315221722f [2021-01-14T16:57:05.397Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T16:57:05.397Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:57:05.397Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:57:05.397Z] ---> b6315221722f [2021-01-14T16:57:05.397Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T16:57:05.397Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:57:05.397Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:57:05.397Z] ---> b6315221722f [2021-01-14T16:57:05.397Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T16:57:05.397Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:57:05.397Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:57:05.397Z] ---> b6315221722f [2021-01-14T16:57:05.397Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T16:57:05.397Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:57:05.397Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:57:05.397Z] ---> b6315221722f [2021-01-14T16:57:05.397Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T16:57:05.980Z] ---> Running in 398a6fcf3999 [2021-01-14T16:57:05.980Z] ---> Running in 5282e9a0e106 [2021-01-14T16:57:05.980Z] ---> Running in f8a5ed4cc9fd [2021-01-14T16:57:05.980Z] ---> Running in 0405fa55a98a [2021-01-14T16:57:05.980Z] ---> Running in 38430c3e63f2 [2021-01-14T16:57:06.246Z] Removing intermediate container 398a6fcf3999 [2021-01-14T16:57:06.246Z] ---> 96c37464e016 [2021-01-14T16:57:06.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:57:06.246Z] Removing intermediate container f8a5ed4cc9fd [2021-01-14T16:57:06.246Z] ---> 7a874f549ff5 [2021-01-14T16:57:06.246Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:57:06.246Z] Removing intermediate container 0405fa55a98a [2021-01-14T16:57:06.246Z] ---> 86006d9b5038 [2021-01-14T16:57:06.246Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:57:06.246Z] Removing intermediate container 38430c3e63f2 [2021-01-14T16:57:06.246Z] ---> 6285f3ec1db4 [2021-01-14T16:57:06.246Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:57:06.510Z] Removing intermediate container 5282e9a0e106 [2021-01-14T16:57:06.510Z] ---> 566e70a4bcd7 [2021-01-14T16:57:06.510Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:57:06.510Z] ---> Running in 88964365347b [2021-01-14T16:57:06.510Z] ---> Running in 1696e7d69115 [2021-01-14T16:57:06.510Z] ---> Running in 1a8f90f273a1 [2021-01-14T16:57:06.510Z] ---> Running in 5886ab8a307f [2021-01-14T16:57:06.510Z] ---> Running in 048a3ed18ef9 [2021-01-14T16:57:09.114Z] Removing intermediate container 1696e7d69115 [2021-01-14T16:57:09.114Z] ---> a99d42537c3b [2021-01-14T16:57:09.114Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T16:57:09.114Z] Removing intermediate container 048a3ed18ef9 [2021-01-14T16:57:09.114Z] ---> fe7abdd90088 [2021-01-14T16:57:09.114Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T16:57:09.114Z] Removing intermediate container 1a8f90f273a1 [2021-01-14T16:57:09.114Z] ---> e10a9a05ed40 [2021-01-14T16:57:09.114Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T16:57:09.376Z] Removing intermediate container 88964365347b [2021-01-14T16:57:09.376Z] ---> b12859d3b8be [2021-01-14T16:57:09.376Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T16:57:09.376Z] ---> Running in beace29ba0bb [2021-01-14T16:57:09.376Z] Removing intermediate container 5886ab8a307f [2021-01-14T16:57:09.376Z] ---> 5bddae3a2f2f [2021-01-14T16:57:09.376Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T16:57:09.376Z] ---> Running in c57b347a14a6 [2021-01-14T16:57:09.376Z] ---> Running in 450ca23172e2 [2021-01-14T16:57:09.638Z] ---> Running in af17eb6773a4 [2021-01-14T16:57:09.638Z] ---> Running in f6b0ffbca508 [2021-01-14T16:57:11.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.046Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:11.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:12.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:12.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:57:12.755Z] OK: 233 MiB in 51 packages [2021-01-14T16:57:12.755Z] OK: 233 MiB in 51 packages [2021-01-14T16:57:12.755Z] OK: 233 MiB in 51 packages [2021-01-14T16:57:12.755Z] OK: 233 MiB in 51 packages [2021-01-14T16:57:13.035Z] OK: 233 MiB in 51 packages [2021-01-14T16:57:13.633Z] Removing intermediate container 450ca23172e2 [2021-01-14T16:57:13.633Z] ---> 6115938af5bb [2021-01-14T16:57:13.633Z] Step 6/24 : COPY go.mod . [2021-01-14T16:57:13.633Z] Removing intermediate container c57b347a14a6 [2021-01-14T16:57:13.633Z] ---> 744a9a6a5d9a [2021-01-14T16:57:13.633Z] Step 6/21 : COPY go.mod . [2021-01-14T16:57:13.902Z] Removing intermediate container f6b0ffbca508 [2021-01-14T16:57:13.902Z] ---> 5731ccd1ee25 [2021-01-14T16:57:13.902Z] Step 6/21 : COPY go.mod . [2021-01-14T16:57:13.902Z] ---> 72763bf69521 [2021-01-14T16:57:13.902Z] Step 7/24 : RUN go mod download [2021-01-14T16:57:13.902Z] Removing intermediate container af17eb6773a4 [2021-01-14T16:57:13.902Z] ---> 50151282ddf8 [2021-01-14T16:57:13.902Z] Step 6/23 : COPY go.mod . [2021-01-14T16:57:13.902Z] Removing intermediate container beace29ba0bb [2021-01-14T16:57:13.902Z] ---> 178322bc381e [2021-01-14T16:57:13.902Z] Step 6/22 : COPY go.mod . [2021-01-14T16:57:14.168Z] ---> Running in 46d42159158b [2021-01-14T16:57:14.168Z] ---> 0e192c320522 [2021-01-14T16:57:14.168Z] Step 7/21 : RUN go mod download [2021-01-14T16:57:14.168Z] ---> 24c7cdeec362 [2021-01-14T16:57:14.168Z] Step 7/21 : RUN go mod download [2021-01-14T16:57:14.431Z] ---> Running in 3aced57e2291 [2021-01-14T16:57:14.431Z] ---> Running in 65089f8e83e3 [2021-01-14T16:57:14.705Z] ---> df22992c8784 [2021-01-14T16:57:14.705Z] Step 7/22 : RUN go mod download [2021-01-14T16:57:14.705Z] ---> 9f51557be595 [2021-01-14T16:57:14.705Z] Step 7/23 : RUN go mod download [2021-01-14T16:57:14.705Z] ---> Running in 0061dd84587d [2021-01-14T16:57:14.976Z] ---> Running in c16223682ca4 [2021-01-14T16:57:17.604Z] Removing intermediate container 65089f8e83e3 [2021-01-14T16:57:17.604Z] ---> 2b8efe1d5704 [2021-01-14T16:57:17.604Z] Step 8/21 : COPY . . [2021-01-14T16:57:17.604Z] Removing intermediate container 46d42159158b [2021-01-14T16:57:17.604Z] ---> ba2e36e073a3 [2021-01-14T16:57:17.604Z] Step 8/24 : COPY . . [2021-01-14T16:57:17.604Z] Removing intermediate container c16223682ca4 [2021-01-14T16:57:17.604Z] ---> a8ae2cdd6b9d [2021-01-14T16:57:17.604Z] Step 8/23 : COPY . . [2021-01-14T16:57:17.605Z] Removing intermediate container 3aced57e2291 [2021-01-14T16:57:17.605Z] ---> ab78c2e10c75 [2021-01-14T16:57:17.605Z] Step 8/21 : COPY . . [2021-01-14T16:57:17.605Z] Removing intermediate container 0061dd84587d [2021-01-14T16:57:17.605Z] ---> 9097e777d5b2 [2021-01-14T16:57:17.605Z] Step 8/22 : COPY . . [2021-01-14T16:57:28.754Z] Removing intermediate container 6eb8e7ba88c4 [2021-01-14T16:57:28.754Z] ---> d14f8dbfd069 [2021-01-14T16:57:28.754Z] Successfully built d14f8dbfd069 [2021-01-14T16:57:28.754Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:57:29.095Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T16:57:29.095Z] . [Pipeline] withDockerContainer [2021-01-14T16:57:29.368Z] prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container [2021-01-14T16:57:29.451Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-01-14T16:57:30.990Z] $ docker top e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T16:57:32.073Z] + go version [2021-01-14T16:57:32.073Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-14T16:57:32.106Z] $ docker stop --time=1 e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 [2021-01-14T16:57:34.106Z] $ docker rm -f e266b25409969feb4506a5b29ed4c243eeb01d7724ce5001513c763170de00a0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T16:57:35.366Z] + docker inspect -f . ci-base-image-arm64 [2021-01-14T16:57:35.366Z] . [Pipeline] withDockerContainer [2021-01-14T16:57:35.631Z] prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container [2021-01-14T16:57:35.710Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-arm64 cat [2021-01-14T16:57:37.158Z] $ docker top 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-14T16:57:37.600Z] ========================================================= [2021-01-14T16:57:37.600Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-14T16:57:37.600Z] ========================================================= [Pipeline] sh [2021-01-14T16:57:38.250Z] + make test [2021-01-14T16:57:38.250Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-14T16:57:56.633Z] ---> 4f5280df7af8 [2021-01-14T16:57:56.633Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T16:57:56.633Z] ---> c885fb23e1a6 [2021-01-14T16:57:56.633Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T16:57:56.633Z] ---> 20b7674199fd [2021-01-14T16:57:56.633Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T16:57:56.633Z] ---> 4398e514e43b [2021-01-14T16:57:56.633Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T16:57:56.633Z] ---> Running in 867112d24f87 [2021-01-14T16:57:56.633Z] ---> Running in d99e74512360 [2021-01-14T16:57:56.633Z] ---> Running in 69e2dc575e83 [2021-01-14T16:57:56.633Z] ---> 8ffdea5477f0 [2021-01-14T16:57:56.633Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T16:57:56.633Z] ---> Running in a46054fe688c [2021-01-14T16:57:56.633Z] ---> Running in d25d9e597496 [2021-01-14T16:57:56.633Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T16:57:56.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T16:57:56.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T16:57:56.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T16:57:56.633Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T16:58:05.125Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-14T16:58:23.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T16:58:26.762Z] Removing intermediate container d99e74512360 [2021-01-14T16:58:26.762Z] ---> 8f113306d2ee [2021-01-14T16:58:26.762Z] [2021-01-14T16:58:26.762Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T16:58:26.762Z] 3.12: Pulling from library/alpine [2021-01-14T16:58:27.720Z] Removing intermediate container 867112d24f87 [2021-01-14T16:58:27.720Z] ---> b36cb5bae361 [2021-01-14T16:58:27.720Z] [2021-01-14T16:58:27.720Z] Step 10/21 : FROM scratch [2021-01-14T16:58:27.720Z] ---> [2021-01-14T16:58:27.720Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T16:58:27.720Z] Removing intermediate container a46054fe688c [2021-01-14T16:58:27.720Z] ---> bbf37b0973a5 [2021-01-14T16:58:27.720Z] [2021-01-14T16:58:27.720Z] Step 10/24 : FROM scratch [2021-01-14T16:58:27.720Z] ---> [2021-01-14T16:58:27.720Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T16:58:27.720Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T16:58:27.720Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T16:58:27.720Z] ---> 389fef711851 [2021-01-14T16:58:27.720Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T16:58:27.990Z] ---> Running in dcbf7fc27bf9 [2021-01-14T16:58:27.990Z] ---> Running in 94006df3fa8d [2021-01-14T16:58:27.990Z] ---> Running in 5b79c302fd97 [2021-01-14T16:58:28.261Z] Removing intermediate container 94006df3fa8d [2021-01-14T16:58:28.261Z] ---> bc4aa26f6995 [2021-01-14T16:58:28.261Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T16:58:28.261Z] Removing intermediate container 5b79c302fd97 [2021-01-14T16:58:28.261Z] ---> eb243dd38f5a [2021-01-14T16:58:28.261Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T16:58:28.261Z] ---> Running in 7cba7bc60cde [2021-01-14T16:58:28.541Z] ---> Running in bd3278daa883 [2021-01-14T16:58:29.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:29.493Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:29.493Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T16:58:30.147Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T16:58:30.147Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T16:58:30.410Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T16:58:30.410Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T16:58:30.410Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T16:58:30.410Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T16:58:30.410Z] OK: 7 MiB in 19 packages [2021-01-14T16:58:30.982Z] Removing intermediate container bd3278daa883 [2021-01-14T16:58:30.982Z] ---> 08a94ae3b7c6 [2021-01-14T16:58:30.982Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T16:58:30.982Z] Removing intermediate container 7cba7bc60cde [2021-01-14T16:58:30.982Z] ---> ecc5269b1dd4 [2021-01-14T16:58:30.982Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T16:58:31.256Z] ---> Running in b4757e3ed178 [2021-01-14T16:58:31.256Z] ---> Running in 634c60c4ebdf [2021-01-14T16:58:31.256Z] Removing intermediate container d25d9e597496 [2021-01-14T16:58:31.256Z] ---> c25ebc965452 [2021-01-14T16:58:31.256Z] [2021-01-14T16:58:31.256Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T16:58:31.256Z] ---> 389fef711851 [2021-01-14T16:58:31.256Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T16:58:31.517Z] ---> Running in 92490288f43d [2021-01-14T16:58:32.475Z] Removing intermediate container b4757e3ed178 [2021-01-14T16:58:32.475Z] ---> 537c87ba8af5 [2021-01-14T16:58:32.475Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T16:58:32.741Z] Removing intermediate container 634c60c4ebdf [2021-01-14T16:58:32.741Z] ---> ea798b282bb5 [2021-01-14T16:58:32.741Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T16:58:33.322Z] Removing intermediate container dcbf7fc27bf9 [2021-01-14T16:58:33.322Z] ---> bfd38801586c [2021-01-14T16:58:33.322Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T16:58:34.269Z] ---> 27309d3c2ff1 [2021-01-14T16:58:34.269Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T16:58:34.269Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:34.540Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:34.540Z] ---> feb6500112ef [2021-01-14T16:58:34.540Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T16:58:34.540Z] ---> Running in a11e9f4d3e00 [2021-01-14T16:58:34.807Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T16:58:34.807Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T16:58:34.807Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T16:58:34.807Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T16:58:34.807Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T16:58:35.071Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T16:58:35.333Z] OK: 7 MiB in 18 packages [2021-01-14T16:58:35.333Z] Removing intermediate container 69e2dc575e83 [2021-01-14T16:58:35.333Z] ---> 499578745b00 [2021-01-14T16:58:35.333Z] [2021-01-14T16:58:35.333Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T16:58:36.279Z] ---> 389fef711851 [2021-01-14T16:58:36.279Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T16:58:36.279Z] Removing intermediate container a11e9f4d3e00 [2021-01-14T16:58:36.279Z] ---> 0a1aeb26d739 [2021-01-14T16:58:36.279Z] Step 13/22 : WORKDIR / [2021-01-14T16:58:36.279Z] ---> 377c04358228 [2021-01-14T16:58:36.279Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T16:58:36.279Z] ---> Running in 1b6fc2039d0b [2021-01-14T16:58:36.279Z] ---> f7f34978ea9b [2021-01-14T16:58:36.279Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T16:58:36.541Z] ---> Running in 4383d7cf0c55 [2021-01-14T16:58:37.116Z] ---> b9c72cf6133c [2021-01-14T16:58:37.116Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T16:58:37.116Z] Removing intermediate container 1b6fc2039d0b [2021-01-14T16:58:37.116Z] ---> 0efefd4b8581 [2021-01-14T16:58:37.116Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T16:58:37.689Z] ---> Running in 4fb4bc19d97a [2021-01-14T16:58:37.689Z] ---> Running in e599e6f70178 [2021-01-14T16:58:37.689Z] Removing intermediate container 4383d7cf0c55 [2021-01-14T16:58:37.689Z] ---> 55238015ba36 [2021-01-14T16:58:37.689Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T16:58:37.689Z] Removing intermediate container 92490288f43d [2021-01-14T16:58:37.689Z] ---> c4bfb15424d4 [2021-01-14T16:58:37.689Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T16:58:37.689Z] ---> ef8e39d148cb [2021-01-14T16:58:37.689Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T16:58:38.008Z] ---> Running in 98cb97f33762 [2021-01-14T16:58:38.008Z] Removing intermediate container e599e6f70178 [2021-01-14T16:58:38.008Z] ---> 7855197b1810 [2021-01-14T16:58:38.008Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T16:58:38.008Z] Removing intermediate container 4fb4bc19d97a [2021-01-14T16:58:38.008Z] ---> 630ffdeae8fc [2021-01-14T16:58:38.008Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T16:58:38.292Z] ---> Running in af633a0729fc [2021-01-14T16:58:38.292Z] ---> Running in 66d216db53ae [2021-01-14T16:58:38.292Z] ---> 0144fd2e993b [2021-01-14T16:58:38.292Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T16:58:38.292Z] ---> ae1b4e2ac29d [2021-01-14T16:58:38.292Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T16:58:38.292Z] Removing intermediate container 98cb97f33762 [2021-01-14T16:58:38.292Z] ---> 1ea52837e528 [2021-01-14T16:58:38.292Z] Step 13/21 : WORKDIR /edgex [2021-01-14T16:58:38.623Z] ---> Running in 69dca9eac34b [2021-01-14T16:58:38.623Z] Removing intermediate container af633a0729fc [2021-01-14T16:58:38.623Z] ---> 9078727641b7 [2021-01-14T16:58:38.623Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T16:58:38.623Z] Removing intermediate container 66d216db53ae [2021-01-14T16:58:38.623Z] ---> 186c9dc9447c [2021-01-14T16:58:38.623Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:58:38.898Z] ---> Running in 6ec74fe172d5 [2021-01-14T16:58:38.898Z] ---> Running in 55f5679345d9 [2021-01-14T16:58:38.898Z] ---> 02a1cbe041b7 [2021-01-14T16:58:38.898Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T16:58:38.898Z] ---> eba26e1c7fc0 [2021-01-14T16:58:38.898Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T16:58:39.161Z] Removing intermediate container 69dca9eac34b [2021-01-14T16:58:39.161Z] ---> f77aca446bf0 [2021-01-14T16:58:39.161Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T16:58:39.427Z] Removing intermediate container 6ec74fe172d5 [2021-01-14T16:58:39.427Z] ---> 22ffdb2a5f50 [2021-01-14T16:58:39.427Z] Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:58:39.427Z] ---> ef41734cd137 [2021-01-14T16:58:39.427Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T16:58:39.427Z] ---> Running in 183084a62da9 [2021-01-14T16:58:39.427Z] ---> aa97133afb63 [2021-01-14T16:58:39.427Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T16:58:40.003Z] ---> e1be282dbc08 [2021-01-14T16:58:40.003Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T16:58:40.273Z] ---> Running in 7cdbcb2c61b7 [2021-01-14T16:58:40.273Z] ---> 178a1a23c64c [2021-01-14T16:58:40.273Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T16:58:40.273Z] ---> f4708695bd15 [2021-01-14T16:58:40.273Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T16:58:40.273Z] Removing intermediate container 183084a62da9 [2021-01-14T16:58:40.273Z] ---> 64a49b06006c [2021-01-14T16:58:40.273Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T16:58:40.547Z] ---> Running in 1471927554f0 [2021-01-14T16:58:40.547Z] ---> Running in 53e90df38834 [2021-01-14T16:58:40.547Z] Removing intermediate container 7cdbcb2c61b7 [2021-01-14T16:58:40.547Z] ---> 44f340b86955 [2021-01-14T16:58:40.547Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T16:58:41.510Z] ---> Running in 06cf3cfe3886 [2021-01-14T16:58:41.510Z] Removing intermediate container 53e90df38834 [2021-01-14T16:58:41.510Z] ---> 58b5b454262b [2021-01-14T16:58:41.510Z] [2021-01-14T16:58:41.782Z] ---> 7d2f70be87b8 [2021-01-14T16:58:41.782Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T16:58:41.782Z] Removing intermediate container 55f5679345d9 [2021-01-14T16:58:41.782Z] ---> 698c997ab80c [2021-01-14T16:58:41.782Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T16:58:41.782Z] Removing intermediate container 06cf3cfe3886 [2021-01-14T16:58:41.782Z] ---> c89c398e3d04 [2021-01-14T16:58:41.782Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T16:58:41.782Z] ---> Running in 79e1a75be87b [2021-01-14T16:58:42.069Z] ---> Running in 92c64f8c16e8 [2021-01-14T16:58:42.069Z] Successfully built 58b5b454262b [2021-01-14T16:58:42.069Z] ---> Running in c720c7706570 [2021-01-14T16:58:42.069Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-14T16:58:42.069Z] Building docker-core-metadata-go [2021-01-14T16:58:42.340Z]  Building docker-support-scheduler-go ... done Removing intermediate container 79e1a75be87b [2021-01-14T16:58:42.340Z] ---> 407e15977c73 [2021-01-14T16:58:42.340Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T16:58:42.340Z] Removing intermediate container c720c7706570 [2021-01-14T16:58:42.340Z] ---> 99169c247fdb [2021-01-14T16:58:42.340Z] Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:58:42.340Z] ---> Running in 201e37ef694b [2021-01-14T16:58:42.601Z] ---> Running in 9940a31e8267 [2021-01-14T16:58:42.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:42.868Z] Removing intermediate container 9940a31e8267 [2021-01-14T16:58:42.868Z] ---> 2f3387c8e137 [2021-01-14T16:58:42.868Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T16:58:42.868Z] Removing intermediate container 201e37ef694b [2021-01-14T16:58:42.868Z] ---> b23d3d3db7be [2021-01-14T16:58:42.868Z] Step 19/21 : LABEL arch=x86_64 [2021-01-14T16:58:43.144Z] ---> Running in 6aff5dcc34d0 [2021-01-14T16:58:43.144Z] ---> Running in ed55a0b4439d [2021-01-14T16:58:43.144Z] Removing intermediate container 1471927554f0 [2021-01-14T16:58:43.144Z] ---> be8f60a0841c [2021-01-14T16:58:43.144Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T16:58:43.409Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:58:43.409Z] ---> Running in c5620b3877ff [2021-01-14T16:58:43.409Z] Removing intermediate container 6aff5dcc34d0 [2021-01-14T16:58:43.409Z] ---> 13dcf6213d02 [2021-01-14T16:58:43.409Z] [2021-01-14T16:58:43.409Z] Removing intermediate container ed55a0b4439d [2021-01-14T16:58:43.409Z] ---> 1b53c88d3712 [2021-01-14T16:58:43.409Z] Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:58:43.670Z] ---> Running in 16097a2be0be [2021-01-14T16:58:43.670Z] Successfully built 13dcf6213d02 [2021-01-14T16:58:43.670Z] Successfully tagged docker-support-notifications-go:latest [2021-01-14T16:58:43.670Z]  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go [2021-01-14T16:58:43.670Z] Removing intermediate container c5620b3877ff [2021-01-14T16:58:43.670Z] ---> 83b68b25e26f [2021-01-14T16:58:43.670Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T16:58:43.934Z] Removing intermediate container 16097a2be0be [2021-01-14T16:58:43.934Z] ---> ce70fb6260e9 [2021-01-14T16:58:43.934Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T16:58:43.934Z] ---> Running in a837f2b0bfa3 [2021-01-14T16:58:43.934Z] ---> Running in b8606e2c25b2 [2021-01-14T16:58:44.185Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-14T16:58:44.196Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T16:58:44.463Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T16:58:44.732Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T16:58:45.004Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T16:58:45.592Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T16:58:45.592Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T16:58:45.592Z] OK: 8 MiB in 19 packages [2021-01-14T16:58:49.890Z] Removing intermediate container a837f2b0bfa3 [2021-01-14T16:58:49.890Z] ---> bd772c5c2364 [2021-01-14T16:58:49.890Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:58:49.890Z] Removing intermediate container b8606e2c25b2 [2021-01-14T16:58:49.890Z] ---> 0c8c48873d2e [2021-01-14T16:58:49.890Z] [2021-01-14T16:58:49.890Z] ---> Running in fd87885ff2dc [2021-01-14T16:58:49.890Z] Successfully built 0c8c48873d2e [2021-01-14T16:58:49.890Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-14T16:58:49.890Z] Building docker-sys-mgmt-agent-go [2021-01-14T16:58:50.156Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container fd87885ff2dc [2021-01-14T16:58:50.156Z] ---> f3c763004db2 [2021-01-14T16:58:50.156Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T16:58:50.156Z] Removing intermediate container 92c64f8c16e8 [2021-01-14T16:58:50.156Z] ---> 6d512ef4bb1e [2021-01-14T16:58:50.156Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T16:58:58.365Z] ---> Running in ec4567c38f34 [2021-01-14T16:59:00.307Z] ---> e109ca8c9da4 [2021-01-14T16:59:00.307Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T16:59:01.282Z] Removing intermediate container ec4567c38f34 [2021-01-14T16:59:01.282Z] ---> 63d41ad658de [2021-01-14T16:59:01.282Z] [2021-01-14T16:59:01.576Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:59:01.576Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:59:01.576Z] ---> b6315221722f [2021-01-14T16:59:01.576Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T16:59:01.576Z] ---> Using cache [2021-01-14T16:59:01.576Z] ---> 566e70a4bcd7 [2021-01-14T16:59:01.576Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:59:01.576Z] ---> Using cache [2021-01-14T16:59:01.576Z] ---> fe7abdd90088 [2021-01-14T16:59:01.576Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T16:59:01.576Z] Successfully built 63d41ad658de [2021-01-14T16:59:01.576Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-14T16:59:01.576Z] Building docker-core-command-go [2021-01-14T16:59:01.859Z]  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:59:01.859Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:59:01.859Z] ---> b6315221722f [2021-01-14T16:59:01.859Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T16:59:01.859Z] ---> Using cache [2021-01-14T16:59:01.859Z] ---> 566e70a4bcd7 [2021-01-14T16:59:01.859Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:59:01.859Z] ---> Using cache [2021-01-14T16:59:01.859Z] ---> fe7abdd90088 [2021-01-14T16:59:01.859Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T16:59:03.270Z] ---> Running in 981fb8310dab [2021-01-14T16:59:03.270Z] ---> Running in 83cacfc8f95a [2021-01-14T16:59:04.714Z] ---> 45e33636551a [2021-01-14T16:59:04.714Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T16:59:06.490Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-14T16:59:06.491Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-14T16:59:07.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:07.323Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:07.323Z] ---> 59dc1f80ede5 [2021-01-14T16:59:07.323Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T16:59:07.591Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:07.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:07.855Z] ---> Running in 3e4c4bf070de [2021-01-14T16:59:08.446Z] OK: 233 MiB in 51 packages [2021-01-14T16:59:08.446Z] Removing intermediate container 3e4c4bf070de [2021-01-14T16:59:08.446Z] ---> 9a2bb0dc7009 [2021-01-14T16:59:08.446Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T16:59:08.446Z] OK: 233 MiB in 51 packages [2021-01-14T16:59:08.712Z] ---> Running in d0381f02a5d2 [2021-01-14T16:59:09.291Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:59:09.291Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:59:09.291Z] ---> b6315221722f [2021-01-14T16:59:09.291Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T16:59:09.291Z] ---> Using cache [2021-01-14T16:59:09.291Z] ---> 566e70a4bcd7 [2021-01-14T16:59:09.291Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:59:09.291Z] ---> Using cache [2021-01-14T16:59:09.291Z] ---> fe7abdd90088 [2021-01-14T16:59:09.291Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T16:59:09.869Z] Removing intermediate container d0381f02a5d2 [2021-01-14T16:59:09.869Z] ---> 339ddb14d03b [2021-01-14T16:59:09.869Z] Step 21/23 : LABEL arch=x86_64 [2021-01-14T16:59:10.134Z] ---> Running in 0bdb0c0bcb36 [2021-01-14T16:59:10.134Z] ---> Running in f69b80ee97f4 [2021-01-14T16:59:10.400Z] Removing intermediate container 981fb8310dab [2021-01-14T16:59:10.400Z] ---> e4d546639f8c [2021-01-14T16:59:10.400Z] Step 6/24 : COPY go.mod . [2021-01-14T16:59:10.667Z] Removing intermediate container 83cacfc8f95a [2021-01-14T16:59:10.667Z] ---> 46eb4aecff98 [2021-01-14T16:59:10.667Z] Step 6/22 : COPY go.mod . [2021-01-14T16:59:10.667Z] Removing intermediate container f69b80ee97f4 [2021-01-14T16:59:10.667Z] ---> 745177ea6a02 [2021-01-14T16:59:10.668Z] Step 22/23 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T16:59:11.248Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:11.515Z] ---> Running in e732a799c890 [2021-01-14T16:59:11.785Z] ---> 30e5709c6e32 [2021-01-14T16:59:11.785Z] Step 7/22 : RUN go mod download [2021-01-14T16:59:11.785Z] ---> 697b7d7109e8 [2021-01-14T16:59:11.785Z] Step 7/24 : RUN go mod download [2021-01-14T16:59:11.927Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-14T16:59:11.927Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-14T16:59:11.927Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-14T16:59:12.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T16:59:12.322Z] ---> Running in af235481c032 [2021-01-14T16:59:12.759Z] OK: 233 MiB in 51 packages [2021-01-14T16:59:13.031Z] ---> Running in 723ff51c75a2 [2021-01-14T16:59:13.031Z] Removing intermediate container e732a799c890 [2021-01-14T16:59:13.031Z] ---> 0192b82e4145 [2021-01-14T16:59:13.031Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T16:59:13.994Z] ---> Running in 0131dc8839ae [2021-01-14T16:59:14.581Z] Removing intermediate container 0131dc8839ae [2021-01-14T16:59:14.581Z] ---> afab07923db1 [2021-01-14T16:59:14.581Z] [2021-01-14T16:59:14.845Z] Successfully built afab07923db1 [2021-01-14T16:59:15.110Z] Successfully tagged docker-core-data-go:latest [2021-01-14T16:59:15.110Z]  Building docker-core-data-go ... done Removing intermediate container 0bdb0c0bcb36 [2021-01-14T16:59:15.110Z] ---> cf7cbed667b6 [2021-01-14T16:59:15.110Z] Step 6/26 : COPY go.mod . [2021-01-14T16:59:16.066Z] ---> e086c8987d18 [2021-01-14T16:59:16.066Z] Step 7/26 : RUN go mod download [2021-01-14T16:59:16.331Z] ---> Running in f5d831be9da5 [2021-01-14T16:59:16.930Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T16:59:16.930Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T16:59:16.930Z] ---> b6315221722f [2021-01-14T16:59:16.930Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T16:59:16.930Z] ---> Using cache [2021-01-14T16:59:16.930Z] ---> 566e70a4bcd7 [2021-01-14T16:59:16.930Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T16:59:16.930Z] ---> Using cache [2021-01-14T16:59:16.930Z] ---> fe7abdd90088 [2021-01-14T16:59:16.930Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T16:59:16.930Z] ---> Using cache [2021-01-14T16:59:16.930Z] ---> 46eb4aecff98 [2021-01-14T16:59:16.930Z] Step 6/22 : COPY go.mod . [2021-01-14T16:59:16.930Z] ---> Using cache [2021-01-14T16:59:16.930Z] ---> 30e5709c6e32 [2021-01-14T16:59:16.930Z] Step 7/22 : RUN go mod download [2021-01-14T16:59:17.371Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.277s coverage: 46.6% of statements [2021-01-14T16:59:17.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-14T16:59:17.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-14T16:59:17.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-14T16:59:17.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-14T16:59:17.371Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-14T16:59:17.518Z] ---> Running in 5859ff12b497 [2021-01-14T16:59:18.100Z] Removing intermediate container 723ff51c75a2 [2021-01-14T16:59:18.100Z] ---> e97e5622cf56 [2021-01-14T16:59:18.100Z] Step 8/22 : COPY . . [2021-01-14T16:59:18.382Z] Removing intermediate container af235481c032 [2021-01-14T16:59:18.382Z] ---> f1d3b2ecc2cb [2021-01-14T16:59:18.382Z] Step 8/24 : COPY . . [2021-01-14T16:59:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.579s coverage: 27.0% of statements [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-14T16:59:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-14T16:59:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.085s coverage: 100.0% of statements [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-14T16:59:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.292s coverage: 67.9% of statements [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-14T16:59:25.761Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.402s coverage: 82.3% of statements [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-14T16:59:25.761Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-14T16:59:26.619Z] Removing intermediate container f5d831be9da5 [2021-01-14T16:59:26.619Z] ---> 37aed5b65eea [2021-01-14T16:59:26.620Z] Step 8/26 : COPY . . [2021-01-14T16:59:27.211Z] Removing intermediate container 5859ff12b497 [2021-01-14T16:59:27.211Z] ---> 27f907019dd4 [2021-01-14T16:59:27.211Z] Step 8/22 : COPY . . [2021-01-14T16:59:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.210s coverage: 28.6% of statements [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-14T16:59:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-14T16:59:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.077s coverage: 100.0% of statements [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-14T16:59:34.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.370s coverage: 86.7% of statements [2021-01-14T16:59:34.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-14T16:59:34.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.357s coverage: 97.5% of statements [2021-01-14T16:59:34.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-14T16:59:34.375Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.154s coverage: 78.3% of statements [2021-01-14T16:59:34.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-14T16:59:34.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-14T16:59:34.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-14T16:59:34.375Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.217s coverage: 93.2% of statements [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.049s coverage: 58.8% of statements [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.263s coverage: 0.1% of statements [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-01-14T16:59:42.719Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements [2021-01-14T16:59:42.719Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.153s coverage: 87.2% of statements [2021-01-14T16:59:43.328Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-01-14T16:59:44.789Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.180s coverage: 91.4% of statements [2021-01-14T16:59:44.789Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-14T16:59:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.639s coverage: 63.5% of statements [2021-01-14T16:59:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-14T16:59:47.443Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-14T16:59:47.443Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-01-14T16:59:47.444Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.142s coverage: 91.3% of statements [2021-01-14T16:59:47.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.064s coverage: 100.0% of statements [2021-01-14T16:59:47.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.067s coverage: 73.7% of statements [2021-01-14T16:59:48.746Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-01-14T16:59:53.994Z] ---> 2b8d699fd5aa [2021-01-14T16:59:53.994Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T16:59:53.994Z] ---> a9a83e30ed2a [2021-01-14T16:59:53.994Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T16:59:53.994Z] ---> Running in 079f827e8e18 [2021-01-14T16:59:53.994Z] ---> Running in 2f21b414c301 [2021-01-14T16:59:53.994Z] ---> 02ace59981cd [2021-01-14T16:59:53.994Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T16:59:53.994Z] ---> d25b62ffb851 [2021-01-14T16:59:53.994Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T16:59:53.994Z] ---> Running in 2b80e1886b9d [2021-01-14T16:59:53.994Z] ---> Running in bea416ee070d [2021-01-14T16:59:54.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.951s coverage: 55.9% of statements [2021-01-14T16:59:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-14T16:59:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-14T16:59:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-14T16:59:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-14T16:59:54.194Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-14T16:59:54.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T16:59:54.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T16:59:54.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T16:59:54.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T16:59:54.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.411s coverage: 37.0% of statements [2021-01-14T16:59:54.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-14T16:59:54.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-14T16:59:55.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.743s coverage: 84.0% of statements [2021-01-14T16:59:55.410Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-01-14T17:00:03.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.412s coverage: 47.1% of statements [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-14T17:00:03.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-14T17:00:03.726Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2021-01-14T17:00:03.726Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.388s coverage: 29.1% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.206s coverage: 99.0% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.084s coverage: 100.0% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.126s coverage: 87.9% of statements [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-14T17:00:08.076Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-14T17:00:08.076Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements [2021-01-14T17:00:08.356Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-01-14T17:00:09.350Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-14T17:00:09.946Z] GO111MODULE=on go vet ./... [2021-01-14T17:00:16.413Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T17:00:21.809Z] Removing intermediate container 2b80e1886b9d [2021-01-14T17:00:21.809Z] ---> 2ccf334b5848 [2021-01-14T17:00:21.809Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T17:00:21.809Z] Removing intermediate container bea416ee070d [2021-01-14T17:00:21.809Z] ---> b0e1499bf106 [2021-01-14T17:00:21.809Z] [2021-01-14T17:00:21.809Z] Step 10/22 : FROM scratch [2021-01-14T17:00:21.809Z] ---> [2021-01-14T17:00:21.809Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:00:21.809Z] ---> Running in 5ca1581ed511 [2021-01-14T17:00:22.081Z] ---> Using cache [2021-01-14T17:00:22.081Z] ---> bc4aa26f6995 [2021-01-14T17:00:22.081Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T17:00:23.075Z] ---> Running in aba26c513eef [2021-01-14T17:00:23.075Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T17:00:23.374Z] Removing intermediate container 2f21b414c301 [2021-01-14T17:00:23.374Z] ---> 66b5bdd6641d [2021-01-14T17:00:23.374Z] [2021-01-14T17:00:23.374Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T17:00:23.374Z] ---> 389fef711851 [2021-01-14T17:00:23.374Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T17:00:23.374Z] ---> Using cache [2021-01-14T17:00:23.374Z] ---> bfd38801586c [2021-01-14T17:00:23.374Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T17:00:23.374Z] ---> Running in 91bf8abd76b8 [2021-01-14T17:00:23.374Z] Removing intermediate container aba26c513eef [2021-01-14T17:00:23.374Z] ---> 6c806e45737e [2021-01-14T17:00:23.374Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T17:00:23.374Z] ---> Running in 069d9482a221 [2021-01-14T17:00:23.651Z] Removing intermediate container 91bf8abd76b8 [2021-01-14T17:00:23.651Z] ---> 9335f520d57c [2021-01-14T17:00:23.651Z] Step 13/24 : WORKDIR / [2021-01-14T17:00:23.651Z] ---> Running in 1ef6cfee476d [2021-01-14T17:00:23.651Z] Removing intermediate container 069d9482a221 [2021-01-14T17:00:23.651Z] ---> 8a183e577d31 [2021-01-14T17:00:23.651Z] Step 14/22 : WORKDIR / [2021-01-14T17:00:23.936Z] ---> Running in e79d5a34ba10 [2021-01-14T17:00:24.206Z] Removing intermediate container 1ef6cfee476d [2021-01-14T17:00:24.206Z] ---> 947408f5b162 [2021-01-14T17:00:24.206Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T17:00:25.179Z] Removing intermediate container e79d5a34ba10 [2021-01-14T17:00:25.179Z] ---> b5ae0177aad0 [2021-01-14T17:00:25.179Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:00:26.602Z] ---> 31a5a3ff833b [2021-01-14T17:00:26.602Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T17:00:26.602Z] ---> cd0226c11531 [2021-01-14T17:00:26.602Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T17:00:26.869Z] Removing intermediate container 079f827e8e18 [2021-01-14T17:00:26.869Z] ---> 7dd9e2229618 [2021-01-14T17:00:26.869Z] [2021-01-14T17:00:26.869Z] Step 10/22 : FROM scratch [2021-01-14T17:00:26.869Z] ---> [2021-01-14T17:00:26.869Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:00:26.869Z] ---> Using cache [2021-01-14T17:00:26.869Z] ---> bc4aa26f6995 [2021-01-14T17:00:26.869Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T17:00:26.869Z] Removing intermediate container 5ca1581ed511 [2021-01-14T17:00:26.869Z] ---> 75f337584bf7 [2021-01-14T17:00:26.869Z] [2021-01-14T17:00:26.869Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T17:00:26.869Z] 20.10.0: Pulling from library/docker [2021-01-14T17:00:26.869Z] ---> Running in ab7ad1bb373f [2021-01-14T17:00:27.135Z] ---> bfb3b27b34d7 [2021-01-14T17:00:27.135Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T17:00:27.401Z] Removing intermediate container ab7ad1bb373f [2021-01-14T17:00:27.401Z] ---> 4242f48c8925 [2021-01-14T17:00:27.401Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T17:00:27.401Z] ---> b8221ca58861 [2021-01-14T17:00:27.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T17:00:27.673Z] ---> Running in 025d93ebd2d9 [2021-01-14T17:00:29.087Z] ---> e638d25b3ff2 [2021-01-14T17:00:29.087Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T17:00:29.087Z] Removing intermediate container 025d93ebd2d9 [2021-01-14T17:00:29.087Z] ---> e1f8c17b5ec5 [2021-01-14T17:00:29.087Z] Step 14/22 : WORKDIR / [2021-01-14T17:00:29.087Z] ---> 14192d6e3131 [2021-01-14T17:00:29.087Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T17:00:29.087Z] ---> Running in ee39909177e4 [2021-01-14T17:00:29.087Z] ---> Running in 857722eb3dbf [2021-01-14T17:00:29.365Z] ---> c1471d4c7131 [2021-01-14T17:00:29.365Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T17:00:29.365Z] Removing intermediate container ee39909177e4 [2021-01-14T17:00:29.365Z] ---> 5042de57b172 [2021-01-14T17:00:29.365Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:00:29.365Z] Removing intermediate container 857722eb3dbf [2021-01-14T17:00:29.365Z] ---> 6e4bfdb4b3e8 [2021-01-14T17:00:29.365Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:00:29.640Z] ---> Running in 0449eb6db99b [2021-01-14T17:00:29.930Z] ---> 0b21f0e4d5c0 [2021-01-14T17:00:29.930Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T17:00:29.930Z] Removing intermediate container 0449eb6db99b [2021-01-14T17:00:29.930Z] ---> 162bfa2c6846 [2021-01-14T17:00:29.930Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T17:00:29.930Z] ---> abecfaf26947 [2021-01-14T17:00:29.930Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T17:00:29.930Z] ---> Running in a44dc1fd0087 [2021-01-14T17:00:30.544Z] Removing intermediate container a44dc1fd0087 [2021-01-14T17:00:30.544Z] ---> 1eb4066e7f67 [2021-01-14T17:00:30.544Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:00:30.544Z] ---> 7f32d44f6300 [2021-01-14T17:00:30.544Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T17:00:30.544Z] ---> Running in 480465fc61e1 [2021-01-14T17:00:30.544Z] ---> 3156be9c0f5d [2021-01-14T17:00:30.544Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T17:00:30.544Z] ---> Running in ea0b54d28de4 [2021-01-14T17:00:30.811Z] Removing intermediate container 480465fc61e1 [2021-01-14T17:00:30.811Z] ---> 44958dfb4051 [2021-01-14T17:00:30.811Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T17:00:31.091Z] ---> e51358ffb80f [2021-01-14T17:00:31.091Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T17:00:31.091Z] ---> Running in 7e80f984de40 [2021-01-14T17:00:32.556Z] ---> Running in 8c825e5b8334 [2021-01-14T17:00:32.556Z] Removing intermediate container 7e80f984de40 [2021-01-14T17:00:32.556Z] ---> 76aabbca5900 [2021-01-14T17:00:32.556Z] [2021-01-14T17:00:32.905Z] Successfully built 76aabbca5900 [2021-01-14T17:00:32.905Z] Successfully tagged docker-core-command-go:latest [2021-01-14T17:00:32.905Z]  Building docker-core-command-go ... done Removing intermediate container 8c825e5b8334 [2021-01-14T17:00:32.905Z] ---> dfa6bbedb74c [2021-01-14T17:00:32.905Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:00:33.234Z] ---> Running in 2c975959a689 [2021-01-14T17:00:33.234Z] Removing intermediate container ea0b54d28de4 [2021-01-14T17:00:33.234Z] ---> 552daf93219f [2021-01-14T17:00:33.234Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T17:00:33.549Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T17:00:33.549Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T17:00:33.549Z] ---> aefe523efa57 [2021-01-14T17:00:33.550Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T17:00:33.550Z] Removing intermediate container 2c975959a689 [2021-01-14T17:00:33.550Z] ---> b257d55ea64a [2021-01-14T17:00:33.550Z] Step 20/22 : LABEL arch=x86_64 [2021-01-14T17:00:33.550Z] ---> Running in 67dacae38c34 [2021-01-14T17:00:33.550Z] ---> Running in f6e056d91e34 [2021-01-14T17:00:33.550Z] ---> Running in bb49c371398f [2021-01-14T17:00:33.829Z] Removing intermediate container 67dacae38c34 [2021-01-14T17:00:33.829Z] ---> 2034bee4fd09 [2021-01-14T17:00:33.829Z] Step 22/24 : LABEL arch=x86_64 [2021-01-14T17:00:33.829Z] Removing intermediate container bb49c371398f [2021-01-14T17:00:33.829Z] ---> 9f3cd20e4edd [2021-01-14T17:00:33.829Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:00:33.829Z] ---> Running in 5aef4fefcd56 [2021-01-14T17:00:33.829Z] ---> Running in 362931b7ff74 [2021-01-14T17:00:34.097Z] Removing intermediate container 5aef4fefcd56 [2021-01-14T17:00:34.097Z] ---> e831641caacd [2021-01-14T17:00:34.097Z] Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:00:34.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T17:00:34.097Z] ---> Running in 6e60aa868b84 [2021-01-14T17:00:34.097Z] Removing intermediate container 362931b7ff74 [2021-01-14T17:00:34.097Z] ---> db60d43e44bb [2021-01-14T17:00:34.097Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T17:00:34.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T17:00:34.363Z] ---> Running in e3ea6964788f [2021-01-14T17:00:34.363Z] Removing intermediate container 6e60aa868b84 [2021-01-14T17:00:34.363Z] ---> 56f44067e1a1 [2021-01-14T17:00:34.363Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T17:00:34.363Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T17:00:34.363Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T17:00:34.363Z] Executing bash-5.0.17-r0.post-install [2021-01-14T17:00:34.363Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:00:34.363Z] OK: 12 MiB in 22 packages [2021-01-14T17:00:34.628Z] ---> Running in 3352f902927b [2021-01-14T17:00:34.628Z] Removing intermediate container e3ea6964788f [2021-01-14T17:00:34.628Z] ---> 76070676165a [2021-01-14T17:00:34.628Z] [2021-01-14T17:00:34.894Z] Successfully built 76070676165a [2021-01-14T17:00:34.894Z] Successfully tagged docker-core-metadata-go:latest [2021-01-14T17:00:34.894Z]  Building docker-core-metadata-go ... done Removing intermediate container 3352f902927b [2021-01-14T17:00:34.894Z] ---> 444acb047d37 [2021-01-14T17:00:34.894Z] [2021-01-14T17:00:34.894Z] Successfully built 444acb047d37 [2021-01-14T17:00:34.894Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-14T17:00:35.163Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f6e056d91e34 [2021-01-14T17:00:35.163Z] ---> 56e5c2f69aa2 [2021-01-14T17:00:35.163Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T17:00:35.163Z] ---> Running in e84089ac920b [2021-01-14T17:00:35.163Z] Removing intermediate container e84089ac920b [2021-01-14T17:00:35.163Z] ---> 7872ad129a34 [2021-01-14T17:00:35.163Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T17:00:35.429Z] ---> Running in bfd4775c8e85 [2021-01-14T17:00:35.429Z] Removing intermediate container bfd4775c8e85 [2021-01-14T17:00:35.429Z] ---> dc5b31225abc [2021-01-14T17:00:35.429Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T17:00:35.429Z] ---> Running in c997d5c50fe0 [2021-01-14T17:00:35.693Z] Removing intermediate container c997d5c50fe0 [2021-01-14T17:00:35.693Z] ---> 7636dda7075b [2021-01-14T17:00:35.693Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T17:00:36.273Z] ---> eb0279470ca3 [2021-01-14T17:00:36.273Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T17:00:36.544Z] ---> f4d57294c1d9 [2021-01-14T17:00:36.544Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T17:00:36.811Z] ---> 0c5fe8b30144 [2021-01-14T17:00:36.811Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T17:00:36.811Z] ---> Running in 114d1e44d1de [2021-01-14T17:00:37.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T17:00:37.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T17:00:37.654Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T17:00:37.654Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T17:00:37.654Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T17:00:37.654Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T17:00:37.654Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T17:00:37.654Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T17:00:37.654Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T17:00:38.611Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T17:00:38.611Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T17:00:38.611Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T17:00:38.611Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T17:00:38.611Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T17:00:38.611Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T17:00:38.611Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T17:00:38.885Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T17:00:38.885Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T17:00:38.885Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T17:00:38.885Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T17:00:38.885Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T17:00:38.885Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T17:00:38.885Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T17:00:38.885Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T17:00:38.885Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T17:00:38.885Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T17:00:38.885Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T17:00:38.885Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T17:00:39.177Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T17:00:39.177Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T17:00:39.177Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T17:00:39.177Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T17:00:39.177Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T17:00:39.177Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T17:00:39.177Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T17:00:39.177Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:00:39.177Z] OK: 71 MiB in 55 packages [2021-01-14T17:00:47.384Z] Removing intermediate container 114d1e44d1de [2021-01-14T17:00:47.384Z] ---> ada2c13ffbe8 [2021-01-14T17:00:47.384Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T17:00:47.650Z] ---> Running in c4c2b36143f0 [2021-01-14T17:00:49.044Z] Collecting docker-compose==1.23.2 [2021-01-14T17:00:49.044Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T17:00:49.309Z] Collecting PyYAML<4,>=3.10 [2021-01-14T17:00:49.309Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T17:00:50.261Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T17:00:50.261Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T17:00:50.261Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T17:00:50.261Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T17:00:50.261Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T17:00:50.523Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T17:00:50.523Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T17:00:50.524Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T17:00:50.524Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T17:00:51.101Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T17:00:51.101Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T17:00:51.365Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T17:00:51.365Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T17:00:51.365Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T17:00:51.365Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T17:00:51.943Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T17:00:51.943Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T17:00:52.516Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T17:00:52.516Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T17:00:52.516Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T17:00:52.516Z] Collecting idna<2.8,>=2.5 [2021-01-14T17:00:52.516Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T17:00:52.516Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T17:00:52.779Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T17:00:52.779Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T17:00:52.779Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T17:00:52.779Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T17:00:52.779Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T17:00:52.779Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T17:00:52.779Z] Installing collected packages: PyYAML, websocket-client, jsonschema, urllib3, idna, requests, texttable, cached-property, docker-pycreds, docker, docopt, dockerpty, docker-compose [2021-01-14T17:00:52.779Z] Running setup.py install for PyYAML: started [2021-01-14T17:00:53.355Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T17:00:53.618Z] Attempting uninstall: urllib3 [2021-01-14T17:00:53.618Z] Found existing installation: urllib3 1.25.9 [2021-01-14T17:00:53.618Z] Uninstalling urllib3-1.25.9: [2021-01-14T17:00:53.618Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T17:00:53.880Z] Attempting uninstall: idna [2021-01-14T17:00:53.880Z] Found existing installation: idna 2.9 [2021-01-14T17:00:53.880Z] Uninstalling idna-2.9: [2021-01-14T17:00:53.880Z] Successfully uninstalled idna-2.9 [2021-01-14T17:00:54.143Z] Attempting uninstall: requests [2021-01-14T17:00:54.143Z] Found existing installation: requests 2.23.0 [2021-01-14T17:00:54.143Z] Uninstalling requests-2.23.0: [2021-01-14T17:00:54.143Z] Successfully uninstalled requests-2.23.0 [2021-01-14T17:00:54.143Z] Running setup.py install for texttable: started [2021-01-14T17:00:54.715Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T17:00:54.978Z] Running setup.py install for docopt: started [2021-01-14T17:00:55.557Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T17:00:55.557Z] Running setup.py install for dockerpty: started [2021-01-14T17:00:55.831Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T17:00:56.105Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T17:00:59.442Z] Removing intermediate container c4c2b36143f0 [2021-01-14T17:00:59.442Z] ---> fb8a78af77e2 [2021-01-14T17:00:59.442Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T17:00:59.442Z] ---> Running in c679b59f78f0 [2021-01-14T17:01:00.026Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-14T17:01:00.027Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-14T17:01:00.291Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T17:01:00.291Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T17:01:00.291Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T17:01:00.291Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:01:00.291Z] OK: 72 MiB in 58 packages [2021-01-14T17:01:00.880Z] Removing intermediate container c679b59f78f0 [2021-01-14T17:01:00.880Z] ---> 7210c4a92b68 [2021-01-14T17:01:00.880Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T17:01:00.880Z] ---> Running in 24a9564099e3 [2021-01-14T17:01:00.880Z] Removing intermediate container 24a9564099e3 [2021-01-14T17:01:00.880Z] ---> 91169814e09d [2021-01-14T17:01:00.880Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:01:01.175Z] ---> Running in 6b1b154bbe68 [2021-01-14T17:01:01.175Z] Removing intermediate container 6b1b154bbe68 [2021-01-14T17:01:01.175Z] ---> 25e8824f4c2b [2021-01-14T17:01:01.175Z] Step 24/26 : LABEL arch=x86_64 [2021-01-14T17:01:01.175Z] ---> Running in bc6db185bcef [2021-01-14T17:01:01.451Z] Removing intermediate container bc6db185bcef [2021-01-14T17:01:01.451Z] ---> 3d3be1ad2bda [2021-01-14T17:01:01.451Z] Step 25/26 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:01:01.451Z] ---> Running in 2ff415e513c2 [2021-01-14T17:01:01.720Z] Removing intermediate container 2ff415e513c2 [2021-01-14T17:01:01.720Z] ---> 1773911a0b38 [2021-01-14T17:01:01.720Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T17:01:01.720Z] ---> Running in d9678f0f2051 [2021-01-14T17:01:01.991Z] Removing intermediate container d9678f0f2051 [2021-01-14T17:01:01.991Z] ---> ce18b535b7b6 [2021-01-14T17:01:01.991Z] [2021-01-14T17:01:01.991Z] Successfully built ce18b535b7b6 [2021-01-14T17:01:01.991Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-14T17:01:02.578Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T17:01:02.586Z] $ docker stop --time=1 da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 [2021-01-14T17:01:04.115Z] $ docker rm -f da1b08ba1cd191b6a66c5bb9de40917917571695cb2c2db78d50c669eb124cc9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T17:01:04.678Z] + grep docker [2021-01-14T17:01:04.678Z] + docker images [2021-01-14T17:01:04.678Z] docker-sys-mgmt-agent-go latest ce18b535b7b6 3 seconds ago 313MB [2021-01-14T17:01:04.678Z] docker-core-metadata-go latest 76070676165a 30 seconds ago 13.1MB [2021-01-14T17:01:04.678Z] docker-security-secretstore-setup-go latest 444acb047d37 30 seconds ago 24.6MB [2021-01-14T17:01:04.678Z] docker-core-command-go latest 76aabbca5900 33 seconds ago 10.6MB [2021-01-14T17:01:04.678Z] docker-core-data-go latest afab07923db1 About a minute ago 22.3MB [2021-01-14T17:01:04.678Z] docker-security-bootstrap-redis-go latest 63d41ad658de 2 minutes ago 15.8MB [2021-01-14T17:01:04.678Z] docker-security-proxy-setup-go latest 0c8c48873d2e 2 minutes ago 24.5MB [2021-01-14T17:01:04.678Z] docker-support-notifications-go latest 13dcf6213d02 2 minutes ago 12MB [2021-01-14T17:01:04.679Z] docker-support-scheduler-go latest 58b5b454262b 2 minutes ago 10.7MB [2021-01-14T17:01:04.679Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-14T17:01:20.419Z] Still waiting to schedule task [2021-01-14T17:01:20.419Z] ‘prd-ubuntu18.04-docker-8c-8g-20260’ is offline [2021-01-14T17:01:31.844Z] gofmt -l . [2021-01-14T17:01:31.844Z] [ "`gofmt -l .`" = "" ] [2021-01-14T17:01:31.844Z] ./bin/test-go-mod-tidy.sh [2021-01-14T17:01:31.844Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-14T17:01:32.516Z] + ls -al . [2021-01-14T17:01:32.516Z] total 688 [2021-01-14T17:01:32.516Z] drwxrwxr-x 9 1001 1001 4096 Jan 14 17:01 . [2021-01-14T17:01:32.516Z] drwxr-xr-x 4 root root 4096 Jan 14 16:57 .. [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 11 Jan 14 16:56 .dockerignore [2021-01-14T17:01:32.516Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 16:56 .git [2021-01-14T17:01:32.516Z] drwxrwxr-x 3 1001 1001 4096 Jan 14 16:56 .github [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 824 Jan 14 16:56 .gitignore [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 166 Jan 14 16:56 .sonarcloud.properties [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 7741 Jan 14 16:56 Attribution.txt [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 3804 Jan 14 16:56 CONTRIBUTING.md [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 931 Jan 14 16:56 Dockerfile.build [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 863 Jan 14 16:56 Jenkinsfile [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 10775 Jan 14 16:56 LICENSE [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 5750 Jan 14 16:56 Makefile [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 6524 Jan 14 16:56 README.md [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 6744 Jan 14 16:56 SECURITY.md [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 5 Jan 14 16:53 VERSION [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 4131 Jan 14 16:56 ZMQWindows.md [2021-01-14T17:01:32.516Z] drwxrwxr-x 2 1001 1001 4096 Jan 14 16:56 bin [2021-01-14T17:01:32.516Z] drwxrwxr-x 14 1001 1001 4096 Jan 14 16:56 cmd [2021-01-14T17:01:32.516Z] -rw-r--r-- 1 root root 555118 Jan 14 17:00 coverage.out [2021-01-14T17:01:32.516Z] -rw-r--r-- 1 root root 979 Jan 14 17:01 go.mod [2021-01-14T17:01:32.516Z] -rw-r--r-- 1 root root 19126 Jan 14 17:01 go.sum [2021-01-14T17:01:32.516Z] drwxrwxr-x 8 1001 1001 4096 Jan 14 16:56 internal [2021-01-14T17:01:32.516Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 16:56 openapi [2021-01-14T17:01:32.516Z] drwxrwxr-x 4 1001 1001 4096 Jan 14 16:56 snap [2021-01-14T17:01:32.516Z] -rw-rw-r-- 1 1001 1001 168 Jan 14 16:56 version.go [Pipeline] sh [2021-01-14T17:01:33.187Z] + '[' -e coverage.out ] [2021-01-14T17:01:33.188Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-14T17:01:33.252Z] Warning: overwriting stash ‘coverage-report’ [2021-01-14T17:01:34.475Z] Stashed 1 file(s) [Pipeline] sh [2021-01-14T17:01:35.197Z] + make build [2021-01-14T17:01:35.197Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T17:01:47.615Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T17:02:10.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T17:02:14.934Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T17:02:19.227Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T17:02:20.658Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T17:02:26.061Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T17:02:30.405Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T17:02:34.716Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T17:02:39.038Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T17:02:42.442Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T17:02:46.750Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-14T17:02:51.070Z] $ docker stop --time=1 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e [2021-01-14T17:02:53.604Z] $ docker rm -f 220b99d0dc4cf38bbf7330df95d8c47ac661bf5b901624e50db81b2794fe456e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T17:02:55.722Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T17:02:55.722Z] [2021-01-14T17:02:55.722Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-14T17:02:56.376Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T17:02:56.653Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-14T17:02:56.653Z] 29e5d40040c1: Pulling fs layer [2021-01-14T17:02:56.653Z] 1ce36da41761: Pulling fs layer [2021-01-14T17:02:56.653Z] 25b303627fd3: Pulling fs layer [2021-01-14T17:02:56.653Z] 29e5d40040c1: Download complete [2021-01-14T17:02:57.249Z] 29e5d40040c1: Pull complete [2021-01-14T17:02:57.249Z] 1ce36da41761: Verifying Checksum [2021-01-14T17:02:57.249Z] 1ce36da41761: Download complete [2021-01-14T17:02:58.681Z] 1ce36da41761: Pull complete [2021-01-14T17:02:58.953Z] 25b303627fd3: Verifying Checksum [2021-01-14T17:02:58.953Z] 25b303627fd3: Download complete [2021-01-14T17:03:09.099Z] 25b303627fd3: Pull complete [2021-01-14T17:03:09.099Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-14T17:03:09.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T17:03:09.099Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-14T17:03:09.363Z] prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container [2021-01-14T17:03:09.433Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T17:03:12.836Z] $ docker top 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T17:03:13.945Z] + docker-compose build --help [2021-01-14T17:03:13.945Z] + grep parallel [2021-01-14T17:03:18.236Z] --parallel Build images in parallel. [Pipeline] } [2021-01-14T17:03:18.519Z] $ docker stop --time=1 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a [2021-01-14T17:03:20.516Z] $ docker rm -f 303c7d322ca01ea9c582d6a8ea28f0123d55587e1e5cec7ab435e295e7c7aa1a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-14T17:03:21.424Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-14T17:03:21.424Z] . [Pipeline] withDockerContainer [2021-01-14T17:03:21.734Z] prd-ubuntu18.04-docker-arm64-4c-16g-20258 does not seem to be running inside a container [2021-01-14T17:03:21.836Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-14T17:03:23.363Z] $ docker top e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T17:03:24.472Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-14T17:03:28.769Z] Building docker-core-command-go ... [2021-01-14T17:03:28.769Z] Building docker-core-data-go ... [2021-01-14T17:03:28.769Z] Building docker-core-metadata-go ... [2021-01-14T17:03:28.769Z] Building docker-security-bootstrap-redis-go ... [2021-01-14T17:03:28.769Z] Building docker-security-proxy-setup-go ... [2021-01-14T17:03:28.769Z] Building docker-security-secretstore-setup-go ... [2021-01-14T17:03:28.769Z] Building docker-support-notifications-go ... [2021-01-14T17:03:28.769Z] Building docker-support-scheduler-go ... [2021-01-14T17:03:28.769Z] Building docker-sys-mgmt-agent-go ... [2021-01-14T17:03:28.769Z] Building docker-security-bootstrap-redis-go [2021-01-14T17:03:28.769Z] Building docker-core-data-go [2021-01-14T17:03:28.769Z] Building docker-core-metadata-go [2021-01-14T17:03:28.769Z] Building docker-security-secretstore-setup-go [2021-01-14T17:03:28.769Z] Building docker-support-notifications-go [2021-01-14T17:03:30.260Z] Running on prd-ubuntu18.04-docker-8c-8g-20261 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-14T17:03:30.317Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-01-14T17:03:32.352Z] using credential edgex-jenkins-ssh [2021-01-14T17:03:32.408Z] Cloning the remote Git repository [2021-01-14T17:03:32.429Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-14T17:03:32.489Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-01-14T17:03:32.512Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T17:03:32.513Z] > git --version # timeout=10 [2021-01-14T17:03:32.525Z] > git --version # 'git version 2.17.1' [2021-01-14T17:03:32.525Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T17:03:32.551Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T17:03:45.941Z] Merging remotes/origin/master commit cd24e07082ec728494b0347cc7947c162db974b4 into PR head commit e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:03:46.055Z] Merge succeeded, producing e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:03:46.055Z] Checking out Revision e93fe298edca2f4dbba9d8b960851799ec89fd7a (PR-3027) [2021-01-14T17:03:45.437Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T17:03:45.445Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-14T17:03:45.454Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-14T17:03:45.465Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-14T17:03:45.466Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T17:03:45.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-14T17:03:45.948Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T17:03:45.953Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-14T17:03:46.016Z] > git remote # timeout=10 [2021-01-14T17:03:46.022Z] > git config --get remote.origin.url # timeout=10 [2021-01-14T17:03:46.036Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-14T17:03:46.040Z] > git merge cd24e07082ec728494b0347cc7947c162db974b4 # timeout=10 [2021-01-14T17:03:46.049Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-14T17:03:46.057Z] > git config core.sparsecheckout # timeout=10 [2021-01-14T17:03:46.060Z] > git checkout -f e93fe298edca2f4dbba9d8b960851799ec89fd7a # timeout=10 [2021-01-14T17:03:49.712Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:03:51.088Z] + echo snap-build.sh [2021-01-14T17:03:51.088Z] snap-build.sh [2021-01-14T17:03:51.088Z] + SNAP_BASE_DIR=. [2021-01-14T17:03:51.088Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-01-14T17:03:51.088Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-01-14T17:03:51.088Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-01-14T17:03:51.088Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-01-14T17:03:51.088Z] + cd /w/workspace/edgex-go/3 [2021-01-14T17:03:51.088Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-14T17:03:51.088Z] Reading package lists... [2021-01-14T17:03:51.088Z] Building dependency tree... [2021-01-14T17:03:51.088Z] Reading state information... [2021-01-14T17:03:51.349Z] The following packages were automatically installed and are no longer required: [2021-01-14T17:03:51.349Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-14T17:03:51.349Z] uidmap xdelta3 [2021-01-14T17:03:51.349Z] Use 'sudo apt autoremove' to remove them. [2021-01-14T17:03:51.349Z] The following packages will be REMOVED: [2021-01-14T17:03:51.349Z] lxd* lxd-client* [2021-01-14T17:03:51.610Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-14T17:03:51.610Z] After this operation, 31.7 MB disk space will be freed. [2021-01-14T17:03:52.656Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-01-14T17:03:52.656Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T17:03:53.602Z] Removing lxd dnsmasq configuration [2021-01-14T17:03:53.602Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T17:03:53.875Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-14T17:03:54.451Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-14T17:03:54.980Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-01-14T17:03:54.980Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-14T17:03:56.365Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-14T17:03:56.365Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-14T17:03:57.311Z] + sudo snap remove --purge lxd [2021-01-14T17:03:57.574Z] snap "lxd" is not installed [2021-01-14T17:03:57.574Z] + sudo groupadd --force --system lxd [2021-01-14T17:03:57.574Z] ++ whoami [2021-01-14T17:03:57.574Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-14T17:03:57.574Z] + newgrp - lxd [2021-01-14T17:03:57.838Z] + sudo snap install lxd [2021-01-14T17:04:07.948Z] 2021-01-14T17:04:05Z INFO Waiting for automatic snapd restart... [2021-01-14T17:04:23.128Z] lxd 4.10 from Canonical* installed [2021-01-14T17:04:23.128Z] + sudo lxd init --auto [2021-01-14T17:04:31.288Z] + sudo snap install --classic snapcraft [2021-01-14T17:04:36.640Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T17:04:36.640Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-14T17:04:36.640Z] + patch --verbose -p1 [2021-01-14T17:04:36.640Z] Hmm... Looks like a unified diff to me... [2021-01-14T17:04:36.640Z] The text leading up to this was: [2021-01-14T17:04:36.640Z] -------------------------- [2021-01-14T17:04:36.640Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-14T17:04:36.640Z] |From: Tony Espy [2021-01-14T17:04:36.640Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-14T17:04:36.640Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-14T17:04:36.640Z] | [2021-01-14T17:04:36.640Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-14T17:04:36.640Z] |optimize the snap CI check run for pull requests. When [2021-01-14T17:04:36.640Z] |applied, it essentially strips out everything (apps and [2021-01-14T17:04:36.640Z] |parts) from the snapcraft.yaml file except those required [2021-01-14T17:04:36.640Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-14T17:04:36.640Z] |catch changes to edgex-go that break the snap build. [2021-01-14T17:04:36.640Z] | [2021-01-14T17:04:36.640Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-14T17:04:36.640Z] |to update this patch file, otherwise it may fail to apply, [2021-01-14T17:04:36.640Z] |resulting in a failed snap build CI check in the associated [2021-01-14T17:04:36.640Z] |pull request. [2021-01-14T17:04:36.640Z] | [2021-01-14T17:04:36.640Z] |Note - in addition to applying this patch, the pipeline also [2021-01-14T17:04:36.640Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-14T17:04:36.640Z] |need to build the finally binary .snap file (and it won't [2021-01-14T17:04:36.640Z] |work with the patch applied). This further reduces the build [2021-01-14T17:04:36.640Z] |time. [2021-01-14T17:04:36.640Z] |--- [2021-01-14T17:04:36.640Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-14T17:04:36.640Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-14T17:04:36.640Z] | [2021-01-14T17:04:36.640Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-14T17:04:36.640Z] |index 1e537489..faf42425 100644 [2021-01-14T17:04:36.640Z] |--- a/snap/snapcraft.yaml [2021-01-14T17:04:36.640Z] |+++ b/snap/snapcraft.yaml [2021-01-14T17:04:36.640Z] -------------------------- [2021-01-14T17:04:36.640Z] patching file snap/snapcraft.yaml [2021-01-14T17:04:36.640Z] Using Plan A... [2021-01-14T17:04:36.640Z] Hunk #1 succeeded at 73. [2021-01-14T17:04:36.640Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-14T17:04:36.640Z] Hunk #3 succeeded at 214 (offset -3 lines). [2021-01-14T17:04:36.640Z] Hunk #4 succeeded at 222 (offset -3 lines). [2021-01-14T17:04:36.640Z] Hunk #5 succeeded at 229 (offset -3 lines). [2021-01-14T17:04:36.640Z] Hunk #6 succeeded at 256 (offset -3 lines). [2021-01-14T17:04:36.640Z] Hunk #7 succeeded at 290 (offset -3 lines). [2021-01-14T17:04:36.640Z] Hunk #8 succeeded at 342 (offset -2 lines). [2021-01-14T17:04:36.640Z] Hmm... Ignoring the trailing garbage. [2021-01-14T17:04:36.640Z] done [2021-01-14T17:04:36.640Z] + sudo snapcraft prime --use-lxd [2021-01-14T17:04:36.831Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:04:36.831Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:04:36.831Z] ---> d14f8dbfd069 [2021-01-14T17:04:36.831Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T17:04:36.831Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:04:36.831Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:04:36.831Z] ---> d14f8dbfd069 [2021-01-14T17:04:36.831Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T17:04:36.831Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:04:36.831Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:04:36.831Z] ---> d14f8dbfd069 [2021-01-14T17:04:36.831Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T17:04:36.831Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:04:36.831Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:04:36.831Z] ---> d14f8dbfd069 [2021-01-14T17:04:36.831Z] Step 3/23 : WORKDIR /edgex-go [2021-01-14T17:04:36.831Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:04:36.831Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:04:36.831Z] ---> d14f8dbfd069 [2021-01-14T17:04:36.831Z] Step 3/24 : WORKDIR /edgex-go [2021-01-14T17:04:36.831Z] ---> Running in a4d014507259 [2021-01-14T17:04:36.831Z] ---> Running in 72aecf681f90 [2021-01-14T17:04:36.831Z] ---> Running in 3afcd7e3fd9e [2021-01-14T17:04:36.831Z] ---> Running in 65d03fb30d56 [2021-01-14T17:04:36.831Z] ---> Running in d39720dbaeb4 [2021-01-14T17:04:36.831Z] Removing intermediate container a4d014507259 [2021-01-14T17:04:36.831Z] ---> d0d728a4c8dc [2021-01-14T17:04:36.831Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:04:36.831Z] Removing intermediate container d39720dbaeb4 [2021-01-14T17:04:36.831Z] ---> 254d79b43a7a [2021-01-14T17:04:36.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:04:36.831Z] Removing intermediate container 3afcd7e3fd9e [2021-01-14T17:04:36.831Z] ---> 7cbb5791d29d [2021-01-14T17:04:36.831Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:04:36.831Z] Removing intermediate container 65d03fb30d56 [2021-01-14T17:04:36.831Z] ---> 7676ec76f2e2 [2021-01-14T17:04:36.831Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:04:36.831Z] Removing intermediate container 72aecf681f90 [2021-01-14T17:04:36.831Z] ---> 45bf635badf9 [2021-01-14T17:04:36.831Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:04:36.831Z] ---> Running in 4dee7c478e17 [2021-01-14T17:04:36.831Z] ---> Running in fb7e05bf4973 [2021-01-14T17:04:36.831Z] ---> Running in 576cb06acb00 [2021-01-14T17:04:36.831Z] ---> Running in 431cfd0f9a4d [2021-01-14T17:04:36.831Z] ---> Running in dd28e9694eee [2021-01-14T17:04:37.589Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-14T17:04:37.589Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-14T17:04:37.589Z] - README.md [2021-01-14T17:04:37.589Z] - snapcraft.yaml.orig [2021-01-14T17:04:37.589Z] [2021-01-14T17:04:37.589Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T17:04:38.175Z] Launching a container. [2021-01-14T17:04:40.305Z] Removing intermediate container 4dee7c478e17 [2021-01-14T17:04:40.305Z] ---> c8e5c151906d [2021-01-14T17:04:40.305Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T17:04:40.305Z] Removing intermediate container fb7e05bf4973 [2021-01-14T17:04:40.305Z] ---> f3f20f63533c [2021-01-14T17:04:40.305Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-14T17:04:40.305Z] ---> Running in 4c87e067239a [2021-01-14T17:04:40.583Z] ---> Running in e651022c00f1 [2021-01-14T17:04:40.583Z] Removing intermediate container 576cb06acb00 [2021-01-14T17:04:40.583Z] ---> 05f478c94981 [2021-01-14T17:04:40.583Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-14T17:04:40.583Z] Removing intermediate container dd28e9694eee [2021-01-14T17:04:40.583Z] ---> f712694dec09 [2021-01-14T17:04:40.583Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T17:04:40.858Z] Removing intermediate container 431cfd0f9a4d [2021-01-14T17:04:40.858Z] ---> 039cfaa13741 [2021-01-14T17:04:40.858Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-14T17:04:40.858Z] ---> Running in db0f6929e71f [2021-01-14T17:04:40.858Z] ---> Running in 34e58bb82ea4 [2021-01-14T17:04:40.858Z] ---> Running in 8ea80201c182 [2021-01-14T17:04:42.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:42.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:42.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:42.915Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:43.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:43.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:43.485Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:43.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:43.758Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:44.036Z] OK: 217 MiB in 51 packages [2021-01-14T17:04:44.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:04:44.312Z] OK: 217 MiB in 51 packages [2021-01-14T17:04:44.920Z] OK: 217 MiB in 51 packages [2021-01-14T17:04:45.196Z] OK: 217 MiB in 51 packages [2021-01-14T17:04:45.196Z] OK: 217 MiB in 51 packages [2021-01-14T17:04:45.800Z] Removing intermediate container 4c87e067239a [2021-01-14T17:04:45.800Z] ---> 931400a5aaea [2021-01-14T17:04:45.800Z] Step 6/22 : COPY go.mod . [2021-01-14T17:04:46.072Z] Removing intermediate container e651022c00f1 [2021-01-14T17:04:46.072Z] ---> 2bca1c3427cc [2021-01-14T17:04:46.072Z] Step 6/24 : COPY go.mod . [2021-01-14T17:04:46.667Z] Removing intermediate container db0f6929e71f [2021-01-14T17:04:46.667Z] ---> 2a50d0ee851b [2021-01-14T17:04:46.667Z] Step 6/22 : COPY go.mod . [2021-01-14T17:04:46.667Z] ---> ea208caa6512 [2021-01-14T17:04:46.667Z] Step 7/22 : RUN go mod download [2021-01-14T17:04:46.941Z] ---> Running in 6c35c63ab0c5 [2021-01-14T17:04:47.217Z] Removing intermediate container 34e58bb82ea4 [2021-01-14T17:04:47.217Z] ---> 3487ebaa51f6 [2021-01-14T17:04:47.217Z] Step 6/24 : COPY go.mod . [2021-01-14T17:04:47.217Z] ---> a71358bb8219 [2021-01-14T17:04:47.217Z] Step 7/24 : RUN go mod download [2021-01-14T17:04:47.217Z] Removing intermediate container 8ea80201c182 [2021-01-14T17:04:47.217Z] ---> f137dc3dcc39 [2021-01-14T17:04:47.217Z] Step 6/23 : COPY go.mod . [2021-01-14T17:04:47.501Z] ---> Running in 1ea197b00be9 [2021-01-14T17:04:47.501Z] ---> 34045d4e0934 [2021-01-14T17:04:47.501Z] Step 7/22 : RUN go mod download [2021-01-14T17:04:47.783Z] ---> Running in e6c01f143a32 [2021-01-14T17:04:48.399Z] ---> af7efcde2837 [2021-01-14T17:04:48.399Z] Step 7/24 : RUN go mod download [2021-01-14T17:04:48.684Z] ---> Running in 6e22a70c936e [2021-01-14T17:04:48.684Z] ---> 1260909895b6 [2021-01-14T17:04:48.684Z] Step 7/23 : RUN go mod download [2021-01-14T17:04:48.957Z] ---> Running in cf7142d6959f [2021-01-14T17:04:50.458Z] Waiting for container to be ready [2021-01-14T17:04:50.458Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-14T17:04:50.458Z] [2021-01-14T17:04:51.648Z] Removing intermediate container 6c35c63ab0c5 [2021-01-14T17:04:51.649Z] ---> 156f54682ba0 [2021-01-14T17:04:51.649Z] Step 8/22 : COPY . . [2021-01-14T17:04:52.250Z] Removing intermediate container 1ea197b00be9 [2021-01-14T17:04:52.250Z] ---> a6f7615f52dc [2021-01-14T17:04:52.250Z] Step 8/24 : COPY . . [2021-01-14T17:04:52.250Z] Removing intermediate container e6c01f143a32 [2021-01-14T17:04:52.250Z] ---> 3373a673d2ae [2021-01-14T17:04:52.250Z] Step 8/22 : COPY . . [2021-01-14T17:04:53.029Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-14T17:04:53.029Z] Waiting for network to be ready... [2021-01-14T17:04:53.620Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T17:04:53.620Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T17:04:53.710Z] Removing intermediate container 6e22a70c936e [2021-01-14T17:04:53.710Z] ---> 544ebe493f1d [2021-01-14T17:04:53.710Z] Step 8/24 : COPY . . [2021-01-14T17:04:54.191Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T17:04:54.191Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T17:04:54.191Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T17:04:54.307Z] Removing intermediate container cf7142d6959f [2021-01-14T17:04:54.307Z] ---> a9ce66185ac0 [2021-01-14T17:04:54.307Z] Step 8/23 : COPY . . [2021-01-14T17:04:54.455Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T17:04:54.455Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T17:04:54.455Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T17:04:54.455Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T17:04:54.455Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T17:04:54.455Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T17:04:54.455Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T17:04:54.455Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T17:04:54.455Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T17:04:54.455Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T17:04:54.455Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T17:04:54.455Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T17:04:54.717Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T17:04:54.976Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T17:04:55.245Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T17:04:55.506Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T17:04:55.506Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T17:04:55.506Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T17:04:55.506Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T17:04:55.506Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T17:04:55.506Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T17:04:55.506Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T17:04:58.059Z] Fetched 23.7 MB in 4s (5482 kB/s) [2021-01-14T17:04:58.628Z] Reading package lists... [2021-01-14T17:04:58.628Z] Reading package lists... [2021-01-14T17:04:58.889Z] Building dependency tree... [2021-01-14T17:04:58.889Z] Reading state information... [2021-01-14T17:04:58.889Z] The following additional packages will be installed: [2021-01-14T17:04:58.889Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T17:04:58.889Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T17:04:58.889Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T17:04:58.889Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-14T17:04:58.889Z] Suggested packages: [2021-01-14T17:04:58.889Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-14T17:04:58.889Z] Recommended packages: [2021-01-14T17:04:58.889Z] gnupg libsasl2-modules [2021-01-14T17:04:58.889Z] The following NEW packages will be installed: [2021-01-14T17:04:58.889Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-14T17:04:58.889Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-14T17:04:58.889Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-14T17:04:58.889Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-14T17:04:58.889Z] The following packages will be upgraded: [2021-01-14T17:04:58.889Z] gpg gpg-agent gpgconf libudev1 [2021-01-14T17:04:58.889Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-14T17:04:58.889Z] Need to get 3532 kB of archives. [2021-01-14T17:04:58.889Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-14T17:04:58.889Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-14T17:04:59.149Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-14T17:04:59.149Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-14T17:04:59.149Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-14T17:04:59.149Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-14T17:04:59.149Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-14T17:04:59.149Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-14T17:04:59.409Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-14T17:04:59.668Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-14T17:04:59.668Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-14T17:04:59.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-14T17:04:59.668Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-14T17:04:59.668Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-14T17:04:59.929Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-14T17:04:59.929Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-14T17:04:59.929Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-14T17:04:59.929Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-14T17:04:59.929Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-14T17:04:59.929Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-14T17:04:59.929Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-14T17:04:59.929Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-14T17:04:59.929Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-14T17:04:59.929Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T17:05:00.189Z] Fetched 3532 kB in 1s (3518 kB/s) [2021-01-14T17:05:00.189Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T17:05:00.189Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-14T17:05:00.189Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T17:05:00.189Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-14T17:05:00.450Z] Selecting previously unselected package udev. [2021-01-14T17:05:00.450Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-14T17:05:00.450Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-14T17:05:00.450Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-14T17:05:00.711Z] Selecting previously unselected package libfuse2:amd64. [2021-01-14T17:05:00.711Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T17:05:00.711Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T17:05:00.711Z] Selecting previously unselected package fuse. [2021-01-14T17:05:00.711Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-14T17:05:00.711Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-14T17:05:00.711Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:00.711Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T17:05:00.972Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:00.972Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T17:05:00.972Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:00.972Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T17:05:01.233Z] Selecting previously unselected package libksba8:amd64. [2021-01-14T17:05:01.233Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-14T17:05:01.233Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-14T17:05:01.233Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-14T17:05:01.233Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:01.233Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:01.497Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-14T17:05:01.497Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:01.497Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:01.497Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-14T17:05:01.497Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:01.497Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:01.497Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-14T17:05:01.497Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:01.760Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:01.760Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-14T17:05:01.760Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:01.760Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:02.026Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-14T17:05:02.026Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:02.026Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:02.026Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-14T17:05:02.026Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:02.026Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:02.288Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-14T17:05:02.288Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:02.288Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:02.288Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-14T17:05:02.288Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-14T17:05:02.288Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:02.288Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-14T17:05:02.288Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T17:05:02.288Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T17:05:02.550Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-14T17:05:02.550Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-14T17:05:02.550Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T17:05:02.550Z] Selecting previously unselected package libldap-common. [2021-01-14T17:05:02.550Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-14T17:05:02.550Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T17:05:02.814Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-14T17:05:02.814Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-14T17:05:02.814Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T17:05:02.814Z] Selecting previously unselected package dirmngr. [2021-01-14T17:05:02.814Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:02.814Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:03.081Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T17:05:03.081Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:03.081Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-14T17:05:03.081Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T17:05:03.081Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-14T17:05:03.081Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:03.081Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:03.362Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-14T17:05:03.362Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T17:05:03.362Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-14T17:05:03.651Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-14T17:05:03.944Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:03.944Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-14T17:05:03.944Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-14T17:05:03.944Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:03.944Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:03.944Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-14T17:05:04.221Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-14T17:05:04.221Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:04.221Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T17:05:04.814Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-14T17:05:04.814Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-14T17:05:04.814Z] This means they are not meant to be enabled using systemctl. [2021-01-14T17:05:04.814Z] Possible reasons for having this kind of units are: [2021-01-14T17:05:04.814Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-14T17:05:04.814Z] .wants/ or .requires/ directory. [2021-01-14T17:05:04.814Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-14T17:05:04.814Z] a requirement dependency on it. [2021-01-14T17:05:04.814Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-14T17:05:04.814Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-14T17:05:04.814Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-14T17:05:04.814Z] instance name specified. [2021-01-14T17:05:05.081Z] Reading package lists... [2021-01-14T17:05:05.081Z] Building dependency tree... [2021-01-14T17:05:05.081Z] Reading state information... [2021-01-14T17:05:05.345Z] The following additional packages will be installed: [2021-01-14T17:05:05.345Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-14T17:05:05.345Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-14T17:05:05.345Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-14T17:05:05.345Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-14T17:05:05.345Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-14T17:05:05.345Z] Suggested packages: [2021-01-14T17:05:05.345Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-14T17:05:05.345Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-14T17:05:05.345Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-14T17:05:05.345Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-14T17:05:05.345Z] systemd-container policykit-1 [2021-01-14T17:05:05.345Z] Recommended packages: [2021-01-14T17:05:05.345Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-14T17:05:05.345Z] The following NEW packages will be installed: [2021-01-14T17:05:05.345Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-14T17:05:05.345Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-14T17:05:05.345Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-14T17:05:05.345Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-14T17:05:05.345Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-14T17:05:05.345Z] The following packages will be upgraded: [2021-01-14T17:05:05.345Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-14T17:05:05.345Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-14T17:05:05.345Z] Need to get 35.2 MB of archives. [2021-01-14T17:05:05.345Z] After this operation, 141 MB of additional disk space will be used. [2021-01-14T17:05:05.345Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-14T17:05:05.345Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-14T17:05:05.976Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-14T17:05:06.261Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-14T17:05:06.261Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-14T17:05:06.261Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-14T17:05:06.261Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-14T17:05:06.261Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-14T17:05:06.261Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-14T17:05:06.261Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-14T17:05:06.262Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-14T17:05:06.262Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-14T17:05:06.262Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-14T17:05:06.526Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-14T17:05:06.526Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-14T17:05:06.526Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-14T17:05:06.526Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-14T17:05:06.526Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-14T17:05:06.788Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-14T17:05:06.788Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-14T17:05:06.788Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-14T17:05:06.788Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-14T17:05:06.788Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-14T17:05:06.788Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-14T17:05:06.788Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-14T17:05:06.788Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-14T17:05:06.788Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-14T17:05:06.788Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-14T17:05:06.788Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-14T17:05:06.788Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-14T17:05:08.186Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T17:05:08.186Z] Fetched 35.2 MB in 3s (12.5 MB/s) [2021-01-14T17:05:08.186Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T17:05:08.186Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-14T17:05:08.456Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T17:05:09.029Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-14T17:05:09.029Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T17:05:09.029Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-14T17:05:09.291Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T17:05:09.291Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T17:05:09.291Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T17:05:09.561Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-14T17:05:09.561Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-14T17:05:09.561Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-14T17:05:09.822Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-14T17:05:10.087Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-14T17:05:10.087Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-14T17:05:10.659Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-14T17:05:10.659Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-14T17:05:10.659Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T17:05:10.659Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T17:05:10.921Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-14T17:05:10.921Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T17:05:10.921Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:11.182Z] Selecting previously unselected package libexpat1:amd64. [2021-01-14T17:05:11.182Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-14T17:05:11.182Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T17:05:11.443Z] Selecting previously unselected package python3.6-minimal. [2021-01-14T17:05:11.443Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T17:05:11.443Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:11.703Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T17:05:11.703Z] Checking for services that may need to be restarted...done. [2021-01-14T17:05:11.703Z] Checking for services that may need to be restarted...done. [2021-01-14T17:05:11.703Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:11.970Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-14T17:05:11.970Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:12.230Z] Selecting previously unselected package python3-minimal. [2021-01-14T17:05:12.231Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-14T17:05:12.231Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-14T17:05:12.492Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-14T17:05:12.492Z] Selecting previously unselected package mime-support. [2021-01-14T17:05:12.492Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-14T17:05:12.492Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-14T17:05:12.492Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-14T17:05:12.493Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-14T17:05:12.493Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T17:05:12.754Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-14T17:05:12.754Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T17:05:12.754Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:13.015Z] Selecting previously unselected package python3.6. [2021-01-14T17:05:13.015Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-14T17:05:13.015Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:13.015Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-14T17:05:13.015Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-14T17:05:13.015Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T17:05:13.015Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-14T17:05:13.275Z] Selecting previously unselected package python3. [2021-01-14T17:05:13.275Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-14T17:05:13.275Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-14T17:05:13.275Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-14T17:05:13.275Z] Selecting previously unselected package multiarch-support. [2021-01-14T17:05:13.275Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T17:05:13.275Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T17:05:13.535Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-14T17:05:13.535Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-14T17:05:13.535Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-14T17:05:13.535Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-14T17:05:13.535Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T17:05:13.535Z] Selecting previously unselected package libbsd0:amd64. [2021-01-14T17:05:13.535Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-14T17:05:13.535Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T17:05:13.796Z] Selecting previously unselected package sudo. [2021-01-14T17:05:13.796Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-14T17:05:13.796Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T17:05:13.796Z] Selecting previously unselected package apparmor. [2021-01-14T17:05:13.796Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T17:05:13.796Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-14T17:05:14.057Z] Selecting previously unselected package libedit2:amd64. [2021-01-14T17:05:14.058Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-14T17:05:14.058Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T17:05:14.058Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-14T17:05:14.058Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T17:05:14.058Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:14.319Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-14T17:05:14.320Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T17:05:14.320Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:14.320Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-14T17:05:14.320Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-14T17:05:14.320Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T17:05:14.320Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-14T17:05:14.320Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T17:05:14.320Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:14.578Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-14T17:05:14.578Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-14T17:05:14.578Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:14.578Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-14T17:05:14.578Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-14T17:05:14.578Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T17:05:14.839Z] Selecting previously unselected package openssh-client. [2021-01-14T17:05:14.839Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-14T17:05:14.839Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T17:05:14.839Z] Selecting previously unselected package squashfs-tools. [2021-01-14T17:05:14.839Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-14T17:05:14.839Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T17:05:15.107Z] Selecting previously unselected package snapd. [2021-01-14T17:05:15.107Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-14T17:05:15.107Z] Unpacking snapd (2.48+18.04) ... [2021-01-14T17:05:17.068Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-14T17:05:17.068Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-14T17:05:17.068Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-14T17:05:17.068Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-14T17:05:17.345Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-14T17:05:17.345Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:17.345Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T17:05:17.345Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-14T17:05:17.345Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-14T17:05:18.285Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-14T17:05:18.285Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-14T17:05:18.285Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-14T17:05:18.285Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:18.285Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:18.547Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-14T17:05:19.117Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-14T17:05:19.117Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:19.117Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-14T17:05:19.117Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-14T17:05:19.117Z] running python rtupdate hooks for python3.6... [2021-01-14T17:05:19.117Z] running python post-rtupdate hooks for python3.6... [2021-01-14T17:05:19.117Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-14T17:05:21.130Z] ---> 6fd031850b29 [2021-01-14T17:05:21.130Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-14T17:05:21.130Z] ---> 131a3ad2272f [2021-01-14T17:05:21.130Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-14T17:05:21.130Z] ---> f8cfcc83a6c2 [2021-01-14T17:05:21.130Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-14T17:05:21.130Z] ---> 611728afcb7e [2021-01-14T17:05:21.130Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-14T17:05:21.130Z] ---> Running in d14ff31cd1ee [2021-01-14T17:05:21.130Z] ---> af6f6201b09e [2021-01-14T17:05:21.130Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-14T17:05:21.130Z] ---> Running in 70ec5c0bb6d2 [2021-01-14T17:05:21.130Z] ---> Running in f266b3846ac9 [2021-01-14T17:05:21.130Z] ---> Running in cf89717e67fb [2021-01-14T17:05:21.130Z] ---> Running in 33fcc79c34ea [2021-01-14T17:05:21.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T17:05:21.130Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T17:05:21.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T17:05:21.406Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T17:05:21.678Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-14T17:05:21.678Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-14T17:05:21.678Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-14T17:05:21.678Z] Setting up snapd (2.48+18.04) ... [2021-01-14T17:05:21.690Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T17:05:22.249Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-14T17:05:22.249Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-14T17:05:22.510Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-14T17:05:22.770Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-14T17:05:22.770Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T17:05:22.770Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-14T17:05:23.030Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-14T17:05:23.292Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-14T17:05:23.292Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-14T17:05:23.553Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-14T17:05:23.554Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-01-14T17:05:23.818Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-14T17:05:23.818Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T17:05:24.770Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T17:05:24.770Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T17:05:24.770Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T17:05:25.978Z] Reading package lists... [2021-01-14T17:05:25.978Z] Reading package lists... [2021-01-14T17:05:26.238Z] Building dependency tree... [2021-01-14T17:05:26.238Z] Reading state information... [2021-01-14T17:05:26.238Z] Calculating upgrade... [2021-01-14T17:05:26.499Z] The following packages will be upgraded: [2021-01-14T17:05:26.499Z] advancecomp base-files bash binutils binutils-common [2021-01-14T17:05:26.499Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-14T17:05:26.499Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-14T17:05:26.499Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-14T17:05:26.499Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-14T17:05:26.499Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-14T17:05:26.499Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-14T17:05:26.499Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-14T17:05:26.500Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-14T17:05:26.500Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-14T17:05:26.500Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-14T17:05:26.500Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-14T17:05:26.500Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-14T17:05:26.500Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-14T17:05:26.500Z] ubuntu-keyring util-linux [2021-01-14T17:05:26.500Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T17:05:26.500Z] Need to get 63.7 MB of archives. [2021-01-14T17:05:26.500Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-14T17:05:26.500Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-14T17:05:26.500Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-14T17:05:26.500Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-14T17:05:26.500Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-14T17:05:26.500Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-14T17:05:26.500Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-14T17:05:26.500Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-14T17:05:26.500Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-14T17:05:26.500Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-14T17:05:26.500Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-14T17:05:26.500Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-14T17:05:26.761Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-14T17:05:26.761Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-14T17:05:26.761Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-14T17:05:26.761Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-14T17:05:26.761Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-14T17:05:26.761Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-14T17:05:26.761Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-14T17:05:26.761Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-14T17:05:26.761Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-14T17:05:26.761Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-14T17:05:26.761Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-14T17:05:26.761Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-14T17:05:26.761Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-14T17:05:26.761Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-14T17:05:26.761Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-14T17:05:26.761Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-14T17:05:26.761Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-14T17:05:26.761Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-14T17:05:26.761Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-14T17:05:26.761Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-14T17:05:26.761Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-14T17:05:26.761Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-14T17:05:26.762Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-14T17:05:26.762Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-14T17:05:27.027Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-14T17:05:27.027Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-14T17:05:27.027Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-14T17:05:27.027Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-14T17:05:27.027Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-14T17:05:27.027Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-14T17:05:27.027Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-14T17:05:27.027Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-14T17:05:27.027Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-14T17:05:27.027Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-14T17:05:27.027Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-14T17:05:27.027Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-14T17:05:27.027Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-14T17:05:27.027Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-14T17:05:27.027Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-14T17:05:27.027Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-14T17:05:27.027Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-14T17:05:27.027Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-14T17:05:27.027Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-14T17:05:27.027Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-14T17:05:27.292Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-14T17:05:27.292Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-14T17:05:27.292Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-14T17:05:27.292Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-14T17:05:27.552Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-14T17:05:27.552Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-14T17:05:27.552Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-14T17:05:27.552Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-14T17:05:27.552Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-14T17:05:27.814Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-14T17:05:27.814Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-14T17:05:27.814Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-14T17:05:28.076Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-14T17:05:28.076Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-14T17:05:28.076Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-14T17:05:28.076Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-14T17:05:28.076Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-14T17:05:28.076Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-14T17:05:28.076Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-14T17:05:28.076Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-14T17:05:28.076Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-14T17:05:28.076Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-14T17:05:28.337Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-14T17:05:28.337Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-14T17:05:28.337Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-14T17:05:28.337Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-14T17:05:28.337Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-14T17:05:28.337Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-14T17:05:28.337Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-14T17:05:28.337Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-14T17:05:28.337Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-14T17:05:28.337Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-14T17:05:28.337Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-14T17:05:28.337Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-14T17:05:28.337Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-14T17:05:28.337Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-14T17:05:28.337Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-14T17:05:28.337Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-14T17:05:28.337Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-14T17:05:28.337Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-14T17:05:28.337Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-14T17:05:28.596Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-14T17:05:28.596Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T17:05:28.596Z] Fetched 63.7 MB in 2s (30.6 MB/s) [2021-01-14T17:05:28.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:28.857Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T17:05:28.857Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T17:05:29.429Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T17:05:29.429Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T17:05:29.429Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-14T17:05:29.429Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-14T17:05:30.381Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:30.381Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:30.643Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:30.643Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:30.908Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:30.908Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:30.908Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:30.909Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.170Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:31.170Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.431Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:31.431Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.431Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:31.431Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.692Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:31.692Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T17:05:31.692Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:31.692Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.954Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:31.954Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T17:05:31.954Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:31.954Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:31.954Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:32.214Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:32.214Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:32.214Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-14T17:05:32.474Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:32.474Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T17:05:32.474Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T17:05:32.735Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T17:05:32.995Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T17:05:33.256Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-14T17:05:33.256Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-14T17:05:33.516Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-14T17:05:33.516Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-14T17:05:33.516Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-14T17:05:33.778Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-14T17:05:33.778Z] Installing new version of config file /etc/issue ... [2021-01-14T17:05:33.778Z] Installing new version of config file /etc/issue.net ... [2021-01-14T17:05:33.778Z] Installing new version of config file /etc/lsb-release ... [2021-01-14T17:05:33.778Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-14T17:05:34.039Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-14T17:05:34.039Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-14T17:05:34.039Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-14T17:05:34.300Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:34.300Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-14T17:05:34.300Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-14T17:05:34.300Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-14T17:05:34.561Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-01-14T17:05:34.561Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:34.561Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:34.561Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:34.561Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:34.822Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:34.822Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-14T17:05:34.822Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-14T17:05:35.083Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-14T17:05:35.083Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:35.083Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-14T17:05:35.083Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T17:05:35.343Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-14T17:05:35.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:35.603Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:35.603Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T17:05:35.864Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T17:05:35.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:35.864Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:35.864Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T17:05:36.127Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-14T17:05:36.127Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:36.127Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-14T17:05:36.127Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-14T17:05:36.127Z] Setting up grep (3.1-2build1) ... [2021-01-14T17:05:36.413Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:36.413Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T17:05:36.413Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T17:05:36.413Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-14T17:05:36.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:36.684Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T17:05:36.684Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T17:05:36.684Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-14T17:05:36.684Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:36.684Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T17:05:36.964Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T17:05:37.246Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T17:05:37.246Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T17:05:37.511Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-14T17:05:37.511Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T17:05:38.085Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-14T17:05:38.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:38.085Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-14T17:05:38.085Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-14T17:05:39.026Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T17:05:39.026Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T17:05:39.288Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-14T17:05:39.288Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-14T17:05:39.288Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T17:05:39.552Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:39.552Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-14T17:05:39.552Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-14T17:05:39.552Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-14T17:05:39.812Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:39.812Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:39.812Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:39.812Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:40.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:40.076Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:40.076Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:40.076Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:40.076Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:40.076Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:40.342Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:40.342Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:40.342Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:40.342Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:40.342Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:40.602Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:40.602Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:40.602Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T17:05:40.602Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T17:05:40.863Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T17:05:40.863Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T17:05:40.863Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T17:05:41.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:41.124Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-14T17:05:41.124Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T17:05:41.124Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T17:05:41.385Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:41.385Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:41.385Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:41.385Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:41.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:41.646Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:41.646Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:41.646Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:41.646Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:41.646Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:41.909Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:42.173Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:42.439Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-14T17:05:42.708Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-14T17:05:42.986Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:42.986Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-14T17:05:42.986Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-14T17:05:43.258Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T17:05:43.258Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-14T17:05:43.258Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-14T17:05:43.258Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-14T17:05:43.546Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-14T17:05:43.546Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:43.546Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-14T17:05:43.546Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-14T17:05:43.830Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-14T17:05:44.097Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:44.097Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T17:05:44.097Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T17:05:44.097Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T17:05:44.384Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:44.384Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T17:05:44.384Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T17:05:44.384Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T17:05:44.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:44.656Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-14T17:05:44.656Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T17:05:44.922Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T17:05:44.922Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:44.922Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-14T17:05:45.187Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-14T17:05:45.187Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-14T17:05:45.187Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-14T17:05:45.455Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:45.455Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T17:05:45.455Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T17:05:45.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:45.727Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-14T17:05:45.727Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-14T17:05:45.727Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-14T17:05:45.990Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:45.990Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-14T17:05:45.990Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-14T17:05:45.990Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-14T17:05:46.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:46.254Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:46.254Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-14T17:05:46.518Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-14T17:05:46.518Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:46.518Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-14T17:05:46.518Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-14T17:05:46.782Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-14T17:05:46.782Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:46.782Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-14T17:05:47.046Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-14T17:05:47.309Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-14T17:05:47.309Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:47.579Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-14T17:05:47.579Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-14T17:05:47.579Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-14T17:05:47.855Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:47.855Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-14T17:05:47.855Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-14T17:05:47.855Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-14T17:05:48.134Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:48.134Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-14T17:05:48.134Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-14T17:05:48.134Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-14T17:05:48.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:48.414Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-14T17:05:48.414Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-14T17:05:48.414Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-14T17:05:48.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:48.682Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-14T17:05:48.682Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-14T17:05:48.682Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-14T17:05:48.968Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:48.968Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T17:05:48.968Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-14T17:05:48.968Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-14T17:05:49.241Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-14T17:05:49.241Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-14T17:05:49.241Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-14T17:05:49.241Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-14T17:05:49.517Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-14T17:05:49.517Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T17:05:49.517Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T17:05:49.517Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-14T17:05:49.517Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-14T17:05:49.815Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-14T17:05:49.815Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-14T17:05:50.102Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-14T17:05:50.102Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-14T17:05:50.102Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-14T17:05:50.102Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-14T17:05:50.401Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-14T17:05:50.401Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-14T17:05:50.401Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-14T17:05:50.401Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-14T17:05:50.682Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-14T17:05:50.682Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-14T17:05:50.682Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-14T17:05:50.682Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-14T17:05:50.972Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-14T17:05:50.972Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-14T17:05:50.972Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-14T17:05:50.972Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-14T17:05:51.249Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-14T17:05:51.249Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-14T17:05:52.644Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-14T17:05:52.644Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-14T17:05:52.644Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-14T17:05:52.644Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-14T17:05:52.644Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T17:05:52.644Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T17:05:52.908Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T17:05:53.171Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T17:05:53.171Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T17:05:53.171Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T17:05:53.435Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-14T17:05:53.435Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-14T17:05:53.435Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:53.710Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:53.710Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:53.710Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:53.979Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:53.979Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:53.979Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:53.979Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:54.955Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:54.955Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:55.904Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:55.904Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:56.642Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:56.642Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:56.914Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:57.197Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:57.870Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-14T17:05:57.870Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-14T17:05:58.169Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T17:05:58.169Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T17:05:58.169Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T17:05:58.169Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T17:05:58.465Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-14T17:05:58.465Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-14T17:05:58.465Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-14T17:05:58.465Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-14T17:05:58.728Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T17:05:58.728Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T17:05:58.728Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-14T17:05:58.728Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-14T17:05:58.990Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-14T17:05:58.990Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-14T17:05:58.990Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.252Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-14T17:05:59.252Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.252Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.252Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.252Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-14T17:05:59.252Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-14T17:05:59.252Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-14T17:05:59.252Z] [2021-01-14T17:05:59.252Z] Current default time zone: 'Etc/UTC' [2021-01-14T17:05:59.252Z] Local time is now: Thu Jan 14 17:05:59 UTC 2021. [2021-01-14T17:05:59.252Z] Universal Time is now: Thu Jan 14 17:05:59 UTC 2021. [2021-01-14T17:05:59.252Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-14T17:05:59.252Z] [2021-01-14T17:05:59.517Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-14T17:05:59.517Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.517Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-14T17:05:59.517Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-14T17:05:59.517Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-14T17:05:59.517Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-14T17:05:59.517Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-14T17:05:59.517Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-14T17:05:59.517Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-14T17:05:59.778Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-14T17:05:59.778Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:05:59.778Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-14T17:06:00.040Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:00.040Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T17:06:00.040Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:06:00.040Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-14T17:06:00.040Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-14T17:06:00.040Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-14T17:06:00.040Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-14T17:06:00.303Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-14T17:06:00.303Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-14T17:06:00.303Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-14T17:06:00.303Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T17:06:02.231Z] Updating certificates in /etc/ssl/certs... [2021-01-14T17:06:02.809Z] 22 added, 17 removed; done. [2021-01-14T17:06:02.809Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-14T17:06:02.809Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-14T17:06:03.075Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-14T17:06:03.075Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-14T17:06:03.075Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-14T17:06:03.075Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.075Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-14T17:06:03.075Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.339Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.339Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.339Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.339Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.339Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-14T17:06:03.339Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-14T17:06:03.339Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-14T17:06:03.605Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-14T17:06:03.605Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-14T17:06:03.605Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.605Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-14T17:06:03.605Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-14T17:06:03.605Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-14T17:06:03.605Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-14T17:06:03.871Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T17:06:03.871Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-14T17:06:03.871Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-14T17:06:03.872Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-14T17:06:03.872Z] Updating certificates in /etc/ssl/certs... [2021-01-14T17:06:04.452Z] 0 added, 0 removed; done. [2021-01-14T17:06:04.452Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-14T17:06:04.452Z] done. [2021-01-14T17:06:05.034Z] Reading package lists... [2021-01-14T17:06:05.034Z] Building dependency tree... [2021-01-14T17:06:05.034Z] Reading state information... [2021-01-14T17:06:05.298Z] The following NEW packages will be installed: [2021-01-14T17:06:05.298Z] apt-transport-https [2021-01-14T17:06:05.298Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T17:06:05.298Z] Need to get 1696 B of archives. [2021-01-14T17:06:05.298Z] After this operation, 153 kB of additional disk space will be used. [2021-01-14T17:06:05.298Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-14T17:06:05.573Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T17:06:05.573Z] Fetched 1696 B in 0s (9434 B/s) [2021-01-14T17:06:05.573Z] Selecting previously unselected package apt-transport-https. [2021-01-14T17:06:05.573Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-14T17:06:05.573Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-14T17:06:05.573Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T17:06:05.573Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-14T17:06:05.841Z] Waiting for network to be ready... [2021-01-14T17:06:11.163Z] 2021-01-14T17:06:08Z INFO Waiting for automatic snapd restart... [2021-01-14T17:06:11.423Z] snapd 2.48.2 from Canonical* installed [2021-01-14T17:06:12.373Z] "snapd" switched to the "latest/stable" channel [2021-01-14T17:06:12.373Z] [2021-01-14T17:06:14.934Z] core18 20201210 from Canonical* installed [2021-01-14T17:06:15.195Z] "core18" switched to the "latest/stable" channel [2021-01-14T17:06:15.195Z] [2021-01-14T17:06:18.579Z] snapcraft 4.4.4 from Canonical* installed [2021-01-14T17:06:18.579Z] "snapcraft" switched to the "latest/stable" channel [2021-01-14T17:06:18.579Z] [2021-01-14T17:06:21.940Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-01-14T17:06:21.940Z] - README.md [2021-01-14T17:06:21.940Z] - snapcraft.yaml.orig [2021-01-14T17:06:21.940Z] [2021-01-14T17:06:21.940Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-14T17:06:28.578Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T17:06:28.578Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T17:06:28.578Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T17:06:28.578Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T17:06:29.650Z] Reading package lists... [2021-01-14T17:06:29.930Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-01-14T17:06:36.688Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T17:06:36.688Z] Reading package lists... [2021-01-14T17:06:36.688Z] Building dependency tree... [2021-01-14T17:06:36.688Z] Reading state information... [2021-01-14T17:06:36.688Z] Suggested packages: [2021-01-14T17:06:36.688Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-14T17:06:36.688Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-14T17:06:36.688Z] Recommended packages: [2021-01-14T17:06:36.688Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-14T17:06:36.688Z] The following NEW packages will be installed: [2021-01-14T17:06:36.688Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-14T17:06:36.688Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-14T17:06:36.688Z] pkg-config zip [2021-01-14T17:06:36.688Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-14T17:06:36.688Z] Need to get 7655 kB of archives. [2021-01-14T17:06:36.688Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-14T17:06:36.688Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-14T17:06:36.688Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-14T17:06:36.688Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-14T17:06:36.688Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-14T17:06:36.688Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-14T17:06:36.688Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-14T17:06:36.950Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-14T17:06:36.950Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-14T17:06:36.950Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-14T17:06:36.950Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-14T17:06:37.210Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-14T17:06:37.211Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-14T17:06:37.211Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-14T17:06:37.211Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-14T17:06:37.211Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-14T17:06:37.472Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-14T17:06:37.472Z] Fetched 7655 kB in 1s (6923 kB/s) [2021-01-14T17:06:37.472Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-14T17:06:37.472Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-14T17:06:37.472Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-14T17:06:37.472Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T17:06:37.735Z] Selecting previously unselected package libpsl5:amd64. [2021-01-14T17:06:37.735Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-14T17:06:37.735Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T17:06:37.735Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-14T17:06:37.735Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-14T17:06:37.735Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T17:06:37.997Z] Selecting previously unselected package librtmp1:amd64. [2021-01-14T17:06:37.997Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-14T17:06:37.997Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T17:06:37.997Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-14T17:06:37.997Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-14T17:06:37.997Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T17:06:37.997Z] Selecting previously unselected package liberror-perl. [2021-01-14T17:06:37.997Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-14T17:06:37.997Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-14T17:06:38.258Z] Selecting previously unselected package git-man. [2021-01-14T17:06:38.258Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-14T17:06:38.258Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T17:06:38.258Z] Selecting previously unselected package git. [2021-01-14T17:06:38.258Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-14T17:06:38.258Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T17:06:39.205Z] Selecting previously unselected package libnorm1:amd64. [2021-01-14T17:06:39.205Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-14T17:06:39.205Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T17:06:39.205Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-14T17:06:39.205Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-14T17:06:39.205Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T17:06:39.205Z] Selecting previously unselected package libsodium23:amd64. [2021-01-14T17:06:39.205Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-14T17:06:39.205Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-14T17:06:39.468Z] Selecting previously unselected package libzmq5:amd64. [2021-01-14T17:06:39.468Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T17:06:39.468Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T17:06:39.468Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-14T17:06:39.468Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-14T17:06:39.468Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T17:06:39.729Z] Selecting previously unselected package pkg-config. [2021-01-14T17:06:39.729Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-14T17:06:39.729Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T17:06:39.729Z] Selecting previously unselected package zip. [2021-01-14T17:06:39.729Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-14T17:06:39.729Z] Unpacking zip (3.0-11build1) ... [2021-01-14T17:06:39.991Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-14T17:06:39.991Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-14T17:06:39.991Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-14T17:06:39.991Z] Setting up liberror-perl (0.17025-1) ... [2021-01-14T17:06:39.991Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-14T17:06:39.991Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-14T17:06:39.991Z] No schema files found: doing nothing. [2021-01-14T17:06:39.991Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-14T17:06:39.991Z] Setting up zip (3.0-11build1) ... [2021-01-14T17:06:39.991Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-14T17:06:40.253Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-14T17:06:40.253Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-14T17:06:40.253Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T17:06:40.253Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-14T17:06:40.253Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-14T17:06:40.253Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-14T17:06:40.253Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-14T17:06:46.969Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T17:06:46.969Z] git set to automatically installed. [2021-01-14T17:06:46.969Z] git-man set to automatically installed. [2021-01-14T17:06:46.969Z] libcurl3-gnutls set to automatically installed. [2021-01-14T17:06:46.969Z] liberror-perl set to automatically installed. [2021-01-14T17:06:46.969Z] libglib2.0-0 set to automatically installed. [2021-01-14T17:06:46.969Z] libnghttp2-14 set to automatically installed. [2021-01-14T17:06:46.969Z] libnorm1 set to automatically installed. [2021-01-14T17:06:46.969Z] libpgm-5.2-0 set to automatically installed. [2021-01-14T17:06:46.969Z] libpsl5 set to automatically installed. [2021-01-14T17:06:46.969Z] librtmp1 set to automatically installed. [2021-01-14T17:06:46.969Z] libsodium23 set to automatically installed. [2021-01-14T17:06:46.969Z] libzmq3-dev set to automatically installed. [2021-01-14T17:06:46.969Z] libzmq5 set to automatically installed. [2021-01-14T17:06:46.969Z] pkg-config set to automatically installed. [2021-01-14T17:06:46.969Z] zip set to automatically installed. [2021-01-14T17:06:48.939Z] snapd is not logged in, snap install commands will use sudo [2021-01-14T17:06:55.562Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-14T17:06:56.133Z] snap "core18" has no updates available [2021-01-14T17:06:56.704Z] Pulling config-common [2021-01-14T17:06:57.658Z] Pulling go-build-helper [2021-01-14T17:06:58.591Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T17:06:58.591Z] Removing intermediate container d14ff31cd1ee [2021-01-14T17:06:58.591Z] ---> ff15d2f68176 [2021-01-14T17:06:58.591Z] [2021-01-14T17:06:58.591Z] Step 10/22 : FROM alpine:3.12 [2021-01-14T17:06:58.876Z] 3.12: Pulling from library/alpine [2021-01-14T17:07:01.569Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-14T17:07:01.569Z] Status: Downloaded newer image for alpine:3.12 [2021-01-14T17:07:01.569Z] ---> afeebe901d6b [2021-01-14T17:07:01.569Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T17:07:03.024Z] ---> Running in e04dc03dfc01 [2021-01-14T17:07:03.303Z] Removing intermediate container 33fcc79c34ea [2021-01-14T17:07:03.303Z] ---> 8eca4cb25008 [2021-01-14T17:07:03.303Z] [2021-01-14T17:07:03.303Z] Step 10/24 : FROM alpine:3.12 [2021-01-14T17:07:03.303Z] ---> afeebe901d6b [2021-01-14T17:07:03.303Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-14T17:07:03.908Z] Removing intermediate container 70ec5c0bb6d2 [2021-01-14T17:07:03.908Z] ---> 39f87a2a666a [2021-01-14T17:07:03.908Z] [2021-01-14T17:07:03.908Z] Step 10/24 : FROM scratch [2021-01-14T17:07:03.908Z] ---> [2021-01-14T17:07:03.908Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-14T17:07:03.908Z] ---> Running in 7f4abf00798b [2021-01-14T17:07:04.190Z] ---> Running in d755dcc3dd41 [2021-01-14T17:07:05.182Z] Removing intermediate container d755dcc3dd41 [2021-01-14T17:07:05.182Z] ---> 2c33808f9587 [2021-01-14T17:07:05.182Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-14T17:07:05.460Z] ---> Running in ad84e464372c [2021-01-14T17:07:06.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:06.070Z] Removing intermediate container ad84e464372c [2021-01-14T17:07:06.070Z] ---> 680b20d408ff [2021-01-14T17:07:06.070Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-14T17:07:06.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:06.351Z] ---> Running in df1f71124587 [2021-01-14T17:07:06.351Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:06.656Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:06.933Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T17:07:06.933Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T17:07:06.933Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T17:07:06.933Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T17:07:06.933Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T17:07:06.933Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:07:06.933Z] Removing intermediate container df1f71124587 [2021-01-14T17:07:06.933Z] ---> ab73f2e0896a [2021-01-14T17:07:06.933Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-14T17:07:07.209Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T17:07:07.521Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-14T17:07:07.521Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T17:07:07.521Z] OK: 7 MiB in 19 packages [2021-01-14T17:07:07.521Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-14T17:07:07.521Z] (4/5) Installing curl (7.69.1-r3) [2021-01-14T17:07:07.521Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-14T17:07:07.521Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:07:07.796Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T17:07:08.076Z] OK: 7 MiB in 19 packages [2021-01-14T17:07:08.361Z] ---> ece587e10c2f [2021-01-14T17:07:08.361Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-14T17:07:11.005Z] Removing intermediate container e04dc03dfc01 [2021-01-14T17:07:11.005Z] ---> e2b86589c3d5 [2021-01-14T17:07:11.005Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-14T17:07:11.005Z] ---> d1ee519029c4 [2021-01-14T17:07:11.005Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-14T17:07:11.005Z] ---> Running in 8cfd8ce16161 [2021-01-14T17:07:11.627Z] Removing intermediate container 7f4abf00798b [2021-01-14T17:07:11.627Z] ---> f5603fbc4980 [2021-01-14T17:07:11.627Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T17:07:11.969Z] ---> Running in f3f16cc2da9b [2021-01-14T17:07:11.969Z] Removing intermediate container 8cfd8ce16161 [2021-01-14T17:07:11.969Z] ---> 21131866629a [2021-01-14T17:07:11.969Z] Step 13/22 : WORKDIR / [2021-01-14T17:07:12.506Z] ---> Running in 44d7d6de71f6 [2021-01-14T17:07:12.808Z] Removing intermediate container f3f16cc2da9b [2021-01-14T17:07:12.808Z] ---> 394903245702 [2021-01-14T17:07:12.808Z] Step 13/24 : WORKDIR / [2021-01-14T17:07:12.808Z] ---> Running in cd1e13f42615 [2021-01-14T17:07:13.448Z] Removing intermediate container 44d7d6de71f6 [2021-01-14T17:07:13.448Z] ---> 248eb696cdac [2021-01-14T17:07:13.448Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:07:13.745Z] ---> 56aad5c981a9 [2021-01-14T17:07:13.745Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:07:14.023Z] Removing intermediate container cd1e13f42615 [2021-01-14T17:07:14.023Z] ---> 821c6062600a [2021-01-14T17:07:14.023Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-14T17:07:15.121Z] ---> f0e72bc8df5e [2021-01-14T17:07:15.121Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-14T17:07:15.718Z] ---> d92c09371ecc [2021-01-14T17:07:15.718Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-14T17:07:15.718Z] ---> fab1bd5da37d [2021-01-14T17:07:15.718Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-14T17:07:17.696Z] ---> 4671d84eb280 [2021-01-14T17:07:17.696Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-14T17:07:17.696Z] ---> df9334c1f761 [2021-01-14T17:07:17.696Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-14T17:07:17.696Z] ---> 3398b6c54330 [2021-01-14T17:07:17.975Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-14T17:07:18.954Z] ---> 2b128ef5312a [2021-01-14T17:07:18.954Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-14T17:07:19.231Z] ---> aed2c114529d [2021-01-14T17:07:19.231Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-14T17:07:19.231Z] ---> 8a726d34cfad [2021-01-14T17:07:19.231Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-14T17:07:19.746Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-14T17:07:19.746Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-14T17:07:19.746Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-14T17:07:19.746Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-14T17:07:19.746Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-14T17:07:19.746Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-14T17:07:19.746Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-14T17:07:19.746Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-14T17:07:19.746Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] [2021-01-14T17:07:19.746Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-14T17:07:19.746Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-14T17:07:19.746Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-14T17:07:19.746Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-14T17:07:19.746Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-14T17:07:19.746Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-14T17:07:19.746Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-14T17:07:19.746Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-14T17:07:19.746Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-14T17:07:19.746Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-14T17:07:19.746Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] [2021-01-14T17:07:19.746Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-14T17:07:19.746Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-14T17:07:19.746Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-14T17:07:19.746Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-14T17:07:19.746Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-14T17:07:19.746Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-14T17:07:19.746Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-14T17:07:19.746Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-14T17:07:19.746Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-14T17:07:19.746Z] Fetched 279 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-14T17:07:19.746Z] Fetched 122 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-14T17:07:19.746Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-14T17:07:19.746Z] Fetched 8848 B in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-14T17:07:19.746Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-14T17:07:19.746Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-14T17:07:19.746Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-14T17:07:19.746Z] Fetched 214 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-14T17:07:19.746Z] Fetched 155 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-14T17:07:19.746Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-14T17:07:19.746Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-14T17:07:19.746Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-14T17:07:19.746Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-14T17:07:19.747Z] Fetched 499 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-14T17:07:19.747Z] Fetched 111 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-14T17:07:19.747Z] Fetched 240 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-14T17:07:19.747Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-14T17:07:19.747Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-14T17:07:19.747Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-14T17:07:19.747Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-14T17:07:19.747Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-14T17:07:19.747Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-14T17:07:19.747Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-14T17:07:19.747Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-14T17:07:19.747Z] Fetched 8720 B in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-14T17:07:19.747Z] Fetched 137 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-14T17:07:19.747Z] Fetched 119 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-14T17:07:19.747Z] Fetched 109 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-14T17:07:19.747Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-14T17:07:19.747Z] Fetched 645 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-14T17:07:19.747Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-14T17:07:19.747Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-14T17:07:19.747Z] Fetched 368 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-14T17:07:19.747Z] Fetched 187 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-14T17:07:19.747Z] Fetched 175 kB in 0s (0 B/s) [2021-01-14T17:07:19.747Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-14T17:07:19.833Z] ---> Running in 0d144104307c [2021-01-14T17:07:20.813Z] ---> ffe96063e70a [2021-01-14T17:07:20.813Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-14T17:07:21.087Z] Removing intermediate container 0d144104307c [2021-01-14T17:07:21.087Z] ---> 47200496a80a [2021-01-14T17:07:21.087Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:07:21.362Z] ---> Running in 67ef26bfbbcf [2021-01-14T17:07:21.362Z] ---> 9dde3afbf2c4 [2021-01-14T17:07:21.362Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-14T17:07:21.643Z] ---> Running in 822512dd2d81 [2021-01-14T17:07:22.306Z] Fetched 206 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-14T17:07:22.306Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-14T17:07:22.306Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-14T17:07:22.306Z] Fetched 159 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-14T17:07:22.306Z] Fetched 107 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-14T17:07:22.306Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-14T17:07:22.306Z] Pulling static-packages [2021-01-14T17:07:22.645Z] Removing intermediate container 822512dd2d81 [2021-01-14T17:07:22.645Z] ---> b2b2387e44e5 [2021-01-14T17:07:22.645Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T17:07:23.251Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-14T17:07:23.251Z] Skipping pull go-build-helper (already ran) [2021-01-14T17:07:23.251Z] Skipping pull static-packages (already ran) [2021-01-14T17:07:23.251Z] Building go-build-helper [2021-01-14T17:07:23.253Z] ---> Running in ca61349495b1 [2021-01-14T17:07:23.539Z] ---> f81d5f0d497a [2021-01-14T17:07:23.539Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-14T17:07:24.163Z] Removing intermediate container ca61349495b1 [2021-01-14T17:07:24.163Z] ---> 0c2d41808909 [2021-01-14T17:07:24.163Z] Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:07:24.774Z] ---> Running in b96e5b2af279 [2021-01-14T17:07:25.059Z] ---> 3f165e1fd555 [2021-01-14T17:07:25.059Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-14T17:07:26.064Z] ---> Running in 15e1e561338e [2021-01-14T17:07:26.064Z] Removing intermediate container 67ef26bfbbcf [2021-01-14T17:07:26.064Z] ---> dcec84225a82 [2021-01-14T17:07:26.064Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-14T17:07:26.342Z] Removing intermediate container b96e5b2af279 [2021-01-14T17:07:26.342Z] ---> a18f567edca9 [2021-01-14T17:07:26.342Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T17:07:26.563Z] Building static-packages [2021-01-14T17:07:26.618Z] ---> Running in 7a57cee58a6c [2021-01-14T17:07:26.895Z] ---> Running in 11278c795326 [2021-01-14T17:07:27.502Z] Removing intermediate container f266b3846ac9 [2021-01-14T17:07:27.502Z] ---> ca0210aac789 [2021-01-14T17:07:27.502Z] [2021-01-14T17:07:27.502Z] Step 10/22 : FROM scratch [2021-01-14T17:07:27.502Z] ---> [2021-01-14T17:07:27.502Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:07:27.779Z] Removing intermediate container 7a57cee58a6c [2021-01-14T17:07:27.779Z] ---> c67e9cb620c9 [2021-01-14T17:07:27.779Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T17:07:27.779Z] ---> Running in b636dcfc2ef2 [2021-01-14T17:07:27.779Z] Removing intermediate container 11278c795326 [2021-01-14T17:07:27.779Z] ---> 01af830121ad [2021-01-14T17:07:27.779Z] [2021-01-14T17:07:28.056Z] ---> Running in 71b3e515fe9d [2021-01-14T17:07:28.539Z] Staging go-build-helper [2021-01-14T17:07:28.666Z] Removing intermediate container b636dcfc2ef2 [2021-01-14T17:07:28.666Z] ---> 4c04990c91ae [2021-01-14T17:07:28.666Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-14T17:07:28.666Z] Successfully built 01af830121ad [2021-01-14T17:07:28.666Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-14T17:07:28.666Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-01-14T17:07:28.958Z] ---> Running in f617a194e9c3 [2021-01-14T17:07:28.958Z] Removing intermediate container 71b3e515fe9d [2021-01-14T17:07:28.958Z] ---> 0a02c651218d [2021-01-14T17:07:28.958Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:07:29.268Z] ---> Running in 02c557fa8c6e [2021-01-14T17:07:29.545Z] Removing intermediate container f617a194e9c3 [2021-01-14T17:07:29.545Z] ---> 9866557cf366 [2021-01-14T17:07:29.545Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T17:07:29.685Z] Staging static-packages [2021-01-14T17:07:29.823Z] ---> Running in 18f8111b49d4 [2021-01-14T17:07:29.824Z] Removing intermediate container 15e1e561338e [2021-01-14T17:07:29.824Z] ---> 5a6fd177597d [2021-01-14T17:07:29.824Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-14T17:07:30.102Z] Removing intermediate container 02c557fa8c6e [2021-01-14T17:07:30.102Z] ---> 8be0507848f5 [2021-01-14T17:07:30.102Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T17:07:30.380Z] ---> Running in 769a44de0d08 [2021-01-14T17:07:30.634Z] Pulling go115 [2021-01-14T17:07:30.677Z] ---> Running in 8c813efda734 [2021-01-14T17:07:30.959Z] Removing intermediate container 18f8111b49d4 [2021-01-14T17:07:30.959Z] ---> f5c794f443fa [2021-01-14T17:07:30.959Z] Step 14/22 : WORKDIR / [2021-01-14T17:07:31.584Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-14T17:07:31.585Z] Skipping pull go115 (already ran) [2021-01-14T17:07:31.585Z] Building go115 [2021-01-14T17:07:31.585Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T17:07:31.585Z] Dload Upload Total Spent Left Speed [2021-01-14T17:07:31.956Z] ---> Running in 261783ec910b [2021-01-14T17:07:31.956Z] Removing intermediate container 769a44de0d08 [2021-01-14T17:07:31.956Z] ---> a6772f68378b [2021-01-14T17:07:31.956Z] Step 22/24 : LABEL arch=arm64 [2021-01-14T17:07:32.574Z] Removing intermediate container 8c813efda734 [2021-01-14T17:07:32.574Z] ---> 5897f53e3291 [2021-01-14T17:07:32.574Z] [2021-01-14T17:07:32.858Z] ---> Running in 2bdd3355025b [2021-01-14T17:07:33.468Z] Successfully built 5897f53e3291 [2021-01-14T17:07:33.468Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-14T17:07:33.468Z]  Building docker-security-bootstrap-redis-go ... done Building docker-sys-mgmt-agent-go [2021-01-14T17:07:33.468Z] Removing intermediate container 261783ec910b [2021-01-14T17:07:33.468Z] ---> 546ccf289b79 [2021-01-14T17:07:33.468Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:07:34.089Z] Removing intermediate container 2bdd3355025b [2021-01-14T17:07:34.089Z] ---> 874f42953189 [2021-01-14T17:07:34.089Z] Step 23/24 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:07:34.131Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6207k 0 0 14.8M 0 0:00:07 --:--:-- 0:00:07 14.7M 44 115M 44 51.7M 0 0 36.7M 0 0:00:03 0:00:01 0:00:02 36.6M 87 115M 87 101M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M 100 115M 100 115M 0 0 43.7M 0 0:00:02 0:00:02 --:--:-- 43.7M [2021-01-14T17:07:34.393Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-14T17:07:34.708Z] ---> Running in 268898ec6d98 [2021-01-14T17:07:34.992Z] ---> cafc79929d65 [2021-01-14T17:07:34.992Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-14T17:07:36.006Z] Removing intermediate container cf89717e67fb [2021-01-14T17:07:36.006Z] ---> 8a83bd1847f8 [2021-01-14T17:07:36.006Z] [2021-01-14T17:07:36.006Z] Step 10/23 : FROM alpine:3.12 [2021-01-14T17:07:36.006Z] ---> afeebe901d6b [2021-01-14T17:07:36.006Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:07:36.292Z] Removing intermediate container 268898ec6d98 [2021-01-14T17:07:36.292Z] ---> 7af5864d5011 [2021-01-14T17:07:36.292Z] Step 24/24 : LABEL version=0.0.0 [2021-01-14T17:07:36.909Z] ---> Running in a59fdcccaf6c [2021-01-14T17:07:36.909Z] ---> Running in 263fd7edefd2 [2021-01-14T17:07:37.195Z] ---> 68a6d8ad0a62 [2021-01-14T17:07:37.195Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-14T17:07:37.475Z] Removing intermediate container a59fdcccaf6c [2021-01-14T17:07:37.475Z] ---> 148d43e14c2a [2021-01-14T17:07:37.475Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-14T17:07:37.756Z] ---> Running in d539e01ec0dd [2021-01-14T17:07:37.756Z] Removing intermediate container 263fd7edefd2 [2021-01-14T17:07:37.756Z] ---> 52921dddebcf [2021-01-14T17:07:37.756Z] [2021-01-14T17:07:38.361Z] ---> 5d9c3fa49777 [2021-01-14T17:07:38.361Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-14T17:07:38.361Z] Successfully built 52921dddebcf [2021-01-14T17:07:38.596Z] Staging go115 [2021-01-14T17:07:38.638Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-14T17:07:38.638Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-01-14T17:07:38.919Z] ---> Running in b2863d029db7 [2021-01-14T17:07:38.919Z] Removing intermediate container d539e01ec0dd [2021-01-14T17:07:38.919Z] ---> 342daf261adc [2021-01-14T17:07:38.919Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-14T17:07:39.545Z] ---> Running in 1199dd28a488 [2021-01-14T17:07:39.826Z] Removing intermediate container b2863d029db7 [2021-01-14T17:07:39.826Z] ---> 35a85d9a45ff [2021-01-14T17:07:39.826Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:07:39.826Z] ---> Running in 0981448aff0e [2021-01-14T17:07:40.106Z] Removing intermediate container 1199dd28a488 [2021-01-14T17:07:40.106Z] ---> 1780201f036f [2021-01-14T17:07:40.106Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:07:40.413Z] ---> Running in 03494b101087 [2021-01-14T17:07:41.024Z] Removing intermediate container 0981448aff0e [2021-01-14T17:07:41.024Z] ---> 1244f7089f67 [2021-01-14T17:07:41.024Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T17:07:42.030Z] ---> Running in 053f1568adc9 [2021-01-14T17:07:43.028Z] Removing intermediate container 053f1568adc9 [2021-01-14T17:07:43.028Z] ---> 70ba57e2cd8f [2021-01-14T17:07:43.028Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:07:43.912Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-14T17:07:43.912Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-14T17:07:43.912Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-14T17:07:43.912Z] Fetched 0 B in 0s (0 B/s) [2021-01-14T17:07:43.912Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-14T17:07:43.912Z] Fetched 224 kB in 0s (0 B/s) [2021-01-14T17:07:43.912Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-14T17:07:43.912Z] Fetched 157 kB in 0s (0 B/s) [2021-01-14T17:07:43.912Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-14T17:07:43.912Z] Fetched 221 kB in 0s (0 B/s) [2021-01-14T17:07:43.912Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-14T17:07:43.912Z] Fetched 143 kB in 0s (0 B/s) [2021-01-14T17:07:43.912Z] Pulling edgex-go [2021-01-14T17:07:44.028Z] ---> Running in 5df58184859d [2021-01-14T17:07:44.855Z] Pulling version [2021-01-14T17:07:45.038Z] Removing intermediate container 5df58184859d [2021-01-14T17:07:45.038Z] ---> f45ff7c5edb5 [2021-01-14T17:07:45.038Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T17:07:45.332Z] Removing intermediate container 03494b101087 [2021-01-14T17:07:45.332Z] ---> c6e4c0cb4494 [2021-01-14T17:07:45.332Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-14T17:07:45.332Z] ---> Running in d42c7b03ed22 [2021-01-14T17:07:45.426Z] Building config-common [2021-01-14T17:07:45.636Z] ---> Running in 070408c0b0ef [2021-01-14T17:07:46.643Z] Removing intermediate container d42c7b03ed22 [2021-01-14T17:07:46.643Z] ---> a48c62e1bf8f [2021-01-14T17:07:46.643Z] [2021-01-14T17:07:47.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:47.257Z] Successfully built a48c62e1bf8f [2021-01-14T17:07:47.257Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-14T17:07:47.257Z] Building docker-core-command-go [2021-01-14T17:07:47.338Z] Skipping build go-build-helper (already ran) [2021-01-14T17:07:47.338Z] Skipping build static-packages (already ran) [2021-01-14T17:07:47.338Z] Skipping build go115 (already ran) [2021-01-14T17:07:47.338Z] Building edgex-go [2021-01-14T17:07:47.598Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-14T17:07:47.858Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:07:48.842Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-14T17:07:48.987Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-14T17:07:48.987Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-14T17:07:48.987Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-14T17:07:48.987Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-14T17:07:48.987Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-14T17:07:48.987Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-14T17:07:48.987Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-14T17:07:48.987Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-14T17:07:48.987Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-14T17:07:48.987Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-14T17:07:48.987Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-14T17:07:48.987Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-14T17:07:48.987Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-14T17:07:48.987Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-14T17:07:48.987Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-14T17:07:48.987Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-14T17:07:48.987Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-14T17:07:48.987Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-14T17:07:48.987Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-14T17:07:48.987Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-14T17:07:49.118Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-14T17:07:49.118Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-14T17:07:49.256Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-14T17:07:49.256Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-14T17:07:49.256Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-14T17:07:49.256Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-14T17:07:49.256Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-14T17:07:49.256Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-14T17:07:49.516Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-14T17:07:49.732Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-14T17:07:49.733Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-14T17:07:49.733Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:07:49.733Z] OK: 8 MiB in 19 packages [2021-01-14T17:07:52.401Z] Removing intermediate container 070408c0b0ef [2021-01-14T17:07:52.401Z] ---> a0dbd625c43d [2021-01-14T17:07:52.401Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:07:54.425Z] ---> ef9dac2cf3be [2021-01-14T17:07:54.425Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-14T17:07:56.105Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-14T17:07:57.084Z] ---> 3de27a618c36 [2021-01-14T17:07:57.084Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-14T17:07:58.086Z] ---> adad09238287 [2021-01-14T17:07:58.086Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-14T17:07:58.362Z] ---> Running in 487896bd524a [2021-01-14T17:07:58.980Z] Removing intermediate container 487896bd524a [2021-01-14T17:07:58.980Z] ---> 3a011fe40587 [2021-01-14T17:07:58.980Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:07:59.432Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T17:07:59.590Z] ---> Running in 5b68f7d16034 [2021-01-14T17:08:00.202Z] Removing intermediate container 5b68f7d16034 [2021-01-14T17:08:00.202Z] ---> 69aeae3daad0 [2021-01-14T17:08:00.202Z] Step 21/23 : LABEL arch=arm64 [2021-01-14T17:08:00.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-14T17:08:00.477Z] ---> Running in 000fee61ec13 [2021-01-14T17:08:01.322Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T17:08:01.468Z] Removing intermediate container 000fee61ec13 [2021-01-14T17:08:01.468Z] ---> 0b2a714b50ee [2021-01-14T17:08:01.468Z] Step 22/23 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:08:01.746Z] ---> Running in 492f1017f1a8 [2021-01-14T17:08:01.901Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T17:08:01.901Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-14T17:08:02.161Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-14T17:08:02.161Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-14T17:08:02.161Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-14T17:08:02.762Z] Removing intermediate container 492f1017f1a8 [2021-01-14T17:08:02.762Z] ---> 15cd400114b1 [2021-01-14T17:08:02.762Z] Step 23/23 : LABEL version=0.0.0 [2021-01-14T17:08:03.756Z] ---> Running in 0da6a854335d [2021-01-14T17:08:04.078Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T17:08:04.078Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-14T17:08:04.078Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-14T17:08:04.757Z] Removing intermediate container 0da6a854335d [2021-01-14T17:08:04.757Z] ---> d652a8392c01 [2021-01-14T17:08:04.757Z] [2021-01-14T17:08:05.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T17:08:05.021Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-14T17:08:05.035Z] Successfully built d652a8392c01 [2021-01-14T17:08:05.035Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-14T17:08:06.414Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-14T17:08:06.414Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-14T17:08:07.050Z]  Building docker-core-data-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:08:07.050Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:08:07.050Z] ---> d14f8dbfd069 [2021-01-14T17:08:07.050Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T17:08:07.050Z] ---> Using cache [2021-01-14T17:08:07.050Z] ---> 45bf635badf9 [2021-01-14T17:08:07.050Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:08:07.050Z] ---> Using cache [2021-01-14T17:08:07.050Z] ---> 039cfaa13741 [2021-01-14T17:08:07.050Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T17:08:07.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-14T17:08:08.050Z] ---> Running in e6f7b7c7d65d [2021-01-14T17:08:08.745Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-14T17:08:09.499Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:08:09.695Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T17:08:10.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:08:11.087Z] OK: 217 MiB in 51 packages [2021-01-14T17:08:11.609Z] Building version [2021-01-14T17:08:13.519Z] Staging config-common [2021-01-14T17:08:14.463Z] Skipping stage go-build-helper (already ran) [2021-01-14T17:08:14.463Z] Skipping stage static-packages (already ran) [2021-01-14T17:08:14.463Z] Skipping stage go115 (already ran) [2021-01-14T17:08:14.463Z] Staging edgex-go [2021-01-14T17:08:14.641Z] Removing intermediate container e6f7b7c7d65d [2021-01-14T17:08:14.641Z] ---> 3ab9aa8ad67d [2021-01-14T17:08:14.641Z] Step 6/21 : COPY go.mod . [2021-01-14T17:08:15.404Z] Staging version [2021-01-14T17:08:16.345Z] Priming config-common [2021-01-14T17:08:16.663Z] ---> 26f89e41d377 [2021-01-14T17:08:16.663Z] Step 7/21 : RUN go mod download [2021-01-14T17:08:16.950Z] ---> Running in 3fa820843669 [2021-01-14T17:08:17.290Z] Priming go-build-helper [2021-01-14T17:08:18.229Z] Priming static-packages [2021-01-14T17:08:18.416Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:08:18.416Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:08:18.416Z] ---> d14f8dbfd069 [2021-01-14T17:08:18.416Z] Step 3/26 : WORKDIR /edgex-go [2021-01-14T17:08:18.416Z] ---> Using cache [2021-01-14T17:08:18.416Z] ---> 45bf635badf9 [2021-01-14T17:08:18.416Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:08:18.416Z] ---> Using cache [2021-01-14T17:08:18.416Z] ---> 039cfaa13741 [2021-01-14T17:08:18.416Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-14T17:08:19.031Z] ---> Running in 78da28c9bcf8 [2021-01-14T17:08:20.141Z] Priming go115 [2021-01-14T17:08:20.710Z] Priming edgex-go [2021-01-14T17:08:21.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:08:21.314Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:08:21.314Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:08:21.314Z] ---> d14f8dbfd069 [2021-01-14T17:08:21.314Z] Step 3/21 : WORKDIR /edgex-go [2021-01-14T17:08:21.314Z] ---> Using cache [2021-01-14T17:08:21.314Z] ---> 45bf635badf9 [2021-01-14T17:08:21.314Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:08:21.314Z] ---> Using cache [2021-01-14T17:08:21.314Z] ---> 039cfaa13741 [2021-01-14T17:08:21.314Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-14T17:08:21.314Z] ---> Using cache [2021-01-14T17:08:21.314Z] ---> 3ab9aa8ad67d [2021-01-14T17:08:21.314Z] Step 6/21 : COPY go.mod . [2021-01-14T17:08:21.314Z] ---> Using cache [2021-01-14T17:08:21.314Z] ---> 26f89e41d377 [2021-01-14T17:08:21.314Z] Step 7/21 : RUN go mod download [2021-01-14T17:08:21.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:08:21.873Z] ---> Running in b830d234a1cf [2021-01-14T17:08:21.873Z] Removing intermediate container 3fa820843669 [2021-01-14T17:08:21.873Z] ---> fb917bdf25eb [2021-01-14T17:08:21.873Z] Step 8/21 : COPY . . [2021-01-14T17:08:22.094Z] Priming version [2021-01-14T17:08:22.480Z] OK: 217 MiB in 51 packages [2021-01-14T17:08:23.035Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-14T17:08:25.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-14T17:08:25.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-14T17:08:25.914Z] ---> d14f8dbfd069 [2021-01-14T17:08:25.914Z] Step 3/22 : WORKDIR /edgex-go [2021-01-14T17:08:25.914Z] ---> Using cache [2021-01-14T17:08:25.914Z] ---> 45bf635badf9 [2021-01-14T17:08:25.914Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-14T17:08:25.914Z] ---> Using cache [2021-01-14T17:08:25.914Z] ---> 039cfaa13741 [2021-01-14T17:08:25.914Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-14T17:08:25.914Z] ---> Using cache [2021-01-14T17:08:25.914Z] ---> 3ab9aa8ad67d [2021-01-14T17:08:25.914Z] Step 6/22 : COPY go.mod . [2021-01-14T17:08:25.914Z] ---> Using cache [2021-01-14T17:08:25.914Z] ---> 26f89e41d377 [2021-01-14T17:08:25.914Z] Step 7/22 : RUN go mod download [2021-01-14T17:08:25.914Z] ---> Using cache [2021-01-14T17:08:25.914Z] ---> fb917bdf25eb [2021-01-14T17:08:25.914Z] Step 8/22 : COPY . . [2021-01-14T17:08:26.899Z] Removing intermediate container 78da28c9bcf8 [2021-01-14T17:08:26.899Z] ---> 896049f6b3cf [2021-01-14T17:08:26.899Z] Step 6/26 : COPY go.mod . [2021-01-14T17:08:28.348Z] Removing intermediate container b830d234a1cf [2021-01-14T17:08:28.348Z] ---> f5641fe8f239 [2021-01-14T17:08:28.348Z] Step 8/21 : COPY . . [2021-01-14T17:08:28.653Z] ---> e5631272125c [2021-01-14T17:08:28.653Z] Step 7/26 : RUN go mod download [2021-01-14T17:08:29.649Z] ---> Running in a777967ad567 [2021-01-14T17:08:37.965Z] Removing intermediate container a777967ad567 [2021-01-14T17:08:37.965Z] ---> bfa41ca70a0f [2021-01-14T17:08:37.965Z] Step 8/26 : COPY . . [2021-01-14T17:08:38.948Z] ---> ec5f5227f54e [2021-01-14T17:08:38.948Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-14T17:08:41.603Z] ---> Running in 6cf1115fc4c5 [2021-01-14T17:08:41.910Z] ---> 3ba48d737339 [2021-01-14T17:08:41.910Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-14T17:08:43.373Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-14T17:08:43.659Z] ---> Running in 1c682080a3c7 [2021-01-14T17:08:44.680Z] ---> f2930542469d [2021-01-14T17:08:44.680Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-14T17:08:45.291Z] ---> Running in e247392bde39 [2021-01-14T17:08:45.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-14T17:08:47.307Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-14T17:08:55.712Z] ---> db3aafd539c5 [2021-01-14T17:08:55.712Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-14T17:08:55.712Z] ---> Running in f0b546744b0f [2021-01-14T17:08:57.739Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-14T17:09:54.426Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-14T17:10:04.660Z] Removing intermediate container 6cf1115fc4c5 [2021-01-14T17:10:04.660Z] ---> ffd955fe148f [2021-01-14T17:10:04.660Z] [2021-01-14T17:10:04.660Z] Step 10/21 : FROM scratch [2021-01-14T17:10:04.660Z] ---> [2021-01-14T17:10:04.660Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:10:04.660Z] ---> Using cache [2021-01-14T17:10:04.660Z] ---> 4c04990c91ae [2021-01-14T17:10:04.660Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-14T17:10:04.660Z] ---> Running in 3bff13f6af0a [2021-01-14T17:10:05.269Z] Removing intermediate container 3bff13f6af0a [2021-01-14T17:10:05.269Z] ---> e25d94550f40 [2021-01-14T17:10:05.269Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-14T17:10:05.269Z] ---> Running in cedd4bdddf6f [2021-01-14T17:10:06.263Z] Removing intermediate container cedd4bdddf6f [2021-01-14T17:10:06.263Z] ---> 47365cebfe3e [2021-01-14T17:10:06.263Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:10:07.715Z] ---> 80786960b1ac [2021-01-14T17:10:07.715Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-14T17:10:08.000Z] Removing intermediate container 1c682080a3c7 [2021-01-14T17:10:08.000Z] ---> 5b67affa9d3e [2021-01-14T17:10:08.000Z] [2021-01-14T17:10:08.000Z] Step 10/22 : FROM scratch [2021-01-14T17:10:08.000Z] ---> [2021-01-14T17:10:08.000Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-14T17:10:08.000Z] Removing intermediate container e247392bde39 [2021-01-14T17:10:08.000Z] ---> fb3bcfe3a510 [2021-01-14T17:10:08.000Z] [2021-01-14T17:10:08.000Z] Step 10/21 : FROM alpine:3.12 [2021-01-14T17:10:08.000Z] ---> afeebe901d6b [2021-01-14T17:10:08.000Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-14T17:10:08.277Z] ---> Using cache [2021-01-14T17:10:08.277Z] ---> 4c04990c91ae [2021-01-14T17:10:08.277Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-14T17:10:08.556Z] ---> Running in 966a483c5df3 [2021-01-14T17:10:08.556Z] ---> Running in 9c8677545fa7 [2021-01-14T17:10:09.161Z] ---> a25f0817ec43 [2021-01-14T17:10:09.161Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-14T17:10:09.161Z] Removing intermediate container 966a483c5df3 [2021-01-14T17:10:09.161Z] ---> 09dd8cbb7b3b [2021-01-14T17:10:09.161Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-14T17:10:09.439Z] ---> Running in 07926c6e55f9 [2021-01-14T17:10:10.062Z] Removing intermediate container 07926c6e55f9 [2021-01-14T17:10:10.062Z] ---> 189cc94e21b2 [2021-01-14T17:10:10.062Z] Step 14/22 : WORKDIR / [2021-01-14T17:10:10.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:10.636Z] ---> Running in 74a03a92a6c4 [2021-01-14T17:10:10.636Z] ---> 3c974fc58f32 [2021-01-14T17:10:10.636Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-14T17:10:10.636Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:10.636Z] ---> Running in 09095bccc911 [2021-01-14T17:10:11.244Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-14T17:10:11.244Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T17:10:11.244Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-14T17:10:11.244Z] (4/4) Installing curl (7.69.1-r3) [2021-01-14T17:10:11.244Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:10:11.244Z] Removing intermediate container 74a03a92a6c4 [2021-01-14T17:10:11.244Z] ---> dd67856ce39d [2021-01-14T17:10:11.244Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-14T17:10:11.244Z] Executing ca-certificates-20191127-r4.trigger [2021-01-14T17:10:11.523Z] OK: 7 MiB in 18 packages [2021-01-14T17:10:11.523Z] Removing intermediate container 09095bccc911 [2021-01-14T17:10:11.523Z] ---> 01510abf79de [2021-01-14T17:10:11.523Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:10:11.523Z] Removing intermediate container f0b546744b0f [2021-01-14T17:10:11.523Z] ---> bca12395490d [2021-01-14T17:10:11.523Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-14T17:10:11.802Z] ---> Running in e1df1ed9d3db [2021-01-14T17:10:11.802Z] ---> Running in 0ffa37202109 [2021-01-14T17:10:12.405Z] ---> 7744926661eb [2021-01-14T17:10:12.405Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-14T17:10:12.685Z] Removing intermediate container 0ffa37202109 [2021-01-14T17:10:12.685Z] ---> 1786b867eca7 [2021-01-14T17:10:12.685Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T17:10:12.685Z] ---> Running in fd4da3ea5183 [2021-01-14T17:10:13.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-14T17:10:13.676Z] Removing intermediate container fd4da3ea5183 [2021-01-14T17:10:13.676Z] ---> 4c20f90ad93f [2021-01-14T17:10:13.676Z] Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:10:13.954Z] Removing intermediate container 9c8677545fa7 [2021-01-14T17:10:13.954Z] ---> 68b3cad5c03f [2021-01-14T17:10:13.954Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-14T17:10:13.954Z] ---> 58343e0733e0 [2021-01-14T17:10:13.954Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-14T17:10:13.954Z] ---> Running in b1317e92314b [2021-01-14T17:10:14.233Z] ---> Running in e33266122134 [2021-01-14T17:10:14.834Z] Removing intermediate container b1317e92314b [2021-01-14T17:10:14.834Z] ---> a0438a3f2e43 [2021-01-14T17:10:14.834Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T17:10:14.834Z] Removing intermediate container e33266122134 [2021-01-14T17:10:14.834Z] ---> 4035d29d970a [2021-01-14T17:10:14.834Z] Step 13/21 : WORKDIR /edgex [2021-01-14T17:10:15.112Z] ---> ce0929271002 [2021-01-14T17:10:15.112Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-14T17:10:15.112Z] ---> Running in 7f2261ebdec7 [2021-01-14T17:10:15.112Z] ---> Running in 5cea29b9b161 [2021-01-14T17:10:15.112Z] ---> Running in bfbb76372487 [2021-01-14T17:10:15.718Z] Removing intermediate container 5cea29b9b161 [2021-01-14T17:10:15.718Z] ---> d40ad96c9680 [2021-01-14T17:10:15.718Z] [2021-01-14T17:10:15.718Z] Removing intermediate container 7f2261ebdec7 [2021-01-14T17:10:15.718Z] ---> 4754a442ee68 [2021-01-14T17:10:15.718Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-14T17:10:15.718Z] Removing intermediate container bfbb76372487 [2021-01-14T17:10:15.718Z] ---> 4034bea9d201 [2021-01-14T17:10:15.718Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:10:16.001Z] Successfully built d40ad96c9680 [2021-01-14T17:10:16.001Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-14T17:10:16.001Z]  Building docker-support-scheduler-go ... done  ---> Running in b7f43e238377 [2021-01-14T17:10:16.602Z] Removing intermediate container b7f43e238377 [2021-01-14T17:10:16.602Z] ---> 143bbe071685 [2021-01-14T17:10:16.602Z] Step 20/22 : LABEL arch=arm64 [2021-01-14T17:10:16.876Z] ---> 434e336e4dcb [2021-01-14T17:10:16.876Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-14T17:10:16.876Z] ---> Running in 4420f5dc7905 [2021-01-14T17:10:17.152Z] Removing intermediate container e1df1ed9d3db [2021-01-14T17:10:17.152Z] ---> ef73855b6c23 [2021-01-14T17:10:17.152Z] [2021-01-14T17:10:17.152Z] Step 11/26 : FROM docker:20.10.0 [2021-01-14T17:10:17.152Z] 20.10.0: Pulling from library/docker [2021-01-14T17:10:17.462Z] Removing intermediate container 4420f5dc7905 [2021-01-14T17:10:17.462Z] ---> 3a1f44827797 [2021-01-14T17:10:17.462Z] Step 21/22 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:10:17.781Z] ---> Running in 6aee35d118da [2021-01-14T17:10:18.859Z] ---> 68b33d69491b [2021-01-14T17:10:18.859Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-14T17:10:18.859Z] Removing intermediate container 6aee35d118da [2021-01-14T17:10:18.859Z] ---> 3b42238ec11a [2021-01-14T17:10:18.859Z] Step 22/22 : LABEL version=0.0.0 [2021-01-14T17:10:20.287Z] ---> Running in 27b55204f21e [2021-01-14T17:10:20.287Z] Removing intermediate container 27b55204f21e [2021-01-14T17:10:20.287Z] ---> 59df9cae1496 [2021-01-14T17:10:20.287Z] [2021-01-14T17:10:20.287Z] Successfully built 59df9cae1496 [2021-01-14T17:10:20.564Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-14T17:10:20.564Z]  Building docker-core-command-go ... done  ---> b80d81453540 [2021-01-14T17:10:20.564Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-14T17:10:20.838Z] ---> Running in cffe787292c2 [2021-01-14T17:10:21.439Z] Removing intermediate container cffe787292c2 [2021-01-14T17:10:21.439Z] ---> 8f4c9ddb8780 [2021-01-14T17:10:21.439Z] Step 18/21 : CMD ["--init=true"] [2021-01-14T17:10:21.439Z] ---> Running in ac0ee235ae87 [2021-01-14T17:10:22.041Z] Removing intermediate container ac0ee235ae87 [2021-01-14T17:10:22.041Z] ---> 3833c79bf3b2 [2021-01-14T17:10:22.041Z] Step 19/21 : LABEL arch=arm64 [2021-01-14T17:10:22.641Z] ---> Running in 5a31d7bd09d9 [2021-01-14T17:10:23.627Z] Removing intermediate container 5a31d7bd09d9 [2021-01-14T17:10:23.627Z] ---> ee8803a00303 [2021-01-14T17:10:23.627Z] Step 20/21 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:10:24.236Z] ---> Running in 91c0fbc1af93 [2021-01-14T17:10:25.222Z] Removing intermediate container 91c0fbc1af93 [2021-01-14T17:10:25.222Z] ---> b23b43386762 [2021-01-14T17:10:25.222Z] Step 21/21 : LABEL version=0.0.0 [2021-01-14T17:10:25.500Z] ---> Running in 67cc3443bc76 [2021-01-14T17:10:26.484Z] Removing intermediate container 67cc3443bc76 [2021-01-14T17:10:26.484Z] ---> be77d0bc3c00 [2021-01-14T17:10:26.484Z] [2021-01-14T17:10:27.085Z] Successfully built be77d0bc3c00 [2021-01-14T17:10:27.085Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-14T17:10:27.686Z]  Building docker-security-proxy-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-14T17:10:27.686Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-14T17:10:27.686Z] ---> eeaf43b92773 [2021-01-14T17:10:27.686Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-14T17:10:27.962Z] ---> Running in 63c86dbd07d4 [2021-01-14T17:10:29.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:29.406Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:30.006Z] (1/2) Installing readline (8.0.4-r0) [2021-01-14T17:10:30.006Z] (2/2) Installing bash (5.0.17-r0) [2021-01-14T17:10:30.006Z] Executing bash-5.0.17-r0.post-install [2021-01-14T17:10:30.006Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:10:30.282Z] OK: 12 MiB in 22 packages [2021-01-14T17:10:31.726Z] Removing intermediate container 63c86dbd07d4 [2021-01-14T17:10:31.726Z] ---> 7ce9416af4f0 [2021-01-14T17:10:31.726Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-14T17:10:31.726Z] ---> Running in ed0883362f35 [2021-01-14T17:10:32.008Z] Removing intermediate container ed0883362f35 [2021-01-14T17:10:32.008Z] ---> 03f1c22bb291 [2021-01-14T17:10:32.008Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-14T17:10:32.283Z] ---> Running in 852a705e988a [2021-01-14T17:10:32.558Z] Removing intermediate container 852a705e988a [2021-01-14T17:10:32.558Z] ---> e2914f1399f1 [2021-01-14T17:10:32.558Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-14T17:10:32.833Z] ---> Running in 952018350fb9 [2021-01-14T17:10:33.107Z] Removing intermediate container 952018350fb9 [2021-01-14T17:10:33.107Z] ---> 0e6302cbca7b [2021-01-14T17:10:33.107Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-14T17:10:34.551Z] ---> 0b959afe0cfb [2021-01-14T17:10:34.551Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-14T17:10:35.157Z] ---> 66aec1fb373e [2021-01-14T17:10:35.157Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-14T17:10:36.140Z] ---> 69da4f66c433 [2021-01-14T17:10:36.140Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-14T17:10:36.416Z] ---> Running in bb6593df99e9 [2021-01-14T17:10:37.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:37.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:10:38.456Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-14T17:10:38.456Z] (2/33) Installing expat (2.2.9-r1) [2021-01-14T17:10:38.456Z] (3/33) Installing libffi (3.3-r2) [2021-01-14T17:10:38.456Z] (4/33) Installing gdbm (1.13-r1) [2021-01-14T17:10:38.456Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-14T17:10:38.456Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-14T17:10:38.456Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-14T17:10:40.433Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-14T17:10:40.433Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-14T17:10:40.433Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-14T17:10:40.433Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-14T17:10:40.433Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-14T17:10:40.433Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-14T17:10:40.433Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-14T17:10:40.433Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-14T17:10:40.433Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-14T17:10:40.709Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-14T17:10:40.709Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-14T17:10:40.709Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-14T17:10:40.709Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-14T17:10:40.709Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-14T17:10:40.709Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-14T17:10:40.709Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-14T17:10:40.709Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-14T17:10:40.709Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-14T17:10:40.982Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-14T17:10:40.982Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-14T17:10:40.982Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-14T17:10:40.982Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-14T17:10:40.982Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-14T17:10:40.982Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-14T17:10:40.982Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-14T17:10:40.982Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-14T17:10:41.267Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:10:41.267Z] OK: 71 MiB in 55 packages [2021-01-14T17:10:48.310Z] Removing intermediate container bb6593df99e9 [2021-01-14T17:10:48.311Z] ---> 7823e4230808 [2021-01-14T17:10:48.311Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-14T17:10:48.311Z] ---> Running in 9aa071a2208d [2021-01-14T17:10:53.723Z] Collecting docker-compose==1.23.2 [2021-01-14T17:10:53.997Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-14T17:10:54.978Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-14T17:10:54.978Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-14T17:10:55.577Z] Collecting cached-property<2,>=1.2.0 [2021-01-14T17:10:55.577Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-14T17:10:56.176Z] Collecting docopt<0.7,>=0.6.1 [2021-01-14T17:10:56.176Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-14T17:10:59.565Z] Collecting PyYAML<4,>=3.10 [2021-01-14T17:10:59.565Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-14T17:11:03.872Z] Collecting jsonschema<3,>=2.5.1 [2021-01-14T17:11:03.872Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-14T17:11:05.846Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-14T17:11:05.846Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-14T17:11:06.123Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-14T17:11:06.399Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-14T17:11:06.399Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-14T17:11:09.804Z] Collecting docker<4.0,>=3.6.0 [2021-01-14T17:11:09.804Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-14T17:11:10.079Z] Collecting texttable<0.10,>=0.9.0 [2021-01-14T17:11:10.079Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-14T17:11:12.050Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-14T17:11:12.647Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-14T17:11:12.647Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-14T17:11:12.921Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-14T17:11:13.194Z] Collecting idna<2.8,>=2.5 [2021-01-14T17:11:13.194Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-14T17:11:13.194Z] Collecting docker-pycreds>=0.4.0 [2021-01-14T17:11:13.467Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-14T17:11:13.467Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-14T17:11:13.467Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-14T17:11:13.467Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-14T17:11:13.467Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-14T17:11:14.446Z] Installing collected packages: websocket-client, cached-property, docopt, PyYAML, jsonschema, urllib3, idna, requests, dockerpty, docker-pycreds, docker, texttable, docker-compose [2021-01-14T17:11:14.721Z] Running setup.py install for docopt: started [2021-01-14T17:11:17.346Z] Running setup.py install for docopt: finished with status 'done' [2021-01-14T17:11:17.346Z] Running setup.py install for PyYAML: started [2021-01-14T17:11:19.330Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-14T17:11:19.927Z] Attempting uninstall: urllib3 [2021-01-14T17:11:19.927Z] Found existing installation: urllib3 1.25.9 [2021-01-14T17:11:19.927Z] Uninstalling urllib3-1.25.9: [2021-01-14T17:11:19.927Z] Successfully uninstalled urllib3-1.25.9 [2021-01-14T17:11:20.526Z] Attempting uninstall: idna [2021-01-14T17:11:20.526Z] Found existing installation: idna 2.9 [2021-01-14T17:11:20.526Z] Uninstalling idna-2.9: [2021-01-14T17:11:20.800Z] Successfully uninstalled idna-2.9 [2021-01-14T17:11:21.398Z] Attempting uninstall: requests [2021-01-14T17:11:21.398Z] Found existing installation: requests 2.23.0 [2021-01-14T17:11:21.398Z] Uninstalling requests-2.23.0: [2021-01-14T17:11:21.671Z] Successfully uninstalled requests-2.23.0 [2021-01-14T17:11:21.945Z] Running setup.py install for dockerpty: started [2021-01-14T17:11:24.560Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-14T17:11:24.834Z] Running setup.py install for texttable: started [2021-01-14T17:11:27.510Z] Running setup.py install for texttable: finished with status 'done' [2021-01-14T17:11:28.115Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-14T17:11:32.421Z] Removing intermediate container 9aa071a2208d [2021-01-14T17:11:32.422Z] ---> 0e1b726a93b2 [2021-01-14T17:11:32.422Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-14T17:11:32.422Z] ---> Running in c7c2514bc3f7 [2021-01-14T17:11:33.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-14T17:11:33.399Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-14T17:11:33.991Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-14T17:11:33.991Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-14T17:11:33.991Z] (3/3) Installing curl (7.69.1-r3) [2021-01-14T17:11:33.991Z] Executing busybox-1.31.1-r19.trigger [2021-01-14T17:11:33.991Z] OK: 71 MiB in 58 packages [2021-01-14T17:11:35.424Z] Removing intermediate container c7c2514bc3f7 [2021-01-14T17:11:35.424Z] ---> d4d749b6139e [2021-01-14T17:11:35.424Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-14T17:11:35.424Z] ---> Running in 1d73e1910b2e [2021-01-14T17:11:36.019Z] Removing intermediate container 1d73e1910b2e [2021-01-14T17:11:36.019Z] ---> deaea5aa7a94 [2021-01-14T17:11:36.019Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-14T17:11:36.290Z] ---> Running in c10c19c69009 [2021-01-14T17:11:36.566Z] Removing intermediate container c10c19c69009 [2021-01-14T17:11:36.566Z] ---> 6c8406cc1eac [2021-01-14T17:11:36.566Z] Step 24/26 : LABEL arch=arm64 [2021-01-14T17:11:36.566Z] ---> Running in 300077e73295 [2021-01-14T17:11:37.157Z] Removing intermediate container 300077e73295 [2021-01-14T17:11:37.157Z] ---> ac61e35f062a [2021-01-14T17:11:37.157Z] Step 25/26 : LABEL git_sha=e93fe298edca2f4dbba9d8b960851799ec89fd7a [2021-01-14T17:11:37.157Z] ---> Running in 60b36f524bfe [2021-01-14T17:11:37.749Z] Removing intermediate container 60b36f524bfe [2021-01-14T17:11:37.749Z] ---> 8dc3b51a08e3 [2021-01-14T17:11:37.749Z] Step 26/26 : LABEL version=0.0.0 [2021-01-14T17:11:37.749Z] ---> Running in 70124d58f08e [2021-01-14T17:11:38.355Z] Removing intermediate container 70124d58f08e [2021-01-14T17:11:38.355Z] ---> 6274df1c65f2 [2021-01-14T17:11:38.355Z] [2021-01-14T17:11:38.627Z] Successfully built 6274df1c65f2 [2021-01-14T17:11:38.627Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-14T17:11:39.234Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-14T17:11:39.227Z] $ docker stop --time=1 e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df [2021-01-14T17:11:41.139Z] $ docker rm -f e46f924278f45ffe00d19e697cd5559760632060cdc8fa2c165e951b870929df [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-14T17:11:41.822Z] + docker images [2021-01-14T17:11:41.822Z] + grep docker [2021-01-14T17:11:42.091Z] docker-sys-mgmt-agent-go-arm64 latest 6274df1c65f2 3 seconds ago 300MB [2021-01-14T17:11:42.092Z] docker-security-proxy-setup-go-arm64 latest be77d0bc3c00 About a minute ago 23.3MB [2021-01-14T17:11:42.092Z] docker-core-command-go-arm64 latest 59df9cae1496 About a minute ago 9.98MB [2021-01-14T17:11:42.092Z] docker-support-scheduler-go-arm64 latest d40ad96c9680 About a minute ago 10MB [2021-01-14T17:11:42.092Z] docker-core-data-go-arm64 latest d652a8392c01 3 minutes ago 21MB [2021-01-14T17:11:42.092Z] docker-core-metadata-go-arm64 latest a48c62e1bf8f 3 minutes ago 12.3MB [2021-01-14T17:11:42.092Z] docker-security-secretstore-setup-go-arm64 latest 52921dddebcf 4 minutes ago 23.4MB [2021-01-14T17:11:42.092Z] docker-security-bootstrap-redis-go-arm64 latest 5897f53e3291 4 minutes ago 15.1MB [2021-01-14T17:11:42.092Z] docker-support-notifications-go-arm64 latest 01af830121ad 4 minutes ago 11.4MB [2021-01-14T17:11:42.092Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-14T17:11:43.950Z] provisioning config files... [2021-01-14T17:11:43.965Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config456733420810524410tmp [Pipeline] { [Pipeline] sh [2021-01-14T17:11:44.375Z] + set +x [2021-01-14T17:11:44.375Z] + curl -s https://codecov.io/bash [2021-01-14T17:11:44.375Z] + bash -s -- [2021-01-14T17:11:44.642Z] [2021-01-14T17:11:44.642Z] _____ _ [2021-01-14T17:11:44.642Z] / ____| | | [2021-01-14T17:11:44.642Z] | | ___ __| | ___ ___ _____ __ [2021-01-14T17:11:44.642Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-14T17:11:44.642Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-14T17:11:44.642Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-14T17:11:44.642Z] Bash-20201231-23d4836 [2021-01-14T17:11:44.642Z] [2021-01-14T17:11:44.642Z] [2021-01-14T17:11:44.642Z] ==> git version 2.24.3 found [2021-01-14T17:11:44.642Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-01-14T17:11:44.642Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-14T17:11:44.642Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-14T17:11:44.904Z] ==> Jenkins CI detected. [2021-01-14T17:11:44.904Z] project root: . [2021-01-14T17:11:44.904Z] --> token set from env [2021-01-14T17:11:44.904Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-14T17:11:44.904Z] ==> Running gcov in . (disable via -X gcov) [2021-01-14T17:11:44.904Z] ==> Python coveragepy not found [2021-01-14T17:11:44.904Z] ==> Searching for coverage reports in: [2021-01-14T17:11:44.904Z] + . [2021-01-14T17:11:44.904Z] -> Found 1 reports [2021-01-14T17:11:44.904Z] ==> Detecting git/mercurial file structure [2021-01-14T17:11:44.904Z] ==> Reading reports [2021-01-14T17:11:44.904Z] + ./coverage.out bytes=555118 [2021-01-14T17:11:44.904Z] ==> Appending adjustments [2021-01-14T17:11:44.904Z] https://docs.codecov.io/docs/fixing-reports [2021-01-14T17:11:48.215Z] + Found adjustments [2021-01-14T17:11:48.215Z] ==> Gzipping contents [2021-01-14T17:11:48.215Z] 84K /tmp/codecov.2nuy1F.gz [2021-01-14T17:11:48.215Z] ==> Uploading reports [2021-01-14T17:11:48.215Z] url: https://codecov.io [2021-01-14T17:11:48.215Z] query: branch=PR-3027&commit=e93fe298edca2f4dbba9d8b960851799ec89fd7a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-14T17:11:48.215Z] -> Pinging Codecov [2021-01-14T17:11:48.215Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3027&commit=e93fe298edca2f4dbba9d8b960851799ec89fd7a&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-14T17:11:48.479Z] -> Uploading to [2021-01-14T17:11:48.479Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-14/00271124DB129430A58F1EEE437C3FCB/e93fe298edca2f4dbba9d8b960851799ec89fd7a/53ef3bb2-3cbe-4b42-8b34-dbcdab5b30c6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210114%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210114T171148Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=51557ef04b613feaef344c000bde00e0c89570bc1b79db11946b9df9852a90f3 [2021-01-14T17:11:48.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-14T17:11:48.479Z] Dload Upload Total Spent Left Speed [2021-01-14T17:11:49.052Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83866 0 0 100 83866 0 163k --:--:-- --:--:-- --:--:-- 163k 100 83866 0 0 100 83866 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-01-14T17:11:49.052Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e93fe298edca2f4dbba9d8b960851799ec89fd7a [Pipeline] } [2021-01-14T17:11:49.062Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:11:51.058Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:11:51.963Z] ---> package-listing.sh [2021-01-14T17:11:51.963Z] ++ facter osfamily [2021-01-14T17:11:51.963Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-14T17:11:51.963Z] + OS_FAMILY=redhat [2021-01-14T17:11:51.963Z] + workspace=/w/workspace/edgex-go/3 [2021-01-14T17:11:51.963Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-14T17:11:51.963Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-14T17:11:51.963Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-14T17:11:51.963Z] + PACKAGES=/tmp/packages_start.txt [2021-01-14T17:11:51.963Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-14T17:11:51.963Z] + PACKAGES=/tmp/packages_end.txt [2021-01-14T17:11:51.963Z] + case "${OS_FAMILY}" in [2021-01-14T17:11:51.963Z] + rpm -qa [2021-01-14T17:11:51.963Z] + sort [2021-01-14T17:11:57.320Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-14T17:11:57.320Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-14T17:11:57.320Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-14T17:11:57.320Z] + '[' /w/workspace/edgex-go/3 ']' [2021-01-14T17:11:57.320Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-01-14T17:11:57.320Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-01-14T17:11:57.344Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-14T17:11:57.663Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-14T17:11:57.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T17:11:58.258Z] [2021-01-14T17:11:58.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-14T17:11:58.709Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T17:11:58.709Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-14T17:11:58.709Z] df20fa9351a1: Pulling fs layer [2021-01-14T17:11:58.709Z] 36b3adc4ff6f: Pulling fs layer [2021-01-14T17:11:58.709Z] 8ad3a11d3b57: Pulling fs layer [2021-01-14T17:11:58.709Z] 46f8f816bc3b: Pulling fs layer [2021-01-14T17:11:58.709Z] 93b61091891f: Pulling fs layer [2021-01-14T17:11:58.709Z] 93b9cdb0e59b: Pulling fs layer [2021-01-14T17:11:58.709Z] 5e14af77c1be: Pulling fs layer [2021-01-14T17:11:58.709Z] 01666e4c0597: Pulling fs layer [2021-01-14T17:11:58.709Z] aa168da1d23b: Pulling fs layer [2021-01-14T17:11:58.709Z] 46f8f816bc3b: Waiting [2021-01-14T17:11:58.709Z] 93b61091891f: Waiting [2021-01-14T17:11:58.709Z] 93b9cdb0e59b: Waiting [2021-01-14T17:11:58.709Z] 5e14af77c1be: Waiting [2021-01-14T17:11:58.709Z] 01666e4c0597: Waiting [2021-01-14T17:11:58.709Z] aa168da1d23b: Waiting [2021-01-14T17:11:58.709Z] 36b3adc4ff6f: Verifying Checksum [2021-01-14T17:11:58.709Z] 36b3adc4ff6f: Download complete [2021-01-14T17:11:58.709Z] 46f8f816bc3b: Verifying Checksum [2021-01-14T17:11:58.709Z] 46f8f816bc3b: Download complete [2021-01-14T17:11:58.988Z] df20fa9351a1: Verifying Checksum [2021-01-14T17:11:58.988Z] df20fa9351a1: Download complete [2021-01-14T17:11:58.988Z] 93b9cdb0e59b: Verifying Checksum [2021-01-14T17:11:58.988Z] 93b9cdb0e59b: Download complete [2021-01-14T17:11:58.988Z] 93b61091891f: Verifying Checksum [2021-01-14T17:11:58.988Z] 93b61091891f: Download complete [2021-01-14T17:11:58.988Z] 5e14af77c1be: Verifying Checksum [2021-01-14T17:11:58.989Z] 5e14af77c1be: Download complete [2021-01-14T17:11:58.989Z] 01666e4c0597: Verifying Checksum [2021-01-14T17:11:58.989Z] 01666e4c0597: Download complete [2021-01-14T17:11:58.989Z] 8ad3a11d3b57: Verifying Checksum [2021-01-14T17:11:58.989Z] 8ad3a11d3b57: Download complete [2021-01-14T17:11:59.292Z] df20fa9351a1: Pull complete [2021-01-14T17:11:59.587Z] 36b3adc4ff6f: Pull complete [2021-01-14T17:12:00.564Z] 8ad3a11d3b57: Pull complete [2021-01-14T17:12:01.518Z] aa168da1d23b: Verifying Checksum [2021-01-14T17:12:01.518Z] aa168da1d23b: Download complete [2021-01-14T17:12:02.096Z] 46f8f816bc3b: Pull complete [2021-01-14T17:12:03.496Z] 93b61091891f: Pull complete [2021-01-14T17:12:03.496Z] 93b9cdb0e59b: Pull complete [2021-01-14T17:12:03.759Z] 5e14af77c1be: Pull complete [2021-01-14T17:12:03.759Z] 01666e4c0597: Pull complete [2021-01-14T17:12:11.939Z] aa168da1d23b: Pull complete [2021-01-14T17:12:11.939Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-14T17:12:11.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-14T17:12:11.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-14T17:12:12.153Z] prd-centos7-docker-4c-2g-20254 does not seem to be running inside a container [2021-01-14T17:12:12.203Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-14T17:12:16.794Z] $ docker top 9f4f0d2048d8f495c35919e5dd3dccd28a9ba7a77907b4d7d686903c4b2d3301 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-14T17:12:17.379Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-14T17:12:17.678Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-14T17:12:17.987Z] + ls /var/log/sa-host [2021-01-14T17:12:17.987Z] + sadf -c /var/log/sa-host/sa14 [2021-01-14T17:12:17.987Z] file_magic: OK [2021-01-14T17:12:17.987Z] HZ: Using current value: 100 [2021-01-14T17:12:17.987Z] file_header: OK [2021-01-14T17:12:17.987Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T17:12:17.987Z] Statistics: [2021-01-14T17:12:17.987Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-14T17:12:17.987Z] File successfully converted to sysstat format version 12.2.1 [2021-01-14T17:12:17.987Z] + sadf -c /var/log/sa-host/sa23 [2021-01-14T17:12:17.987Z] file_magic: OK [2021-01-14T17:12:17.987Z] HZ: Using current value: 100 [2021-01-14T17:12:17.987Z] file_header: OK [2021-01-14T17:12:17.987Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-14T17:12:17.987Z] Statistics: [2021-01-14T17:12:17.987Z] Hnuu...uuuununununu... [2021-01-14T17:12:17.987Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-14T17:12:18.195Z] provisioning config files... [2021-01-14T17:12:18.211Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7072853926837718536tmp [Pipeline] { [Pipeline] echo [2021-01-14T17:12:18.287Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:12:18.583Z] ---> create-netrc.sh [Pipeline] } [2021-01-14T17:12:18.595Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-14T17:12:18.677Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:12:18.976Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-14T17:12:18.987Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:12:19.281Z] ---> sudo-logs.sh [2021-01-14T17:12:19.281Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-14T17:12:19.291Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:12:19.588Z] ---> job-cost.sh [2021-01-14T17:12:19.588Z] lf-activate-venv: SKIPPING [2021-01-14T17:12:19.588Z] INFO: No Stack... [2021-01-14T17:12:20.165Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-14T17:12:20.740Z] INFO: Archiving Costs [Pipeline] echo [2021-01-14T17:12:20.753Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-14T17:12:21.054Z] ---> logs-deploy.sh [2021-01-14T17:12:21.054Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/3 [2021-01-14T17:12:21.055Z] INFO: archiving workspace using pattern(s): [2021-01-14T17:12:22.973Z] Archives upload complete. [2021-01-14T17:12:22.973Z] INFO: archiving logs to Nexus