Pull request #2966 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 4d95f7d65f4987945674515d14eb4d3460a02321 rather than e6008164d5483cb3bc228551234e5525a4d149b3 Obtained Jenkinsfile from 4d95f7d65f4987945674515d14eb4d3460a02321 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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-18272 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 Merge succeeded, producing e6008164d5483cb3bc228551234e5525a4d149b3 Checking out Revision e6008164d5483cb3bc228551234e5525a4d149b3 (PR-2966) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # 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 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 Commit message: "Merge branch 'master' into issue-2965" > git rev-list --no-walk 56633661d93282abc5980671e0f1803467a527d3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T20:28:52.872Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T20:28:53.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T20:28:53.254Z] ========================================================= [2021-01-04T20:28:53.254Z] EdgeX Global Pipelines Version Info [2021-01-04T20:28:53.254Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:28:54.687Z] ------------------- [2021-01-04T20:28:54.687Z] stable info: [2021-01-04T20:28:54.687Z] ------------------- [2021-01-04T20:28:54.687Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T20:28:54.687Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:28:54.687Z] Message: update stable to v1.0.173 [2021-01-04T20:28:55.630Z] ------------------- [2021-01-04T20:28:55.630Z] experimental info: [2021-01-04T20:28:55.630Z] ------------------- [2021-01-04T20:28:55.630Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T20:28:55.630Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T20:28:55.630Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T20:28:55.927Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-04T20:28:56.011Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-04T20:28:56.096Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T20:28:56.199Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T20:28:56.288Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T20:28:56.378Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T20:28:56.477Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T20:28:56.561Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-04T20:28:56.650Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-04T20:28:56.737Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-04T20:28:56.827Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T20:28:56.913Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T20:28:57.000Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T20:28:57.085Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T20:28:57.169Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:28:57.257Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T20:28:57.350Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T20:28:57.442Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T20:28:57.528Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-04T20:28:57.613Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-04T20:28:57.700Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-04T20:28:57.823Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T20:28:57.937Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T20:28:58.024Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo [2021-01-04T20:28:58.171Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo [2021-01-04T20:28:58.257Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo [2021-01-04T20:28:58.344Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e6008164d5483cb3bc228551234e5525a4d149b3 [Pipeline] echo [2021-01-04T20:28:58.449Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e600816 [Pipeline] echo [2021-01-04T20:28:58.538Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:28:58.733Z] provisioning config files... [2021-01-04T20:28:58.774Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config5452195081630121948tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:28:59.161Z] ---> docker-login.sh [2021-01-04T20:28:59.161Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:28:59.422Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:28:59.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:28:59.685Z] Configure a credential helper to remove this warning. See [2021-01-04T20:28:59.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:28:59.685Z] [2021-01-04T20:28:59.685Z] Login Succeeded [2021-01-04T20:28:59.685Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:28:59.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:28:59.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:28:59.685Z] Configure a credential helper to remove this warning. See [2021-01-04T20:28:59.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:28:59.685Z] [2021-01-04T20:28:59.685Z] Login Succeeded [2021-01-04T20:28:59.685Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:28:59.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:28:59.947Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:28:59.947Z] Configure a credential helper to remove this warning. See [2021-01-04T20:28:59.947Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:28:59.947Z] [2021-01-04T20:28:59.947Z] Login Succeeded [2021-01-04T20:28:59.947Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:29:00.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:29:00.210Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:29:00.210Z] Configure a credential helper to remove this warning. See [2021-01-04T20:29:00.210Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:29:00.210Z] [2021-01-04T20:29:00.210Z] Login Succeeded [2021-01-04T20:29:00.210Z] docker.io [2021-01-04T20:29:00.210Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:29:00.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:29:00.472Z] Configure a credential helper to remove this warning. See [2021-01-04T20:29:00.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:29:00.472Z] [2021-01-04T20:29:00.472Z] Login Succeeded [2021-01-04T20:29:00.472Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:29:00.482Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:29:00.969Z] ++ 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-04T20:29:00.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.969Z] ++ dirname cmd/core-command/Dockerfile [2021-01-04T20:29:00.969Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.969Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-04T20:29:00.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.969Z] ++ dirname cmd/core-data/Dockerfile [2021-01-04T20:29:00.969Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.969Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-04T20:29:00.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.969Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-04T20:29:00.969Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.969Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-04T20:29:00.969Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.969Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:29:00.969Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-04T20:29:00.970Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.970Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-04T20:29:00.970Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-04T20:29:00.970Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.970Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:29:00.970Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-04T20:29:00.970Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.970Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-04T20:29:00.970Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-04T20:29:00.970Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.970Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-04T20:29:00.970Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-04T20:29:00.970Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-04T20:29:00.970Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-04T20:29:00.970Z] ++ cut -d/ -f2 [2021-01-04T20:29:00.970Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-04T20:29:01.041Z] 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-04T20:29:01.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:29:01.909Z] [2021-01-04T20:29:01.909Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:29:02.267Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:29:02.267Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T20:29:02.267Z] 31603596830f: Pulling fs layer [2021-01-04T20:29:02.267Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T20:29:02.267Z] 6ca5941a6612: Pulling fs layer [2021-01-04T20:29:02.267Z] ecc8261a40a4: Pulling fs layer [2021-01-04T20:29:02.267Z] ecc8261a40a4: Waiting [2021-01-04T20:29:02.267Z] 2a8b12db71e7: Verifying Checksum [2021-01-04T20:29:02.267Z] 2a8b12db71e7: Download complete [2021-01-04T20:29:02.267Z] 31603596830f: Verifying Checksum [2021-01-04T20:29:02.267Z] 31603596830f: Download complete [2021-01-04T20:29:02.528Z] ecc8261a40a4: Verifying Checksum [2021-01-04T20:29:02.528Z] ecc8261a40a4: Download complete [2021-01-04T20:29:02.528Z] 6ca5941a6612: Verifying Checksum [2021-01-04T20:29:02.528Z] 6ca5941a6612: Download complete [2021-01-04T20:29:02.795Z] 31603596830f: Pull complete [2021-01-04T20:29:02.795Z] 2a8b12db71e7: Pull complete [2021-01-04T20:29:03.753Z] 6ca5941a6612: Pull complete [2021-01-04T20:29:04.016Z] ecc8261a40a4: Pull complete [2021-01-04T20:29:04.016Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T20:29:04.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T20:29:04.016Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T20:29:04.120Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:29:04.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T20:29:06.629Z] $ docker top a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T20:29:06.920Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:29:06.920Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:29:07.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:29:07.143Z] $ docker exec a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f ssh-agent [2021-01-04T20:29:07.309Z] SSH_AUTH_SOCK=/tmp/ssh-vXLsSC1UNMCB/agent.12 [2021-01-04T20:29:07.309Z] SSH_AGENT_PID=17 [2021-01-04T20:29:07.320Z] Running ssh-add (command line suppressed) [2021-01-04T20:29:07.435Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_3197563315444051173.key (/w/workspace/edgex-go/8@tmp/private_key_3197563315444051173.key) [2021-01-04T20:29:07.487Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:29:07.825Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T20:29:07.848Z] $ docker exec --env ******** --env ******** a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f ssh-agent -k [2021-01-04T20:29:07.965Z] unset SSH_AUTH_SOCK; [2021-01-04T20:29:07.965Z] unset SSH_AGENT_PID; [2021-01-04T20:29:07.965Z] echo Agent pid 17 killed; [2021-01-04T20:29:08.010Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T20:29:08.146Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T20:29:08.146Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T20:29:08.307Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T20:29:08.311Z] $ docker exec a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f ssh-agent [2021-01-04T20:29:08.471Z] SSH_AUTH_SOCK=/tmp/ssh-81fEL5q2krqc/agent.45 [2021-01-04T20:29:08.471Z] SSH_AGENT_PID=50 [2021-01-04T20:29:08.479Z] Running ssh-add (command line suppressed) [2021-01-04T20:29:08.596Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_546372809905556098.key (/w/workspace/edgex-go/8@tmp/private_key_546372809905556098.key) [2021-01-04T20:29:08.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T20:29:09.012Z] + git semver init [2021-01-04T20:29:09.013Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T20:29:09.013Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-04T20:29:09.013Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-04T20:29:09.013Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T20:29:09.013Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T20:29:09.013Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T20:29:09.013Z] # $SEMVER_BRANCH = PR-2966 [2021-01-04T20:29:09.013Z] # $SEMVER_TEMP = /tmp/semver-627444584 [2021-01-04T20:29:09.013Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-04T20:29:27.189Z] # '/tmp/semver-627444584' -> '/w/workspace/edgex-go/8/.semver' [2021-01-04T20:29:27.189Z] # -> Force: false [2021-01-04T20:29:27.189Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-04T20:29:27.210Z] $ docker exec --env ******** --env ******** a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f ssh-agent -k [2021-01-04T20:29:27.443Z] unset SSH_AUTH_SOCK; [2021-01-04T20:29:27.444Z] unset SSH_AGENT_PID; [2021-01-04T20:29:27.444Z] echo Agent pid 50 killed; [2021-01-04T20:29:27.528Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T20:29:28.044Z] + git semver [Pipeline] } [2021-01-04T20:29:28.062Z] $ docker stop --time=1 a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f [2021-01-04T20:29:30.276Z] $ docker rm -f a0a03a1142cd16533a6d09678383072fbbe009027d43eecedccd68b7e5f8384f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:29:30.803Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T20:29:31.344Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T20:29:31.347Z] [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] { [2021-01-04T20:29:31.959Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18270 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] sh [Pipeline] { [Pipeline] ws [2021-01-04T20:29:32.070Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-04T20:29:32.280Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:29:32.583Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:29:32.892Z] + sudo service docker restart [2021-01-04T20:29:32.892Z] + true [2021-01-04T20:29:32.892Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-04T20:29:33.483Z] ========================================================= [2021-01-04T20:29:33.483Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T20:29:33.483Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:29:33.839Z] + 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-04T20:29:37.169Z] Sending build context to Docker daemon 326.3MB [2021-01-04T20:29:37.169Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:29:37.169Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:29:37.169Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T20:29:37.169Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T20:29:37.169Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T20:29:37.169Z] de9db76c5a1d: Pulling fs layer [2021-01-04T20:29:37.169Z] bca2f99d35d6: Pulling fs layer [2021-01-04T20:29:37.169Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T20:29:37.169Z] 7c6f9722023f: Pulling fs layer [2021-01-04T20:29:37.169Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T20:29:37.169Z] 93359f2a8cfa: Waiting [2021-01-04T20:29:37.169Z] 7c6f9722023f: Waiting [2021-01-04T20:29:37.169Z] a35cf1a2eb13: Waiting [2021-01-04T20:29:37.169Z] bca2f99d35d6: Waiting [2021-01-04T20:29:37.169Z] de9db76c5a1d: Verifying Checksum [2021-01-04T20:29:37.169Z] de9db76c5a1d: Download complete [2021-01-04T20:29:37.169Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T20:29:37.169Z] 0ef7d3d256c8: Download complete [2021-01-04T20:29:37.169Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T20:29:37.169Z] 93359f2a8cfa: Download complete [2021-01-04T20:29:37.169Z] 7c6f9722023f: Verifying Checksum [2021-01-04T20:29:37.169Z] 7c6f9722023f: Download complete [2021-01-04T20:29:37.169Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T20:29:37.169Z] 188c0c94c7c5: Download complete [2021-01-04T20:29:37.436Z] 188c0c94c7c5: Pull complete [2021-01-04T20:29:37.562Z] using credential edgex-jenkins-ssh [2021-01-04T20:29:37.655Z] Cloning the remote Git repository [2021-01-04T20:29:37.701Z] 0ef7d3d256c8: Pull complete [2021-01-04T20:29:37.726Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:29:37.861Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-04T20:29:37.949Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:29:37.950Z] > git --version # timeout=10 [2021-01-04T20:29:37.984Z] > git --version # 'git version 2.17.1' [2021-01-04T20:29:37.986Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:29:38.067Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:29:39.102Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T20:29:39.102Z] a35cf1a2eb13: Download complete [2021-01-04T20:29:39.372Z] de9db76c5a1d: Pull complete [2021-01-04T20:29:39.372Z] bca2f99d35d6: Verifying Checksum [2021-01-04T20:29:39.372Z] bca2f99d35d6: Download complete [2021-01-04T20:29:44.746Z] bca2f99d35d6: Pull complete [2021-01-04T20:29:44.746Z] 93359f2a8cfa: Pull complete [2021-01-04T20:29:44.746Z] 7c6f9722023f: Pull complete [2021-01-04T20:29:48.987Z] a35cf1a2eb13: Pull complete [2021-01-04T20:29:48.987Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T20:29:48.987Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T20:29:48.987Z] ---> a62c8e92a672 [2021-01-04T20:29:48.987Z] 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-04T20:29:48.987Z] ---> Running in 32dec4f1da17 [2021-01-04T20:29:49.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:29:50.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:29:50.727Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:29:51.314Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:29:51.314Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:29:51.314Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:29:56.611Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:29:56.611Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:29:56.611Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:29:56.611Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:29:56.611Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:29:56.611Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:29:56.611Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:29:56.611Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:29:56.877Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:29:56.877Z] OK: 233 MiB in 51 packages [2021-01-04T20:29:58.280Z] Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:29:57.419Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:29:57.436Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:29:57.462Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:29:57.498Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:29:57.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:29:57.512Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:29:58.303Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:29:58.320Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-04T20:29:58.638Z] > git remote # timeout=10 [2021-01-04T20:29:58.657Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T20:29:58.673Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:29:58.686Z] > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 [2021-01-04T20:29:58.729Z] Merge succeeded, producing e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:29:58.729Z] Checking out Revision e6008164d5483cb3bc228551234e5525a4d149b3 (PR-2966) [2021-01-04T20:29:58.715Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T20:29:58.739Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:29:58.761Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-04T20:30:01.113Z] Removing intermediate container 32dec4f1da17 [2021-01-04T20:30:01.113Z] ---> 3fee9b76896d [2021-01-04T20:30:01.113Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:30:01.113Z] ---> Running in fb9d931d8c53 [2021-01-04T20:30:01.113Z] Removing intermediate container fb9d931d8c53 [2021-01-04T20:30:01.113Z] ---> 0326a7bffc2e [2021-01-04T20:30:01.113Z] Step 5/6 : COPY go.mod . [2021-01-04T20:30:01.379Z] ---> 1c09e4090a1f [2021-01-04T20:30:01.379Z] Step 6/6 : RUN go mod download [2021-01-04T20:30:01.379Z] ---> Running in 73958bb95d4c [2021-01-04T20:30:03.756Z] Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T20:30:05.624Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:30:06.071Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T20:30:06.449Z] + sudo service docker restart [2021-01-04T20:30:06.449Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T20:30:09.160Z] provisioning config files... [2021-01-04T20:30:09.213Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config6353596219618523427tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:30:09.640Z] ---> docker-login.sh [2021-01-04T20:30:09.641Z] nexus3.edgexfoundry.org:10001 [2021-01-04T20:30:10.639Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:30:11.235Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:30:11.236Z] Configure a credential helper to remove this warning. See [2021-01-04T20:30:11.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:30:11.236Z] [2021-01-04T20:30:11.236Z] Login Succeeded [2021-01-04T20:30:11.236Z] nexus3.edgexfoundry.org:10002 [2021-01-04T20:30:11.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:30:11.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:30:11.792Z] Configure a credential helper to remove this warning. See [2021-01-04T20:30:11.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:30:11.792Z] [2021-01-04T20:30:11.792Z] Login Succeeded [2021-01-04T20:30:11.792Z] nexus3.edgexfoundry.org:10003 [2021-01-04T20:30:12.080Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:30:12.357Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:30:12.357Z] Configure a credential helper to remove this warning. See [2021-01-04T20:30:12.357Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:30:12.357Z] [2021-01-04T20:30:12.357Z] Login Succeeded [2021-01-04T20:30:12.357Z] nexus3.edgexfoundry.org:10004 [2021-01-04T20:30:12.967Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:30:12.967Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:30:12.967Z] Configure a credential helper to remove this warning. See [2021-01-04T20:30:12.967Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:30:12.967Z] [2021-01-04T20:30:12.967Z] Login Succeeded [2021-01-04T20:30:12.967Z] docker.io [2021-01-04T20:30:13.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T20:30:13.845Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T20:30:13.845Z] Configure a credential helper to remove this warning. See [2021-01-04T20:30:13.845Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T20:30:13.845Z] [2021-01-04T20:30:13.845Z] Login Succeeded [2021-01-04T20:30:13.845Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T20:30:13.864Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T20:30:14.400Z] ========================================================= [2021-01-04T20:30:14.400Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T20:30:14.400Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:30:14.805Z] + 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-04T20:30:17.469Z] Sending build context to Docker daemon 165.4MB [2021-01-04T20:30:17.469Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T20:30:17.469Z] Step 2/6 : FROM ${BASE} [2021-01-04T20:30:17.469Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T20:30:17.469Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T20:30:17.469Z] a4357932f1b6: Pulling fs layer [2021-01-04T20:30:17.469Z] 18c013af1878: Pulling fs layer [2021-01-04T20:30:17.469Z] 00ac8860ef70: Pulling fs layer [2021-01-04T20:30:17.469Z] 63d7cb157983: Pulling fs layer [2021-01-04T20:30:17.469Z] b116817d02f9: Pulling fs layer [2021-01-04T20:30:17.469Z] 745a02a5169b: Pulling fs layer [2021-01-04T20:30:17.469Z] 00ac8860ef70: Waiting [2021-01-04T20:30:17.469Z] b116817d02f9: Waiting [2021-01-04T20:30:17.469Z] 63d7cb157983: Waiting [2021-01-04T20:30:17.469Z] 745a02a5169b: Waiting [2021-01-04T20:30:17.469Z] 18c013af1878: Verifying Checksum [2021-01-04T20:30:17.469Z] 18c013af1878: Download complete [2021-01-04T20:30:17.469Z] a4357932f1b6: Verifying Checksum [2021-01-04T20:30:17.469Z] a4357932f1b6: Download complete [2021-01-04T20:30:17.469Z] 63d7cb157983: Verifying Checksum [2021-01-04T20:30:17.469Z] 63d7cb157983: Download complete [2021-01-04T20:30:17.469Z] b116817d02f9: Verifying Checksum [2021-01-04T20:30:17.469Z] b116817d02f9: Download complete [2021-01-04T20:30:17.469Z] 5f621e34cdf4: Verifying Checksum [2021-01-04T20:30:17.469Z] 5f621e34cdf4: Download complete [2021-01-04T20:30:18.078Z] 5f621e34cdf4: Pull complete [2021-01-04T20:30:18.699Z] a4357932f1b6: Pull complete [2021-01-04T20:30:19.321Z] 18c013af1878: Pull complete [2021-01-04T20:30:19.321Z] 745a02a5169b: Verifying Checksum [2021-01-04T20:30:19.321Z] 745a02a5169b: Download complete [2021-01-04T20:30:20.772Z] 00ac8860ef70: Download complete [2021-01-04T20:30:23.590Z] Removing intermediate container 73958bb95d4c [2021-01-04T20:30:23.590Z] ---> 7f817e474f43 [2021-01-04T20:30:23.590Z] Successfully built 7f817e474f43 [2021-01-04T20:30:23.590Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:30:23.901Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:30:23.901Z] . [Pipeline] withDockerContainer [2021-01-04T20:30:24.002Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:30:24.050Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:30:24.803Z] $ docker top ee3728632fd01d38498ec0f592cf3f83f4243816e32c9c75e1e236bf393b2330 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:30:25.349Z] + go version [2021-01-04T20:30:25.349Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T20:30:25.377Z] $ docker stop --time=1 ee3728632fd01d38498ec0f592cf3f83f4243816e32c9c75e1e236bf393b2330 [2021-01-04T20:30:26.738Z] $ docker rm -f ee3728632fd01d38498ec0f592cf3f83f4243816e32c9c75e1e236bf393b2330 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:30:27.973Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T20:30:27.974Z] . [Pipeline] withDockerContainer [2021-01-04T20:30:28.099Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:30:28.156Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T20:30:28.981Z] $ docker top a45c2c483a9a2a1c83f2d08c5e48800f6b238f522f160be7047118d9fd8badbe -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:30:29.200Z] ========================================================= [2021-01-04T20:30:29.200Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:30:29.200Z] ========================================================= [Pipeline] sh [2021-01-04T20:30:29.497Z] + make test [2021-01-04T20:30:29.497Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:30:30.998Z] 00ac8860ef70: Pull complete [2021-01-04T20:30:30.998Z] 63d7cb157983: Pull complete [2021-01-04T20:30:31.282Z] b116817d02f9: Pull complete [2021-01-04T20:30:34.729Z] 745a02a5169b: Pull complete [2021-01-04T20:30:34.729Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T20:30:34.729Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T20:30:34.729Z] ---> b7e6874047d6 [2021-01-04T20:30:34.729Z] 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-04T20:30:39.071Z] ---> Running in a98f33b6e47c [2021-01-04T20:30:39.547Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:30:40.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:30:41.121Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:30:41.720Z] (1/12) Installing libmagic (5.38-r0) [2021-01-04T20:30:42.005Z] (2/12) Installing file (5.38-r0) [2021-01-04T20:30:42.283Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-04T20:30:42.283Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-04T20:30:46.600Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-04T20:30:46.600Z] (6/12) Installing patch (2.7.6-r6) [2021-01-04T20:30:46.600Z] (7/12) Installing build-base (0.5-r2) [2021-01-04T20:30:46.600Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-04T20:30:46.600Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-04T20:30:46.600Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-04T20:30:46.875Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-04T20:30:46.875Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-04T20:30:47.158Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:30:47.158Z] OK: 217 MiB in 51 packages [2021-01-04T20:30:51.502Z] Removing intermediate container a98f33b6e47c [2021-01-04T20:30:51.502Z] ---> e248efbc4425 [2021-01-04T20:30:51.502Z] Step 4/6 : WORKDIR /edgex-go [2021-01-04T20:30:51.502Z] ---> Running in 016e71386203 [2021-01-04T20:30:51.892Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:30:52.143Z] Removing intermediate container 016e71386203 [2021-01-04T20:30:52.143Z] ---> 2d72e0af903b [2021-01-04T20:30:52.143Z] Step 5/6 : COPY go.mod . [2021-01-04T20:30:52.789Z] ---> 74882d984bd6 [2021-01-04T20:30:52.789Z] Step 6/6 : RUN go mod download [2021-01-04T20:30:52.789Z] ---> Running in f9293148d0b4 [2021-01-04T20:30:58.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:30:58.578Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:30:58.578Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:30:58.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:30:58.578Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:30:58.855Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:31:00.584Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:31:00.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:31:00.584Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:31:02.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:31:02.529Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:31:02.529Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:31:04.513Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements [2021-01-04T20:31:04.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:31:04.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:31:04.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:31:04.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:31:04.513Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:31:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.184s coverage: 27.0% of statements [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:31:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:31:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:31:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.432s coverage: 75.7% of statements [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:31:08.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.133s coverage: 82.9% of statements [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:31:08.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:31:10.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.423s coverage: 28.6% of statements [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:31:10.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.064s coverage: 100.0% of statements [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:31:10.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:31:10.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:31:10.796Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.122s coverage: 97.5% of statements [2021-01-04T20:31:10.796Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:31:11.382Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-01-04T20:31:11.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:31:11.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:31:11.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:31:11.382Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.486s coverage: 93.8% of statements [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.057s coverage: 58.8% of statements [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements [2021-01-04T20:31:13.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.058s coverage: 80.8% of statements [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.112s coverage: 87.2% of statements [2021-01-04T20:31:13.985Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-04T20:31:14.948Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.115s coverage: 91.4% of statements [2021-01-04T20:31:14.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:31:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.220s coverage: 63.5% of statements [2021-01-04T20:31:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:31:15.533Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:31:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements [2021-01-04T20:31:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements [2021-01-04T20:31:15.533Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.052s coverage: 100.0% of statements [2021-01-04T20:31:15.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-01-04T20:31:16.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-04T20:31:17.473Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.369s coverage: 55.9% of statements [2021-01-04T20:31:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:31:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:31:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:31:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:31:17.473Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:31:17.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.103s coverage: 37.0% of statements [2021-01-04T20:31:17.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:31:17.740Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:31:17.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.286s coverage: 84.0% of statements [2021-01-04T20:31:17.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements [2021-01-04T20:31:19.701Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.1% of statements [2021-01-04T20:31:19.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:31:19.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:31:19.701Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:31:19.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:31:19.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:31:19.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.069s coverage: 100.0% of statements [2021-01-04T20:31:19.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:31:19.702Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements [2021-01-04T20:31:19.702Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:31:20.695Z] Removing intermediate container f9293148d0b4 [2021-01-04T20:31:20.695Z] ---> 65b801ece7ad [2021-01-04T20:31:20.695Z] Successfully built 65b801ece7ad [2021-01-04T20:31:20.695Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:31:21.037Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T20:31:21.037Z] . [Pipeline] withDockerContainer [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.825s coverage: 29.1% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.068s coverage: 100.0% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:31:21.128Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:31:21.128Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:31:21.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-18270 does not seem to be running inside a container [2021-01-04T20:31:21.396Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-01-04T20:31:21.431Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T20:31:21.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-04T20:31:21.975Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-01-04T20:31:22.237Z] GO111MODULE=on go vet ./... [2021-01-04T20:31:23.101Z] $ docker top cf282f2cfac9eb13a5024fdc2c8bae9896b1242231678259ec0a2ca1b39e4012 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:31:24.160Z] + go version [2021-01-04T20:31:24.160Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T20:31:24.187Z] $ docker stop --time=1 cf282f2cfac9eb13a5024fdc2c8bae9896b1242231678259ec0a2ca1b39e4012 [2021-01-04T20:31:26.219Z] $ docker rm -f cf282f2cfac9eb13a5024fdc2c8bae9896b1242231678259ec0a2ca1b39e4012 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:31:27.324Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T20:31:27.324Z] . [Pipeline] withDockerContainer [2021-01-04T20:31:27.599Z] prd-ubuntu18.04-docker-arm64-4c-16g-18270 does not seem to be running inside a container [2021-01-04T20:31:27.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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T20:31:29.207Z] $ docker top 782df9d57fbfd2cf4a8f09bf24de540e290cb30f1d704a84fc19ed697dd699d3 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-04T20:31:29.613Z] ========================================================= [2021-01-04T20:31:29.613Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-04T20:31:29.613Z] ========================================================= [Pipeline] sh [2021-01-04T20:31:30.264Z] + make test [2021-01-04T20:31:30.264Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-04T20:31:48.949Z] gofmt -l . [2021-01-04T20:31:48.949Z] [ "`gofmt -l .`" = "" ] [2021-01-04T20:31:48.949Z] ./bin/test-go-mod-tidy.sh [2021-01-04T20:31:48.949Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-04T20:31:50.792Z] + ls -al . [2021-01-04T20:31:50.792Z] total 636 [2021-01-04T20:31:50.792Z] drwxrwxr-x 10 1001 1001 4096 Jan 4 20:31 . [2021-01-04T20:31:50.792Z] drwxr-xr-x 4 root root 28 Jan 4 20:30 .. [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:28 .dockerignore [2021-01-04T20:31:50.792Z] drwxrwxr-x 8 1001 1001 179 Jan 4 20:28 .git [2021-01-04T20:31:50.792Z] drwxrwxr-x 3 1001 1001 125 Jan 4 20:28 .github [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 20:28 .gitignore [2021-01-04T20:31:50.792Z] drwx------ 3 1001 1001 47 Jan 4 20:29 .semver [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:28 .sonarcloud.properties [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:28 CONTRIBUTING.md [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:28 Dockerfile.build [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:28 Jenkinsfile [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:28 LICENSE [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:28 Makefile [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:28 README.md [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:28 SECURITY.md [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 20:29 VERSION [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:28 ZMQWindows.md [2021-01-04T20:31:50.792Z] drwxrwxr-x 2 1001 1001 117 Jan 4 20:28 bin [2021-01-04T20:31:50.792Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 20:28 cmd [2021-01-04T20:31:50.792Z] -rw-r--r-- 1 root root 538204 Jan 4 20:31 coverage.out [2021-01-04T20:31:50.792Z] -rw-r--r-- 1 root root 979 Jan 4 20:31 go.mod [2021-01-04T20:31:50.792Z] -rw-r--r-- 1 root root 18934 Jan 4 20:31 go.sum [2021-01-04T20:31:50.792Z] drwxrwxr-x 8 1001 1001 127 Jan 4 20:28 internal [2021-01-04T20:31:50.792Z] drwxrwxr-x 4 1001 1001 26 Jan 4 20:28 openapi [2021-01-04T20:31:50.792Z] drwxrwxr-x 4 1001 1001 71 Jan 4 20:28 snap [2021-01-04T20:31:50.792Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:28 version.go [Pipeline] sh [2021-01-04T20:31:51.144Z] + '[' -e coverage.out ] [2021-01-04T20:31:51.144Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T20:31:51.408Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T20:31:51.772Z] + make build [2021-01-04T20:31:51.772Z] 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-04T20:31:56.073Z] 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-04T20:31:57.099Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-04T20:32:04.314Z] 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-04T20:32:04.611Z] 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-04T20:32:06.025Z] 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-04T20:32:06.289Z] 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-04T20:32:07.694Z] 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-04T20:32:09.109Z] 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-04T20:32:10.518Z] 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-04T20:32:11.909Z] 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-04T20:32:12.498Z] 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-04T20:32:13.919Z] 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-04T20:32:14.882Z] $ docker stop --time=1 a45c2c483a9a2a1c83f2d08c5e48800f6b238f522f160be7047118d9fd8badbe [2021-01-04T20:32:16.630Z] $ docker rm -f a45c2c483a9a2a1c83f2d08c5e48800f6b238f522f160be7047118d9fd8badbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:32:18.427Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:32:18.427Z] [2021-01-04T20:32:18.427Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:32:18.778Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:32:18.778Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-04T20:32:18.778Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-04T20:32:18.778Z] ca9280d653b3: Pulling fs layer [2021-01-04T20:32:18.778Z] 7e9c9ca2126c: Pulling fs layer [2021-01-04T20:32:18.778Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-04T20:32:18.778Z] cbdbe7a5bc2a: Download complete [2021-01-04T20:32:19.357Z] cbdbe7a5bc2a: Pull complete [2021-01-04T20:32:19.357Z] ca9280d653b3: Verifying Checksum [2021-01-04T20:32:19.357Z] ca9280d653b3: Download complete [2021-01-04T20:32:20.769Z] 7e9c9ca2126c: Download complete [2021-01-04T20:32:20.769Z] ca9280d653b3: Pull complete [2021-01-04T20:32:27.399Z] 7e9c9ca2126c: Pull complete [2021-01-04T20:32:27.399Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-04T20:32:27.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:32:27.399Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-04T20:32:27.589Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:32:27.641Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-04T20:32:29.586Z] $ docker top af17ad224dae853efa6e9b037509843930610728a73d75c97349632ffef9c0ab -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:32:30.089Z] + docker-compose build --help [2021-01-04T20:32:30.089Z] + grep parallel [2021-01-04T20:32:31.492Z] --parallel Build images in parallel. [Pipeline] } [2021-01-04T20:32:31.508Z] $ docker stop --time=1 af17ad224dae853efa6e9b037509843930610728a73d75c97349632ffef9c0ab [2021-01-04T20:32:32.923Z] $ docker rm -f af17ad224dae853efa6e9b037509843930610728a73d75c97349632ffef9c0ab [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:32:33.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-04T20:32:33.598Z] . [Pipeline] withDockerContainer [2021-01-04T20:32:33.720Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:32:33.770Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-04T20:32:34.428Z] $ docker top 16eaa1fbcf1e12c00b5fe8b8116afcfcb2c7d811343f9b8ca5a2b56a0a500703 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:32:34.894Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:32:35.839Z] Building docker-core-command-go ... [2021-01-04T20:32:35.839Z] Building docker-core-data-go ... [2021-01-04T20:32:35.839Z] Building docker-core-metadata-go ... [2021-01-04T20:32:35.839Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:32:35.839Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:32:35.839Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:32:35.839Z] Building docker-support-notifications-go ... [2021-01-04T20:32:35.839Z] Building docker-support-scheduler-go ... [2021-01-04T20:32:35.839Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:32:35.839Z] Building docker-support-notifications-go [2021-01-04T20:32:35.839Z] Building docker-support-scheduler-go [2021-01-04T20:32:35.839Z] Building docker-sys-mgmt-agent-go [2021-01-04T20:32:35.839Z] Building docker-security-secretstore-setup-go [2021-01-04T20:32:35.839Z] Building docker-security-proxy-setup-go [2021-01-04T20:32:44.154Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-04T20:32:49.600Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-04T20:32:55.026Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-04T20:32:57.013Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-04T20:32:58.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-04T20:33:06.757Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-04T20:33:06.757Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-04T20:33:06.757Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-04T20:33:08.110Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:33:08.110Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:33:08.110Z] ---> 7f817e474f43 [2021-01-04T20:33:08.110Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:33:08.110Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:33:08.110Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:33:08.110Z] ---> 7f817e474f43 [2021-01-04T20:33:08.110Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:33:08.110Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:33:08.110Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:33:08.110Z] ---> 7f817e474f43 [2021-01-04T20:33:08.110Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:33:08.110Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:33:08.110Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:33:08.110Z] ---> 7f817e474f43 [2021-01-04T20:33:08.110Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:33:08.110Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:33:08.110Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:33:08.110Z] ---> 7f817e474f43 [2021-01-04T20:33:08.110Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:33:08.110Z] ---> Running in cf10944c15b9 [2021-01-04T20:33:08.110Z] ---> Running in 7667dc85441b [2021-01-04T20:33:08.110Z] ---> Running in fb9ab15da6ca [2021-01-04T20:33:08.110Z] ---> Running in 42ab1fdea174 [2021-01-04T20:33:08.110Z] ---> Running in 3bd2451e5067 [2021-01-04T20:33:08.110Z] Removing intermediate container 42ab1fdea174 [2021-01-04T20:33:08.110Z] ---> db524a31cb0f [2021-01-04T20:33:08.110Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:33:08.110Z] Removing intermediate container cf10944c15b9 [2021-01-04T20:33:08.110Z] ---> 3bf889eb117a [2021-01-04T20:33:08.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:33:08.110Z] Removing intermediate container 3bd2451e5067 [2021-01-04T20:33:08.110Z] ---> 6d5381cd95b8 [2021-01-04T20:33:08.110Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:33:08.110Z] Removing intermediate container 7667dc85441b [2021-01-04T20:33:08.110Z] ---> 0f8bc10a0122 [2021-01-04T20:33:08.110Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:33:08.110Z] Removing intermediate container fb9ab15da6ca [2021-01-04T20:33:08.110Z] ---> 5a162740ef4e [2021-01-04T20:33:08.110Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:33:08.110Z] ---> Running in 2fe39618a225 [2021-01-04T20:33:08.110Z] ---> Running in 7478efdb89ab [2021-01-04T20:33:08.110Z] ---> Running in 1c965768cb6e [2021-01-04T20:33:08.110Z] ---> Running in ec5a406c80ba [2021-01-04T20:33:08.110Z] ---> Running in 9ac40b23130f [2021-01-04T20:33:09.060Z] Removing intermediate container 9ac40b23130f [2021-01-04T20:33:09.060Z] ---> fbab7109b85d [2021-01-04T20:33:09.060Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:33:09.060Z] Removing intermediate container 7478efdb89ab [2021-01-04T20:33:09.060Z] ---> db80e5a9cc14 [2021-01-04T20:33:09.060Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:33:09.323Z] Removing intermediate container 1c965768cb6e [2021-01-04T20:33:09.323Z] ---> 50144675b101 [2021-01-04T20:33:09.323Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:33:09.323Z] ---> Running in 09d0c67614d5 [2021-01-04T20:33:09.323Z] ---> Running in 6b34c6d4ccf7 [2021-01-04T20:33:09.323Z] ---> Running in d2ecdcc13a51 [2021-01-04T20:33:09.586Z] Removing intermediate container 2fe39618a225 [2021-01-04T20:33:09.586Z] ---> 7077325ae3f1 [2021-01-04T20:33:09.586Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:33:09.586Z] Removing intermediate container ec5a406c80ba [2021-01-04T20:33:09.586Z] ---> 4d78f488ab13 [2021-01-04T20:33:09.586Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:33:09.930Z] ---> Running in 9261ea310e8a [2021-01-04T20:33:09.930Z] ---> Running in 14c2b0067717 [2021-01-04T20:33:10.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:10.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:10.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:10.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:10.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:11.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:11.134Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:11.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:11.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:11.659Z] OK: 233 MiB in 51 packages [2021-01-04T20:33:11.659Z] OK: 233 MiB in 51 packages [2021-01-04T20:33:11.924Z] OK: 233 MiB in 51 packages [2021-01-04T20:33:12.194Z] Removing intermediate container 6b34c6d4ccf7 [2021-01-04T20:33:12.194Z] ---> 0b4d010b0679 [2021-01-04T20:33:12.194Z] Step 6/21 : COPY go.mod . [2021-01-04T20:33:12.194Z] Removing intermediate container d2ecdcc13a51 [2021-01-04T20:33:12.194Z] ---> 6dd82d5a661d [2021-01-04T20:33:12.194Z] Step 6/26 : COPY go.mod . [2021-01-04T20:33:12.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.257s coverage: 46.6% of statements [2021-01-04T20:33:12.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-04T20:33:12.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-04T20:33:12.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-04T20:33:12.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-04T20:33:12.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-04T20:33:12.461Z] ---> 9e3ab8d6a6c4 [2021-01-04T20:33:12.461Z] Step 7/21 : RUN go mod download [2021-01-04T20:33:12.461Z] ---> 89cf2ba5af6a [2021-01-04T20:33:12.461Z] Step 7/26 : RUN go mod download [2021-01-04T20:33:12.461Z] ---> Running in ceef873f0ba7 [2021-01-04T20:33:12.461Z] Removing intermediate container 09d0c67614d5 [2021-01-04T20:33:12.461Z] ---> c282e0fc602f [2021-01-04T20:33:12.461Z] Step 6/24 : COPY go.mod . [2021-01-04T20:33:12.725Z] ---> Running in c1ca1d1c7a2b [2021-01-04T20:33:12.988Z] OK: 233 MiB in 51 packages [2021-01-04T20:33:12.988Z] ---> 087b431d6d06 [2021-01-04T20:33:12.988Z] Step 7/24 : RUN go mod download [2021-01-04T20:33:12.988Z] ---> Running in 1fdc3cf8c1f4 [2021-01-04T20:33:13.262Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:33:13.525Z] Removing intermediate container 14c2b0067717 [2021-01-04T20:33:13.525Z] ---> 1147939dd006 [2021-01-04T20:33:13.525Z] Step 6/21 : COPY go.mod . [2021-01-04T20:33:13.801Z] ---> ade728d83be1 [2021-01-04T20:33:13.801Z] Step 7/21 : RUN go mod download [2021-01-04T20:33:13.801Z] ---> Running in 607e15f1b1b1 [2021-01-04T20:33:14.756Z] Removing intermediate container c1ca1d1c7a2b [2021-01-04T20:33:14.756Z] ---> e67c51469630 [2021-01-04T20:33:14.756Z] Step 8/26 : COPY . . [2021-01-04T20:33:14.756Z] Removing intermediate container 1fdc3cf8c1f4 [2021-01-04T20:33:14.756Z] ---> b1f206ab5540 [2021-01-04T20:33:14.756Z] Step 8/24 : COPY . . [2021-01-04T20:33:14.756Z] Removing intermediate container ceef873f0ba7 [2021-01-04T20:33:14.756Z] ---> 3081956607fc [2021-01-04T20:33:14.756Z] Step 8/21 : COPY . . [2021-01-04T20:33:16.698Z] OK: 233 MiB in 51 packages [2021-01-04T20:33:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.531s coverage: 27.0% of statements [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-04T20:33:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.081s coverage: 100.0% of statements [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-04T20:33:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-04T20:33:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.568s coverage: 75.7% of statements [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-04T20:33:20.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.352s coverage: 82.9% of statements [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-04T20:33:20.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-04T20:33:22.022Z] Removing intermediate container 607e15f1b1b1 [2021-01-04T20:33:22.022Z] ---> 396f42476dd7 [2021-01-04T20:33:22.022Z] Step 8/21 : COPY . . [2021-01-04T20:33:28.640Z] Removing intermediate container 9261ea310e8a [2021-01-04T20:33:28.640Z] ---> a0fc525cece2 [2021-01-04T20:33:28.640Z] Step 6/24 : COPY go.mod . [2021-01-04T20:33:28.807Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.226s coverage: 28.6% of statements [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-04T20:33:28.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.135s coverage: 100.0% of statements [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-04T20:33:28.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.116s coverage: 100.0% of statements [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-04T20:33:28.808Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.271s coverage: 86.7% of statements [2021-01-04T20:33:28.808Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-04T20:33:29.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.331s coverage: 97.5% of statements [2021-01-04T20:33:29.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-04T20:33:29.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 78.3% of statements [2021-01-04T20:33:29.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-04T20:33:29.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-04T20:33:29.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-04T20:33:29.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-04T20:33:31.392Z] ---> 1e2216a7b7d1 [2021-01-04T20:33:31.392Z] Step 7/24 : RUN go mod download [2021-01-04T20:33:34.735Z] ---> Running in bdd3323a8313 [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.175s coverage: 93.8% of statements [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.166s coverage: 0.1% of statements [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.157s coverage: 75.5% of statements [2021-01-04T20:33:37.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-01-04T20:33:37.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2021-01-04T20:33:38.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-01-04T20:33:41.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.198s coverage: 91.4% of statements [2021-01-04T20:33:41.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-04T20:33:41.406Z] Removing intermediate container bdd3323a8313 [2021-01-04T20:33:41.406Z] ---> 26336c1d665e [2021-01-04T20:33:41.406Z] Step 8/24 : COPY . . [2021-01-04T20:33:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.673s coverage: 63.5% of statements [2021-01-04T20:33:42.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-04T20:33:42.475Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-04T20:33:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.052s coverage: 100.0% of statements [2021-01-04T20:33:42.475Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2021-01-04T20:33:43.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-01-04T20:33:43.787Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements [2021-01-04T20:33:44.804Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.112s coverage: 100.0% of statements [2021-01-04T20:33:50.260Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.944s coverage: 55.9% of statements [2021-01-04T20:33:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-04T20:33:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-04T20:33:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-04T20:33:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-04T20:33:50.260Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-04T20:33:50.535Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.474s coverage: 37.0% of statements [2021-01-04T20:33:50.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-04T20:33:50.535Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-04T20:33:51.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.725s coverage: 84.0% of statements [2021-01-04T20:33:51.978Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.084s coverage: 100.0% of statements [2021-01-04T20:33:53.695Z] ---> feaef88e51dd [2021-01-04T20:33:53.695Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:33:53.695Z] ---> 6aa45a6df5d7 [2021-01-04T20:33:53.695Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:33:53.695Z] ---> 9e4459425340 [2021-01-04T20:33:53.695Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:33:53.695Z] ---> 715dd71e134d [2021-01-04T20:33:53.695Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:33:53.695Z] ---> Running in afb319817aa2 [2021-01-04T20:33:53.695Z] ---> Running in 6f95dc774003 [2021-01-04T20:33:53.695Z] ---> Running in bb3370d2eaaa [2021-01-04T20:33:53.695Z] ---> Running in 9c23319f5489 [2021-01-04T20:33:55.623Z] 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-04T20:33:55.623Z] 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-04T20:33:55.623Z] 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-04T20:33:55.623Z] 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-04T20:33:56.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-04T20:33:56.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.116s coverage: 100.0% of statements [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-04T20:33:56.284Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.163s coverage: 100.0% of statements [2021-01-04T20:33:56.284Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-04T20:34:02.293Z] ---> 793a3b2de04f [2021-01-04T20:34:02.293Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T20:34:02.883Z] ---> Running in 2e59cafc25b6 [2021-01-04T20:34:04.300Z] 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-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.743s coverage: 29.1% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.209s coverage: 99.0% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-04T20:34:04.586Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.047s coverage: 32.1% of statements [2021-01-04T20:34:04.586Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements [2021-01-04T20:34:05.177Z] GO111MODULE=on go vet ./... [2021-01-04T20:34:22.583Z] 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-04T20:34:22.583Z] 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-04T20:34:26.851Z] Removing intermediate container afb319817aa2 [2021-01-04T20:34:26.851Z] ---> 604bb87423a0 [2021-01-04T20:34:26.851Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:34:26.851Z] Removing intermediate container 6f95dc774003 [2021-01-04T20:34:26.851Z] ---> 994e7fa43b6f [2021-01-04T20:34:26.851Z] [2021-01-04T20:34:26.851Z] Step 10/21 : FROM scratch [2021-01-04T20:34:26.851Z] ---> [2021-01-04T20:34:26.851Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:34:26.851Z] ---> Running in 32e5bec22ed3 [2021-01-04T20:34:26.851Z] ---> Running in 07115729a4d6 [2021-01-04T20:34:29.438Z] 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-04T20:34:29.438Z] Removing intermediate container 07115729a4d6 [2021-01-04T20:34:29.438Z] ---> 2ab466ab5bd4 [2021-01-04T20:34:29.438Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:34:29.438Z] ---> Running in 701ab344c8ae [2021-01-04T20:34:29.438Z] Removing intermediate container 9c23319f5489 [2021-01-04T20:34:29.438Z] ---> 5b5088e94b29 [2021-01-04T20:34:29.438Z] [2021-01-04T20:34:29.438Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T20:34:29.438Z] Removing intermediate container bb3370d2eaaa [2021-01-04T20:34:29.438Z] ---> 13d8566c1bd9 [2021-01-04T20:34:29.438Z] [2021-01-04T20:34:29.438Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:34:29.710Z] 3.12: Pulling from library/alpine [2021-01-04T20:34:29.710Z] 3.12: Pulling from library/alpine [2021-01-04T20:34:29.710Z] Removing intermediate container 701ab344c8ae [2021-01-04T20:34:29.710Z] ---> 0f0acbf2df0d [2021-01-04T20:34:29.710Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:34:29.710Z] ---> Running in 0774a275033e [2021-01-04T20:34:33.035Z] Removing intermediate container 0774a275033e [2021-01-04T20:34:33.035Z] ---> 8d23d94c631e [2021-01-04T20:34:33.035Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:34:33.035Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:34:33.035Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:34:33.035Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:34:33.035Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:34:33.035Z] ---> 389fef711851 [2021-01-04T20:34:33.035Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T20:34:33.035Z] ---> 389fef711851 [2021-01-04T20:34:33.035Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:34:33.035Z] Removing intermediate container 2e59cafc25b6 [2021-01-04T20:34:33.035Z] ---> 94b476b79096 [2021-01-04T20:34:33.035Z] [2021-01-04T20:34:33.035Z] Step 10/24 : FROM scratch [2021-01-04T20:34:33.035Z] ---> [2021-01-04T20:34:33.035Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T20:34:33.035Z] ---> Running in 9a4a62a6920c [2021-01-04T20:34:33.035Z] ---> Running in b4aae45ef128 [2021-01-04T20:34:33.035Z] ---> Running in 2f6c1fab6c77 [2021-01-04T20:34:33.298Z] Removing intermediate container 32e5bec22ed3 [2021-01-04T20:34:33.298Z] ---> e8de72b677b5 [2021-01-04T20:34:33.298Z] [2021-01-04T20:34:33.298Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:34:33.298Z] ---> 09f7947f1c32 [2021-01-04T20:34:33.298Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:34:33.298Z] 20.10.0: Pulling from library/docker [2021-01-04T20:34:33.298Z] Removing intermediate container 2f6c1fab6c77 [2021-01-04T20:34:33.298Z] ---> ee12b5703e34 [2021-01-04T20:34:33.298Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T20:34:33.563Z] ---> Running in 7fda33e96767 [2021-01-04T20:34:34.165Z] ---> 6c4279460d04 [2021-01-04T20:34:34.165Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:34:34.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:34.165Z] Removing intermediate container 7fda33e96767 [2021-01-04T20:34:34.165Z] ---> 5dd6d6579134 [2021-01-04T20:34:34.165Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T20:34:34.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:34.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:34.439Z] ---> Running in f694b4c26aec [2021-01-04T20:34:34.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:34.439Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:34:34.439Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:34:34.439Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:34:34.439Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:34:34.723Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:34:34.723Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:34:34.723Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T20:34:34.723Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:34:34.723Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:34:34.723Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T20:34:34.723Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T20:34:34.723Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:34:34.723Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:34:34.723Z] OK: 7 MiB in 18 packages [2021-01-04T20:34:34.986Z] OK: 7 MiB in 19 packages [2021-01-04T20:34:34.986Z] ---> 3dec99a674b2 [2021-01-04T20:34:34.986Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:34:35.566Z] ---> Running in 0de76e520864 [2021-01-04T20:34:35.566Z] Removing intermediate container f694b4c26aec [2021-01-04T20:34:35.566Z] ---> d4ab0f3ebeef [2021-01-04T20:34:35.566Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T20:34:36.143Z] Removing intermediate container 0de76e520864 [2021-01-04T20:34:36.143Z] ---> 9c380712ff4a [2021-01-04T20:34:36.143Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:34:37.095Z] ---> 4b7c072d124c [2021-01-04T20:34:37.095Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T20:34:37.095Z] Removing intermediate container b4aae45ef128 [2021-01-04T20:34:37.095Z] ---> 50c8ecbe2626 [2021-01-04T20:34:37.095Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:34:37.095Z] ---> Running in f54cc7877444 [2021-01-04T20:34:37.095Z] Removing intermediate container 9a4a62a6920c [2021-01-04T20:34:37.095Z] ---> 11e45512bece [2021-01-04T20:34:37.095Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:34:37.095Z] ---> Running in f4624672a5b8 [2021-01-04T20:34:37.360Z] ---> Running in a14a580cc126 [2021-01-04T20:34:37.625Z] Removing intermediate container f54cc7877444 [2021-01-04T20:34:37.625Z] ---> d4bc207708e9 [2021-01-04T20:34:37.625Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:34:37.889Z] Removing intermediate container f4624672a5b8 [2021-01-04T20:34:37.889Z] ---> 39b01983559b [2021-01-04T20:34:37.889Z] Step 13/21 : WORKDIR /edgex [2021-01-04T20:34:37.889Z] Removing intermediate container a14a580cc126 [2021-01-04T20:34:37.889Z] ---> 9c13ceb95573 [2021-01-04T20:34:37.889Z] Step 13/24 : WORKDIR / [2021-01-04T20:34:37.889Z] ---> Running in e952f9a9fccd [2021-01-04T20:34:37.889Z] ---> 064f4db117d0 [2021-01-04T20:34:37.889Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T20:34:37.890Z] ---> Running in f1e2673086de [2021-01-04T20:34:38.158Z] ---> Running in 12f7e1d570fa [2021-01-04T20:34:38.158Z] Removing intermediate container e952f9a9fccd [2021-01-04T20:34:38.158Z] ---> dcd792daa407 [2021-01-04T20:34:38.158Z] Step 20/21 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:34:38.732Z] ---> Running in 3209a953d315 [2021-01-04T20:34:39.000Z] Removing intermediate container f1e2673086de [2021-01-04T20:34:39.000Z] ---> f112cc448392 [2021-01-04T20:34:39.000Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T20:34:39.000Z] ---> a7ded50fc057 [2021-01-04T20:34:39.000Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T20:34:39.000Z] Removing intermediate container 12f7e1d570fa [2021-01-04T20:34:39.000Z] ---> e6baafbc45fc [2021-01-04T20:34:39.000Z] 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-04T20:34:39.263Z] Removing intermediate container 3209a953d315 [2021-01-04T20:34:39.263Z] ---> 4b7498aad4bd [2021-01-04T20:34:39.263Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:34:39.263Z] ---> Running in 0cf360e3ca5f [2021-01-04T20:34:39.534Z] ---> d0e1fd00650c [2021-01-04T20:34:39.534Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T20:34:39.534Z] ---> d12cf4bda34a [2021-01-04T20:34:39.534Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T20:34:39.534Z] ---> 259cacbd7a42 [2021-01-04T20:34:39.534Z] 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-04T20:34:39.795Z] Removing intermediate container 0cf360e3ca5f [2021-01-04T20:34:39.795Z] ---> c7553b8f5bea [2021-01-04T20:34:39.795Z] [2021-01-04T20:34:39.795Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:34:39.795Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:34:39.795Z] ---> aefe523efa57 [2021-01-04T20:34:39.795Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:34:40.060Z] ---> Running in 2f39c72306d2 [2021-01-04T20:34:40.060Z] Successfully built c7553b8f5bea [2021-01-04T20:34:40.060Z] ---> 4c8f5be7b1d3 [2021-01-04T20:34:40.060Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:34:40.323Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-04T20:34:40.323Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-04T20:34:40.323Z] ---> 2e90ddca5dab [2021-01-04T20:34:40.323Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T20:34:40.591Z] ---> ae8186b7e178 [2021-01-04T20:34:40.591Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T20:34:40.591Z] ---> 335f00b51d84 [2021-01-04T20:34:40.591Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:34:42.531Z] ---> da1a2c4ff4d5 [2021-01-04T20:34:42.531Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T20:34:43.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:43.482Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:43.744Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:34:43.744Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:34:43.744Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:34:43.744Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:34:44.007Z] OK: 12 MiB in 22 packages [2021-01-04T20:34:44.957Z] ---> Running in e1128312fefb [2021-01-04T20:34:44.957Z] ---> 867d0f4e4243 [2021-01-04T20:34:44.957Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T20:34:44.957Z] ---> 3be58358c3d4 [2021-01-04T20:34:44.957Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:34:46.358Z] ---> Running in eb10c0150cff [2021-01-04T20:34:47.324Z] Removing intermediate container e1128312fefb [2021-01-04T20:34:47.324Z] ---> 1d41b5f6fb5a [2021-01-04T20:34:47.324Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:34:48.278Z] ---> 1527d5c70002 [2021-01-04T20:34:48.278Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:34:48.278Z] Removing intermediate container eb10c0150cff [2021-01-04T20:34:48.278Z] ---> 999fb009e603 [2021-01-04T20:34:48.278Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T20:34:49.679Z] Removing intermediate container 2f39c72306d2 [2021-01-04T20:34:49.679Z] ---> 2265b2d95bbf [2021-01-04T20:34:49.679Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:34:49.679Z] ---> Running in 52a4399ef572 [2021-01-04T20:34:49.942Z] ---> Running in bf853753ca62 [2021-01-04T20:34:50.902Z] ---> f07623aabcea [2021-01-04T20:34:50.902Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:34:50.902Z] ---> Running in 2b299e4d95c7 [2021-01-04T20:34:51.165Z] Removing intermediate container 52a4399ef572 [2021-01-04T20:34:51.165Z] ---> 3f4bbed219bf [2021-01-04T20:34:51.165Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:34:51.427Z] ---> Running in 3746c3266da9 [2021-01-04T20:34:51.428Z] Removing intermediate container bf853753ca62 [2021-01-04T20:34:51.428Z] ---> 21f77e4e71e6 [2021-01-04T20:34:51.428Z] Step 19/21 : LABEL arch=x86_64 [2021-01-04T20:34:52.006Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:34:52.006Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:34:52.006Z] ---> 7f817e474f43 [2021-01-04T20:34:52.006Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:34:52.006Z] ---> Using cache [2021-01-04T20:34:52.006Z] ---> 5a162740ef4e [2021-01-04T20:34:52.006Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:34:52.006Z] ---> Using cache [2021-01-04T20:34:52.006Z] ---> 50144675b101 [2021-01-04T20:34:52.006Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:34:52.964Z] ---> Running in 01c3be39e1e6 [2021-01-04T20:34:52.964Z] Removing intermediate container 2b299e4d95c7 [2021-01-04T20:34:52.964Z] ---> 190e32b0239e [2021-01-04T20:34:52.964Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:34:52.964Z] ---> Running in 9458aab1b66f [2021-01-04T20:34:52.964Z] ---> Running in dea48a304167 [2021-01-04T20:34:53.228Z] ---> Running in bc0b3adb8f4e [2021-01-04T20:34:53.491Z] Removing intermediate container 01c3be39e1e6 [2021-01-04T20:34:53.491Z] ---> 9f08b3b6fa15 [2021-01-04T20:34:53.491Z] Step 23/24 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:34:53.491Z] Removing intermediate container 9458aab1b66f [2021-01-04T20:34:53.491Z] ---> eefb0034b1b3 [2021-01-04T20:34:53.491Z] Step 20/21 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:34:53.491Z] ---> Running in f56382acadc3 [2021-01-04T20:34:53.491Z] ---> Running in 46fc45d57af6 [2021-01-04T20:34:53.762Z] Removing intermediate container bc0b3adb8f4e [2021-01-04T20:34:53.762Z] ---> b0a00a2ed161 [2021-01-04T20:34:53.762Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:34:53.762Z] ---> Running in e4425c9b2de8 [2021-01-04T20:34:53.762Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:54.026Z] Removing intermediate container f56382acadc3 [2021-01-04T20:34:54.026Z] ---> bd75c810c4f6 [2021-01-04T20:34:54.026Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:34:54.026Z] Removing intermediate container 46fc45d57af6 [2021-01-04T20:34:54.026Z] ---> c1563bb4e789 [2021-01-04T20:34:54.026Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:34:54.295Z] ---> Running in 97e4692db34a [2021-01-04T20:34:54.295Z] ---> Running in bdad157cce15 [2021-01-04T20:34:54.295Z] Removing intermediate container e4425c9b2de8 [2021-01-04T20:34:54.295Z] ---> 76ddaa05828c [2021-01-04T20:34:54.295Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:34:54.562Z] Removing intermediate container 97e4692db34a [2021-01-04T20:34:54.562Z] ---> f42962bd74fc [2021-01-04T20:34:54.562Z] [2021-01-04T20:34:54.562Z] Removing intermediate container bdad157cce15 [2021-01-04T20:34:54.562Z] ---> 3febd9f0c256 [2021-01-04T20:34:54.562Z] [2021-01-04T20:34:54.562Z] Removing intermediate container 3746c3266da9 [2021-01-04T20:34:54.562Z] ---> 494811b0b5d9 [2021-01-04T20:34:54.562Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:34:54.562Z] Successfully built f42962bd74fc [2021-01-04T20:34:54.562Z] Successfully tagged docker-support-notifications-go:latest [2021-01-04T20:34:54.562Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-04T20:34:54.835Z] Successfully built 3febd9f0c256 [2021-01-04T20:34:54.835Z] ---> Running in 301b84e16657 [2021-01-04T20:34:54.835Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-04T20:34:54.835Z] Building docker-core-data-go [2021-01-04T20:34:54.835Z]  Building docker-security-proxy-setup-go ... done  ---> 905f39975eb3 [2021-01-04T20:34:54.835Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:34:54.835Z] Removing intermediate container 301b84e16657 [2021-01-04T20:34:54.835Z] ---> 1deac3fcc695 [2021-01-04T20:34:54.835Z] Step 22/24 : LABEL arch=x86_64 [2021-01-04T20:34:55.098Z] ---> Running in 3cc632936d0e [2021-01-04T20:34:55.098Z] ---> a4c29fe33ca0 [2021-01-04T20:34:55.098Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:34:55.098Z] Removing intermediate container 3cc632936d0e [2021-01-04T20:34:55.098Z] ---> 64f1b777d1eb [2021-01-04T20:34:55.098Z] Step 23/24 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:34:55.372Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:34:55.372Z] ---> Running in 2c9d70d36e48 [2021-01-04T20:34:55.946Z] ---> 386b3bdb12a0 [2021-01-04T20:34:55.946Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:34:58.510Z] ---> Running in d4b76259d2be [2021-01-04T20:34:58.510Z] Removing intermediate container 2c9d70d36e48 [2021-01-04T20:34:58.510Z] ---> 07c253ec17d1 [2021-01-04T20:34:58.510Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:34:58.510Z] OK: 233 MiB in 51 packages [2021-01-04T20:35:01.076Z] ---> Running in 8c776905eaf0 [2021-01-04T20:35:01.381Z] Removing intermediate container 8c776905eaf0 [2021-01-04T20:35:01.381Z] ---> 0ff7e6c49446 [2021-01-04T20:35:01.381Z] [2021-01-04T20:35:01.662Z] Successfully built 0ff7e6c49446 [2021-01-04T20:35:04.234Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-04T20:35:04.234Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:35:04.517Z]  Building docker-security-secretstore-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:35:04.788Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:35:05.058Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:35:05.058Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:35:05.058Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:35:05.058Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:35:05.641Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:35:05.641Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:35:05.913Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:35:08.653Z] Removing intermediate container dea48a304167 [2021-01-04T20:35:08.653Z] ---> e8ed4cd84466 [2021-01-04T20:35:08.653Z] Step 6/22 : COPY go.mod . [2021-01-04T20:35:12.982Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:35:12.982Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:35:12.982Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:35:12.982Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:35:13.212Z] gofmt -l . [2021-01-04T20:35:13.212Z] [ "`gofmt -l .`" = "" ] [2021-01-04T20:35:13.557Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:35:13.802Z] ./bin/test-go-mod-tidy.sh [2021-01-04T20:35:13.820Z] ---> 1f48977e752e [2021-01-04T20:35:13.820Z] Step 7/22 : RUN go mod download [2021-01-04T20:35:13.820Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:35:13.820Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:35:14.393Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:35:14.654Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:35:14.782Z] ./bin/test-attribution-txt.sh [2021-01-04T20:35:15.235Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:35:15.815Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:35:15.815Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:35:16.391Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:35:16.975Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:35:16.975Z] ---> Running in dbbefa566d61 [2021-01-04T20:35:16.975Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:35:16.975Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:35:17.238Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:35:17.238Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:35:17.238Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:35:17.238Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:35:17.238Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:35:17.238Z] ---> 7f817e474f43 [2021-01-04T20:35:17.238Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T20:35:17.238Z] ---> Using cache [2021-01-04T20:35:17.238Z] ---> 5a162740ef4e [2021-01-04T20:35:17.238Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:35:17.238Z] ---> Using cache [2021-01-04T20:35:17.238Z] ---> 50144675b101 [2021-01-04T20:35:17.238Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T20:35:17.238Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:35:17.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:35:17.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:35:17.501Z] ---> 7f817e474f43 [2021-01-04T20:35:17.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:35:17.501Z] ---> Using cache [2021-01-04T20:35:17.501Z] ---> 5a162740ef4e [2021-01-04T20:35:17.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:35:17.501Z] ---> Using cache [2021-01-04T20:35:17.501Z] ---> 50144675b101 [2021-01-04T20:35:17.501Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:35:17.501Z] ---> Using cache [2021-01-04T20:35:17.501Z] ---> e8ed4cd84466 [2021-01-04T20:35:17.501Z] Step 6/22 : COPY go.mod . [2021-01-04T20:35:17.501Z] ---> Using cache [2021-01-04T20:35:17.501Z] ---> 1f48977e752e [2021-01-04T20:35:17.501Z] Step 7/22 : RUN go mod download [2021-01-04T20:35:17.763Z] (28/33) Installing py3-pep517 (0.8.2-r0) [Pipeline] sh [2021-01-04T20:35:18.335Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:35:18.335Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:35:18.605Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:35:18.605Z] ---> Running in 9d9a2a110738 [2021-01-04T20:35:18.605Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:35:18.605Z] ---> Running in 02f6d6817d69 [2021-01-04T20:35:18.605Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:35:18.823Z] + ls -al . [2021-01-04T20:35:18.823Z] total 664 [2021-01-04T20:35:18.823Z] drwxrwxr-x 9 1001 1001 4096 Jan 4 20:35 . [2021-01-04T20:35:18.823Z] drwxr-xr-x 4 root root 4096 Jan 4 20:31 .. [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 11 Jan 4 20:29 .dockerignore [2021-01-04T20:35:18.823Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 20:30 .git [2021-01-04T20:35:18.823Z] drwxrwxr-x 3 1001 1001 4096 Jan 4 20:29 .github [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 824 Jan 4 20:29 .gitignore [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 166 Jan 4 20:29 .sonarcloud.properties [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 3804 Jan 4 20:29 CONTRIBUTING.md [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 931 Jan 4 20:29 Dockerfile.build [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 863 Jan 4 20:29 Jenkinsfile [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 10775 Jan 4 20:29 LICENSE [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 5750 Jan 4 20:29 Makefile [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 6511 Jan 4 20:29 README.md [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 6744 Jan 4 20:29 SECURITY.md [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 5 Jan 4 20:29 VERSION [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 4131 Jan 4 20:29 ZMQWindows.md [2021-01-04T20:35:18.823Z] drwxrwxr-x 2 1001 1001 4096 Jan 4 20:29 bin [2021-01-04T20:35:18.823Z] drwxrwxr-x 14 1001 1001 4096 Jan 4 20:29 cmd [2021-01-04T20:35:18.823Z] -rw-r--r-- 1 root root 538204 Jan 4 20:34 coverage.out [2021-01-04T20:35:18.823Z] -rw-r--r-- 1 root root 979 Jan 4 20:35 go.mod [2021-01-04T20:35:18.823Z] -rw-r--r-- 1 root root 18934 Jan 4 20:35 go.sum [2021-01-04T20:35:18.823Z] drwxrwxr-x 8 1001 1001 4096 Jan 4 20:29 internal [2021-01-04T20:35:18.823Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 20:29 openapi [2021-01-04T20:35:18.823Z] drwxrwxr-x 4 1001 1001 4096 Jan 4 20:29 snap [2021-01-04T20:35:18.823Z] -rw-rw-r-- 1 1001 1001 168 Jan 4 20:29 version.go [Pipeline] sh [2021-01-04T20:35:18.872Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:35:18.872Z] OK: 71 MiB in 55 packages [2021-01-04T20:35:19.472Z] + '[' -e coverage.out ] [2021-01-04T20:35:19.472Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-04T20:35:19.494Z] Warning: overwriting stash ‘coverage-report’ [2021-01-04T20:35:20.692Z] Stashed 1 file(s) [Pipeline] sh [2021-01-04T20:35:20.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:35:21.351Z] + make build [2021-01-04T20:35:21.351Z] 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-04T20:35:22.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:35:23.325Z] Removing intermediate container dbbefa566d61 [2021-01-04T20:35:23.325Z] ---> 9a187bae0ebc [2021-01-04T20:35:23.325Z] Step 8/22 : COPY . . [2021-01-04T20:35:24.305Z] Removing intermediate container 02f6d6817d69 [2021-01-04T20:35:24.305Z] ---> e95718f43f98 [2021-01-04T20:35:24.305Z] Step 8/22 : COPY . . [2021-01-04T20:35:24.305Z] OK: 233 MiB in 51 packages [2021-01-04T20:35:26.882Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:35:26.882Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:35:26.882Z] ---> 7f817e474f43 [2021-01-04T20:35:26.882Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:35:26.882Z] ---> Using cache [2021-01-04T20:35:26.882Z] ---> 5a162740ef4e [2021-01-04T20:35:26.882Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:35:26.882Z] ---> Using cache [2021-01-04T20:35:26.882Z] ---> 50144675b101 [2021-01-04T20:35:26.882Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:35:26.882Z] ---> Using cache [2021-01-04T20:35:26.882Z] ---> e8ed4cd84466 [2021-01-04T20:35:26.882Z] Step 6/22 : COPY go.mod . [2021-01-04T20:35:26.882Z] ---> Using cache [2021-01-04T20:35:26.882Z] ---> 1f48977e752e [2021-01-04T20:35:26.882Z] Step 7/22 : RUN go mod download [2021-01-04T20:35:26.882Z] ---> Using cache [2021-01-04T20:35:26.882Z] ---> e95718f43f98 [2021-01-04T20:35:26.882Z] Step 8/22 : COPY . . [2021-01-04T20:35:31.505Z] 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-04T20:35:39.411Z] Removing intermediate container 9d9a2a110738 [2021-01-04T20:35:39.411Z] ---> 96486eb28c64 [2021-01-04T20:35:39.411Z] Step 6/23 : COPY go.mod . [2021-01-04T20:35:46.069Z] ---> 50899c360935 [2021-01-04T20:35:46.069Z] Step 7/23 : RUN go mod download [2021-01-04T20:35:50.308Z] ---> Running in e2d4da3697f3 [2021-01-04T20:35:53.683Z] 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-04T20:35:58.018Z] Removing intermediate container d4b76259d2be [2021-01-04T20:35:58.018Z] ---> e9bbd605c78b [2021-01-04T20:35:58.018Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T20:35:58.018Z] ---> Running in 616b2601f1cc [2021-01-04T20:35:58.018Z] ---> 6023479e0f11 [2021-01-04T20:35:58.018Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:35:58.018Z] ---> 050d54276f64 [2021-01-04T20:35:58.018Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:35:58.018Z] ---> acaad7757b52 [2021-01-04T20:35:58.018Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T20:35:58.018Z] ---> Running in eda0a29830ff [2021-01-04T20:35:58.286Z] ---> Running in 2815ab716b62 [2021-01-04T20:35:58.286Z] ---> Running in a31690ae009d [2021-01-04T20:35:58.286Z] Removing intermediate container e2d4da3697f3 [2021-01-04T20:35:58.286Z] ---> d421e305a33c [2021-01-04T20:35:58.286Z] Step 8/23 : COPY . . [2021-01-04T20:35:58.872Z] 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-04T20:35:58.938Z] 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-04T20:35:59.144Z] 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-04T20:35:59.144Z] 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-04T20:36:03.293Z] 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-04T20:36:04.272Z] 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-04T20:36:05.837Z] Collecting docker-compose==1.23.2 [2021-01-04T20:36:05.837Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T20:36:05.837Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T20:36:05.837Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T20:36:05.837Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T20:36:05.837Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T20:36:07.768Z] 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-04T20:36:08.041Z] Collecting PyYAML<4,>=3.10 [2021-01-04T20:36:08.041Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T20:36:08.599Z] 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-04T20:36:12.319Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T20:36:12.319Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T20:36:12.583Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T20:36:12.583Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T20:36:12.904Z] 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-04T20:36:14.037Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T20:36:14.037Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T20:36:14.653Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T20:36:14.931Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T20:36:14.931Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T20:36:14.931Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T20:36:15.935Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T20:36:15.935Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T20:36:16.218Z] Collecting idna<2.8,>=2.5 [2021-01-04T20:36:16.218Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T20:36:16.275Z] 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-04T20:36:16.541Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T20:36:16.541Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T20:36:16.541Z] 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-04T20:36:16.541Z] 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-04T20:36:17.123Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T20:36:17.123Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T20:36:17.123Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T20:36:17.123Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T20:36:17.123Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T20:36:17.123Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T20:36:17.123Z] Installing collected packages: jsonschema, texttable, PyYAML, idna, urllib3, requests, docopt, dockerpty, cached-property, websocket-client, docker-pycreds, docker, docker-compose [2021-01-04T20:36:17.398Z] Running setup.py install for texttable: started [2021-01-04T20:36:18.372Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T20:36:18.372Z] Running setup.py install for PyYAML: started [2021-01-04T20:36:19.808Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T20:36:19.808Z] Attempting uninstall: idna [2021-01-04T20:36:19.808Z] Found existing installation: idna 2.9 [2021-01-04T20:36:19.808Z] Uninstalling idna-2.9: [2021-01-04T20:36:19.808Z] ---> 40ea87f8b40c [2021-01-04T20:36:19.808Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T20:36:19.808Z] Successfully uninstalled idna-2.9 [2021-01-04T20:36:20.097Z] Attempting uninstall: urllib3 [2021-01-04T20:36:20.097Z] Found existing installation: urllib3 1.25.9 [2021-01-04T20:36:20.097Z] Uninstalling urllib3-1.25.9: [2021-01-04T20:36:20.097Z] ---> Running in 66086943cef7 [2021-01-04T20:36:20.371Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T20:36:20.646Z] Attempting uninstall: requests [2021-01-04T20:36:20.646Z] Found existing installation: requests 2.23.0 [2021-01-04T20:36:20.646Z] Uninstalling requests-2.23.0: [2021-01-04T20:36:20.646Z] Successfully uninstalled requests-2.23.0 [2021-01-04T20:36:20.922Z] Running setup.py install for docopt: started [2021-01-04T20:36:21.201Z] 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-04T20:36:21.474Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T20:36:21.474Z] Running setup.py install for dockerpty: started [2021-01-04T20:36:21.688Z] 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-04T20:36:22.066Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T20:36:23.064Z] 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-04T20:36:25.069Z] 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-04T20:36:29.428Z] 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-04T20:36:31.345Z] Removing intermediate container 616b2601f1cc [2021-01-04T20:36:31.345Z] ---> 4d70a6100292 [2021-01-04T20:36:31.345Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T20:36:31.345Z] ---> Running in f80d1da4662a [2021-01-04T20:36:31.345Z] Removing intermediate container 2815ab716b62 [2021-01-04T20:36:31.345Z] ---> 32138bf090f0 [2021-01-04T20:36:31.345Z] [2021-01-04T20:36:31.345Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:36:31.345Z] ---> 389fef711851 [2021-01-04T20:36:31.345Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:36:31.345Z] ---> Using cache [2021-01-04T20:36:31.345Z] ---> 11e45512bece [2021-01-04T20:36:31.345Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T20:36:31.345Z] Removing intermediate container eda0a29830ff [2021-01-04T20:36:31.345Z] ---> f5a7ef8ca76f [2021-01-04T20:36:31.345Z] [2021-01-04T20:36:31.345Z] Step 10/22 : FROM scratch [2021-01-04T20:36:31.345Z] ---> [2021-01-04T20:36:31.345Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:36:32.778Z] ---> Running in 12ce9fc88a69 [Pipeline] } [2021-01-04T20:36:32.837Z] $ docker stop --time=1 782df9d57fbfd2cf4a8f09bf24de540e290cb30f1d704a84fc19ed697dd699d3 [2021-01-04T20:36:33.061Z] ---> Using cache [2021-01-04T20:36:33.061Z] ---> 2ab466ab5bd4 [2021-01-04T20:36:33.061Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:36:33.339Z] ---> Running in da50c2037f9b [2021-01-04T20:36:33.339Z] Removing intermediate container 12ce9fc88a69 [2021-01-04T20:36:33.339Z] ---> 0fefcb07c5f9 [2021-01-04T20:36:33.339Z] Step 13/22 : WORKDIR / [2021-01-04T20:36:33.339Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:36:33.617Z] ---> Running in d796692ff696 [2021-01-04T20:36:33.617Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:36:33.617Z] Removing intermediate container da50c2037f9b [2021-01-04T20:36:33.617Z] ---> ec3e134ba432 [2021-01-04T20:36:33.617Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:36:33.617Z] ---> Running in f4f4e272b5d4 [2021-01-04T20:36:33.897Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:36:33.897Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T20:36:33.897Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T20:36:33.897Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:36:33.897Z] OK: 72 MiB in 58 packages [2021-01-04T20:36:33.897Z] Removing intermediate container d796692ff696 [2021-01-04T20:36:33.897Z] ---> aa68944f4ae6 [2021-01-04T20:36:33.897Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:36:33.897Z] Removing intermediate container f4f4e272b5d4 [2021-01-04T20:36:33.897Z] ---> 6887234dc7ea [2021-01-04T20:36:33.897Z] Step 14/22 : WORKDIR / [2021-01-04T20:36:33.897Z] ---> Running in f2c3fdba9a98 [2021-01-04T20:36:34.489Z] ---> 92cfa9b5d99c [2021-01-04T20:36:34.489Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:36:34.764Z] Removing intermediate container f2c3fdba9a98 [2021-01-04T20:36:34.764Z] ---> e9d39731f630 [2021-01-04T20:36:34.764Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:36:35.037Z] Removing intermediate container f80d1da4662a [2021-01-04T20:36:35.037Z] ---> 7e501f4002ac [2021-01-04T20:36:35.037Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T20:36:35.202Z] $ docker rm -f 782df9d57fbfd2cf4a8f09bf24de540e290cb30f1d704a84fc19ed697dd699d3 [2021-01-04T20:36:35.314Z] ---> 46b4803d6181 [2021-01-04T20:36:35.314Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:36:35.594Z] ---> Running in 0ca0c6317a6d [2021-01-04T20:36:35.594Z] ---> 3893c2460d4d [2021-01-04T20:36:35.594Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:36:36.197Z] Removing intermediate container 0ca0c6317a6d [2021-01-04T20:36:36.197Z] ---> 8bc533777d85 [2021-01-04T20:36:36.197Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:36:36.985Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:36:36.985Z] [2021-01-04T20:36:36.985Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:36:37.391Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:36:37.391Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-04T20:36:37.391Z] 29e5d40040c1: Pulling fs layer [2021-01-04T20:36:37.391Z] 1ce36da41761: Pulling fs layer [2021-01-04T20:36:37.391Z] 25b303627fd3: Pulling fs layer [2021-01-04T20:36:37.987Z] 29e5d40040c1: Download complete [2021-01-04T20:36:38.261Z] 1ce36da41761: Verifying Checksum [2021-01-04T20:36:38.261Z] 1ce36da41761: Download complete [2021-01-04T20:36:38.469Z] ---> 6543ffb7437c [2021-01-04T20:36:38.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:36:38.469Z] ---> Running in a2588d0045a0 [2021-01-04T20:36:38.469Z] ---> f445db076597 [2021-01-04T20:36:38.469Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:36:38.469Z] Removing intermediate container a31690ae009d [2021-01-04T20:36:38.469Z] ---> 66c2ce4ae882 [2021-01-04T20:36:38.469Z] [2021-01-04T20:36:38.469Z] Step 10/22 : FROM scratch [2021-01-04T20:36:38.469Z] ---> [2021-01-04T20:36:38.469Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:36:38.469Z] ---> Using cache [2021-01-04T20:36:38.469Z] ---> 2ab466ab5bd4 [2021-01-04T20:36:38.469Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T20:36:38.531Z] 29e5d40040c1: Pull complete [2021-01-04T20:36:38.842Z] ---> acb6b4d7596e [2021-01-04T20:36:38.842Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:36:38.842Z] Removing intermediate container a2588d0045a0 [2021-01-04T20:36:38.842Z] ---> 8b32dec7b10b [2021-01-04T20:36:38.842Z] Step 24/26 : LABEL arch=x86_64 [2021-01-04T20:36:38.842Z] ---> Running in 4e5ed7514c48 [2021-01-04T20:36:39.509Z] 1ce36da41761: Pull complete [2021-01-04T20:36:39.779Z] 25b303627fd3: Verifying Checksum [2021-01-04T20:36:39.779Z] 25b303627fd3: Download complete [2021-01-04T20:36:39.867Z] ---> 7071df3467c3 [2021-01-04T20:36:39.867Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:36:39.867Z] ---> Running in 32bff554c0b1 [2021-01-04T20:36:39.867Z] ---> Running in 62e87a8c4f33 [2021-01-04T20:36:39.867Z] Removing intermediate container 4e5ed7514c48 [2021-01-04T20:36:39.867Z] ---> ecf9321d1cc2 [2021-01-04T20:36:39.867Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:36:40.132Z] ---> Running in 166688c4ec8e [2021-01-04T20:36:40.394Z] ---> Running in ca5d43b88a9b [2021-01-04T20:36:40.394Z] Removing intermediate container 62e87a8c4f33 [2021-01-04T20:36:40.394Z] ---> cdc84f36fc47 [2021-01-04T20:36:40.394Z] Step 25/26 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:36:40.661Z] Removing intermediate container 166688c4ec8e [2021-01-04T20:36:40.661Z] ---> c9140cdbfa20 [2021-01-04T20:36:40.661Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:36:40.661Z] ---> Running in 2456e16db93a [2021-01-04T20:36:40.929Z] Removing intermediate container ca5d43b88a9b [2021-01-04T20:36:40.929Z] ---> 5d1ff99f4b24 [2021-01-04T20:36:40.929Z] Step 14/22 : WORKDIR / [2021-01-04T20:36:40.929Z] ---> Running in f1d1ec585428 [2021-01-04T20:36:40.929Z] ---> Running in 80f4ba3602fe [2021-01-04T20:36:40.929Z] Removing intermediate container 2456e16db93a [2021-01-04T20:36:40.929Z] ---> bd653a004b09 [2021-01-04T20:36:40.929Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T20:36:41.195Z] Removing intermediate container f1d1ec585428 [2021-01-04T20:36:41.195Z] ---> 6af05256fa3c [2021-01-04T20:36:41.195Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:36:41.195Z] ---> Running in c5344c929131 [2021-01-04T20:36:41.456Z] ---> Running in 0dc0310ec2cf [2021-01-04T20:36:41.456Z] Removing intermediate container 80f4ba3602fe [2021-01-04T20:36:41.456Z] ---> 9006671a04e5 [2021-01-04T20:36:41.456Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T20:36:41.721Z] Removing intermediate container 32bff554c0b1 [2021-01-04T20:36:41.721Z] ---> 2309b31ae6e6 [2021-01-04T20:36:41.721Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:36:41.721Z] Removing intermediate container c5344c929131 [2021-01-04T20:36:41.721Z] ---> cc85c49d308c [2021-01-04T20:36:41.721Z] [2021-01-04T20:36:41.983Z] Successfully built cc85c49d308c [2021-01-04T20:36:42.252Z] ---> Running in 176e054d082a [2021-01-04T20:36:42.513Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-04T20:36:42.513Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 0dc0310ec2cf [2021-01-04T20:36:42.513Z] ---> 80b43a80e5d3 [2021-01-04T20:36:42.513Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:36:42.513Z] ---> 426dc56664fa [2021-01-04T20:36:42.513Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T20:36:42.778Z] ---> Running in 065a9af7b8b2 [2021-01-04T20:36:44.168Z] Removing intermediate container 176e054d082a [2021-01-04T20:36:44.168Z] ---> d77db99598a8 [2021-01-04T20:36:44.168Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:36:44.436Z] Removing intermediate container 065a9af7b8b2 [2021-01-04T20:36:44.436Z] ---> 1e7a482904c9 [2021-01-04T20:36:44.436Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:36:44.436Z] ---> Running in 81fe956c0ec2 [2021-01-04T20:36:44.436Z] ---> 2c2fa493c366 [2021-01-04T20:36:44.436Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T20:36:44.702Z] ---> Running in 0095912c2c01 [2021-01-04T20:36:44.702Z] Removing intermediate container 81fe956c0ec2 [2021-01-04T20:36:44.702Z] ---> de1c097123ee [2021-01-04T20:36:44.702Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:36:44.969Z] ---> Running in fcce07e02b1b [2021-01-04T20:36:44.969Z] Removing intermediate container 0095912c2c01 [2021-01-04T20:36:44.969Z] ---> 5fcf4cc0cd86 [2021-01-04T20:36:44.969Z] [2021-01-04T20:36:44.969Z] ---> f2a0eef23246 [2021-01-04T20:36:44.969Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T20:36:45.230Z] ---> Running in 457a4760b009 [2021-01-04T20:36:45.230Z] Successfully built 5fcf4cc0cd86 [2021-01-04T20:36:45.230Z] Successfully tagged docker-core-command-go:latest [2021-01-04T20:36:45.230Z]  Building docker-core-command-go ... done Removing intermediate container fcce07e02b1b [2021-01-04T20:36:45.230Z] ---> 9b2b8664fec6 [2021-01-04T20:36:45.230Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:36:47.149Z] ---> Running in 71dc81cae60c [2021-01-04T20:36:47.149Z] Removing intermediate container 457a4760b009 [2021-01-04T20:36:47.149Z] ---> d5ca858c7d4c [2021-01-04T20:36:47.149Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:36:47.149Z] ---> Running in 1dd47b6c86d8 [2021-01-04T20:36:47.149Z] Removing intermediate container 66086943cef7 [2021-01-04T20:36:47.149Z] ---> 9bcdc89ce021 [2021-01-04T20:36:47.149Z] [2021-01-04T20:36:47.149Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T20:36:47.149Z] ---> 389fef711851 [2021-01-04T20:36:47.149Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:36:47.149Z] ---> Running in 1ad12b3ac270 [2021-01-04T20:36:47.149Z] Removing intermediate container 71dc81cae60c [2021-01-04T20:36:47.149Z] ---> e0579054955d [2021-01-04T20:36:47.149Z] [2021-01-04T20:36:47.411Z] Removing intermediate container 1dd47b6c86d8 [2021-01-04T20:36:47.411Z] ---> 5cb82f695446 [2021-01-04T20:36:47.411Z] Step 20/22 : LABEL arch=x86_64 [2021-01-04T20:36:47.411Z] Successfully built e0579054955d [2021-01-04T20:36:47.411Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-04T20:36:47.411Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 1ad12b3ac270 [2021-01-04T20:36:47.411Z] ---> 38e1e4ea3925 [2021-01-04T20:36:47.411Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T20:36:47.411Z] ---> Running in 9cf776cf7623 [2021-01-04T20:36:47.675Z] ---> Running in 22c505ae0290 [2021-01-04T20:36:47.675Z] Removing intermediate container 9cf776cf7623 [2021-01-04T20:36:47.675Z] ---> 9b8d9a710cd9 [2021-01-04T20:36:47.675Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:36:47.675Z] ---> Running in 6fcebedfcd4d [2021-01-04T20:36:47.936Z] Removing intermediate container 22c505ae0290 [2021-01-04T20:36:47.936Z] ---> 9bee5562f4bb [2021-01-04T20:36:47.936Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T20:36:47.936Z] ---> Running in 6a936f2a2c30 [2021-01-04T20:36:47.936Z] Removing intermediate container 6fcebedfcd4d [2021-01-04T20:36:47.936Z] ---> a39534e27be5 [2021-01-04T20:36:47.936Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:36:48.198Z] ---> Running in 41d0775b87bd [2021-01-04T20:36:48.198Z] Removing intermediate container 6a936f2a2c30 [2021-01-04T20:36:48.198Z] ---> 3714c3b6ed9e [2021-01-04T20:36:48.198Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:36:48.198Z] ---> Running in 8e3fc9d231c9 [2021-01-04T20:36:48.459Z] Removing intermediate container 41d0775b87bd [2021-01-04T20:36:48.459Z] ---> 88f583cd5385 [2021-01-04T20:36:48.459Z] [2021-01-04T20:36:48.459Z] Successfully built 88f583cd5385 [2021-01-04T20:36:48.459Z] Successfully tagged docker-core-metadata-go:latest [2021-01-04T20:36:49.844Z]  Building docker-core-metadata-go ... done Removing intermediate container 8e3fc9d231c9 [2021-01-04T20:36:49.844Z] ---> 03bcb26d54ea [2021-01-04T20:36:49.844Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T20:36:49.844Z] ---> Running in 0f83673dad15 [2021-01-04T20:36:49.899Z] 25b303627fd3: Pull complete [2021-01-04T20:36:49.899Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-04T20:36:49.899Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:36:49.899Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-04T20:36:50.132Z] prd-ubuntu18.04-docker-arm64-4c-16g-18270 does not seem to be running inside a container [2021-01-04T20:36:50.213Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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-04T20:36:50.420Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T20:36:51.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T20:36:52.766Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T20:36:52.766Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T20:36:52.766Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T20:36:53.339Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T20:36:53.488Z] $ docker top 3627c7652875f1061279b4f7f512be91247b1d5aa71de319c64b4c7d03615851 -eo pid,comm [2021-01-04T20:36:53.600Z] (5/5) Installing zeromq (4.3.3-r0) [Pipeline] { [Pipeline] sh [2021-01-04T20:36:53.860Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:36:53.860Z] OK: 8 MiB in 19 packages [2021-01-04T20:36:54.123Z] Removing intermediate container 0f83673dad15 [2021-01-04T20:36:54.123Z] ---> 144e908b0a62 [2021-01-04T20:36:54.123Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T20:36:54.385Z] ---> e23eb1c6f32e [2021-01-04T20:36:54.385Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T20:36:54.462Z] + docker-compose build --help [2021-01-04T20:36:54.462Z] + grep parallel [2021-01-04T20:36:54.958Z] ---> bc4599575e9c [2021-01-04T20:36:54.958Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T20:36:55.220Z] ---> 1fcd7f5b3f5b [2021-01-04T20:36:55.220Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T20:36:55.483Z] ---> Running in 909a29436c39 [2021-01-04T20:36:55.483Z] Removing intermediate container 909a29436c39 [2021-01-04T20:36:55.483Z] ---> 20a088f14678 [2021-01-04T20:36:55.483Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:36:55.483Z] ---> Running in 198042e65a5a [2021-01-04T20:36:55.744Z] Removing intermediate container 198042e65a5a [2021-01-04T20:36:55.744Z] ---> a8a36a2950ed [2021-01-04T20:36:55.744Z] Step 21/23 : LABEL arch=x86_64 [2021-01-04T20:36:55.744Z] ---> Running in f30d0ed7a834 [2021-01-04T20:36:56.006Z] Removing intermediate container f30d0ed7a834 [2021-01-04T20:36:56.006Z] ---> b847341896d7 [2021-01-04T20:36:56.006Z] Step 22/23 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:36:56.006Z] ---> Running in a7dc0d5d478e [2021-01-04T20:36:56.268Z] Removing intermediate container a7dc0d5d478e [2021-01-04T20:36:56.268Z] ---> 7a16eb7460b8 [2021-01-04T20:36:56.268Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T20:36:56.268Z] ---> Running in 47cfd36c71e8 [2021-01-04T20:36:56.530Z] Removing intermediate container 47cfd36c71e8 [2021-01-04T20:36:56.530Z] ---> f44d1ce5974c [2021-01-04T20:36:56.530Z] [2021-01-04T20:36:56.530Z] Successfully built f44d1ce5974c [2021-01-04T20:36:56.530Z] Successfully tagged docker-core-data-go:latest [2021-01-04T20:36:56.802Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T20:36:56.837Z] $ docker stop --time=1 16eaa1fbcf1e12c00b5fe8b8116afcfcb2c7d811343f9b8ca5a2b56a0a500703 [2021-01-04T20:36:57.852Z] --parallel Build images in parallel. [2021-01-04T20:36:58.481Z] $ docker rm -f 16eaa1fbcf1e12c00b5fe8b8116afcfcb2c7d811343f9b8ca5a2b56a0a500703 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } [2021-01-04T20:36:58.694Z] $ docker stop --time=1 3627c7652875f1061279b4f7f512be91247b1d5aa71de319c64b4c7d03615851 [2021-01-04T20:36:58.944Z] + docker images [2021-01-04T20:36:58.944Z] + grep docker [2021-01-04T20:36:58.944Z] docker-core-data-go latest f44d1ce5974c 2 seconds ago 22.2MB [2021-01-04T20:36:58.944Z] docker-core-metadata-go latest 88f583cd5385 10 seconds ago 13MB [2021-01-04T20:36:58.944Z] docker-security-bootstrap-redis-go latest e0579054955d 11 seconds ago 15.8MB [2021-01-04T20:36:58.944Z] docker-core-command-go latest 5fcf4cc0cd86 14 seconds ago 10.6MB [2021-01-04T20:36:58.944Z] docker-sys-mgmt-agent-go latest cc85c49d308c 17 seconds ago 313MB [2021-01-04T20:36:58.944Z] docker-security-secretstore-setup-go latest 0ff7e6c49446 About a minute ago 24.6MB [2021-01-04T20:36:58.944Z] docker-support-notifications-go latest f42962bd74fc 2 minutes ago 12MB [2021-01-04T20:36:58.944Z] docker-security-proxy-setup-go latest 3febd9f0c256 2 minutes ago 24.5MB [2021-01-04T20:36:58.944Z] docker-support-scheduler-go latest c7553b8f5bea 2 minutes ago 10.7MB [2021-01-04T20:36:58.944Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [2021-01-04T20:37:00.624Z] $ docker rm -f 3627c7652875f1061279b4f7f512be91247b1d5aa71de319c64b4c7d03615851 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] isUnix [Pipeline] sh [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [2021-01-04T20:37:01.988Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-04T20:37:01.988Z] . [Pipeline] withDockerContainer [2021-01-04T20:37:02.232Z] prd-ubuntu18.04-docker-arm64-4c-16g-18270 does not seem to be running inside a container [2021-01-04T20:37:02.315Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-04T20:37:03.800Z] $ docker top 88244518fa9e26c661c530ff6fd065d9bc3afa1480bbe7f3fc93654c0eaaaad1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] node [2021-01-04T20:37:04.814Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-04T20:37:09.133Z] Building docker-core-command-go ... [2021-01-04T20:37:09.133Z] Building docker-core-data-go ... [2021-01-04T20:37:09.133Z] Building docker-core-metadata-go ... [2021-01-04T20:37:09.133Z] Building docker-security-bootstrap-redis-go ... [2021-01-04T20:37:09.133Z] Building docker-security-proxy-setup-go ... [2021-01-04T20:37:09.133Z] Building docker-security-secretstore-setup-go ... [2021-01-04T20:37:09.133Z] Building docker-support-notifications-go ... [2021-01-04T20:37:09.133Z] Building docker-support-scheduler-go ... [2021-01-04T20:37:09.133Z] Building docker-sys-mgmt-agent-go ... [2021-01-04T20:37:09.133Z] Building docker-support-notifications-go [2021-01-04T20:37:09.133Z] Building docker-support-scheduler-go [2021-01-04T20:37:09.133Z] Building docker-sys-mgmt-agent-go [2021-01-04T20:37:09.133Z] Building docker-security-secretstore-setup-go [2021-01-04T20:37:09.133Z] Building docker-security-proxy-setup-go [2021-01-04T20:37:19.297Z] Still waiting to schedule task [2021-01-04T20:37:19.297Z] ‘prd-ubuntu18.04-docker-8c-8g-18274’ is offline [2021-01-04T20:38:16.543Z] Running on prd-ubuntu18.04-docker-8c-8g-18277 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws [2021-01-04T20:38:16.605Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-04T20:38:17.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:38:17.148Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:38:17.148Z] ---> 65b801ece7ad [2021-01-04T20:38:17.148Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:38:17.148Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:38:17.148Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:38:17.148Z] ---> 65b801ece7ad [2021-01-04T20:38:17.148Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:38:17.148Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:38:17.148Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:38:17.148Z] ---> 65b801ece7ad [2021-01-04T20:38:17.148Z] Step 3/26 : WORKDIR /edgex-go [2021-01-04T20:38:17.148Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:38:17.148Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:38:17.148Z] ---> 65b801ece7ad [2021-01-04T20:38:17.148Z] Step 3/24 : WORKDIR /edgex-go [2021-01-04T20:38:17.148Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:38:17.148Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:38:17.148Z] ---> 65b801ece7ad [2021-01-04T20:38:17.148Z] Step 3/21 : WORKDIR /edgex-go [2021-01-04T20:38:18.800Z] using credential edgex-jenkins-ssh [2021-01-04T20:38:18.853Z] Cloning the remote Git repository [2021-01-04T20:38:18.884Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:38:18.955Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-04T20:38:18.982Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:38:18.982Z] > git --version # timeout=10 [2021-01-04T20:38:18.987Z] > git --version # 'git version 2.17.1' [2021-01-04T20:38:18.988Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:38:19.012Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:38:19.130Z] ---> Running in 51056148cdc0 [2021-01-04T20:38:19.130Z] ---> Running in 4821d06e4e1b [2021-01-04T20:38:19.130Z] ---> Running in b0593d9dffa1 [2021-01-04T20:38:19.130Z] ---> Running in 10465f7c7262 [2021-01-04T20:38:19.130Z] ---> Running in dcbb23eaac16 [2021-01-04T20:38:20.129Z] Removing intermediate container 10465f7c7262 [2021-01-04T20:38:20.129Z] ---> 92631772757c [2021-01-04T20:38:20.129Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:38:20.129Z] Removing intermediate container b0593d9dffa1 [2021-01-04T20:38:20.129Z] ---> 0ef1dee532c5 [2021-01-04T20:38:20.129Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:38:20.129Z] Removing intermediate container 4821d06e4e1b [2021-01-04T20:38:20.129Z] ---> ec887d777dc5 [2021-01-04T20:38:20.129Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:38:20.129Z] Removing intermediate container dcbb23eaac16 [2021-01-04T20:38:20.129Z] ---> 0c441af678a2 [2021-01-04T20:38:20.129Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:38:20.129Z] Removing intermediate container 51056148cdc0 [2021-01-04T20:38:20.129Z] ---> b2ff8d44b748 [2021-01-04T20:38:20.129Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:38:20.129Z] ---> Running in 374ed5eb8981 [2021-01-04T20:38:20.129Z] ---> Running in 7918404c1873 [2021-01-04T20:38:20.403Z] ---> Running in 1ee4641a8ce6 [2021-01-04T20:38:20.403Z] ---> Running in 6179966b9dbc [2021-01-04T20:38:20.403Z] ---> Running in 71494d626931 [2021-01-04T20:38:24.759Z] Removing intermediate container 7918404c1873 [2021-01-04T20:38:24.759Z] ---> 814f2e31f91c [2021-01-04T20:38:24.759Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-04T20:38:24.759Z] ---> Running in e472913c4909 [2021-01-04T20:38:24.759Z] Removing intermediate container 6179966b9dbc [2021-01-04T20:38:24.759Z] ---> 1d1b5b743dfa [2021-01-04T20:38:24.759Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-04T20:38:24.759Z] ---> Running in d35712890952 [2021-01-04T20:38:24.759Z] Removing intermediate container 374ed5eb8981 [2021-01-04T20:38:24.759Z] ---> ec0f4bb8185a [2021-01-04T20:38:24.759Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:38:25.032Z] Removing intermediate container 1ee4641a8ce6 [2021-01-04T20:38:25.032Z] ---> 8c5b42ba67e1 [2021-01-04T20:38:25.032Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-04T20:38:25.032Z] Removing intermediate container 71494d626931 [2021-01-04T20:38:25.032Z] ---> fd655fbd25db [2021-01-04T20:38:25.032Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-04T20:38:25.032Z] ---> Running in 1b8d2c3f907d [2021-01-04T20:38:24.738Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:38:24.745Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T20:38:24.761Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-04T20:38:24.773Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-04T20:38:24.773Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:38:24.777Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T20:38:25.306Z] ---> Running in 1a5e3ab07450 [2021-01-04T20:38:25.306Z] ---> Running in d7ee5171ff06 [2021-01-04T20:38:25.313Z] Merging remotes/origin/master commit 4d95f7d65f4987945674515d14eb4d3460a02321 into PR head commit e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:38:25.466Z] Merge succeeded, producing e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:38:25.466Z] Checking out Revision e6008164d5483cb3bc228551234e5525a4d149b3 (PR-2966) [2021-01-04T20:38:25.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:25.325Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:38:25.329Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-04T20:38:25.440Z] > git remote # timeout=10 [2021-01-04T20:38:25.448Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T20:38:25.452Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T20:38:25.456Z] > git merge 4d95f7d65f4987945674515d14eb4d3460a02321 # timeout=10 [2021-01-04T20:38:25.465Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T20:38:25.473Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T20:38:25.477Z] > git checkout -f e6008164d5483cb3bc228551234e5525a4d149b3 # timeout=10 [2021-01-04T20:38:26.526Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:26.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:27.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:27.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:27.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:27.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:27.945Z] OK: 217 MiB in 51 packages [2021-01-04T20:38:27.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:28.220Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:28.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:38:28.782Z] OK: 217 MiB in 51 packages [2021-01-04T20:38:29.099Z] Commit message: "Merge branch 'master' into issue-2965" [2021-01-04T20:38:29.397Z] OK: 217 MiB in 51 packages [2021-01-04T20:38:29.397Z] OK: 217 MiB in 51 packages [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:38:29.673Z] Removing intermediate container e472913c4909 [2021-01-04T20:38:29.673Z] ---> 07fb61f08ae2 [2021-01-04T20:38:29.673Z] Step 6/24 : COPY go.mod . [2021-01-04T20:38:30.193Z] + echo snap-build.sh [2021-01-04T20:38:30.193Z] snap-build.sh [2021-01-04T20:38:30.193Z] + SNAP_BASE_DIR=. [2021-01-04T20:38:30.193Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-04T20:38:30.193Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-04T20:38:30.193Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-04T20:38:30.193Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-04T20:38:30.193Z] + cd /w/workspace/edgex-go/8 [2021-01-04T20:38:30.193Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-04T20:38:30.193Z] Reading package lists... [2021-01-04T20:38:30.308Z] OK: 217 MiB in 51 packages [2021-01-04T20:38:30.308Z] Removing intermediate container d35712890952 [2021-01-04T20:38:30.308Z] ---> 681c7111a8ea [2021-01-04T20:38:30.308Z] Step 6/24 : COPY go.mod . [2021-01-04T20:38:30.454Z] Building dependency tree... [2021-01-04T20:38:30.455Z] Reading state information... [2021-01-04T20:38:30.716Z] The following packages were automatically installed and are no longer required: [2021-01-04T20:38:30.716Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-04T20:38:30.716Z] uidmap xdelta3 [2021-01-04T20:38:30.716Z] Use 'sudo apt autoremove' to remove them. [2021-01-04T20:38:30.716Z] The following packages will be REMOVED: [2021-01-04T20:38:30.716Z] lxd* lxd-client* [2021-01-04T20:38:30.914Z] Removing intermediate container 1b8d2c3f907d [2021-01-04T20:38:30.914Z] ---> 5486bea0c82c [2021-01-04T20:38:30.914Z] Step 6/21 : COPY go.mod . [2021-01-04T20:38:31.191Z] ---> 037ceb16f607 [2021-01-04T20:38:31.191Z] Step 7/24 : RUN go mod download [2021-01-04T20:38:31.289Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-04T20:38:31.289Z] After this operation, 31.7 MB disk space will be freed. [2021-01-04T20:38:31.465Z] Removing intermediate container d7ee5171ff06 [2021-01-04T20:38:31.466Z] ---> fd7f8d356abc [2021-01-04T20:38:31.466Z] Step 6/26 : COPY go.mod . [2021-01-04T20:38:31.466Z] ---> 218acd66e615 [2021-01-04T20:38:31.466Z] Step 7/24 : RUN go mod download [2021-01-04T20:38:31.466Z] ---> Running in 3d3f8ef90a8b [2021-01-04T20:38:31.742Z] ---> Running in 222b2d7f37bf [2021-01-04T20:38:32.020Z] ---> 79e08d567535 [2021-01-04T20:38:32.020Z] Step 7/21 : RUN go mod download [2021-01-04T20:38:32.020Z] Removing intermediate container 1a5e3ab07450 [2021-01-04T20:38:32.020Z] ---> dfcf28b19724 [2021-01-04T20:38:32.020Z] Step 6/21 : COPY go.mod . [2021-01-04T20:38:32.302Z] ---> Running in d430e8936fe9 [2021-01-04T20:38:32.344Z] (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-04T20:38:32.344Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T20:38:32.582Z] ---> 1afa7f3de074 [2021-01-04T20:38:32.582Z] Step 7/26 : RUN go mod download [2021-01-04T20:38:32.879Z] ---> Running in c3a3dca16b28 [2021-01-04T20:38:33.292Z] Removing lxd dnsmasq configuration [2021-01-04T20:38:33.555Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T20:38:33.555Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-04T20:38:33.873Z] ---> 866c7971e6e1 [2021-01-04T20:38:33.873Z] Step 7/21 : RUN go mod download [2021-01-04T20:38:33.873Z] ---> Running in 668594c4a9d6 [2021-01-04T20:38:34.506Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-04T20:38:34.769Z] (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-04T20:38:34.769Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-04T20:38:35.880Z] Removing intermediate container 3d3f8ef90a8b [2021-01-04T20:38:35.880Z] ---> 8b6243f94048 [2021-01-04T20:38:35.880Z] Step 8/24 : COPY . . [2021-01-04T20:38:36.179Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-04T20:38:36.444Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-04T20:38:36.489Z] Removing intermediate container 222b2d7f37bf [2021-01-04T20:38:36.489Z] ---> 958e9903de3b [2021-01-04T20:38:36.489Z] Step 8/24 : COPY . . [2021-01-04T20:38:37.092Z] Removing intermediate container d430e8936fe9 [2021-01-04T20:38:37.092Z] ---> c13ef0f7b26f [2021-01-04T20:38:37.092Z] Step 8/21 : COPY . . [2021-01-04T20:38:37.374Z] Removing intermediate container c3a3dca16b28 [2021-01-04T20:38:37.374Z] ---> 8e4f84cc8571 [2021-01-04T20:38:37.374Z] Step 8/26 : COPY . . [2021-01-04T20:38:38.825Z] Removing intermediate container 668594c4a9d6 [2021-01-04T20:38:38.825Z] ---> 4fc11f619da5 [2021-01-04T20:38:38.825Z] Step 8/21 : COPY . . [2021-01-04T20:38:39.005Z] + sudo snap remove --purge lxd [2021-01-04T20:38:39.006Z] snap "lxd" is not installed [2021-01-04T20:38:39.006Z] + sudo groupadd --force --system lxd [2021-01-04T20:38:39.006Z] ++ whoami [2021-01-04T20:38:39.006Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-04T20:38:39.006Z] + newgrp - lxd [2021-01-04T20:38:39.006Z] + sudo snap install lxd [2021-01-04T20:38:47.219Z] 2021-01-04T20:38:44Z INFO Waiting for automatic snapd restart... [2021-01-04T20:39:02.169Z] lxd 4.9 from Canonical* installed [2021-01-04T20:39:02.169Z] + sudo lxd init --auto [2021-01-04T20:39:05.632Z] ---> fe5d6bd052fa [2021-01-04T20:39:05.632Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-04T20:39:05.632Z] ---> b0bd6feddc47 [2021-01-04T20:39:05.632Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-04T20:39:05.632Z] ---> 616c4f10d98f [2021-01-04T20:39:05.632Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-04T20:39:05.632Z] ---> 6c5eb97e010e [2021-01-04T20:39:05.632Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-04T20:39:05.632Z] ---> dba8b2e5596d [2021-01-04T20:39:05.632Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-04T20:39:05.632Z] ---> Running in f1f2edc4c83e [2021-01-04T20:39:05.632Z] ---> Running in d13d38d41475 [2021-01-04T20:39:05.632Z] ---> Running in 4325b0cc3d76 [2021-01-04T20:39:05.632Z] ---> Running in 73d6923fc445 [2021-01-04T20:39:05.632Z] ---> Running in d9f8924624da [2021-01-04T20:39:05.632Z] 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-04T20:39:05.632Z] 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-04T20:39:05.632Z] 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-04T20:39:05.632Z] 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-04T20:39:05.632Z] 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-04T20:39:12.191Z] + sudo snap install --classic snapcraft [2021-01-04T20:39:18.813Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T20:39:18.813Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-04T20:39:18.813Z] + patch --verbose -p1 [2021-01-04T20:39:18.813Z] Hmm... Looks like a unified diff to me... [2021-01-04T20:39:18.813Z] The text leading up to this was: [2021-01-04T20:39:18.813Z] -------------------------- [2021-01-04T20:39:18.813Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-04T20:39:18.813Z] |From: Tony Espy [2021-01-04T20:39:18.813Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-04T20:39:18.813Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-04T20:39:18.813Z] | [2021-01-04T20:39:18.813Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-04T20:39:18.813Z] |optimize the snap CI check run for pull requests. When [2021-01-04T20:39:18.813Z] |applied, it essentially strips out everything (apps and [2021-01-04T20:39:18.813Z] |parts) from the snapcraft.yaml file except those required [2021-01-04T20:39:18.813Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-04T20:39:18.813Z] |catch changes to edgex-go that break the snap build. [2021-01-04T20:39:18.813Z] | [2021-01-04T20:39:18.813Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-04T20:39:18.813Z] |to update this patch file, otherwise it may fail to apply, [2021-01-04T20:39:18.813Z] |resulting in a failed snap build CI check in the associated [2021-01-04T20:39:18.814Z] |pull request. [2021-01-04T20:39:18.814Z] | [2021-01-04T20:39:18.814Z] |Note - in addition to applying this patch, the pipeline also [2021-01-04T20:39:18.814Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-04T20:39:18.814Z] |need to build the finally binary .snap file (and it won't [2021-01-04T20:39:18.814Z] |work with the patch applied). This further reduces the build [2021-01-04T20:39:18.814Z] |time. [2021-01-04T20:39:18.814Z] |--- [2021-01-04T20:39:18.814Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-04T20:39:18.814Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-04T20:39:18.814Z] | [2021-01-04T20:39:18.814Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-04T20:39:18.814Z] |index 1e537489..faf42425 100644 [2021-01-04T20:39:18.814Z] |--- a/snap/snapcraft.yaml [2021-01-04T20:39:18.814Z] |+++ b/snap/snapcraft.yaml [2021-01-04T20:39:18.814Z] -------------------------- [2021-01-04T20:39:18.814Z] patching file snap/snapcraft.yaml [2021-01-04T20:39:18.814Z] Using Plan A... [2021-01-04T20:39:18.814Z] Hunk #1 succeeded at 73. [2021-01-04T20:39:18.814Z] Hunk #2 succeeded at 202. [2021-01-04T20:39:18.814Z] Hunk #3 succeeded at 214. [2021-01-04T20:39:18.814Z] Hunk #4 succeeded at 222. [2021-01-04T20:39:18.814Z] Hunk #5 succeeded at 229. [2021-01-04T20:39:18.814Z] Hunk #6 succeeded at 256. [2021-01-04T20:39:18.814Z] Hunk #7 succeeded at 290. [2021-01-04T20:39:18.814Z] Hunk #8 succeeded at 341. [2021-01-04T20:39:18.814Z] Hmm... Ignoring the trailing garbage. [2021-01-04T20:39:18.814Z] done [2021-01-04T20:39:18.814Z] + sudo snapcraft prime --use-lxd [2021-01-04T20:39:20.741Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-04T20:39:20.741Z] 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-04T20:39:20.741Z] - README.md [2021-01-04T20:39:20.741Z] [2021-01-04T20:39:20.741Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T20:39:21.319Z] Launching a container. [2021-01-04T20:39:36.256Z] Waiting for container to be ready [2021-01-04T20:39:36.256Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-04T20:39:36.256Z] [2021-01-04T20:39:38.814Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-04T20:39:38.814Z] Waiting for network to be ready... [2021-01-04T20:39:39.388Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T20:39:39.388Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T20:39:39.651Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T20:39:39.651Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T20:39:39.913Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T20:39:39.913Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T20:39:40.200Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T20:39:40.200Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T20:39:40.200Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T20:39:40.200Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T20:39:40.200Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T20:39:40.200Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T20:39:40.200Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T20:39:40.200Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T20:39:40.200Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T20:39:40.200Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T20:39:40.200Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T20:39:40.200Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T20:39:40.462Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T20:39:40.727Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T20:39:40.727Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T20:39:40.727Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T20:39:40.727Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T20:39:40.727Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T20:39:40.727Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T20:39:40.727Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T20:39:40.989Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T20:39:45.218Z] Fetched 23.6 MB in 6s (4057 kB/s) [2021-01-04T20:39:46.169Z] Reading package lists... [2021-01-04T20:39:46.691Z] Reading package lists... [2021-01-04T20:39:46.691Z] Building dependency tree... [2021-01-04T20:39:46.691Z] Reading state information... [2021-01-04T20:39:46.952Z] The following additional packages will be installed: [2021-01-04T20:39:46.952Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T20:39:46.952Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T20:39:46.952Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T20:39:46.952Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-04T20:39:46.952Z] Suggested packages: [2021-01-04T20:39:46.952Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-04T20:39:46.952Z] Recommended packages: [2021-01-04T20:39:46.952Z] gnupg libsasl2-modules [2021-01-04T20:39:46.952Z] The following NEW packages will be installed: [2021-01-04T20:39:46.952Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-04T20:39:46.952Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-04T20:39:46.952Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-04T20:39:46.952Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-04T20:39:46.952Z] The following packages will be upgraded: [2021-01-04T20:39:46.952Z] gpg gpg-agent gpgconf libudev1 [2021-01-04T20:39:46.952Z] 4 upgraded, 18 newly installed, 0 to remove and 101 not upgraded. [2021-01-04T20:39:46.952Z] Need to get 3531 kB of archives. [2021-01-04T20:39:46.952Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-04T20:39:46.952Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-04T20:39:47.216Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-04T20:39:47.216Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-04T20:39:47.216Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [14.8 kB] [2021-01-04T20:39:47.216Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.1 [49.2 kB] [2021-01-04T20:39:47.216Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-04T20:39:47.216Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-04T20:39:47.216Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-04T20:39:47.217Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-04T20:39:47.477Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-04T20:39:47.739Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-04T20:39:47.739Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-04T20:39:47.739Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-04T20:39:47.739Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-04T20:39:47.739Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-04T20:39:47.739Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-04T20:39:47.739Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-04T20:39:47.739Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-04T20:39:47.739Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-04T20:39:47.739Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-04T20:39:48.005Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-04T20:39:48.005Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-04T20:39:48.005Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T20:39:48.005Z] Fetched 3531 kB in 1s (3467 kB/s) [2021-01-04T20:39:48.267Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T20:39:48.267Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-04T20:39:48.267Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T20:39:48.267Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-04T20:39:48.528Z] Selecting previously unselected package udev. [2021-01-04T20:39:48.528Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-04T20:39:48.529Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-04T20:39:48.529Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-04T20:39:48.789Z] Selecting previously unselected package libfuse2:amd64. [2021-01-04T20:39:48.789Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T20:39:48.789Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T20:39:49.050Z] Selecting previously unselected package fuse. [2021-01-04T20:39:49.050Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-04T20:39:49.050Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-04T20:39:49.050Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T20:39:49.050Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T20:39:49.050Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T20:39:49.312Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T20:39:49.312Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T20:39:49.312Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T20:39:49.574Z] Selecting previously unselected package libksba8:amd64. [2021-01-04T20:39:49.574Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-04T20:39:49.574Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-04T20:39:49.574Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-04T20:39:49.574Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:49.574Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:49.835Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-04T20:39:49.835Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:49.835Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:49.835Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-04T20:39:49.835Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:49.835Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:49.835Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-04T20:39:49.835Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:49.835Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.097Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-04T20:39:50.097Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:50.097Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.097Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-04T20:39:50.097Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:50.097Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.359Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-04T20:39:50.359Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:50.359Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.359Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-04T20:39:50.359Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:50.359Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.625Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-04T20:39:50.625Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-04T20:39:50.625Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:50.625Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-04T20:39:50.625Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T20:39:50.625Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T20:39:50.625Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-04T20:39:50.625Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb ... [2021-01-04T20:39:50.625Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T20:39:50.888Z] Selecting previously unselected package libldap-common. [2021-01-04T20:39:50.888Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-04T20:39:50.888Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T20:39:50.888Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-04T20:39:50.888Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-04T20:39:50.888Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T20:39:50.888Z] Selecting previously unselected package dirmngr. [2021-01-04T20:39:50.888Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T20:39:50.888Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T20:39:51.149Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T20:39:51.149Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-04T20:39:51.149Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-04T20:39:51.149Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T20:39:51.149Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.1) ... [2021-01-04T20:39:51.149Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-04T20:39:51.410Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:51.410Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-04T20:39:51.410Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T20:39:51.410Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-04T20:39:51.685Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-04T20:39:51.947Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:51.947Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-04T20:39:51.947Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-04T20:39:51.947Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-04T20:39:52.208Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-04T20:39:52.208Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-04T20:39:52.470Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-04T20:39:52.470Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T20:39:53.044Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-04T20:39:53.044Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-04T20:39:53.044Z] This means they are not meant to be enabled using systemctl. [2021-01-04T20:39:53.044Z] Possible reasons for having this kind of units are: [2021-01-04T20:39:53.044Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-04T20:39:53.044Z] .wants/ or .requires/ directory. [2021-01-04T20:39:53.044Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-04T20:39:53.044Z] a requirement dependency on it. [2021-01-04T20:39:53.044Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-04T20:39:53.044Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-04T20:39:53.044Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-04T20:39:53.044Z] instance name specified. [2021-01-04T20:39:53.619Z] Reading package lists... [2021-01-04T20:39:53.881Z] Building dependency tree... [2021-01-04T20:39:53.881Z] Reading state information... [2021-01-04T20:39:53.882Z] The following additional packages will be installed: [2021-01-04T20:39:53.882Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-04T20:39:53.882Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-04T20:39:53.882Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-04T20:39:53.882Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-04T20:39:53.882Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-04T20:39:53.882Z] Suggested packages: [2021-01-04T20:39:53.882Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-04T20:39:53.882Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-04T20:39:53.882Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-04T20:39:53.882Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-04T20:39:53.882Z] systemd-container policykit-1 [2021-01-04T20:39:53.882Z] Recommended packages: [2021-01-04T20:39:53.882Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-04T20:39:53.882Z] The following NEW packages will be installed: [2021-01-04T20:39:53.882Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-04T20:39:53.882Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-04T20:39:53.882Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-04T20:39:53.882Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-04T20:39:53.882Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-04T20:39:53.882Z] The following packages will be upgraded: [2021-01-04T20:39:53.882Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-04T20:39:54.145Z] 5 upgraded, 25 newly installed, 0 to remove and 96 not upgraded. [2021-01-04T20:39:54.145Z] Need to get 35.2 MB of archives. [2021-01-04T20:39:54.145Z] After this operation, 141 MB of additional disk space will be used. [2021-01-04T20:39:54.145Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-04T20:39:54.145Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-04T20:39:54.718Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-04T20:39:54.980Z] 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-04T20:39:54.980Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-04T20:39:54.980Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-04T20:39:54.980Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-04T20:39:54.980Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-04T20:39:54.980Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-04T20:39:54.980Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-04T20:39:54.980Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-04T20:39:54.980Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-04T20:39:54.980Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-04T20:39:54.980Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-04T20:39:54.980Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-04T20:39:54.980Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-04T20:39:55.244Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-04T20:39:55.244Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-04T20:39:55.244Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-04T20:39:55.244Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-04T20:39:55.244Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-04T20:39:55.244Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-04T20:39:55.244Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-04T20:39:55.244Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-04T20:39:55.244Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-04T20:39:55.244Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-04T20:39:55.244Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-04T20:39:55.244Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-04T20:39:55.244Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-04T20:39:55.505Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-04T20:39:56.450Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T20:39:56.450Z] Fetched 35.2 MB in 2s (15.5 MB/s) [2021-01-04T20:39:56.713Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T20:39:56.713Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-04T20:39:56.713Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T20:39:57.662Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-04T20:39:57.662Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T20:39:57.662Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-04T20:39:57.662Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T20:39:57.662Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T20:39:57.663Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T20:39:57.926Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-04T20:39:58.187Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-04T20:39:58.188Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-04T20:39:58.188Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-04T20:39:58.449Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-04T20:39:58.449Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-04T20:39:59.026Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-04T20:39:59.026Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-04T20:39:59.026Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T20:39:59.026Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T20:39:59.290Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-04T20:39:59.290Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T20:39:59.290Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:39:59.552Z] Selecting previously unselected package libexpat1:amd64. [2021-01-04T20:39:59.552Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-04T20:39:59.552Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T20:39:59.813Z] Selecting previously unselected package python3.6-minimal. [2021-01-04T20:39:59.813Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T20:39:59.813Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:00.075Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T20:40:00.075Z] Checking for services that may need to be restarted...done. [2021-01-04T20:40:00.075Z] Checking for services that may need to be restarted...done. [2021-01-04T20:40:00.075Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:00.075Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-04T20:40:00.075Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:01.019Z] Selecting previously unselected package python3-minimal. [2021-01-04T20:40:01.019Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-04T20:40:01.019Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-04T20:40:01.019Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-04T20:40:01.019Z] Selecting previously unselected package mime-support. [2021-01-04T20:40:01.019Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-04T20:40:01.019Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-04T20:40:01.019Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-04T20:40:01.019Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-04T20:40:01.019Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T20:40:01.284Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-04T20:40:01.284Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T20:40:01.285Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:01.548Z] Selecting previously unselected package python3.6. [2021-01-04T20:40:01.548Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-04T20:40:01.548Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:01.548Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-04T20:40:01.548Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-04T20:40:01.548Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T20:40:01.548Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-04T20:40:02.121Z] Selecting previously unselected package python3. [2021-01-04T20:40:02.121Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-04T20:40:02.121Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-04T20:40:02.121Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-04T20:40:02.121Z] Selecting previously unselected package multiarch-support. [2021-01-04T20:40:02.121Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T20:40:02.121Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T20:40:02.121Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-04T20:40:02.383Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-04T20:40:02.383Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-04T20:40:02.383Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-04T20:40:02.383Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T20:40:02.383Z] Selecting previously unselected package libbsd0:amd64. [2021-01-04T20:40:02.383Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-04T20:40:02.383Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T20:40:02.383Z] Selecting previously unselected package sudo. [2021-01-04T20:40:02.383Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-04T20:40:02.383Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T20:40:02.645Z] Selecting previously unselected package apparmor. [2021-01-04T20:40:02.645Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T20:40:02.645Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-04T20:40:02.906Z] Selecting previously unselected package libedit2:amd64. [2021-01-04T20:40:02.906Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-04T20:40:02.906Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T20:40:02.906Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-04T20:40:02.906Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T20:40:03.168Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:03.168Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-04T20:40:03.168Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T20:40:03.168Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:03.168Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-04T20:40:03.168Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-04T20:40:03.168Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T20:40:03.430Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-04T20:40:03.430Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T20:40:03.430Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:03.430Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-04T20:40:03.430Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-04T20:40:03.430Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:03.694Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-04T20:40:03.694Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-04T20:40:03.694Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T20:40:04.643Z] Selecting previously unselected package openssh-client. [2021-01-04T20:40:04.643Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-04T20:40:04.644Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T20:40:04.906Z] Selecting previously unselected package squashfs-tools. [2021-01-04T20:40:04.906Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-04T20:40:04.906Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T20:40:05.168Z] Selecting previously unselected package snapd. [2021-01-04T20:40:05.168Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-04T20:40:05.168Z] Unpacking snapd (2.48+18.04) ... [2021-01-04T20:40:07.717Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-04T20:40:07.717Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-04T20:40:07.717Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-04T20:40:07.717Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-04T20:40:07.717Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-04T20:40:07.717Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:07.717Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T20:40:07.717Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-04T20:40:07.717Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-04T20:40:08.670Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-04T20:40:08.670Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-04T20:40:08.670Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-04T20:40:08.932Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:08.932Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:08.932Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-04T20:40:09.877Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-04T20:40:09.878Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:09.878Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-04T20:40:09.878Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-04T20:40:09.878Z] running python rtupdate hooks for python3.6... [2021-01-04T20:40:09.878Z] running python post-rtupdate hooks for python3.6... [2021-01-04T20:40:09.878Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-04T20:40:11.793Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-04T20:40:11.793Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-04T20:40:11.793Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-04T20:40:11.793Z] Setting up snapd (2.48+18.04) ... [2021-01-04T20:40:12.365Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-04T20:40:12.626Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-04T20:40:12.888Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-04T20:40:13.149Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-04T20:40:13.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T20:40:13.421Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-04T20:40:13.421Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-04T20:40:13.682Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-04T20:40:13.946Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-04T20:40:14.209Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-04T20:40:14.209Z] /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-04T20:40:14.470Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-04T20:40:14.470Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T20:40:15.858Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T20:40:16.121Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T20:40:16.121Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T20:40:17.775Z] Reading package lists... [2021-01-04T20:40:18.039Z] Reading package lists... [2021-01-04T20:40:18.039Z] Building dependency tree... [2021-01-04T20:40:18.039Z] Reading state information... [2021-01-04T20:40:18.301Z] Calculating upgrade... [2021-01-04T20:40:18.301Z] The following packages will be upgraded: [2021-01-04T20:40:18.301Z] advancecomp base-files bash binutils binutils-common [2021-01-04T20:40:18.301Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-04T20:40:18.301Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-04T20:40:18.301Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-04T20:40:18.301Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-04T20:40:18.301Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-04T20:40:18.301Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-04T20:40:18.301Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-04T20:40:18.301Z] libncursesw5 libpam-modules libpam-modules-bin libpam-runtime libpam0g [2021-01-04T20:40:18.301Z] libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 libsmartcols1 [2021-01-04T20:40:18.301Z] libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 [2021-01-04T20:40:18.301Z] libunistring2 libuuid1 libzstd1 linux-libc-dev login mount ncurses-base [2021-01-04T20:40:18.301Z] ncurses-bin openssl passwd patch perl perl-base perl-modules-5.26 [2021-01-04T20:40:18.301Z] pkgbinarymangler procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-04T20:40:18.569Z] 96 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T20:40:18.569Z] Need to get 63.5 MB of archives. [2021-01-04T20:40:18.569Z] After this operation, 5200 kB of additional disk space will be used. [2021-01-04T20:40:18.569Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-04T20:40:18.569Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-04T20:40:18.569Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-04T20:40:18.569Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-04T20:40:18.569Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-04T20:40:18.569Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-04T20:40:18.569Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-04T20:40:18.569Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-04T20:40:18.569Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-04T20:40:18.569Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-04T20:40:18.569Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-04T20:40:18.569Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-04T20:40:18.569Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-04T20:40:18.569Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-04T20:40:18.569Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-04T20:40:18.569Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-04T20:40:18.569Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-04T20:40:18.834Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-04T20:40:18.834Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-04T20:40:18.834Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-04T20:40:18.834Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-04T20:40:18.834Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-04T20:40:18.834Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-04T20:40:18.834Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-04T20:40:18.834Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-04T20:40:18.834Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-04T20:40:18.834Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-04T20:40:18.834Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-04T20:40:18.834Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-04T20:40:18.834Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-04T20:40:18.834Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-04T20:40:18.834Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-04T20:40:18.834Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-04T20:40:18.834Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-04T20:40:18.834Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-04T20:40:18.834Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-04T20:40:18.834Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-04T20:40:18.834Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-04T20:40:18.834Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-04T20:40:18.834Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-04T20:40:18.835Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-04T20:40:18.835Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-04T20:40:18.835Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020d-0ubuntu0.18.04 [190 kB] [2021-01-04T20:40:18.835Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-04T20:40:18.835Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-04T20:40:18.835Z] Get:46 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-04T20:40:18.835Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-04T20:40:18.835Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-04T20:40:18.835Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-04T20:40:18.835Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-04T20:40:18.835Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-04T20:40:19.101Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-04T20:40:19.101Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-04T20:40:19.101Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-04T20:40:19.368Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-04T20:40:19.368Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-04T20:40:19.368Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-04T20:40:19.631Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-04T20:40:19.631Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-129.132 [997 kB] [2021-01-04T20:40:19.631Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-04T20:40:19.631Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-04T20:40:19.631Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-04T20:40:19.631Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-04T20:40:19.631Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-04T20:40:19.631Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-04T20:40:19.631Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-04T20:40:19.631Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-04T20:40:19.631Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-04T20:40:19.631Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-04T20:40:19.631Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-04T20:40:19.631Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-04T20:40:19.631Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-04T20:40:19.631Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-04T20:40:19.631Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-04T20:40:19.894Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-04T20:40:19.894Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-04T20:40:19.894Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-04T20:40:19.894Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-04T20:40:19.894Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-04T20:40:19.894Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-04T20:40:19.894Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-04T20:40:19.894Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-04T20:40:19.894Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-04T20:40:19.894Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-04T20:40:19.894Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-04T20:40:19.894Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-04T20:40:20.159Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-04T20:40:20.159Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-04T20:40:20.159Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-04T20:40:20.159Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-04T20:40:20.159Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-04T20:40:20.159Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-04T20:40:20.159Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-04T20:40:20.159Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-04T20:40:20.159Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-04T20:40:20.159Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-04T20:40:20.423Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T20:40:20.423Z] Fetched 63.5 MB in 2s (35.5 MB/s) [2021-01-04T20:40:20.685Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:20.685Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T20:40:20.685Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T20:40:21.260Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T20:40:21.260Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T20:40:21.522Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-129.132_amd64.deb ... [2021-01-04T20:40:21.522Z] Unpacking linux-libc-dev:amd64 (4.15.0-129.132) over (4.15.0-20.21) ... [2021-01-04T20:40:22.095Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.357Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:22.357Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.358Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:22.622Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.622Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:22.622Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.622Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:22.884Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.884Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:22.884Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:22.884Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.147Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:23.147Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.147Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:23.147Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T20:40:23.147Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:23.147Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.410Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:23.410Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T20:40:23.410Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:23.410Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.671Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:23.671Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.671Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:23.671Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-04T20:40:23.936Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:23.936Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T20:40:23.936Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T20:40:24.199Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T20:40:24.774Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T20:40:25.035Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-04T20:40:25.035Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-04T20:40:25.035Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-04T20:40:25.035Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-04T20:40:25.035Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-04T20:40:25.300Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-04T20:40:25.300Z] Installing new version of config file /etc/issue ... [2021-01-04T20:40:25.300Z] Installing new version of config file /etc/issue.net ... [2021-01-04T20:40:25.300Z] Installing new version of config file /etc/lsb-release ... [2021-01-04T20:40:25.562Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-04T20:40:25.824Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-04T20:40:25.824Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-04T20:40:25.824Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-04T20:40:25.824Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:25.824Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-04T20:40:25.824Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-04T20:40:26.094Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-04T20:40:26.094Z] 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-04T20:40:26.357Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:26.357Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:26.357Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:26.357Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:26.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:26.620Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-04T20:40:26.620Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-04T20:40:26.620Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-04T20:40:26.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:26.881Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-04T20:40:26.881Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T20:40:27.142Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-04T20:40:27.142Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:27.142Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T20:40:27.142Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T20:40:27.402Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T20:40:27.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:27.403Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T20:40:27.403Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T20:40:27.509Z] 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-04T20:40:27.509Z] 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-04T20:40:27.664Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-04T20:40:27.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:27.664Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-04T20:40:27.664Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-04T20:40:27.925Z] Setting up grep (3.1-2build1) ... [2021-01-04T20:40:27.925Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:27.925Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T20:40:27.925Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T20:40:28.186Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-04T20:40:28.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:28.186Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T20:40:28.186Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T20:40:28.447Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-04T20:40:28.447Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:28.447Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T20:40:28.447Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T20:40:29.392Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T20:40:29.392Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T20:40:29.392Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-04T20:40:29.392Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T20:40:29.965Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-04T20:40:29.965Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:29.965Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-04T20:40:30.232Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-04T20:40:31.178Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T20:40:31.178Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T20:40:31.439Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-04T20:40:31.439Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-04T20:40:31.439Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T20:40:31.706Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:31.707Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-04T20:40:31.707Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-04T20:40:31.968Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-04T20:40:31.968Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:31.968Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:31.968Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:32.229Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:32.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:32.229Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:32.229Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:32.492Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:32.492Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:32.492Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:32.492Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:32.755Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:32.755Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:32.755Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:32.755Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:33.020Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:33.020Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:33.020Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T20:40:33.020Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T20:40:33.282Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T20:40:33.282Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T20:40:33.282Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T20:40:33.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:33.546Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-04T20:40:33.546Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T20:40:33.546Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T20:40:33.546Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:33.546Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:33.810Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:33.810Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:33.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:33.810Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:33.810Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:34.075Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:34.075Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:34.075Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:34.337Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:34.601Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:35.175Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-04T20:40:35.437Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-04T20:40:35.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:35.437Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-04T20:40:35.437Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-04T20:40:35.700Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T20:40:35.961Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-04T20:40:35.961Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-04T20:40:35.961Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-04T20:40:36.223Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-04T20:40:36.223Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:36.223Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-04T20:40:36.223Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-04T20:40:36.485Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-04T20:40:36.747Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:36.747Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T20:40:36.747Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T20:40:37.009Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T20:40:37.271Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:37.271Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T20:40:37.271Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T20:40:37.534Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T20:40:37.534Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:37.534Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-04T20:40:37.797Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T20:40:37.797Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T20:40:38.058Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:38.058Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-04T20:40:38.058Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-04T20:40:38.327Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-04T20:40:38.327Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-04T20:40:38.327Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T20:40:38.327Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T20:40:38.589Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T20:40:38.589Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:38.589Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-04T20:40:38.589Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-04T20:40:38.850Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-04T20:40:38.850Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:38.850Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-04T20:40:38.850Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-04T20:40:39.112Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-04T20:40:39.374Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:39.374Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-04T20:40:39.374Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-04T20:40:39.635Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-04T20:40:39.635Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:39.635Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-04T20:40:39.635Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-04T20:40:39.897Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-04T20:40:39.897Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:39.897Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-04T20:40:39.897Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-04T20:40:39.951Z] Removing intermediate container 4325b0cc3d76 [2021-01-04T20:40:39.951Z] ---> 29b072b892d3 [2021-01-04T20:40:39.951Z] [2021-01-04T20:40:39.951Z] Step 10/24 : FROM alpine:3.12 [2021-01-04T20:40:39.951Z] 3.12: Pulling from library/alpine [2021-01-04T20:40:40.159Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-04T20:40:40.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:40.421Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-04T20:40:40.421Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-04T20:40:40.683Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-04T20:40:41.256Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:41.256Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-04T20:40:41.256Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-04T20:40:41.256Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-04T20:40:41.405Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-04T20:40:41.405Z] Status: Downloaded newer image for alpine:3.12 [2021-01-04T20:40:41.405Z] ---> afeebe901d6b [2021-01-04T20:40:41.405Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:40:41.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:41.517Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-04T20:40:41.517Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-04T20:40:41.517Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-04T20:40:41.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:41.778Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-04T20:40:41.778Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-04T20:40:41.778Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-04T20:40:42.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:42.065Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T20:40:42.065Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-04T20:40:42.065Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-04T20:40:42.331Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-04T20:40:42.331Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-04T20:40:42.331Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-04T20:40:42.331Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-04T20:40:42.605Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-04T20:40:42.605Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T20:40:42.605Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T20:40:42.605Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-04T20:40:42.605Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-04T20:40:42.873Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-04T20:40:42.873Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-04T20:40:43.147Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-04T20:40:43.147Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-04T20:40:43.406Z] ---> Running in ffa0799cfac8 [2021-01-04T20:40:43.420Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-04T20:40:43.421Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-04T20:40:43.421Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-04T20:40:43.421Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-04T20:40:43.421Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-04T20:40:43.682Z] Removing intermediate container f1f2edc4c83e [2021-01-04T20:40:43.682Z] ---> c3325abc3e83 [2021-01-04T20:40:43.682Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-04T20:40:43.682Z] Removing intermediate container 73d6923fc445 [2021-01-04T20:40:43.682Z] ---> cb5a75db1d83 [2021-01-04T20:40:43.682Z] [2021-01-04T20:40:43.682Z] Step 10/24 : FROM scratch [2021-01-04T20:40:43.682Z] ---> [2021-01-04T20:40:43.682Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-04T20:40:43.682Z] Removing intermediate container d9f8924624da [2021-01-04T20:40:43.682Z] ---> 02f422184942 [2021-01-04T20:40:43.682Z] [2021-01-04T20:40:43.682Z] Step 10/21 : FROM scratch [2021-01-04T20:40:43.682Z] ---> [2021-01-04T20:40:43.682Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:40:43.682Z] Removing intermediate container d13d38d41475 [2021-01-04T20:40:43.682Z] ---> 7bd2c35e0f29 [2021-01-04T20:40:43.682Z] [2021-01-04T20:40:43.682Z] Step 10/21 : FROM alpine:3.12 [2021-01-04T20:40:43.682Z] ---> afeebe901d6b [2021-01-04T20:40:43.682Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-04T20:40:43.688Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-04T20:40:43.688Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-04T20:40:43.688Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-04T20:40:43.688Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-04T20:40:43.960Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-04T20:40:43.960Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-04T20:40:43.960Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-04T20:40:43.960Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-04T20:40:43.960Z] ---> Running in 79771cd3257f [2021-01-04T20:40:43.960Z] ---> Running in e629f976982a [2021-01-04T20:40:43.960Z] ---> Running in ad8f4ee4783a [2021-01-04T20:40:43.960Z] ---> Running in 2105b936e6e8 [2021-01-04T20:40:44.234Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-04T20:40:44.234Z] Preparing to unpack .../11-tzdata_2020d-0ubuntu0.18.04_all.deb ... [2021-01-04T20:40:44.234Z] Unpacking tzdata (2020d-0ubuntu0.18.04) over (2018d-1) ... [2021-01-04T20:40:44.569Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:40:44.569Z] Removing intermediate container e629f976982a [2021-01-04T20:40:44.569Z] ---> 3847a0cc584c [2021-01-04T20:40:44.569Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-04T20:40:44.842Z] Removing intermediate container ad8f4ee4783a [2021-01-04T20:40:44.842Z] ---> e6c1861344fd [2021-01-04T20:40:44.842Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-04T20:40:44.842Z] ---> Running in e7666eff63a0 [2021-01-04T20:40:44.842Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:40:44.842Z] ---> Running in ee5ebc96625d [2021-01-04T20:40:45.187Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-04T20:40:45.187Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-04T20:40:45.437Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-04T20:40:45.437Z] Removing intermediate container e7666eff63a0 [2021-01-04T20:40:45.437Z] ---> 2e5ca947418b [2021-01-04T20:40:45.437Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-04T20:40:45.437Z] 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-04T20:40:45.486Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-04T20:40:45.486Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-04T20:40:45.486Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T20:40:45.708Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:40:45.708Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-04T20:40:45.708Z] (4/5) Installing curl (7.69.1-r3) [2021-01-04T20:40:45.708Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-04T20:40:45.708Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:40:45.708Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:40:45.708Z] Removing intermediate container ee5ebc96625d [2021-01-04T20:40:45.708Z] ---> f6675ea10a3c [2021-01-04T20:40:45.708Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-04T20:40:45.708Z] ---> Running in da4e3925fe9e [2021-01-04T20:40:45.756Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T20:40:45.983Z] OK: 7 MiB in 19 packages [2021-01-04T20:40:45.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:40:45.983Z] ---> Running in 2c1134104bfd [2021-01-04T20:40:45.983Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:40:46.019Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T20:40:46.019Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T20:40:46.281Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T20:40:46.281Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T20:40:46.281Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-04T20:40:46.543Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-04T20:40:46.543Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:46.543Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:46.581Z] Removing intermediate container da4e3925fe9e [2021-01-04T20:40:46.582Z] ---> adb910b89a1a [2021-01-04T20:40:46.582Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-04T20:40:46.582Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-04T20:40:46.808Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:46.808Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:46.864Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:40:46.864Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-04T20:40:46.864Z] (4/4) Installing curl (7.69.1-r3) [2021-01-04T20:40:46.864Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:40:46.864Z] Executing ca-certificates-20191127-r4.trigger [2021-01-04T20:40:46.864Z] Removing intermediate container 2c1134104bfd [2021-01-04T20:40:46.864Z] ---> b11a38998fd1 [2021-01-04T20:40:47.070Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:47.070Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:47.070Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:47.070Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:47.150Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-04T20:40:47.150Z] OK: 7 MiB in 18 packages [2021-01-04T20:40:47.428Z] ---> 3ea2d1bdc750 [2021-01-04T20:40:47.428Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-04T20:40:48.012Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:48.273Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:48.411Z] ---> e12cc9fd0647 [2021-01-04T20:40:48.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-04T20:40:48.684Z] Removing intermediate container ffa0799cfac8 [2021-01-04T20:40:48.684Z] ---> 416cca8a2bd9 [2021-01-04T20:40:48.684Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:40:49.219Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:49.219Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:49.286Z] ---> Running in d948d1d6d986 [2021-01-04T20:40:50.705Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:50.705Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:50.705Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:50.705Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:50.718Z] ---> d7e246628070 [2021-01-04T20:40:50.718Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-04T20:40:50.718Z] Removing intermediate container 2105b936e6e8 [2021-01-04T20:40:50.718Z] ---> 25f96ea16a4e [2021-01-04T20:40:50.718Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-04T20:40:50.718Z] Removing intermediate container d948d1d6d986 [2021-01-04T20:40:50.718Z] ---> b408f644b946 [2021-01-04T20:40:50.718Z] Step 13/24 : WORKDIR / [2021-01-04T20:40:50.718Z] ---> Running in e7adeca88100 [2021-01-04T20:40:50.718Z] ---> Running in f34f409ec907 [2021-01-04T20:40:50.718Z] Removing intermediate container 79771cd3257f [2021-01-04T20:40:50.718Z] ---> b65e38f90524 [2021-01-04T20:40:50.718Z] [2021-01-04T20:40:50.718Z] Step 11/26 : FROM docker:20.10.0 [2021-01-04T20:40:50.718Z] 20.10.0: Pulling from library/docker [2021-01-04T20:40:50.718Z] ---> e89bb6bc8fc4 [2021-01-04T20:40:50.718Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-04T20:40:50.718Z] Removing intermediate container e7adeca88100 [2021-01-04T20:40:50.718Z] ---> 708875640dfb [2021-01-04T20:40:50.718Z] Step 13/21 : WORKDIR /edgex [2021-01-04T20:40:51.282Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-04T20:40:51.282Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-04T20:40:51.282Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T20:40:51.355Z] Removing intermediate container f34f409ec907 [2021-01-04T20:40:51.355Z] ---> b9ef457b72d9 [2021-01-04T20:40:51.355Z] 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-04T20:40:51.355Z] ---> Running in 167d0d9c3cc8 [2021-01-04T20:40:51.544Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T20:40:51.544Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T20:40:51.661Z] ---> b2a0c5cbb619 [2021-01-04T20:40:51.661Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-04T20:40:51.805Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T20:40:51.805Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-04T20:40:51.805Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-04T20:40:51.948Z] ---> e37cbf8cc55b [2021-01-04T20:40:51.948Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-04T20:40:52.066Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-04T20:40:52.067Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-04T20:40:52.067Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T20:40:52.067Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T20:40:52.267Z] ---> Running in 7092611f686e [2021-01-04T20:40:52.328Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-04T20:40:52.328Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-04T20:40:52.328Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-04T20:40:52.328Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-04T20:40:52.592Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:52.592Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-04T20:40:52.592Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:52.592Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:52.592Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:52.592Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-04T20:40:52.592Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-04T20:40:52.592Z] Setting up tzdata (2020d-0ubuntu0.18.04) ... [2021-01-04T20:40:52.854Z] [2021-01-04T20:40:52.854Z] Current default time zone: 'Etc/UTC' [2021-01-04T20:40:52.854Z] Local time is now: Mon Jan 4 20:40:52 UTC 2021. [2021-01-04T20:40:52.854Z] Universal Time is now: Mon Jan 4 20:40:52 UTC 2021. [2021-01-04T20:40:52.854Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-04T20:40:52.854Z] [2021-01-04T20:40:52.854Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-04T20:40:52.854Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:52.854Z] Setting up linux-libc-dev:amd64 (4.15.0-129.132) ... [2021-01-04T20:40:52.854Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-04T20:40:52.854Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-04T20:40:52.973Z] ---> 96033a9e6138 [2021-01-04T20:40:52.973Z] 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-04T20:40:52.973Z] Removing intermediate container 167d0d9c3cc8 [2021-01-04T20:40:52.973Z] ---> 418fdff28ef8 [2021-01-04T20:40:52.973Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-04T20:40:53.116Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-04T20:40:53.116Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-04T20:40:53.116Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-04T20:40:53.116Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-04T20:40:53.116Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-04T20:40:53.116Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:53.116Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-04T20:40:53.261Z] Removing intermediate container 7092611f686e [2021-01-04T20:40:53.261Z] ---> ec6b6dde028c [2021-01-04T20:40:53.261Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:40:53.378Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:53.378Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T20:40:53.542Z] ---> Running in 14945585648c [2021-01-04T20:40:53.642Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:53.642Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-04T20:40:53.642Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-04T20:40:53.642Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-04T20:40:53.642Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-04T20:40:53.642Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-04T20:40:53.642Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-04T20:40:53.642Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-04T20:40:53.642Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T20:40:54.141Z] ---> 59623620fc09 [2021-01-04T20:40:54.142Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-04T20:40:54.419Z] ---> cbfa33f2a788 [2021-01-04T20:40:54.419Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-04T20:40:54.700Z] Removing intermediate container 14945585648c [2021-01-04T20:40:54.700Z] ---> f60ad6906732 [2021-01-04T20:40:54.700Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T20:40:54.974Z] ---> 4613fbbb6176 [2021-01-04T20:40:54.974Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-04T20:40:54.974Z] ---> Running in ea0ff3447c9c [2021-01-04T20:40:55.563Z] Updating certificates in /etc/ssl/certs... [2021-01-04T20:40:55.956Z] ---> 70c0c56608c9 [2021-01-04T20:40:55.956Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-04T20:40:55.956Z] ---> e2d9c35cd004 [2021-01-04T20:40:55.956Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-04T20:40:56.231Z] Removing intermediate container ea0ff3447c9c [2021-01-04T20:40:56.231Z] ---> 48a130d81d50 [2021-01-04T20:40:56.231Z] Step 20/21 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:40:56.523Z] 22 added, 17 removed; done. [2021-01-04T20:40:56.524Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-04T20:40:56.524Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-04T20:40:56.524Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-04T20:40:56.524Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-04T20:40:56.524Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-04T20:40:56.524Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-04T20:40:56.794Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:56.794Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-04T20:40:56.794Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-04T20:40:56.794Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-04T20:40:56.833Z] ---> Running in 3e356e11ac9b [2021-01-04T20:40:57.059Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-04T20:40:57.059Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-04T20:40:57.059Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:57.059Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-04T20:40:57.059Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-04T20:40:57.059Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-04T20:40:57.059Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-04T20:40:57.108Z] ---> b04f8b300fc0 [2021-01-04T20:40:57.108Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-04T20:40:57.321Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T20:40:57.321Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-04T20:40:57.321Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-04T20:40:57.321Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-04T20:40:57.321Z] Updating certificates in /etc/ssl/certs... [2021-01-04T20:40:57.378Z] ---> e870d271d601 [2021-01-04T20:40:57.378Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-04T20:40:57.656Z] Removing intermediate container 3e356e11ac9b [2021-01-04T20:40:57.656Z] ---> 773af84e8cba [2021-01-04T20:40:57.656Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:40:57.898Z] 0 added, 0 removed; done. [2021-01-04T20:40:57.898Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-04T20:40:57.898Z] done. [2021-01-04T20:40:57.930Z] ---> Running in c24530915f54 [2021-01-04T20:40:57.930Z] ---> bfa3ec1325fa [2021-01-04T20:40:57.930Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-04T20:40:57.930Z] ---> Running in 7f54026827d4 [2021-01-04T20:40:58.732Z] Reading package lists... [2021-01-04T20:40:58.732Z] Building dependency tree... [2021-01-04T20:40:58.732Z] Reading state information... [2021-01-04T20:40:58.909Z] Removing intermediate container c24530915f54 [2021-01-04T20:40:58.909Z] ---> e7088d6ee893 [2021-01-04T20:40:58.909Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:40:59.303Z] The following NEW packages will be installed: [2021-01-04T20:40:59.303Z] apt-transport-https [2021-01-04T20:40:59.303Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T20:40:59.303Z] Need to get 1696 B of archives. [2021-01-04T20:40:59.303Z] After this operation, 153 kB of additional disk space will be used. [2021-01-04T20:40:59.303Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-04T20:40:59.303Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T20:40:59.303Z] Fetched 1696 B in 0s (27.8 kB/s) [2021-01-04T20:40:59.303Z] Selecting previously unselected package apt-transport-https. [2021-01-04T20:40:59.510Z] ---> e28a9264e268 [2021-01-04T20:40:59.510Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-04T20:40:59.510Z] ---> Running in 83eb7b9b8af4 [2021-01-04T20:40:59.510Z] Removing intermediate container 7f54026827d4 [2021-01-04T20:40:59.510Z] ---> 71a22579cd7a [2021-01-04T20:40:59.510Z] [2021-01-04T20:40:59.567Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-04T20:40:59.567Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-04T20:40:59.567Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T20:40:59.567Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-04T20:40:59.784Z] ---> Running in 94726158f65a [2021-01-04T20:40:59.785Z] ---> 544a0cf134c4 [2021-01-04T20:40:59.785Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-04T20:40:59.828Z] Waiting for network to be ready... [2021-01-04T20:41:00.058Z] Successfully built 71a22579cd7a [2021-01-04T20:41:00.058Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-04T20:41:00.058Z]  Building docker-support-scheduler-go ... done Building docker-core-metadata-go [2021-01-04T20:41:00.058Z] Removing intermediate container 83eb7b9b8af4 [2021-01-04T20:41:00.058Z] ---> 890286a2cb10 [2021-01-04T20:41:00.333Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T20:41:00.608Z] ---> Running in d8d9e9a6a858 [2021-01-04T20:41:00.883Z] Removing intermediate container 94726158f65a [2021-01-04T20:41:00.883Z] ---> 25321db31a57 [2021-01-04T20:41:00.883Z] Step 18/21 : CMD ["--init=true"] [2021-01-04T20:41:01.154Z] ---> f9305a97fe43 [2021-01-04T20:41:01.154Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-04T20:41:01.154Z] ---> Running in da78dcf83327 [2021-01-04T20:41:01.427Z] ---> Running in 02f8e0c7f571 [2021-01-04T20:41:01.427Z] Removing intermediate container d8d9e9a6a858 [2021-01-04T20:41:01.427Z] ---> 303e42bf7092 [2021-01-04T20:41:01.427Z] Step 23/24 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:41:02.408Z] ---> Running in b9085ec17844 [2021-01-04T20:41:02.408Z] Removing intermediate container da78dcf83327 [2021-01-04T20:41:02.408Z] ---> 272ed4d64551 [2021-01-04T20:41:02.408Z] Step 19/21 : LABEL arch=arm64 [2021-01-04T20:41:03.834Z] ---> Running in 7173965e11d3 [2021-01-04T20:41:03.834Z] Removing intermediate container b9085ec17844 [2021-01-04T20:41:03.834Z] ---> c2a8e140ae5a [2021-01-04T20:41:03.834Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:41:04.105Z] ---> Running in c2824dcdb870 [2021-01-04T20:41:04.377Z] Removing intermediate container 7173965e11d3 [2021-01-04T20:41:04.377Z] ---> c907a604173d [2021-01-04T20:41:04.377Z] Step 20/21 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:41:05.352Z] ---> Running in cccc13f3a061 [2021-01-04T20:41:05.352Z] Removing intermediate container c2824dcdb870 [2021-01-04T20:41:05.352Z] ---> 25b8644953aa [2021-01-04T20:41:05.352Z] [2021-01-04T20:41:05.626Z] Removing intermediate container 02f8e0c7f571 [2021-01-04T20:41:05.626Z] ---> dafebfd80129 [2021-01-04T20:41:05.626Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-04T20:41:05.899Z] Successfully built 25b8644953aa [2021-01-04T20:41:05.899Z] ---> Running in 2b8f93b977cf [2021-01-04T20:41:05.899Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-04T20:41:05.899Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-04T20:41:05.899Z] Removing intermediate container cccc13f3a061 [2021-01-04T20:41:05.899Z] ---> b3fdb329a937 [2021-01-04T20:41:05.899Z] Step 21/21 : LABEL version=0.0.0 [2021-01-04T20:41:05.899Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-04T20:41:06.171Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-04T20:41:06.172Z] ---> eeaf43b92773 [2021-01-04T20:41:06.172Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-04T20:41:06.172Z] ---> Running in 3c4fb5355e27 [2021-01-04T20:41:06.172Z] ---> Running in f116119382e6 [2021-01-04T20:41:06.428Z] 2021-01-04T20:41:03Z INFO Waiting for automatic snapd restart... [2021-01-04T20:41:06.774Z] Removing intermediate container 2b8f93b977cf [2021-01-04T20:41:06.774Z] ---> 08f37070d6e7 [2021-01-04T20:41:06.774Z] Step 22/24 : LABEL arch=arm64 [2021-01-04T20:41:06.774Z] ---> Running in 0b60a59c18a8 [2021-01-04T20:41:07.000Z] snapd 2.48.1 from Canonical* installed [2021-01-04T20:41:07.051Z] Removing intermediate container 3c4fb5355e27 [2021-01-04T20:41:07.051Z] ---> 4d956f771850 [2021-01-04T20:41:07.051Z] [2021-01-04T20:41:07.327Z] Successfully built 4d956f771850 [2021-01-04T20:41:07.616Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-04T20:41:07.616Z] Building docker-core-data-go [2021-01-04T20:41:07.616Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 0b60a59c18a8 [2021-01-04T20:41:07.616Z] ---> ead13f406a0f [2021-01-04T20:41:07.616Z] Step 23/24 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:41:07.616Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:07.900Z] ---> Running in ed5d1e0fbf20 [2021-01-04T20:41:07.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:07.949Z] "snapd" switched to the "latest/stable" channel [2021-01-04T20:41:07.949Z] [2021-01-04T20:41:08.176Z] Removing intermediate container ed5d1e0fbf20 [2021-01-04T20:41:08.176Z] ---> abb1ce491834 [2021-01-04T20:41:08.176Z] Step 24/24 : LABEL version=0.0.0 [2021-01-04T20:41:08.457Z] (1/2) Installing readline (8.0.4-r0) [2021-01-04T20:41:08.457Z] (2/2) Installing bash (5.0.17-r0) [2021-01-04T20:41:08.457Z] Executing bash-5.0.17-r0.post-install [2021-01-04T20:41:08.457Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:41:08.457Z] ---> Running in b9aef6bde20a [2021-01-04T20:41:08.457Z] OK: 12 MiB in 22 packages [2021-01-04T20:41:09.441Z] Removing intermediate container b9aef6bde20a [2021-01-04T20:41:09.441Z] ---> 4e898d2e8f50 [2021-01-04T20:41:09.441Z] [2021-01-04T20:41:09.720Z] Successfully built 4e898d2e8f50 [2021-01-04T20:41:10.022Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-04T20:41:10.022Z] Building docker-security-bootstrap-redis-go [2021-01-04T20:41:10.999Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f116119382e6 [2021-01-04T20:41:10.999Z] ---> 3c5a66284eb6 [2021-01-04T20:41:10.999Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-04T20:41:11.270Z] ---> Running in 5ebc99ed8792 [2021-01-04T20:41:11.864Z] Removing intermediate container 5ebc99ed8792 [2021-01-04T20:41:11.864Z] ---> d56f0c6e5c6d [2021-01-04T20:41:11.864Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-04T20:41:11.864Z] ---> Running in 47754bd0ae8c [2021-01-04T20:41:12.161Z] core18 20201210 from Canonical* installed [2021-01-04T20:41:12.421Z] "core18" switched to the "latest/stable" channel [2021-01-04T20:41:12.421Z] [2021-01-04T20:41:12.841Z] Removing intermediate container 47754bd0ae8c [2021-01-04T20:41:12.841Z] ---> 241c8bdb335a [2021-01-04T20:41:12.841Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-04T20:41:13.120Z] ---> Running in 5e1130d2e1c1 [2021-01-04T20:41:13.718Z] Removing intermediate container 5e1130d2e1c1 [2021-01-04T20:41:13.718Z] ---> 875a5f9f99aa [2021-01-04T20:41:13.718Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-04T20:41:16.351Z] ---> f576e0e03ce2 [2021-01-04T20:41:16.351Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-04T20:41:17.333Z] ---> 116d7a4ce390 [2021-01-04T20:41:17.333Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-04T20:41:17.728Z] snapcraft 4.4.4 from Canonical* installed [2021-01-04T20:41:17.989Z] "snapcraft" switched to the "latest/stable" channel [2021-01-04T20:41:17.989Z] [2021-01-04T20:41:19.305Z] ---> de66d9ea0fac [2021-01-04T20:41:19.305Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-04T20:41:19.580Z] ---> Running in e0160f0c2fa4 [2021-01-04T20:41:21.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:21.015Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:21.609Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-04T20:41:21.609Z] (2/33) Installing expat (2.2.9-r1) [2021-01-04T20:41:21.609Z] (3/33) Installing libffi (3.3-r2) [2021-01-04T20:41:21.609Z] (4/33) Installing gdbm (1.13-r1) [2021-01-04T20:41:21.609Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-04T20:41:21.609Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-04T20:41:21.609Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-04T20:41:22.209Z] 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-04T20:41:22.209Z] - README.md [2021-01-04T20:41:22.209Z] [2021-01-04T20:41:22.209Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-04T20:41:23.571Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-04T20:41:23.572Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-04T20:41:23.572Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-04T20:41:23.572Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-04T20:41:23.572Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-04T20:41:23.572Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-04T20:41:23.572Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-04T20:41:23.844Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-04T20:41:23.844Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-04T20:41:23.844Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-04T20:41:23.844Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-04T20:41:23.844Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-04T20:41:23.844Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-04T20:41:23.844Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-04T20:41:23.844Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-04T20:41:23.844Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-04T20:41:24.115Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-04T20:41:24.115Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-04T20:41:24.115Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-04T20:41:24.115Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-04T20:41:24.115Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-04T20:41:24.115Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-04T20:41:24.115Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-04T20:41:24.115Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-04T20:41:24.115Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-04T20:41:24.115Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-04T20:41:24.394Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:41:24.394Z] OK: 71 MiB in 55 packages [2021-01-04T20:41:28.799Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T20:41:28.799Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T20:41:28.799Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T20:41:28.799Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T20:41:30.194Z] Reading package lists... [2021-01-04T20:41:30.194Z] 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-04T20:41:34.590Z] Removing intermediate container e0160f0c2fa4 [2021-01-04T20:41:34.590Z] ---> 4b4c09039286 [2021-01-04T20:41:34.590Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-04T20:41:34.590Z] ---> Running in 0c77fc856132 [2021-01-04T20:41:36.806Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T20:41:36.806Z] Reading package lists... [2021-01-04T20:41:36.806Z] Building dependency tree... [2021-01-04T20:41:36.806Z] Reading state information... [2021-01-04T20:41:36.806Z] Suggested packages: [2021-01-04T20:41:36.806Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-04T20:41:36.806Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-04T20:41:36.806Z] Recommended packages: [2021-01-04T20:41:36.806Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-04T20:41:36.806Z] The following NEW packages will be installed: [2021-01-04T20:41:36.806Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-04T20:41:36.806Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-04T20:41:36.806Z] pkg-config zip [2021-01-04T20:41:36.806Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-04T20:41:36.806Z] Need to get 7655 kB of archives. [2021-01-04T20:41:36.806Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-04T20:41:36.806Z] 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-04T20:41:36.806Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-04T20:41:36.806Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-04T20:41:37.067Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-04T20:41:37.067Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-04T20:41:37.067Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-04T20:41:37.067Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-04T20:41:37.067Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-04T20:41:37.327Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-04T20:41:37.327Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-04T20:41:37.327Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-04T20:41:37.587Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-04T20:41:37.587Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-04T20:41:37.587Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-04T20:41:37.587Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-04T20:41:37.850Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-04T20:41:37.850Z] Fetched 7655 kB in 1s (9189 kB/s) [2021-01-04T20:41:37.850Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-04T20:41:37.850Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-04T20:41:37.850Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-04T20:41:37.850Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T20:41:37.995Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:41:37.995Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:41:37.995Z] ---> 65b801ece7ad [2021-01-04T20:41:37.995Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:41:37.995Z] ---> Using cache [2021-01-04T20:41:37.995Z] ---> 0c441af678a2 [2021-01-04T20:41:37.995Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:41:37.995Z] ---> Using cache [2021-01-04T20:41:37.995Z] ---> 1d1b5b743dfa [2021-01-04T20:41:37.995Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:41:38.116Z] Selecting previously unselected package libpsl5:amd64. [2021-01-04T20:41:38.116Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-04T20:41:38.116Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T20:41:38.378Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-04T20:41:38.378Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-04T20:41:38.378Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T20:41:38.378Z] Selecting previously unselected package librtmp1:amd64. [2021-01-04T20:41:38.378Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-04T20:41:38.378Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T20:41:38.639Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-04T20:41:38.640Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-04T20:41:38.640Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T20:41:38.640Z] Selecting previously unselected package liberror-perl. [2021-01-04T20:41:38.640Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-04T20:41:38.640Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-04T20:41:38.640Z] Selecting previously unselected package git-man. [2021-01-04T20:41:38.640Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-04T20:41:38.640Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T20:41:38.901Z] Selecting previously unselected package git. [2021-01-04T20:41:38.901Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-04T20:41:38.901Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T20:41:39.845Z] Selecting previously unselected package libnorm1:amd64. [2021-01-04T20:41:39.845Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-04T20:41:39.845Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T20:41:39.845Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-04T20:41:39.845Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-04T20:41:39.845Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T20:41:39.845Z] Selecting previously unselected package libsodium23:amd64. [2021-01-04T20:41:39.845Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-04T20:41:39.988Z] ---> Running in 666858272de5 [2021-01-04T20:41:40.106Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-04T20:41:40.106Z] Selecting previously unselected package libzmq5:amd64. [2021-01-04T20:41:40.106Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T20:41:40.106Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T20:41:40.106Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-04T20:41:40.106Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-04T20:41:40.106Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T20:41:40.367Z] Selecting previously unselected package pkg-config. [2021-01-04T20:41:40.367Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-04T20:41:40.367Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T20:41:40.367Z] Selecting previously unselected package zip. [2021-01-04T20:41:40.367Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-04T20:41:40.367Z] Unpacking zip (3.0-11build1) ... [2021-01-04T20:41:40.367Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-04T20:41:40.589Z] Collecting docker-compose==1.23.2 [2021-01-04T20:41:40.589Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-04T20:41:40.629Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-04T20:41:40.629Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-04T20:41:40.629Z] Setting up liberror-perl (0.17025-1) ... [2021-01-04T20:41:40.629Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-04T20:41:40.629Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-04T20:41:40.629Z] No schema files found: doing nothing. [2021-01-04T20:41:40.629Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-04T20:41:40.629Z] Setting up zip (3.0-11build1) ... [2021-01-04T20:41:40.889Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-04T20:41:40.889Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-04T20:41:40.889Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-04T20:41:40.889Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T20:41:40.889Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-04T20:41:40.889Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-04T20:41:41.150Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-04T20:41:41.150Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-04T20:41:41.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:41.454Z] Collecting docopt<0.7,>=0.6.1 [2021-01-04T20:41:41.454Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-04T20:41:42.052Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:43.036Z] OK: 217 MiB in 51 packages [2021-01-04T20:41:44.050Z] Collecting cached-property<2,>=1.2.0 [2021-01-04T20:41:44.050Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-04T20:41:45.498Z] Collecting texttable<0.10,>=0.9.0 [2021-01-04T20:41:45.498Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-04T20:41:46.479Z] Removing intermediate container 666858272de5 [2021-01-04T20:41:46.479Z] ---> d9e60b585bf6 [2021-01-04T20:41:46.479Z] Step 6/22 : COPY go.mod . [2021-01-04T20:41:47.740Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T20:41:47.918Z] ---> 50bd43e49bf2 [2021-01-04T20:41:47.918Z] Step 7/22 : RUN go mod download [2021-01-04T20:41:48.001Z] git set to automatically installed. [2021-01-04T20:41:48.001Z] git-man set to automatically installed. [2021-01-04T20:41:48.001Z] libcurl3-gnutls set to automatically installed. [2021-01-04T20:41:48.001Z] liberror-perl set to automatically installed. [2021-01-04T20:41:48.001Z] libglib2.0-0 set to automatically installed. [2021-01-04T20:41:48.001Z] libnghttp2-14 set to automatically installed. [2021-01-04T20:41:48.001Z] libnorm1 set to automatically installed. [2021-01-04T20:41:48.001Z] libpgm-5.2-0 set to automatically installed. [2021-01-04T20:41:48.001Z] libpsl5 set to automatically installed. [2021-01-04T20:41:48.001Z] librtmp1 set to automatically installed. [2021-01-04T20:41:48.001Z] libsodium23 set to automatically installed. [2021-01-04T20:41:48.001Z] libzmq3-dev set to automatically installed. [2021-01-04T20:41:48.001Z] libzmq5 set to automatically installed. [2021-01-04T20:41:48.001Z] pkg-config set to automatically installed. [2021-01-04T20:41:48.001Z] zip set to automatically installed. [2021-01-04T20:41:48.193Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-04T20:41:48.194Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-04T20:41:48.469Z] ---> Running in e39f6bdfeda7 [2021-01-04T20:41:49.919Z] snapd is not logged in, snap install commands will use sudo [2021-01-04T20:41:50.453Z] 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-04T20:41:51.055Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-04T20:41:51.055Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-04T20:41:51.055Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:41:51.055Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:41:51.055Z] ---> 65b801ece7ad [2021-01-04T20:41:51.055Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:41:51.055Z] ---> Using cache [2021-01-04T20:41:51.055Z] ---> 0c441af678a2 [2021-01-04T20:41:51.055Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:41:51.055Z] ---> Using cache [2021-01-04T20:41:51.055Z] ---> 1d1b5b743dfa [2021-01-04T20:41:51.055Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:41:51.055Z] ---> Using cache [2021-01-04T20:41:51.055Z] ---> d9e60b585bf6 [2021-01-04T20:41:51.055Z] Step 6/22 : COPY go.mod . [2021-01-04T20:41:51.055Z] ---> Using cache [2021-01-04T20:41:51.055Z] ---> 50bd43e49bf2 [2021-01-04T20:41:51.055Z] Step 7/22 : RUN go mod download [2021-01-04T20:41:51.658Z] ---> Running in c6468f719f86 [2021-01-04T20:41:51.931Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:41:51.931Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:41:51.931Z] ---> 65b801ece7ad [2021-01-04T20:41:51.931Z] Step 3/23 : WORKDIR /edgex-go [2021-01-04T20:41:51.931Z] ---> Using cache [2021-01-04T20:41:51.931Z] ---> 0c441af678a2 [2021-01-04T20:41:51.931Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:41:51.931Z] ---> Using cache [2021-01-04T20:41:51.931Z] ---> 1d1b5b743dfa [2021-01-04T20:41:51.931Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-04T20:41:52.203Z] ---> Running in 11f2a945d054 [2021-01-04T20:41:52.804Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-04T20:41:52.804Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-04T20:41:52.804Z] ---> 65b801ece7ad [2021-01-04T20:41:52.804Z] Step 3/22 : WORKDIR /edgex-go [2021-01-04T20:41:52.804Z] ---> Using cache [2021-01-04T20:41:52.804Z] ---> 0c441af678a2 [2021-01-04T20:41:52.804Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:41:52.804Z] ---> Using cache [2021-01-04T20:41:52.804Z] ---> 1d1b5b743dfa [2021-01-04T20:41:52.804Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-04T20:41:52.804Z] ---> Using cache [2021-01-04T20:41:52.804Z] ---> d9e60b585bf6 [2021-01-04T20:41:52.804Z] Step 6/22 : COPY go.mod . [2021-01-04T20:41:52.804Z] ---> Using cache [2021-01-04T20:41:52.804Z] ---> 50bd43e49bf2 [2021-01-04T20:41:52.804Z] Step 7/22 : RUN go mod download [2021-01-04T20:41:52.804Z] ---> Running in bb353f5f5857 [2021-01-04T20:41:53.081Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-04T20:41:53.081Z] Removing intermediate container e39f6bdfeda7 [2021-01-04T20:41:53.081Z] ---> 046a8237228f [2021-01-04T20:41:53.081Z] Step 8/22 : COPY . . [2021-01-04T20:41:53.081Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-04T20:41:54.101Z] Collecting jsonschema<3,>=2.5.1 [2021-01-04T20:41:54.101Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-04T20:41:54.381Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:55.029Z] Collecting PyYAML<4,>=3.10 [2021-01-04T20:41:55.029Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-04T20:41:55.029Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:41:56.547Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-04T20:41:56.547Z] snap "core18" has no updates available [2021-01-04T20:41:56.618Z] OK: 217 MiB in 51 packages [2021-01-04T20:41:57.151Z] Pulling config-common [2021-01-04T20:41:58.062Z] Removing intermediate container c6468f719f86 [2021-01-04T20:41:58.062Z] ---> a324dcd385fd [2021-01-04T20:41:58.062Z] Step 8/22 : COPY . . [2021-01-04T20:41:58.135Z] Pulling go-build-helper [2021-01-04T20:41:59.558Z] Collecting docker<4.0,>=3.6.0 [2021-01-04T20:41:59.558Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-04T20:42:00.151Z] Removing intermediate container bb353f5f5857 [2021-01-04T20:42:00.151Z] ---> 19fd8816f6cf [2021-01-04T20:42:00.151Z] Step 8/22 : COPY . . [2021-01-04T20:42:00.750Z] 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-04T20:42:00.750Z] Removing intermediate container 11f2a945d054 [2021-01-04T20:42:00.750Z] ---> 4fd1eec1a1ef [2021-01-04T20:42:00.750Z] Step 6/23 : COPY go.mod . [2021-01-04T20:42:01.353Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-04T20:42:01.353Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-04T20:42:01.626Z] 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-04T20:42:01.907Z] Collecting idna<2.8,>=2.5 [2021-01-04T20:42:01.907Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-04T20:42:02.899Z] ---> 9679de5a6b40 [2021-01-04T20:42:02.899Z] Step 7/23 : RUN go mod download [2021-01-04T20:42:02.899Z] Collecting docker-pycreds>=0.4.0 [2021-01-04T20:42:02.899Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-04T20:42:03.877Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-04T20:42:03.877Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-04T20:42:03.877Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-04T20:42:03.877Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-04T20:42:04.150Z] ---> Running in db9b166b2723 [2021-01-04T20:42:04.755Z] Installing collected packages: docopt, cached-property, texttable, dockerpty, websocket-client, urllib3, idna, requests, jsonschema, PyYAML, docker-pycreds, docker, docker-compose [2021-01-04T20:42:04.755Z] Running setup.py install for docopt: started [2021-01-04T20:42:07.395Z] Running setup.py install for docopt: finished with status 'done' [2021-01-04T20:42:07.395Z] Running setup.py install for texttable: started [2021-01-04T20:42:10.015Z] Running setup.py install for texttable: finished with status 'done' [2021-01-04T20:42:10.015Z] Running setup.py install for dockerpty: started [2021-01-04T20:42:10.015Z] Removing intermediate container db9b166b2723 [2021-01-04T20:42:10.015Z] ---> dba8d5dae622 [2021-01-04T20:42:10.015Z] Step 8/23 : COPY . . [2021-01-04T20:42:12.009Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-04T20:42:12.608Z] Attempting uninstall: urllib3 [2021-01-04T20:42:12.608Z] Found existing installation: urllib3 1.25.9 [2021-01-04T20:42:12.608Z] Uninstalling urllib3-1.25.9: [2021-01-04T20:42:12.609Z] Successfully uninstalled urllib3-1.25.9 [2021-01-04T20:42:13.208Z] ---> 822e5dfc8a26 [2021-01-04T20:42:13.208Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-04T20:42:14.665Z] Attempting uninstall: idna [2021-01-04T20:42:14.665Z] Found existing installation: idna 2.9 [2021-01-04T20:42:14.665Z] Uninstalling idna-2.9: [2021-01-04T20:42:14.665Z] Successfully uninstalled idna-2.9 [2021-01-04T20:42:15.656Z] Attempting uninstall: requests [2021-01-04T20:42:15.657Z] ---> Running in d4ade35eaf61 [2021-01-04T20:42:15.657Z] Found existing installation: requests 2.23.0 [2021-01-04T20:42:15.657Z] Uninstalling requests-2.23.0: [2021-01-04T20:42:16.002Z] Successfully uninstalled requests-2.23.0 [2021-01-04T20:42:17.003Z] Running setup.py install for PyYAML: started [2021-01-04T20:42:17.280Z] ---> 1fd50ace6c09 [2021-01-04T20:42:17.280Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-04T20:42:17.558Z] 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-04T20:42:18.549Z] ---> Running in 8cffd7fee96e [2021-01-04T20:42:19.543Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-04T20:42:20.522Z] 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-04T20:42:21.507Z] ---> cd08bc1dbc0d [2021-01-04T20:42:21.507Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-04T20:42:21.785Z] 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-04T20:42:22.399Z] ---> Running in ffb363113de5 [2021-01-04T20:42:24.766Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-04T20:42:24.766Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-04T20:42:24.766Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-04T20:42:24.766Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1454 kB] [2021-01-04T20:42:24.766Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-04T20:42:24.766Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-04T20:42:24.766Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-04T20:42:24.766Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-04T20:42:24.766Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-04T20:42:24.766Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-04T20:42:24.766Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-04T20:42:24.766Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [284 kB] [2021-01-04T20:42:24.766Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.8 kB] [2021-01-04T20:42:24.766Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2872 B] [2021-01-04T20:42:24.766Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [185 kB] [2021-01-04T20:42:24.766Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [24.3 kB] [2021-01-04T20:42:24.766Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1094 kB] [2021-01-04T20:42:24.766Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [244 kB] [2021-01-04T20:42:24.766Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-04T20:42:24.766Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1813 kB] [2021-01-04T20:42:24.766Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [379 kB] [2021-01-04T20:42:24.766Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [35.6 kB] [2021-01-04T20:42:24.766Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7180 B] [2021-01-04T20:42:24.766Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [214 kB] [2021-01-04T20:42:24.766Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [29.1 kB] [2021-01-04T20:42:24.766Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-04T20:42:24.766Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [357 kB] [2021-01-04T20:42:24.766Z] Fetched 23.6 MB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-04T20:42:24.766Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-04T20:42:24.766Z] Fetched 279 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-04T20:42:24.766Z] Fetched 122 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-04T20:42:24.766Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-04T20:42:24.766Z] Fetched 8848 B in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-04T20:42:24.766Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-04T20:42:24.766Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2021-01-04T20:42:24.766Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-04T20:42:24.766Z] Fetched 214 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-04T20:42:24.766Z] Fetched 155 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-04T20:42:24.766Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-04T20:42:24.766Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-04T20:42:24.766Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-04T20:42:24.766Z] Fetched 499 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-04T20:42:24.766Z] Fetched 111 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-04T20:42:24.766Z] Fetched 240 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-04T20:42:24.766Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-04T20:42:24.766Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-04T20:42:24.766Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2021-01-04T20:42:24.766Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-04T20:42:24.766Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-04T20:42:24.766Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-04T20:42:24.766Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-04T20:42:24.766Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-04T20:42:24.766Z] Fetched 8720 B in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-04T20:42:24.766Z] Fetched 137 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-04T20:42:24.766Z] Fetched 119 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-04T20:42:24.766Z] Fetched 109 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-04T20:42:24.766Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-04T20:42:24.766Z] Fetched 645 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-04T20:42:24.766Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-04T20:42:24.766Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-04T20:42:24.766Z] Fetched 368 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2021-01-04T20:42:24.766Z] Fetched 187 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-04T20:42:24.766Z] Fetched 175 kB in 0s (0 B/s) [2021-01-04T20:42:24.766Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-04T20:42:25.046Z] 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-04T20:42:26.158Z] Fetched 206 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-04T20:42:26.158Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-04T20:42:26.158Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-04T20:42:26.158Z] Fetched 159 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-04T20:42:26.158Z] Fetched 107 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-04T20:42:26.158Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-04T20:42:26.158Z] Pulling static-packages [2021-01-04T20:42:27.543Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-04T20:42:27.543Z] Skipping pull go-build-helper (already ran) [2021-01-04T20:42:27.543Z] Skipping pull static-packages (already ran) [2021-01-04T20:42:27.543Z] Building go-build-helper [2021-01-04T20:42:29.372Z] Removing intermediate container 0c77fc856132 [2021-01-04T20:42:29.372Z] ---> 2ff6f6a05c8f [2021-01-04T20:42:29.372Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-04T20:42:29.975Z] ---> Running in 6d92fb62f175 [2021-01-04T20:42:31.758Z] Building static-packages [2021-01-04T20:42:32.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:42:32.609Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:42:33.230Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-04T20:42:33.230Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-04T20:42:33.230Z] (3/3) Installing curl (7.69.1-r3) [2021-01-04T20:42:33.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:42:33.508Z] OK: 71 MiB in 58 packages [2021-01-04T20:42:33.508Z] ---> 14d9e8873993 [2021-01-04T20:42:33.508Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-04T20:42:33.508Z] ---> Running in f207a5d0b883 [2021-01-04T20:42:34.310Z] Staging go-build-helper [2021-01-04T20:42:35.256Z] Staging static-packages [2021-01-04T20:42:36.168Z] Removing intermediate container 6d92fb62f175 [2021-01-04T20:42:36.168Z] ---> 7e04018f989b [2021-01-04T20:42:36.168Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-04T20:42:36.168Z] 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-04T20:42:36.168Z] ---> Running in a2141f59be6c [2021-01-04T20:42:36.455Z] Removing intermediate container a2141f59be6c [2021-01-04T20:42:36.455Z] ---> c28df990075d [2021-01-04T20:42:36.455Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:42:36.647Z] Pulling go115 [2021-01-04T20:42:36.730Z] ---> Running in cff119f4884a [2021-01-04T20:42:37.332Z] Removing intermediate container cff119f4884a [2021-01-04T20:42:37.332Z] ---> edc738d5ff8b [2021-01-04T20:42:37.332Z] Step 24/26 : LABEL arch=arm64 [2021-01-04T20:42:37.594Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-04T20:42:37.594Z] Skipping pull go115 (already ran) [2021-01-04T20:42:37.594Z] Building go115 [2021-01-04T20:42:37.594Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T20:42:37.594Z] Dload Upload Total Spent Left Speed [2021-01-04T20:42:37.606Z] ---> Running in 50fb84456486 [2021-01-04T20:42:38.214Z] Removing intermediate container 50fb84456486 [2021-01-04T20:42:38.214Z] ---> 5fb3f51e061e [2021-01-04T20:42:38.214Z] Step 25/26 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:42:38.214Z] ---> Running in d1798caabd4f [2021-01-04T20:42:39.200Z] Removing intermediate container d1798caabd4f [2021-01-04T20:42:39.200Z] ---> c79acca5e4a4 [2021-01-04T20:42:39.200Z] Step 26/26 : LABEL version=0.0.0 [2021-01-04T20:42:39.200Z] ---> Running in 5a0052827049 [2021-01-04T20:42:39.813Z] Removing intermediate container 5a0052827049 [2021-01-04T20:42:39.813Z] ---> d7cbe9e90f6e [2021-01-04T20:42:39.813Z] [2021-01-04T20:42:40.426Z] Successfully built d7cbe9e90f6e [2021-01-04T20:42:40.426Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-04T20:42:41.138Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6971 0 0 17085 0 1:58:10 --:--:-- 1:58:10 17044 29 115M 29 33.6M 0 0 24.1M 0 0:00:04 0:00:01 0:00:03 24.1M 61 115M 61 71.2M 0 0 29.9M 0 0:00:03 0:00:02 0:00:01 29.9M 94 115M 94 109M 0 0 32.3M 0 0:00:03 0:00:03 --:--:-- 32.3M 100 115M 100 115M 0 0 32.4M 0 0:00:03 0:00:03 --:--:-- 32.4M [2021-01-04T20:42:42.083Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-04T20:42:46.308Z] Staging go115 [2021-01-04T20:42:52.915Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-04T20:42:52.915Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-04T20:42:52.915Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-04T20:42:52.915Z] Fetched 0 B in 0s (0 B/s) [2021-01-04T20:42:52.915Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-04T20:42:52.915Z] Fetched 224 kB in 0s (0 B/s) [2021-01-04T20:42:52.915Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-04T20:42:52.915Z] Fetched 157 kB in 0s (0 B/s) [2021-01-04T20:42:52.915Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-04T20:42:52.915Z] Fetched 221 kB in 0s (0 B/s) [2021-01-04T20:42:52.915Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-04T20:42:52.915Z] Fetched 143 kB in 0s (0 B/s) [2021-01-04T20:42:52.915Z] Pulling edgex-go [2021-01-04T20:42:54.831Z] Pulling version [2021-01-04T20:42:56.220Z] Building config-common [2021-01-04T20:42:58.771Z] Skipping build go-build-helper (already ran) [2021-01-04T20:42:58.771Z] Skipping build static-packages (already ran) [2021-01-04T20:42:58.771Z] Skipping build go115 (already ran) [2021-01-04T20:42:58.771Z] Building edgex-go [2021-01-04T20:42:59.033Z] 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-04T20:43:00.420Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.65 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.136 [2021-01-04T20:43:00.420Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.29 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-04T20:43:00.420Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-04T20:43:00.420Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-04T20:43:00.420Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/google/uuid v1.1.3 [2021-01-04T20:43:00.420Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2021-01-04T20:43:00.420Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-04T20:43:00.420Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-04T20:43:00.420Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-04T20:43:00.420Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-04T20:43:00.421Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-04T20:43:00.421Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-04T20:43:00.421Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-04T20:43:00.421Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-04T20:43:00.421Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-04T20:43:00.421Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-04T20:43:00.421Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-04T20:43:00.421Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-04T20:43:00.421Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-04T20:43:00.421Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-04T20:43:00.421Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-04T20:43:00.421Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-04T20:43:00.421Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-04T20:43:00.685Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-04T20:43:00.685Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-04T20:43:00.685Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-04T20:43:01.262Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-04T20:43:01.524Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-04T20:43:09.684Z] 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-04T20:43:13.903Z] 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-04T20:43:14.477Z] 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-04T20:43:15.868Z] 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-04T20:43:16.129Z] 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-04T20:43:16.129Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-04T20:43:16.391Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-04T20:43:16.391Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-04T20:43:16.391Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-04T20:43:18.309Z] 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-04T20:43:18.309Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-04T20:43:18.309Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-04T20:43:19.255Z] 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-04T20:43:19.255Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-04T20:43:20.205Z] 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-04T20:43:20.467Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-04T20:43:21.862Z] 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-04T20:43:22.813Z] 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-04T20:43:23.757Z] 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-04T20:43:26.308Z] Building version [2021-01-04T20:43:28.855Z] Staging config-common [2021-01-04T20:43:29.798Z] Skipping stage go-build-helper (already ran) [2021-01-04T20:43:29.798Z] Skipping stage static-packages (already ran) [2021-01-04T20:43:29.798Z] Skipping stage go115 (already ran) [2021-01-04T20:43:29.798Z] Staging edgex-go [2021-01-04T20:43:31.191Z] Staging version [2021-01-04T20:43:32.136Z] Priming config-common [2021-01-04T20:43:33.081Z] Priming go-build-helper [2021-01-04T20:43:34.473Z] Priming static-packages [2021-01-04T20:43:37.020Z] Priming go115 [2021-01-04T20:43:37.964Z] Priming edgex-go [2021-01-04T20:43:39.359Z] Priming version [2021-01-04T20:43:40.313Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T20:43:48.504Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ffb363113de5 [2021-01-04T20:43:48.504Z] ---> 724df579e50b [2021-01-04T20:43:48.504Z] [2021-01-04T20:43:48.504Z] Step 10/22 : FROM alpine:3.12 [2021-01-04T20:43:48.504Z] ---> afeebe901d6b [2021-01-04T20:43:48.504Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-04T20:43:48.504Z] ---> Using cache [2021-01-04T20:43:48.504Z] ---> 416cca8a2bd9 [2021-01-04T20:43:48.504Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-04T20:43:48.504Z] ---> Running in 253f18355d2b [2021-01-04T20:43:48.504Z] Removing intermediate container 253f18355d2b [2021-01-04T20:43:48.504Z] ---> 80bfad130299 [2021-01-04T20:43:48.504Z] Step 13/22 : WORKDIR / [2021-01-04T20:43:48.504Z] ---> Running in 9eed5c2a518b [2021-01-04T20:43:48.504Z] Removing intermediate container 8cffd7fee96e [2021-01-04T20:43:48.504Z] ---> 5d8ea0ac0595 [2021-01-04T20:43:48.504Z] [2021-01-04T20:43:48.504Z] Step 10/22 : FROM scratch [2021-01-04T20:43:48.504Z] ---> [2021-01-04T20:43:48.504Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:43:48.504Z] ---> Using cache [2021-01-04T20:43:48.504Z] ---> e6c1861344fd [2021-01-04T20:43:48.504Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-04T20:43:48.504Z] ---> Running in 947daca6affc [2021-01-04T20:43:48.504Z] Removing intermediate container 9eed5c2a518b [2021-01-04T20:43:48.504Z] ---> 28e18d837304 [2021-01-04T20:43:48.504Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-04T20:43:48.504Z] Removing intermediate container 947daca6affc [2021-01-04T20:43:48.504Z] ---> 3572f1ffa496 [2021-01-04T20:43:48.504Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:43:48.504Z] ---> Running in 49f84ee180c4 [2021-01-04T20:43:48.504Z] ---> 8407f8c26f41 [2021-01-04T20:43:48.504Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-04T20:43:48.504Z] Removing intermediate container 49f84ee180c4 [2021-01-04T20:43:48.504Z] ---> bde45b1b71ff [2021-01-04T20:43:48.504Z] Step 14/22 : WORKDIR / [2021-01-04T20:43:48.504Z] ---> Running in 386760aac00c [2021-01-04T20:43:48.504Z] Removing intermediate container 386760aac00c [2021-01-04T20:43:48.504Z] ---> d46194e9fde1 [2021-01-04T20:43:48.504Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-04T20:43:48.504Z] ---> e7c7e5431af9 [2021-01-04T20:43:48.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-04T20:43:48.504Z] ---> 2a0b52b33eb0 [2021-01-04T20:43:48.504Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-04T20:43:48.504Z] ---> 86f022407ea6 [2021-01-04T20:43:48.504Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-04T20:43:49.988Z] ---> 1d55780f3d0f [2021-01-04T20:43:49.988Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-04T20:43:49.988Z] ---> c43c38df379e [2021-01-04T20:43:49.988Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-04T20:43:49.988Z] ---> Running in ce833ebf6ebc [2021-01-04T20:43:51.453Z] ---> 3fb72f5d86f7 [2021-01-04T20:43:51.453Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-04T20:43:51.737Z] ---> Running in 9490505cd8e6 [2021-01-04T20:43:52.741Z] Removing intermediate container 9490505cd8e6 [2021-01-04T20:43:52.741Z] ---> 74fb18bdee3a [2021-01-04T20:43:52.741Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:43:53.023Z] ---> Running in 285d928b9721 [2021-01-04T20:43:54.013Z] Removing intermediate container ce833ebf6ebc [2021-01-04T20:43:54.013Z] ---> a43adea879a6 [2021-01-04T20:43:54.013Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-04T20:43:54.013Z] Removing intermediate container 285d928b9721 [2021-01-04T20:43:54.013Z] ---> 805ac25cacc4 [2021-01-04T20:43:54.013Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T20:43:54.013Z] ---> Running in 0e3d6f0878db [2021-01-04T20:43:54.326Z] ---> Running in 2b40cf4efb87 [2021-01-04T20:43:55.021Z] Removing intermediate container 0e3d6f0878db [2021-01-04T20:43:55.021Z] ---> a418014f3771 [2021-01-04T20:43:55.021Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T20:43:55.321Z] ---> Running in 63fd421aa337 [2021-01-04T20:43:55.321Z] Removing intermediate container 2b40cf4efb87 [2021-01-04T20:43:55.321Z] ---> 352934342edb [2021-01-04T20:43:55.322Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:43:55.973Z] ---> Running in c7965f4d363b [2021-01-04T20:43:56.330Z] Removing intermediate container 63fd421aa337 [2021-01-04T20:43:56.330Z] ---> dc2997844eaf [2021-01-04T20:43:56.330Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:43:56.604Z] ---> Running in 0057c70de510 [2021-01-04T20:43:56.887Z] Removing intermediate container c7965f4d363b [2021-01-04T20:43:56.887Z] ---> 11aee94d38d4 [2021-01-04T20:43:56.887Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:43:57.482Z] ---> Running in 47fe3d8cb425 [2021-01-04T20:43:57.482Z] Removing intermediate container 0057c70de510 [2021-01-04T20:43:57.482Z] ---> 707735fcbd3a [2021-01-04T20:43:57.482Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:43:57.482Z] ---> Running in 30709eb3017f [2021-01-04T20:43:57.760Z] Removing intermediate container d4ade35eaf61 [2021-01-04T20:43:57.760Z] ---> 6d7e8d3edcd8 [2021-01-04T20:43:57.760Z] [2021-01-04T20:43:57.760Z] Step 10/22 : FROM scratch [2021-01-04T20:43:57.760Z] ---> [2021-01-04T20:43:57.760Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:43:58.033Z] Removing intermediate container 47fe3d8cb425 [2021-01-04T20:43:58.033Z] ---> 230d5959320f [2021-01-04T20:43:58.033Z] [2021-01-04T20:43:58.033Z] ---> Using cache [2021-01-04T20:43:58.033Z] ---> e6c1861344fd [2021-01-04T20:43:58.033Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-04T20:43:58.310Z] ---> Running in 33cd1125607d [2021-01-04T20:43:58.311Z] Removing intermediate container 30709eb3017f [2021-01-04T20:43:58.311Z] ---> 6a4c19e1a473 [2021-01-04T20:43:58.311Z] [2021-01-04T20:43:58.583Z] Successfully built 230d5959320f [2021-01-04T20:43:58.583Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-04T20:43:58.869Z]  Building docker-core-command-go ... done Successfully built 6a4c19e1a473 [2021-01-04T20:43:58.869Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-04T20:43:58.869Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 33cd1125607d [2021-01-04T20:43:58.869Z] ---> 3a0b4b7221f6 [2021-01-04T20:43:58.869Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-04T20:43:58.869Z] ---> Running in 55baa069ba3b [2021-01-04T20:43:59.463Z] Removing intermediate container 55baa069ba3b [2021-01-04T20:43:59.463Z] ---> f28dd7dec85e [2021-01-04T20:43:59.463Z] Step 14/22 : WORKDIR / [2021-01-04T20:43:59.463Z] ---> Running in 6eb54c6f6067 [2021-01-04T20:44:00.444Z] Removing intermediate container 6eb54c6f6067 [2021-01-04T20:44:00.444Z] ---> bc30111c9080 [2021-01-04T20:44:00.444Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-04T20:44:01.431Z] ---> 0b9addddbc34 [2021-01-04T20:44:01.431Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-04T20:44:03.420Z] ---> 6957a628af69 [2021-01-04T20:44:03.420Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-04T20:44:04.017Z] ---> 2d3a586bd226 [2021-01-04T20:44:04.017Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-04T20:44:04.017Z] ---> Running in 36617b754510 [2021-01-04T20:44:04.294Z] Removing intermediate container 36617b754510 [2021-01-04T20:44:04.294Z] ---> dccae54f1201 [2021-01-04T20:44:04.294Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:44:04.581Z] ---> Running in e466c848dd8d [2021-01-04T20:44:05.179Z] Removing intermediate container e466c848dd8d [2021-01-04T20:44:05.179Z] ---> 2a85bad0d4f3 [2021-01-04T20:44:05.179Z] Step 20/22 : LABEL arch=arm64 [2021-01-04T20:44:05.179Z] ---> Running in 4840e2d9ca6d [2021-01-04T20:44:05.780Z] Removing intermediate container 4840e2d9ca6d [2021-01-04T20:44:05.780Z] ---> 23693851c3bb [2021-01-04T20:44:05.780Z] Step 21/22 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:44:06.054Z] ---> Running in e68eef65b3fd [2021-01-04T20:44:06.644Z] Removing intermediate container e68eef65b3fd [2021-01-04T20:44:06.644Z] ---> e5d3fbe4bfc2 [2021-01-04T20:44:06.644Z] Step 22/22 : LABEL version=0.0.0 [2021-01-04T20:44:06.644Z] ---> Running in f6fc7e3a7c80 [2021-01-04T20:44:07.624Z] Removing intermediate container f6fc7e3a7c80 [2021-01-04T20:44:07.624Z] ---> 4d094e0d7227 [2021-01-04T20:44:07.624Z] [2021-01-04T20:44:07.898Z] Successfully built 4d094e0d7227 [2021-01-04T20:44:07.898Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-04T20:44:09.328Z]  Building docker-core-metadata-go ... done Removing intermediate container f207a5d0b883 [2021-01-04T20:44:09.328Z] ---> 011488ad7dec [2021-01-04T20:44:09.328Z] [2021-01-04T20:44:09.328Z] Step 10/23 : FROM alpine:3.12 [2021-01-04T20:44:09.328Z] ---> afeebe901d6b [2021-01-04T20:44:09.328Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-04T20:44:09.328Z] ---> Running in f727dd4c1f66 [2021-01-04T20:44:09.599Z] Removing intermediate container f727dd4c1f66 [2021-01-04T20:44:09.599Z] ---> 37e63c23a71e [2021-01-04T20:44:09.599Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-04T20:44:09.873Z] ---> Running in 9204458f7d9d [2021-01-04T20:44:10.146Z] Removing intermediate container 9204458f7d9d [2021-01-04T20:44:10.146Z] ---> f4a832d36b88 [2021-01-04T20:44:10.146Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-04T20:44:10.418Z] ---> Running in e8afb5060d92 [2021-01-04T20:44:11.011Z] Removing intermediate container e8afb5060d92 [2021-01-04T20:44:11.011Z] ---> b4f6cd70b7e0 [2021-01-04T20:44:11.011Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T20:44:11.011Z] ---> Running in 80fb9d68de68 [2021-01-04T20:44:12.983Z] Removing intermediate container 80fb9d68de68 [2021-01-04T20:44:12.983Z] ---> 00438d65f190 [2021-01-04T20:44:12.983Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-04T20:44:13.258Z] ---> Running in a4cb744e9a42 [2021-01-04T20:44:14.233Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T20:44:14.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T20:44:15.789Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-04T20:44:15.789Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-04T20:44:16.059Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-04T20:44:16.327Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-04T20:44:16.327Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-04T20:44:16.597Z] Executing busybox-1.31.1-r19.trigger [2021-01-04T20:44:16.597Z] OK: 8 MiB in 19 packages [2021-01-04T20:44:18.029Z] Removing intermediate container a4cb744e9a42 [2021-01-04T20:44:18.029Z] ---> f0f95008f45c [2021-01-04T20:44:18.029Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-04T20:44:18.300Z] ---> fa8e0f929e4b [2021-01-04T20:44:18.300Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-04T20:44:19.727Z] ---> b358f6d750b9 [2021-01-04T20:44:19.727Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-04T20:44:20.321Z] ---> 65deba84c719 [2021-01-04T20:44:20.321Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-04T20:44:20.321Z] ---> Running in edddda6ce8c1 [2021-01-04T20:44:20.921Z] Removing intermediate container edddda6ce8c1 [2021-01-04T20:44:20.922Z] ---> 28d955dd2ca0 [2021-01-04T20:44:20.922Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-04T20:44:20.922Z] ---> Running in 41cc6f926cd9 [2021-01-04T20:44:21.517Z] Removing intermediate container 41cc6f926cd9 [2021-01-04T20:44:21.517Z] ---> dac2017bbefa [2021-01-04T20:44:21.517Z] Step 21/23 : LABEL arch=arm64 [2021-01-04T20:44:21.517Z] ---> Running in e7e49fc9b3a2 [2021-01-04T20:44:22.111Z] Removing intermediate container e7e49fc9b3a2 [2021-01-04T20:44:22.111Z] ---> 9ed697681fc5 [2021-01-04T20:44:22.111Z] Step 22/23 : LABEL git_sha=e6008164d5483cb3bc228551234e5525a4d149b3 [2021-01-04T20:44:22.111Z] ---> Running in 7fc6b7a86de7 [2021-01-04T20:44:22.703Z] Removing intermediate container 7fc6b7a86de7 [2021-01-04T20:44:22.703Z] ---> b6409c409ed9 [2021-01-04T20:44:22.703Z] Step 23/23 : LABEL version=0.0.0 [2021-01-04T20:44:22.703Z] ---> Running in 0994f9b3013f [2021-01-04T20:44:22.978Z] Removing intermediate container 0994f9b3013f [2021-01-04T20:44:22.978Z] ---> ecab1716436c [2021-01-04T20:44:22.978Z] [2021-01-04T20:44:23.570Z] Successfully built ecab1716436c [2021-01-04T20:44:23.570Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-04T20:44:23.859Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-04T20:44:23.866Z] $ docker stop --time=1 88244518fa9e26c661c530ff6fd065d9bc3afa1480bbe7f3fc93654c0eaaaad1 [2021-01-04T20:44:25.791Z] $ docker rm -f 88244518fa9e26c661c530ff6fd065d9bc3afa1480bbe7f3fc93654c0eaaaad1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T20:44:26.507Z] + + docker imagesgrep [2021-01-04T20:44:26.507Z] docker [2021-01-04T20:44:26.777Z] docker-core-data-go-arm64 latest ecab1716436c 4 seconds ago 21MB [2021-01-04T20:44:26.777Z] docker-core-metadata-go-arm64 latest 4d094e0d7227 20 seconds ago 12.3MB [2021-01-04T20:44:26.777Z] docker-core-command-go-arm64 latest 230d5959320f 29 seconds ago 9.98MB [2021-01-04T20:44:26.777Z] docker-security-bootstrap-redis-go-arm64 latest 6a4c19e1a473 29 seconds ago 15.1MB [2021-01-04T20:44:26.777Z] docker-sys-mgmt-agent-go-arm64 latest d7cbe9e90f6e About a minute ago 300MB [2021-01-04T20:44:26.777Z] docker-security-secretstore-setup-go-arm64 latest 4e898d2e8f50 3 minutes ago 23.4MB [2021-01-04T20:44:26.777Z] docker-security-proxy-setup-go-arm64 latest 4d956f771850 3 minutes ago 23.3MB [2021-01-04T20:44:26.777Z] docker-support-notifications-go-arm64 latest 25b8644953aa 3 minutes ago 11.4MB [2021-01-04T20:44:26.777Z] docker-support-scheduler-go-arm64 latest 71a22579cd7a 3 minutes ago 10MB [2021-01-04T20:44:26.777Z] docker 20.10.0 eeaf43b92773 3 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-04T20:44:28.549Z] provisioning config files... [2021-01-04T20:44:28.566Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config9068918953851289206tmp [Pipeline] { [Pipeline] sh [2021-01-04T20:44:28.953Z] + set +x [2021-01-04T20:44:28.953Z] + curl -s https://codecov.io/bash [2021-01-04T20:44:28.953Z] + bash -s -- [2021-01-04T20:44:29.217Z] [2021-01-04T20:44:29.217Z] _____ _ [2021-01-04T20:44:29.217Z] / ____| | | [2021-01-04T20:44:29.217Z] | | ___ __| | ___ ___ _____ __ [2021-01-04T20:44:29.217Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-04T20:44:29.217Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-04T20:44:29.217Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-04T20:44:29.217Z] Bash-20201231-23d4836 [2021-01-04T20:44:29.217Z] [2021-01-04T20:44:29.217Z] [2021-01-04T20:44:29.217Z] ==> git version 2.24.3 found [2021-01-04T20:44:29.479Z] ==> 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-04T20:44:29.480Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-04T20:44:29.480Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-04T20:44:29.480Z] ==> Jenkins CI detected. [2021-01-04T20:44:29.480Z] project root: . [2021-01-04T20:44:29.480Z] --> token set from env [2021-01-04T20:44:29.480Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-04T20:44:29.480Z] ==> Running gcov in . (disable via -X gcov) [2021-01-04T20:44:29.480Z] ==> Python coveragepy not found [2021-01-04T20:44:29.480Z] ==> Searching for coverage reports in: [2021-01-04T20:44:29.480Z] + . [2021-01-04T20:44:29.480Z] -> Found 1 reports [2021-01-04T20:44:29.480Z] ==> Detecting git/mercurial file structure [2021-01-04T20:44:29.480Z] ==> Reading reports [2021-01-04T20:44:29.742Z] + ./coverage.out bytes=538204 [2021-01-04T20:44:29.742Z] ==> Appending adjustments [2021-01-04T20:44:29.742Z] https://docs.codecov.io/docs/fixing-reports [2021-01-04T20:44:33.053Z] + Found adjustments [2021-01-04T20:44:33.053Z] ==> Gzipping contents [2021-01-04T20:44:33.053Z] 84K /tmp/codecov.gyhS2h.gz [2021-01-04T20:44:33.053Z] ==> Uploading reports [2021-01-04T20:44:33.053Z] url: https://codecov.io [2021-01-04T20:44:33.053Z] query: branch=PR-2966&commit=e6008164d5483cb3bc228551234e5525a4d149b3&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-04T20:44:33.053Z] -> Pinging Codecov [2021-01-04T20:44:33.053Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2966&commit=e6008164d5483cb3bc228551234e5525a4d149b3&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= [2021-01-04T20:44:33.053Z] -> Uploading to [2021-01-04T20:44:33.053Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-04/00271124DB129430A58F1EEE437C3FCB/e6008164d5483cb3bc228551234e5525a4d149b3/a92546eb-9025-4196-a88a-2b90ee35029f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210104%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210104T204432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=22256c3e8698440fbb33362a2abdf2d6fab2cab1b86394dcacc034d1cddb4143 [2021-01-04T20:44:33.053Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-04T20:44:33.053Z] Dload Upload Total Spent Left Speed [2021-01-04T20:44:33.628Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82081 0 0 100 82081 0 160k --:--:-- --:--:-- --:--:-- 161k [2021-01-04T20:44:33.628Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/e6008164d5483cb3bc228551234e5525a4d149b3 [Pipeline] } [2021-01-04T20:44:33.638Z] 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-04T20:44:35.668Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:44:36.547Z] ---> package-listing.sh [2021-01-04T20:44:36.547Z] ++ facter osfamily [2021-01-04T20:44:36.547Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T20:44:36.547Z] + OS_FAMILY=redhat [2021-01-04T20:44:36.547Z] + workspace=/w/workspace/edgex-go/8 [2021-01-04T20:44:36.547Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T20:44:36.547Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T20:44:36.547Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T20:44:36.547Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T20:44:36.547Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-04T20:44:36.548Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T20:44:36.548Z] + case "${OS_FAMILY}" in [2021-01-04T20:44:36.548Z] + rpm -qa [2021-01-04T20:44:36.548Z] + sort [2021-01-04T20:44:41.858Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T20:44:41.858Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T20:44:41.858Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T20:44:41.858Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-04T20:44:41.858Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-04T20:44:41.858Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-04T20:44:41.874Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T20:44:42.172Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:44:42.490Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:44:42.490Z] [2021-01-04T20:44:42.490Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T20:44:42.861Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:44:42.862Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T20:44:42.862Z] df20fa9351a1: Pulling fs layer [2021-01-04T20:44:42.862Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T20:44:42.862Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T20:44:42.862Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T20:44:42.862Z] 93b61091891f: Pulling fs layer [2021-01-04T20:44:42.862Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T20:44:42.862Z] 5e14af77c1be: Pulling fs layer [2021-01-04T20:44:42.862Z] 01666e4c0597: Pulling fs layer [2021-01-04T20:44:42.862Z] aa168da1d23b: Pulling fs layer [2021-01-04T20:44:42.862Z] 93b9cdb0e59b: Waiting [2021-01-04T20:44:42.862Z] 5e14af77c1be: Waiting [2021-01-04T20:44:42.862Z] aa168da1d23b: Waiting [2021-01-04T20:44:42.862Z] 46f8f816bc3b: Waiting [2021-01-04T20:44:42.862Z] 93b61091891f: Waiting [2021-01-04T20:44:42.862Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T20:44:42.862Z] 36b3adc4ff6f: Download complete [2021-01-04T20:44:42.862Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T20:44:42.862Z] 46f8f816bc3b: Download complete [2021-01-04T20:44:42.862Z] df20fa9351a1: Download complete [2021-01-04T20:44:42.862Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T20:44:42.862Z] 93b9cdb0e59b: Download complete [2021-01-04T20:44:42.862Z] 5e14af77c1be: Verifying Checksum [2021-01-04T20:44:42.862Z] 5e14af77c1be: Download complete [2021-01-04T20:44:43.131Z] 93b61091891f: Download complete [2021-01-04T20:44:43.131Z] 01666e4c0597: Verifying Checksum [2021-01-04T20:44:43.131Z] 01666e4c0597: Download complete [2021-01-04T20:44:43.409Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T20:44:43.409Z] 8ad3a11d3b57: Download complete [2021-01-04T20:44:43.409Z] df20fa9351a1: Pull complete [2021-01-04T20:44:43.684Z] 36b3adc4ff6f: Pull complete [2021-01-04T20:44:45.107Z] aa168da1d23b: Verifying Checksum [2021-01-04T20:44:45.107Z] aa168da1d23b: Download complete [2021-01-04T20:44:45.681Z] 8ad3a11d3b57: Pull complete [2021-01-04T20:44:45.944Z] 46f8f816bc3b: Pull complete [2021-01-04T20:44:47.335Z] 93b61091891f: Pull complete [2021-01-04T20:44:47.335Z] 93b9cdb0e59b: Pull complete [2021-01-04T20:44:47.597Z] 5e14af77c1be: Pull complete [2021-01-04T20:44:47.597Z] 01666e4c0597: Pull complete [2021-01-04T20:44:57.653Z] aa168da1d23b: Pull complete [2021-01-04T20:44:57.653Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T20:44:57.653Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T20:44:57.653Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T20:44:57.880Z] prd-centos7-docker-4c-2g-18272 does not seem to be running inside a container [2021-01-04T20:44:58.017Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T20:45:03.474Z] $ docker top 53ba15379fb886c2adea7cd094bca44b237557d0bd9f0b5ad9132e755dbb54a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T20:45:04.114Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T20:45:04.415Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T20:45:04.715Z] + ls /var/log/sa-host [2021-01-04T20:45:04.715Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T20:45:04.715Z] file_magic: OK [2021-01-04T20:45:04.715Z] HZ: Using current value: 100 [2021-01-04T20:45:04.715Z] file_header: OK [2021-01-04T20:45:04.715Z] 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-04T20:45:04.715Z] Statistics: [2021-01-04T20:45:04.715Z] 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... [2021-01-04T20:45:04.715Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T20:45:04.715Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T20:45:04.715Z] file_magic: OK [2021-01-04T20:45:04.715Z] HZ: Using current value: 100 [2021-01-04T20:45:04.715Z] file_header: OK [2021-01-04T20:45:04.715Z] 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-04T20:45:04.715Z] Statistics: [2021-01-04T20:45:04.715Z] Hnuu...uuuununununu... [2021-01-04T20:45:04.715Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T20:45:04.995Z] provisioning config files... [2021-01-04T20:45:05.011Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config737291118323460201tmp [Pipeline] { [Pipeline] echo [2021-01-04T20:45:05.109Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:45:05.409Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T20:45:05.419Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T20:45:05.510Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:45:05.810Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T20:45:05.822Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:45:06.119Z] ---> sudo-logs.sh [2021-01-04T20:45:06.119Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T20:45:06.129Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:45:06.431Z] ---> job-cost.sh [2021-01-04T20:45:06.432Z] lf-activate-venv: SKIPPING [2021-01-04T20:45:06.432Z] INFO: No Stack... [2021-01-04T20:45:07.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T20:45:08.393Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T20:45:08.407Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T20:45:08.700Z] ---> logs-deploy.sh [2021-01-04T20:45:08.701Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/8 [2021-01-04T20:45:08.701Z] INFO: archiving workspace using pattern(s): [2021-01-04T20:45:10.101Z] Archives upload complete. [2021-01-04T20:45:10.101Z] INFO: archiving logs to Nexus