Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0d048c99a2e689bcffe87ab7e4893f9cb34f024e+4ca1de52de98fea5214ec757781974277347748a (8f166b1e9cd2d8e56a90ceefd07b99c10b495b97) 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22096 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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 Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e Merge succeeded, producing ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 Checking out Revision ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 (PR-3027) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # 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 4ca1de52de98fea5214ec757781974277347748a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 # timeout=10 Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" > git rev-list --no-walk 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T00:31:22.630Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T00:31:22.842Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T00:31:22.931Z] ========================================================= [2021-01-22T00:31:22.931Z] EdgeX Global Pipelines Version Info [2021-01-22T00:31:22.931Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:31:24.945Z] ------------------- [2021-01-22T00:31:24.945Z] stable info: [2021-01-22T00:31:24.945Z] ------------------- [2021-01-22T00:31:24.945Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:31:24.945Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:31:24.945Z] Message: update stable to v1.0.179 [2021-01-22T00:31:25.523Z] ------------------- [2021-01-22T00:31:25.523Z] experimental info: [2021-01-22T00:31:25.523Z] ------------------- [2021-01-22T00:31:25.523Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T00:31:25.523Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T00:31:25.523Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T00:31:25.771Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T00:31:25.857Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T00:31:25.942Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T00:31:26.060Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T00:31:26.144Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T00:31:26.233Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T00:31:26.319Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T00:31:26.403Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T00:31:26.495Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T00:31:26.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T00:31:26.666Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T00:31:26.753Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T00:31:26.837Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T00:31:26.934Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T00:31:27.029Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:31:27.115Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T00:31:27.196Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T00:31:27.283Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T00:31:27.367Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T00:31:27.452Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T00:31:27.535Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T00:31:27.618Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T00:31:27.701Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T00:31:27.816Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-22T00:31:27.898Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-22T00:31:27.992Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-22T00:31:28.076Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [Pipeline] echo [2021-01-22T00:31:28.158Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ffa20e1 [Pipeline] echo [2021-01-22T00:31:28.239Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:31:28.398Z] provisioning config files... [2021-01-22T00:31:28.430Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7639403857847392754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:31:28.785Z] ---> docker-login.sh [2021-01-22T00:31:28.785Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:31:29.053Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:31:29.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:31:29.318Z] Configure a credential helper to remove this warning. See [2021-01-22T00:31:29.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:31:29.318Z] [2021-01-22T00:31:29.318Z] Login Succeeded [2021-01-22T00:31:29.318Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:31:29.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:31:29.615Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:31:29.615Z] Configure a credential helper to remove this warning. See [2021-01-22T00:31:29.615Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:31:29.615Z] [2021-01-22T00:31:29.615Z] Login Succeeded [2021-01-22T00:31:29.615Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:31:29.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:31:29.879Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:31:29.879Z] Configure a credential helper to remove this warning. See [2021-01-22T00:31:29.879Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:31:29.879Z] [2021-01-22T00:31:29.879Z] Login Succeeded [2021-01-22T00:31:29.879Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:31:29.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:31:30.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:31:30.142Z] Configure a credential helper to remove this warning. See [2021-01-22T00:31:30.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:31:30.142Z] [2021-01-22T00:31:30.142Z] Login Succeeded [2021-01-22T00:31:30.142Z] docker.io [2021-01-22T00:31:30.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:31:30.405Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:31:30.405Z] Configure a credential helper to remove this warning. See [2021-01-22T00:31:30.405Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:31:30.405Z] [2021-01-22T00:31:30.405Z] Login Succeeded [2021-01-22T00:31:30.405Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:31:30.416Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:31:30.904Z] ++ 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-22T00:31:30.904Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.904Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T00:31:30.904Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.904Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T00:31:30.904Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.904Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T00:31:30.904Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.904Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T00:31:30.904Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.904Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T00:31:30.905Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T00:31:30.905Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T00:31:30.905Z] ++ cut -d/ -f2 [2021-01-22T00:31:30.905Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T00:31:30.983Z] 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-22T00:31:31.839Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:31:31.839Z] [2021-01-22T00:31:31.839Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:31:32.206Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:31:32.206Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T00:31:32.206Z] 31603596830f: Pulling fs layer [2021-01-22T00:31:32.206Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T00:31:32.206Z] 6ca5941a6612: Pulling fs layer [2021-01-22T00:31:32.206Z] ecc8261a40a4: Pulling fs layer [2021-01-22T00:31:32.206Z] ecc8261a40a4: Waiting [2021-01-22T00:31:32.206Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T00:31:32.206Z] 2a8b12db71e7: Download complete [2021-01-22T00:31:32.206Z] 31603596830f: Verifying Checksum [2021-01-22T00:31:32.206Z] 31603596830f: Download complete [2021-01-22T00:31:32.476Z] ecc8261a40a4: Verifying Checksum [2021-01-22T00:31:32.476Z] ecc8261a40a4: Download complete [2021-01-22T00:31:32.476Z] 6ca5941a6612: Verifying Checksum [2021-01-22T00:31:32.476Z] 6ca5941a6612: Download complete [2021-01-22T00:31:32.741Z] 31603596830f: Pull complete [2021-01-22T00:31:33.011Z] 2a8b12db71e7: Pull complete [2021-01-22T00:31:33.980Z] 6ca5941a6612: Pull complete [2021-01-22T00:31:34.246Z] ecc8261a40a4: Pull complete [2021-01-22T00:31:34.246Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T00:31:34.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T00:31:34.246Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T00:31:34.356Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:31:34.418Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-22T00:31:37.056Z] $ docker top caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T00:31:37.365Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:31:37.365Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:31:37.733Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:31:37.738Z] $ docker exec caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 ssh-agent [2021-01-22T00:31:37.946Z] SSH_AUTH_SOCK=/tmp/ssh-dP6CNgyBGR81/agent.11 [2021-01-22T00:31:37.946Z] SSH_AGENT_PID=16 [2021-01-22T00:31:37.958Z] Running ssh-add (command line suppressed) [2021-01-22T00:31:38.097Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_7055368330969023738.key (/w/workspace/edgex-go/19@tmp/private_key_7055368330969023738.key) [2021-01-22T00:31:38.163Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:31:38.512Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T00:31:38.546Z] $ docker exec --env ******** --env ******** caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 ssh-agent -k [2021-01-22T00:31:38.705Z] unset SSH_AUTH_SOCK; [2021-01-22T00:31:38.706Z] unset SSH_AGENT_PID; [2021-01-22T00:31:38.706Z] echo Agent pid 16 killed; [2021-01-22T00:31:38.779Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T00:31:38.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T00:31:38.954Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T00:31:39.163Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T00:31:39.167Z] $ docker exec caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 ssh-agent [2021-01-22T00:31:39.637Z] SSH_AUTH_SOCK=/tmp/ssh-5irJVQCPpbDU/agent.46 [2021-01-22T00:31:39.637Z] SSH_AGENT_PID=52 [2021-01-22T00:31:39.647Z] Running ssh-add (command line suppressed) [2021-01-22T00:31:39.790Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_4140762850938467905.key (/w/workspace/edgex-go/19@tmp/private_key_4140762850938467905.key) [2021-01-22T00:31:39.853Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T00:31:40.190Z] + git semver init [2021-01-22T00:31:40.190Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T00:31:40.190Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2021-01-22T00:31:40.190Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2021-01-22T00:31:40.190Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T00:31:40.190Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T00:31:40.190Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T00:31:40.190Z] # $SEMVER_BRANCH = PR-3027 [2021-01-22T00:31:40.190Z] # $SEMVER_TEMP = /tmp/semver-458335784 [2021-01-22T00:31:40.190Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T00:32:06.866Z] # '/tmp/semver-458335784' -> '/w/workspace/edgex-go/19/.semver' [2021-01-22T00:32:06.866Z] # -> Force: false [2021-01-22T00:32:06.866Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2021-01-22T00:32:06.881Z] $ docker exec --env ******** --env ******** caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 ssh-agent -k [2021-01-22T00:32:07.129Z] unset SSH_AUTH_SOCK; [2021-01-22T00:32:07.129Z] unset SSH_AGENT_PID; [2021-01-22T00:32:07.129Z] echo Agent pid 52 killed; [2021-01-22T00:32:07.228Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T00:32:07.713Z] + git semver [Pipeline] } [2021-01-22T00:32:07.736Z] $ docker stop --time=1 caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 [2021-01-22T00:32:09.483Z] $ docker rm -f caa5ad5952ccbda9377ad1ddd92a75d2afbc5312673b72616bfb3e6d4a445c38 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:32:10.042Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T00:32:10.667Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T00:32:10.670Z] [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-22T00:32:11.598Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:32:11.924Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:32:12.237Z] + sudo service docker restart [2021-01-22T00:32:12.237Z] + true [2021-01-22T00:32:12.237Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T00:32:12.844Z] ========================================================= [2021-01-22T00:32:12.844Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T00:32:12.844Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:32:13.187Z] + 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-22T00:32:17.476Z] Sending build context to Docker daemon 326.9MB [2021-01-22T00:32:17.476Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:32:17.476Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:32:17.740Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T00:32:17.740Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T00:32:17.740Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T00:32:17.740Z] de9db76c5a1d: Pulling fs layer [2021-01-22T00:32:17.740Z] bca2f99d35d6: Pulling fs layer [2021-01-22T00:32:17.740Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T00:32:17.740Z] 7c6f9722023f: Pulling fs layer [2021-01-22T00:32:17.740Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T00:32:17.740Z] 93359f2a8cfa: Waiting [2021-01-22T00:32:17.740Z] bca2f99d35d6: Waiting [2021-01-22T00:32:17.740Z] 7c6f9722023f: Waiting [2021-01-22T00:32:17.740Z] a35cf1a2eb13: Waiting [2021-01-22T00:32:17.740Z] de9db76c5a1d: Download complete [2021-01-22T00:32:17.740Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T00:32:17.740Z] 0ef7d3d256c8: Download complete [2021-01-22T00:32:17.740Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T00:32:17.740Z] 93359f2a8cfa: Download complete [2021-01-22T00:32:17.740Z] 7c6f9722023f: Verifying Checksum [2021-01-22T00:32:17.740Z] 7c6f9722023f: Download complete [2021-01-22T00:32:18.006Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T00:32:18.006Z] 188c0c94c7c5: Download complete [2021-01-22T00:32:18.676Z] 188c0c94c7c5: Pull complete [2021-01-22T00:32:19.262Z] 0ef7d3d256c8: Pull complete [2021-01-22T00:32:19.553Z] de9db76c5a1d: Pull complete [2021-01-22T00:32:20.552Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T00:32:20.552Z] a35cf1a2eb13: Download complete [2021-01-22T00:32:20.819Z] bca2f99d35d6: Verifying Checksum [2021-01-22T00:32:20.819Z] bca2f99d35d6: Download complete [2021-01-22T00:32:26.064Z] Still waiting to schedule task [2021-01-22T00:32:26.064Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-22T00:32:27.463Z] bca2f99d35d6: Pull complete [2021-01-22T00:32:27.463Z] 93359f2a8cfa: Pull complete [2021-01-22T00:32:27.463Z] 7c6f9722023f: Pull complete [2021-01-22T00:32:34.118Z] a35cf1a2eb13: Pull complete [2021-01-22T00:32:34.118Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T00:32:34.118Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T00:32:34.118Z] ---> a62c8e92a672 [2021-01-22T00:32:34.118Z] 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-22T00:32:34.118Z] ---> Running in 2b7fcd8dc82c [2021-01-22T00:32:34.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:32:35.653Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:32:36.243Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:32:36.545Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:32:36.545Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:32:36.545Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:32:40.845Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:32:40.846Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:32:40.846Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:32:40.846Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:32:40.846Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:32:40.846Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:32:40.846Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:32:40.846Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:32:40.846Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:32:40.846Z] OK: 233 MiB in 51 packages [2021-01-22T00:32:44.260Z] Removing intermediate container 2b7fcd8dc82c [2021-01-22T00:32:44.260Z] ---> 3eba69a25eba [2021-01-22T00:32:44.260Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:32:44.260Z] ---> Running in 87b60dabd371 [2021-01-22T00:32:44.528Z] Removing intermediate container 87b60dabd371 [2021-01-22T00:32:44.528Z] ---> a109966e7a82 [2021-01-22T00:32:44.528Z] Step 5/6 : COPY go.mod . [2021-01-22T00:32:44.797Z] ---> 86b7b52149e1 [2021-01-22T00:32:44.797Z] Step 6/6 : RUN go mod download [2021-01-22T00:32:44.797Z] ---> Running in d4e4d9a9d0d4 [2021-01-22T00:33:11.887Z] Removing intermediate container d4e4d9a9d0d4 [2021-01-22T00:33:11.887Z] ---> 19677e376a48 [2021-01-22T00:33:11.887Z] Successfully built 19677e376a48 [2021-01-22T00:33:11.887Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:33:12.257Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:33:12.257Z] . [Pipeline] withDockerContainer [2021-01-22T00:33:12.378Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:33:12.436Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:33:13.441Z] $ docker top 0832f392ea44fd7988272db8ce70beee9b05f94be5635c8a3ad77a56598a9893 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:33:14.055Z] + go version [2021-01-22T00:33:14.055Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T00:33:14.084Z] $ docker stop --time=1 0832f392ea44fd7988272db8ce70beee9b05f94be5635c8a3ad77a56598a9893 [2021-01-22T00:33:15.527Z] $ docker rm -f 0832f392ea44fd7988272db8ce70beee9b05f94be5635c8a3ad77a56598a9893 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:33:16.537Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T00:33:16.537Z] . [Pipeline] withDockerContainer [2021-01-22T00:33:16.671Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:33:16.732Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T00:33:17.820Z] $ docker top 13e2bbb1f94ab272b8efb3712854595533783a967752244ea1c6dbf8b4d39da2 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:33:18.061Z] ========================================================= [2021-01-22T00:33:18.061Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:33:18.061Z] ========================================================= [Pipeline] sh [2021-01-22T00:33:18.369Z] + make test [2021-01-22T00:33:18.369Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:33:30.790Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:33:49.324Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:33:56.405Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:33:56.405Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:33:56.405Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:33:56.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:33:56.405Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:33:56.682Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:33:57.307Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:33:57.897Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:33:58.871Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:34:00.866Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:34:00.866Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:34:00.866Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:34:03.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements [2021-01-22T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:34:03.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:34:07.942Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.146s coverage: 27.0% of statements [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:34:07.942Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:34:07.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:34:07.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:34:07.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.189s coverage: 66.7% of statements [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:34:07.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.457s coverage: 82.3% of statements [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:34:07.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:34:09.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.360s coverage: 28.6% of statements [2021-01-22T00:34:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:34:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:34:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:34:09.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:34:09.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:34:09.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.068s coverage: 100.0% of statements [2021-01-22T00:34:09.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:34:09.919Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.053s coverage: 100.0% of statements [2021-01-22T00:34:09.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:34:10.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.111s coverage: 86.7% of statements [2021-01-22T00:34:10.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:34:11.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.177s coverage: 97.5% of statements [2021-01-22T00:34:11.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:34:11.176Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 78.3% of statements [2021-01-22T00:34:11.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:34:11.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:34:11.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:34:11.176Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.506s coverage: 92.8% of statements [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.1% of statements [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2021-01-22T00:34:14.611Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.039s coverage: 80.8% of statements [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.070s coverage: 87.2% of statements [2021-01-22T00:34:14.611Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements [2021-01-22T00:34:14.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.108s coverage: 91.4% of statements [2021-01-22T00:34:14.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:34:16.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.229s coverage: 63.5% of statements [2021-01-22T00:34:16.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:34:16.317Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:34:16.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-22T00:34:16.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-01-22T00:34:16.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements [2021-01-22T00:34:16.317Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements [2021-01-22T00:34:16.595Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.051s coverage: 100.0% of statements [2021-01-22T00:34:18.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.433s coverage: 68.9% of statements [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:34:18.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:34:18.110Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:34:18.110Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.399s coverage: 84.0% of statements [2021-01-22T00:34:18.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.041s coverage: 100.0% of statements [2021-01-22T00:34:21.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.141s coverage: 47.1% of statements [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:34:21.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.091s coverage: 100.0% of statements [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:34:21.017Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-22T00:34:21.017Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.875s coverage: 29.1% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:34:22.466Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:34:22.466Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:34:22.734Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-22T00:34:22.999Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.039s coverage: 32.1% of statements [2021-01-22T00:34:23.269Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-22T00:34:23.535Z] GO111MODULE=on go vet ./... [2021-01-22T00:34:50.400Z] gofmt -l . [2021-01-22T00:34:50.984Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:34:51.576Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:34:52.546Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:34:53.771Z] + ls -al . [2021-01-22T00:34:53.771Z] total 656 [2021-01-22T00:34:53.771Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 00:34 . [2021-01-22T00:34:53.771Z] drwxr-xr-x 4 root root 30 Jan 22 00:33 .. [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:31 .dockerignore [2021-01-22T00:34:53.771Z] drwxrwxr-x 8 1001 1001 179 Jan 22 00:31 .git [2021-01-22T00:34:53.771Z] drwxrwxr-x 3 1001 1001 125 Jan 22 00:31 .github [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:31 .gitignore [2021-01-22T00:34:53.771Z] drwx------ 3 1001 1001 47 Jan 22 00:32 .semver [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:31 .sonarcloud.properties [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:31 Attribution.txt [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:31 CONTRIBUTING.md [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:31 Dockerfile.build [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:31 Jenkinsfile [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:31 LICENSE [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:31 Makefile [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:31 README.md [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:31 SECURITY.md [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:32 VERSION [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:31 ZMQWindows.md [2021-01-22T00:34:53.771Z] drwxrwxr-x 2 1001 1001 117 Jan 22 00:31 bin [2021-01-22T00:34:53.771Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:31 cmd [2021-01-22T00:34:53.771Z] -rw-r--r-- 1 root root 551534 Jan 22 00:34 coverage.out [2021-01-22T00:34:53.771Z] -rw-r--r-- 1 root root 1027 Jan 22 00:34 go.mod [2021-01-22T00:34:53.771Z] -rw-r--r-- 1 root root 18815 Jan 22 00:34 go.sum [2021-01-22T00:34:53.771Z] drwxrwxr-x 8 1001 1001 127 Jan 22 00:31 internal [2021-01-22T00:34:53.771Z] drwxrwxr-x 4 1001 1001 26 Jan 22 00:31 openapi [2021-01-22T00:34:53.771Z] drwxrwxr-x 4 1001 1001 71 Jan 22 00:31 snap [2021-01-22T00:34:53.771Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:31 version.go [Pipeline] sh [2021-01-22T00:34:54.092Z] + '[' -e coverage.out ] [2021-01-22T00:34:54.092Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:34:54.361Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:34:54.695Z] + make build [2021-01-22T00:34:54.695Z] 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-22T00:35:00.049Z] 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-22T00:35:10.251Z] 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-22T00:35:11.657Z] 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-22T00:35:13.613Z] 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-22T00:35:13.892Z] 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-22T00:35:16.507Z] 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-22T00:35:17.917Z] 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-22T00:35:19.345Z] 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-22T00:35:21.316Z] 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-22T00:35:22.734Z] 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-22T00:35:23.705Z] 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-22T00:35:25.613Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22104 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-22T00:35:25.694Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] } [2021-01-22T00:35:25.752Z] $ docker stop --time=1 13e2bbb1f94ab272b8efb3712854595533783a967752244ea1c6dbf8b4d39da2 [2021-01-22T00:35:27.521Z] $ docker rm -f 13e2bbb1f94ab272b8efb3712854595533783a967752244ea1c6dbf8b4d39da2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] checkout [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:29.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:35:29.348Z] [2021-01-22T00:35:29.348Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:29.993Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:35:29.993Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T00:35:29.993Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T00:35:29.993Z] ca9280d653b3: Pulling fs layer [2021-01-22T00:35:29.993Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T00:35:30.585Z] cbdbe7a5bc2a: Download complete [2021-01-22T00:35:31.185Z] cbdbe7a5bc2a: Pull complete [2021-01-22T00:35:31.464Z] ca9280d653b3: Download complete [2021-01-22T00:35:32.687Z] using credential edgex-jenkins-ssh [2021-01-22T00:35:32.742Z] Cloning the remote Git repository [2021-01-22T00:35:32.909Z] ca9280d653b3: Pull complete [2021-01-22T00:35:32.810Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:35:32.933Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-01-22T00:35:33.012Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:35:33.013Z] > git --version # timeout=10 [2021-01-22T00:35:33.031Z] > git --version # 'git version 2.17.1' [2021-01-22T00:35:33.033Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:35:33.096Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:35:33.188Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T00:35:33.188Z] 7e9c9ca2126c: Download complete [2021-01-22T00:35:41.469Z] 7e9c9ca2126c: Pull complete [2021-01-22T00:35:41.469Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T00:35:41.469Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:35:41.469Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T00:35:41.717Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:35:41.834Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-22T00:35:44.004Z] $ docker top 50d17efa6c972c557ee3bfed34328af65b27f14b7287982a7b518306dee55502 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:35:44.597Z] + docker-compose build --help [2021-01-22T00:35:44.597Z] + grep parallel [2021-01-22T00:35:45.663Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:35:45.947Z] $ docker stop --time=1 50d17efa6c972c557ee3bfed34328af65b27f14b7287982a7b518306dee55502 [2021-01-22T00:35:47.530Z] $ docker rm -f 50d17efa6c972c557ee3bfed34328af65b27f14b7287982a7b518306dee55502 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:35:48.191Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T00:35:48.191Z] . [Pipeline] withDockerContainer [2021-01-22T00:35:48.346Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:35:48.424Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T00:35:49.345Z] $ docker top 0767fc2a1e73bd3d8490198bac1ae1e7b084129e0e23e878e552a51880621514 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:35:49.909Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:35:51.317Z] Building docker-core-command-go ... [2021-01-22T00:35:51.317Z] Building docker-core-data-go ... [2021-01-22T00:35:51.317Z] Building docker-core-metadata-go ... [2021-01-22T00:35:51.317Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:35:51.317Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:35:51.317Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:35:51.317Z] Building docker-support-notifications-go ... [2021-01-22T00:35:51.317Z] Building docker-support-scheduler-go ... [2021-01-22T00:35:51.317Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:35:51.317Z] Building docker-core-data-go [2021-01-22T00:35:51.317Z] Building docker-security-secretstore-setup-go [2021-01-22T00:35:51.317Z] Building docker-support-notifications-go [2021-01-22T00:35:51.317Z] Building docker-core-metadata-go [2021-01-22T00:35:51.317Z] Building docker-support-scheduler-go [2021-01-22T00:35:52.167Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-22T00:35:51.464Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:35:51.480Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:35:51.506Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:35:51.534Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:35:51.535Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:35:51.546Z] > 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-22T00:35:52.188Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:35:52.201Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-22T00:35:52.926Z] Merge succeeded, producing be34800e0914f340837552b61474248129f654a4 [2021-01-22T00:35:52.926Z] Checking out Revision be34800e0914f340837552b61474248129f654a4 (PR-3027) [2021-01-22T00:35:52.495Z] > git remote # timeout=10 [2021-01-22T00:35:52.510Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:35:52.558Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:35:52.569Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:35:52.917Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:35:52.936Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:35:52.961Z] > git checkout -f be34800e0914f340837552b61474248129f654a4 # timeout=10 [2021-01-22T00:35:58.122Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:35:58.133Z] > git rev-list --no-walk 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T00:35:59.602Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:36:00.078Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T00:36:00.417Z] + sudo service+ docker restart [2021-01-22T00:36:00.417Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T00:36:02.489Z] provisioning config files... [2021-01-22T00:36:02.549Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config5057762879374975904tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:36:02.976Z] ---> docker-login.sh [2021-01-22T00:36:02.976Z] nexus3.edgexfoundry.org:10001 [2021-01-22T00:36:03.959Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:36:04.232Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:36:04.232Z] Configure a credential helper to remove this warning. See [2021-01-22T00:36:04.232Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:36:04.232Z] [2021-01-22T00:36:04.232Z] Login Succeeded [2021-01-22T00:36:04.232Z] nexus3.edgexfoundry.org:10002 [2021-01-22T00:36:04.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:36:04.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:36:04.801Z] Configure a credential helper to remove this warning. See [2021-01-22T00:36:04.801Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:36:04.801Z] [2021-01-22T00:36:04.801Z] Login Succeeded [2021-01-22T00:36:04.801Z] nexus3.edgexfoundry.org:10003 [2021-01-22T00:36:05.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:36:05.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:36:05.347Z] Configure a credential helper to remove this warning. See [2021-01-22T00:36:05.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:36:05.347Z] [2021-01-22T00:36:05.347Z] Login Succeeded [2021-01-22T00:36:05.347Z] nexus3.edgexfoundry.org:10004 [2021-01-22T00:36:05.631Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:36:06.223Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:36:06.223Z] Configure a credential helper to remove this warning. See [2021-01-22T00:36:06.223Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:36:06.223Z] [2021-01-22T00:36:06.223Z] Login Succeeded [2021-01-22T00:36:06.223Z] docker.io [2021-01-22T00:36:06.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T00:36:06.770Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T00:36:06.770Z] Configure a credential helper to remove this warning. See [2021-01-22T00:36:06.770Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T00:36:06.770Z] [2021-01-22T00:36:06.770Z] Login Succeeded [2021-01-22T00:36:06.770Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T00:36:06.788Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-22T00:36:07.229Z] ========================================================= [2021-01-22T00:36:07.229Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-22T00:36:07.229Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:36:07.625Z] + 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-22T00:36:10.267Z] Sending build context to Docker daemon 165.7MB [2021-01-22T00:36:10.267Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:10.267Z] Step 2/6 : FROM ${BASE} [2021-01-22T00:36:10.267Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-22T00:36:10.267Z] 5f621e34cdf4: Pulling fs layer [2021-01-22T00:36:10.267Z] a4357932f1b6: Pulling fs layer [2021-01-22T00:36:10.267Z] 18c013af1878: Pulling fs layer [2021-01-22T00:36:10.267Z] 00ac8860ef70: Pulling fs layer [2021-01-22T00:36:10.267Z] 63d7cb157983: Pulling fs layer [2021-01-22T00:36:10.267Z] b116817d02f9: Pulling fs layer [2021-01-22T00:36:10.267Z] 745a02a5169b: Pulling fs layer [2021-01-22T00:36:10.267Z] 63d7cb157983: Waiting [2021-01-22T00:36:10.267Z] 745a02a5169b: Waiting [2021-01-22T00:36:10.267Z] b116817d02f9: Waiting [2021-01-22T00:36:10.267Z] 00ac8860ef70: Waiting [2021-01-22T00:36:10.267Z] 18c013af1878: Download complete [2021-01-22T00:36:10.267Z] a4357932f1b6: Verifying Checksum [2021-01-22T00:36:10.267Z] a4357932f1b6: Download complete [2021-01-22T00:36:10.267Z] 63d7cb157983: Verifying Checksum [2021-01-22T00:36:10.267Z] 63d7cb157983: Download complete [2021-01-22T00:36:10.267Z] b116817d02f9: Download complete [2021-01-22T00:36:10.267Z] 5f621e34cdf4: Download complete [2021-01-22T00:36:10.885Z] 5f621e34cdf4: Pull complete [2021-01-22T00:36:11.161Z] a4357932f1b6: Pull complete [2021-01-22T00:36:11.763Z] 18c013af1878: Pull complete [2021-01-22T00:36:12.366Z] 745a02a5169b: Verifying Checksum [2021-01-22T00:36:12.366Z] 745a02a5169b: Download complete [2021-01-22T00:36:13.813Z] 00ac8860ef70: Verifying Checksum [2021-01-22T00:36:13.813Z] 00ac8860ef70: Download complete [2021-01-22T00:36:23.993Z] 00ac8860ef70: Pull complete [2021-01-22T00:36:23.993Z] 63d7cb157983: Pull complete [2021-01-22T00:36:24.597Z] b116817d02f9: Pull complete [2021-01-22T00:36:28.919Z] 745a02a5169b: Pull complete [2021-01-22T00:36:28.920Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-22T00:36:28.920Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-22T00:36:28.920Z] ---> b7e6874047d6 [2021-01-22T00:36:28.920Z] 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-22T00:36:32.341Z] ---> Running in ccc6069465af [2021-01-22T00:36:33.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:36:33.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:36:34.901Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T00:36:34.901Z] (2/12) Installing file (5.38-r0) [2021-01-22T00:36:34.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T00:36:35.175Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T00:36:39.655Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:39.655Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:36:39.655Z] ---> 19677e376a48 [2021-01-22T00:36:39.655Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:36:39.655Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:39.655Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:36:39.655Z] ---> 19677e376a48 [2021-01-22T00:36:39.655Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:36:39.655Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:39.655Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:36:39.655Z] ---> 19677e376a48 [2021-01-22T00:36:39.655Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:36:39.655Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:39.655Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:36:39.655Z] ---> 19677e376a48 [2021-01-22T00:36:39.655Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:36:39.655Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:36:39.655Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:36:39.655Z] ---> 19677e376a48 [2021-01-22T00:36:39.655Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:36:39.655Z] ---> Running in 0551924a30ad [2021-01-22T00:36:39.655Z] ---> Running in 1b53d331a141 [2021-01-22T00:36:39.655Z] ---> Running in 75d134e63af1 [2021-01-22T00:36:39.655Z] ---> Running in 74cb2e777282 [2021-01-22T00:36:39.655Z] ---> Running in 75e59e5229fd [2021-01-22T00:36:39.655Z] Removing intermediate container 75e59e5229fd [2021-01-22T00:36:39.655Z] ---> a1fa80c11ce6 [2021-01-22T00:36:39.655Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:36:39.655Z] Removing intermediate container 0551924a30ad [2021-01-22T00:36:39.655Z] ---> b8d7169e9d3f [2021-01-22T00:36:39.655Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:36:39.655Z] Removing intermediate container 75d134e63af1 [2021-01-22T00:36:39.655Z] ---> a6f3cd912099 [2021-01-22T00:36:39.655Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:36:39.655Z] Removing intermediate container 74cb2e777282 [2021-01-22T00:36:39.655Z] ---> 0c67b3179285 [2021-01-22T00:36:39.655Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:36:39.655Z] Removing intermediate container 1b53d331a141 [2021-01-22T00:36:39.655Z] ---> cbb34de9ad36 [2021-01-22T00:36:39.655Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:36:39.655Z] ---> Running in 4ffea01f40d1 [2021-01-22T00:36:39.655Z] ---> Running in 946b7ee2f587 [2021-01-22T00:36:39.655Z] ---> Running in 4bad1d471b88 [2021-01-22T00:36:39.656Z] ---> Running in 3ee7ecad3fbe [2021-01-22T00:36:39.656Z] ---> Running in 69b04eae3637 [2021-01-22T00:36:39.656Z] Removing intermediate container 4bad1d471b88 [2021-01-22T00:36:39.656Z] ---> e3146b5ba51b [2021-01-22T00:36:39.656Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:36:39.656Z] Removing intermediate container 946b7ee2f587 [2021-01-22T00:36:39.656Z] ---> 6df7526b4a64 [2021-01-22T00:36:39.656Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:36:39.656Z] Removing intermediate container 4ffea01f40d1 [2021-01-22T00:36:39.656Z] ---> 479d2f60a387 [2021-01-22T00:36:39.656Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:36:39.656Z] ---> Running in cddabea501d9 [2021-01-22T00:36:39.656Z] Removing intermediate container 3ee7ecad3fbe [2021-01-22T00:36:39.656Z] ---> f0427f5a922e [2021-01-22T00:36:39.656Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:36:39.656Z] ---> Running in 4986d76d483d [2021-01-22T00:36:39.656Z] ---> Running in be4305b51f91 [2021-01-22T00:36:39.656Z] ---> Running in 7b287a184739 [2021-01-22T00:36:39.656Z] Removing intermediate container 69b04eae3637 [2021-01-22T00:36:39.656Z] ---> 13e9e8693e55 [2021-01-22T00:36:39.656Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:36:39.656Z] ---> Running in 911c01010813 [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:39.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:36:40.577Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T00:36:40.577Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T00:36:40.577Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T00:36:40.577Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T00:36:40.577Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T00:36:40.628Z] OK: 233 MiB in 51 packages [2021-01-22T00:36:40.628Z] OK: 233 MiB in 51 packages [2021-01-22T00:36:40.628Z] OK: 233 MiB in 51 packages [2021-01-22T00:36:40.849Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T00:36:40.849Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T00:36:40.849Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T00:36:40.895Z] OK: 233 MiB in 51 packages [2021-01-22T00:36:41.120Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:36:41.120Z] OK: 217 MiB in 51 packages [2021-01-22T00:36:41.470Z] OK: 233 MiB in 51 packages [2021-01-22T00:36:41.738Z] Removing intermediate container be4305b51f91 [2021-01-22T00:36:41.738Z] ---> fb02a8ae6daa [2021-01-22T00:36:41.738Z] Step 6/23 : COPY go.mod . [2021-01-22T00:36:42.012Z] Removing intermediate container 7b287a184739 [2021-01-22T00:36:42.012Z] ---> 527ab620d72d [2021-01-22T00:36:42.012Z] Step 6/21 : COPY go.mod . [2021-01-22T00:36:42.281Z] ---> 690fe294ccd2 [2021-01-22T00:36:42.281Z] Step 7/23 : RUN go mod download [2021-01-22T00:36:42.281Z] Removing intermediate container 911c01010813 [2021-01-22T00:36:42.281Z] ---> 5f9c3249c54a [2021-01-22T00:36:42.281Z] Step 6/22 : COPY go.mod . [2021-01-22T00:36:42.546Z] ---> Running in 7c83fbfbc667 [2021-01-22T00:36:42.546Z] ---> b58e91c19ceb [2021-01-22T00:36:42.546Z] Step 7/21 : RUN go mod download [2021-01-22T00:36:42.546Z] Removing intermediate container 4986d76d483d [2021-01-22T00:36:42.546Z] ---> ed57a6bf79b7 [2021-01-22T00:36:42.546Z] Step 6/24 : COPY go.mod . [2021-01-22T00:36:42.822Z] Removing intermediate container cddabea501d9 [2021-01-22T00:36:42.822Z] ---> fb82b9b6b4f1 [2021-01-22T00:36:42.822Z] Step 6/24 : COPY go.mod . [2021-01-22T00:36:42.822Z] ---> Running in f270c581806e [2021-01-22T00:36:42.822Z] ---> 9b73183ff4fd [2021-01-22T00:36:42.822Z] Step 7/22 : RUN go mod download [2021-01-22T00:36:43.088Z] ---> Running in f567a6c235b3 [2021-01-22T00:36:43.088Z] ---> f88f6feea7d2 [2021-01-22T00:36:43.088Z] Step 7/24 : RUN go mod download [2021-01-22T00:36:43.359Z] ---> f9bcd4a56ee3 [2021-01-22T00:36:43.359Z] Step 7/24 : RUN go mod download [2021-01-22T00:36:43.359Z] ---> Running in a8c2497892c8 [2021-01-22T00:36:43.645Z] ---> Running in 2e2a399919ce [2021-01-22T00:36:45.422Z] Removing intermediate container ccc6069465af [2021-01-22T00:36:45.422Z] ---> 92440fbf3e2c [2021-01-22T00:36:45.422Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T00:36:45.422Z] ---> Running in 2cfd24ca6608 [2021-01-22T00:36:45.698Z] Removing intermediate container 2cfd24ca6608 [2021-01-22T00:36:45.698Z] ---> 1826345d8764 [2021-01-22T00:36:45.698Z] Step 5/6 : COPY go.mod . [2021-01-22T00:36:46.293Z] ---> 82c328e01de3 [2021-01-22T00:36:46.293Z] Step 6/6 : RUN go mod download [2021-01-22T00:36:46.322Z] Removing intermediate container f270c581806e [2021-01-22T00:36:46.322Z] ---> ea8ce420c016 [2021-01-22T00:36:46.322Z] Step 8/21 : COPY . . [2021-01-22T00:36:46.322Z] Removing intermediate container f567a6c235b3 [2021-01-22T00:36:46.322Z] ---> 70315684c086 [2021-01-22T00:36:46.322Z] Step 8/22 : COPY . . [2021-01-22T00:36:46.322Z] Removing intermediate container 7c83fbfbc667 [2021-01-22T00:36:46.322Z] ---> 566b4c0fd87d [2021-01-22T00:36:46.322Z] Step 8/23 : COPY . . [2021-01-22T00:36:46.322Z] Removing intermediate container 2e2a399919ce [2021-01-22T00:36:46.322Z] ---> d30ee05a5628 [2021-01-22T00:36:46.322Z] Step 8/24 : COPY . . [2021-01-22T00:36:46.322Z] Removing intermediate container a8c2497892c8 [2021-01-22T00:36:46.322Z] ---> 61140c144cbd [2021-01-22T00:36:46.322Z] Step 8/24 : COPY . . [2021-01-22T00:36:46.566Z] ---> Running in 350f917a7224 [2021-01-22T00:37:13.394Z] Removing intermediate container 350f917a7224 [2021-01-22T00:37:13.395Z] ---> 903c1a9d4312 [2021-01-22T00:37:13.395Z] Successfully built 903c1a9d4312 [2021-01-22T00:37:13.395Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:37:13.735Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:37:13.735Z] . [Pipeline] withDockerContainer [2021-01-22T00:37:13.963Z] prd-ubuntu18.04-docker-arm64-4c-16g-22104 does not seem to be running inside a container [2021-01-22T00:37:14.049Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:37:15.465Z] $ docker top 8d929f7d2017ef544873c3dff663e0b653c71f1329537bf9c9348ffc9f25206d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:37:16.455Z] + go version [2021-01-22T00:37:16.455Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-22T00:37:16.482Z] $ docker stop --time=1 8d929f7d2017ef544873c3dff663e0b653c71f1329537bf9c9348ffc9f25206d [2021-01-22T00:37:18.388Z] $ docker rm -f 8d929f7d2017ef544873c3dff663e0b653c71f1329537bf9c9348ffc9f25206d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:37:19.336Z] + docker inspect -f . ci-base-image-arm64 [2021-01-22T00:37:19.337Z] . [Pipeline] withDockerContainer [2021-01-22T00:37:19.607Z] prd-ubuntu18.04-docker-arm64-4c-16g-22104 does not seem to be running inside a container [2021-01-22T00:37:19.686Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-22T00:37:21.030Z] $ docker top 2016159a908ec684047a149840c6df10de8e5379a780ba0234b432f403a22616 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T00:37:21.414Z] ========================================================= [2021-01-22T00:37:21.414Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T00:37:21.414Z] ========================================================= [Pipeline] sh [2021-01-22T00:37:22.057Z] + make test [2021-01-22T00:37:22.057Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T00:37:25.510Z] ---> e13ae515957c [2021-01-22T00:37:25.510Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:37:25.510Z] ---> 402b71b4eb6e [2021-01-22T00:37:25.510Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:37:25.510Z] ---> 72b5690f003a [2021-01-22T00:37:25.510Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:37:25.510Z] ---> b2a026bfc9cb [2021-01-22T00:37:25.510Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:37:25.510Z] ---> 00b6c58a3847 [2021-01-22T00:37:25.510Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:37:25.510Z] ---> Running in da2ece5d442f [2021-01-22T00:37:25.510Z] ---> Running in 962235bd3e26 [2021-01-22T00:37:25.510Z] ---> Running in 1f58856b46ac [2021-01-22T00:37:25.510Z] ---> Running in 12637094319a [2021-01-22T00:37:25.510Z] ---> Running in 398948b1589d [2021-01-22T00:37:26.481Z] 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-22T00:37:26.481Z] 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-22T00:37:26.481Z] 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-22T00:37:26.481Z] 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-22T00:37:26.481Z] 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-22T00:37:48.841Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T00:38:05.701Z] 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-22T00:38:14.234Z] Removing intermediate container 962235bd3e26 [2021-01-22T00:38:14.234Z] ---> 432bb751ad9e [2021-01-22T00:38:14.234Z] [2021-01-22T00:38:14.234Z] Step 10/24 : FROM scratch [2021-01-22T00:38:14.234Z] ---> [2021-01-22T00:38:14.234Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-22T00:38:14.234Z] Removing intermediate container 398948b1589d [2021-01-22T00:38:14.234Z] ---> 7e4bdbf8a0f2 [2021-01-22T00:38:14.234Z] [2021-01-22T00:38:14.234Z] Step 10/21 : FROM scratch [2021-01-22T00:38:14.234Z] ---> [2021-01-22T00:38:14.234Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:14.234Z] ---> Running in eb99dd6bba5d [2021-01-22T00:38:14.234Z] ---> Running in 9e02c785a4e0 [2021-01-22T00:38:15.324Z] Removing intermediate container 9e02c785a4e0 [2021-01-22T00:38:15.324Z] ---> e28a9f856a1a [2021-01-22T00:38:15.324Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:38:15.324Z] Removing intermediate container eb99dd6bba5d [2021-01-22T00:38:15.324Z] ---> 148d6e8732ab [2021-01-22T00:38:15.324Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:38:16.080Z] ---> Running in 891accc858b9 [2021-01-22T00:38:16.080Z] ---> Running in c8027219dd7d [2021-01-22T00:38:16.369Z] Removing intermediate container 12637094319a [2021-01-22T00:38:16.369Z] ---> 2e389a0b4c0b [2021-01-22T00:38:16.370Z] [2021-01-22T00:38:16.370Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:38:16.670Z] 3.12: Pulling from library/alpine [2021-01-22T00:38:16.670Z] Removing intermediate container 891accc858b9 [2021-01-22T00:38:16.670Z] ---> 2adf977f83c8 [2021-01-22T00:38:16.670Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:38:17.295Z] Removing intermediate container c8027219dd7d [2021-01-22T00:38:17.295Z] ---> 8ca782c853de [2021-01-22T00:38:17.295Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:38:17.295Z] ---> Running in 599b72639f66 [2021-01-22T00:38:17.906Z] ---> Running in e04b5a5aae10 [2021-01-22T00:38:17.906Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:38:17.906Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:38:17.906Z] ---> 389fef711851 [2021-01-22T00:38:17.906Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:38:17.906Z] Removing intermediate container 599b72639f66 [2021-01-22T00:38:17.906Z] ---> bc9952d8c89e [2021-01-22T00:38:17.906Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:17.906Z] ---> Running in a4ec3129100e [2021-01-22T00:38:17.906Z] Removing intermediate container da2ece5d442f [2021-01-22T00:38:17.906Z] ---> db77f272d470 [2021-01-22T00:38:17.906Z] [2021-01-22T00:38:17.906Z] Step 10/22 : FROM scratch [2021-01-22T00:38:17.906Z] ---> [2021-01-22T00:38:17.906Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:18.180Z] ---> Using cache [2021-01-22T00:38:18.180Z] ---> e28a9f856a1a [2021-01-22T00:38:18.180Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:38:18.800Z] Removing intermediate container e04b5a5aae10 [2021-01-22T00:38:18.800Z] ---> 26921f3eea83 [2021-01-22T00:38:18.800Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:38:18.800Z] ---> Running in 89a4c9cb3bd9 [2021-01-22T00:38:19.076Z] ---> 719279a60ba7 [2021-01-22T00:38:19.076Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:38:19.354Z] Removing intermediate container 89a4c9cb3bd9 [2021-01-22T00:38:19.354Z] ---> 1b27d671eeb9 [2021-01-22T00:38:19.354Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:38:19.354Z] ---> Running in 237d0eb4996e [2021-01-22T00:38:19.354Z] ---> 1a223a3b4307 [2021-01-22T00:38:19.354Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:38:19.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:19.951Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:19.951Z] Removing intermediate container 237d0eb4996e [2021-01-22T00:38:19.951Z] ---> b54a2769c1eb [2021-01-22T00:38:19.951Z] Step 14/22 : WORKDIR / [2021-01-22T00:38:20.217Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:38:20.218Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:38:20.218Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:38:20.218Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:38:20.218Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:38:20.218Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:20.218Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:38:20.218Z] OK: 7 MiB in 19 packages [2021-01-22T00:38:21.204Z] ---> d8dbade4ee6f [2021-01-22T00:38:21.204Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:21.469Z] ---> Running in c37b57a96b82 [2021-01-22T00:38:22.949Z] ---> ef2f26cc2229 [2021-01-22T00:38:22.949Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:38:22.949Z] ---> f66830a63763 [2021-01-22T00:38:22.949Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:38:22.949Z] Removing intermediate container c37b57a96b82 [2021-01-22T00:38:22.949Z] ---> 680ff4f9da36 [2021-01-22T00:38:22.949Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:22.949Z] Removing intermediate container 1f58856b46ac [2021-01-22T00:38:22.949Z] ---> 209c35b4d832 [2021-01-22T00:38:22.949Z] [2021-01-22T00:38:22.949Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:38:22.949Z] ---> 389fef711851 [2021-01-22T00:38:22.949Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:38:22.949Z] ---> Running in 751ed428739a [2021-01-22T00:38:23.222Z] ---> Running in adbfce2f99fc [2021-01-22T00:38:23.488Z] Removing intermediate container a4ec3129100e [2021-01-22T00:38:23.488Z] ---> 751d5bc937c8 [2021-01-22T00:38:23.488Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:38:23.488Z] Removing intermediate container 751ed428739a [2021-01-22T00:38:23.488Z] ---> c962cecf3652 [2021-01-22T00:38:23.488Z] ---> cdc2b483bbc2 [2021-01-22T00:38:23.488Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:23.488Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:38:23.759Z] ---> cf52d622df15 [2021-01-22T00:38:23.759Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:24.023Z] ---> Running in e83116e3697e [2021-01-22T00:38:24.023Z] Removing intermediate container adbfce2f99fc [2021-01-22T00:38:24.023Z] ---> 5ba772cd3b54 [2021-01-22T00:38:24.023Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:38:24.023Z] ---> Running in ff20b9dbdbdf [2021-01-22T00:38:24.023Z] ---> Running in 26eca4b0f0e6 [2021-01-22T00:38:24.307Z] ---> 5b2db8fd4c5a [2021-01-22T00:38:24.307Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:24.307Z] Removing intermediate container e83116e3697e [2021-01-22T00:38:24.307Z] ---> 8b2177aecc82 [2021-01-22T00:38:24.307Z] Step 13/24 : WORKDIR / [2021-01-22T00:38:24.307Z] Removing intermediate container ff20b9dbdbdf [2021-01-22T00:38:24.307Z] ---> a94d1cb3d09b [2021-01-22T00:38:24.307Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:38:24.307Z] Removing intermediate container 26eca4b0f0e6 [2021-01-22T00:38:24.307Z] ---> caf944e93bf1 [2021-01-22T00:38:24.307Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:38:24.307Z] ---> 1918519d76e0 [2021-01-22T00:38:24.307Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:38:24.574Z] ---> Running in 3a7fcaed7b1e [2021-01-22T00:38:24.574Z] ---> Running in 8cb86fa7478d [2021-01-22T00:38:24.574Z] ---> Running in 2cc50e40670d [2021-01-22T00:38:24.847Z] ---> dfcbfb242408 [2021-01-22T00:38:24.847Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:38:24.847Z] ---> Running in f6e8b26d4fb5 [2021-01-22T00:38:24.847Z] Removing intermediate container 3a7fcaed7b1e [2021-01-22T00:38:24.847Z] ---> d505c41d7a3f [2021-01-22T00:38:24.847Z] 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-22T00:38:25.122Z] Removing intermediate container 2cc50e40670d [2021-01-22T00:38:25.122Z] ---> 50b7aa0b411a [2021-01-22T00:38:25.122Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:38:25.122Z] Removing intermediate container 8cb86fa7478d [2021-01-22T00:38:25.122Z] ---> 496dccfb956a [2021-01-22T00:38:25.122Z] Step 20/21 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:38:25.122Z] ---> adb86b471674 [2021-01-22T00:38:25.122Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:25.122Z] ---> Running in 976357e17209 [2021-01-22T00:38:25.388Z] ---> Running in 4d5bc56066e2 [2021-01-22T00:38:25.388Z] Removing intermediate container f6e8b26d4fb5 [2021-01-22T00:38:25.388Z] ---> 0bf1c7be2682 [2021-01-22T00:38:25.388Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:25.388Z] ---> 3d1549344985 [2021-01-22T00:38:25.388Z] 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-22T00:38:25.662Z] ---> Running in f79ef37774f6 [2021-01-22T00:38:25.662Z] Removing intermediate container 4d5bc56066e2 [2021-01-22T00:38:25.662Z] ---> 1bfe071db98d [2021-01-22T00:38:25.662Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:38:25.662Z] ---> 83d950045ea6 [2021-01-22T00:38:25.662Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:38:26.628Z] ---> Running in 7ace0e8fd9c2 [2021-01-22T00:38:26.628Z] ---> Running in d00a672d150d [2021-01-22T00:38:26.628Z] Removing intermediate container f79ef37774f6 [2021-01-22T00:38:26.628Z] ---> 2ddf993501c0 [2021-01-22T00:38:26.628Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:38:26.628Z] ---> 1839c06c160a [2021-01-22T00:38:26.628Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:26.913Z] ---> Running in ccef4fd32793 [2021-01-22T00:38:26.913Z] Removing intermediate container 7ace0e8fd9c2 [2021-01-22T00:38:26.913Z] ---> 004ac84c31a1 [2021-01-22T00:38:26.913Z] [2021-01-22T00:38:27.184Z] Removing intermediate container d00a672d150d [2021-01-22T00:38:27.184Z] ---> 7c939910c12c [2021-01-22T00:38:27.184Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:27.184Z] ---> ba7045ccea2d [2021-01-22T00:38:27.184Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:38:27.184Z] Removing intermediate container ccef4fd32793 [2021-01-22T00:38:27.184Z] ---> c3b508cee24d [2021-01-22T00:38:27.184Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:38:27.184Z] ---> Running in 4d7e9bab1007 [2021-01-22T00:38:27.184Z] Successfully built 004ac84c31a1 [2021-01-22T00:38:27.454Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-22T00:38:27.454Z] Building docker-security-bootstrap-redis-go [2021-01-22T00:38:27.454Z]  Building docker-support-scheduler-go ... done  ---> Running in 650d104aef1a [2021-01-22T00:38:27.454Z] Removing intermediate container 976357e17209 [2021-01-22T00:38:27.454Z] ---> d08ff7096130 [2021-01-22T00:38:27.454Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:38:27.454Z] Removing intermediate container 4d7e9bab1007 [2021-01-22T00:38:27.454Z] ---> d89f1617b23d [2021-01-22T00:38:27.454Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:38:27.923Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T00:38:28.038Z] ---> Running in 7dcdeb40de11 [2021-01-22T00:38:28.038Z] ---> Running in 0761492c3c76 [2021-01-22T00:38:28.038Z] Removing intermediate container 650d104aef1a [2021-01-22T00:38:28.038Z] ---> 5cc0b77e5648 [2021-01-22T00:38:28.038Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:38:28.325Z] ---> c7e4e9f25c24 [2021-01-22T00:38:28.325Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:38:28.325Z] ---> Running in 77f3e7a46970 [2021-01-22T00:38:28.611Z] Removing intermediate container 7dcdeb40de11 [2021-01-22T00:38:28.611Z] ---> e18cd279f63c [2021-01-22T00:38:28.611Z] Step 23/24 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:38:28.888Z] ---> Running in 63c798c6e864 [2021-01-22T00:38:29.158Z] Removing intermediate container 77f3e7a46970 [2021-01-22T00:38:29.159Z] ---> 15d49b6880b0 [2021-01-22T00:38:29.159Z] [2021-01-22T00:38:29.430Z] ---> 3719f19456c6 [2021-01-22T00:38:29.430Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:38:29.430Z] Successfully built 15d49b6880b0 [2021-01-22T00:38:29.430Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:29.430Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T00:38:29.430Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-22T00:38:29.430Z] Removing intermediate container 63c798c6e864 [2021-01-22T00:38:29.430Z] ---> 11382dd7811a [2021-01-22T00:38:29.430Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:38:29.698Z] ---> Running in 7a4b68a8e335 [2021-01-22T00:38:29.698Z] ---> 14a5e4e87908 [2021-01-22T00:38:29.698Z] 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-22T00:38:29.976Z] ---> Running in c6dc1611c37b [2021-01-22T00:38:29.976Z] Removing intermediate container 7a4b68a8e335 [2021-01-22T00:38:29.976Z] ---> 3242c7c9478f [2021-01-22T00:38:29.976Z] [2021-01-22T00:38:30.242Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:38:30.938Z] Successfully built 3242c7c9478f [2021-01-22T00:38:31.208Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:38:31.208Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:38:31.208Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:38:31.480Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T00:38:31.480Z] Building docker-security-proxy-setup-go [2021-01-22T00:38:31.480Z]  Building docker-support-notifications-go ... done (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:38:31.770Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:38:31.770Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:38:32.105Z] OK: 8 MiB in 19 packages [2021-01-22T00:38:34.108Z] Removing intermediate container 0761492c3c76 [2021-01-22T00:38:34.108Z] ---> e8360d3b34a2 [2021-01-22T00:38:34.108Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:38:34.108Z] Removing intermediate container c6dc1611c37b [2021-01-22T00:38:34.108Z] ---> 5178124f175c [2021-01-22T00:38:34.108Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:38:35.291Z] ---> Running in 8fa510cd14b1 [2021-01-22T00:38:35.675Z] ---> 76398105ce5c [2021-01-22T00:38:35.675Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:38:36.727Z] Removing intermediate container 8fa510cd14b1 [2021-01-22T00:38:36.727Z] ---> 80ab48a129a8 [2021-01-22T00:38:36.727Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T00:38:37.348Z] ---> Running in 5275951297a7 [2021-01-22T00:38:37.655Z] ---> 72ca67b0542a [2021-01-22T00:38:37.655Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:38:37.936Z] Removing intermediate container 5275951297a7 [2021-01-22T00:38:37.936Z] ---> 6ce44ccc8541 [2021-01-22T00:38:37.936Z] Step 23/24 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:38:37.936Z] ---> Running in b7fef1b50e2a [2021-01-22T00:38:38.210Z] ---> 5ffb7e4c4118 [2021-01-22T00:38:38.210Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:38:38.210Z] ---> Running in df37f0af37fa [2021-01-22T00:38:38.492Z] Removing intermediate container b7fef1b50e2a [2021-01-22T00:38:38.492Z] ---> 5a90c765e0b5 [2021-01-22T00:38:38.492Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:38:38.492Z] ---> Running in 707a796af3ad [2021-01-22T00:38:38.492Z] Removing intermediate container df37f0af37fa [2021-01-22T00:38:38.492Z] ---> 9a6bee48ad04 [2021-01-22T00:38:38.492Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:38:38.779Z] ---> Running in 047d1ff53b09 [2021-01-22T00:38:41.500Z] Removing intermediate container 707a796af3ad [2021-01-22T00:38:41.500Z] ---> d381a655f8f4 [2021-01-22T00:38:41.500Z] [2021-01-22T00:38:41.500Z] Removing intermediate container 047d1ff53b09 [2021-01-22T00:38:41.500Z] ---> 50e60bc6cb22 [2021-01-22T00:38:41.500Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T00:38:41.500Z] Successfully built d381a655f8f4 [2021-01-22T00:38:41.500Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T00:38:41.500Z] Building docker-core-command-go [2021-01-22T00:38:42.159Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 0b904f443e4d [2021-01-22T00:38:45.760Z] Removing intermediate container 0b904f443e4d [2021-01-22T00:38:45.760Z] ---> cfc4f21ce170 [2021-01-22T00:38:45.760Z] Step 22/23 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:38:45.760Z] ---> Running in c7c80360f2bd [2021-01-22T00:38:45.760Z] Removing intermediate container c7c80360f2bd [2021-01-22T00:38:45.760Z] ---> 14c16b0e534e [2021-01-22T00:38:45.760Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:38:46.250Z] ---> Running in 0813f1780dcb [2021-01-22T00:38:46.714Z] Removing intermediate container 0813f1780dcb [2021-01-22T00:38:46.714Z] ---> db1fd86df502 [2021-01-22T00:38:46.714Z] [2021-01-22T00:38:47.449Z] Successfully built db1fd86df502 [2021-01-22T00:38:47.449Z] Successfully tagged docker-core-data-go:latest [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T00:38:54.842Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T00:39:00.224Z]  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:39:00.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:39:00.224Z] ---> 19677e376a48 [2021-01-22T00:39:00.224Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> cbb34de9ad36 [2021-01-22T00:39:00.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 13e9e8693e55 [2021-01-22T00:39:00.224Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 5f9c3249c54a [2021-01-22T00:39:00.224Z] Step 6/22 : COPY go.mod . [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 9b73183ff4fd [2021-01-22T00:39:00.224Z] Step 7/22 : RUN go mod download [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 70315684c086 [2021-01-22T00:39:00.224Z] Step 8/22 : COPY . . [2021-01-22T00:39:00.224Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:39:00.224Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:39:00.224Z] ---> 19677e376a48 [2021-01-22T00:39:00.224Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> cbb34de9ad36 [2021-01-22T00:39:00.224Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 13e9e8693e55 [2021-01-22T00:39:00.224Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:39:00.224Z] ---> Using cache [2021-01-22T00:39:00.224Z] ---> 402b71b4eb6e [2021-01-22T00:39:00.224Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:39:00.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T00:39:00.276Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T00:39:00.276Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T00:39:01.258Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:39:01.258Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:39:01.258Z] ---> 19677e376a48 [2021-01-22T00:39:01.258Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> cbb34de9ad36 [2021-01-22T00:39:01.258Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> 13e9e8693e55 [2021-01-22T00:39:01.258Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> 5f9c3249c54a [2021-01-22T00:39:01.258Z] Step 6/21 : COPY go.mod . [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> 9b73183ff4fd [2021-01-22T00:39:01.258Z] Step 7/21 : RUN go mod download [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> 70315684c086 [2021-01-22T00:39:01.258Z] Step 8/21 : COPY . . [2021-01-22T00:39:01.258Z] ---> Using cache [2021-01-22T00:39:01.258Z] ---> 402b71b4eb6e [2021-01-22T00:39:01.258Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:39:01.534Z] ---> Running in 94beb0d8428c [2021-01-22T00:39:01.805Z] ---> Running in aafe3eeec8e4 [2021-01-22T00:39:01.805Z] ---> Running in 8dc88f331afd [2021-01-22T00:39:05.199Z] 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-22T00:39:05.199Z] 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-22T00:39:05.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:05.697Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2021-01-22T00:39:05.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T00:39:05.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T00:39:05.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T00:39:05.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T00:39:05.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T00:39:05.789Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:06.817Z] OK: 233 MiB in 51 packages [2021-01-22T00:39:08.368Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:39:08.368Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:39:08.368Z] ---> 19677e376a48 [2021-01-22T00:39:08.368Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:39:08.368Z] ---> Using cache [2021-01-22T00:39:08.368Z] ---> cbb34de9ad36 [2021-01-22T00:39:08.368Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:39:08.368Z] ---> Using cache [2021-01-22T00:39:08.368Z] ---> 13e9e8693e55 [2021-01-22T00:39:08.368Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:39:08.368Z] ---> Using cache [2021-01-22T00:39:08.368Z] ---> 5f9c3249c54a [2021-01-22T00:39:08.368Z] Step 6/22 : COPY go.mod . [2021-01-22T00:39:08.368Z] ---> Using cache [2021-01-22T00:39:08.368Z] ---> 9b73183ff4fd [2021-01-22T00:39:08.368Z] Step 7/22 : RUN go mod download [2021-01-22T00:39:08.368Z] ---> Using cache [2021-01-22T00:39:08.368Z] ---> 70315684c086 [2021-01-22T00:39:08.368Z] Step 8/22 : COPY . . [2021-01-22T00:39:08.642Z] ---> Using cache [2021-01-22T00:39:08.642Z] ---> 402b71b4eb6e [2021-01-22T00:39:08.642Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:39:09.242Z] ---> Running in 6faf5b796c83 [2021-01-22T00:39:09.242Z] Removing intermediate container aafe3eeec8e4 [2021-01-22T00:39:09.242Z] ---> 132f0bcbe59e [2021-01-22T00:39:09.242Z] Step 6/26 : COPY go.mod . [2021-01-22T00:39:09.843Z] ---> 7efa6272261d [2021-01-22T00:39:09.843Z] Step 7/26 : RUN go mod download [2021-01-22T00:39:10.121Z] ---> Running in 0c3cd1182dc2 [2021-01-22T00:39:10.727Z] 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-22T00:39:14.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.547s coverage: 27.0% of statements [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T00:39:14.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T00:39:14.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T00:39:14.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.257s coverage: 66.7% of statements [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T00:39:14.019Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.377s coverage: 82.3% of statements [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T00:39:14.019Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T00:39:14.180Z] Removing intermediate container 0c3cd1182dc2 [2021-01-22T00:39:14.181Z] ---> 6c44f44f4002 [2021-01-22T00:39:14.181Z] Step 8/26 : COPY . . [2021-01-22T00:39:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.265s coverage: 28.6% of statements [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T00:39:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T00:39:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.093s coverage: 100.0% of statements [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T00:39:22.326Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.387s coverage: 86.7% of statements [2021-01-22T00:39:22.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T00:39:22.933Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2021-01-22T00:39:22.933Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T00:39:22.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements [2021-01-22T00:39:22.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T00:39:22.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T00:39:22.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T00:39:22.934Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T00:39:30.292Z] 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-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.346s coverage: 92.8% of statements [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.078s coverage: 58.8% of statements [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.202s coverage: 0.1% of statements [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.160s coverage: 75.5% of statements [2021-01-22T00:39:31.252Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T00:39:31.252Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.080s coverage: 80.8% of statements [2021-01-22T00:39:31.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.161s coverage: 87.2% of statements [2021-01-22T00:39:32.541Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.2% of statements [2021-01-22T00:39:35.987Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.221s coverage: 91.4% of statements [2021-01-22T00:39:35.987Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T00:39:36.328Z] Removing intermediate container 94beb0d8428c [2021-01-22T00:39:36.328Z] ---> 5f1e614646cc [2021-01-22T00:39:36.328Z] [2021-01-22T00:39:36.328Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:39:36.328Z] ---> 389fef711851 [2021-01-22T00:39:36.328Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:39:36.329Z] ---> Using cache [2021-01-22T00:39:36.329Z] ---> 751d5bc937c8 [2021-01-22T00:39:36.329Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:39:36.329Z] ---> 226415ec4554 [2021-01-22T00:39:36.661Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:39:37.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.640s coverage: 63.5% of statements [2021-01-22T00:39:37.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T00:39:37.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T00:39:37.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-01-22T00:39:37.433Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements [2021-01-22T00:39:37.625Z] ---> Running in c18da0f7a3b2 [2021-01-22T00:39:37.625Z] ---> Running in bb1c7370733b [2021-01-22T00:39:37.625Z] Removing intermediate container 6faf5b796c83 [2021-01-22T00:39:37.625Z] ---> ab0d834798ad [2021-01-22T00:39:37.625Z] [2021-01-22T00:39:37.625Z] Step 10/22 : FROM scratch [2021-01-22T00:39:37.625Z] ---> [2021-01-22T00:39:37.625Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:39:38.208Z] ---> Using cache [2021-01-22T00:39:38.208Z] ---> e28a9f856a1a [2021-01-22T00:39:38.208Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:39:38.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2021-01-22T00:39:38.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements [2021-01-22T00:39:38.841Z] 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-22T00:39:39.125Z] Removing intermediate container c18da0f7a3b2 [2021-01-22T00:39:39.125Z] ---> 6a8f123e491d [2021-01-22T00:39:39.125Z] Step 13/22 : WORKDIR / [2021-01-22T00:39:39.125Z] ---> Running in c129f67fea1f [2021-01-22T00:39:39.404Z] ---> Running in 2046f7f92f95 [2021-01-22T00:39:39.404Z] Removing intermediate container 8dc88f331afd [2021-01-22T00:39:39.404Z] ---> 78a0622a977c [2021-01-22T00:39:39.404Z] [2021-01-22T00:39:39.404Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:39:39.404Z] ---> 389fef711851 [2021-01-22T00:39:39.404Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:39:39.716Z] Removing intermediate container c129f67fea1f [2021-01-22T00:39:39.716Z] ---> c9d955dff1bc [2021-01-22T00:39:39.716Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:39:39.716Z] ---> Running in 8479c742530e [2021-01-22T00:39:39.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-22T00:39:40.087Z] ---> Running in 3d29c9ef0d94 [2021-01-22T00:39:40.087Z] Removing intermediate container 2046f7f92f95 [2021-01-22T00:39:40.087Z] ---> 7e00da4caffb [2021-01-22T00:39:40.087Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:39:40.486Z] Removing intermediate container 3d29c9ef0d94 [2021-01-22T00:39:40.486Z] ---> 0a4dc765c3a8 [2021-01-22T00:39:40.486Z] Step 14/22 : WORKDIR / [2021-01-22T00:39:40.486Z] ---> Running in b18de81da83b [2021-01-22T00:39:40.906Z] ---> c335c7f51fa1 [2021-01-22T00:39:40.906Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:39:40.906Z] Removing intermediate container b18de81da83b [2021-01-22T00:39:40.906Z] ---> 12c5a2bf4453 [2021-01-22T00:39:40.906Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:39:41.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:41.236Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:41.956Z] ---> a8b58ecd91ed [2021-01-22T00:39:41.957Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:39:41.957Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:39:42.250Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:39:42.250Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:39:42.565Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:39:42.565Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:42.565Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:39:42.565Z] OK: 7 MiB in 18 packages [2021-01-22T00:39:43.224Z] ---> 3b225f616ea4 [2021-01-22T00:39:43.224Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:39:43.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.920s coverage: 68.9% of statements [2021-01-22T00:39:43.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T00:39:43.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T00:39:43.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T00:39:43.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T00:39:43.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T00:39:43.520Z] ---> a5dedf921805 [2021-01-22T00:39:43.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:39:43.520Z] ---> c3e6708ca4e8 [2021-01-22T00:39:43.520Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:39:44.135Z] ---> 4b302de88eb1 [2021-01-22T00:39:44.135Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:39:44.135Z] ---> Running in 173eef895b8a [2021-01-22T00:39:44.135Z] ---> a7ebad963741 [2021-01-22T00:39:44.135Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:39:44.135Z] Removing intermediate container 8479c742530e [2021-01-22T00:39:44.135Z] ---> b98a6f3ef6b4 [2021-01-22T00:39:44.135Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:39:44.399Z] ---> Running in 7db21ad95a05 [2021-01-22T00:39:44.399Z] ---> Running in 15029a165618 [2021-01-22T00:39:44.664Z] Removing intermediate container 173eef895b8a [2021-01-22T00:39:44.664Z] ---> a61474a1550c [2021-01-22T00:39:44.664Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:39:44.664Z] Removing intermediate container 7db21ad95a05 [2021-01-22T00:39:44.664Z] ---> 4562033d3fb1 [2021-01-22T00:39:44.664Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:39:44.930Z] ---> Running in b7d4d9bb1adb [2021-01-22T00:39:44.930Z] ---> Running in 13aa340a578b [2021-01-22T00:39:45.214Z] Removing intermediate container b7d4d9bb1adb [2021-01-22T00:39:45.214Z] ---> d571c2e5e9d2 [2021-01-22T00:39:45.214Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:39:45.214Z] Removing intermediate container 13aa340a578b [2021-01-22T00:39:45.214Z] ---> f6d9b875df19 [2021-01-22T00:39:45.214Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:39:45.214Z] ---> Running in f96672c50880 [2021-01-22T00:39:45.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.398s coverage: 37.0% of statements [2021-01-22T00:39:45.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T00:39:45.268Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T00:39:45.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.691s coverage: 84.0% of statements [2021-01-22T00:39:45.268Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.110s coverage: 100.0% of statements [2021-01-22T00:39:45.499Z] Removing intermediate container f96672c50880 [2021-01-22T00:39:45.499Z] ---> f77e6e48d574 [2021-01-22T00:39:45.499Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:39:45.499Z] ---> cdc5bbcf89e2 [2021-01-22T00:39:45.499Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:39:45.499Z] ---> Running in 83f7bb7efcb6 [2021-01-22T00:39:46.131Z] Removing intermediate container 83f7bb7efcb6 [2021-01-22T00:39:46.131Z] ---> ee502cca82eb [2021-01-22T00:39:46.131Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:39:46.131Z] ---> Running in c466d04a79dc [2021-01-22T00:39:46.131Z] Removing intermediate container 15029a165618 [2021-01-22T00:39:46.131Z] ---> 1ee0172c2f11 [2021-01-22T00:39:46.131Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:39:46.465Z] ---> 8ab7062887bd [2021-01-22T00:39:46.465Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:39:46.465Z] ---> Running in 6171d44b6686 [2021-01-22T00:39:46.465Z] Removing intermediate container c466d04a79dc [2021-01-22T00:39:46.465Z] ---> 6ef2433c1df0 [2021-01-22T00:39:46.465Z] [2021-01-22T00:39:46.465Z] Successfully built 6ef2433c1df0 [2021-01-22T00:39:46.780Z] Removing intermediate container 6171d44b6686 [2021-01-22T00:39:46.780Z] ---> b644961b66d2 [2021-01-22T00:39:46.780Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T00:39:46.780Z] Successfully tagged docker-core-command-go:latest [2021-01-22T00:39:46.780Z]  Building docker-core-command-go ... done  ---> Running in b1a2c0d9e4d9 [2021-01-22T00:39:47.096Z] ---> de82a1a5c342 [2021-01-22T00:39:47.096Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:39:47.096Z] Removing intermediate container b1a2c0d9e4d9 [2021-01-22T00:39:47.096Z] ---> 23d192894d54 [2021-01-22T00:39:47.096Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:39:47.096Z] ---> Running in 9c7207562f0a [2021-01-22T00:39:47.420Z] ---> Running in 8239d6ac91e9 [2021-01-22T00:39:47.758Z] Removing intermediate container 8239d6ac91e9 [2021-01-22T00:39:47.758Z] ---> b4afc8a9c4e5 [2021-01-22T00:39:47.758Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:39:47.758Z] Removing intermediate container 9c7207562f0a [2021-01-22T00:39:47.758Z] ---> fd2d7c1a43aa [2021-01-22T00:39:47.758Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:39:47.758Z] ---> Running in f752cb4536f2 [2021-01-22T00:39:47.758Z] ---> Running in f2b61cc6b979 [2021-01-22T00:39:48.053Z] Removing intermediate container f752cb4536f2 [2021-01-22T00:39:48.053Z] ---> 2adff979e9a7 [2021-01-22T00:39:48.053Z] [2021-01-22T00:39:48.320Z] Removing intermediate container f2b61cc6b979 [2021-01-22T00:39:48.320Z] ---> c720271e4603 [2021-01-22T00:39:48.320Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T00:39:48.589Z] Successfully built 2adff979e9a7 [2021-01-22T00:39:48.589Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-22T00:39:48.853Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in 7c88e1c5e661 [2021-01-22T00:39:49.118Z] Removing intermediate container 7c88e1c5e661 [2021-01-22T00:39:49.118Z] ---> 58e9bd3dbadb [2021-01-22T00:39:49.118Z] Step 20/21 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:39:49.118Z] ---> Running in 84be25cd265e [2021-01-22T00:39:49.400Z] Removing intermediate container 84be25cd265e [2021-01-22T00:39:49.400Z] ---> 936794e9def8 [2021-01-22T00:39:49.400Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:39:49.400Z] ---> Running in 90b7e65ce916 [2021-01-22T00:39:49.678Z] Removing intermediate container 90b7e65ce916 [2021-01-22T00:39:49.678Z] ---> cc936300a74d [2021-01-22T00:39:49.678Z] [2021-01-22T00:39:49.678Z] Successfully built cc936300a74d [2021-01-22T00:39:49.678Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T00:39:52.322Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container bb1c7370733b [2021-01-22T00:39:52.322Z] ---> 7dab560071df [2021-01-22T00:39:52.322Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:39:52.322Z] ---> Running in c7758601fadd [2021-01-22T00:39:52.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.1% of statements [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T00:39:52.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.158s coverage: 100.0% of statements [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T00:39:52.341Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.109s coverage: 100.0% of statements [2021-01-22T00:39:52.341Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T00:39:52.913Z] 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-22T00:39:53.875Z] Removing intermediate container c7758601fadd [2021-01-22T00:39:53.875Z] ---> 30209ff76e24 [2021-01-22T00:39:53.875Z] [2021-01-22T00:39:53.875Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:39:53.875Z] 20.10.0: Pulling from library/docker [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.436s coverage: 29.1% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.201s coverage: 99.0% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.107s coverage: 100.0% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T00:39:57.804Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T00:39:57.804Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements [2021-01-22T00:39:58.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2021-01-22T00:39:59.222Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:39:59.222Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:39:59.222Z] ---> aefe523efa57 [2021-01-22T00:39:59.222Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:39:59.223Z] ---> Running in e9d80ff52295 [2021-01-22T00:39:59.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:59.223Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:39:59.378Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements [2021-01-22T00:39:59.487Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:39:59.487Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:39:59.487Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:39:59.487Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:39:59.487Z] OK: 12 MiB in 22 packages [2021-01-22T00:40:00.078Z] Removing intermediate container e9d80ff52295 [2021-01-22T00:40:00.078Z] ---> 575ddc16f07a [2021-01-22T00:40:00.078Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:40:00.340Z] ---> Running in e94b4147c60d [2021-01-22T00:40:00.340Z] Removing intermediate container e94b4147c60d [2021-01-22T00:40:00.340Z] ---> 5a5ed2aac3df [2021-01-22T00:40:00.340Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:40:00.340Z] ---> Running in bced7f199908 [2021-01-22T00:40:00.354Z] GO111MODULE=on go vet ./... [2021-01-22T00:40:00.602Z] Removing intermediate container bced7f199908 [2021-01-22T00:40:00.602Z] ---> 8d636ea5d6d2 [2021-01-22T00:40:00.602Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:40:00.602Z] ---> Running in 513b3eec3d17 [2021-01-22T00:40:00.864Z] Removing intermediate container 513b3eec3d17 [2021-01-22T00:40:00.864Z] ---> dff1a95dbae7 [2021-01-22T00:40:00.864Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:40:01.444Z] ---> 571da161bcbc [2021-01-22T00:40:01.444Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:40:01.444Z] ---> ae189d551e2b [2021-01-22T00:40:01.444Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:40:02.023Z] ---> 36a78f5c5cba [2021-01-22T00:40:02.023Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:40:02.023Z] ---> Running in 29edb09526c4 [2021-01-22T00:40:02.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:40:02.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:40:02.868Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:40:02.868Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:40:02.868Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:40:02.869Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:40:02.869Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:40:02.869Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:40:02.869Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:40:04.260Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:40:04.260Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:40:04.260Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:40:04.260Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:40:04.260Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:40:04.260Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:40:04.260Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:40:04.260Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:40:04.260Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:40:04.260Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:40:04.260Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:40:04.260Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:40:04.260Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:40:04.260Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:40:04.260Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:40:04.528Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:40:04.528Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:40:04.528Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:40:04.528Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:40:04.528Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:40:04.528Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:40:04.528Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:40:04.528Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:40:04.528Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:40:04.528Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:40:04.528Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:40:04.789Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:40:04.789Z] OK: 71 MiB in 55 packages [2021-01-22T00:40:12.948Z] Removing intermediate container 29edb09526c4 [2021-01-22T00:40:12.948Z] ---> ab7e221edc2e [2021-01-22T00:40:12.948Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:40:13.212Z] ---> Running in 15e822239461 [2021-01-22T00:40:14.612Z] Collecting docker-compose==1.23.2 [2021-01-22T00:40:14.874Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T00:40:14.874Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:40:14.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:40:15.447Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:40:15.447Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:40:16.022Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:40:16.022Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:40:16.284Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:40:16.284Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:40:17.233Z] 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-22T00:40:17.233Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:40:17.233Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:40:17.499Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:40:17.499Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:40:17.499Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:40:17.499Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:40:18.073Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:40:18.073Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:40:18.335Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:40:18.335Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:40:18.596Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:40:18.596Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:40:18.596Z] 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-22T00:40:18.596Z] 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-22T00:40:18.596Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:40:18.596Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:40:18.862Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:40:18.862Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:40:18.862Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:40:18.862Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:40:18.862Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:40:18.862Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:40:19.124Z] Installing collected packages: docopt, texttable, jsonschema, PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, dockerpty, cached-property, docker-compose [2021-01-22T00:40:19.124Z] Running setup.py install for docopt: started [2021-01-22T00:40:19.702Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:40:19.702Z] Running setup.py install for texttable: started [2021-01-22T00:40:19.964Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:40:20.226Z] Running setup.py install for PyYAML: started [2021-01-22T00:40:20.801Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:40:20.801Z] Attempting uninstall: idna [2021-01-22T00:40:20.801Z] Found existing installation: idna 2.9 [2021-01-22T00:40:20.801Z] Uninstalling idna-2.9: [2021-01-22T00:40:20.801Z] Successfully uninstalled idna-2.9 [2021-01-22T00:40:21.066Z] Attempting uninstall: urllib3 [2021-01-22T00:40:21.066Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:40:21.066Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:40:21.066Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:40:21.328Z] Attempting uninstall: requests [2021-01-22T00:40:21.328Z] Found existing installation: requests 2.23.0 [2021-01-22T00:40:21.328Z] Uninstalling requests-2.23.0: [2021-01-22T00:40:21.328Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:40:21.904Z] Running setup.py install for dockerpty: started [2021-01-22T00:40:22.478Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:40:22.740Z] 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-22T00:40:25.307Z] Removing intermediate container 15e822239461 [2021-01-22T00:40:25.307Z] ---> f5b24f41c0d4 [2021-01-22T00:40:25.307Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:40:25.572Z] ---> Running in 4faedd4fa8e3 [2021-01-22T00:40:25.835Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T00:40:26.097Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T00:40:26.097Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:40:26.097Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:40:26.358Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:40:26.358Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:40:26.358Z] OK: 72 MiB in 58 packages [2021-01-22T00:40:26.944Z] Removing intermediate container 4faedd4fa8e3 [2021-01-22T00:40:26.944Z] ---> 825e13ebe26f [2021-01-22T00:40:26.944Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:40:26.944Z] ---> Running in 79ccaa09c580 [2021-01-22T00:40:26.944Z] Removing intermediate container 79ccaa09c580 [2021-01-22T00:40:26.944Z] ---> be6632c1dd53 [2021-01-22T00:40:26.944Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:40:27.219Z] ---> Running in bf69d7993fd4 [2021-01-22T00:40:27.219Z] Removing intermediate container bf69d7993fd4 [2021-01-22T00:40:27.219Z] ---> 4654ab7b6247 [2021-01-22T00:40:27.219Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T00:40:27.219Z] ---> Running in 1eacae88768b [2021-01-22T00:40:27.494Z] Removing intermediate container 1eacae88768b [2021-01-22T00:40:27.494Z] ---> ba11ecc1b5aa [2021-01-22T00:40:27.494Z] Step 25/26 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:40:27.494Z] ---> Running in 51be0a4d905b [2021-01-22T00:40:27.758Z] Removing intermediate container 51be0a4d905b [2021-01-22T00:40:27.758Z] ---> 7aa30bf6e61a [2021-01-22T00:40:27.758Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:40:27.758Z] ---> Running in d8af1cc4303d [2021-01-22T00:40:28.021Z] Removing intermediate container d8af1cc4303d [2021-01-22T00:40:28.021Z] ---> c74e3c5637fb [2021-01-22T00:40:28.021Z] [2021-01-22T00:40:28.285Z] Successfully built c74e3c5637fb [2021-01-22T00:40:28.285Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T00:40:28.576Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-22T00:40:28.658Z] $ docker stop --time=1 0767fc2a1e73bd3d8490198bac1ae1e7b084129e0e23e878e552a51880621514 [2021-01-22T00:40:30.533Z] $ docker rm -f 0767fc2a1e73bd3d8490198bac1ae1e7b084129e0e23e878e552a51880621514 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:40:31.173Z] + docker images [2021-01-22T00:40:31.173Z] + grep docker [2021-01-22T00:40:31.173Z] docker-sys-mgmt-agent-go latest c74e3c5637fb 4 seconds ago 313MB [2021-01-22T00:40:31.173Z] docker-security-proxy-setup-go latest cc936300a74d 42 seconds ago 24.4MB [2021-01-22T00:40:31.173Z] docker-security-bootstrap-redis-go latest 2adff979e9a7 44 seconds ago 15.8MB [2021-01-22T00:40:31.173Z] docker-core-command-go latest 6ef2433c1df0 45 seconds ago 10.6MB [2021-01-22T00:40:31.173Z] docker-core-data-go latest db1fd86df502 About a minute ago 22.3MB [2021-01-22T00:40:31.173Z] docker-security-secretstore-setup-go latest d381a655f8f4 About a minute ago 24.6MB [2021-01-22T00:40:31.173Z] docker-support-notifications-go latest 3242c7c9478f 2 minutes ago 12MB [2021-01-22T00:40:31.173Z] docker-core-metadata-go latest 15d49b6880b0 2 minutes ago 13.1MB [2021-01-22T00:40:31.173Z] docker-support-scheduler-go latest 004ac84c31a1 2 minutes ago 10.7MB [2021-01-22T00:40:31.173Z] docker 20.10.0 aefe523efa57 5 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-22T00:40:47.433Z] Still waiting to schedule task [2021-01-22T00:40:47.433Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-22107’ [2021-01-22T00:41:22.192Z] gofmt -l . [2021-01-22T00:41:22.192Z] [ "`gofmt -l .`" = "" ] [2021-01-22T00:41:22.192Z] ./bin/test-go-mod-tidy.sh [2021-01-22T00:41:22.192Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T00:41:22.850Z] + ls -al . [2021-01-22T00:41:22.851Z] total 684 [2021-01-22T00:41:22.851Z] drwxrwxr-x 9 1001 1001 4096 Jan 22 00:41 . [2021-01-22T00:41:22.851Z] drwxr-xr-x 4 root root 4096 Jan 22 00:37 .. [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 00:35 .dockerignore [2021-01-22T00:41:22.851Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:35 .git [2021-01-22T00:41:22.851Z] drwxrwxr-x 3 1001 1001 4096 Jan 22 00:35 .github [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 824 Jan 22 00:35 .gitignore [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 00:35 .sonarcloud.properties [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 7759 Jan 22 00:35 Attribution.txt [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 00:35 CONTRIBUTING.md [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 00:35 Dockerfile.build [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 00:35 Jenkinsfile [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 00:35 LICENSE [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 5750 Jan 22 00:35 Makefile [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 00:35 README.md [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 6744 Jan 22 00:35 SECURITY.md [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 00:32 VERSION [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 00:35 ZMQWindows.md [2021-01-22T00:41:22.851Z] drwxrwxr-x 2 1001 1001 4096 Jan 22 00:35 bin [2021-01-22T00:41:22.851Z] drwxrwxr-x 14 1001 1001 4096 Jan 22 00:35 cmd [2021-01-22T00:41:22.851Z] -rw-r--r-- 1 root root 551534 Jan 22 00:39 coverage.out [2021-01-22T00:41:22.851Z] -rw-r--r-- 1 root root 1027 Jan 22 00:41 go.mod [2021-01-22T00:41:22.851Z] -rw-r--r-- 1 root root 18815 Jan 22 00:41 go.sum [2021-01-22T00:41:22.851Z] drwxrwxr-x 8 1001 1001 4096 Jan 22 00:35 internal [2021-01-22T00:41:22.851Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:35 openapi [2021-01-22T00:41:22.851Z] drwxrwxr-x 4 1001 1001 4096 Jan 22 00:35 snap [2021-01-22T00:41:22.851Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 00:35 version.go [Pipeline] sh [2021-01-22T00:41:23.507Z] + '[' -e coverage.out ] [2021-01-22T00:41:23.507Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T00:41:23.527Z] Warning: overwriting stash ‘coverage-report’ [2021-01-22T00:41:24.757Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T00:41:25.436Z] + make build [2021-01-22T00:41:25.436Z] 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-22T00:41:37.921Z] 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-22T00:42:04.768Z] 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-22T00:42:11.481Z] 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-22T00:42:16.884Z] 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-22T00:42:18.869Z] 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-22T00:42:24.284Z] 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-22T00:42:28.618Z] 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-22T00:42:32.960Z] 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-22T00:42:38.365Z] 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-22T00:42:41.764Z] 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-22T00:42:50.050Z] 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-22T00:42:53.497Z] $ docker stop --time=1 2016159a908ec684047a149840c6df10de8e5379a780ba0234b432f403a22616 [2021-01-22T00:42:55.322Z] Running on prd-ubuntu18.04-docker-8c-8g-22114 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [2021-01-22T00:42:56.177Z] $ docker rm -f 2016159a908ec684047a149840c6df10de8e5379a780ba0234b432f403a22616 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-01-22T00:42:57.747Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:42:58.369Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:42:58.642Z] [2021-01-22T00:42:58.642Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:42:59.051Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:42:59.325Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-22T00:42:59.325Z] 29e5d40040c1: Pulling fs layer [2021-01-22T00:42:59.325Z] 1ce36da41761: Pulling fs layer [2021-01-22T00:42:59.325Z] 25b303627fd3: Pulling fs layer [2021-01-22T00:43:00.267Z] using credential edgex-jenkins-ssh [2021-01-22T00:43:00.312Z] 29e5d40040c1: Verifying Checksum [2021-01-22T00:43:00.312Z] 29e5d40040c1: Download complete [2021-01-22T00:43:00.396Z] Cloning the remote Git repository [2021-01-22T00:43:00.929Z] 1ce36da41761: Verifying Checksum [2021-01-22T00:43:00.929Z] 1ce36da41761: Download complete [2021-01-22T00:43:00.929Z] 29e5d40040c1: Pull complete [2021-01-22T00:43:00.428Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:43:00.509Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2021-01-22T00:43:00.540Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:43:00.541Z] > git --version # timeout=10 [2021-01-22T00:43:00.548Z] > git --version # 'git version 2.17.1' [2021-01-22T00:43:00.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:43:00.623Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:43:02.400Z] 1ce36da41761: Pull complete [2021-01-22T00:43:03.001Z] 25b303627fd3: Verifying Checksum [2021-01-22T00:43:03.001Z] 25b303627fd3: Download complete [2021-01-22T00:43:13.150Z] 25b303627fd3: Pull complete [2021-01-22T00:43:13.150Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-22T00:43:13.150Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:43:13.150Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-22T00:43:13.392Z] prd-ubuntu18.04-docker-arm64-4c-16g-22104 does not seem to be running inside a container [2021-01-22T00:43:13.479Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-22T00:43:16.655Z] $ docker top 20e75ddc2dcfef8503a30a4d8d04804378cb4c9e30a881dd588a8c66de101f0d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:43:17.814Z] + grep parallel [2021-01-22T00:43:17.814Z] + docker-compose build --help [2021-01-22T00:43:23.246Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T00:43:23.262Z] $ docker stop --time=1 20e75ddc2dcfef8503a30a4d8d04804378cb4c9e30a881dd588a8c66de101f0d [2021-01-22T00:43:25.235Z] $ docker rm -f 20e75ddc2dcfef8503a30a4d8d04804378cb4c9e30a881dd588a8c66de101f0d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:43:26.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-22T00:43:26.112Z] . [Pipeline] withDockerContainer [2021-01-22T00:43:26.412Z] prd-ubuntu18.04-docker-arm64-4c-16g-22104 does not seem to be running inside a container [2021-01-22T00:43:26.492Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-22T00:43:28.096Z] $ docker top 79d1f24204f5b89cb1c401eb43721289352badc8cf1676429034dc8c2e462d90 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:43:29.208Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T00:43:34.637Z] Building docker-core-command-go ... [2021-01-22T00:43:34.637Z] Building docker-core-data-go ... [2021-01-22T00:43:34.637Z] Building docker-core-metadata-go ... [2021-01-22T00:43:34.637Z] Building docker-security-bootstrap-redis-go ... [2021-01-22T00:43:34.637Z] Building docker-security-proxy-setup-go ... [2021-01-22T00:43:34.637Z] Building docker-security-secretstore-setup-go ... [2021-01-22T00:43:34.637Z] Building docker-support-notifications-go ... [2021-01-22T00:43:34.637Z] Building docker-support-scheduler-go ... [2021-01-22T00:43:34.637Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T00:43:34.637Z] Building docker-sys-mgmt-agent-go [2021-01-22T00:43:34.637Z] Building docker-core-command-go [2021-01-22T00:43:34.637Z] Building docker-security-proxy-setup-go [2021-01-22T00:43:34.637Z] Building docker-core-metadata-go [2021-01-22T00:43:34.637Z] Building docker-security-secretstore-setup-go [2021-01-22T00:43:41.547Z] Merging remotes/origin/master commit 4ca1de52de98fea5214ec757781974277347748a into PR head commit 0d048c99a2e689bcffe87ab7e4893f9cb34f024e [2021-01-22T00:43:41.751Z] Merge succeeded, producing cd0ec10ea0069342edd7e6ca99a9d2ed4924860d [2021-01-22T00:43:41.752Z] Checking out Revision cd0ec10ea0069342edd7e6ca99a9d2ed4924860d (PR-3027) [2021-01-22T00:43:41.074Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:43:41.079Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T00:43:41.090Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T00:43:41.103Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T00:43:41.103Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:43:41.108Z] > 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-22T00:43:41.564Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:43:41.569Z] > git checkout -f 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [2021-01-22T00:43:41.652Z] > git remote # timeout=10 [2021-01-22T00:43:41.660Z] > git config --get remote.origin.url # timeout=10 [2021-01-22T00:43:41.672Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T00:43:41.676Z] > git merge 4ca1de52de98fea5214ec757781974277347748a # timeout=10 [2021-01-22T00:43:41.745Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-22T00:43:41.755Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T00:43:41.759Z] > git checkout -f cd0ec10ea0069342edd7e6ca99a9d2ed4924860d # timeout=10 [2021-01-22T00:43:45.510Z] Commit message: "Merge commit '4ca1de52de98fea5214ec757781974277347748a' into HEAD" [2021-01-22T00:43:45.514Z] > git rev-list --no-walk 0d048c99a2e689bcffe87ab7e4893f9cb34f024e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:43:46.586Z] + echo snap-build.sh [2021-01-22T00:43:46.586Z] snap-build.sh [2021-01-22T00:43:46.586Z] + SNAP_BASE_DIR=. [2021-01-22T00:43:46.586Z] + '[' '!' -z /w/workspace/edgex-go/19 ']' [2021-01-22T00:43:46.586Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/19 [2021-01-22T00:43:46.586Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/19]' [2021-01-22T00:43:46.586Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/19] [2021-01-22T00:43:46.586Z] + cd /w/workspace/edgex-go/19 [2021-01-22T00:43:46.586Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-22T00:43:46.586Z] Reading package lists... [2021-01-22T00:43:46.850Z] Building dependency tree... [2021-01-22T00:43:46.850Z] Reading state information... [2021-01-22T00:43:46.850Z] The following packages were automatically installed and are no longer required: [2021-01-22T00:43:46.850Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-22T00:43:46.850Z] uidmap xdelta3 [2021-01-22T00:43:46.850Z] Use 'sudo apt autoremove' to remove them. [2021-01-22T00:43:47.112Z] The following packages will be REMOVED: [2021-01-22T00:43:47.112Z] lxd* lxd-client* [2021-01-22T00:43:47.373Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-22T00:43:47.374Z] After this operation, 31.7 MB disk space will be freed. [2021-01-22T00:43:48.428Z] (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-22T00:43:48.428Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:43:49.008Z] Removing lxd dnsmasq configuration [2021-01-22T00:43:49.270Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:43:49.270Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-22T00:43:50.236Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-22T00:43:50.502Z] (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-22T00:43:50.503Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-22T00:43:51.895Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-22T00:43:51.895Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-22T00:43:53.282Z] + sudo snap remove --purge lxd [2021-01-22T00:43:53.282Z] snap "lxd" is not installed [2021-01-22T00:43:53.282Z] + sudo groupadd --force --system lxd [2021-01-22T00:43:53.282Z] ++ whoami [2021-01-22T00:43:53.282Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-22T00:43:53.545Z] + newgrp - lxd [2021-01-22T00:43:53.545Z] + sudo snap install lxd [2021-01-22T00:44:01.763Z] 2021-01-22T00:43:59Z INFO Waiting for automatic snapd restart... [2021-01-22T00:44:19.916Z] lxd 4.10 from Canonical* installed [2021-01-22T00:44:19.916Z] + sudo lxd init --auto [2021-01-22T00:44:28.435Z] + sudo snap install --classic snapcraft [2021-01-22T00:44:32.643Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:44:32.643Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-22T00:44:32.643Z] + patch --verbose -p1 [2021-01-22T00:44:32.643Z] Hmm... Looks like a unified diff to me... [2021-01-22T00:44:32.643Z] The text leading up to this was: [2021-01-22T00:44:32.643Z] -------------------------- [2021-01-22T00:44:32.643Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-22T00:44:32.643Z] |From: Tony Espy [2021-01-22T00:44:32.643Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-22T00:44:32.643Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-22T00:44:32.644Z] | [2021-01-22T00:44:32.644Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-22T00:44:32.644Z] |optimize the snap CI check run for pull requests. When [2021-01-22T00:44:32.644Z] |applied, it essentially strips out everything (apps and [2021-01-22T00:44:32.644Z] |parts) from the snapcraft.yaml file except those required [2021-01-22T00:44:32.644Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-22T00:44:32.644Z] |catch changes to edgex-go that break the snap build. [2021-01-22T00:44:32.644Z] | [2021-01-22T00:44:32.644Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-22T00:44:32.644Z] |to update this patch file, otherwise it may fail to apply, [2021-01-22T00:44:32.644Z] |resulting in a failed snap build CI check in the associated [2021-01-22T00:44:32.644Z] |pull request. [2021-01-22T00:44:32.644Z] | [2021-01-22T00:44:32.644Z] |Note - in addition to applying this patch, the pipeline also [2021-01-22T00:44:32.644Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-22T00:44:32.644Z] |need to build the finally binary .snap file (and it won't [2021-01-22T00:44:32.644Z] |work with the patch applied). This further reduces the build [2021-01-22T00:44:32.644Z] |time. [2021-01-22T00:44:32.644Z] |--- [2021-01-22T00:44:32.644Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-22T00:44:32.644Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-22T00:44:32.644Z] | [2021-01-22T00:44:32.644Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-22T00:44:32.644Z] |index 1e537489..faf42425 100644 [2021-01-22T00:44:32.644Z] |--- a/snap/snapcraft.yaml [2021-01-22T00:44:32.644Z] |+++ b/snap/snapcraft.yaml [2021-01-22T00:44:32.644Z] -------------------------- [2021-01-22T00:44:32.644Z] patching file snap/snapcraft.yaml [2021-01-22T00:44:32.644Z] Using Plan A... [2021-01-22T00:44:32.644Z] Hunk #1 succeeded at 73. [2021-01-22T00:44:32.644Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-22T00:44:32.644Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-22T00:44:32.644Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-22T00:44:32.644Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-22T00:44:32.644Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-22T00:44:32.644Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-22T00:44:32.644Z] Hunk #8 succeeded at 342. [2021-01-22T00:44:32.644Z] Hmm... Ignoring the trailing garbage. [2021-01-22T00:44:32.644Z] done [2021-01-22T00:44:32.644Z] + sudo snapcraft prime --use-lxd [2021-01-22T00:44:33.591Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-22T00:44:33.591Z] 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-22T00:44:33.591Z] - README.md [2021-01-22T00:44:33.591Z] - snapcraft.yaml.orig [2021-01-22T00:44:33.591Z] [2021-01-22T00:44:33.591Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:44:34.167Z] Launching a container. [2021-01-22T00:44:42.654Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:44:42.654Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:44:42.654Z] ---> 903c1a9d4312 [2021-01-22T00:44:42.654Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:44:42.654Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:44:42.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:44:42.654Z] ---> 903c1a9d4312 [2021-01-22T00:44:42.654Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:44:42.654Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:44:42.654Z] Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:44:42.654Z] [2021-01-22T00:44:42.654Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:44:42.654Z] ---> 903c1a9d4312 [2021-01-22T00:44:42.654Z] ---> 903c1a9d4312 [2021-01-22T00:44:42.654Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:44:42.654Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T00:44:42.654Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:44:42.654Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:44:42.654Z] ---> 903c1a9d4312 [2021-01-22T00:44:42.654Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:44:42.927Z] ---> Running in 8bb8d36e1843 [2021-01-22T00:44:42.927Z] ---> Running in 923322b1b8eb [2021-01-22T00:44:42.927Z] ---> Running in 78c9dc769a7e [2021-01-22T00:44:42.927Z] ---> Running in b561f5c17206 [2021-01-22T00:44:42.927Z] ---> Running in 31db87c6b2f5 [2021-01-22T00:44:43.551Z] Removing intermediate container 78c9dc769a7e [2021-01-22T00:44:43.551Z] ---> bdbd344a80cd [2021-01-22T00:44:43.551Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:44:43.823Z] Removing intermediate container 8bb8d36e1843 [2021-01-22T00:44:43.823Z] ---> e2989742e27e [2021-01-22T00:44:43.823Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:44:43.823Z] Removing intermediate container 31db87c6b2f5 [2021-01-22T00:44:43.823Z] ---> 9d77814d2177 [2021-01-22T00:44:43.823Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:44:43.823Z] Removing intermediate container b561f5c17206 [2021-01-22T00:44:43.823Z] ---> c44671832fa3 [2021-01-22T00:44:43.823Z] Removing intermediate container 923322b1b8eb [2021-01-22T00:44:43.823Z] ---> a310eeb2a4e7 [2021-01-22T00:44:43.823Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:44:43.823Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:44:44.098Z] ---> Running in 51198b551742 [2021-01-22T00:44:44.098Z] ---> Running in 93eec13afa57 [2021-01-22T00:44:44.098Z] ---> Running in c9f04b082644 [2021-01-22T00:44:44.098Z] ---> Running in 5ef30b51c4b5 [2021-01-22T00:44:44.098Z] ---> Running in b77ca81418d3 [2021-01-22T00:44:47.498Z] Waiting for container to be ready [2021-01-22T00:44:47.498Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-22T00:44:47.498Z] [2021-01-22T00:44:47.520Z] Removing intermediate container 93eec13afa57 [2021-01-22T00:44:47.520Z] ---> ee2ebba73c7c [2021-01-22T00:44:47.520Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:44:47.813Z] ---> Running in a211d2ad26bc [2021-01-22T00:44:48.092Z] Removing intermediate container 51198b551742 [2021-01-22T00:44:48.092Z] ---> 42e9dfd70e34 [2021-01-22T00:44:48.092Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T00:44:48.092Z] Removing intermediate container b77ca81418d3 [2021-01-22T00:44:48.092Z] ---> 4f8f552e78e4 [2021-01-22T00:44:48.092Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:44:48.363Z] ---> Running in 06f59c47d2f9 [2021-01-22T00:44:48.363Z] ---> Running in 8c13f1c36b69 [2021-01-22T00:44:48.363Z] Removing intermediate container 5ef30b51c4b5 [2021-01-22T00:44:48.363Z] ---> 72bce95956c3 [2021-01-22T00:44:48.363Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T00:44:48.642Z] Removing intermediate container c9f04b082644 [2021-01-22T00:44:48.642Z] ---> 1f5627ef199e [2021-01-22T00:44:48.642Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:44:48.642Z] ---> Running in 6eb53adffbc7 [2021-01-22T00:44:48.937Z] ---> Running in 529211889fa5 [2021-01-22T00:44:49.538Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:50.079Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-22T00:44:50.079Z] Waiting for network to be ready... [2021-01-22T00:44:50.341Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:44:50.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:50.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:50.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:50.557Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:50.601Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:44:50.602Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:44:50.602Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:44:50.862Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:44:50.862Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:44:50.862Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:44:50.862Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:44:50.862Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:44:50.862Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:44:51.128Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:44:51.128Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:44:51.183Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:51.460Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:51.701Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:44:51.701Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:44:51.701Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:44:51.701Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:44:51.701Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:44:51.701Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:44:52.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:52.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:52.650Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:44:52.664Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:44:52.664Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:44:52.926Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:44:52.926Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:44:52.926Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:44:52.926Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:44:52.926Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:44:52.926Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:44:52.926Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:44:54.089Z] OK: 217 MiB in 51 packages [2021-01-22T00:44:54.089Z] OK: 217 MiB in 51 packages [2021-01-22T00:44:54.371Z] OK: 217 MiB in 51 packages [2021-01-22T00:44:55.362Z] Removing intermediate container 8c13f1c36b69 [2021-01-22T00:44:55.362Z] ---> 765c6396c363 [2021-01-22T00:44:55.362Z] Step 6/22 : COPY go.mod . [2021-01-22T00:44:55.476Z] Fetched 23.8 MB in 5s (5162 kB/s) [2021-01-22T00:44:55.644Z] Removing intermediate container a211d2ad26bc [2021-01-22T00:44:55.644Z] ---> 0aa7d6ab4782 [2021-01-22T00:44:55.644Z] Step 6/21 : COPY go.mod . [2021-01-22T00:44:55.644Z] OK: 217 MiB in 51 packages [2021-01-22T00:44:55.740Z] Reading package lists... [2021-01-22T00:44:55.927Z] Removing intermediate container 529211889fa5 [2021-01-22T00:44:55.928Z] ---> e849cbd26716 [2021-01-22T00:44:55.928Z] Step 6/22 : COPY go.mod . [2021-01-22T00:44:56.000Z] Reading package lists... [2021-01-22T00:44:56.225Z] OK: 217 MiB in 51 packages [2021-01-22T00:44:56.225Z] ---> 39d6ec2f5fd9 [2021-01-22T00:44:56.225Z] Step 7/22 : RUN go mod download [2021-01-22T00:44:56.273Z] Building dependency tree... [2021-01-22T00:44:56.273Z] Reading state information... [2021-01-22T00:44:56.273Z] The following additional packages will be installed: [2021-01-22T00:44:56.273Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:44:56.273Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:44:56.273Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:44:56.273Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-22T00:44:56.273Z] Suggested packages: [2021-01-22T00:44:56.273Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-22T00:44:56.273Z] Recommended packages: [2021-01-22T00:44:56.273Z] gnupg libsasl2-modules [2021-01-22T00:44:56.273Z] The following NEW packages will be installed: [2021-01-22T00:44:56.273Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-22T00:44:56.273Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-22T00:44:56.273Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-22T00:44:56.273Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-22T00:44:56.273Z] The following packages will be upgraded: [2021-01-22T00:44:56.273Z] gpg gpg-agent gpgconf libudev1 [2021-01-22T00:44:56.537Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-22T00:44:56.537Z] Need to get 3533 kB of archives. [2021-01-22T00:44:56.537Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-22T00:44:56.537Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-22T00:44:56.537Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-22T00:44:56.538Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-22T00:44:56.538Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-22T00:44:56.538Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-22T00:44:56.538Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-22T00:44:56.538Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-22T00:44:56.538Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-22T00:44:56.538Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-22T00:44:56.799Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-22T00:44:56.829Z] ---> Running in a5bcaa8bad84 [2021-01-22T00:44:56.829Z] ---> 7c884fcc07a5 [2021-01-22T00:44:56.829Z] Step 7/21 : RUN go mod download [2021-01-22T00:44:57.109Z] ---> Running in 32d02da43264 [2021-01-22T00:44:57.109Z] ---> 2b4461e2ced3 [2021-01-22T00:44:57.109Z] Step 7/22 : RUN go mod download [2021-01-22T00:44:57.380Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-22T00:44:57.380Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-22T00:44:57.380Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-22T00:44:57.380Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-22T00:44:57.380Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-22T00:44:57.380Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-22T00:44:57.380Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-22T00:44:57.380Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-22T00:44:57.380Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-22T00:44:57.380Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-22T00:44:57.380Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-22T00:44:57.380Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-22T00:44:57.650Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:44:57.650Z] Fetched 3533 kB in 1s (3468 kB/s) [2021-01-22T00:44:57.650Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:44:57.650Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:44:57.650Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:44:57.650Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:44:57.710Z] ---> Running in 78b8a9f8cba5 [2021-01-22T00:44:57.710Z] Removing intermediate container 6eb53adffbc7 [2021-01-22T00:44:57.710Z] ---> d2eb1086f4c7 [2021-01-22T00:44:57.710Z] Step 6/26 : COPY go.mod . [2021-01-22T00:44:57.911Z] Selecting previously unselected package udev. [2021-01-22T00:44:57.911Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-22T00:44:57.911Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:44:57.911Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-22T00:44:57.991Z] Removing intermediate container 06f59c47d2f9 [2021-01-22T00:44:57.991Z] ---> 90fd4f1cab0f [2021-01-22T00:44:57.991Z] Step 6/24 : COPY go.mod . [2021-01-22T00:44:58.172Z] Selecting previously unselected package libfuse2:amd64. [2021-01-22T00:44:58.172Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:44:58.172Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:44:58.172Z] Selecting previously unselected package fuse. [2021-01-22T00:44:58.172Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-22T00:44:58.172Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:44:58.432Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:44:58.432Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:44:58.432Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:44:58.693Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:44:58.693Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:44:58.693Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:44:58.958Z] Selecting previously unselected package libksba8:amd64. [2021-01-22T00:44:58.958Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-22T00:44:58.958Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:44:58.958Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-22T00:44:58.958Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:58.958Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:58.958Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-22T00:44:58.958Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:58.958Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.000Z] ---> 531aa169efc7 [2021-01-22T00:44:59.000Z] Step 7/26 : RUN go mod download [2021-01-22T00:44:59.226Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-22T00:44:59.226Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.226Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.226Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-22T00:44:59.226Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.226Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.226Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-22T00:44:59.226Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.226Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.281Z] ---> Running in cc3cb08b2931 [2021-01-22T00:44:59.486Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-22T00:44:59.487Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.487Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.487Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-22T00:44:59.487Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.487Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.556Z] ---> 20cb3c44df7c [2021-01-22T00:44:59.556Z] Step 7/24 : RUN go mod download [2021-01-22T00:44:59.748Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-22T00:44:59.749Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.749Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.749Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-22T00:44:59.749Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-22T00:44:59.749Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:44:59.749Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-22T00:44:59.749Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:44:59.749Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:44:59.831Z] ---> Running in 7008cc3878e9 [2021-01-22T00:45:00.012Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-22T00:45:00.012Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-22T00:45:00.012Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:45:00.012Z] Selecting previously unselected package libldap-common. [2021-01-22T00:45:00.012Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-22T00:45:00.012Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:45:00.012Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-22T00:45:00.012Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-22T00:45:00.012Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:45:00.273Z] Selecting previously unselected package dirmngr. [2021-01-22T00:45:00.273Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:00.273Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:00.273Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:45:00.273Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:00.273Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-22T00:45:00.273Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:45:00.273Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-22T00:45:00.534Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:00.534Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:00.534Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-22T00:45:00.534Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:45:00.534Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-22T00:45:00.796Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-22T00:45:01.056Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.056Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-22T00:45:01.056Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-22T00:45:01.056Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:01.056Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.056Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.056Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.275Z] Removing intermediate container a5bcaa8bad84 [2021-01-22T00:45:01.275Z] ---> 91d79658069f [2021-01-22T00:45:01.275Z] Step 8/22 : COPY . . [2021-01-22T00:45:01.318Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.318Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.318Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.318Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-22T00:45:01.318Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-22T00:45:01.318Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:01.318Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:45:01.907Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-22T00:45:01.907Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-22T00:45:01.907Z] This means they are not meant to be enabled using systemctl. [2021-01-22T00:45:01.907Z] Possible reasons for having this kind of units are: [2021-01-22T00:45:01.907Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-22T00:45:01.907Z] .wants/ or .requires/ directory. [2021-01-22T00:45:01.907Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-22T00:45:01.907Z] a requirement dependency on it. [2021-01-22T00:45:01.907Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-22T00:45:01.907Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-22T00:45:01.907Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-22T00:45:01.907Z] instance name specified. [2021-01-22T00:45:01.919Z] Removing intermediate container 32d02da43264 [2021-01-22T00:45:01.920Z] ---> e6b057157dc0 [2021-01-22T00:45:01.920Z] Step 8/21 : COPY . . [2021-01-22T00:45:01.920Z] Removing intermediate container 78b8a9f8cba5 [2021-01-22T00:45:01.920Z] ---> f10e601003ca [2021-01-22T00:45:01.920Z] Step 8/22 : COPY . . [2021-01-22T00:45:02.186Z] Reading package lists... [2021-01-22T00:45:02.186Z] Building dependency tree... [2021-01-22T00:45:02.186Z] Reading state information... [2021-01-22T00:45:02.186Z] The following additional packages will be installed: [2021-01-22T00:45:02.186Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-22T00:45:02.186Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-22T00:45:02.186Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-22T00:45:02.186Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-22T00:45:02.186Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-22T00:45:02.186Z] Suggested packages: [2021-01-22T00:45:02.186Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-22T00:45:02.186Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-22T00:45:02.186Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-22T00:45:02.186Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-22T00:45:02.186Z] systemd-container policykit-1 [2021-01-22T00:45:02.186Z] Recommended packages: [2021-01-22T00:45:02.186Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-22T00:45:02.448Z] The following NEW packages will be installed: [2021-01-22T00:45:02.448Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-22T00:45:02.448Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-22T00:45:02.448Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-22T00:45:02.448Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-22T00:45:02.448Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-22T00:45:02.448Z] The following packages will be upgraded: [2021-01-22T00:45:02.448Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-22T00:45:02.448Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-22T00:45:02.448Z] Need to get 35.2 MB of archives. [2021-01-22T00:45:02.448Z] After this operation, 141 MB of additional disk space will be used. [2021-01-22T00:45:02.448Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-22T00:45:02.716Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-22T00:45:02.716Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-22T00:45:02.716Z] 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-22T00:45:02.716Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-22T00:45:02.716Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-22T00:45:02.716Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-22T00:45:02.716Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-22T00:45:02.716Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-22T00:45:02.716Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-22T00:45:02.716Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-22T00:45:02.716Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-22T00:45:02.716Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-22T00:45:02.716Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-22T00:45:02.716Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-22T00:45:02.716Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-22T00:45:02.978Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-22T00:45:03.549Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-22T00:45:03.549Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-22T00:45:03.549Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-22T00:45:03.549Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-22T00:45:03.549Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-22T00:45:03.549Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-22T00:45:03.549Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-22T00:45:03.549Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-22T00:45:03.549Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-22T00:45:03.549Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-22T00:45:03.811Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-22T00:45:03.811Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-22T00:45:03.811Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-22T00:45:05.319Z] Removing intermediate container cc3cb08b2931 [2021-01-22T00:45:05.319Z] ---> c6af5e9b29c5 [2021-01-22T00:45:05.319Z] Step 8/26 : COPY . . [2021-01-22T00:45:05.319Z] Removing intermediate container 7008cc3878e9 [2021-01-22T00:45:05.319Z] ---> 0ab844b860e3 [2021-01-22T00:45:05.319Z] Step 8/24 : COPY . . [2021-01-22T00:45:05.733Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:45:05.733Z] Fetched 35.2 MB in 3s (11.9 MB/s) [2021-01-22T00:45:05.733Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:45:05.733Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:45:05.733Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:45:06.306Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:45:06.306Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:45:06.306Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-22T00:45:06.568Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:45:06.568Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:45:06.568Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:45:06.828Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-22T00:45:06.828Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-22T00:45:06.828Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-22T00:45:06.828Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-22T00:45:07.089Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-22T00:45:07.089Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-22T00:45:07.661Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-22T00:45:07.661Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-22T00:45:07.661Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:45:07.661Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:45:07.923Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-22T00:45:07.923Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:45:07.923Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:08.185Z] Selecting previously unselected package libexpat1:amd64. [2021-01-22T00:45:08.185Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-22T00:45:08.185Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:45:08.185Z] Selecting previously unselected package python3.6-minimal. [2021-01-22T00:45:08.185Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:45:08.185Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:08.452Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:45:08.713Z] Checking for services that may need to be restarted...done. [2021-01-22T00:45:08.713Z] Checking for services that may need to be restarted...done. [2021-01-22T00:45:08.713Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:08.713Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-22T00:45:08.713Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:09.285Z] Selecting previously unselected package python3-minimal. [2021-01-22T00:45:09.285Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-22T00:45:09.285Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:45:09.285Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:45:09.285Z] Selecting previously unselected package mime-support. [2021-01-22T00:45:09.285Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-22T00:45:09.285Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-22T00:45:09.285Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-22T00:45:09.285Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-22T00:45:09.285Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:45:09.548Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-22T00:45:09.548Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:45:09.548Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:09.812Z] Selecting previously unselected package python3.6. [2021-01-22T00:45:09.812Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-22T00:45:09.812Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:09.812Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-22T00:45:09.812Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:45:09.812Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:45:10.073Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-22T00:45:10.334Z] Selecting previously unselected package python3. [2021-01-22T00:45:10.334Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-22T00:45:10.334Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-22T00:45:10.334Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-22T00:45:10.334Z] Selecting previously unselected package multiarch-support. [2021-01-22T00:45:10.334Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:45:10.334Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:45:10.334Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-22T00:45:10.602Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-22T00:45:10.602Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-22T00:45:10.602Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-22T00:45:10.602Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:45:10.602Z] Selecting previously unselected package libbsd0:amd64. [2021-01-22T00:45:10.602Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-22T00:45:10.602Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:45:10.863Z] Selecting previously unselected package sudo. [2021-01-22T00:45:10.863Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-22T00:45:10.863Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:45:10.863Z] Selecting previously unselected package apparmor. [2021-01-22T00:45:10.863Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:45:10.863Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:45:11.124Z] Selecting previously unselected package libedit2:amd64. [2021-01-22T00:45:11.124Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-22T00:45:11.124Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:45:11.124Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-22T00:45:11.124Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:45:11.124Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:11.385Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-22T00:45:11.385Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:45:11.385Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:11.385Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-22T00:45:11.385Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-22T00:45:11.385Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:45:11.385Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-22T00:45:11.385Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:45:11.385Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:11.646Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-22T00:45:11.646Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-22T00:45:11.646Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:11.646Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-22T00:45:11.646Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-22T00:45:11.646Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:45:11.906Z] Selecting previously unselected package openssh-client. [2021-01-22T00:45:11.906Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-22T00:45:11.906Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:45:12.168Z] Selecting previously unselected package squashfs-tools. [2021-01-22T00:45:12.168Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:45:12.168Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:45:12.168Z] Selecting previously unselected package snapd. [2021-01-22T00:45:12.168Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-22T00:45:12.168Z] Unpacking snapd (2.48+18.04) ... [2021-01-22T00:45:14.722Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-22T00:45:14.722Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-22T00:45:14.722Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-22T00:45:14.722Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-22T00:45:14.722Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-22T00:45:14.722Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:14.722Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:45:14.982Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-22T00:45:14.982Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-22T00:45:15.925Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-22T00:45:15.925Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-22T00:45:15.925Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-22T00:45:15.925Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:15.925Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:15.925Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-22T00:45:16.498Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-22T00:45:16.498Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:16.498Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-22T00:45:16.498Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-22T00:45:16.498Z] running python rtupdate hooks for python3.6... [2021-01-22T00:45:16.498Z] running python post-rtupdate hooks for python3.6... [2021-01-22T00:45:16.764Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-22T00:45:18.149Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-22T00:45:18.411Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-22T00:45:18.411Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-22T00:45:18.411Z] Setting up snapd (2.48+18.04) ... [2021-01-22T00:45:18.983Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-22T00:45:18.983Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-22T00:45:19.244Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-22T00:45:19.505Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-22T00:45:19.505Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:45:19.505Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-22T00:45:19.765Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-22T00:45:20.026Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-22T00:45:20.026Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-22T00:45:20.288Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-22T00:45:20.549Z] /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-22T00:45:20.549Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-22T00:45:20.549Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:45:21.489Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:45:21.489Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:45:21.489Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:45:22.693Z] Reading package lists... [2021-01-22T00:45:22.693Z] Reading package lists... [2021-01-22T00:45:22.955Z] Building dependency tree... [2021-01-22T00:45:22.955Z] Reading state information... [2021-01-22T00:45:22.955Z] Calculating upgrade... [2021-01-22T00:45:23.215Z] The following packages will be upgraded: [2021-01-22T00:45:23.215Z] advancecomp base-files bash binutils binutils-common [2021-01-22T00:45:23.215Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-22T00:45:23.215Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-22T00:45:23.215Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-22T00:45:23.215Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-22T00:45:23.215Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-22T00:45:23.215Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-22T00:45:23.215Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-22T00:45:23.215Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-22T00:45:23.215Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-22T00:45:23.215Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-22T00:45:23.215Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-22T00:45:23.215Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-22T00:45:23.215Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-22T00:45:23.215Z] ubuntu-keyring util-linux [2021-01-22T00:45:23.475Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:45:23.475Z] Need to get 63.7 MB of archives. [2021-01-22T00:45:23.475Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-22T00:45:23.475Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-22T00:45:23.475Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-22T00:45:23.737Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-22T00:45:23.737Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-22T00:45:23.737Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-22T00:45:23.998Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-22T00:45:23.998Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-22T00:45:23.998Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-22T00:45:23.998Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-22T00:45:23.998Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-22T00:45:23.998Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-22T00:45:23.998Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-22T00:45:23.998Z] 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-22T00:45:23.998Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-22T00:45:23.998Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-22T00:45:23.998Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-22T00:45:24.257Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-22T00:45:24.257Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-22T00:45:24.257Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-134.138 [987 kB] [2021-01-22T00:45:24.257Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-22T00:45:24.257Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-22T00:45:24.257Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-22T00:45:24.257Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-22T00:45:24.258Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-22T00:45:24.258Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-22T00:45:24.258Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-22T00:45:24.258Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-22T00:45:24.258Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-22T00:45:24.258Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-22T00:45:24.258Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-22T00:45:24.258Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-22T00:45:24.520Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-22T00:45:24.520Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-22T00:45:24.520Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-22T00:45:24.520Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-22T00:45:24.520Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-22T00:45:24.520Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-22T00:45:24.520Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-22T00:45:24.520Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-22T00:45:24.520Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-22T00:45:24.520Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-22T00:45:24.520Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-22T00:45:24.520Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-22T00:45:24.520Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-22T00:45:24.520Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-22T00:45:24.520Z] Get:46 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-22T00:45:24.520Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-22T00:45:24.520Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-22T00:45:24.520Z] Get:49 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-22T00:45:24.520Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-22T00:45:24.520Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-22T00:45:24.520Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-22T00:45:24.520Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-22T00:45:24.520Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-22T00:45:24.520Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-22T00:45:24.520Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-22T00:45:24.520Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-22T00:45:24.520Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-22T00:45:24.520Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-22T00:45:24.520Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-22T00:45:24.520Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-22T00:45:24.520Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-22T00:45:24.782Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-22T00:45:24.782Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-22T00:45:24.782Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-22T00:45:24.782Z] Get:66 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-22T00:45:24.782Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-22T00:45:24.782Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-22T00:45:24.782Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-22T00:45:24.782Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-22T00:45:24.782Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-22T00:45:24.782Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-22T00:45:24.782Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-22T00:45:24.782Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-22T00:45:24.782Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-22T00:45:24.782Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-22T00:45:24.782Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-22T00:45:24.782Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-22T00:45:24.782Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-22T00:45:24.782Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-22T00:45:24.782Z] Get:81 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-22T00:45:25.042Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-22T00:45:25.042Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-22T00:45:25.042Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-22T00:45:25.042Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-22T00:45:25.042Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-22T00:45:25.042Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-22T00:45:25.042Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-22T00:45:25.614Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-22T00:45:25.874Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-22T00:45:25.874Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-22T00:45:25.874Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-22T00:45:26.134Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-22T00:45:26.135Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-22T00:45:26.135Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-22T00:45:26.135Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-22T00:45:26.135Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-22T00:45:26.395Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:45:26.395Z] Fetched 63.7 MB in 3s (20.7 MB/s) [2021-01-22T00:45:26.395Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:26.395Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:45:26.395Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:45:26.966Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:45:27.228Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:45:27.228Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-134.138_amd64.deb ... [2021-01-22T00:45:27.228Z] Unpacking linux-libc-dev:amd64 (4.15.0-134.138) over (4.15.0-20.21) ... [2021-01-22T00:45:28.175Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.175Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.175Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.175Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.175Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.436Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.436Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.436Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.436Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.436Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.696Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.696Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.696Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.696Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.696Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:28.957Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:45:28.957Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.957Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-22T00:45:28.957Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:28.957Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:45:28.957Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:28.957Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:29.217Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:29.217Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:29.217Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:29.217Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-22T00:45:29.482Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:29.482Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:45:29.482Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:45:29.745Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:45:30.320Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:45:30.320Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-22T00:45:30.320Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-22T00:45:30.590Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-22T00:45:30.590Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-22T00:45:30.590Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-22T00:45:30.851Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-22T00:45:30.851Z] Installing new version of config file /etc/issue ... [2021-01-22T00:45:30.851Z] Installing new version of config file /etc/issue.net ... [2021-01-22T00:45:30.851Z] Installing new version of config file /etc/lsb-release ... [2021-01-22T00:45:30.851Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-22T00:45:31.115Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-22T00:45:31.115Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-22T00:45:31.115Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-22T00:45:31.378Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:31.378Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-22T00:45:31.378Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-22T00:45:31.378Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-22T00:45:31.645Z] 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-22T00:45:31.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:31.645Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:31.645Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:31.645Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:31.910Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:31.910Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-22T00:45:31.910Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-22T00:45:31.910Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-22T00:45:32.167Z] ---> 1462abf6fef2 [2021-01-22T00:45:32.167Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-22T00:45:32.167Z] ---> 170d0777f152 [2021-01-22T00:45:32.167Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-22T00:45:32.167Z] ---> c9c62baf89ee [2021-01-22T00:45:32.167Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T00:45:32.167Z] ---> c5388a5113ce [2021-01-22T00:45:32.167Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T00:45:32.167Z] ---> 76aafd52b5ad [2021-01-22T00:45:32.167Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T00:45:32.167Z] ---> Running in 5a87eee8aab6 [2021-01-22T00:45:32.167Z] ---> Running in eb5070d5bc4b [2021-01-22T00:45:32.167Z] ---> Running in 4c0d38015731 [2021-01-22T00:45:32.167Z] ---> Running in ac4a229a0634 [2021-01-22T00:45:32.167Z] ---> Running in 55a77956cf3f [2021-01-22T00:45:32.167Z] 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-22T00:45:32.167Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T00:45:32.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:32.173Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-22T00:45:32.173Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:45:32.173Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-22T00:45:32.434Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:32.434Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:32.435Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:45:32.435Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:45:32.443Z] 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-22T00:45:32.697Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:32.697Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:32.697Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:45:32.697Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-22T00:45:32.726Z] 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-22T00:45:32.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:32.964Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-22T00:45:32.964Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-22T00:45:32.964Z] Setting up grep (3.1-2build1) ... [2021-01-22T00:45:32.964Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:32.964Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:45:33.007Z] 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-22T00:45:33.225Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:45:33.225Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-22T00:45:33.225Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:33.225Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:45:33.485Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:45:33.485Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-22T00:45:33.485Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:33.485Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:45:33.485Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:45:34.089Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:45:34.089Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:45:34.089Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-22T00:45:34.089Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:45:34.660Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-22T00:45:34.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:34.921Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-22T00:45:34.921Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-22T00:45:35.868Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:45:35.868Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:45:36.136Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-22T00:45:36.136Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-22T00:45:36.136Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:45:36.397Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:36.397Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-22T00:45:36.397Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-22T00:45:36.659Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-22T00:45:36.659Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:36.659Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:36.659Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:36.924Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:36.924Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:36.924Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:36.924Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:36.924Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:37.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:37.185Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:37.185Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:37.185Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:37.445Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:37.445Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:37.445Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:37.445Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:37.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:37.706Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:45:37.706Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:45:37.706Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:45:37.706Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:45:37.965Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:45:37.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:37.965Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-22T00:45:37.965Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:45:37.965Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:45:38.238Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:38.238Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:38.238Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:38.238Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:38.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:38.513Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:38.513Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:38.513Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:38.513Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:38.513Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:38.776Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:39.037Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:39.297Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-22T00:45:39.557Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-22T00:45:39.819Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:39.819Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-22T00:45:39.819Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-22T00:45:40.086Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:45:40.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-22T00:45:40.086Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-22T00:45:40.086Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-22T00:45:40.349Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-22T00:45:40.349Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:40.349Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-22T00:45:40.616Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-22T00:45:40.616Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-22T00:45:41.192Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:41.193Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:45:41.193Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:45:41.193Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:45:41.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:41.193Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:45:41.454Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:45:41.454Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:45:41.454Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:41.454Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-22T00:45:41.719Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:45:41.719Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:45:41.985Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:41.985Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-22T00:45:41.985Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-22T00:45:41.985Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-22T00:45:41.985Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-22T00:45:42.248Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:42.249Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:45:42.249Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:45:42.513Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:42.513Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-22T00:45:42.513Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-22T00:45:42.513Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-22T00:45:42.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:42.776Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-22T00:45:42.776Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-22T00:45:42.776Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-22T00:45:43.041Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:43.041Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:43.041Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-22T00:45:43.041Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-22T00:45:43.308Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:43.308Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-22T00:45:43.308Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-22T00:45:43.308Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-22T00:45:43.577Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:43.577Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-22T00:45:43.577Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-22T00:45:43.838Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-22T00:45:44.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:44.136Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-22T00:45:44.136Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-22T00:45:44.136Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-22T00:45:44.404Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:44.404Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-22T00:45:44.404Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-22T00:45:44.404Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-22T00:45:44.666Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:44.666Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-22T00:45:44.666Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-22T00:45:44.666Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-22T00:45:44.928Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:44.928Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-22T00:45:44.928Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-22T00:45:44.928Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-22T00:45:45.189Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:45.189Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-22T00:45:45.189Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-22T00:45:45.189Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-22T00:45:45.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:45.451Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:45:45.451Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-22T00:45:45.451Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-22T00:45:45.451Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-22T00:45:45.451Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-22T00:45:45.451Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-22T00:45:45.712Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-22T00:45:45.712Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-22T00:45:45.712Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:45:45.712Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:45:45.712Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-22T00:45:45.972Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-22T00:45:45.972Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-22T00:45:45.972Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-22T00:45:46.234Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-22T00:45:46.234Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-22T00:45:46.496Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-22T00:45:46.496Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-22T00:45:46.496Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-22T00:45:46.496Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-22T00:45:46.757Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-22T00:45:46.757Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-22T00:45:46.757Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-22T00:45:46.757Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-22T00:45:47.018Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-22T00:45:47.018Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-22T00:45:47.018Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-22T00:45:47.018Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-22T00:45:47.283Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-22T00:45:47.283Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-22T00:45:47.548Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-22T00:45:47.549Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-22T00:45:48.135Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-22T00:45:48.135Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-22T00:45:48.407Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-22T00:45:48.407Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-22T00:45:48.407Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:45:48.407Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:45:48.986Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:45:48.986Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:45:48.986Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:45:48.986Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:45:49.249Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-22T00:45:49.249Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-22T00:45:49.249Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:49.249Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:49.513Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:49.513Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:49.513Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:49.513Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:49.775Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:49.775Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:50.719Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:50.719Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:51.678Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:51.678Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:52.252Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:52.252Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:52.514Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:52.514Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:53.459Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-22T00:45:53.459Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-22T00:45:53.459Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:45:53.459Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:45:53.459Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:45:53.459Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:45:53.719Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-22T00:45:53.719Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-22T00:45:53.719Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-22T00:45:53.719Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-22T00:45:53.983Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:45:53.983Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:45:53.983Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-22T00:45:53.983Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-22T00:45:54.243Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-22T00:45:54.243Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-22T00:45:54.243Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:54.243Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-22T00:45:54.243Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:54.504Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:54.504Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:54.504Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-22T00:45:54.504Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-22T00:45:54.504Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-22T00:45:54.504Z] [2021-01-22T00:45:54.504Z] Current default time zone: 'Etc/UTC' [2021-01-22T00:45:54.504Z] Local time is now: Fri Jan 22 00:45:54 UTC 2021. [2021-01-22T00:45:54.504Z] Universal Time is now: Fri Jan 22 00:45:54 UTC 2021. [2021-01-22T00:45:54.504Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-22T00:45:54.504Z] [2021-01-22T00:45:54.504Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-22T00:45:54.766Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:54.766Z] Setting up linux-libc-dev:amd64 (4.15.0-134.138) ... [2021-01-22T00:45:54.766Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-22T00:45:54.766Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-22T00:45:54.766Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-22T00:45:54.766Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:45:54.766Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:45:54.766Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-22T00:45:54.766Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-22T00:45:55.026Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:55.026Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-22T00:45:55.288Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:55.288Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:45:55.288Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:55.288Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-22T00:45:55.288Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-22T00:45:55.288Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-22T00:45:55.549Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-22T00:45:55.549Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-22T00:45:55.549Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-22T00:45:55.549Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:45:55.549Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:45:57.460Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:45:58.405Z] 22 added, 17 removed; done. [2021-01-22T00:45:58.405Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-22T00:45:58.405Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-22T00:45:58.405Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-22T00:45:58.405Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-22T00:45:58.405Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-22T00:45:58.405Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.405Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:45:58.405Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.667Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.667Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.667Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.667Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.667Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-22T00:45:58.667Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:45:58.667Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:45:58.667Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-22T00:45:58.927Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-22T00:45:58.927Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.927Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-22T00:45:58.927Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:45:58.927Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-22T00:45:58.927Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-22T00:45:58.927Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:45:58.927Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-22T00:45:59.188Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-22T00:45:59.188Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-22T00:45:59.188Z] Updating certificates in /etc/ssl/certs... [2021-01-22T00:45:59.761Z] 0 added, 0 removed; done. [2021-01-22T00:45:59.761Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-22T00:45:59.761Z] done. [2021-01-22T00:46:00.334Z] Reading package lists... [2021-01-22T00:46:00.334Z] Building dependency tree... [2021-01-22T00:46:00.334Z] Reading state information... [2021-01-22T00:46:00.595Z] The following NEW packages will be installed: [2021-01-22T00:46:00.595Z] apt-transport-https [2021-01-22T00:46:00.595Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:46:00.595Z] Need to get 1696 B of archives. [2021-01-22T00:46:00.595Z] After this operation, 153 kB of additional disk space will be used. [2021-01-22T00:46:00.595Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-22T00:46:00.856Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:46:00.856Z] Fetched 1696 B in 0s (9404 B/s) [2021-01-22T00:46:00.856Z] Selecting previously unselected package apt-transport-https. [2021-01-22T00:46:00.856Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-22T00:46:00.856Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-22T00:46:00.856Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:46:00.856Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-22T00:46:01.116Z] Waiting for network to be ready... [2021-01-22T00:46:07.703Z] 2021-01-22T00:46:03Z INFO Waiting for automatic snapd restart... [2021-01-22T00:46:07.703Z] snapd 2.48.2 from Canonical* installed [2021-01-22T00:46:07.963Z] "snapd" switched to the "latest/stable" channel [2021-01-22T00:46:07.963Z] [2021-01-22T00:46:10.507Z] core18 20201210 from Canonical* installed [2021-01-22T00:46:10.507Z] "core18" switched to the "latest/stable" channel [2021-01-22T00:46:10.507Z] [2021-01-22T00:46:13.806Z] snapcraft 4.4.4 from Canonical* installed [2021-01-22T00:46:13.806Z] "snapcraft" switched to the "latest/stable" channel [2021-01-22T00:46:13.806Z] [2021-01-22T00:46:17.125Z] 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-22T00:46:17.125Z] - README.md [2021-01-22T00:46:17.125Z] - snapcraft.yaml.orig [2021-01-22T00:46:17.125Z] [2021-01-22T00:46:17.125Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-22T00:46:23.754Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:46:23.754Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:46:23.754Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:46:23.754Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:46:25.011Z] Reading package lists... [2021-01-22T00:46:25.279Z] 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-22T00:46:31.979Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:46:31.979Z] Reading package lists... [2021-01-22T00:46:31.979Z] Building dependency tree... [2021-01-22T00:46:31.979Z] Reading state information... [2021-01-22T00:46:31.979Z] Suggested packages: [2021-01-22T00:46:31.979Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-22T00:46:31.979Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-22T00:46:31.979Z] Recommended packages: [2021-01-22T00:46:31.979Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-22T00:46:31.979Z] The following NEW packages will be installed: [2021-01-22T00:46:31.979Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-22T00:46:31.979Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-22T00:46:31.979Z] pkg-config zip [2021-01-22T00:46:31.979Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-22T00:46:31.979Z] Need to get 7655 kB of archives. [2021-01-22T00:46:31.979Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-22T00:46:31.979Z] 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-22T00:46:31.979Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-22T00:46:31.979Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-22T00:46:31.979Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-22T00:46:31.979Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-22T00:46:31.979Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-22T00:46:31.979Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-22T00:46:31.979Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-22T00:46:32.240Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-22T00:46:32.240Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-22T00:46:32.240Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-22T00:46:32.240Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-22T00:46:32.240Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-22T00:46:32.500Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-22T00:46:32.500Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-22T00:46:32.500Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-22T00:46:32.500Z] Fetched 7655 kB in 1s (9595 kB/s) [2021-01-22T00:46:32.761Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-22T00:46:32.761Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-22T00:46:32.761Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-22T00:46:32.761Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:46:32.761Z] Selecting previously unselected package libpsl5:amd64. [2021-01-22T00:46:32.761Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-22T00:46:32.761Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:46:33.023Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-22T00:46:33.023Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-22T00:46:33.023Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:46:33.023Z] Selecting previously unselected package librtmp1:amd64. [2021-01-22T00:46:33.023Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-22T00:46:33.023Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:46:33.023Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-22T00:46:33.023Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-22T00:46:33.283Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:46:33.283Z] Selecting previously unselected package liberror-perl. [2021-01-22T00:46:33.283Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-22T00:46:33.283Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-22T00:46:33.283Z] Selecting previously unselected package git-man. [2021-01-22T00:46:33.283Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-22T00:46:33.283Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:46:33.544Z] Selecting previously unselected package git. [2021-01-22T00:46:33.544Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-22T00:46:33.544Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:46:34.488Z] Selecting previously unselected package libnorm1:amd64. [2021-01-22T00:46:34.488Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-22T00:46:34.488Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:46:34.488Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-22T00:46:34.489Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-22T00:46:34.489Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:46:34.489Z] Selecting previously unselected package libsodium23:amd64. [2021-01-22T00:46:34.489Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-22T00:46:34.489Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:46:34.750Z] Selecting previously unselected package libzmq5:amd64. [2021-01-22T00:46:34.750Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:46:34.750Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:46:34.750Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-22T00:46:34.750Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-22T00:46:34.750Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:46:35.012Z] Selecting previously unselected package pkg-config. [2021-01-22T00:46:35.012Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-22T00:46:35.012Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:46:35.012Z] Selecting previously unselected package zip. [2021-01-22T00:46:35.012Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-22T00:46:35.012Z] Unpacking zip (3.0-11build1) ... [2021-01-22T00:46:35.012Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-22T00:46:35.012Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:46:35.012Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-22T00:46:35.012Z] Setting up liberror-perl (0.17025-1) ... [2021-01-22T00:46:35.271Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-22T00:46:35.271Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-22T00:46:35.271Z] No schema files found: doing nothing. [2021-01-22T00:46:35.271Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-22T00:46:35.271Z] Setting up zip (3.0-11build1) ... [2021-01-22T00:46:35.271Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-22T00:46:35.271Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-22T00:46:35.271Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-22T00:46:35.532Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:46:35.532Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-22T00:46:35.532Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-22T00:46:35.532Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-22T00:46:35.532Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-22T00:46:42.180Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:46:42.180Z] git set to automatically installed. [2021-01-22T00:46:42.180Z] git-man set to automatically installed. [2021-01-22T00:46:42.180Z] libcurl3-gnutls set to automatically installed. [2021-01-22T00:46:42.180Z] liberror-perl set to automatically installed. [2021-01-22T00:46:42.180Z] libglib2.0-0 set to automatically installed. [2021-01-22T00:46:42.180Z] libnghttp2-14 set to automatically installed. [2021-01-22T00:46:42.180Z] libnorm1 set to automatically installed. [2021-01-22T00:46:42.180Z] libpgm-5.2-0 set to automatically installed. [2021-01-22T00:46:42.180Z] libpsl5 set to automatically installed. [2021-01-22T00:46:42.180Z] librtmp1 set to automatically installed. [2021-01-22T00:46:42.180Z] libsodium23 set to automatically installed. [2021-01-22T00:46:42.180Z] libzmq3-dev set to automatically installed. [2021-01-22T00:46:42.180Z] libzmq5 set to automatically installed. [2021-01-22T00:46:42.180Z] pkg-config set to automatically installed. [2021-01-22T00:46:42.180Z] zip set to automatically installed. [2021-01-22T00:46:43.565Z] snapd is not logged in, snap install commands will use sudo [2021-01-22T00:46:50.156Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-22T00:46:50.156Z] snap "core18" has no updates available [2021-01-22T00:46:50.730Z] Pulling config-common [2021-01-22T00:46:51.687Z] Pulling go-build-helper [2021-01-22T00:47:10.031Z] 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-22T00:47:10.031Z] 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-22T00:47:13.642Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-22T00:47:13.642Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-22T00:47:13.642Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-22T00:47:13.642Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-22T00:47:13.642Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-22T00:47:13.642Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-22T00:47:13.642Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-22T00:47:13.642Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-22T00:47:13.642Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-22T00:47:13.642Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-22T00:47:13.642Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-22T00:47:13.642Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-22T00:47:13.642Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-22T00:47:13.642Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-22T00:47:13.642Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-22T00:47:13.642Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-22T00:47:13.642Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-22T00:47:13.642Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-22T00:47:13.642Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-22T00:47:13.642Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1851 kB] [2021-01-22T00:47:13.642Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [385 kB] [2021-01-22T00:47:13.642Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.5 kB] [2021-01-22T00:47:13.642Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-22T00:47:13.642Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [240 kB] [2021-01-22T00:47:13.642Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [32.3 kB] [2021-01-22T00:47:13.642Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1707 kB] [2021-01-22T00:47:13.642Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-22T00:47:13.642Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-22T00:47:13.642Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-22T00:47:13.642Z] Fetched 279 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-22T00:47:13.642Z] Fetched 122 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-22T00:47:13.642Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-22T00:47:13.642Z] Fetched 8848 B in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-22T00:47:13.642Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-22T00:47:13.642Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-22T00:47:13.642Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-22T00:47:13.642Z] Fetched 214 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-22T00:47:13.642Z] Fetched 155 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-22T00:47:13.642Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-22T00:47:13.642Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-22T00:47:13.642Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-22T00:47:13.642Z] Fetched 499 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-22T00:47:13.642Z] Fetched 111 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-22T00:47:13.642Z] Fetched 240 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-22T00:47:13.642Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-22T00:47:13.642Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-22T00:47:13.642Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-22T00:47:13.642Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-22T00:47:13.642Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-22T00:47:13.642Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-22T00:47:13.642Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-22T00:47:13.642Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-22T00:47:13.642Z] Fetched 8720 B in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-22T00:47:13.642Z] Fetched 137 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-22T00:47:13.642Z] Fetched 119 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-22T00:47:13.642Z] Fetched 109 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-22T00:47:13.642Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-22T00:47:13.642Z] Fetched 645 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-22T00:47:13.642Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-22T00:47:13.642Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-22T00:47:13.642Z] Fetched 368 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-22T00:47:13.642Z] Fetched 187 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-22T00:47:13.642Z] Fetched 175 kB in 0s (0 B/s) [2021-01-22T00:47:13.642Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-22T00:47:16.189Z] Fetched 206 kB in 0s (0 B/s) [2021-01-22T00:47:16.189Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-22T00:47:16.189Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-22T00:47:16.189Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-22T00:47:16.189Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-22T00:47:16.189Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-22T00:47:16.190Z] Fetched 159 kB in 0s (0 B/s) [2021-01-22T00:47:16.190Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-22T00:47:16.190Z] Fetched 107 kB in 0s (0 B/s) [2021-01-22T00:47:16.190Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-22T00:47:16.190Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-22T00:47:16.190Z] Pulling static-packages [2021-01-22T00:47:17.130Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-22T00:47:17.130Z] Skipping pull go-build-helper (already ran) [2021-01-22T00:47:17.130Z] Skipping pull static-packages (already ran) [2021-01-22T00:47:17.130Z] Building go-build-helper [2021-01-22T00:47:20.236Z] Removing intermediate container 4c0d38015731 [2021-01-22T00:47:20.236Z] ---> c8ccfa25cc15 [2021-01-22T00:47:20.236Z] [2021-01-22T00:47:20.237Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T00:47:20.237Z] 3.12: Pulling from library/alpine [2021-01-22T00:47:20.237Z] Removing intermediate container 5a87eee8aab6 [2021-01-22T00:47:20.237Z] ---> ac9b463840ae [2021-01-22T00:47:20.237Z] [2021-01-22T00:47:20.237Z] Step 10/22 : FROM scratch [2021-01-22T00:47:20.237Z] ---> [2021-01-22T00:47:20.237Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:47:20.237Z] Removing intermediate container ac4a229a0634 [2021-01-22T00:47:20.237Z] ---> e549ed22add1 [2021-01-22T00:47:20.237Z] [2021-01-22T00:47:20.237Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T00:47:20.237Z] Removing intermediate container 55a77956cf3f [2021-01-22T00:47:20.237Z] ---> 1742b6aea334 [2021-01-22T00:47:20.237Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T00:47:20.237Z] 3.12: Pulling from library/alpine [2021-01-22T00:47:20.237Z] ---> Running in 6e004eed989e [2021-01-22T00:47:20.237Z] ---> Running in 2ab76cf4f29b [2021-01-22T00:47:20.834Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:47:20.834Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T00:47:20.834Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:47:20.834Z] ---> afeebe901d6b [2021-01-22T00:47:20.835Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:47:20.835Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T00:47:20.835Z] ---> afeebe901d6b [2021-01-22T00:47:20.835Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T00:47:21.110Z] ---> Running in 7d16ce656702 [2021-01-22T00:47:21.110Z] ---> Running in dbad18accee9 [2021-01-22T00:47:21.110Z] Removing intermediate container 6e004eed989e [2021-01-22T00:47:21.110Z] ---> 4a7dde39e6e7 [2021-01-22T00:47:21.110Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-22T00:47:21.337Z] Building static-packages [2021-01-22T00:47:21.385Z] ---> Running in 237c2621d2ba [2021-01-22T00:47:21.987Z] Removing intermediate container 237c2621d2ba [2021-01-22T00:47:21.987Z] ---> 59b6b61fed95 [2021-01-22T00:47:21.987Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:47:21.987Z] ---> Running in e69d914085e6 [2021-01-22T00:47:22.260Z] 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-22T00:47:22.723Z] Staging go-build-helper [2021-01-22T00:47:22.869Z] Removing intermediate container e69d914085e6 [2021-01-22T00:47:22.869Z] ---> 8596186a6fad [2021-01-22T00:47:22.869Z] Step 14/22 : WORKDIR / [2021-01-22T00:47:23.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:23.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:23.144Z] ---> Running in 6eb7643c6d12 [2021-01-22T00:47:23.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:23.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:23.666Z] Staging static-packages [2021-01-22T00:47:24.022Z] Removing intermediate container 6eb7643c6d12 [2021-01-22T00:47:24.022Z] ---> 208f3e47fdfc [2021-01-22T00:47:24.022Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:47:24.022Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T00:47:24.299Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T00:47:24.299Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:47:24.299Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T00:47:24.299Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:47:24.299Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T00:47:24.299Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T00:47:24.299Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T00:47:24.299Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:47:24.299Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T00:47:24.299Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:47:24.299Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:47:24.299Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T00:47:24.575Z] OK: 7 MiB in 19 packages [2021-01-22T00:47:24.609Z] Pulling go115 [2021-01-22T00:47:24.857Z] OK: 7 MiB in 18 packages [2021-01-22T00:47:25.454Z] ---> 2653235793ca [2021-01-22T00:47:25.454Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T00:47:25.556Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-22T00:47:25.556Z] Skipping pull go115 (already ran) [2021-01-22T00:47:25.556Z] Building go115 [2021-01-22T00:47:25.556Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:47:25.556Z] Dload Upload Total Spent Left Speed [2021-01-22T00:47:27.433Z] ---> 41e114518ce5 [2021-01-22T00:47:27.434Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T00:47:27.710Z] Removing intermediate container 7d16ce656702 [2021-01-22T00:47:27.710Z] ---> 3f1979927d23 [2021-01-22T00:47:27.710Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:47:27.710Z] Removing intermediate container dbad18accee9 [2021-01-22T00:47:27.710Z] ---> cb0fe91d60ef [2021-01-22T00:47:27.711Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T00:47:27.987Z] Removing intermediate container 2ab76cf4f29b [2021-01-22T00:47:27.987Z] ---> a9419231d367 [2021-01-22T00:47:27.987Z] [2021-01-22T00:47:27.987Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T00:47:27.987Z] ---> Running in 289d9e368592 [2021-01-22T00:47:27.987Z] ---> Running in 717de0f96ce4 [2021-01-22T00:47:28.262Z] ---> 1d891699596a [2021-01-22T00:47:28.262Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-22T00:47:28.538Z] Removing intermediate container eb5070d5bc4b [2021-01-22T00:47:28.538Z] ---> 1d4cfe14b056 [2021-01-22T00:47:28.538Z] [2021-01-22T00:47:28.538Z] Step 10/22 : FROM scratch [2021-01-22T00:47:28.538Z] ---> [2021-01-22T00:47:28.538Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:47:28.538Z] ---> Using cache [2021-01-22T00:47:28.538Z] ---> 4a7dde39e6e7 [2021-01-22T00:47:28.538Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-22T00:47:28.538Z] ---> Running in 7ecf4ab07b17 [2021-01-22T00:47:28.616Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.7M 0 0 23.0M 0 0:00:05 --:--:-- 0:00:05 22.9M 48 115M 48 55.9M 0 0 33.4M 0 0:00:03 0:00:01 0:00:02 33.4M 87 115M 87 101M 0 0 37.5M 0 0:00:03 0:00:02 0:00:01 37.5M 100 115M 100 115M 0 0 35.4M 0 0:00:03 0:00:03 --:--:-- 35.4M [2021-01-22T00:47:28.811Z] ---> Running in 7445fe6cc694 [2021-01-22T00:47:28.811Z] Removing intermediate container 289d9e368592 [2021-01-22T00:47:28.811Z] ---> 695c49856129 [2021-01-22T00:47:28.811Z] Step 13/21 : WORKDIR /edgex [2021-01-22T00:47:28.811Z] Removing intermediate container 717de0f96ce4 [2021-01-22T00:47:28.811Z] ---> 19225e318e4b [2021-01-22T00:47:28.811Z] Step 13/24 : WORKDIR / [2021-01-22T00:47:29.084Z] 20.10.0: Pulling from library/docker [2021-01-22T00:47:29.084Z] ---> Running in 48ed6d9356a6 [2021-01-22T00:47:29.084Z] ---> Running in 0f48f9e8ed08 [2021-01-22T00:47:29.194Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-22T00:47:29.361Z] Removing intermediate container 7ecf4ab07b17 [2021-01-22T00:47:29.361Z] ---> 7871cb1629ac [2021-01-22T00:47:29.361Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:47:29.361Z] Removing intermediate container 7445fe6cc694 [2021-01-22T00:47:29.361Z] ---> 145fdeffa62d [2021-01-22T00:47:29.361Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-22T00:47:29.700Z] ---> Running in 8198f5174b20 [2021-01-22T00:47:29.700Z] ---> Running in 2abc66327e4c [2021-01-22T00:47:29.700Z] Removing intermediate container 48ed6d9356a6 [2021-01-22T00:47:29.971Z] ---> 6842d256227c [2021-01-22T00:47:29.971Z] 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-22T00:47:29.971Z] Removing intermediate container 0f48f9e8ed08 [2021-01-22T00:47:29.971Z] ---> 647289bf466e [2021-01-22T00:47:29.971Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T00:47:30.566Z] Removing intermediate container 2abc66327e4c [2021-01-22T00:47:30.566Z] ---> e020826bfcde [2021-01-22T00:47:30.566Z] Step 14/22 : WORKDIR / [2021-01-22T00:47:30.566Z] Removing intermediate container 8198f5174b20 [2021-01-22T00:47:30.566Z] ---> 2cf798ee5f55 [2021-01-22T00:47:30.566Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:47:30.842Z] ---> Running in 8585e262cad3 [2021-01-22T00:47:31.128Z] ---> Running in 55de1a26e8b8 [2021-01-22T00:47:31.128Z] ---> 07f097d00de9 [2021-01-22T00:47:31.128Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T00:47:31.406Z] ---> 1b4924ddc45b [2021-01-22T00:47:31.406Z] 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-22T00:47:31.697Z] Removing intermediate container 8585e262cad3 [2021-01-22T00:47:31.697Z] ---> 30c772fb3c2e [2021-01-22T00:47:31.697Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:47:31.976Z] Removing intermediate container 55de1a26e8b8 [2021-01-22T00:47:31.976Z] ---> cb2696ee8e29 [2021-01-22T00:47:31.976Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:47:32.252Z] ---> Running in 54f3b71052a5 [2021-01-22T00:47:32.850Z] ---> f1473405f5ba [2021-01-22T00:47:32.850Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T00:47:33.124Z] ---> 0f406593cbcd [2021-01-22T00:47:33.124Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T00:47:33.395Z] Removing intermediate container 54f3b71052a5 [2021-01-22T00:47:33.395Z] ---> 45f33d3da452 [2021-01-22T00:47:33.395Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:47:33.395Z] ---> 56a663270333 [2021-01-22T00:47:33.395Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T00:47:33.412Z] Staging go115 [2021-01-22T00:47:33.700Z] ---> Running in df30f2bfe1ab [2021-01-22T00:47:34.296Z] ---> 734b0acb4bad [2021-01-22T00:47:34.296Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T00:47:34.895Z] Removing intermediate container df30f2bfe1ab [2021-01-22T00:47:34.895Z] ---> 5071f970ccce [2021-01-22T00:47:34.895Z] [2021-01-22T00:47:35.491Z] Successfully built 5071f970ccce [2021-01-22T00:47:35.491Z] ---> b6cf51632100 [2021-01-22T00:47:35.491Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T00:47:35.491Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-22T00:47:35.491Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-22T00:47:35.798Z] ---> 820490e38a1c [2021-01-22T00:47:35.798Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T00:47:36.070Z] ---> 0fc8c6995962 [2021-01-22T00:47:36.070Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T00:47:36.346Z] ---> Running in 88630a7a3e30 [2021-01-22T00:47:36.937Z] ---> 0a2a9baed389 [2021-01-22T00:47:36.937Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-22T00:47:37.211Z] Removing intermediate container 88630a7a3e30 [2021-01-22T00:47:37.211Z] ---> 348e09cbb707 [2021-01-22T00:47:37.211Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T00:47:38.185Z] ---> Running in cac12c013e56 [2021-01-22T00:47:38.711Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-22T00:47:38.712Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-22T00:47:38.712Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-22T00:47:38.712Z] Fetched 0 B in 0s (0 B/s) [2021-01-22T00:47:38.712Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-22T00:47:38.712Z] Fetched 224 kB in 0s (0 B/s) [2021-01-22T00:47:38.712Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-22T00:47:38.712Z] Fetched 157 kB in 0s (0 B/s) [2021-01-22T00:47:38.712Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-22T00:47:38.712Z] Fetched 221 kB in 0s (0 B/s) [2021-01-22T00:47:38.712Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-22T00:47:38.712Z] Fetched 143 kB in 0s (0 B/s) [2021-01-22T00:47:38.712Z] Pulling edgex-go [2021-01-22T00:47:39.301Z] Pulling version [2021-01-22T00:47:39.626Z] ---> Running in 45f7600812ad [2021-01-22T00:47:39.916Z] ---> 1053c027d0aa [2021-01-22T00:47:39.916Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T00:47:40.194Z] Removing intermediate container cac12c013e56 [2021-01-22T00:47:40.194Z] ---> d2eb9c857607 [2021-01-22T00:47:40.194Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:47:40.248Z] Building config-common [2021-01-22T00:47:40.800Z] Removing intermediate container 45f7600812ad [2021-01-22T00:47:40.800Z] ---> 9114f58459d1 [2021-01-22T00:47:40.800Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:47:41.395Z] ---> Running in 90b1ed6df134 [2021-01-22T00:47:41.670Z] ---> Running in c521dc1dee9e [2021-01-22T00:47:41.670Z] ---> 5a2c6af4535a [2021-01-22T00:47:41.670Z] 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-22T00:47:41.950Z] ---> Running in ecad57488e7e [2021-01-22T00:47:41.950Z] Removing intermediate container 90b1ed6df134 [2021-01-22T00:47:41.950Z] ---> cfd6f8e47931 [2021-01-22T00:47:41.950Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:47:42.166Z] Skipping build go-build-helper (already ran) [2021-01-22T00:47:42.166Z] Skipping build static-packages (already ran) [2021-01-22T00:47:42.166Z] Skipping build go115 (already ran) [2021-01-22T00:47:42.166Z] Building edgex-go [2021-01-22T00:47:42.236Z] ---> Running in 9717344c573e [2021-01-22T00:47:42.427Z] 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-22T00:47:42.517Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T00:47:42.517Z] Removing intermediate container c521dc1dee9e [2021-01-22T00:47:42.517Z] ---> be538bfb187b [2021-01-22T00:47:42.517Z] Step 20/21 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:47:42.517Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T00:47:42.517Z] ---> eeaf43b92773 [2021-01-22T00:47:42.517Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T00:47:42.801Z] ---> Running in 9402d099ddc1 [2021-01-22T00:47:42.801Z] ---> Running in e00cbf730b4c [2021-01-22T00:47:43.079Z] Removing intermediate container 9717344c573e [2021-01-22T00:47:43.079Z] ---> c79b9f11c42b [2021-01-22T00:47:43.079Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:47:43.356Z] ---> Running in cace89292e71 [2021-01-22T00:47:43.631Z] Removing intermediate container 9402d099ddc1 [2021-01-22T00:47:43.631Z] ---> 4f093533a17a [2021-01-22T00:47:43.631Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:47:43.816Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-22T00:47:43.816Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.1 [2021-01-22T00:47:43.816Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.2 [2021-01-22T00:47:43.816Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-22T00:47:43.816Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-22T00:47:43.816Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-22T00:47:43.816Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-22T00:47:43.816Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-22T00:47:43.816Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-22T00:47:43.907Z] ---> Running in b04fb9cda082 [2021-01-22T00:47:44.079Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-22T00:47:44.079Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-22T00:47:44.079Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-22T00:47:44.079Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-22T00:47:44.079Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-22T00:47:44.079Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-22T00:47:44.079Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-22T00:47:44.079Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-22T00:47:44.079Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-22T00:47:44.079Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-22T00:47:44.079Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-22T00:47:44.079Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-22T00:47:44.079Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-22T00:47:44.079Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-22T00:47:44.080Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-22T00:47:44.080Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-22T00:47:44.360Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-22T00:47:44.360Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-22T00:47:44.360Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-22T00:47:44.360Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-22T00:47:44.509Z] Removing intermediate container cace89292e71 [2021-01-22T00:47:44.509Z] ---> 22701b57d423 [2021-01-22T00:47:44.509Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:47:44.509Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:44.620Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-22T00:47:44.620Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-22T00:47:44.785Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:45.057Z] ---> Running in 0365c7a948e3 [2021-01-22T00:47:45.335Z] Removing intermediate container b04fb9cda082 [2021-01-22T00:47:45.335Z] ---> ec4c9e42c861 [2021-01-22T00:47:45.335Z] [2021-01-22T00:47:45.335Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T00:47:45.335Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T00:47:45.610Z] Executing bash-5.0.17-r0.post-install [2021-01-22T00:47:45.610Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:47:45.610Z] OK: 12 MiB in 22 packages [2021-01-22T00:47:45.892Z] Removing intermediate container 0365c7a948e3 [2021-01-22T00:47:45.892Z] ---> dfd85c715dff [2021-01-22T00:47:45.892Z] [2021-01-22T00:47:45.892Z] Successfully built ec4c9e42c861 [2021-01-22T00:47:46.169Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-22T00:47:46.169Z] Building docker-support-scheduler-go [2021-01-22T00:47:46.169Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container ecad57488e7e [2021-01-22T00:47:46.169Z] ---> a0d119aa8e72 [2021-01-22T00:47:46.169Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T00:47:46.443Z] Successfully built dfd85c715dff [2021-01-22T00:47:46.443Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-22T00:47:46.443Z]  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go [2021-01-22T00:47:46.721Z] ---> Running in dfd2380dd70e [2021-01-22T00:47:47.321Z] Removing intermediate container dfd2380dd70e [2021-01-22T00:47:47.321Z] ---> af2718e2d703 [2021-01-22T00:47:47.321Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:47:47.600Z] Removing intermediate container e00cbf730b4c [2021-01-22T00:47:47.600Z] ---> 141b0f83fd9e [2021-01-22T00:47:47.600Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T00:47:47.600Z] ---> Running in f90c4c5d7bd1 [2021-01-22T00:47:47.600Z] ---> Running in 032b3bfc7031 [2021-01-22T00:47:48.197Z] Removing intermediate container f90c4c5d7bd1 [2021-01-22T00:47:48.197Z] ---> b271a9563a3f [2021-01-22T00:47:48.197Z] Step 23/24 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:47:48.197Z] Removing intermediate container 032b3bfc7031 [2021-01-22T00:47:48.197Z] ---> 85968489930d [2021-01-22T00:47:48.197Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T00:47:48.470Z] ---> Running in 6a216d42e801 [2021-01-22T00:47:48.470Z] ---> Running in a4a8444240e6 [2021-01-22T00:47:49.065Z] Removing intermediate container 6a216d42e801 [2021-01-22T00:47:49.065Z] ---> 69b25f0feee1 [2021-01-22T00:47:49.065Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:47:49.657Z] Removing intermediate container a4a8444240e6 [2021-01-22T00:47:49.657Z] ---> a7a46ee3254a [2021-01-22T00:47:49.657Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T00:47:49.930Z] ---> Running in de7b221b5709 [2021-01-22T00:47:50.521Z] ---> Running in c349d03a7ec1 [2021-01-22T00:47:50.799Z] Removing intermediate container de7b221b5709 [2021-01-22T00:47:50.799Z] ---> 5fb055745446 [2021-01-22T00:47:50.799Z] [2021-01-22T00:47:51.207Z] 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-22T00:47:51.390Z] Successfully built 5fb055745446 [2021-01-22T00:47:51.390Z] Removing intermediate container c349d03a7ec1 [2021-01-22T00:47:51.391Z] ---> 4fd51001571c [2021-01-22T00:47:51.391Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T00:47:51.391Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-22T00:47:51.391Z] Building docker-core-data-go [2021-01-22T00:47:52.827Z]  Building docker-security-secretstore-setup-go ... done  ---> 1443799c7c28 [2021-01-22T00:47:52.827Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T00:47:54.540Z] ---> 576c125b30c4 [2021-01-22T00:47:54.540Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T00:47:56.193Z] 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-22T00:47:56.456Z] 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-22T00:47:56.523Z] ---> 33769768b2e8 [2021-01-22T00:47:56.523Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T00:47:56.806Z] ---> Running in f6975ec7001d [2021-01-22T00:47:57.404Z] 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-22T00:47:57.974Z] 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-22T00:47:57.974Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-22T00:47:58.236Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-22T00:47:58.236Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-22T00:47:58.236Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-22T00:47:58.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:58.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:47:58.841Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T00:47:58.841Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T00:47:58.841Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T00:47:58.841Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T00:47:58.841Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T00:47:58.841Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T00:47:58.841Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T00:47:59.620Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T00:47:59.621Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-22T00:47:59.621Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-22T00:48:00.825Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T00:48:00.825Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T00:48:00.825Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T00:48:00.825Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T00:48:00.825Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T00:48:00.825Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T00:48:00.825Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T00:48:00.825Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T00:48:00.825Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T00:48:01.008Z] 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-22T00:48:01.099Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T00:48:01.099Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T00:48:01.099Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T00:48:01.099Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T00:48:01.099Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T00:48:01.099Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T00:48:01.099Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T00:48:01.099Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T00:48:01.099Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T00:48:01.375Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T00:48:01.375Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T00:48:01.375Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T00:48:01.375Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T00:48:01.375Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T00:48:01.375Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T00:48:01.375Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T00:48:01.375Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T00:48:01.579Z] 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-22T00:48:01.579Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-22T00:48:01.650Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:48:01.650Z] OK: 71 MiB in 55 packages [2021-01-22T00:48:02.977Z] 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-22T00:48:03.564Z] 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-22T00:48:04.525Z] 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-22T00:48:04.525Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-22T00:48:06.442Z] Building version [2021-01-22T00:48:08.356Z] Staging config-common [2021-01-22T00:48:08.401Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:48:08.401Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:48:08.401Z] ---> 903c1a9d4312 [2021-01-22T00:48:08.401Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T00:48:08.401Z] ---> Using cache [2021-01-22T00:48:08.401Z] ---> 9d77814d2177 [2021-01-22T00:48:08.401Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:48:08.401Z] ---> Using cache [2021-01-22T00:48:08.401Z] ---> 4f8f552e78e4 [2021-01-22T00:48:08.401Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T00:48:09.297Z] Skipping stage go-build-helper (already ran) [2021-01-22T00:48:09.297Z] Skipping stage static-packages (already ran) [2021-01-22T00:48:09.297Z] Skipping stage go115 (already ran) [2021-01-22T00:48:09.297Z] Staging edgex-go [2021-01-22T00:48:09.379Z] ---> Running in 74a83b6185f2 [2021-01-22T00:48:10.266Z] Staging version [2021-01-22T00:48:10.843Z] Removing intermediate container f6975ec7001d [2021-01-22T00:48:10.844Z] ---> 56892c2f32a5 [2021-01-22T00:48:10.844Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T00:48:11.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:11.224Z] Priming config-common [2021-01-22T00:48:11.728Z] ---> Running in 20919a9ca7c1 [2021-01-22T00:48:11.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:12.167Z] Priming go-build-helper [2021-01-22T00:48:12.720Z] OK: 217 MiB in 51 packages [2021-01-22T00:48:13.129Z] Priming static-packages [2021-01-22T00:48:15.056Z] Priming go115 [2021-01-22T00:48:15.366Z] Removing intermediate container 74a83b6185f2 [2021-01-22T00:48:15.366Z] ---> ce1affcea1e1 [2021-01-22T00:48:15.366Z] Step 6/24 : COPY go.mod . [2021-01-22T00:48:16.035Z] Priming edgex-go [2021-01-22T00:48:16.961Z] ---> d5a2cbace3c7 [2021-01-22T00:48:16.961Z] Step 7/24 : RUN go mod download [2021-01-22T00:48:16.981Z] Priming version [2021-01-22T00:48:17.271Z] ---> Running in 5fcc8908b8b6 [2021-01-22T00:48:17.925Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-22T00:48:18.322Z] Collecting docker-compose==1.23.2 [2021-01-22T00:48:18.607Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T00:48:20.636Z] Collecting PyYAML<4,>=3.10 [2021-01-22T00:48:20.636Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T00:48:22.625Z] Removing intermediate container 5fcc8908b8b6 [2021-01-22T00:48:22.625Z] ---> 32bc34c3e393 [2021-01-22T00:48:22.625Z] Step 8/24 : COPY . . [2021-01-22T00:48:26.025Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T00:48:26.025Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T00:48:26.300Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T00:48:26.300Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T00:48:28.943Z] 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-22T00:48:28.944Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T00:48:28.944Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T00:48:29.573Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T00:48:29.573Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T00:48:29.573Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:48:29.573Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:48:29.573Z] ---> 903c1a9d4312 [2021-01-22T00:48:29.573Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T00:48:29.573Z] ---> Using cache [2021-01-22T00:48:29.573Z] ---> 9d77814d2177 [2021-01-22T00:48:29.573Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:48:29.573Z] ---> Using cache [2021-01-22T00:48:29.573Z] ---> 4f8f552e78e4 [2021-01-22T00:48:29.573Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T00:48:29.573Z] ---> Using cache [2021-01-22T00:48:29.573Z] ---> 765c6396c363 [2021-01-22T00:48:29.573Z] Step 6/21 : COPY go.mod . [2021-01-22T00:48:29.573Z] ---> Using cache [2021-01-22T00:48:29.573Z] ---> 39d6ec2f5fd9 [2021-01-22T00:48:29.573Z] Step 7/21 : RUN go mod download [2021-01-22T00:48:29.573Z] ---> Using cache [2021-01-22T00:48:29.573Z] ---> 91d79658069f [2021-01-22T00:48:29.573Z] Step 8/21 : COPY . . [2021-01-22T00:48:29.854Z] ---> Using cache [2021-01-22T00:48:29.854Z] ---> 170d0777f152 [2021-01-22T00:48:29.854Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T00:48:29.854Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:48:29.854Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:48:29.854Z] ---> 903c1a9d4312 [2021-01-22T00:48:29.854Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T00:48:29.854Z] ---> Using cache [2021-01-22T00:48:29.855Z] ---> 9d77814d2177 [2021-01-22T00:48:29.855Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:48:29.855Z] ---> Using cache [2021-01-22T00:48:29.855Z] ---> 4f8f552e78e4 [2021-01-22T00:48:29.855Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T00:48:29.855Z] ---> Using cache [2021-01-22T00:48:29.855Z] ---> 765c6396c363 [2021-01-22T00:48:29.855Z] Step 6/22 : COPY go.mod . [2021-01-22T00:48:29.855Z] ---> Using cache [2021-01-22T00:48:29.855Z] ---> 39d6ec2f5fd9 [2021-01-22T00:48:29.855Z] Step 7/22 : RUN go mod download [2021-01-22T00:48:29.855Z] ---> Using cache [2021-01-22T00:48:29.855Z] ---> 91d79658069f [2021-01-22T00:48:29.855Z] Step 8/22 : COPY . . [2021-01-22T00:48:30.132Z] ---> Using cache [2021-01-22T00:48:30.132Z] ---> 170d0777f152 [2021-01-22T00:48:30.132Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T00:48:32.139Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T00:48:32.139Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T00:48:32.139Z] ---> 903c1a9d4312 [2021-01-22T00:48:32.139Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T00:48:32.139Z] ---> Using cache [2021-01-22T00:48:32.139Z] ---> 9d77814d2177 [2021-01-22T00:48:32.139Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:48:32.139Z] ---> Using cache [2021-01-22T00:48:32.139Z] ---> 4f8f552e78e4 [2021-01-22T00:48:32.139Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T00:48:32.760Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T00:48:32.760Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T00:48:34.743Z] ---> Running in d9bf8d1cd0ff [2021-01-22T00:48:34.743Z] ---> Running in 0748c8aa0821 [2021-01-22T00:48:34.743Z] ---> Running in e3cddb586fcd [2021-01-22T00:48:37.388Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T00:48:37.388Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T00:48:37.388Z] 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-22T00:48:37.388Z] 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-22T00:48:37.388Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:38.068Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T00:48:38.069Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T00:48:38.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:48:38.957Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T00:48:38.957Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T00:48:39.982Z] OK: 217 MiB in 51 packages [2021-01-22T00:48:40.261Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T00:48:40.261Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T00:48:41.256Z] 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-22T00:48:42.254Z] Collecting idna<2.8,>=2.5 [2021-01-22T00:48:42.254Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T00:48:42.254Z] 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-22T00:48:42.569Z] ---> 531d7e8ebd8c [2021-01-22T00:48:42.569Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-22T00:48:42.569Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T00:48:42.845Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T00:48:42.846Z] ---> Running in a27d896cc78f [2021-01-22T00:48:43.124Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T00:48:43.124Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T00:48:43.124Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T00:48:43.124Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T00:48:43.403Z] Removing intermediate container e3cddb586fcd [2021-01-22T00:48:43.403Z] ---> b9b965f6ae26 [2021-01-22T00:48:43.403Z] Step 6/23 : COPY go.mod . [2021-01-22T00:48:44.855Z] Installing collected packages: PyYAML, urllib3, idna, requests, texttable, cached-property, dockerpty, docopt, docker-pycreds, websocket-client, docker, jsonschema, docker-compose [2021-01-22T00:48:44.855Z] Running setup.py install for PyYAML: started [2021-01-22T00:48:44.855Z] ---> d32eaed2cbc1 [2021-01-22T00:48:44.855Z] Step 7/23 : RUN go mod download [2021-01-22T00:48:45.129Z] 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-22T00:48:45.129Z] ---> Running in 157db081f53f [2021-01-22T00:48:49.492Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T00:48:49.492Z] Attempting uninstall: urllib3 [2021-01-22T00:48:49.492Z] Found existing installation: urllib3 1.25.9 [2021-01-22T00:48:49.492Z] Uninstalling urllib3-1.25.9: [2021-01-22T00:48:49.492Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T00:48:49.769Z] Removing intermediate container 157db081f53f [2021-01-22T00:48:49.769Z] ---> 2fe137cbb6a1 [2021-01-22T00:48:49.769Z] Step 8/23 : COPY . . [2021-01-22T00:48:50.394Z] Attempting uninstall: idna [2021-01-22T00:48:50.394Z] Found existing installation: idna 2.9 [2021-01-22T00:48:50.394Z] Uninstalling idna-2.9: [2021-01-22T00:48:50.670Z] Successfully uninstalled idna-2.9 [2021-01-22T00:48:51.659Z] Attempting uninstall: requests [2021-01-22T00:48:51.659Z] Found existing installation: requests 2.23.0 [2021-01-22T00:48:51.659Z] Uninstalling requests-2.23.0: [2021-01-22T00:48:51.935Z] Successfully uninstalled requests-2.23.0 [2021-01-22T00:48:52.538Z] Running setup.py install for texttable: started [2021-01-22T00:48:56.875Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T00:48:56.875Z] Running setup.py install for dockerpty: started [2021-01-22T00:49:01.243Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T00:49:01.243Z] Running setup.py install for docopt: started [2021-01-22T00:49:06.702Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T00:49:10.117Z] ---> ebca24fc3236 [2021-01-22T00:49:10.117Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T00:49:10.117Z] ---> Running in 53925ef0831b [2021-01-22T00:49:12.115Z] 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-22T00:49:12.722Z] 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-22T00:49:19.532Z] Removing intermediate container 20919a9ca7c1 [2021-01-22T00:49:19.532Z] ---> 1f52a001c3b1 [2021-01-22T00:49:19.532Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T00:49:19.532Z] ---> Running in a54070aabd45 [2021-01-22T00:49:21.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:21.555Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:49:22.544Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T00:49:22.544Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T00:49:22.544Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T00:49:22.544Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:49:22.544Z] OK: 71 MiB in 58 packages [2021-01-22T00:49:24.543Z] Removing intermediate container a54070aabd45 [2021-01-22T00:49:24.543Z] ---> d64cbaf0b198 [2021-01-22T00:49:24.543Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T00:49:24.543Z] ---> Running in 5b20ba401e96 [2021-01-22T00:49:25.155Z] Removing intermediate container 5b20ba401e96 [2021-01-22T00:49:25.155Z] ---> 65604d93b6ac [2021-01-22T00:49:25.155Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:49:25.433Z] ---> Running in f018bce690d8 [2021-01-22T00:49:26.330Z] Removing intermediate container f018bce690d8 [2021-01-22T00:49:26.330Z] ---> 7d53dc53c193 [2021-01-22T00:49:26.330Z] Step 24/26 : LABEL arch=arm64 [2021-01-22T00:49:26.330Z] ---> Running in 64387c75aecf [2021-01-22T00:49:26.610Z] Removing intermediate container 64387c75aecf [2021-01-22T00:49:26.610Z] ---> 4b2ec48597b7 [2021-01-22T00:49:26.610Z] Step 25/26 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:49:26.888Z] ---> Running in fe7e656c9434 [2021-01-22T00:49:27.509Z] Removing intermediate container fe7e656c9434 [2021-01-22T00:49:27.509Z] ---> 34805fc2538d [2021-01-22T00:49:27.509Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T00:49:27.841Z] ---> Running in 33d42bbb1666 [2021-01-22T00:49:28.506Z] Removing intermediate container 33d42bbb1666 [2021-01-22T00:49:28.506Z] ---> 25a176ee57b3 [2021-01-22T00:49:28.506Z] [2021-01-22T00:49:28.792Z] Successfully built 25a176ee57b3 [2021-01-22T00:49:28.792Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-22T00:50:07.879Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container d9bf8d1cd0ff [2021-01-22T00:50:07.879Z] ---> 6d04cb7c1688 [2021-01-22T00:50:07.879Z] [2021-01-22T00:50:07.879Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T00:50:07.879Z] ---> afeebe901d6b [2021-01-22T00:50:07.879Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T00:50:07.879Z] ---> Using cache [2021-01-22T00:50:07.879Z] ---> cb0fe91d60ef [2021-01-22T00:50:07.879Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-22T00:50:07.879Z] ---> Running in 08805d8cc993 [2021-01-22T00:50:07.879Z] Removing intermediate container 08805d8cc993 [2021-01-22T00:50:07.879Z] ---> 875ec5f58df3 [2021-01-22T00:50:07.879Z] Step 13/22 : WORKDIR / [2021-01-22T00:50:07.879Z] ---> Running in 152de0568e96 [2021-01-22T00:50:08.151Z] Removing intermediate container 152de0568e96 [2021-01-22T00:50:08.151Z] ---> 196fe7647645 [2021-01-22T00:50:08.151Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:50:09.592Z] ---> ddde3e6d8ffa [2021-01-22T00:50:09.592Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-22T00:50:12.217Z] ---> 632f597e5003 [2021-01-22T00:50:12.217Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-22T00:50:13.210Z] Removing intermediate container 0748c8aa0821 [2021-01-22T00:50:13.210Z] ---> 805376e723f1 [2021-01-22T00:50:13.210Z] [2021-01-22T00:50:13.210Z] Step 10/21 : FROM scratch [2021-01-22T00:50:13.210Z] ---> [2021-01-22T00:50:13.210Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:50:13.484Z] ---> Using cache [2021-01-22T00:50:13.484Z] ---> 4a7dde39e6e7 [2021-01-22T00:50:13.484Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-22T00:50:13.484Z] ---> 0df4f7793cc0 [2021-01-22T00:50:13.484Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-22T00:50:13.762Z] ---> Running in 2c55dc77b6b9 [2021-01-22T00:50:15.205Z] Removing intermediate container 2c55dc77b6b9 [2021-01-22T00:50:15.205Z] ---> 6e5dda351104 [2021-01-22T00:50:15.205Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-22T00:50:15.205Z] ---> Running in 48838d7a8f36 [2021-01-22T00:50:15.205Z] ---> c1fe4256cd48 [2021-01-22T00:50:15.205Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-22T00:50:15.485Z] ---> Running in 630ca1bfb701 [2021-01-22T00:50:16.087Z] Removing intermediate container 48838d7a8f36 [2021-01-22T00:50:16.087Z] ---> e4325bf2a2dc [2021-01-22T00:50:16.087Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:50:18.725Z] ---> e7e12abeb0cb [2021-01-22T00:50:18.725Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T00:50:19.706Z] Removing intermediate container a27d896cc78f [2021-01-22T00:50:19.706Z] ---> 28ba1598b7c5 [2021-01-22T00:50:19.706Z] [2021-01-22T00:50:19.706Z] Step 10/24 : FROM scratch [2021-01-22T00:50:19.706Z] ---> [2021-01-22T00:50:19.706Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-22T00:50:20.697Z] ---> Running in 7d1d7bd42894 [2021-01-22T00:50:20.697Z] Removing intermediate container 630ca1bfb701 [2021-01-22T00:50:20.697Z] ---> 209fc34322de [2021-01-22T00:50:20.697Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T00:50:20.697Z] ---> cfd2d5db9714 [2021-01-22T00:50:20.998Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T00:50:20.998Z] ---> Running in a2a6d04e37e8 [2021-01-22T00:50:21.289Z] Removing intermediate container 7d1d7bd42894 [2021-01-22T00:50:21.289Z] ---> c6e978259689 [2021-01-22T00:50:21.289Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-22T00:50:21.572Z] ---> Running in 9805f05bb8a3 [2021-01-22T00:50:21.846Z] Removing intermediate container a2a6d04e37e8 [2021-01-22T00:50:21.846Z] ---> 22db4a41853d [2021-01-22T00:50:21.846Z] Step 20/22 : LABEL arch=arm64 [2021-01-22T00:50:22.126Z] ---> Running in 4288e2b3f87f [2021-01-22T00:50:22.413Z] ---> 2ec201cfbb5c [2021-01-22T00:50:22.413Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T00:50:22.413Z] Removing intermediate container 9805f05bb8a3 [2021-01-22T00:50:22.413Z] ---> d32b511cbffe [2021-01-22T00:50:22.413Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-22T00:50:22.691Z] ---> Running in 14c402e098ed [2021-01-22T00:50:22.691Z] ---> Running in dbafb115a40c [2021-01-22T00:50:22.971Z] Removing intermediate container 4288e2b3f87f [2021-01-22T00:50:22.971Z] ---> 4736491b89ed [2021-01-22T00:50:22.971Z] Step 21/22 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:50:23.249Z] ---> Running in 9411cfcb2ecb [2021-01-22T00:50:23.527Z] Removing intermediate container 14c402e098ed [2021-01-22T00:50:23.527Z] ---> 61d00e69f0c7 [2021-01-22T00:50:23.527Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-22T00:50:23.527Z] Removing intermediate container dbafb115a40c [2021-01-22T00:50:23.527Z] ---> 6cb91bddc4bf [2021-01-22T00:50:23.527Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:50:23.823Z] ---> Running in 46af877aa286 [2021-01-22T00:50:24.096Z] Removing intermediate container 9411cfcb2ecb [2021-01-22T00:50:24.096Z] ---> 835a78506156 [2021-01-22T00:50:24.096Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T00:50:24.096Z] ---> Running in c50fcc893cce [2021-01-22T00:50:24.702Z] Removing intermediate container 46af877aa286 [2021-01-22T00:50:24.702Z] ---> 97317d0363ef [2021-01-22T00:50:24.702Z] Step 19/21 : LABEL arch=arm64 [2021-01-22T00:50:25.305Z] ---> Running in f4b25a0d3d8b [2021-01-22T00:50:25.305Z] ---> 9ca5450991dd [2021-01-22T00:50:25.305Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-22T00:50:25.305Z] Removing intermediate container c50fcc893cce [2021-01-22T00:50:25.305Z] ---> dc201e8e1e82 [2021-01-22T00:50:25.305Z] [2021-01-22T00:50:25.907Z] Removing intermediate container f4b25a0d3d8b [2021-01-22T00:50:25.907Z] ---> ccacb0d18e09 [2021-01-22T00:50:25.907Z] Step 20/21 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:50:26.186Z] Successfully built dc201e8e1e82 [2021-01-22T00:50:26.186Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-22T00:50:26.463Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in cfdff22e009c [2021-01-22T00:50:27.134Z] ---> 721c620e232b [2021-01-22T00:50:27.134Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-22T00:50:27.134Z] Removing intermediate container cfdff22e009c [2021-01-22T00:50:27.134Z] ---> daae4c0de4fe [2021-01-22T00:50:27.134Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T00:50:27.416Z] ---> Running in 258ed544fd14 [2021-01-22T00:50:28.036Z] Removing intermediate container 258ed544fd14 [2021-01-22T00:50:28.036Z] ---> 82eb403cc4da [2021-01-22T00:50:28.036Z] [2021-01-22T00:50:28.323Z] Successfully built 82eb403cc4da [2021-01-22T00:50:28.323Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-22T00:50:28.597Z]  Building docker-support-scheduler-go ... done  ---> 12616ca6e598 [2021-01-22T00:50:28.597Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:50:29.573Z] ---> a79b1f2d6055 [2021-01-22T00:50:29.573Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T00:50:30.553Z] ---> 56bd4947c3ac [2021-01-22T00:50:30.553Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T00:50:31.555Z] ---> 3198e531c800 [2021-01-22T00:50:31.555Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-22T00:50:31.835Z] ---> Running in 29aa0c2aa2b6 [2021-01-22T00:50:32.439Z] Removing intermediate container 29aa0c2aa2b6 [2021-01-22T00:50:32.439Z] ---> 8f544f302747 [2021-01-22T00:50:32.439Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:50:32.439Z] ---> Running in 3a4b2441cbdb [2021-01-22T00:50:33.041Z] Removing intermediate container 3a4b2441cbdb [2021-01-22T00:50:33.041Z] ---> 7946c0d3ab44 [2021-01-22T00:50:33.041Z] Step 22/24 : LABEL arch=arm64 [2021-01-22T00:50:33.637Z] ---> Running in 3480a7cb9ceb [2021-01-22T00:50:33.924Z] Removing intermediate container 3480a7cb9ceb [2021-01-22T00:50:33.924Z] ---> 9828dba4a0cb [2021-01-22T00:50:33.924Z] Step 23/24 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:50:34.198Z] ---> Running in 1eb42a7a0781 [2021-01-22T00:50:34.809Z] Removing intermediate container 1eb42a7a0781 [2021-01-22T00:50:34.809Z] ---> f7b7f62770ad [2021-01-22T00:50:34.809Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T00:50:35.085Z] ---> Running in 123913c0282b [2021-01-22T00:50:35.358Z] Removing intermediate container 123913c0282b [2021-01-22T00:50:35.358Z] ---> efdc332353e9 [2021-01-22T00:50:35.358Z] [2021-01-22T00:50:35.958Z] Successfully built efdc332353e9 [2021-01-22T00:50:35.958Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-22T00:50:41.344Z]  Building docker-support-notifications-go ... done Removing intermediate container 53925ef0831b [2021-01-22T00:50:41.344Z] ---> 691aceba8a06 [2021-01-22T00:50:41.344Z] [2021-01-22T00:50:41.344Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T00:50:41.344Z] ---> afeebe901d6b [2021-01-22T00:50:41.344Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T00:50:41.344Z] ---> Running in 1a0561289b4e [2021-01-22T00:50:41.344Z] Removing intermediate container 1a0561289b4e [2021-01-22T00:50:41.344Z] ---> dc516e4876a4 [2021-01-22T00:50:41.344Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T00:50:41.344Z] ---> Running in 9675ea595715 [2021-01-22T00:50:41.615Z] Removing intermediate container 9675ea595715 [2021-01-22T00:50:41.615Z] ---> 48d3d321db6a [2021-01-22T00:50:41.615Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T00:50:41.890Z] ---> Running in 7b8df72d8f75 [2021-01-22T00:50:42.170Z] Removing intermediate container 7b8df72d8f75 [2021-01-22T00:50:42.170Z] ---> 18e2dc195a4c [2021-01-22T00:50:42.170Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T00:50:42.443Z] ---> Running in 1ef32be6498f [2021-01-22T00:50:44.434Z] Removing intermediate container 1ef32be6498f [2021-01-22T00:50:44.434Z] ---> acc96bf6d910 [2021-01-22T00:50:44.434Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-22T00:50:44.434Z] ---> Running in 685c9bc8d6a9 [2021-01-22T00:50:45.871Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-22T00:50:46.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-22T00:50:48.274Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-22T00:50:48.274Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-22T00:50:48.547Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-22T00:50:49.140Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-22T00:50:49.414Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-22T00:50:49.414Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T00:50:49.414Z] OK: 8 MiB in 19 packages [2021-01-22T00:50:50.844Z] Removing intermediate container 685c9bc8d6a9 [2021-01-22T00:50:50.844Z] ---> 433792e72faf [2021-01-22T00:50:50.844Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T00:50:51.440Z] ---> a90534925fe9 [2021-01-22T00:50:51.440Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T00:50:52.872Z] ---> fd30c1083ff2 [2021-01-22T00:50:52.872Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T00:50:53.463Z] ---> bce5a8c3e453 [2021-01-22T00:50:53.463Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T00:50:53.733Z] ---> Running in 44ae8235fa7d [2021-01-22T00:50:54.006Z] Removing intermediate container 44ae8235fa7d [2021-01-22T00:50:54.006Z] ---> e2bcfed9b246 [2021-01-22T00:50:54.006Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T00:50:54.279Z] ---> Running in 377c59bd7f1b [2021-01-22T00:50:54.549Z] Removing intermediate container 377c59bd7f1b [2021-01-22T00:50:54.549Z] ---> 2e8e3fb273b6 [2021-01-22T00:50:54.549Z] Step 21/23 : LABEL arch=arm64 [2021-01-22T00:50:54.823Z] ---> Running in 2443f5810953 [2021-01-22T00:50:55.098Z] Removing intermediate container 2443f5810953 [2021-01-22T00:50:55.098Z] ---> 748b97a10891 [2021-01-22T00:50:55.098Z] Step 22/23 : LABEL git_sha=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [2021-01-22T00:50:55.372Z] ---> Running in c31e11f88fbf [2021-01-22T00:50:55.966Z] Removing intermediate container c31e11f88fbf [2021-01-22T00:50:55.966Z] ---> 78bc9107e716 [2021-01-22T00:50:55.966Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T00:50:55.966Z] ---> Running in 37bc335c8154 [2021-01-22T00:50:56.238Z] Removing intermediate container 37bc335c8154 [2021-01-22T00:50:56.238Z] ---> 6666a7c77a60 [2021-01-22T00:50:56.238Z] [2021-01-22T00:50:56.841Z] Successfully built 6666a7c77a60 [2021-01-22T00:50:56.841Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-22T00:50:57.131Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-22T00:50:57.121Z] $ docker stop --time=1 79d1f24204f5b89cb1c401eb43721289352badc8cf1676429034dc8c2e462d90 [2021-01-22T00:50:59.060Z] $ docker rm -f 79d1f24204f5b89cb1c401eb43721289352badc8cf1676429034dc8c2e462d90 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T00:50:59.815Z] + docker images [2021-01-22T00:50:59.815Z] + grep docker [2021-01-22T00:51:00.093Z] docker-core-data-go-arm64 latest 6666a7c77a60 3 seconds ago 21MB [2021-01-22T00:51:00.093Z] docker-support-notifications-go-arm64 latest efdc332353e9 24 seconds ago 11.4MB [2021-01-22T00:51:00.093Z] docker-support-scheduler-go-arm64 latest 82eb403cc4da 32 seconds ago 10.1MB [2021-01-22T00:51:00.093Z] docker-security-bootstrap-redis-go-arm64 latest dc201e8e1e82 35 seconds ago 15.1MB [2021-01-22T00:51:00.093Z] docker-sys-mgmt-agent-go-arm64 latest 25a176ee57b3 About a minute ago 300MB [2021-01-22T00:51:00.093Z] docker-security-secretstore-setup-go-arm64 latest 5fb055745446 3 minutes ago 23.4MB [2021-01-22T00:51:00.093Z] docker-core-metadata-go-arm64 latest dfd85c715dff 3 minutes ago 12.3MB [2021-01-22T00:51:00.093Z] docker-security-proxy-setup-go-arm64 latest ec4c9e42c861 3 minutes ago 23.2MB [2021-01-22T00:51:00.093Z] docker-core-command-go-arm64 latest 5071f970ccce 3 minutes ago 9.98MB [2021-01-22T00:51:00.093Z] docker 20.10.0 eeaf43b92773 5 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-22T00:51:02.517Z] provisioning config files... [2021-01-22T00:51:02.539Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/19@tmp/config7551902932101840565tmp [Pipeline] { [Pipeline] sh [2021-01-22T00:51:02.947Z] + set +x [2021-01-22T00:51:02.947Z] + curl -s https://codecov.io/bash [2021-01-22T00:51:02.947Z] + bash -s -- [2021-01-22T00:51:03.219Z] [2021-01-22T00:51:03.219Z] _____ _ [2021-01-22T00:51:03.219Z] / ____| | | [2021-01-22T00:51:03.219Z] | | ___ __| | ___ ___ _____ __ [2021-01-22T00:51:03.219Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-22T00:51:03.219Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-22T00:51:03.219Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-22T00:51:03.219Z] Bash-20210115-cec3c92 [2021-01-22T00:51:03.219Z] [2021-01-22T00:51:03.219Z] [2021-01-22T00:51:03.219Z] ==> git version 2.24.3 found [2021-01-22T00:51:03.489Z] ==> 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-22T00:51:03.489Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-22T00:51:03.489Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-22T00:51:03.489Z] ==> Jenkins CI detected. [2021-01-22T00:51:03.489Z] project root: . [2021-01-22T00:51:03.489Z] --> token set from env [2021-01-22T00:51:03.489Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-22T00:51:03.489Z] ==> Running gcov in . (disable via -X gcov) [2021-01-22T00:51:03.489Z] ==> Python coveragepy not found [2021-01-22T00:51:03.489Z] ==> Searching for coverage reports in: [2021-01-22T00:51:03.489Z] + . [2021-01-22T00:51:03.489Z] -> Found 1 reports [2021-01-22T00:51:03.489Z] ==> Detecting git/mercurial file structure [2021-01-22T00:51:03.489Z] ==> Reading reports [2021-01-22T00:51:03.752Z] + ./coverage.out bytes=551534 [2021-01-22T00:51:03.752Z] ==> Appending adjustments [2021-01-22T00:51:03.752Z] https://docs.codecov.io/docs/fixing-reports [2021-01-22T00:51:07.093Z] + Found adjustments [2021-01-22T00:51:07.093Z] ==> Gzipping contents [2021-01-22T00:51:07.093Z] 84K /tmp/codecov.s61nW8.gz [2021-01-22T00:51:07.093Z] ==> Uploading reports [2021-01-22T00:51:07.093Z] url: https://codecov.io [2021-01-22T00:51:07.093Z] query: branch=PR-3027&commit=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-22T00:51:07.093Z] -> Pinging Codecov [2021-01-22T00:51:07.093Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=ffa20e19bc7d3bb803b4480e5ebf76dcd6144581&build=19&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F19%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-22T00:51:07.356Z] -> Uploading to [2021-01-22T00:51:07.356Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-22/00271124DB129430A58F1EEE437C3FCB/ffa20e19bc7d3bb803b4480e5ebf76dcd6144581/f3eaa6f9-b11a-4156-b2da-6084c83e0cc4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210122%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210122T005107Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5ab2ebcc2c503659d6bb42906d3ffae0b230f5531daff81294046f15dced58c4 [2021-01-22T00:51:07.356Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-22T00:51:07.356Z] Dload Upload Total Spent Left Speed [2021-01-22T00:51:07.932Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83383 0 0 100 83383 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-22T00:51:07.933Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ffa20e19bc7d3bb803b4480e5ebf76dcd6144581 [Pipeline] } [2021-01-22T00:51:07.946Z] 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-22T00:51:09.773Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:10.676Z] ---> package-listing.sh [2021-01-22T00:51:10.676Z] ++ facter osfamily [2021-01-22T00:51:10.676Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T00:51:10.676Z] + OS_FAMILY=redhat [2021-01-22T00:51:10.676Z] + workspace=/w/workspace/edgex-go/19 [2021-01-22T00:51:10.676Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T00:51:10.676Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T00:51:10.676Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T00:51:10.676Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T00:51:10.676Z] + '[' /w/workspace/edgex-go/19 ']' [2021-01-22T00:51:10.676Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T00:51:10.676Z] + case "${OS_FAMILY}" in [2021-01-22T00:51:10.676Z] + rpm -qa [2021-01-22T00:51:10.676Z] + sort [2021-01-22T00:51:16.011Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T00:51:16.011Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T00:51:16.011Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T00:51:16.011Z] + '[' /w/workspace/edgex-go/19 ']' [2021-01-22T00:51:16.011Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2021-01-22T00:51:16.011Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2021-01-22T00:51:16.024Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T00:51:16.327Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:51:16.639Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:51:16.639Z] [2021-01-22T00:51:16.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T00:51:16.997Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:51:16.997Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T00:51:16.997Z] df20fa9351a1: Pulling fs layer [2021-01-22T00:51:16.997Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T00:51:16.997Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T00:51:16.997Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T00:51:16.997Z] 93b61091891f: Pulling fs layer [2021-01-22T00:51:16.997Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T00:51:16.997Z] 5e14af77c1be: Pulling fs layer [2021-01-22T00:51:16.997Z] 01666e4c0597: Pulling fs layer [2021-01-22T00:51:16.997Z] aa168da1d23b: Pulling fs layer [2021-01-22T00:51:16.997Z] 93b9cdb0e59b: Waiting [2021-01-22T00:51:16.997Z] 46f8f816bc3b: Waiting [2021-01-22T00:51:16.997Z] 5e14af77c1be: Waiting [2021-01-22T00:51:16.997Z] 01666e4c0597: Waiting [2021-01-22T00:51:16.997Z] 93b61091891f: Waiting [2021-01-22T00:51:16.997Z] aa168da1d23b: Waiting [2021-01-22T00:51:16.997Z] 36b3adc4ff6f: Verifying Checksum [2021-01-22T00:51:16.997Z] 36b3adc4ff6f: Download complete [2021-01-22T00:51:16.997Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T00:51:16.997Z] 46f8f816bc3b: Download complete [2021-01-22T00:51:16.997Z] df20fa9351a1: Verifying Checksum [2021-01-22T00:51:16.997Z] df20fa9351a1: Download complete [2021-01-22T00:51:17.264Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T00:51:17.264Z] 93b9cdb0e59b: Download complete [2021-01-22T00:51:17.264Z] 5e14af77c1be: Download complete [2021-01-22T00:51:17.264Z] 01666e4c0597: Verifying Checksum [2021-01-22T00:51:17.264Z] 01666e4c0597: Download complete [2021-01-22T00:51:17.264Z] 93b61091891f: Verifying Checksum [2021-01-22T00:51:17.264Z] 93b61091891f: Download complete [2021-01-22T00:51:17.528Z] df20fa9351a1: Pull complete [2021-01-22T00:51:17.528Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T00:51:17.528Z] 8ad3a11d3b57: Download complete [2021-01-22T00:51:17.798Z] 36b3adc4ff6f: Pull complete [2021-01-22T00:51:18.762Z] 8ad3a11d3b57: Pull complete [2021-01-22T00:51:19.031Z] 46f8f816bc3b: Pull complete [2021-01-22T00:51:19.983Z] 93b61091891f: Pull complete [2021-01-22T00:51:20.246Z] 93b9cdb0e59b: Pull complete [2021-01-22T00:51:20.246Z] 5e14af77c1be: Pull complete [2021-01-22T00:51:20.508Z] aa168da1d23b: Verifying Checksum [2021-01-22T00:51:20.508Z] aa168da1d23b: Download complete [2021-01-22T00:51:21.081Z] 01666e4c0597: Pull complete [2021-01-22T00:51:29.290Z] aa168da1d23b: Pull complete [2021-01-22T00:51:29.290Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T00:51:29.290Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T00:51:29.290Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T00:51:29.503Z] prd-centos7-docker-4c-2g-22096 does not seem to be running inside a container [2021-01-22T00:51:29.560Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-lftools-log-publisher:alpine cat [2021-01-22T00:51:34.498Z] $ docker top b38195628dc8607c4a115cc5ce6852116361d3b7436bc761dd8f935868f8d6c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T00:51:35.082Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T00:51:35.402Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T00:51:35.707Z] + ls /var/log/sa-host [2021-01-22T00:51:35.707Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T00:51:35.707Z] file_magic: OK [2021-01-22T00:51:35.707Z] HZ: Using current value: 100 [2021-01-22T00:51:35.707Z] file_header: OK [2021-01-22T00:51:35.707Z] 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-22T00:51:35.707Z] Statistics: [2021-01-22T00:51:35.707Z] 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-22T00:51:35.707Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T00:51:35.707Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T00:51:35.707Z] file_magic: OK [2021-01-22T00:51:35.707Z] HZ: Using current value: 100 [2021-01-22T00:51:35.707Z] file_header: OK [2021-01-22T00:51:35.707Z] 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-22T00:51:35.707Z] Statistics: [2021-01-22T00:51:35.707Z] Hnuu...uuuununununu... [2021-01-22T00:51:35.707Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T00:51:35.943Z] provisioning config files... [2021-01-22T00:51:35.962Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config5855397905042108371tmp [Pipeline] { [Pipeline] echo [2021-01-22T00:51:36.044Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:36.348Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T00:51:36.358Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T00:51:36.444Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:36.762Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T00:51:36.774Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:37.083Z] ---> sudo-logs.sh [2021-01-22T00:51:37.083Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T00:51:37.095Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:37.396Z] ---> job-cost.sh [2021-01-22T00:51:37.396Z] lf-activate-venv: SKIPPING [2021-01-22T00:51:37.396Z] INFO: No Stack... [2021-01-22T00:51:38.788Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T00:51:39.050Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T00:51:39.064Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T00:51:39.368Z] ---> logs-deploy.sh [2021-01-22T00:51:39.368Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/19 [2021-01-22T00:51:39.368Z] INFO: archiving workspace using pattern(s): [2021-01-22T00:51:40.758Z] Archives upload complete. [2021-01-22T00:51:41.025Z] INFO: archiving logs to Nexus