Pull request #3003 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 beaufrusetta for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than d164d0f2684056e901c37f9eef647268f67e0073 Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 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-19196 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) > 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/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 Commit message: "Merge branch 'master' into issue-2983-non-root-containers" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-09T01:10:10.429Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-09T01:10:10.844Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk b879e351854199ca0486f38f59b6cc1f92e7ac30 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-09T01:10:10.981Z] ========================================================= [2021-01-09T01:10:10.981Z] EdgeX Global Pipelines Version Info [2021-01-09T01:10:10.981Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:10:12.480Z] ------------------- [2021-01-09T01:10:12.480Z] stable info: [2021-01-09T01:10:12.480Z] ------------------- [2021-01-09T01:10:12.480Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-09T01:10:12.480Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:10:12.480Z] Message: update stable to v1.0.173 [2021-01-09T01:10:13.435Z] ------------------- [2021-01-09T01:10:13.435Z] experimental info: [2021-01-09T01:10:13.435Z] ------------------- [2021-01-09T01:10:13.435Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-09T01:10:13.435Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-09T01:10:13.435Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-09T01:10:13.873Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-09T01:10:13.979Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-09T01:10:14.077Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-09T01:10:14.176Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-09T01:10:14.269Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-09T01:10:14.388Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-09T01:10:14.503Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-09T01:10:14.605Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-09T01:10:14.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-09T01:10:14.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-09T01:10:14.915Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-09T01:10:15.009Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-09T01:10:15.104Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-09T01:10:15.194Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-09T01:10:15.287Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:10:15.395Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-09T01:10:15.497Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-09T01:10:15.592Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-09T01:10:15.687Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-09T01:10:15.785Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-09T01:10:15.900Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-09T01:10:15.999Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-09T01:10:16.096Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-09T01:10:16.192Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3003 [Pipeline] echo [2021-01-09T01:10:16.286Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3003 [Pipeline] echo [2021-01-09T01:10:16.393Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3003 [Pipeline] echo [2021-01-09T01:10:16.487Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d164d0f2684056e901c37f9eef647268f67e0073 [Pipeline] echo [2021-01-09T01:10:16.583Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d164d0f [Pipeline] echo [2021-01-09T01:10:16.680Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T01:10:16.868Z] provisioning config files... [2021-01-09T01:10:16.900Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5387937294047720940tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:10:17.294Z] ---> docker-login.sh [2021-01-09T01:10:17.294Z] nexus3.edgexfoundry.org:10001 [2021-01-09T01:10:17.557Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:10:17.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:10:17.557Z] Configure a credential helper to remove this warning. See [2021-01-09T01:10:17.557Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:10:17.557Z] [2021-01-09T01:10:17.557Z] Login Succeeded [2021-01-09T01:10:17.557Z] nexus3.edgexfoundry.org:10002 [2021-01-09T01:10:17.820Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:10:17.820Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:10:17.820Z] Configure a credential helper to remove this warning. See [2021-01-09T01:10:17.820Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:10:17.820Z] [2021-01-09T01:10:17.820Z] Login Succeeded [2021-01-09T01:10:17.820Z] nexus3.edgexfoundry.org:10003 [2021-01-09T01:10:18.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:10:18.082Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:10:18.082Z] Configure a credential helper to remove this warning. See [2021-01-09T01:10:18.082Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:10:18.082Z] [2021-01-09T01:10:18.082Z] Login Succeeded [2021-01-09T01:10:18.082Z] nexus3.edgexfoundry.org:10004 [2021-01-09T01:10:18.082Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:10:18.345Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:10:18.345Z] Configure a credential helper to remove this warning. See [2021-01-09T01:10:18.345Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:10:18.345Z] [2021-01-09T01:10:18.345Z] Login Succeeded [2021-01-09T01:10:18.345Z] docker.io [2021-01-09T01:10:18.345Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:10:18.607Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:10:18.607Z] Configure a credential helper to remove this warning. See [2021-01-09T01:10:18.607Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:10:18.607Z] [2021-01-09T01:10:18.607Z] Login Succeeded [2021-01-09T01:10:18.607Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T01:10:18.618Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:10:19.097Z] ++ 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-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/core-command/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/core-data/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-09T01:10:19.097Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-09T01:10:19.097Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-09T01:10:19.097Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-09T01:10:19.097Z] ++ cut -d/ -f2 [2021-01-09T01:10:19.097Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-09T01:10:19.181Z] 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-09T01:10:20.732Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:10:20.732Z] [2021-01-09T01:10:20.732Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:10:21.087Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:10:21.087Z] latest: Pulling from edgex-devops/git-semver [2021-01-09T01:10:21.087Z] 31603596830f: Pulling fs layer [2021-01-09T01:10:21.087Z] 2a8b12db71e7: Pulling fs layer [2021-01-09T01:10:21.087Z] 6ca5941a6612: Pulling fs layer [2021-01-09T01:10:21.087Z] ecc8261a40a4: Pulling fs layer [2021-01-09T01:10:21.087Z] ecc8261a40a4: Waiting [2021-01-09T01:10:21.087Z] 2a8b12db71e7: Verifying Checksum [2021-01-09T01:10:21.087Z] 2a8b12db71e7: Download complete [2021-01-09T01:10:21.087Z] 31603596830f: Verifying Checksum [2021-01-09T01:10:21.087Z] 31603596830f: Download complete [2021-01-09T01:10:21.355Z] ecc8261a40a4: Verifying Checksum [2021-01-09T01:10:21.355Z] ecc8261a40a4: Download complete [2021-01-09T01:10:21.355Z] 6ca5941a6612: Download complete [2021-01-09T01:10:21.620Z] 31603596830f: Pull complete [2021-01-09T01:10:21.620Z] 2a8b12db71e7: Pull complete [2021-01-09T01:10:22.586Z] 6ca5941a6612: Pull complete [2021-01-09T01:10:22.849Z] ecc8261a40a4: Pull complete [2021-01-09T01:10:22.849Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-09T01:10:22.849Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-09T01:10:22.849Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-09T01:10:22.958Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:10:23.013Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-09T01:10:25.471Z] $ docker top 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-09T01:10:25.814Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:10:25.814Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:10:26.041Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:10:26.043Z] $ docker exec 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent [2021-01-09T01:10:26.206Z] SSH_AUTH_SOCK=/tmp/ssh-SUT836h5cfiq/agent.13 [2021-01-09T01:10:26.206Z] SSH_AGENT_PID=18 [2021-01-09T01:10:26.219Z] Running ssh-add (command line suppressed) [2021-01-09T01:10:26.339Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_3703565524542936484.key (/w/workspace/edgex-go/5@tmp/private_key_3703565524542936484.key) [2021-01-09T01:10:26.393Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:10:26.730Z] + git tag --points-at HEAD [Pipeline] } [2021-01-09T01:10:26.753Z] $ docker exec --env ******** --env ******** 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent -k [2021-01-09T01:10:26.864Z] unset SSH_AUTH_SOCK; [2021-01-09T01:10:26.864Z] unset SSH_AGENT_PID; [2021-01-09T01:10:26.864Z] echo Agent pid 18 killed; [2021-01-09T01:10:26.922Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-09T01:10:27.062Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-09T01:10:27.062Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-09T01:10:27.245Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-09T01:10:27.248Z] $ docker exec 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent [2021-01-09T01:10:27.490Z] SSH_AUTH_SOCK=/tmp/ssh-TVvQIs7wTzAr/agent.46 [2021-01-09T01:10:27.490Z] SSH_AGENT_PID=51 [2021-01-09T01:10:27.497Z] Running ssh-add (command line suppressed) [2021-01-09T01:10:27.634Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_1005301646707433434.key (/w/workspace/edgex-go/5@tmp/private_key_1005301646707433434.key) [2021-01-09T01:10:27.702Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-09T01:10:28.046Z] + git semver init [2021-01-09T01:10:28.046Z] # -> Open(): unable to determine branch for HEAD [2021-01-09T01:10:28.046Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2021-01-09T01:10:28.046Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2021-01-09T01:10:28.046Z] # $SEMVER_REMOTE_NAME = origin [2021-01-09T01:10:28.046Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-09T01:10:28.046Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-09T01:10:28.046Z] # $SEMVER_BRANCH = PR-3003 [2021-01-09T01:10:28.046Z] # $SEMVER_TEMP = /tmp/semver-203999637 [2021-01-09T01:10:28.046Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-09T01:10:46.228Z] # '/tmp/semver-203999637' -> '/w/workspace/edgex-go/5/.semver' [2021-01-09T01:10:46.228Z] # -> Force: false [2021-01-09T01:10:46.228Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2021-01-09T01:10:46.239Z] $ docker exec --env ******** --env ******** 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f ssh-agent -k [2021-01-09T01:10:46.427Z] unset SSH_AUTH_SOCK; [2021-01-09T01:10:46.427Z] unset SSH_AGENT_PID; [2021-01-09T01:10:46.427Z] echo Agent pid 51 killed; [2021-01-09T01:10:46.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-09T01:10:47.030Z] + git semver [Pipeline] } [2021-01-09T01:10:47.046Z] $ docker stop --time=1 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f [2021-01-09T01:10:48.763Z] $ docker rm -f 50501ae18cca8f72d1c11109a2fb182748f6d7bf83896bc253783fe3c279b63f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:10:49.308Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-09T01:10:49.777Z] Stashed 1 file(s) [Pipeline] echo [2021-01-09T01:10:49.779Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T01:10:50.909Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:10:51.209Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:10:51.509Z] + sudo service docker restart [2021-01-09T01:10:51.509Z] + true [2021-01-09T01:10:51.509Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-09T01:10:52.104Z] ========================================================= [2021-01-09T01:10:52.104Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-09T01:10:52.104Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:10:52.454Z] + 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-09T01:10:55.807Z] Sending build context to Docker daemon 326.4MB [2021-01-09T01:10:55.807Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T01:10:55.807Z] Step 2/6 : FROM ${BASE} [2021-01-09T01:10:55.807Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-09T01:10:55.807Z] 188c0c94c7c5: Pulling fs layer [2021-01-09T01:10:55.807Z] 0ef7d3d256c8: Pulling fs layer [2021-01-09T01:10:55.807Z] de9db76c5a1d: Pulling fs layer [2021-01-09T01:10:55.807Z] bca2f99d35d6: Pulling fs layer [2021-01-09T01:10:55.807Z] 93359f2a8cfa: Pulling fs layer [2021-01-09T01:10:55.807Z] 7c6f9722023f: Pulling fs layer [2021-01-09T01:10:55.807Z] a35cf1a2eb13: Pulling fs layer [2021-01-09T01:10:55.807Z] bca2f99d35d6: Waiting [2021-01-09T01:10:55.807Z] 93359f2a8cfa: Waiting [2021-01-09T01:10:55.807Z] 7c6f9722023f: Waiting [2021-01-09T01:10:55.807Z] a35cf1a2eb13: Waiting [2021-01-09T01:10:55.807Z] de9db76c5a1d: Verifying Checksum [2021-01-09T01:10:55.807Z] de9db76c5a1d: Download complete [2021-01-09T01:10:55.807Z] 0ef7d3d256c8: Verifying Checksum [2021-01-09T01:10:55.807Z] 0ef7d3d256c8: Download complete [2021-01-09T01:10:55.807Z] 93359f2a8cfa: Verifying Checksum [2021-01-09T01:10:55.807Z] 93359f2a8cfa: Download complete [2021-01-09T01:10:55.807Z] 7c6f9722023f: Verifying Checksum [2021-01-09T01:10:55.807Z] 7c6f9722023f: Download complete [2021-01-09T01:10:55.807Z] 188c0c94c7c5: Verifying Checksum [2021-01-09T01:10:55.807Z] 188c0c94c7c5: Download complete [2021-01-09T01:10:56.774Z] 188c0c94c7c5: Pull complete [2021-01-09T01:10:57.362Z] 0ef7d3d256c8: Pull complete [2021-01-09T01:10:57.631Z] de9db76c5a1d: Pull complete [2021-01-09T01:10:58.212Z] a35cf1a2eb13: Verifying Checksum [2021-01-09T01:10:58.212Z] a35cf1a2eb13: Download complete [2021-01-09T01:10:58.486Z] bca2f99d35d6: Verifying Checksum [2021-01-09T01:10:58.486Z] bca2f99d35d6: Download complete [2021-01-09T01:11:03.824Z] bca2f99d35d6: Pull complete [2021-01-09T01:11:03.824Z] 93359f2a8cfa: Pull complete [2021-01-09T01:11:03.824Z] 7c6f9722023f: Pull complete [2021-01-09T01:11:05.320Z] Still waiting to schedule task [2021-01-09T01:11:05.320Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-09T01:11:09.153Z] a35cf1a2eb13: Pull complete [2021-01-09T01:11:09.153Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-09T01:11:09.153Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-09T01:11:09.153Z] ---> a62c8e92a672 [2021-01-09T01:11:09.153Z] 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-09T01:11:09.153Z] ---> Running in bf823ed54604 [2021-01-09T01:11:09.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:11:10.365Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:11:10.627Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T01:11:10.890Z] (2/12) Installing file (5.38-r0) [2021-01-09T01:11:10.890Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T01:11:11.152Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T01:11:14.461Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T01:11:14.461Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T01:11:14.461Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T01:11:14.723Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T01:11:14.723Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T01:11:14.723Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T01:11:14.987Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T01:11:14.987Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T01:11:14.987Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:11:14.987Z] OK: 233 MiB in 51 packages [2021-01-09T01:11:18.305Z] Removing intermediate container bf823ed54604 [2021-01-09T01:11:18.305Z] ---> 991f708e849f [2021-01-09T01:11:18.305Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T01:11:18.305Z] ---> Running in 8460378d8f74 [2021-01-09T01:11:18.305Z] Removing intermediate container 8460378d8f74 [2021-01-09T01:11:18.305Z] ---> 1e8d2ea0416f [2021-01-09T01:11:18.305Z] Step 5/6 : COPY go.mod . [2021-01-09T01:11:18.567Z] ---> a17833b0bd2c [2021-01-09T01:11:18.567Z] Step 6/6 : RUN go mod download [2021-01-09T01:11:19.143Z] ---> Running in f9817de6c063 [2021-01-09T01:11:45.771Z] Removing intermediate container f9817de6c063 [2021-01-09T01:11:45.771Z] ---> b124247a6408 [2021-01-09T01:11:45.771Z] Successfully built b124247a6408 [2021-01-09T01:11:45.771Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:11:46.086Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:11:46.087Z] . [Pipeline] withDockerContainer [2021-01-09T01:11:46.186Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:11:46.235Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-09T01:11:47.011Z] $ docker top d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:11:47.504Z] + go version [2021-01-09T01:11:47.504Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-09T01:11:47.517Z] $ docker stop --time=1 d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef [2021-01-09T01:11:49.697Z] $ docker rm -f d874f458d3678fdd440e66e7d9c8f583058b745e5727f35a5f8eeb7713ac15ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:11:50.671Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-09T01:11:50.671Z] . [Pipeline] withDockerContainer [2021-01-09T01:11:50.769Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:11:50.817Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2021-01-09T01:11:51.582Z] $ docker top da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T01:11:51.782Z] ========================================================= [2021-01-09T01:11:51.782Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T01:11:51.782Z] ========================================================= [Pipeline] sh [2021-01-09T01:11:52.078Z] + make test [2021-01-09T01:11:52.078Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T01:12:00.253Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T01:12:15.314Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T01:12:22.029Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T01:12:22.293Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T01:12:22.563Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T01:12:23.163Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T01:12:25.118Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T01:12:25.118Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T01:12:25.118Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T01:12:27.073Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2021-01-09T01:12:27.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T01:12:27.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T01:12:27.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T01:12:27.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T01:12:27.073Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T01:12:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.153s coverage: 27.0% of statements [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T01:12:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T01:12:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.049s coverage: 100.0% of statements [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T01:12:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.419s coverage: 77.8% of statements [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T01:12:32.426Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.463s coverage: 82.4% of statements [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T01:12:32.426Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T01:12:33.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.355s coverage: 28.6% of statements [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T01:12:33.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.080s coverage: 100.0% of statements [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T01:12:33.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T01:12:33.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.096s coverage: 86.7% of statements [2021-01-09T01:12:33.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T01:12:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.119s coverage: 97.5% of statements [2021-01-09T01:12:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T01:12:34.359Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.058s coverage: 78.3% of statements [2021-01-09T01:12:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T01:12:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T01:12:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T01:12:34.359Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.323s coverage: 93.8% of statements [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.066s coverage: 0.1% of statements [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.048s coverage: 75.5% of statements [2021-01-09T01:12:35.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T01:12:35.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-09T01:12:36.083Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-01-09T01:12:36.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements [2021-01-09T01:12:36.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.113s coverage: 91.4% of statements [2021-01-09T01:12:36.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T01:12:37.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.186s coverage: 63.5% of statements [2021-01-09T01:12:37.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T01:12:37.534Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T01:12:37.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-09T01:12:37.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-09T01:12:37.534Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements [2021-01-09T01:12:37.809Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.109s coverage: 73.7% of statements [2021-01-09T01:12:38.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-01-09T01:12:39.500Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.360s coverage: 55.9% of statements [2021-01-09T01:12:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T01:12:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T01:12:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T01:12:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T01:12:39.500Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T01:12:39.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-01-09T01:12:39.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T01:12:39.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T01:12:39.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.327s coverage: 84.0% of statements [2021-01-09T01:12:39.774Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.061s coverage: 100.0% of statements [2021-01-09T01:12:41.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.112s coverage: 47.1% of statements [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T01:12:41.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T01:12:41.748Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-01-09T01:12:41.748Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.777s coverage: 29.1% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.064s coverage: 0.0% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T01:12:43.591Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T01:12:43.591Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements [2021-01-09T01:12:43.882Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2021-01-09T01:12:44.178Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.037s coverage: 100.0% of statements [2021-01-09T01:12:44.178Z] GO111MODULE=on go vet ./... [2021-01-09T01:13:06.377Z] gofmt -l . [2021-01-09T01:13:06.377Z] [ "`gofmt -l .`" = "" ] [2021-01-09T01:13:06.640Z] ./bin/test-go-mod-tidy.sh [2021-01-09T01:13:07.222Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-09T01:13:09.460Z] + ls -al . [2021-01-09T01:13:09.460Z] total 640 [2021-01-09T01:13:09.460Z] drwxrwxr-x 10 1001 1001 4096 Jan 9 01:13 . [2021-01-09T01:13:09.460Z] drwxr-xr-x 4 root root 28 Jan 9 01:11 .. [2021-01-09T01:13:09.460Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 01:10 .dockerignore [2021-01-09T01:13:09.460Z] drwxrwxr-x 8 1001 1001 179 Jan 9 01:10 .git [2021-01-09T01:13:09.460Z] drwxrwxr-x 3 1001 1001 125 Jan 9 01:10 .github [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 824 Jan 9 01:10 .gitignore [2021-01-09T01:13:09.461Z] drwx------ 3 1001 1001 47 Jan 9 01:10 .semver [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 01:10 .sonarcloud.properties [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:10 CONTRIBUTING.md [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 01:10 Dockerfile.build [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 01:10 Jenkinsfile [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:10 LICENSE [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:10 Makefile [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:10 README.md [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:10 SECURITY.md [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 01:10 VERSION [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:10 ZMQWindows.md [2021-01-09T01:13:09.461Z] drwxrwxr-x 2 1001 1001 117 Jan 9 01:10 bin [2021-01-09T01:13:09.461Z] drwxrwxr-x 14 1001 1001 4096 Jan 9 01:10 cmd [2021-01-09T01:13:09.461Z] -rw-r--r-- 1 root root 541590 Jan 9 01:12 coverage.out [2021-01-09T01:13:09.461Z] -rw-r--r-- 1 root root 979 Jan 9 01:13 go.mod [2021-01-09T01:13:09.461Z] -rw-r--r-- 1 root root 19019 Jan 9 01:13 go.sum [2021-01-09T01:13:09.461Z] drwxrwxr-x 8 1001 1001 127 Jan 9 01:10 internal [2021-01-09T01:13:09.461Z] drwxrwxr-x 4 1001 1001 26 Jan 9 01:10 openapi [2021-01-09T01:13:09.461Z] drwxrwxr-x 4 1001 1001 71 Jan 9 01:10 snap [2021-01-09T01:13:09.461Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 01:10 version.go [Pipeline] sh [2021-01-09T01:13:09.759Z] + '[' -e coverage.out ] [2021-01-09T01:13:09.759Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T01:13:09.946Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T01:13:10.241Z] + make build [2021-01-09T01:13:10.241Z] 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-09T01:13:13.563Z] 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-09T01:13:20.255Z] 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-09T01:13:21.656Z] 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-09T01:13:23.061Z] 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-09T01:13:23.333Z] 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-09T01:13:24.764Z] 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-09T01:13:26.160Z] 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-09T01:13:27.111Z] 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-09T01:13:28.506Z] 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-09T01:13:29.461Z] 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-09T01:13:30.415Z] 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-09T01:13:31.830Z] $ docker stop --time=1 da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 [2021-01-09T01:13:33.477Z] $ docker rm -f da81a54df6e2e1c26ee48f10b95652c4c685ec24477c3982257e4f52fb399343 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:13:37.087Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:13:37.087Z] [2021-01-09T01:13:37.087Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:13:37.447Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:13:37.447Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-09T01:13:37.447Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-09T01:13:37.447Z] ca9280d653b3: Pulling fs layer [2021-01-09T01:13:37.447Z] 7e9c9ca2126c: Pulling fs layer [2021-01-09T01:13:38.025Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-09T01:13:38.025Z] cbdbe7a5bc2a: Download complete [2021-01-09T01:13:38.288Z] cbdbe7a5bc2a: Pull complete [2021-01-09T01:13:38.872Z] ca9280d653b3: Verifying Checksum [2021-01-09T01:13:38.872Z] ca9280d653b3: Download complete [2021-01-09T01:13:39.458Z] 7e9c9ca2126c: Verifying Checksum [2021-01-09T01:13:39.458Z] 7e9c9ca2126c: Download complete [2021-01-09T01:13:39.726Z] ca9280d653b3: Pull complete [2021-01-09T01:13:47.913Z] 7e9c9ca2126c: Pull complete [2021-01-09T01:13:47.913Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-09T01:13:47.913Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:13:47.913Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-09T01:13:48.077Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:13:48.124Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-09T01:13:49.154Z] $ docker top 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:13:50.152Z] + docker-compose build --help [2021-01-09T01:13:50.153Z] + grep parallel [2021-01-09T01:13:51.103Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T01:13:51.115Z] $ docker stop --time=1 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d [2021-01-09T01:13:52.514Z] $ docker rm -f 70ef916a2a568e55ef197bf7f502f947821c8315225f5c21d247c522a4c5692d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:13:53.193Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-09T01:13:53.193Z] . [Pipeline] withDockerContainer [2021-01-09T01:13:53.287Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:13:53.331Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-09T01:13:54.079Z] $ docker top 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:13:54.567Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T01:13:55.517Z] Building docker-core-command-go ... [2021-01-09T01:13:55.517Z] Building docker-core-data-go ... [2021-01-09T01:13:55.517Z] Building docker-core-metadata-go ... [2021-01-09T01:13:55.517Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T01:13:55.517Z] Building docker-security-proxy-setup-go ... [2021-01-09T01:13:55.517Z] Building docker-security-secretstore-setup-go ... [2021-01-09T01:13:55.517Z] Building docker-support-notifications-go ... [2021-01-09T01:13:55.517Z] Building docker-support-scheduler-go ... [2021-01-09T01:13:55.517Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T01:13:55.517Z] Building docker-core-metadata-go [2021-01-09T01:13:55.517Z] Building docker-security-proxy-setup-go [2021-01-09T01:13:55.517Z] Building docker-security-bootstrap-redis-go [2021-01-09T01:13:55.517Z] Building docker-sys-mgmt-agent-go [2021-01-09T01:13:55.517Z] Building docker-core-command-go [2021-01-09T01:14:28.019Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:14:28.019Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:14:28.019Z] ---> b124247a6408 [2021-01-09T01:14:28.019Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:14:28.019Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:14:28.019Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:14:28.019Z] ---> b124247a6408 [2021-01-09T01:14:28.019Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:14:28.019Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:14:28.019Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:14:28.019Z] ---> b124247a6408 [2021-01-09T01:14:28.019Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:14:28.019Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:14:28.019Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:14:28.019Z] ---> b124247a6408 [2021-01-09T01:14:28.019Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T01:14:28.019Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:14:28.019Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:14:28.019Z] ---> b124247a6408 [2021-01-09T01:14:28.019Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:14:29.451Z] ---> Running in a7b072381e07 [2021-01-09T01:14:29.451Z] ---> Running in 6dfcd624c411 [2021-01-09T01:14:29.451Z] ---> Running in 3a9263cda722 [2021-01-09T01:14:29.451Z] ---> Running in 1ef0195128bc [2021-01-09T01:14:29.451Z] ---> Running in 35be2ce1cf25 [2021-01-09T01:14:30.031Z] Removing intermediate container a7b072381e07 [2021-01-09T01:14:30.031Z] ---> 9e129d0cb64e [2021-01-09T01:14:30.031Z] Removing intermediate container 6dfcd624c411 [2021-01-09T01:14:30.031Z] ---> 130d300659dc [2021-01-09T01:14:30.031Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:14:30.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:14:30.032Z] Removing intermediate container 3a9263cda722 [2021-01-09T01:14:30.032Z] ---> 68b8563af49f [2021-01-09T01:14:30.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:14:30.032Z] Removing intermediate container 35be2ce1cf25 [2021-01-09T01:14:30.032Z] ---> 02e0392b5aa6 [2021-01-09T01:14:30.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:14:30.032Z] Removing intermediate container 1ef0195128bc [2021-01-09T01:14:30.032Z] ---> 1cffddcff17e [2021-01-09T01:14:30.032Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:14:30.032Z] ---> Running in 862028f21fbc [2021-01-09T01:14:30.032Z] ---> Running in 85bc944d2b7a [2021-01-09T01:14:30.032Z] ---> Running in 025cb3696172 [2021-01-09T01:14:30.032Z] ---> Running in be9ff91ed444 [2021-01-09T01:14:30.032Z] ---> Running in 5c5705e49ecf [2021-01-09T01:14:31.961Z] Removing intermediate container 862028f21fbc [2021-01-09T01:14:31.961Z] ---> 23651693373b [2021-01-09T01:14:31.961Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:14:31.961Z] ---> Running in 47d5de67eb5e [2021-01-09T01:14:32.225Z] Removing intermediate container 85bc944d2b7a [2021-01-09T01:14:32.225Z] ---> 89288bd2a940 [2021-01-09T01:14:32.225Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T01:14:32.225Z] Removing intermediate container 025cb3696172 [2021-01-09T01:14:32.225Z] ---> 67155f765de0 [2021-01-09T01:14:32.225Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:14:32.488Z] ---> Running in cc96f22f56c2 [2021-01-09T01:14:32.488Z] ---> Running in d497c36859bb [2021-01-09T01:14:32.751Z] Removing intermediate container be9ff91ed444 [2021-01-09T01:14:32.751Z] ---> 711cf1f643de [2021-01-09T01:14:32.751Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:14:32.751Z] Removing intermediate container 5c5705e49ecf [2021-01-09T01:14:32.751Z] ---> 7a5cfc135e6d [2021-01-09T01:14:32.751Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:14:33.015Z] ---> Running in 3d4c02da2cdd [2021-01-09T01:14:33.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:33.015Z] ---> Running in 6cf2453f6ddf [2021-01-09T01:14:33.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:33.602Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:33.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:33.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:33.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:34.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:34.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:34.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:34.657Z] OK: 233 MiB in 51 packages [2021-01-09T01:14:34.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:14:34.657Z] OK: 233 MiB in 51 packages [2021-01-09T01:14:34.935Z] OK: 233 MiB in 51 packages [2021-01-09T01:14:34.935Z] OK: 233 MiB in 51 packages [2021-01-09T01:14:35.204Z] Removing intermediate container 47d5de67eb5e [2021-01-09T01:14:35.204Z] ---> 5860d7ed4ec8 [2021-01-09T01:14:35.204Z] Step 6/22 : COPY go.mod . [2021-01-09T01:14:35.204Z] OK: 233 MiB in 51 packages [2021-01-09T01:14:35.468Z] Removing intermediate container cc96f22f56c2 [2021-01-09T01:14:35.468Z] ---> 61c5d31a5a81 [2021-01-09T01:14:35.468Z] Step 6/26 : COPY go.mod . [2021-01-09T01:14:35.765Z] ---> 6c8ab343bbfb [2021-01-09T01:14:35.765Z] Step 7/22 : RUN go mod download [2021-01-09T01:14:35.765Z] ---> Running in 6a13804b02c2 [2021-01-09T01:14:35.765Z] ---> da1cb7dc6668 [2021-01-09T01:14:35.765Z] Step 7/26 : RUN go mod download [2021-01-09T01:14:36.034Z] Removing intermediate container d497c36859bb [2021-01-09T01:14:36.034Z] ---> 4b7b6aad1076 [2021-01-09T01:14:36.034Z] Step 6/22 : COPY go.mod . [2021-01-09T01:14:36.034Z] ---> Running in 6a3ac72d3aa0 [2021-01-09T01:14:36.301Z] Removing intermediate container 3d4c02da2cdd [2021-01-09T01:14:36.301Z] ---> ceaca885d95d [2021-01-09T01:14:36.301Z] Step 6/22 : COPY go.mod . [2021-01-09T01:14:36.301Z] Removing intermediate container 6cf2453f6ddf [2021-01-09T01:14:36.301Z] ---> cdd9bab74c51 [2021-01-09T01:14:36.301Z] Step 6/21 : COPY go.mod . [2021-01-09T01:14:36.566Z] ---> ff688703f224 [2021-01-09T01:14:36.566Z] Step 7/22 : RUN go mod download [2021-01-09T01:14:36.566Z] ---> 6d6c00f258c1 [2021-01-09T01:14:36.566Z] Step 7/22 : RUN go mod download [2021-01-09T01:14:36.843Z] ---> Running in 0a8b86afb0d8 [2021-01-09T01:14:36.844Z] ---> 84de6f82cebc [2021-01-09T01:14:36.844Z] Step 7/21 : RUN go mod download [2021-01-09T01:14:36.844Z] ---> Running in ad40b1a5b504 [2021-01-09T01:14:37.108Z] ---> Running in db7cfd5aa64a [2021-01-09T01:14:38.552Z] Removing intermediate container 6a3ac72d3aa0 [2021-01-09T01:14:38.552Z] ---> 11eb2729e90e [2021-01-09T01:14:38.552Z] Step 8/26 : COPY . . [2021-01-09T01:14:38.552Z] Removing intermediate container 6a13804b02c2 [2021-01-09T01:14:38.552Z] ---> b129aba5ddd2 [2021-01-09T01:14:38.552Z] Step 8/22 : COPY . . [2021-01-09T01:14:38.819Z] Removing intermediate container 0a8b86afb0d8 [2021-01-09T01:14:38.819Z] ---> 8d16ee0e129a [2021-01-09T01:14:38.819Z] Step 8/22 : COPY . . [2021-01-09T01:14:43.091Z] Removing intermediate container db7cfd5aa64a [2021-01-09T01:14:43.091Z] ---> 2478143a374a [2021-01-09T01:14:43.091Z] Step 8/21 : COPY . . [2021-01-09T01:14:43.091Z] Removing intermediate container ad40b1a5b504 [2021-01-09T01:14:43.091Z] ---> e38ebb29e5a7 [2021-01-09T01:14:43.091Z] Step 8/22 : COPY . . [2021-01-09T01:14:45.440Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19197 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws [2021-01-09T01:14:45.501Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-09T01:14:50.781Z] using credential edgex-jenkins-ssh [2021-01-09T01:14:50.882Z] Cloning the remote Git repository [2021-01-09T01:14:50.961Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:14:51.069Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-09T01:14:51.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:14:51.155Z] > git --version # timeout=10 [2021-01-09T01:14:51.172Z] > git --version # 'git version 2.17.1' [2021-01-09T01:14:51.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:14:51.252Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:15:07.012Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:15:07.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:15:07.072Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:15:07.123Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:15:07.124Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:15:07.137Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T01:15:07.921Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:15:08.505Z] Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:15:08.506Z] Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) [2021-01-09T01:15:07.949Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:15:07.969Z] > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 [2021-01-09T01:15:08.280Z] > git remote # timeout=10 [2021-01-09T01:15:08.359Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T01:15:08.399Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:15:08.422Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T01:15:08.469Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T01:15:08.520Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:15:08.560Z] > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 [2021-01-09T01:15:13.116Z] Commit message: "Merge branch 'master' into issue-2983-non-root-containers" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-09T01:15:14.698Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:15:15.166Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-09T01:15:15.434Z] ---> 4f044b4cd458 [2021-01-09T01:15:15.434Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T01:15:15.434Z] ---> 211281a9db72 [2021-01-09T01:15:15.434Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T01:15:15.434Z] ---> 2a3d252f3726 [2021-01-09T01:15:15.434Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T01:15:15.522Z] + sudo service docker restart [2021-01-09T01:15:15.522Z] + true [2021-01-09T01:15:16.018Z] ---> Running in beb5034c578e [2021-01-09T01:15:16.018Z] ---> Running in f19112962257 [2021-01-09T01:15:16.018Z] ---> Running in 89c92465bb87 [2021-01-09T01:15:16.018Z] ---> 6258baa211ef [2021-01-09T01:15:16.018Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T01:15:16.595Z] ---> d622c15b58c5 [2021-01-09T01:15:16.595Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T01:15:16.858Z] ---> Running in 3a0cf36ef2cd [2021-01-09T01:15:16.858Z] ---> Running in cc6ab3ba0ff3 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-09T01:15:17.591Z] provisioning config files... [2021-01-09T01:15:17.637Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config3228140474305431314tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:15:18.054Z] ---> docker-login.sh [2021-01-09T01:15:18.054Z] nexus3.edgexfoundry.org:10001 [2021-01-09T01:15:18.306Z] 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-09T01:15:18.306Z] 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-09T01:15:18.306Z] 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-09T01:15:18.306Z] 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-09T01:15:18.306Z] 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-09T01:15:19.040Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:15:19.315Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:15:19.315Z] Configure a credential helper to remove this warning. See [2021-01-09T01:15:19.315Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:15:19.315Z] [2021-01-09T01:15:19.315Z] Login Succeeded [2021-01-09T01:15:19.315Z] nexus3.edgexfoundry.org:10002 [2021-01-09T01:15:19.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:15:19.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:15:19.913Z] Configure a credential helper to remove this warning. See [2021-01-09T01:15:19.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:15:19.913Z] [2021-01-09T01:15:19.913Z] Login Succeeded [2021-01-09T01:15:19.913Z] nexus3.edgexfoundry.org:10003 [2021-01-09T01:15:20.186Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:15:20.463Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:15:20.463Z] Configure a credential helper to remove this warning. See [2021-01-09T01:15:20.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:15:20.463Z] [2021-01-09T01:15:20.463Z] Login Succeeded [2021-01-09T01:15:20.463Z] nexus3.edgexfoundry.org:10004 [2021-01-09T01:15:20.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:15:21.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:15:21.020Z] Configure a credential helper to remove this warning. See [2021-01-09T01:15:21.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:15:21.020Z] [2021-01-09T01:15:21.020Z] Login Succeeded [2021-01-09T01:15:21.020Z] docker.io [2021-01-09T01:15:21.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-09T01:15:21.569Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-09T01:15:21.569Z] Configure a credential helper to remove this warning. See [2021-01-09T01:15:21.569Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-09T01:15:21.569Z] [2021-01-09T01:15:21.569Z] Login Succeeded [2021-01-09T01:15:21.569Z] ---> docker-login.sh ends [Pipeline] } [2021-01-09T01:15:21.860Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-09T01:15:22.416Z] ========================================================= [2021-01-09T01:15:22.416Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-09T01:15:22.416Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:15:22.819Z] + 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-09T01:15:25.463Z] Sending build context to Docker daemon 165.5MB [2021-01-09T01:15:25.463Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-09T01:15:25.463Z] Step 2/6 : FROM ${BASE} [2021-01-09T01:15:25.463Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-09T01:15:25.463Z] 5f621e34cdf4: Pulling fs layer [2021-01-09T01:15:25.463Z] a4357932f1b6: Pulling fs layer [2021-01-09T01:15:25.463Z] 18c013af1878: Pulling fs layer [2021-01-09T01:15:25.463Z] 00ac8860ef70: Pulling fs layer [2021-01-09T01:15:25.463Z] 63d7cb157983: Pulling fs layer [2021-01-09T01:15:25.463Z] b116817d02f9: Pulling fs layer [2021-01-09T01:15:25.463Z] 745a02a5169b: Pulling fs layer [2021-01-09T01:15:25.463Z] 00ac8860ef70: Waiting [2021-01-09T01:15:25.463Z] 63d7cb157983: Waiting [2021-01-09T01:15:25.463Z] b116817d02f9: Waiting [2021-01-09T01:15:25.463Z] 745a02a5169b: Waiting [2021-01-09T01:15:25.463Z] 18c013af1878: Download complete [2021-01-09T01:15:25.463Z] a4357932f1b6: Verifying Checksum [2021-01-09T01:15:25.463Z] a4357932f1b6: Download complete [2021-01-09T01:15:25.463Z] 63d7cb157983: Verifying Checksum [2021-01-09T01:15:25.463Z] 63d7cb157983: Download complete [2021-01-09T01:15:25.463Z] b116817d02f9: Verifying Checksum [2021-01-09T01:15:25.463Z] b116817d02f9: Download complete [2021-01-09T01:15:25.463Z] 5f621e34cdf4: Verifying Checksum [2021-01-09T01:15:25.463Z] 5f621e34cdf4: Download complete [2021-01-09T01:15:26.067Z] 5f621e34cdf4: Pull complete [2021-01-09T01:15:26.673Z] a4357932f1b6: Pull complete [2021-01-09T01:15:26.948Z] 18c013af1878: Pull complete [2021-01-09T01:15:28.391Z] 745a02a5169b: Verifying Checksum [2021-01-09T01:15:28.391Z] 745a02a5169b: Download complete [2021-01-09T01:15:29.375Z] 00ac8860ef70: Verifying Checksum [2021-01-09T01:15:29.375Z] 00ac8860ef70: Download complete [2021-01-09T01:15:39.543Z] 00ac8860ef70: Pull complete [2021-01-09T01:15:39.816Z] 63d7cb157983: Pull complete [2021-01-09T01:15:40.090Z] b116817d02f9: Pull complete [2021-01-09T01:15:43.500Z] 745a02a5169b: Pull complete [2021-01-09T01:15:43.500Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-09T01:15:43.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-09T01:15:43.500Z] ---> b7e6874047d6 [2021-01-09T01:15:43.500Z] 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-09T01:15:47.830Z] ---> Running in 6668a9661b66 [2021-01-09T01:15:48.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:15:49.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:15:50.008Z] (1/12) Installing libmagic (5.38-r0) [2021-01-09T01:15:50.279Z] (2/12) Installing file (5.38-r0) [2021-01-09T01:15:50.279Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-09T01:15:50.551Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-09T01:15:50.573Z] 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-09T01:15:50.573Z] Removing intermediate container 89c92465bb87 [2021-01-09T01:15:50.573Z] ---> 197839a117fc [2021-01-09T01:15:50.573Z] [2021-01-09T01:15:50.573Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T01:15:50.573Z] 3.12: Pulling from library/alpine [2021-01-09T01:15:51.147Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T01:15:51.733Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T01:15:51.733Z] ---> 389fef711851 [2021-01-09T01:15:51.733Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:15:52.023Z] ---> Running in 85a874202d43 [2021-01-09T01:15:53.004Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:15:53.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:15:53.969Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T01:15:53.969Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:15:53.969Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T01:15:53.969Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T01:15:53.969Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T01:15:53.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:15:53.969Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:15:54.233Z] OK: 7 MiB in 19 packages [2021-01-09T01:15:56.167Z] Removing intermediate container 3a0cf36ef2cd [2021-01-09T01:15:56.167Z] ---> 733eccb2b17d [2021-01-09T01:15:56.167Z] [2021-01-09T01:15:56.167Z] Step 10/22 : FROM scratch [2021-01-09T01:15:56.167Z] ---> [2021-01-09T01:15:56.167Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:15:56.167Z] Removing intermediate container beb5034c578e [2021-01-09T01:15:56.167Z] ---> 56b9018ac329 [2021-01-09T01:15:56.167Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T01:15:56.167Z] Removing intermediate container cc6ab3ba0ff3 [2021-01-09T01:15:56.167Z] ---> 9d3e554fa2db [2021-01-09T01:15:56.167Z] [2021-01-09T01:15:56.167Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T01:15:56.167Z] ---> 389fef711851 [2021-01-09T01:15:56.167Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T01:15:56.167Z] ---> Running in aad507f7e3f4 [2021-01-09T01:15:56.167Z] ---> Running in 572be1da6869 [2021-01-09T01:15:56.167Z] ---> Running in 7089e8464454 [2021-01-09T01:15:56.750Z] Removing intermediate container 7089e8464454 [2021-01-09T01:15:56.750Z] ---> d1369100cbe4 [2021-01-09T01:15:56.750Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T01:15:58.167Z] Removing intermediate container 85a874202d43 [2021-01-09T01:15:58.167Z] ---> f52dfbec8a05 [2021-01-09T01:15:58.167Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T01:15:58.432Z] ---> Running in 17a24d1010c3 [2021-01-09T01:15:58.432Z] ---> Running in ecd2c1696a71 [2021-01-09T01:15:58.432Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:15:58.432Z] Removing intermediate container f19112962257 [2021-01-09T01:15:58.432Z] ---> 590fa96adc32 [2021-01-09T01:15:58.432Z] [2021-01-09T01:15:58.432Z] Step 10/22 : FROM scratch [2021-01-09T01:15:58.432Z] ---> [2021-01-09T01:15:58.432Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:15:58.432Z] ---> Using cache [2021-01-09T01:15:58.432Z] ---> d1369100cbe4 [2021-01-09T01:15:58.432Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-09T01:15:58.698Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:15:58.698Z] ---> Running in 1c43db0a4265 [2021-01-09T01:15:58.698Z] Removing intermediate container 17a24d1010c3 [2021-01-09T01:15:58.698Z] ---> 2a8d4433331e [2021-01-09T01:15:58.698Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:15:58.698Z] Removing intermediate container ecd2c1696a71 [2021-01-09T01:15:58.698Z] ---> 26042bdf3299 [2021-01-09T01:15:58.698Z] Step 13/22 : WORKDIR / [2021-01-09T01:15:58.698Z] ---> Running in b8500e61ce36 [2021-01-09T01:15:58.698Z] 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-09T01:15:58.698Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T01:15:58.698Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:15:58.969Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T01:15:58.969Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T01:15:58.969Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:15:59.545Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:15:59.545Z] OK: 7 MiB in 18 packages [2021-01-09T01:15:59.545Z] ---> Running in 44c55f9a4fcd [2021-01-09T01:16:00.122Z] Removing intermediate container 1c43db0a4265 [2021-01-09T01:16:00.122Z] ---> f0c7ad620c14 [2021-01-09T01:16:00.122Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:16:00.122Z] Removing intermediate container b8500e61ce36 [2021-01-09T01:16:00.122Z] ---> fb8c342ba2bb [2021-01-09T01:16:00.122Z] Step 14/22 : WORKDIR / [2021-01-09T01:16:00.386Z] ---> Running in 402c96390d35 [2021-01-09T01:16:00.386Z] ---> Running in f94b10378971 [2021-01-09T01:16:00.654Z] Removing intermediate container 44c55f9a4fcd [2021-01-09T01:16:00.654Z] ---> 6ed16b5b4822 [2021-01-09T01:16:00.654Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T01:16:00.684Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-09T01:16:00.684Z] (6/12) Installing patch (2.7.6-r6) [2021-01-09T01:16:00.684Z] (7/12) Installing build-base (0.5-r2) [2021-01-09T01:16:00.684Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-09T01:16:00.684Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-09T01:16:00.684Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-09T01:16:00.684Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-09T01:16:00.684Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-09T01:16:00.684Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:16:00.684Z] OK: 217 MiB in 51 packages [2021-01-09T01:16:01.232Z] Removing intermediate container 402c96390d35 [2021-01-09T01:16:01.232Z] ---> 05fafcb410e3 [2021-01-09T01:16:01.232Z] Step 14/22 : WORKDIR / [2021-01-09T01:16:01.232Z] Removing intermediate container f94b10378971 [2021-01-09T01:16:01.232Z] ---> 0c707ccdd2f4 [2021-01-09T01:16:01.232Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T01:16:01.500Z] ---> Running in 817a9eadc71d [2021-01-09T01:16:01.501Z] Removing intermediate container 572be1da6869 [2021-01-09T01:16:01.501Z] ---> 42446c518e6e [2021-01-09T01:16:01.501Z] [2021-01-09T01:16:01.501Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T01:16:01.501Z] 20.10.0: Pulling from library/docker [2021-01-09T01:16:01.501Z] Removing intermediate container aad507f7e3f4 [2021-01-09T01:16:01.501Z] ---> 7fdd8a3628f5 [2021-01-09T01:16:01.501Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:16:01.501Z] ---> ceb6271dd9e6 [2021-01-09T01:16:01.501Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T01:16:02.473Z] ---> 4a5f4d3a2721 [2021-01-09T01:16:02.473Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T01:16:02.473Z] Removing intermediate container 817a9eadc71d [2021-01-09T01:16:02.473Z] ---> 52dd37207a15 [2021-01-09T01:16:02.473Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T01:16:02.473Z] ---> Running in 8681b3a058aa [2021-01-09T01:16:02.757Z] ---> afa6ac426fa9 [2021-01-09T01:16:02.757Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T01:16:03.033Z] Removing intermediate container 8681b3a058aa [2021-01-09T01:16:03.033Z] ---> 75125c2232ad [2021-01-09T01:16:03.033Z] Step 13/21 : WORKDIR /edgex [2021-01-09T01:16:03.620Z] ---> dd1bc38372cd [2021-01-09T01:16:03.620Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T01:16:03.620Z] ---> Running in edd3af599354 [2021-01-09T01:16:03.892Z] ---> 3d303669b3e6 [2021-01-09T01:16:03.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T01:16:03.892Z] ---> 7118fab53636 [2021-01-09T01:16:03.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T01:16:04.159Z] Removing intermediate container edd3af599354 [2021-01-09T01:16:04.159Z] ---> 3f4592a36d52 [2021-01-09T01:16:04.159Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T01:16:04.159Z] ---> 5459a89f03d5 [2021-01-09T01:16:04.159Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T01:16:04.430Z] ---> ca49729ab380 [2021-01-09T01:16:04.430Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-09T01:16:04.430Z] ---> Running in 34ed04be51e8 [2021-01-09T01:16:04.430Z] ---> Running in 5f6d5a3c6fc6 [2021-01-09T01:16:04.430Z] ---> 7635fbf4ad7d [2021-01-09T01:16:04.430Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T01:16:04.696Z] ---> f18242521b3e [2021-01-09T01:16:04.696Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T01:16:04.963Z] Removing intermediate container 5f6d5a3c6fc6 [2021-01-09T01:16:04.963Z] ---> 1ef8c0ac7fe6 [2021-01-09T01:16:04.963Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:16:05.010Z] Removing intermediate container 6668a9661b66 [2021-01-09T01:16:05.010Z] ---> 1fd96727effa [2021-01-09T01:16:05.010Z] Step 4/6 : WORKDIR /edgex-go [2021-01-09T01:16:05.010Z] ---> Running in a1043a1e1093 [2021-01-09T01:16:05.010Z] Removing intermediate container a1043a1e1093 [2021-01-09T01:16:05.010Z] ---> b2346614ce5d [2021-01-09T01:16:05.010Z] Step 5/6 : COPY go.mod . [2021-01-09T01:16:05.233Z] ---> 8b22bba43413 [2021-01-09T01:16:05.233Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T01:16:05.233Z] ---> Running in 48a85226d922 [2021-01-09T01:16:05.502Z] ---> Running in 692bd04b2f4e [2021-01-09T01:16:05.502Z] ---> 2ce7fc3aefec [2021-01-09T01:16:05.502Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T01:16:05.609Z] ---> 0506c4ddc21c [2021-01-09T01:16:05.609Z] Step 6/6 : RUN go mod download [2021-01-09T01:16:05.774Z] Removing intermediate container 48a85226d922 [2021-01-09T01:16:05.774Z] ---> 19924642dc02 [2021-01-09T01:16:05.774Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:16:05.883Z] ---> Running in 2e1373233b3a [2021-01-09T01:16:06.047Z] Removing intermediate container 692bd04b2f4e [2021-01-09T01:16:06.047Z] ---> 15cf504c4630 [2021-01-09T01:16:06.047Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:16:06.047Z] ---> Running in 7b5fdfcf1e29 [2021-01-09T01:16:06.047Z] ---> Running in eac897eadc90 [2021-01-09T01:16:06.314Z] ---> ab19ce6a3386 [2021-01-09T01:16:06.314Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T01:16:06.581Z] Removing intermediate container 7b5fdfcf1e29 [2021-01-09T01:16:06.581Z] ---> 079d989c99d9 [2021-01-09T01:16:06.581Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:16:06.847Z] ---> Running in 0bc8e1c1a3c5 [2021-01-09T01:16:06.848Z] ---> Running in dfc3eaa150fe [2021-01-09T01:16:06.848Z] Removing intermediate container 34ed04be51e8 [2021-01-09T01:16:06.848Z] ---> e2dc7f6ea037 [2021-01-09T01:16:06.848Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T01:16:06.848Z] Removing intermediate container eac897eadc90 [2021-01-09T01:16:06.848Z] ---> bddc3e46bf6a [2021-01-09T01:16:06.848Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:16:08.265Z] ---> Running in 5bd335891dfc [2021-01-09T01:16:08.265Z] ---> Running in e1f3a0d9ecb2 [2021-01-09T01:16:08.265Z] Removing intermediate container 0bc8e1c1a3c5 [2021-01-09T01:16:08.265Z] ---> f819b8180b99 [2021-01-09T01:16:08.265Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T01:16:08.265Z] Removing intermediate container dfc3eaa150fe [2021-01-09T01:16:08.265Z] ---> ab093fb56935 [2021-01-09T01:16:08.265Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:16:08.265Z] ---> Running in 5597431636eb [2021-01-09T01:16:08.265Z] ---> Running in 4d510b557243 [2021-01-09T01:16:09.219Z] Removing intermediate container 5597431636eb [2021-01-09T01:16:09.219Z] ---> b89cc40882c7 [2021-01-09T01:16:09.219Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T01:16:09.219Z] Removing intermediate container e1f3a0d9ecb2 [2021-01-09T01:16:09.219Z] ---> a2f83ea93189 [2021-01-09T01:16:09.219Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:16:09.219Z] Removing intermediate container 5bd335891dfc [2021-01-09T01:16:09.219Z] ---> c86c133192e2 [2021-01-09T01:16:09.219Z] Step 20/22 : LABEL arch=x86_64 [2021-01-09T01:16:09.219Z] Removing intermediate container 4d510b557243 [2021-01-09T01:16:09.219Z] ---> dca8313e6cb3 [2021-01-09T01:16:09.219Z] [2021-01-09T01:16:09.219Z] ---> Running in aab8b3c939c1 [2021-01-09T01:16:09.219Z] ---> Running in 35b798c262f8 [2021-01-09T01:16:09.219Z] ---> Running in 23961e46579d [2021-01-09T01:16:09.485Z] Successfully built dca8313e6cb3 [2021-01-09T01:16:09.485Z] Removing intermediate container 23961e46579d [2021-01-09T01:16:09.485Z] ---> 4d0dd0cd9853 [2021-01-09T01:16:09.485Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:16:09.485Z] Successfully tagged docker-core-command-go:latest [2021-01-09T01:16:09.485Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-09T01:16:09.485Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T01:16:09.485Z] Removing intermediate container aab8b3c939c1 [2021-01-09T01:16:09.485Z] ---> 0dc4f4d61fc4 [2021-01-09T01:16:09.485Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:16:09.485Z] Removing intermediate container 35b798c262f8 [2021-01-09T01:16:09.485Z] ---> 2a293134cb06 [2021-01-09T01:16:09.485Z] Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:16:09.485Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T01:16:09.485Z] ---> aefe523efa57 [2021-01-09T01:16:09.485Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T01:16:09.751Z] ---> Running in 258d501d9747 [2021-01-09T01:16:09.751Z] ---> Running in 3f9073ff5c81 [2021-01-09T01:16:09.751Z] ---> Running in 874bf417f1bf [2021-01-09T01:16:09.751Z] ---> Running in cbdf73bd617d [2021-01-09T01:16:10.718Z] Removing intermediate container 874bf417f1bf [2021-01-09T01:16:10.718Z] ---> dcc8c2f54155 [2021-01-09T01:16:10.718Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:16:10.718Z] Removing intermediate container 258d501d9747 [2021-01-09T01:16:10.718Z] ---> 45929323462c [2021-01-09T01:16:10.718Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:16:10.982Z] Removing intermediate container 3f9073ff5c81 [2021-01-09T01:16:10.982Z] ---> 571913552da9 [2021-01-09T01:16:10.982Z] [2021-01-09T01:16:11.563Z] Successfully built 571913552da9 [2021-01-09T01:16:13.053Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:13.053Z] Successfully tagged docker-core-metadata-go:latest [2021-01-09T01:16:13.318Z] Building docker-security-secretstore-setup-go [2021-01-09T01:16:13.318Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:13.318Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T01:16:13.318Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T01:16:13.318Z] Executing bash-5.0.17-r0.post-install [2021-01-09T01:16:13.318Z]  Building docker-core-metadata-go ... done Executing busybox-1.31.1-r19.trigger [2021-01-09T01:16:13.318Z] OK: 12 MiB in 22 packages [2021-01-09T01:16:14.732Z] ---> Running in 1cf94a5e5373 [2021-01-09T01:16:14.732Z] ---> Running in fbbf2b182455 [2021-01-09T01:16:17.295Z] Removing intermediate container 1cf94a5e5373 [2021-01-09T01:16:17.295Z] ---> d7898004a78f [2021-01-09T01:16:17.295Z] [2021-01-09T01:16:17.564Z] Removing intermediate container fbbf2b182455 [2021-01-09T01:16:17.564Z] ---> 96857cd28de5 [2021-01-09T01:16:17.564Z] [2021-01-09T01:16:18.519Z] Successfully built d7898004a78f [2021-01-09T01:16:19.104Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-09T01:16:19.104Z] Building docker-support-scheduler-go [2021-01-09T01:16:19.104Z]  Building docker-security-bootstrap-redis-go ... done Successfully built 96857cd28de5 [2021-01-09T01:16:19.104Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-09T01:16:19.104Z] Building docker-support-notifications-go [2021-01-09T01:16:19.104Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container cbdf73bd617d [2021-01-09T01:16:19.104Z] ---> 38cfe12e62cf [2021-01-09T01:16:19.104Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T01:16:19.369Z] ---> Running in 720ef8b145d9 [2021-01-09T01:16:21.960Z] Removing intermediate container 720ef8b145d9 [2021-01-09T01:16:21.961Z] ---> ffa1ea98c67a [2021-01-09T01:16:21.961Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T01:16:23.391Z] ---> Running in ccb5cae1bca0 [2021-01-09T01:16:28.762Z] Removing intermediate container ccb5cae1bca0 [2021-01-09T01:16:28.763Z] ---> 1143b029719a [2021-01-09T01:16:28.763Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T01:16:29.754Z] ---> Running in e8f52c469894 [2021-01-09T01:16:30.707Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:16:30.707Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:16:30.707Z] ---> b124247a6408 [2021-01-09T01:16:30.707Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T01:16:30.707Z] ---> Using cache [2021-01-09T01:16:30.707Z] ---> 1cffddcff17e [2021-01-09T01:16:30.708Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:16:30.708Z] ---> Using cache [2021-01-09T01:16:30.708Z] ---> 7a5cfc135e6d [2021-01-09T01:16:30.708Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T01:16:32.116Z] Removing intermediate container e8f52c469894 [2021-01-09T01:16:32.116Z] ---> b79852f52e67 [2021-01-09T01:16:32.116Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T01:16:32.116Z] ---> Running in 05c88155bae9 [2021-01-09T01:16:32.387Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:16:32.387Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:16:32.387Z] ---> b124247a6408 [2021-01-09T01:16:32.387Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:16:32.387Z] ---> Using cache [2021-01-09T01:16:32.387Z] ---> 1cffddcff17e [2021-01-09T01:16:32.387Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:16:32.387Z] ---> Using cache [2021-01-09T01:16:32.387Z] ---> 7a5cfc135e6d [2021-01-09T01:16:32.387Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T01:16:32.387Z] ---> Using cache [2021-01-09T01:16:32.387Z] ---> cdd9bab74c51 [2021-01-09T01:16:32.387Z] Step 6/24 : COPY go.mod . [2021-01-09T01:16:32.387Z] ---> Using cache [2021-01-09T01:16:32.387Z] ---> 84de6f82cebc [2021-01-09T01:16:32.387Z] Step 7/24 : RUN go mod download [2021-01-09T01:16:32.387Z] ---> Using cache [2021-01-09T01:16:32.387Z] ---> 2478143a374a [2021-01-09T01:16:32.387Z] Step 8/24 : COPY . . [2021-01-09T01:16:32.662Z] ---> Using cache [2021-01-09T01:16:32.662Z] ---> d622c15b58c5 [2021-01-09T01:16:32.662Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T01:16:32.694Z] Removing intermediate container 2e1373233b3a [2021-01-09T01:16:32.694Z] ---> 3eacc1085f9f [2021-01-09T01:16:32.694Z] Successfully built 3eacc1085f9f [2021-01-09T01:16:32.694Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:16:33.037Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T01:16:33.038Z] . [Pipeline] withDockerContainer [2021-01-09T01:16:33.326Z] prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container [2021-01-09T01:16:33.428Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-09T01:16:33.622Z] ---> Running in 6efec106587b [2021-01-09T01:16:33.888Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:34.636Z] ---> 5460ce67d772 [2021-01-09T01:16:34.637Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T01:16:34.637Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:34.929Z] $ docker top ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:16:35.424Z] OK: 233 MiB in 51 packages [2021-01-09T01:16:35.771Z] ---> 542a7a745e56 [2021-01-09T01:16:35.771Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T01:16:35.771Z] 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-09T01:16:36.048Z] + go version [2021-01-09T01:16:36.048Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-09T01:16:36.086Z] $ docker stop --time=1 ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d [2021-01-09T01:16:37.418Z] ---> 4de87f250da2 [2021-01-09T01:16:37.418Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T01:16:37.418Z] ---> Running in 9b3ca1a71bce [2021-01-09T01:16:37.418Z] Removing intermediate container 05c88155bae9 [2021-01-09T01:16:37.418Z] ---> 5abbf357e0b0 [2021-01-09T01:16:37.418Z] Step 6/23 : COPY go.mod . [2021-01-09T01:16:38.119Z] $ docker rm -f ab3b6263ed398ded9743b3179b56aa44c94a31055d6b490fc934fa565d78d39d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:16:38.884Z] ---> c987b3ed26da [2021-01-09T01:16:38.884Z] Step 7/23 : RUN go mod download [2021-01-09T01:16:39.156Z] ---> Running in 6295f44e5a28 [2021-01-09T01:16:39.189Z] + docker inspect -f . ci-base-image-arm64 [2021-01-09T01:16:39.189Z] . [Pipeline] withDockerContainer [2021-01-09T01:16:39.469Z] prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container [2021-01-09T01:16:39.566Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-09T01:16:39.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:39.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:40.045Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T01:16:40.045Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T01:16:40.314Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T01:16:40.314Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T01:16:40.314Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T01:16:40.314Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T01:16:40.314Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T01:16:41.071Z] $ docker top 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-09T01:16:41.472Z] ========================================================= [2021-01-09T01:16:41.472Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-09T01:16:41.472Z] ========================================================= [Pipeline] sh [2021-01-09T01:16:41.767Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T01:16:41.767Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T01:16:41.767Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T01:16:41.767Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T01:16:42.041Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T01:16:42.041Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T01:16:42.041Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T01:16:42.121Z] + make test [2021-01-09T01:16:42.121Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-09T01:16:44.626Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T01:16:45.212Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T01:16:45.476Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T01:16:45.476Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T01:16:45.476Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T01:16:45.764Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T01:16:45.764Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T01:16:46.360Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:16:46.360Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:16:46.360Z] ---> b124247a6408 [2021-01-09T01:16:46.360Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> 1cffddcff17e [2021-01-09T01:16:46.360Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> 7a5cfc135e6d [2021-01-09T01:16:46.360Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> cdd9bab74c51 [2021-01-09T01:16:46.360Z] Step 6/21 : COPY go.mod . [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> 84de6f82cebc [2021-01-09T01:16:46.360Z] Step 7/21 : RUN go mod download [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> 2478143a374a [2021-01-09T01:16:46.360Z] Step 8/21 : COPY . . [2021-01-09T01:16:46.360Z] ---> Using cache [2021-01-09T01:16:46.360Z] ---> d622c15b58c5 [2021-01-09T01:16:46.360Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T01:16:46.360Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T01:16:46.630Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:16:46.630Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:16:46.630Z] ---> b124247a6408 [2021-01-09T01:16:46.630Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:16:46.630Z] ---> Using cache [2021-01-09T01:16:46.630Z] ---> 1cffddcff17e [2021-01-09T01:16:46.630Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:16:46.630Z] ---> Using cache [2021-01-09T01:16:46.630Z] ---> 7a5cfc135e6d [2021-01-09T01:16:46.630Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T01:16:48.042Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T01:16:48.042Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T01:16:48.042Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T01:16:48.352Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T01:16:48.352Z] ---> Running in 000cd7c4af5f [2021-01-09T01:16:48.352Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T01:16:48.352Z] Removing intermediate container 6295f44e5a28 [2021-01-09T01:16:48.352Z] ---> a2a7108bf1b9 [2021-01-09T01:16:48.352Z] Step 8/23 : COPY . . [2021-01-09T01:16:48.352Z] ---> Running in 21761028cc88 [2021-01-09T01:16:48.352Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T01:16:48.352Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T01:16:48.352Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T01:16:48.352Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T01:16:48.352Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T01:16:48.352Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T01:16:48.633Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:16:48.633Z] OK: 71 MiB in 55 packages [2021-01-09T01:16:49.639Z] 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-09T01:16:49.639Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:50.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:16:51.558Z] OK: 233 MiB in 51 packages [2021-01-09T01:16:55.867Z] Removing intermediate container 21761028cc88 [2021-01-09T01:16:55.867Z] ---> 05bb6058bbe7 [2021-01-09T01:16:55.867Z] Step 6/24 : COPY go.mod . [2021-01-09T01:16:57.824Z] ---> bdaf81b572ff [2021-01-09T01:16:57.825Z] Step 7/24 : RUN go mod download [2021-01-09T01:16:58.794Z] 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-09T01:16:59.066Z] ---> Running in b1760a903ad8 [2021-01-09T01:17:04.310Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-09T01:17:05.763Z] Removing intermediate container b1760a903ad8 [2021-01-09T01:17:05.763Z] ---> d571f7b9a7b4 [2021-01-09T01:17:05.763Z] Step 8/24 : COPY . . [2021-01-09T01:17:18.124Z] Removing intermediate container 9b3ca1a71bce [2021-01-09T01:17:18.124Z] ---> 585f080df6d5 [2021-01-09T01:17:18.124Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T01:17:18.387Z] ---> 19fd53c7a2de [2021-01-09T01:17:18.387Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T01:17:18.970Z] Removing intermediate container 6efec106587b [2021-01-09T01:17:18.970Z] ---> 74cd54b95b3e [2021-01-09T01:17:18.970Z] [2021-01-09T01:17:18.970Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T01:17:18.970Z] ---> 389fef711851 [2021-01-09T01:17:18.970Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:17:18.970Z] ---> Using cache [2021-01-09T01:17:18.970Z] ---> f52dfbec8a05 [2021-01-09T01:17:18.970Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:17:19.233Z] ---> Running in 9465da50910d [2021-01-09T01:17:19.233Z] ---> Running in ad8830d80f7f [2021-01-09T01:17:19.233Z] ---> Running in 091f6f513fd5 [2021-01-09T01:17:21.178Z] Removing intermediate container 091f6f513fd5 [2021-01-09T01:17:21.178Z] ---> 994399614a22 [2021-01-09T01:17:21.178Z] Step 13/24 : WORKDIR / [2021-01-09T01:17:23.135Z] ---> Running in 205b80f664b0 [2021-01-09T01:17:24.547Z] 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-09T01:17:24.547Z] Removing intermediate container 205b80f664b0 [2021-01-09T01:17:24.547Z] ---> 195b6bcc2fb8 [2021-01-09T01:17:24.547Z] 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-09T01:17:24.547Z] Removing intermediate container 000cd7c4af5f [2021-01-09T01:17:24.547Z] ---> 1c5330b89b05 [2021-01-09T01:17:24.547Z] [2021-01-09T01:17:24.547Z] Step 10/21 : FROM scratch [2021-01-09T01:17:24.547Z] ---> [2021-01-09T01:17:24.547Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:17:25.124Z] ---> Using cache [2021-01-09T01:17:25.124Z] ---> d1369100cbe4 [2021-01-09T01:17:25.124Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T01:17:27.713Z] ---> 27ec3557f4f7 [2021-01-09T01:17:27.713Z] 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-09T01:17:27.713Z] ---> Running in 8a08b0230350 [2021-01-09T01:17:29.152Z] Collecting docker-compose==1.23.2 [2021-01-09T01:17:29.152Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T01:17:29.152Z] Removing intermediate container 8a08b0230350 [2021-01-09T01:17:29.152Z] ---> 866ee617861d [2021-01-09T01:17:29.152Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T01:17:29.152Z] ---> dfcfa53ba9c6 [2021-01-09T01:17:29.152Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T01:17:29.739Z] ---> Running in 9df6e6b6754d [2021-01-09T01:17:29.739Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T01:17:29.739Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T01:17:30.005Z] ---> e6e3b03f04cd [2021-01-09T01:17:30.005Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T01:17:30.005Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T01:17:30.005Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T01:17:30.005Z] ---> 682276529bc0 [2021-01-09T01:17:30.005Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T01:17:30.275Z] ---> Running in d786116dbe6f [2021-01-09T01:17:30.275Z] Removing intermediate container 9df6e6b6754d [2021-01-09T01:17:30.275Z] ---> decdb13bcb34 [2021-01-09T01:17:30.275Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T01:17:30.870Z] ---> 0903c1a1b45a [2021-01-09T01:17:30.870Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T01:17:31.142Z] ---> 4b3b97fcbcfe [2021-01-09T01:17:31.142Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T01:17:31.415Z] 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-09T01:17:31.686Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T01:17:31.686Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T01:17:31.966Z] ---> 9da33512cb8f [2021-01-09T01:17:31.966Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T01:17:32.241Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T01:17:32.241Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T01:17:32.241Z] ---> 1b5f1bdd3290 [2021-01-09T01:17:32.241Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T01:17:32.510Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T01:17:32.510Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T01:17:32.510Z] ---> 1cf8d2caaac8 [2021-01-09T01:17:32.510Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-09T01:17:32.799Z] ---> 968c1714b60a [2021-01-09T01:17:32.799Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T01:17:32.799Z] ---> Running in ad9fc0dc2ca5 [2021-01-09T01:17:32.799Z] ---> Running in a5e8336d092c [2021-01-09T01:17:33.081Z] 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-09T01:17:33.081Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T01:17:33.081Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T01:17:33.350Z] Removing intermediate container a5e8336d092c [2021-01-09T01:17:33.350Z] ---> db81a0f5977e [2021-01-09T01:17:33.350Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:17:33.350Z] ---> Running in 7acc47eef21d [2021-01-09T01:17:33.943Z] Removing intermediate container 7acc47eef21d [2021-01-09T01:17:33.943Z] ---> d71728bff5b3 [2021-01-09T01:17:33.944Z] Step 19/21 : LABEL arch=x86_64 [2021-01-09T01:17:33.944Z] ---> Running in 70eea9886db4 [2021-01-09T01:17:34.550Z] Collecting PyYAML<4,>=3.10 [2021-01-09T01:17:34.818Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T01:17:35.804Z] Removing intermediate container 70eea9886db4 [2021-01-09T01:17:35.804Z] ---> 3dead0ed9560 [2021-01-09T01:17:35.804Z] Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:17:36.779Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T01:17:36.779Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T01:17:36.779Z] Removing intermediate container ad9fc0dc2ca5 [2021-01-09T01:17:36.779Z] ---> 99c9c659598f [2021-01-09T01:17:36.779Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T01:17:36.779Z] ---> Running in 382698d4233f [2021-01-09T01:17:37.054Z] ---> Running in e51620972631 [2021-01-09T01:17:37.323Z] Removing intermediate container 382698d4233f [2021-01-09T01:17:37.323Z] ---> c96a11e375ab [2021-01-09T01:17:37.323Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:17:37.323Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T01:17:37.323Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T01:17:37.323Z] ---> Running in 93b61b947721 [2021-01-09T01:17:37.323Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T01:17:37.323Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T01:17:37.323Z] Removing intermediate container e51620972631 [2021-01-09T01:17:37.323Z] ---> b18459842479 [2021-01-09T01:17:37.323Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T01:17:37.597Z] ---> Running in f363f9c75559 [2021-01-09T01:17:37.597Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T01:17:37.597Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T01:17:37.597Z] Removing intermediate container 93b61b947721 [2021-01-09T01:17:37.597Z] ---> 957db7a7c4ee [2021-01-09T01:17:37.597Z] [2021-01-09T01:17:37.869Z] 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-09T01:17:37.869Z] Collecting idna<2.8,>=2.5 [2021-01-09T01:17:37.869Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T01:17:37.869Z] Successfully built 957db7a7c4ee [2021-01-09T01:17:37.869Z] 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-09T01:17:37.869Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T01:17:37.869Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T01:17:37.869Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T01:17:37.869Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T01:17:37.869Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-09T01:17:37.869Z]  Building docker-support-scheduler-go ... done Removing intermediate container f363f9c75559 [2021-01-09T01:17:37.869Z] ---> 59adcea6a9a8 [2021-01-09T01:17:37.869Z] Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:17:38.134Z] ---> Running in 0c8c618cb1f4 [2021-01-09T01:17:38.134Z] Installing collected packages: cached-property, dockerpty, jsonschema, websocket-client, docopt, texttable, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-01-09T01:17:38.134Z] Running setup.py install for dockerpty: started [2021-01-09T01:17:39.567Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T01:17:39.567Z] Removing intermediate container 0c8c618cb1f4 [2021-01-09T01:17:39.567Z] ---> 21c24596f0a3 [2021-01-09T01:17:39.567Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:17:40.161Z] ---> Running in 64d1746aaa86 [2021-01-09T01:17:40.161Z] Running setup.py install for docopt: started [2021-01-09T01:17:40.431Z] Removing intermediate container 64d1746aaa86 [2021-01-09T01:17:40.431Z] ---> 2d2aae00dfc4 [2021-01-09T01:17:40.431Z] [2021-01-09T01:17:40.699Z] Successfully built 2d2aae00dfc4 [2021-01-09T01:17:40.699Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-09T01:17:40.699Z]  Building docker-security-secretstore-setup-go ... done  Running setup.py install for docopt: finished with status 'done' [2021-01-09T01:17:40.699Z] Running setup.py install for texttable: started [2021-01-09T01:17:41.281Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T01:17:41.281Z] Running setup.py install for PyYAML: started [2021-01-09T01:17:42.345Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T01:17:42.346Z] Attempting uninstall: urllib3 [2021-01-09T01:17:42.346Z] Found existing installation: urllib3 1.25.9 [2021-01-09T01:17:42.346Z] Uninstalling urllib3-1.25.9: [2021-01-09T01:17:42.346Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T01:17:42.635Z] Attempting uninstall: idna [2021-01-09T01:17:42.635Z] Found existing installation: idna 2.9 [2021-01-09T01:17:42.635Z] Uninstalling idna-2.9: [2021-01-09T01:17:42.635Z] Successfully uninstalled idna-2.9 [2021-01-09T01:17:42.916Z] Attempting uninstall: requests [2021-01-09T01:17:42.916Z] Found existing installation: requests 2.23.0 [2021-01-09T01:17:42.916Z] Uninstalling requests-2.23.0: [2021-01-09T01:17:42.916Z] Successfully uninstalled requests-2.23.0 [2021-01-09T01:17:43.950Z] 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-09T01:17:48.256Z] Removing intermediate container ad8830d80f7f [2021-01-09T01:17:48.256Z] ---> c2bd82f77c39 [2021-01-09T01:17:48.256Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T01:17:48.538Z] ---> Running in dea0a268bc50 [2021-01-09T01:17:50.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:17:50.481Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:17:50.806Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:17:50.806Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T01:17:50.806Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T01:17:50.806Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:17:51.126Z] OK: 72 MiB in 58 packages [2021-01-09T01:17:51.350Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-09T01:17:52.701Z] Removing intermediate container dea0a268bc50 [2021-01-09T01:17:52.701Z] ---> 52e0de725da4 [2021-01-09T01:17:52.701Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T01:17:53.660Z] ---> Running in 310e2d7954c4 [2021-01-09T01:17:53.660Z] Removing intermediate container 9465da50910d [2021-01-09T01:17:53.660Z] ---> d1c6ed0b0b0c [2021-01-09T01:17:53.660Z] [2021-01-09T01:17:53.660Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T01:17:53.660Z] ---> 389fef711851 [2021-01-09T01:17:53.660Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:17:53.923Z] ---> Running in 9f0f6b8e206e [2021-01-09T01:17:53.923Z] Removing intermediate container 310e2d7954c4 [2021-01-09T01:17:53.923Z] ---> 74d9f223be01 [2021-01-09T01:17:53.923Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:17:54.500Z] ---> Running in c096fc228160 [2021-01-09T01:17:55.449Z] Removing intermediate container 9f0f6b8e206e [2021-01-09T01:17:55.449Z] ---> d8bdf97df34f [2021-01-09T01:17:55.449Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T01:17:55.449Z] ---> Running in f27034acd49a [2021-01-09T01:17:55.449Z] Removing intermediate container c096fc228160 [2021-01-09T01:17:55.449Z] ---> 8e1e9fb0898c [2021-01-09T01:17:55.449Z] Step 24/26 : LABEL arch=x86_64 [2021-01-09T01:17:55.449Z] Removing intermediate container d786116dbe6f [2021-01-09T01:17:55.449Z] ---> 99e6d130a0d0 [2021-01-09T01:17:55.449Z] [2021-01-09T01:17:55.449Z] Step 10/24 : FROM scratch [2021-01-09T01:17:55.449Z] ---> [2021-01-09T01:17:55.449Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T01:17:55.712Z] ---> Running in fae0f0ac2d9d [2021-01-09T01:17:55.712Z] Removing intermediate container f27034acd49a [2021-01-09T01:17:55.712Z] ---> 2551df96814d [2021-01-09T01:17:55.712Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T01:17:55.712Z] ---> Running in 81014bc5fbab [2021-01-09T01:17:55.712Z] ---> Running in 5b6a084c2326 [2021-01-09T01:17:55.979Z] Removing intermediate container fae0f0ac2d9d [2021-01-09T01:17:55.979Z] ---> c8e44b176e07 [2021-01-09T01:17:55.979Z] Step 25/26 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:17:55.979Z] Removing intermediate container 81014bc5fbab [2021-01-09T01:17:55.979Z] ---> 90a6cb6e8b19 [2021-01-09T01:17:55.979Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T01:17:55.979Z] ---> Running in 2a9dab171ca0 [2021-01-09T01:17:55.979Z] ---> Running in e10eb623c436 [2021-01-09T01:17:56.244Z] Removing intermediate container 5b6a084c2326 [2021-01-09T01:17:56.244Z] ---> 010ddaf0caa3 [2021-01-09T01:17:56.244Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:17:56.244Z] ---> Running in 9d321b3bfd4d [2021-01-09T01:17:56.244Z] Removing intermediate container 2a9dab171ca0 [2021-01-09T01:17:56.244Z] ---> e2b1599b542c [2021-01-09T01:17:56.244Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T01:17:56.515Z] Removing intermediate container e10eb623c436 [2021-01-09T01:17:56.515Z] ---> 1fc64dcd3941 [2021-01-09T01:17:56.515Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T01:17:56.515Z] ---> Running in c233c006bbef [2021-01-09T01:17:56.515Z] ---> Running in d9d3fac5da77 [2021-01-09T01:17:56.782Z] Removing intermediate container d9d3fac5da77 [2021-01-09T01:17:56.782Z] ---> 7ac66ed26ac7 [2021-01-09T01:17:56.782Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T01:17:56.782Z] Removing intermediate container c233c006bbef [2021-01-09T01:17:56.782Z] ---> 3a4d5bb24a72 [2021-01-09T01:17:56.782Z] [2021-01-09T01:17:57.045Z] Successfully built 3a4d5bb24a72 [2021-01-09T01:17:57.045Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-09T01:17:57.309Z]  Building docker-sys-mgmt-agent-go ... done  ---> 8ee9040536af [2021-01-09T01:17:57.309Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T01:17:57.884Z] Removing intermediate container 9d321b3bfd4d [2021-01-09T01:17:57.884Z] ---> 39c7a9cda268 [2021-01-09T01:17:57.884Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T01:17:59.276Z] ---> Running in 19d375ca2585 [2021-01-09T01:17:59.276Z] ---> 3936b34381d5 [2021-01-09T01:17:59.277Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T01:17:59.854Z] ---> e2b9aaae5418 [2021-01-09T01:17:59.854Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T01:17:59.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-09T01:17:59.872Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-09T01:18:00.117Z] ---> e1625363e771 [2021-01-09T01:18:00.117Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T01:18:00.693Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-09T01:18:00.693Z] ---> b4cfdfd60f14 [2021-01-09T01:18:00.693Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T01:18:00.955Z] ---> f1b2ae12e83f [2021-01-09T01:18:00.955Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T01:18:00.955Z] ---> Running in 9ad1d488d8e0 [2021-01-09T01:18:01.217Z] Removing intermediate container 9ad1d488d8e0 [2021-01-09T01:18:01.217Z] ---> 993759812402 [2021-01-09T01:18:01.217Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:18:01.217Z] ---> Running in b5ea0838743e [2021-01-09T01:18:01.217Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T01:18:01.217Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T01:18:01.479Z] Removing intermediate container b5ea0838743e [2021-01-09T01:18:01.480Z] ---> 4eeecefd71bd [2021-01-09T01:18:01.480Z] Step 22/24 : LABEL arch=x86_64 [2021-01-09T01:18:01.480Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T01:18:01.480Z] ---> Running in ff3972b63aa3 [2021-01-09T01:18:01.480Z] Removing intermediate container ff3972b63aa3 [2021-01-09T01:18:01.480Z] ---> 35a5a4eff2b4 [2021-01-09T01:18:01.480Z] Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:18:01.743Z] ---> Running in 3b53c515144a [2021-01-09T01:18:01.743Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T01:18:01.743Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T01:18:01.743Z] Removing intermediate container 3b53c515144a [2021-01-09T01:18:01.743Z] ---> 54494df3af0b [2021-01-09T01:18:01.743Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:18:01.743Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:18:02.011Z] OK: 8 MiB in 19 packages [2021-01-09T01:18:02.011Z] ---> Running in d76488901fea [2021-01-09T01:18:02.011Z] Removing intermediate container d76488901fea [2021-01-09T01:18:02.011Z] ---> b11b9c679d1b [2021-01-09T01:18:02.011Z] [2021-01-09T01:18:02.596Z] Successfully built b11b9c679d1b [2021-01-09T01:18:02.596Z] Successfully tagged docker-support-notifications-go:latest [2021-01-09T01:18:02.858Z]  Building docker-support-notifications-go ... done Removing intermediate container 19d375ca2585 [2021-01-09T01:18:02.858Z] ---> 71b8f1de248a [2021-01-09T01:18:02.858Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T01:18:03.121Z] ---> 03658056a50b [2021-01-09T01:18:03.121Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-09T01:18:03.299Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-09T01:18:03.697Z] ---> 86d52deb6cf3 [2021-01-09T01:18:03.697Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T01:18:03.960Z] ---> 4d714b408dd8 [2021-01-09T01:18:03.960Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T01:18:03.960Z] ---> Running in 1146e1ce683d [2021-01-09T01:18:04.222Z] Removing intermediate container 1146e1ce683d [2021-01-09T01:18:04.222Z] ---> f1e1722ddaae [2021-01-09T01:18:04.222Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:18:04.222Z] ---> Running in 5c2eb5e6a3c0 [2021-01-09T01:18:04.487Z] Removing intermediate container 5c2eb5e6a3c0 [2021-01-09T01:18:04.487Z] ---> bcf72fa35931 [2021-01-09T01:18:04.487Z] Step 21/23 : LABEL arch=x86_64 [2021-01-09T01:18:04.487Z] ---> Running in 9f8c6c1653d9 [2021-01-09T01:18:04.487Z] Removing intermediate container 9f8c6c1653d9 [2021-01-09T01:18:04.487Z] ---> f335a4f91b26 [2021-01-09T01:18:04.487Z] Step 22/23 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:18:04.749Z] ---> Running in 6c754ed65716 [2021-01-09T01:18:04.749Z] Removing intermediate container 6c754ed65716 [2021-01-09T01:18:04.749Z] ---> 641840684bf1 [2021-01-09T01:18:04.749Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T01:18:05.011Z] ---> Running in 11c1e11677f4 [2021-01-09T01:18:05.011Z] Removing intermediate container 11c1e11677f4 [2021-01-09T01:18:05.011Z] ---> a4cacb9af01c [2021-01-09T01:18:05.011Z] [2021-01-09T01:18:05.275Z] Successfully built a4cacb9af01c [2021-01-09T01:18:05.275Z] Successfully tagged docker-core-data-go:latest [2021-01-09T01:18:05.869Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-09T01:18:05.893Z] $ docker stop --time=1 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a [2021-01-09T01:18:05.942Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-09T01:18:06.942Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-09T01:18:07.666Z] $ docker rm -f 74789e7a58e7b7111e0daf9b79a352de8d752bf03db4ad21a08324d3a8fe709a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:18:08.250Z] + docker images [2021-01-09T01:18:08.250Z] + grep docker [2021-01-09T01:18:08.250Z] docker-core-data-go latest a4cacb9af01c 4 seconds ago 22.3MB [2021-01-09T01:18:08.250Z] docker-support-notifications-go latest b11b9c679d1b 7 seconds ago 12MB [2021-01-09T01:18:08.250Z] docker-sys-mgmt-agent-go latest 3a4d5bb24a72 12 seconds ago 313MB [2021-01-09T01:18:08.250Z] docker-security-secretstore-setup-go latest 2d2aae00dfc4 28 seconds ago 24.6MB [2021-01-09T01:18:08.250Z] docker-support-scheduler-go latest 957db7a7c4ee 31 seconds ago 10.7MB [2021-01-09T01:18:08.250Z] docker-security-bootstrap-redis-go latest d7898004a78f About a minute ago 15.8MB [2021-01-09T01:18:08.250Z] docker-security-proxy-setup-go latest 96857cd28de5 About a minute ago 24.5MB [2021-01-09T01:18:08.250Z] docker-core-metadata-go latest 571913552da9 About a minute ago 13MB [2021-01-09T01:18:08.250Z] docker-core-command-go latest dca8313e6cb3 2 minutes ago 10.6MB [2021-01-09T01:18:08.250Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-09T01:18:13.690Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-09T01:18:13.690Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-09T01:18:13.690Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-09T01:18:20.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.239s coverage: 46.6% of statements [2021-01-09T01:18:20.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-09T01:18:20.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-09T01:18:20.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-09T01:18:20.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-09T01:18:20.420Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-09T01:18:23.999Z] Still waiting to schedule task [2021-01-09T01:18:23.999Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-09T01:18:27.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.532s coverage: 27.0% of statements [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-09T01:18:27.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.067s coverage: 100.0% of statements [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-09T01:18:27.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.129s coverage: 100.0% of statements [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-09T01:18:27.157Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.640s coverage: 77.8% of statements [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-09T01:18:27.157Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-09T01:18:27.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.680s coverage: 82.4% of statements [2021-01-09T01:18:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-09T01:18:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:18:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-09T01:18:27.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-09T01:18:36.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.331s coverage: 28.6% of statements [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-09T01:18:36.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-09T01:18:36.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.095s coverage: 100.0% of statements [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-09T01:18:36.059Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.409s coverage: 86.7% of statements [2021-01-09T01:18:36.059Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-09T01:18:37.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.351s coverage: 97.5% of statements [2021-01-09T01:18:37.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-09T01:18:37.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements [2021-01-09T01:18:37.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-09T01:18:37.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-09T01:18:37.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-09T01:18:37.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.069s coverage: 93.8% of statements [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.217s coverage: 0.1% of statements [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.122s coverage: 75.5% of statements [2021-01-09T01:18:45.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.087s coverage: 80.8% of statements [2021-01-09T01:18:45.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.166s coverage: 87.2% of statements [2021-01-09T01:18:45.961Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements [2021-01-09T01:18:48.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.207s coverage: 91.4% of statements [2021-01-09T01:18:48.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-09T01:18:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.649s coverage: 63.5% of statements [2021-01-09T01:18:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-09T01:18:51.240Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-09T01:18:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.105s coverage: 100.0% of statements [2021-01-09T01:18:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements [2021-01-09T01:18:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.056s coverage: 100.0% of statements [2021-01-09T01:18:51.240Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.071s coverage: 73.7% of statements [2021-01-09T01:18:51.843Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.119s coverage: 100.0% of statements [2021-01-09T01:18:57.265Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.943s coverage: 55.9% of statements [2021-01-09T01:18:57.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-09T01:18:57.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-09T01:18:57.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-09T01:18:57.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-09T01:18:57.265Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-09T01:18:58.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.406s coverage: 37.0% of statements [2021-01-09T01:18:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-09T01:18:58.247Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-09T01:18:58.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.742s coverage: 84.0% of statements [2021-01-09T01:18:58.247Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.121s coverage: 100.0% of statements [2021-01-09T01:19:05.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.391s coverage: 47.1% of statements [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-09T01:19:05.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.136s coverage: 100.0% of statements [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-09T01:19:05.001Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.141s coverage: 100.0% of statements [2021-01-09T01:19:05.001Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.985s coverage: 29.1% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.151s coverage: 100.0% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.061s coverage: 100.0% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-09T01:19:09.325Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-09T01:19:09.325Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.075s coverage: 100.0% of statements [2021-01-09T01:19:10.360Z] Running on prd-ubuntu18.04-docker-8c-8g-19198 in /w/workspace/edgexfoundry_edgex-go_PR-3003 [Pipeline] { [Pipeline] ws [2021-01-09T01:19:10.419Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2021-01-09T01:19:10.772Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements [2021-01-09T01:19:11.375Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-09T01:19:11.975Z] GO111MODULE=on go vet ./... [2021-01-09T01:19:12.551Z] using credential edgex-jenkins-ssh [2021-01-09T01:19:12.607Z] Cloning the remote Git repository [2021-01-09T01:19:12.631Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:19:12.702Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2021-01-09T01:19:12.734Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:19:12.734Z] > git --version # timeout=10 [2021-01-09T01:19:12.739Z] > git --version # 'git version 2.17.1' [2021-01-09T01:19:12.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:19:12.765Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:19:17.323Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:19:17.331Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-09T01:19:17.343Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-09T01:19:17.355Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-09T01:19:17.356Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:19:17.360Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3003/head:refs/remotes/origin/PR-3003 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-09T01:19:17.964Z] Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:19:18.087Z] Merge succeeded, producing d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:19:18.087Z] Checking out Revision d164d0f2684056e901c37f9eef647268f67e0073 (PR-3003) [2021-01-09T01:19:17.977Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:19:17.982Z] > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 [2021-01-09T01:19:18.054Z] > git remote # timeout=10 [2021-01-09T01:19:18.061Z] > git config --get remote.origin.url # timeout=10 [2021-01-09T01:19:18.073Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-09T01:19:18.077Z] > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 [2021-01-09T01:19:18.086Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-09T01:19:18.094Z] > git config core.sparsecheckout # timeout=10 [2021-01-09T01:19:18.098Z] > git checkout -f d164d0f2684056e901c37f9eef647268f67e0073 # timeout=10 [2021-01-09T01:19:21.755Z] Commit message: "Merge branch 'master' into issue-2983-non-root-containers" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:19:22.959Z] + echo snap-build.sh [2021-01-09T01:19:22.959Z] snap-build.sh [2021-01-09T01:19:22.959Z] + SNAP_BASE_DIR=. [2021-01-09T01:19:22.959Z] + '[' '!' -z /w/workspace/edgex-go/5 ']' [2021-01-09T01:19:22.959Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/5 [2021-01-09T01:19:22.959Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/5]' [2021-01-09T01:19:22.959Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/5] [2021-01-09T01:19:22.959Z] + cd /w/workspace/edgex-go/5 [2021-01-09T01:19:22.959Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-09T01:19:22.959Z] Reading package lists... [2021-01-09T01:19:22.959Z] Building dependency tree... [2021-01-09T01:19:22.959Z] Reading state information... [2021-01-09T01:19:23.225Z] The following packages were automatically installed and are no longer required: [2021-01-09T01:19:23.225Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-09T01:19:23.225Z] uidmap xdelta3 [2021-01-09T01:19:23.225Z] Use 'sudo apt autoremove' to remove them. [2021-01-09T01:19:23.225Z] The following packages will be REMOVED: [2021-01-09T01:19:23.225Z] lxd* lxd-client* [2021-01-09T01:19:23.488Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-09T01:19:23.488Z] After this operation, 31.7 MB disk space will be freed. [2021-01-09T01:19:24.538Z] (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-09T01:19:24.538Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:19:25.484Z] Removing lxd dnsmasq configuration [2021-01-09T01:19:25.484Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:19:25.747Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-09T01:19:26.705Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-09T01:19:26.705Z] (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-09T01:19:26.705Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-09T01:19:28.096Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-09T01:19:28.358Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-09T01:19:29.746Z] + sudo snap remove --purge lxd [2021-01-09T01:19:29.747Z] snap "lxd" is not installed [2021-01-09T01:19:29.747Z] + sudo groupadd --force --system lxd [2021-01-09T01:19:30.009Z] ++ whoami [2021-01-09T01:19:30.009Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-09T01:19:30.009Z] + newgrp - lxd [2021-01-09T01:19:30.009Z] + sudo snap install lxd [2021-01-09T01:19:40.023Z] 2021-01-09T01:19:36Z INFO Waiting for automatic snapd restart... [2021-01-09T01:19:52.305Z] lxd 4.9 from Canonical* installed [2021-01-09T01:19:52.305Z] + sudo lxd init --auto [2021-01-09T01:20:02.330Z] + sudo snap install --classic snapcraft [2021-01-09T01:20:08.928Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T01:20:08.928Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-09T01:20:08.928Z] + patch --verbose -p1 [2021-01-09T01:20:08.928Z] Hmm... Looks like a unified diff to me... [2021-01-09T01:20:08.928Z] The text leading up to this was: [2021-01-09T01:20:08.928Z] -------------------------- [2021-01-09T01:20:08.928Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-09T01:20:08.928Z] |From: Tony Espy [2021-01-09T01:20:08.928Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-09T01:20:08.928Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-09T01:20:08.928Z] | [2021-01-09T01:20:08.928Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-09T01:20:08.928Z] |optimize the snap CI check run for pull requests. When [2021-01-09T01:20:08.928Z] |applied, it essentially strips out everything (apps and [2021-01-09T01:20:08.928Z] |parts) from the snapcraft.yaml file except those required [2021-01-09T01:20:08.928Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-09T01:20:08.928Z] |catch changes to edgex-go that break the snap build. [2021-01-09T01:20:08.928Z] | [2021-01-09T01:20:08.928Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-09T01:20:08.928Z] |to update this patch file, otherwise it may fail to apply, [2021-01-09T01:20:08.928Z] |resulting in a failed snap build CI check in the associated [2021-01-09T01:20:08.928Z] |pull request. [2021-01-09T01:20:08.928Z] | [2021-01-09T01:20:08.928Z] |Note - in addition to applying this patch, the pipeline also [2021-01-09T01:20:08.928Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-09T01:20:08.928Z] |need to build the finally binary .snap file (and it won't [2021-01-09T01:20:08.928Z] |work with the patch applied). This further reduces the build [2021-01-09T01:20:08.928Z] |time. [2021-01-09T01:20:08.928Z] |--- [2021-01-09T01:20:08.928Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-09T01:20:08.928Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-09T01:20:08.928Z] | [2021-01-09T01:20:08.928Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-09T01:20:08.928Z] |index 1e537489..faf42425 100644 [2021-01-09T01:20:08.928Z] |--- a/snap/snapcraft.yaml [2021-01-09T01:20:08.928Z] |+++ b/snap/snapcraft.yaml [2021-01-09T01:20:08.928Z] -------------------------- [2021-01-09T01:20:08.928Z] patching file snap/snapcraft.yaml [2021-01-09T01:20:08.928Z] Using Plan A... [2021-01-09T01:20:08.928Z] Hunk #1 succeeded at 73. [2021-01-09T01:20:08.928Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-09T01:20:08.928Z] Hunk #3 succeeded at 214. [2021-01-09T01:20:08.928Z] Hunk #4 succeeded at 222. [2021-01-09T01:20:08.928Z] Hunk #5 succeeded at 229. [2021-01-09T01:20:08.928Z] Hunk #6 succeeded at 256. [2021-01-09T01:20:08.928Z] Hunk #7 succeeded at 290. [2021-01-09T01:20:08.928Z] Hunk #8 succeeded at 341. [2021-01-09T01:20:08.928Z] Hmm... Ignoring the trailing garbage. [2021-01-09T01:20:08.928Z] done [2021-01-09T01:20:08.928Z] + sudo snapcraft prime --use-lxd [2021-01-09T01:20:09.502Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-09T01:20:09.502Z] 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-09T01:20:09.502Z] - README.md [2021-01-09T01:20:09.502Z] - snapcraft.yaml.orig [2021-01-09T01:20:09.502Z] [2021-01-09T01:20:09.502Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T01:20:10.446Z] Launching a container. [2021-01-09T01:20:20.077Z] gofmt -l . [2021-01-09T01:20:20.669Z] [ "`gofmt -l .`" = "" ] [2021-01-09T01:20:22.694Z] Waiting for container to be ready [2021-01-09T01:20:22.694Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-09T01:20:22.694Z] [2021-01-09T01:20:23.278Z] ./bin/test-go-mod-tidy.sh [2021-01-09T01:20:23.551Z] ./bin/test-attribution-txt.sh [2021-01-09T01:20:25.997Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-09T01:20:25.997Z] Waiting for network to be ready... [2021-01-09T01:20:26.569Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T01:20:26.569Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [Pipeline] sh [2021-01-09T01:20:27.142Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T01:20:27.142Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T01:20:27.142Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T01:20:27.403Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T01:20:27.403Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T01:20:27.403Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T01:20:27.403Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T01:20:27.403Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T01:20:27.403Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T01:20:27.403Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T01:20:27.403Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T01:20:27.403Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T01:20:27.403Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T01:20:27.403Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T01:20:27.403Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T01:20:27.578Z] + ls -al . [2021-01-09T01:20:27.578Z] total 668 [2021-01-09T01:20:27.578Z] drwxrwxr-x 9 1001 1001 4096 Jan 9 01:20 . [2021-01-09T01:20:27.578Z] drwxr-xr-x 4 root root 4096 Jan 9 01:16 .. [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 11 Jan 9 01:15 .dockerignore [2021-01-09T01:20:27.578Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 01:15 .git [2021-01-09T01:20:27.578Z] drwxrwxr-x 3 1001 1001 4096 Jan 9 01:15 .github [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 824 Jan 9 01:15 .gitignore [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 166 Jan 9 01:15 .sonarcloud.properties [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 3804 Jan 9 01:15 CONTRIBUTING.md [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 931 Jan 9 01:15 Dockerfile.build [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 863 Jan 9 01:15 Jenkinsfile [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 10775 Jan 9 01:15 LICENSE [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 5750 Jan 9 01:15 Makefile [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 6524 Jan 9 01:15 README.md [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 6744 Jan 9 01:15 SECURITY.md [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 5 Jan 9 01:10 VERSION [2021-01-09T01:20:27.578Z] -rw-rw-r-- 1 1001 1001 4131 Jan 9 01:15 ZMQWindows.md [2021-01-09T01:20:27.578Z] drwxrwxr-x 2 1001 1001 4096 Jan 9 01:15 bin [2021-01-09T01:20:27.578Z] drwxrwxr-x 14 1001 1001 4096 Jan 9 01:15 cmd [2021-01-09T01:20:27.578Z] -rw-r--r-- 1 root root 541590 Jan 9 01:19 coverage.out [2021-01-09T01:20:27.579Z] -rw-r--r-- 1 root root 979 Jan 9 01:20 go.mod [2021-01-09T01:20:27.579Z] -rw-r--r-- 1 root root 19019 Jan 9 01:20 go.sum [2021-01-09T01:20:27.579Z] drwxrwxr-x 8 1001 1001 4096 Jan 9 01:15 internal [2021-01-09T01:20:27.579Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 01:15 openapi [2021-01-09T01:20:27.579Z] drwxrwxr-x 4 1001 1001 4096 Jan 9 01:15 snap [2021-01-09T01:20:27.579Z] -rw-rw-r-- 1 1001 1001 168 Jan 9 01:15 version.go [Pipeline] sh [2021-01-09T01:20:27.664Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T01:20:27.923Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T01:20:28.183Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-09T01:20:28.183Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T01:20:28.236Z] + '[' -e coverage.out ] [2021-01-09T01:20:28.236Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-09T01:20:28.307Z] Warning: overwriting stash ‘coverage-report’ [2021-01-09T01:20:28.444Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T01:20:28.444Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T01:20:28.444Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T01:20:28.444Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T01:20:28.444Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T01:20:28.444Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T01:20:29.465Z] Stashed 1 file(s) [Pipeline] sh [2021-01-09T01:20:30.153Z] + make build [2021-01-09T01:20:30.153Z] 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-09T01:20:30.992Z] Fetched 23.7 MB in 4s (5536 kB/s) [2021-01-09T01:20:31.254Z] Reading package lists... [2021-01-09T01:20:31.516Z] Reading package lists... [2021-01-09T01:20:31.778Z] Building dependency tree... [2021-01-09T01:20:31.778Z] Reading state information... [2021-01-09T01:20:31.778Z] The following additional packages will be installed: [2021-01-09T01:20:31.778Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T01:20:31.778Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T01:20:31.778Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T01:20:31.778Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-09T01:20:31.778Z] Suggested packages: [2021-01-09T01:20:31.778Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-09T01:20:31.778Z] Recommended packages: [2021-01-09T01:20:31.778Z] gnupg libsasl2-modules [2021-01-09T01:20:31.778Z] The following NEW packages will be installed: [2021-01-09T01:20:31.778Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-09T01:20:31.778Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-09T01:20:31.778Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-09T01:20:31.778Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-09T01:20:31.778Z] The following packages will be upgraded: [2021-01-09T01:20:31.778Z] gpg gpg-agent gpgconf libudev1 [2021-01-09T01:20:32.039Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-09T01:20:32.039Z] Need to get 3532 kB of archives. [2021-01-09T01:20:32.039Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-09T01:20:32.039Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-09T01:20:32.039Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-09T01:20:32.039Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-09T01:20:32.039Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-09T01:20:32.039Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-09T01:20:32.039Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-09T01:20:32.301Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-09T01:20:32.561Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-09T01:20:32.822Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-09T01:20:32.822Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-09T01:20:32.822Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-09T01:20:32.822Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-09T01:20:32.822Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-09T01:20:32.822Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-09T01:20:32.822Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-09T01:20:32.822Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-09T01:20:32.822Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-09T01:20:32.822Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-09T01:20:33.085Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-09T01:20:33.085Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-09T01:20:33.085Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-09T01:20:33.085Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-09T01:20:33.085Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:20:33.085Z] Fetched 3532 kB in 1s (3139 kB/s) [2021-01-09T01:20:33.346Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T01:20:33.346Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:20:33.346Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:20:33.346Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-09T01:20:33.607Z] Selecting previously unselected package udev. [2021-01-09T01:20:33.607Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-09T01:20:33.607Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:20:33.607Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-09T01:20:33.868Z] Selecting previously unselected package libfuse2:amd64. [2021-01-09T01:20:33.868Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T01:20:33.868Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T01:20:33.868Z] Selecting previously unselected package fuse. [2021-01-09T01:20:33.868Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-09T01:20:33.868Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-09T01:20:33.868Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:20:33.868Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:20:34.136Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:20:34.136Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:20:34.136Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:20:34.136Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:20:34.399Z] Selecting previously unselected package libksba8:amd64. [2021-01-09T01:20:34.399Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-09T01:20:34.399Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-09T01:20:34.399Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-09T01:20:34.399Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:34.399Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:34.661Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-09T01:20:34.662Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:34.662Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:34.662Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-09T01:20:34.662Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:34.662Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:34.923Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-09T01:20:34.923Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:34.923Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:34.923Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-09T01:20:34.923Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:34.923Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:34.923Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-09T01:20:35.183Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:35.183Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:35.183Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-09T01:20:35.183Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:35.183Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:35.183Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-09T01:20:35.183Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:35.183Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:35.444Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-09T01:20:35.444Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-09T01:20:35.444Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:35.444Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-09T01:20:35.444Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T01:20:35.444Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:20:35.704Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-09T01:20:35.704Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-09T01:20:35.704Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:20:35.704Z] Selecting previously unselected package libldap-common. [2021-01-09T01:20:35.704Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-09T01:20:35.704Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:20:35.704Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-09T01:20:35.704Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-09T01:20:35.704Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:20:35.966Z] Selecting previously unselected package dirmngr. [2021-01-09T01:20:35.966Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:20:35.966Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T01:20:35.966Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:20:36.228Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-09T01:20:36.228Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-09T01:20:36.228Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:20:36.228Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-09T01:20:36.228Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-09T01:20:36.228Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:36.228Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-09T01:20:36.228Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:20:36.228Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-09T01:20:36.801Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-09T01:20:36.801Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:36.801Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-09T01:20:36.801Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-09T01:20:37.063Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-09T01:20:37.063Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-09T01:20:37.063Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-09T01:20:37.063Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-09T01:20:37.326Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:20:37.589Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-09T01:20:37.589Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-09T01:20:37.589Z] This means they are not meant to be enabled using systemctl. [2021-01-09T01:20:37.589Z] Possible reasons for having this kind of units are: [2021-01-09T01:20:37.589Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-09T01:20:37.589Z] .wants/ or .requires/ directory. [2021-01-09T01:20:37.589Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-09T01:20:37.589Z] a requirement dependency on it. [2021-01-09T01:20:37.589Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-09T01:20:37.589Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-09T01:20:37.589Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-09T01:20:37.589Z] instance name specified. [2021-01-09T01:20:37.849Z] Reading package lists... [2021-01-09T01:20:38.110Z] Building dependency tree... [2021-01-09T01:20:38.110Z] Reading state information... [2021-01-09T01:20:38.110Z] The following additional packages will be installed: [2021-01-09T01:20:38.110Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-09T01:20:38.110Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-09T01:20:38.110Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-09T01:20:38.110Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-09T01:20:38.110Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-09T01:20:38.110Z] Suggested packages: [2021-01-09T01:20:38.110Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-09T01:20:38.110Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-09T01:20:38.110Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-09T01:20:38.110Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-09T01:20:38.110Z] systemd-container policykit-1 [2021-01-09T01:20:38.110Z] Recommended packages: [2021-01-09T01:20:38.110Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-09T01:20:38.110Z] The following NEW packages will be installed: [2021-01-09T01:20:38.110Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-09T01:20:38.110Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-09T01:20:38.110Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-09T01:20:38.110Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-09T01:20:38.110Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-09T01:20:38.110Z] The following packages will be upgraded: [2021-01-09T01:20:38.110Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-09T01:20:38.371Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-09T01:20:38.371Z] Need to get 35.2 MB of archives. [2021-01-09T01:20:38.371Z] After this operation, 141 MB of additional disk space will be used. [2021-01-09T01:20:38.371Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-09T01:20:38.371Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-09T01:20:39.315Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-09T01:20:39.315Z] 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-09T01:20:39.315Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-09T01:20:39.315Z] 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-09T01:20:39.315Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-09T01:20:39.315Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-09T01:20:39.315Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-09T01:20:39.315Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-09T01:20:39.315Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-09T01:20:39.315Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-09T01:20:39.315Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-09T01:20:39.315Z] 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-09T01:20:39.315Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-09T01:20:39.315Z] 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-09T01:20:39.315Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-09T01:20:39.576Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-09T01:20:39.576Z] 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-09T01:20:39.576Z] 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-09T01:20:39.576Z] 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-09T01:20:39.576Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-09T01:20:39.576Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-09T01:20:39.576Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-09T01:20:39.576Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-09T01:20:39.576Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-09T01:20:39.576Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-09T01:20:39.576Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-09T01:20:39.576Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-09T01:20:39.837Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-09T01:20:40.303Z] 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-09T01:20:40.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:20:40.780Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-01-09T01:20:40.780Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:20:40.780Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:20:41.042Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:20:41.614Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:20:41.614Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:20:41.614Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-09T01:20:41.614Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:20:41.614Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T01:20:41.614Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T01:20:41.875Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-09T01:20:41.875Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-09T01:20:41.875Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-09T01:20:42.138Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-09T01:20:42.400Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-09T01:20:42.400Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-09T01:20:42.661Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-09T01:20:42.923Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-09T01:20:42.923Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T01:20:42.923Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T01:20:43.185Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-09T01:20:43.185Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:20:43.185Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:43.185Z] Selecting previously unselected package libexpat1:amd64. [2021-01-09T01:20:43.185Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-09T01:20:43.185Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T01:20:43.445Z] Selecting previously unselected package python3.6-minimal. [2021-01-09T01:20:43.445Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:20:43.445Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:43.707Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T01:20:43.707Z] Checking for services that may need to be restarted...done. [2021-01-09T01:20:43.707Z] Checking for services that may need to be restarted...done. [2021-01-09T01:20:43.969Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:43.969Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-09T01:20:44.541Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:44.803Z] Selecting previously unselected package python3-minimal. [2021-01-09T01:20:44.803Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-09T01:20:44.803Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:20:44.803Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-09T01:20:45.065Z] Selecting previously unselected package mime-support. [2021-01-09T01:20:45.065Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-09T01:20:45.065Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-09T01:20:45.065Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-09T01:20:45.065Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-09T01:20:45.065Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T01:20:45.327Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-09T01:20:45.327Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:20:45.327Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:45.589Z] Selecting previously unselected package python3.6. [2021-01-09T01:20:45.589Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-09T01:20:45.589Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:45.589Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-09T01:20:45.589Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:20:45.589Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T01:20:45.589Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-09T01:20:45.851Z] Selecting previously unselected package python3. [2021-01-09T01:20:45.851Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-09T01:20:45.851Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-09T01:20:46.115Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-09T01:20:46.115Z] Selecting previously unselected package multiarch-support. [2021-01-09T01:20:46.115Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:20:46.115Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T01:20:46.115Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-09T01:20:46.115Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-09T01:20:46.376Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-09T01:20:46.376Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-09T01:20:46.376Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T01:20:46.376Z] Selecting previously unselected package libbsd0:amd64. [2021-01-09T01:20:46.376Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-09T01:20:46.376Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T01:20:46.376Z] Selecting previously unselected package sudo. [2021-01-09T01:20:46.376Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-09T01:20:46.376Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T01:20:46.637Z] Selecting previously unselected package apparmor. [2021-01-09T01:20:46.637Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T01:20:46.637Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-09T01:20:46.899Z] Selecting previously unselected package libedit2:amd64. [2021-01-09T01:20:46.899Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-09T01:20:46.899Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T01:20:46.899Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-09T01:20:46.900Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:20:46.900Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:46.900Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-09T01:20:46.900Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:20:46.900Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:47.162Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-09T01:20:47.162Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-09T01:20:47.162Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T01:20:47.162Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-09T01:20:47.162Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:20:47.162Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:47.423Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-09T01:20:47.423Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-09T01:20:47.423Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:47.423Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-09T01:20:47.423Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-09T01:20:47.423Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T01:20:47.685Z] Selecting previously unselected package openssh-client. [2021-01-09T01:20:47.685Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-09T01:20:47.685Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T01:20:47.946Z] Selecting previously unselected package squashfs-tools. [2021-01-09T01:20:47.946Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-09T01:20:47.946Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T01:20:47.946Z] Selecting previously unselected package snapd. [2021-01-09T01:20:47.946Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-09T01:20:47.946Z] Unpacking snapd (2.48+18.04) ... [2021-01-09T01:20:50.503Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-09T01:20:50.503Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-09T01:20:50.503Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-09T01:20:50.503Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-09T01:20:50.765Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-09T01:20:50.765Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:50.765Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:20:50.765Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-09T01:20:50.765Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-09T01:20:51.722Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-09T01:20:51.722Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-09T01:20:51.722Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-09T01:20:51.722Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:51.722Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:51.722Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-09T01:20:52.293Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-09T01:20:52.293Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:52.293Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-09T01:20:52.293Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-09T01:20:52.554Z] running python rtupdate hooks for python3.6... [2021-01-09T01:20:52.554Z] running python post-rtupdate hooks for python3.6... [2021-01-09T01:20:52.554Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-09T01:20:53.938Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-09T01:20:54.207Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-09T01:20:54.207Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-09T01:20:54.207Z] Setting up snapd (2.48+18.04) ... [2021-01-09T01:20:54.775Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-09T01:20:54.775Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-09T01:20:55.036Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-09T01:20:55.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-09T01:20:55.296Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T01:20:55.296Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-09T01:20:55.556Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-09T01:20:55.818Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-09T01:20:55.818Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-09T01:20:56.079Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-09T01:20:56.079Z] /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-09T01:20:56.340Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-09T01:20:56.340Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T01:20:57.287Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:20:57.287Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:20:57.287Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:20:58.931Z] Reading package lists... [2021-01-09T01:20:58.931Z] Reading package lists... [2021-01-09T01:20:59.191Z] Building dependency tree... [2021-01-09T01:20:59.191Z] Reading state information... [2021-01-09T01:20:59.191Z] Calculating upgrade... [2021-01-09T01:20:59.452Z] The following packages will be upgraded: [2021-01-09T01:20:59.452Z] advancecomp base-files bash binutils binutils-common [2021-01-09T01:20:59.452Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-09T01:20:59.452Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-09T01:20:59.452Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-09T01:20:59.452Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-09T01:20:59.452Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-09T01:20:59.452Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-09T01:20:59.452Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-09T01:20:59.452Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-09T01:20:59.452Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-09T01:20:59.452Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-09T01:20:59.452Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-09T01:20:59.452Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-09T01:20:59.452Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-09T01:20:59.452Z] ubuntu-keyring util-linux [2021-01-09T01:20:59.452Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:20:59.452Z] Need to get 63.7 MB of archives. [2021-01-09T01:20:59.452Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-09T01:20:59.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-09T01:20:59.713Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-09T01:20:59.713Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-09T01:20:59.713Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-09T01:20:59.713Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-09T01:20:59.713Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-09T01:20:59.713Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-09T01:20:59.713Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-09T01:20:59.713Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-09T01:20:59.713Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-09T01:20:59.713Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-09T01:20:59.713Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-09T01:20:59.713Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-09T01:20:59.713Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-09T01:20:59.713Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-09T01:20:59.713Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-09T01:20:59.713Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-09T01:20:59.713Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-09T01:20:59.713Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-09T01:20:59.713Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-09T01:20:59.713Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-09T01:20:59.713Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-09T01:20:59.713Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-09T01:20:59.973Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-09T01:20:59.973Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-09T01:20:59.973Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-09T01:20:59.973Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-09T01:20:59.973Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-09T01:20:59.973Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-09T01:20:59.973Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-09T01:20:59.973Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-09T01:20:59.973Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-09T01:20:59.973Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-09T01:20:59.973Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-09T01:20:59.973Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-09T01:20:59.973Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-09T01:20:59.973Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-09T01:20:59.973Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-09T01:20:59.973Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-09T01:20:59.973Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-09T01:20:59.973Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-09T01:20:59.973Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-09T01:20:59.974Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-09T01:20:59.974Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-09T01:20:59.974Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-09T01:20:59.974Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-09T01:20:59.974Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-09T01:20:59.974Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-09T01:20:59.974Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-09T01:20:59.974Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-09T01:20:59.974Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-09T01:20:59.974Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-09T01:20:59.974Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-09T01:20:59.974Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-09T01:20:59.974Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-09T01:21:00.235Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-09T01:21:00.495Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-09T01:21:00.755Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-09T01:21:00.755Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-09T01:21:00.755Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-09T01:21:00.755Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-09T01:21:00.755Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-09T01:21:00.755Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-09T01:21:00.755Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-09T01:21:00.755Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-09T01:21:00.755Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-09T01:21:01.016Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-09T01:21:01.016Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-09T01:21:01.016Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-09T01:21:01.016Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-09T01:21:01.016Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-09T01:21:01.016Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-09T01:21:01.016Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-09T01:21:01.017Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-09T01:21:01.017Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-09T01:21:01.017Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-09T01:21:01.017Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-09T01:21:01.017Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-09T01:21:01.017Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-09T01:21:01.277Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-09T01:21:01.277Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-01-09T01:21:01.277Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-09T01:21:01.277Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-09T01:21:01.277Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-09T01:21:01.277Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-09T01:21:01.277Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-09T01:21:01.277Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-09T01:21:01.277Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-09T01:21:01.277Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-09T01:21:01.277Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-09T01:21:01.277Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-01-09T01:21:01.277Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-09T01:21:01.277Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-09T01:21:01.277Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-09T01:21:01.540Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-09T01:21:01.540Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-09T01:21:01.540Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-09T01:21:01.540Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:21:01.540Z] Fetched 63.7 MB in 2s (31.6 MB/s) [2021-01-09T01:21:01.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:01.540Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:21:01.807Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:21:02.380Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:21:02.380Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:21:02.380Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-09T01:21:02.380Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-09T01:21:02.474Z] 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-09T01:21:03.324Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.324Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:03.324Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.324Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:03.586Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.586Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:03.586Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.586Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:03.847Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.847Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:03.847Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:03.847Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:04.110Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:04.110Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:04.110Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:04.376Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:21:04.376Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:04.376Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-09T01:21:04.376Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:04.645Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:21:04.646Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:04.646Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:04.646Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:04.933Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:04.933Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:04.933Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-09T01:21:05.196Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:05.196Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:21:05.196Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:21:05.457Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:21:06.030Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T01:21:06.030Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-09T01:21:06.030Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-09T01:21:06.030Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-09T01:21:06.030Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-09T01:21:06.295Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-09T01:21:06.557Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-09T01:21:06.557Z] Installing new version of config file /etc/issue ... [2021-01-09T01:21:06.557Z] Installing new version of config file /etc/issue.net ... [2021-01-09T01:21:06.557Z] Installing new version of config file /etc/lsb-release ... [2021-01-09T01:21:06.557Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-09T01:21:06.785Z] 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-09T01:21:06.818Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-09T01:21:06.818Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-09T01:21:06.818Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-09T01:21:07.078Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:07.078Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-09T01:21:07.078Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-09T01:21:07.078Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-09T01:21:07.078Z] 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-09T01:21:07.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:07.339Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:07.339Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:07.339Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:07.599Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:07.599Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-09T01:21:07.599Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-09T01:21:07.599Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-09T01:21:07.860Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:07.860Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-09T01:21:07.860Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:21:08.128Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-09T01:21:08.128Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:08.128Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:21:08.389Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:21:08.389Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:21:08.389Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:08.389Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:21:08.650Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:21:08.650Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-09T01:21:08.650Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:08.650Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-09T01:21:08.911Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-09T01:21:08.911Z] Setting up grep (3.1-2build1) ... [2021-01-09T01:21:09.173Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:09.173Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T01:21:09.173Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T01:21:09.435Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-09T01:21:09.435Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:09.435Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:21:09.435Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:21:09.696Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-09T01:21:09.696Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:09.696Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:21:09.696Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:21:10.267Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:21:10.267Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:21:10.528Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-09T01:21:10.528Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:21:11.102Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-09T01:21:11.102Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:11.102Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-09T01:21:11.102Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-09T01:21:12.188Z] 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-09T01:21:12.499Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T01:21:12.499Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T01:21:12.499Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-09T01:21:12.499Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-09T01:21:12.499Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T01:21:12.761Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:12.761Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-09T01:21:12.761Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-09T01:21:13.032Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-09T01:21:13.032Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:13.032Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:13.032Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:13.170Z] 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-09T01:21:13.295Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:13.295Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:13.295Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:13.557Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:13.557Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:13.557Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:13.557Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:13.557Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:13.818Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:13.818Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:13.818Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:14.080Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:14.080Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:14.080Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:14.080Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:21:14.080Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:21:14.348Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:21:14.348Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:21:14.348Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:21:14.610Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:14.610Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-09T01:21:14.610Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:21:14.872Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:21:14.872Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:14.872Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:14.872Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:15.134Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:15.134Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:15.134Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:15.134Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:15.395Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:15.396Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:15.396Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:15.660Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:15.922Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:16.494Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-09T01:21:16.494Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-09T01:21:16.756Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:16.756Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-09T01:21:16.756Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-09T01:21:17.018Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:21:17.018Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-09T01:21:17.018Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-09T01:21:17.018Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-09T01:21:17.279Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-09T01:21:17.279Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:17.279Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-09T01:21:17.279Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-09T01:21:17.482Z] 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-09T01:21:17.540Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-09T01:21:17.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:17.802Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:21:17.802Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:21:17.802Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:21:18.065Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:18.065Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:21:18.065Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:21:18.065Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:21:18.326Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:18.326Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-09T01:21:18.326Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:21:18.586Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:21:18.586Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:18.586Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-09T01:21:18.847Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-09T01:21:18.847Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-09T01:21:18.847Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-09T01:21:19.109Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:21:19.109Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:21:19.109Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:21:19.109Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:19.109Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-09T01:21:19.370Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-09T01:21:19.370Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-09T01:21:19.632Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:19.632Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-09T01:21:19.632Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-09T01:21:19.632Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-09T01:21:19.894Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:19.894Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-09T01:21:19.894Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-09T01:21:20.157Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-09T01:21:20.157Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:20.157Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-09T01:21:20.157Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-09T01:21:20.419Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-09T01:21:20.419Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:20.419Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-09T01:21:20.419Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-09T01:21:20.680Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-09T01:21:20.942Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:20.942Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-09T01:21:20.942Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-09T01:21:20.942Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-09T01:21:21.204Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:21.204Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-09T01:21:21.204Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-09T01:21:21.204Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-09T01:21:21.465Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:21.465Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-09T01:21:21.465Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-09T01:21:21.465Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-09T01:21:21.727Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:21.727Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-09T01:21:21.727Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-09T01:21:21.727Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-09T01:21:21.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:21.989Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-09T01:21:21.989Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-09T01:21:21.989Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-09T01:21:22.250Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:22.250Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T01:21:22.250Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-09T01:21:22.250Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-09T01:21:22.512Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-09T01:21:22.512Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-09T01:21:22.512Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-09T01:21:22.512Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-09T01:21:22.773Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-09T01:21:22.773Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T01:21:22.773Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T01:21:22.773Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-09T01:21:22.773Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-09T01:21:22.870Z] 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-09T01:21:23.034Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-09T01:21:23.034Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-09T01:21:23.294Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-09T01:21:23.294Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-09T01:21:23.294Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-09T01:21:23.557Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-09T01:21:23.557Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-09T01:21:23.557Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-09T01:21:23.557Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-09T01:21:23.818Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-09T01:21:23.818Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-09T01:21:23.818Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-09T01:21:23.818Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-09T01:21:24.080Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-09T01:21:24.080Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-09T01:21:24.080Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-09T01:21:24.080Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-09T01:21:24.341Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-09T01:21:24.341Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-09T01:21:24.341Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-09T01:21:25.285Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-09T01:21:25.285Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-09T01:21:25.285Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-09T01:21:25.285Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-09T01:21:25.545Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:21:25.545Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:21:25.807Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:21:25.807Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:21:26.069Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:21:26.069Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:21:26.330Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-09T01:21:26.330Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-09T01:21:26.330Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:26.330Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:26.591Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:26.852Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:27.114Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:27.114Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:27.114Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:27.114Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:27.182Z] 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-09T01:21:28.054Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:28.054Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:28.994Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:28.994Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:29.936Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:29.936Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:30.197Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:30.197Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:31.143Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-09T01:21:31.143Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-09T01:21:31.143Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:21:31.143Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:21:31.404Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T01:21:31.404Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:21:31.404Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-09T01:21:31.495Z] 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-09T01:21:31.664Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-09T01:21:31.664Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-09T01:21:31.664Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-09T01:21:31.941Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:21:31.941Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:21:32.202Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-09T01:21:32.202Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-09T01:21:32.463Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-09T01:21:32.463Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-09T01:21:32.463Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:32.463Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-09T01:21:32.724Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:32.724Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:32.724Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:32.724Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-09T01:21:32.724Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-09T01:21:32.724Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-09T01:21:32.724Z] [2021-01-09T01:21:32.724Z] Current default time zone: 'Etc/UTC' [2021-01-09T01:21:32.985Z] Local time is now: Sat Jan 9 01:21:32 UTC 2021. [2021-01-09T01:21:32.985Z] Universal Time is now: Sat Jan 9 01:21:32 UTC 2021. [2021-01-09T01:21:32.985Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-09T01:21:32.985Z] [2021-01-09T01:21:32.985Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-09T01:21:32.985Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:32.985Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-09T01:21:32.985Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-09T01:21:32.985Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-09T01:21:32.985Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-09T01:21:32.985Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-09T01:21:32.985Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-09T01:21:33.247Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-09T01:21:33.247Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-09T01:21:33.247Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:33.247Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-09T01:21:33.508Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:33.508Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:21:33.508Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:33.508Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-09T01:21:33.508Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-09T01:21:33.771Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-09T01:21:33.771Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-09T01:21:33.771Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-09T01:21:33.771Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-09T01:21:33.771Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:21:33.771Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T01:21:34.886Z] 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-09T01:21:35.685Z] Updating certificates in /etc/ssl/certs... [2021-01-09T01:21:36.626Z] 22 added, 17 removed; done. [2021-01-09T01:21:36.886Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-09T01:21:36.886Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-09T01:21:36.886Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-09T01:21:36.886Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-09T01:21:36.886Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-09T01:21:37.147Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:21:37.147Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.147Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-09T01:21:37.413Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:21:37.413Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:21:37.413Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-09T01:21:37.413Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-09T01:21:37.413Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.413Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-09T01:21:37.413Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:21:37.672Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-09T01:21:37.672Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-09T01:21:37.672Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:21:37.672Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-09T01:21:37.933Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-09T01:21:37.933Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-09T01:21:37.933Z] Updating certificates in /etc/ssl/certs... [2021-01-09T01:21:38.504Z] 0 added, 0 removed; done. [2021-01-09T01:21:38.504Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-09T01:21:38.504Z] done. [2021-01-09T01:21:39.077Z] Reading package lists... [2021-01-09T01:21:39.077Z] Building dependency tree... [2021-01-09T01:21:39.077Z] Reading state information... [2021-01-09T01:21:39.188Z] 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-09T01:21:39.339Z] The following NEW packages will be installed: [2021-01-09T01:21:39.339Z] apt-transport-https [2021-01-09T01:21:39.339Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:21:39.339Z] Need to get 1696 B of archives. [2021-01-09T01:21:39.339Z] After this operation, 153 kB of additional disk space will be used. [2021-01-09T01:21:39.339Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-09T01:21:39.605Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:21:39.605Z] Fetched 1696 B in 0s (38.7 kB/s) [2021-01-09T01:21:39.605Z] Selecting previously unselected package apt-transport-https. [2021-01-09T01:21:39.605Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-09T01:21:39.605Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-09T01:21:39.605Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T01:21:39.605Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-09T01:21:39.866Z] Waiting for network to be ready... [Pipeline] } [2021-01-09T01:21:44.638Z] $ docker stop --time=1 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 [2021-01-09T01:21:46.465Z] 2021-01-09T01:21:43Z INFO Waiting for automatic snapd restart... [2021-01-09T01:21:46.465Z] snapd 2.48.2 from Canonical* installed [2021-01-09T01:21:46.727Z] "snapd" switched to the "latest/stable" channel [2021-01-09T01:21:46.727Z] [2021-01-09T01:21:47.127Z] $ docker rm -f 96f3f999f1db56b1520b03c3e2c958de7896a7e8ced348c6aa0a01acfdb27f03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:21:49.262Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:21:49.535Z] [2021-01-09T01:21:49.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:21:49.930Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:21:50.036Z] core18 20201210 from Canonical* installed [2021-01-09T01:21:50.036Z] "core18" switched to the "latest/stable" channel [2021-01-09T01:21:50.036Z] [2021-01-09T01:21:50.202Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-09T01:21:50.202Z] 29e5d40040c1: Pulling fs layer [2021-01-09T01:21:50.202Z] 1ce36da41761: Pulling fs layer [2021-01-09T01:21:50.202Z] 25b303627fd3: Pulling fs layer [2021-01-09T01:21:50.796Z] 29e5d40040c1: Verifying Checksum [2021-01-09T01:21:50.796Z] 29e5d40040c1: Download complete [2021-01-09T01:21:51.399Z] 1ce36da41761: Verifying Checksum [2021-01-09T01:21:51.399Z] 1ce36da41761: Download complete [2021-01-09T01:21:51.674Z] 29e5d40040c1: Pull complete [2021-01-09T01:21:53.107Z] 1ce36da41761: Pull complete [2021-01-09T01:21:53.107Z] 25b303627fd3: Download complete [2021-01-09T01:21:53.343Z] snapcraft 4.4.4 from Canonical* installed [2021-01-09T01:21:53.343Z] "snapcraft" switched to the "latest/stable" channel [2021-01-09T01:21:53.343Z] [2021-01-09T01:21:56.648Z] 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-09T01:21:56.648Z] - README.md [2021-01-09T01:21:56.648Z] - snapcraft.yaml.orig [2021-01-09T01:21:56.648Z] [2021-01-09T01:21:56.648Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-09T01:22:03.236Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:22:03.236Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:22:03.254Z] 25b303627fd3: Pull complete [2021-01-09T01:22:03.254Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-09T01:22:03.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:22:03.254Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-09T01:22:03.497Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:22:03.497Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:22:03.539Z] prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container [2021-01-09T01:22:03.651Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-09T01:22:04.705Z] Reading package lists... [2021-01-09T01:22:05.277Z] 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-09T01:22:07.104Z] $ docker top 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:22:08.144Z] + docker-compose build --help [2021-01-09T01:22:08.144Z] + grep parallel [2021-01-09T01:22:11.859Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:22:11.859Z] Reading package lists... [2021-01-09T01:22:11.859Z] Building dependency tree... [2021-01-09T01:22:11.859Z] Reading state information... [2021-01-09T01:22:11.859Z] Suggested packages: [2021-01-09T01:22:11.859Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-09T01:22:11.859Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-09T01:22:11.859Z] Recommended packages: [2021-01-09T01:22:11.859Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-09T01:22:11.859Z] The following NEW packages will be installed: [2021-01-09T01:22:11.859Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-09T01:22:11.859Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-09T01:22:11.859Z] pkg-config zip [2021-01-09T01:22:11.859Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-09T01:22:11.859Z] Need to get 7655 kB of archives. [2021-01-09T01:22:11.859Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-09T01:22:11.859Z] 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-09T01:22:11.859Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-09T01:22:11.859Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-09T01:22:11.859Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-09T01:22:11.859Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-09T01:22:11.859Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-09T01:22:11.859Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-09T01:22:12.120Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-09T01:22:12.120Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-09T01:22:12.120Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-09T01:22:12.120Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-09T01:22:12.381Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-09T01:22:12.381Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-09T01:22:12.381Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-09T01:22:12.381Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-09T01:22:12.381Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-09T01:22:12.381Z] Fetched 7655 kB in 1s (10.5 MB/s) [2021-01-09T01:22:12.445Z] --parallel Build images in parallel. [Pipeline] } [2021-01-09T01:22:12.494Z] $ docker stop --time=1 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad [2021-01-09T01:22:12.642Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-09T01:22:12.642Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-09T01:22:12.642Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-09T01:22:12.642Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T01:22:12.903Z] Selecting previously unselected package libpsl5:amd64. [2021-01-09T01:22:12.903Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-09T01:22:12.903Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T01:22:12.903Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-09T01:22:12.903Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-09T01:22:12.903Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T01:22:13.165Z] Selecting previously unselected package librtmp1:amd64. [2021-01-09T01:22:13.165Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-09T01:22:13.165Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T01:22:13.165Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-09T01:22:13.165Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-09T01:22:13.165Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T01:22:13.425Z] Selecting previously unselected package liberror-perl. [2021-01-09T01:22:13.425Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-09T01:22:13.425Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-09T01:22:13.425Z] Selecting previously unselected package git-man. [2021-01-09T01:22:13.425Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-09T01:22:13.425Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:22:13.687Z] Selecting previously unselected package git. [2021-01-09T01:22:13.687Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-09T01:22:13.687Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:22:14.261Z] Selecting previously unselected package libnorm1:amd64. [2021-01-09T01:22:14.261Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-09T01:22:14.453Z] $ docker rm -f 81f7dddb02fbb73204d1e3aeac5a4b1c27ab4ba21364ed2d60d065604786d8ad [2021-01-09T01:22:14.521Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T01:22:14.521Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-09T01:22:14.521Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-09T01:22:14.521Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T01:22:14.521Z] Selecting previously unselected package libsodium23:amd64. [2021-01-09T01:22:14.521Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-09T01:22:14.521Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [Pipeline] // withDockerContainer [2021-01-09T01:22:14.789Z] Selecting previously unselected package libzmq5:amd64. [2021-01-09T01:22:14.789Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T01:22:14.789Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:22:14.789Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-09T01:22:14.789Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-09T01:22:14.789Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:22:15.052Z] Selecting previously unselected package pkg-config. [2021-01-09T01:22:15.052Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-09T01:22:15.052Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T01:22:15.052Z] Selecting previously unselected package zip. [2021-01-09T01:22:15.052Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-09T01:22:15.052Z] Unpacking zip (3.0-11build1) ... [2021-01-09T01:22:15.313Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-09T01:22:15.313Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:22:15.313Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-09T01:22:15.313Z] Setting up liberror-perl (0.17025-1) ... [2021-01-09T01:22:15.313Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-09T01:22:15.313Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-09T01:22:15.313Z] No schema files found: doing nothing. [2021-01-09T01:22:15.313Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-09T01:22:15.313Z] Setting up zip (3.0-11build1) ... [2021-01-09T01:22:15.356Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-09T01:22:15.356Z] . [Pipeline] withDockerContainer [2021-01-09T01:22:15.575Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-09T01:22:15.575Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-09T01:22:15.575Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-09T01:22:15.575Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:22:15.575Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-09T01:22:15.575Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-09T01:22:15.575Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-09T01:22:15.633Z] prd-ubuntu18.04-docker-arm64-4c-16g-19197 does not seem to be running inside a container [2021-01-09T01:22:15.757Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-09T01:22:15.838Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-09T01:22:17.193Z] $ docker top ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:22:18.224Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-09T01:22:22.438Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:22:22.438Z] git set to automatically installed. [2021-01-09T01:22:22.438Z] git-man set to automatically installed. [2021-01-09T01:22:22.438Z] libcurl3-gnutls set to automatically installed. [2021-01-09T01:22:22.438Z] liberror-perl set to automatically installed. [2021-01-09T01:22:22.438Z] libglib2.0-0 set to automatically installed. [2021-01-09T01:22:22.438Z] libnghttp2-14 set to automatically installed. [2021-01-09T01:22:22.438Z] libnorm1 set to automatically installed. [2021-01-09T01:22:22.438Z] libpgm-5.2-0 set to automatically installed. [2021-01-09T01:22:22.438Z] libpsl5 set to automatically installed. [2021-01-09T01:22:22.438Z] librtmp1 set to automatically installed. [2021-01-09T01:22:22.438Z] libsodium23 set to automatically installed. [2021-01-09T01:22:22.438Z] libzmq3-dev set to automatically installed. [2021-01-09T01:22:22.438Z] libzmq5 set to automatically installed. [2021-01-09T01:22:22.438Z] pkg-config set to automatically installed. [2021-01-09T01:22:22.438Z] zip set to automatically installed. [2021-01-09T01:22:22.508Z] Building docker-core-command-go ... [2021-01-09T01:22:22.508Z] Building docker-core-data-go ... [2021-01-09T01:22:22.508Z] Building docker-core-metadata-go ... [2021-01-09T01:22:22.508Z] Building docker-security-bootstrap-redis-go ... [2021-01-09T01:22:22.508Z] Building docker-security-proxy-setup-go ... [2021-01-09T01:22:22.508Z] Building docker-security-secretstore-setup-go ... [2021-01-09T01:22:22.508Z] Building docker-support-notifications-go ... [2021-01-09T01:22:22.508Z] Building docker-support-scheduler-go ... [2021-01-09T01:22:22.508Z] Building docker-sys-mgmt-agent-go ... [2021-01-09T01:22:22.508Z] Building docker-core-data-go [2021-01-09T01:22:22.508Z] Building docker-security-bootstrap-redis-go [2021-01-09T01:22:22.508Z] Building docker-support-notifications-go [2021-01-09T01:22:22.508Z] Building docker-security-proxy-setup-go [2021-01-09T01:22:22.508Z] Building docker-support-scheduler-go [2021-01-09T01:22:23.821Z] snapd is not logged in, snap install commands will use sudo [2021-01-09T01:22:30.406Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-09T01:22:30.980Z] snap "core18" has no updates available [2021-01-09T01:22:31.923Z] Pulling config-common [2021-01-09T01:22:32.867Z] Pulling go-build-helper [2021-01-09T01:22:54.840Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-09T01:22:54.840Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-09T01:22:54.840Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-09T01:22:54.840Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1496 kB] [2021-01-09T01:22:54.840Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-09T01:22:54.840Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-09T01:22:54.840Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-09T01:22:54.840Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-09T01:22:54.840Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-09T01:22:54.840Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-09T01:22:54.840Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-09T01:22:54.840Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-09T01:22:54.840Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-09T01:22:54.840Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-09T01:22:54.840Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [204 kB] [2021-01-09T01:22:54.840Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [27.0 kB] [2021-01-09T01:22:54.840Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-09T01:22:54.840Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-09T01:22:54.840Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-09T01:22:54.840Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1832 kB] [2021-01-09T01:22:54.840Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-09T01:22:54.840Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-09T01:22:54.840Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-09T01:22:54.840Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-09T01:22:54.840Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-09T01:22:54.840Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-09T01:22:54.840Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-09T01:22:54.840Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-09T01:22:54.840Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-09T01:22:54.840Z] Fetched 279 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-09T01:22:54.840Z] Fetched 122 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-09T01:22:54.840Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-09T01:22:54.840Z] Fetched 8848 B in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-09T01:22:54.840Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-09T01:22:54.840Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-09T01:22:54.840Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-09T01:22:54.840Z] Fetched 214 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-09T01:22:54.840Z] Fetched 155 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-09T01:22:54.840Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-09T01:22:54.840Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-09T01:22:54.840Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-09T01:22:54.840Z] Fetched 499 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-09T01:22:54.840Z] Fetched 111 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-09T01:22:54.840Z] Fetched 240 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-09T01:22:54.840Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-09T01:22:54.840Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-09T01:22:54.840Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-09T01:22:54.840Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-09T01:22:54.841Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-09T01:22:54.841Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-09T01:22:54.841Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-09T01:22:54.841Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-09T01:22:54.841Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-09T01:22:54.841Z] Fetched 8720 B in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-09T01:22:54.841Z] Fetched 137 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-09T01:22:54.841Z] Fetched 119 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-09T01:22:54.841Z] Fetched 109 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-09T01:22:54.841Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-09T01:22:54.841Z] Fetched 645 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-09T01:22:54.841Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-09T01:22:54.841Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-09T01:22:54.841Z] Fetched 368 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-09T01:22:54.841Z] Fetched 187 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-09T01:22:54.841Z] Fetched 175 kB in 0s (0 B/s) [2021-01-09T01:22:54.841Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-09T01:22:59.052Z] Fetched 206 kB in 0s (0 B/s) [2021-01-09T01:22:59.052Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-09T01:22:59.052Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-09T01:22:59.052Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-09T01:22:59.053Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-09T01:22:59.053Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-09T01:22:59.053Z] Fetched 159 kB in 0s (0 B/s) [2021-01-09T01:22:59.053Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-09T01:22:59.053Z] Fetched 107 kB in 0s (0 B/s) [2021-01-09T01:22:59.053Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-09T01:22:59.053Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-09T01:22:59.053Z] Pulling static-packages [2021-01-09T01:22:59.627Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-09T01:22:59.627Z] Skipping pull go-build-helper (already ran) [2021-01-09T01:22:59.627Z] Skipping pull static-packages (already ran) [2021-01-09T01:22:59.627Z] Building go-build-helper [2021-01-09T01:23:03.841Z] Building static-packages [2021-01-09T01:23:05.230Z] Staging go-build-helper [2021-01-09T01:23:06.617Z] Staging static-packages [2021-01-09T01:23:07.562Z] Pulling go115 [2021-01-09T01:23:08.507Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-09T01:23:08.507Z] Skipping pull go115 (already ran) [2021-01-09T01:23:08.507Z] Building go115 [2021-01-09T01:23:08.507Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T01:23:08.507Z] Dload Upload Total Spent Left Speed [2021-01-09T01:23:11.430Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 15347 0 0 96522 0 0:20:55 --:--:-- 0:20:55 95918 27 115M 27 31.7M 0 0 27.4M 0 0:00:04 0:00:01 0:00:03 27.4M 64 115M 64 74.1M 0 0 34.3M 0 0:00:03 0:00:02 0:00:01 34.3M 100 115M 100 115M 0 0 38.1M 0 0:00:03 0:00:03 --:--:-- 38.1M [2021-01-09T01:23:12.000Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-09T01:23:16.209Z] Staging go115 [2021-01-09T01:23:21.497Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-09T01:23:21.497Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-09T01:23:21.497Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-09T01:23:21.497Z] Fetched 0 B in 0s (0 B/s) [2021-01-09T01:23:21.497Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-09T01:23:21.497Z] Fetched 224 kB in 0s (0 B/s) [2021-01-09T01:23:21.497Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-09T01:23:21.497Z] Fetched 157 kB in 0s (0 B/s) [2021-01-09T01:23:21.497Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-09T01:23:21.497Z] Fetched 221 kB in 0s (0 B/s) [2021-01-09T01:23:21.497Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-09T01:23:21.497Z] Fetched 143 kB in 0s (0 B/s) [2021-01-09T01:23:21.497Z] Pulling edgex-go [2021-01-09T01:23:22.066Z] Pulling version [2021-01-09T01:23:23.450Z] Building config-common [2021-01-09T01:23:25.366Z] Skipping build go-build-helper (already ran) [2021-01-09T01:23:25.367Z] Skipping build static-packages (already ran) [2021-01-09T01:23:25.367Z] Skipping build go115 (already ran) [2021-01-09T01:23:25.367Z] Building edgex-go [2021-01-09T01:23:25.628Z] 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-09T01:23:27.550Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-09T01:23:27.550Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-09T01:23:27.550Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-09T01:23:27.550Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-09T01:23:27.550Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.139 [2021-01-09T01:23:27.550Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-09T01:23:27.811Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-09T01:23:27.811Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-09T01:23:27.811Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-09T01:23:27.811Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-09T01:23:27.811Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-09T01:23:27.811Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-09T01:23:27.811Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-09T01:23:27.811Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-09T01:23:27.811Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-09T01:23:27.811Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-09T01:23:27.811Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-09T01:23:27.811Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-09T01:23:27.811Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-09T01:23:27.811Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-09T01:23:27.811Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-09T01:23:27.811Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-09T01:23:27.811Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-09T01:23:27.811Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-09T01:23:27.811Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-09T01:23:28.071Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-09T01:23:28.071Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-09T01:23:28.071Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-09T01:23:28.071Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-09T01:23:28.071Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-09T01:23:28.331Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-09T01:23:30.507Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:23:30.507Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:23:30.507Z] ---> 3eacc1085f9f [2021-01-09T01:23:30.507Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:23:30.507Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:23:30.507Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:23:30.507Z] ---> 3eacc1085f9f [2021-01-09T01:23:30.507Z] Step 3/23 : WORKDIR /edgex-go [2021-01-09T01:23:30.507Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:23:30.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:23:30.507Z] ---> 3eacc1085f9f [2021-01-09T01:23:30.507Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:23:30.507Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:23:30.507Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:23:30.507Z] ---> 3eacc1085f9f [2021-01-09T01:23:30.507Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:23:30.507Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:23:30.507Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:23:30.507Z] ---> 3eacc1085f9f [2021-01-09T01:23:30.507Z] Step 3/21 : WORKDIR /edgex-go [2021-01-09T01:23:30.507Z] ---> Running in ab255521701e [2021-01-09T01:23:30.507Z] ---> Running in 93be0ff1b5f1 [2021-01-09T01:23:30.507Z] ---> Running in 481a7ed6e229 [2021-01-09T01:23:30.507Z] ---> Running in e02a7b500ced [2021-01-09T01:23:30.507Z] ---> Running in 5fcd7beae418 [2021-01-09T01:23:30.507Z] Removing intermediate container 93be0ff1b5f1 [2021-01-09T01:23:30.507Z] ---> 5b12ff98538d [2021-01-09T01:23:30.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:23:30.507Z] ---> Running in a6e6f14b9850 [2021-01-09T01:23:30.507Z] Removing intermediate container 5fcd7beae418 [2021-01-09T01:23:30.507Z] ---> b639c36bc1d1 [2021-01-09T01:23:30.507Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:23:30.507Z] Removing intermediate container 481a7ed6e229 [2021-01-09T01:23:30.507Z] ---> 69ed5dcfced0 [2021-01-09T01:23:30.507Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:23:30.507Z] Removing intermediate container ab255521701e [2021-01-09T01:23:30.507Z] ---> 14453a742b85 [2021-01-09T01:23:30.507Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:23:30.507Z] Removing intermediate container e02a7b500ced [2021-01-09T01:23:30.507Z] ---> dabedd5a3db1 [2021-01-09T01:23:30.507Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:23:30.507Z] ---> Running in e0d492c78131 [2021-01-09T01:23:30.507Z] ---> Running in 6ba6f3a21f34 [2021-01-09T01:23:30.507Z] ---> Running in 2908b15cf42c [2021-01-09T01:23:30.507Z] ---> Running in af17a45b3ca1 [2021-01-09T01:23:33.143Z] Removing intermediate container a6e6f14b9850 [2021-01-09T01:23:33.143Z] ---> 253faea5601e [2021-01-09T01:23:33.143Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:23:33.143Z] ---> Running in fc01f2a46811 [2021-01-09T01:23:33.418Z] Removing intermediate container 6ba6f3a21f34 [2021-01-09T01:23:33.418Z] ---> 8e8b6ed9ca82 [2021-01-09T01:23:33.418Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-09T01:23:33.418Z] Removing intermediate container e0d492c78131 [2021-01-09T01:23:33.418Z] ---> a29db209e49f [2021-01-09T01:23:33.418Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-09T01:23:33.703Z] ---> Running in 73ca57a7d828 [2021-01-09T01:23:33.703Z] ---> Running in 94728b9b9d15 [2021-01-09T01:23:33.703Z] Removing intermediate container af17a45b3ca1 [2021-01-09T01:23:33.703Z] ---> 99c8f3ac3538 [2021-01-09T01:23:33.703Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-09T01:23:33.983Z] Removing intermediate container 2908b15cf42c [2021-01-09T01:23:33.983Z] ---> 75f01768529c [2021-01-09T01:23:33.983Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:23:33.983Z] ---> Running in bc78a2ae83b4 [2021-01-09T01:23:34.266Z] ---> Running in cbc7f2fa1906 [2021-01-09T01:23:34.919Z] 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-09T01:23:35.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:35.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:35.880Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.153Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.423Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.697Z] OK: 217 MiB in 51 packages [2021-01-09T01:23:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:36.970Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:23:37.587Z] OK: 217 MiB in 51 packages [2021-01-09T01:23:37.863Z] OK: 217 MiB in 51 packages [2021-01-09T01:23:37.863Z] OK: 217 MiB in 51 packages [2021-01-09T01:23:38.143Z] OK: 217 MiB in 51 packages [2021-01-09T01:23:38.419Z] Removing intermediate container fc01f2a46811 [2021-01-09T01:23:38.693Z] ---> 54f891a55f4b [2021-01-09T01:23:38.693Z] Step 6/21 : COPY go.mod . [2021-01-09T01:23:39.134Z] 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-09T01:23:39.296Z] Removing intermediate container 94728b9b9d15 [2021-01-09T01:23:39.296Z] ---> 84a1f3681c49 [2021-01-09T01:23:39.296Z] Step 6/24 : COPY go.mod . [2021-01-09T01:23:39.571Z] Removing intermediate container 73ca57a7d828 [2021-01-09T01:23:39.571Z] ---> 7ea8c4aa3302 [2021-01-09T01:23:39.571Z] Step 6/21 : COPY go.mod . [2021-01-09T01:23:39.571Z] ---> e69ad13f1f43 [2021-01-09T01:23:39.571Z] Step 7/21 : RUN go mod download [2021-01-09T01:23:39.861Z] ---> Running in 96184ec827e9 [2021-01-09T01:23:39.861Z] Removing intermediate container cbc7f2fa1906 [2021-01-09T01:23:39.861Z] ---> 7bcdaea94728 [2021-01-09T01:23:39.861Z] Step 6/22 : COPY go.mod . [2021-01-09T01:23:39.861Z] Removing intermediate container bc78a2ae83b4 [2021-01-09T01:23:39.861Z] ---> f7ad42003372 [2021-01-09T01:23:39.861Z] Step 6/23 : COPY go.mod . [2021-01-09T01:23:40.145Z] ---> 757986434db5 [2021-01-09T01:23:40.146Z] Step 7/24 : RUN go mod download [2021-01-09T01:23:40.520Z] 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-09T01:23:40.744Z] ---> 6b60b007de26 [2021-01-09T01:23:40.744Z] Step 7/21 : RUN go mod download [2021-01-09T01:23:40.744Z] ---> Running in 7e147d3870d3 [2021-01-09T01:23:41.020Z] ---> Running in d0c8c228f3e7 [2021-01-09T01:23:41.020Z] ---> 400ca1a5f0e0 [2021-01-09T01:23:41.300Z] Step 7/23 : RUN go mod download [2021-01-09T01:23:41.300Z] ---> cc28a79ae4fe [2021-01-09T01:23:41.300Z] Step 7/22 : RUN go mod download [2021-01-09T01:23:41.464Z] 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-09T01:23:41.578Z] ---> Running in 8366bf931462 [2021-01-09T01:23:41.578Z] ---> Running in 9eaa67e320c9 [2021-01-09T01:23:41.724Z] 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-09T01:23:41.725Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-09T01:23:41.984Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-09T01:23:41.984Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-09T01:23:41.984Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-09T01:23:43.896Z] 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-09T01:23:43.896Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-09T01:23:43.896Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-09T01:23:44.229Z] Removing intermediate container 96184ec827e9 [2021-01-09T01:23:44.230Z] ---> c62ef092f53b [2021-01-09T01:23:44.230Z] Step 8/21 : COPY . . [2021-01-09T01:23:44.829Z] Removing intermediate container 7e147d3870d3 [2021-01-09T01:23:44.839Z] 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-09T01:23:44.840Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-09T01:23:45.105Z] ---> 24b966e66788 [2021-01-09T01:23:45.105Z] Step 8/24 : COPY . . [2021-01-09T01:23:45.105Z] Removing intermediate container d0c8c228f3e7 [2021-01-09T01:23:45.105Z] ---> c6a14449523c [2021-01-09T01:23:45.105Z] Step 8/21 : COPY . . [2021-01-09T01:23:46.236Z] 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-09T01:23:46.236Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-09T01:23:47.094Z] Removing intermediate container 8366bf931462 [2021-01-09T01:23:47.095Z] ---> 00e3bd10ea1f [2021-01-09T01:23:47.095Z] Step 8/23 : COPY . . [2021-01-09T01:23:47.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-09T01:23:47.709Z] Removing intermediate container 9eaa67e320c9 [2021-01-09T01:23:47.709Z] ---> df112beac068 [2021-01-09T01:23:47.709Z] Step 8/22 : COPY . . [2021-01-09T01:23:48.568Z] 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-09T01:23:49.150Z] 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-09T01:23:51.697Z] Building version [2021-01-09T01:23:53.614Z] Staging config-common [2021-01-09T01:23:54.187Z] Skipping stage go-build-helper (already ran) [2021-01-09T01:23:54.187Z] Skipping stage static-packages (already ran) [2021-01-09T01:23:54.187Z] Skipping stage go115 (already ran) [2021-01-09T01:23:54.187Z] Staging edgex-go [2021-01-09T01:23:55.131Z] Staging version [2021-01-09T01:23:56.077Z] Priming config-common [2021-01-09T01:23:57.021Z] Priming go-build-helper [2021-01-09T01:23:57.966Z] Priming static-packages [2021-01-09T01:24:00.516Z] Priming go115 [2021-01-09T01:24:01.093Z] Priming edgex-go [2021-01-09T01:24:02.483Z] Priming version [2021-01-09T01:24:03.408Z] 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-09T01:24:14.565Z] ---> 10fe897affdf [2021-01-09T01:24:14.566Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-09T01:24:14.566Z] ---> bf5257b9c335 [2021-01-09T01:24:14.566Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-09T01:24:14.566Z] ---> b4cfb840fbdc [2021-01-09T01:24:14.566Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-09T01:24:14.566Z] ---> 8b736c73f92f [2021-01-09T01:24:14.566Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-09T01:24:14.566Z] ---> 1868446f1d22 [2021-01-09T01:24:14.566Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-09T01:24:14.566Z] ---> Running in e87dbd6b6cb4 [2021-01-09T01:24:14.566Z] ---> Running in 2c558f72f09e [2021-01-09T01:24:14.566Z] ---> Running in b5996c6f6df5 [2021-01-09T01:24:14.566Z] ---> Running in 5fd9c88d50c4 [2021-01-09T01:24:14.566Z] ---> Running in 83e2baba6527 [2021-01-09T01:24:14.566Z] 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-09T01:24:14.566Z] 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-09T01:24:14.566Z] 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-09T01:24:14.566Z] 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-09T01:24:14.566Z] 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-09T01:25:36.392Z] 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-09T01:25:44.705Z] Removing intermediate container b5996c6f6df5 [2021-01-09T01:25:44.705Z] ---> b13dda1e6e8a [2021-01-09T01:25:44.705Z] [2021-01-09T01:25:44.705Z] Step 10/22 : FROM alpine:3.12 [2021-01-09T01:25:44.705Z] 3.12: Pulling from library/alpine [2021-01-09T01:25:45.300Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-09T01:25:45.300Z] Status: Downloaded newer image for alpine:3.12 [2021-01-09T01:25:45.300Z] ---> afeebe901d6b [2021-01-09T01:25:45.300Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:25:45.897Z] ---> Running in e88924b4229d [2021-01-09T01:25:48.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:25:48.532Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:25:49.129Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-09T01:25:49.129Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:25:49.129Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-09T01:25:49.129Z] (4/5) Installing curl (7.69.1-r3) [2021-01-09T01:25:49.129Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-09T01:25:49.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:25:49.401Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:25:49.673Z] OK: 7 MiB in 19 packages [2021-01-09T01:25:54.247Z] Removing intermediate container e87dbd6b6cb4 [2021-01-09T01:25:54.247Z] ---> cb4133204059 [2021-01-09T01:25:54.247Z] [2021-01-09T01:25:54.247Z] Step 10/21 : FROM alpine:3.12 [2021-01-09T01:25:54.247Z] ---> afeebe901d6b [2021-01-09T01:25:54.247Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-09T01:25:54.247Z] Removing intermediate container e88924b4229d [2021-01-09T01:25:54.247Z] ---> 9da32fa47a19 [2021-01-09T01:25:54.247Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-09T01:25:54.543Z] ---> Running in 2611097fc7a1 [2021-01-09T01:25:54.855Z] ---> Running in 4188fec02262 [2021-01-09T01:25:54.855Z] Removing intermediate container 5fd9c88d50c4 [2021-01-09T01:25:54.855Z] ---> 8a30338d70bc [2021-01-09T01:25:54.855Z] [2021-01-09T01:25:54.855Z] Step 10/21 : FROM scratch [2021-01-09T01:25:54.855Z] ---> [2021-01-09T01:25:54.855Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:25:55.537Z] ---> Running in e5dd02c4a555 [2021-01-09T01:25:55.905Z] Removing intermediate container 4188fec02262 [2021-01-09T01:25:55.905Z] ---> 2e839915412e [2021-01-09T01:25:55.905Z] Step 13/22 : WORKDIR / [2021-01-09T01:25:56.180Z] Removing intermediate container 2c558f72f09e [2021-01-09T01:25:56.180Z] ---> 4051a3cbffcd [2021-01-09T01:25:56.180Z] [2021-01-09T01:25:56.180Z] Step 10/24 : FROM scratch [2021-01-09T01:25:56.180Z] ---> [2021-01-09T01:25:56.180Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-09T01:25:56.455Z] ---> Running in 217bd014c3d9 [2021-01-09T01:25:56.455Z] Removing intermediate container e5dd02c4a555 [2021-01-09T01:25:56.455Z] ---> 11e020028716 [2021-01-09T01:25:56.455Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-09T01:25:56.736Z] ---> Running in 148b51475d62 [2021-01-09T01:25:56.736Z] ---> Running in 6d83090c5915 [2021-01-09T01:25:57.011Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:25:57.295Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:25:57.295Z] Removing intermediate container 217bd014c3d9 [2021-01-09T01:25:57.295Z] ---> 572542e6e5b2 [2021-01-09T01:25:57.295Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-09T01:25:57.567Z] Removing intermediate container 148b51475d62 [2021-01-09T01:25:57.567Z] ---> e21f30f7b859 [2021-01-09T01:25:57.567Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-09T01:25:57.567Z] Removing intermediate container 6d83090c5915 [2021-01-09T01:25:57.567Z] ---> df7377e29827 [2021-01-09T01:25:57.567Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-09T01:25:57.567Z] ---> Running in ab0a66934cfd [2021-01-09T01:25:57.842Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-09T01:25:57.842Z] ---> Running in b29c13e22dc2 [2021-01-09T01:25:57.842Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:25:57.842Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-09T01:25:57.842Z] (4/4) Installing curl (7.69.1-r3) [2021-01-09T01:25:57.842Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:25:57.842Z] Executing ca-certificates-20191127-r4.trigger [2021-01-09T01:25:58.115Z] OK: 7 MiB in 18 packages [2021-01-09T01:25:58.718Z] ---> 505c77cf7d8b [2021-01-09T01:25:58.718Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-09T01:25:58.718Z] Removing intermediate container ab0a66934cfd [2021-01-09T01:25:58.718Z] ---> ebea7354dec1 [2021-01-09T01:25:58.718Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-09T01:25:58.718Z] Removing intermediate container b29c13e22dc2 [2021-01-09T01:25:58.718Z] ---> 2545698bce4c [2021-01-09T01:25:58.718Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-09T01:25:58.994Z] ---> Running in 3274b196a2af [2021-01-09T01:25:59.591Z] Removing intermediate container 3274b196a2af [2021-01-09T01:25:59.591Z] ---> 65c6983eb715 [2021-01-09T01:25:59.591Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-09T01:26:00.193Z] ---> f0e47946c2b5 [2021-01-09T01:26:00.193Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-09T01:26:00.469Z] ---> 68240e6c5dd7 [2021-01-09T01:26:00.469Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-09T01:26:00.745Z] Removing intermediate container 2611097fc7a1 [2021-01-09T01:26:00.745Z] ---> 6374a61ed144 [2021-01-09T01:26:00.745Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:26:01.020Z] ---> 5b1de31a599c [2021-01-09T01:26:01.020Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-09T01:26:01.020Z] ---> Running in 83760a8fdd21 [2021-01-09T01:26:02.004Z] ---> 890ef5766914 [2021-01-09T01:26:02.004Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-09T01:26:02.004Z] Removing intermediate container 83760a8fdd21 [2021-01-09T01:26:02.004Z] ---> 56c032eac950 [2021-01-09T01:26:02.004Z] Step 13/21 : WORKDIR /edgex [2021-01-09T01:26:02.284Z] ---> Running in 7a2e65fb81f2 [2021-01-09T01:26:02.284Z] ---> 2c8e60fddb66 [2021-01-09T01:26:02.284Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-09T01:26:03.282Z] ---> 63243f8d9d56 [2021-01-09T01:26:03.282Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-09T01:26:03.282Z] Removing intermediate container 7a2e65fb81f2 [2021-01-09T01:26:03.282Z] ---> c91a0a6ce5cf [2021-01-09T01:26:03.282Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-09T01:26:03.282Z] ---> 9aef47148119 [2021-01-09T01:26:03.282Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-09T01:26:03.560Z] ---> Running in 780da536022a [2021-01-09T01:26:03.560Z] ---> a0beb49bf1c2 [2021-01-09T01:26:03.560Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-09T01:26:04.161Z] ---> Running in bf60e22dad28 [2021-01-09T01:26:04.435Z] ---> f25e890c19ac [2021-01-09T01:26:04.435Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-09T01:26:05.443Z] Removing intermediate container bf60e22dad28 [2021-01-09T01:26:05.443Z] ---> aeb77883b185 [2021-01-09T01:26:05.443Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:26:05.719Z] ---> a28e8381aab0 [2021-01-09T01:26:05.719Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-09T01:26:05.995Z] ---> Running in 1b4a668aa7db [2021-01-09T01:26:06.597Z] ---> 5630fd5b5dfe [2021-01-09T01:26:06.597Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-09T01:26:06.883Z] Removing intermediate container 1b4a668aa7db [2021-01-09T01:26:06.883Z] ---> 41557517d3fa [2021-01-09T01:26:06.883Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T01:26:06.883Z] ---> Running in 5ed2562c5276 [2021-01-09T01:26:07.159Z] ---> 3ed1bba16cfe [2021-01-09T01:26:07.159Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-09T01:26:07.432Z] Removing intermediate container 780da536022a [2021-01-09T01:26:07.432Z] ---> 7d75cf47bac2 [2021-01-09T01:26:07.432Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-09T01:26:07.707Z] Removing intermediate container 5ed2562c5276 [2021-01-09T01:26:07.707Z] ---> 4d9cc266de1a [2021-01-09T01:26:07.707Z] Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:26:07.988Z] ---> Running in 55ae2e54404e [2021-01-09T01:26:08.264Z] ---> Running in 073e2792481d [2021-01-09T01:26:08.537Z] ---> 4b1ef5fe2b25 [2021-01-09T01:26:08.537Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-09T01:26:08.811Z] ---> Running in eaa674ce092f [2021-01-09T01:26:08.811Z] Removing intermediate container 55ae2e54404e [2021-01-09T01:26:08.811Z] ---> 549595dcda74 [2021-01-09T01:26:08.811Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:26:09.083Z] ---> 110958ac4e2e [2021-01-09T01:26:09.083Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-09T01:26:09.083Z] Removing intermediate container 073e2792481d [2021-01-09T01:26:09.083Z] ---> a75be0d7abd1 [2021-01-09T01:26:09.083Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:26:09.356Z] ---> Running in b5c61bd04088 [2021-01-09T01:26:09.643Z] ---> Running in 38d1f0e081d7 [2021-01-09T01:26:09.643Z] Removing intermediate container eaa674ce092f [2021-01-09T01:26:09.643Z] ---> ffb7af35a79f [2021-01-09T01:26:09.643Z] Step 18/21 : CMD ["--init=true"] [2021-01-09T01:26:09.920Z] ---> Running in 37893dc7fe34 [2021-01-09T01:26:10.191Z] Removing intermediate container b5c61bd04088 [2021-01-09T01:26:10.191Z] ---> 644feb90db29 [2021-01-09T01:26:10.191Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:26:10.191Z] ---> 3d684097b362 [2021-01-09T01:26:10.191Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-09T01:26:10.191Z] Removing intermediate container 38d1f0e081d7 [2021-01-09T01:26:10.191Z] ---> 148f47e7ad6b [2021-01-09T01:26:10.191Z] [2021-01-09T01:26:10.466Z] ---> Running in 8fd70794be5c [2021-01-09T01:26:10.466Z] ---> Running in 11c367db0867 [2021-01-09T01:26:10.742Z] Removing intermediate container 37893dc7fe34 [2021-01-09T01:26:10.742Z] ---> 107098914ec4 [2021-01-09T01:26:10.742Z] Step 19/21 : LABEL arch=arm64 [2021-01-09T01:26:10.742Z] Successfully built 148f47e7ad6b [2021-01-09T01:26:11.018Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-09T01:26:11.018Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-09T01:26:11.018Z] Removing intermediate container 8fd70794be5c [2021-01-09T01:26:11.018Z] ---> 3f2926af482e [2021-01-09T01:26:11.018Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:26:11.621Z] ---> Running in a185e9b42f46 [2021-01-09T01:26:11.621Z] Removing intermediate container 11c367db0867 [2021-01-09T01:26:11.621Z] ---> 1c41ad73761c [2021-01-09T01:26:11.621Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:26:11.892Z] ---> Running in 6f79855953d5 [2021-01-09T01:26:11.892Z] ---> Running in c3ed85a1036b [2021-01-09T01:26:12.492Z] Removing intermediate container a185e9b42f46 [2021-01-09T01:26:12.492Z] ---> 9f613e150acc [2021-01-09T01:26:12.492Z] Step 20/21 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:26:13.482Z] Removing intermediate container 6f79855953d5 [2021-01-09T01:26:13.482Z] ---> acc3104cf4bd [2021-01-09T01:26:13.482Z] [2021-01-09T01:26:13.482Z] Successfully built acc3104cf4bd [2021-01-09T01:26:13.756Z] ---> Running in e83d682e06c7 [2021-01-09T01:26:13.756Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-09T01:26:13.756Z] Removing intermediate container c3ed85a1036b [2021-01-09T01:26:13.756Z] ---> 552e616eb68c [2021-01-09T01:26:13.756Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T01:26:13.756Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2021-01-09T01:26:14.366Z] ---> Running in 1825f86c5362 [2021-01-09T01:26:14.366Z] Removing intermediate container 83e2baba6527 [2021-01-09T01:26:14.366Z] ---> 72ee79478bca [2021-01-09T01:26:14.366Z] [2021-01-09T01:26:14.366Z] Step 10/23 : FROM alpine:3.12 [2021-01-09T01:26:14.366Z] ---> afeebe901d6b [2021-01-09T01:26:14.366Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:26:14.366Z] Removing intermediate container e83d682e06c7 [2021-01-09T01:26:14.366Z] ---> 65c7b4e9c44c [2021-01-09T01:26:14.366Z] Step 21/21 : LABEL version=0.0.0 [2021-01-09T01:26:14.640Z] ---> Running in 483177e523fd [2021-01-09T01:26:14.914Z] ---> Running in fb74d8be0ca7 [2021-01-09T01:26:15.185Z] Removing intermediate container 1825f86c5362 [2021-01-09T01:26:15.185Z] ---> d8f884b83177 [2021-01-09T01:26:15.185Z] Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:26:15.785Z] Removing intermediate container 483177e523fd [2021-01-09T01:26:15.785Z] ---> c74cdafab8f5 [2021-01-09T01:26:15.785Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-09T01:26:15.785Z] ---> Running in e79113e23dae [2021-01-09T01:26:16.063Z] Removing intermediate container fb74d8be0ca7 [2021-01-09T01:26:16.063Z] ---> 1e45fb6c54b7 [2021-01-09T01:26:16.063Z] [2021-01-09T01:26:16.341Z] ---> Running in 2c4943a1d774 [2021-01-09T01:26:16.617Z] Successfully built 1e45fb6c54b7 [2021-01-09T01:26:17.207Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-09T01:26:17.207Z] Building docker-core-metadata-go [2021-01-09T01:26:17.207Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container e79113e23dae [2021-01-09T01:26:17.207Z] ---> 442769b63f0f [2021-01-09T01:26:17.207Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:26:17.804Z] Removing intermediate container 2c4943a1d774 [2021-01-09T01:26:17.804Z] ---> b4869f0d6c71 [2021-01-09T01:26:17.804Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-09T01:26:17.804Z] ---> Running in 2897b757f8f7 [2021-01-09T01:26:17.804Z] ---> Running in 5d2c3bcfe0f5 [2021-01-09T01:26:18.405Z] Removing intermediate container 2897b757f8f7 [2021-01-09T01:26:18.405Z] ---> f99fa2a33026 [2021-01-09T01:26:18.405Z] [2021-01-09T01:26:18.405Z] Removing intermediate container 5d2c3bcfe0f5 [2021-01-09T01:26:18.406Z] ---> 6eb69fc3801d [2021-01-09T01:26:18.406Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:26:18.679Z] Successfully built f99fa2a33026 [2021-01-09T01:26:18.952Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-09T01:26:18.952Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-09T01:26:18.952Z] ---> Running in 3cbae9e4b948 [2021-01-09T01:26:22.335Z] Removing intermediate container 3cbae9e4b948 [2021-01-09T01:26:22.335Z] ---> a033aee9e7b4 [2021-01-09T01:26:22.335Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-09T01:26:22.335Z] ---> Running in 67d60dd8b102 [2021-01-09T01:26:23.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:26:24.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:26:24.882Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-09T01:26:24.882Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-09T01:26:25.154Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-09T01:26:25.427Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-09T01:26:25.702Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-09T01:26:25.702Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:26:25.702Z] OK: 8 MiB in 19 packages [2021-01-09T01:26:30.027Z] Removing intermediate container 67d60dd8b102 [2021-01-09T01:26:30.027Z] ---> 538e35f11729 [2021-01-09T01:26:30.027Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-09T01:26:30.626Z] ---> fce5bdd5051e [2021-01-09T01:26:30.626Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-09T01:26:32.611Z] ---> 9848013becf2 [2021-01-09T01:26:32.611Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-09T01:26:33.601Z] ---> 03274deae887 [2021-01-09T01:26:33.601Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-09T01:26:33.601Z] ---> Running in ce79019e4295 [2021-01-09T01:26:34.591Z] Removing intermediate container ce79019e4295 [2021-01-09T01:26:34.591Z] ---> 83d87cde433b [2021-01-09T01:26:34.591Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:26:34.871Z] ---> Running in 7f514e7a2f66 [2021-01-09T01:26:35.863Z] Removing intermediate container 7f514e7a2f66 [2021-01-09T01:26:35.863Z] ---> 34ff73e94195 [2021-01-09T01:26:35.863Z] Step 21/23 : LABEL arch=arm64 [2021-01-09T01:26:36.463Z] ---> Running in f53767836f3c [2021-01-09T01:26:37.062Z] Removing intermediate container f53767836f3c [2021-01-09T01:26:37.062Z] ---> fe1bcabb43d3 [2021-01-09T01:26:37.062Z] Step 22/23 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:26:37.660Z] ---> Running in 83eff94a70db [2021-01-09T01:26:38.258Z] Removing intermediate container 83eff94a70db [2021-01-09T01:26:38.258Z] ---> b36905bb6ee2 [2021-01-09T01:26:38.538Z] Step 23/23 : LABEL version=0.0.0 [2021-01-09T01:26:38.815Z] ---> Running in 9c447f1e5626 [2021-01-09T01:26:39.414Z] Removing intermediate container 9c447f1e5626 [2021-01-09T01:26:39.414Z] ---> 7bd2309f5c41 [2021-01-09T01:26:39.414Z] [2021-01-09T01:26:40.012Z] Successfully built 7bd2309f5c41 [2021-01-09T01:26:40.012Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-09T01:26:58.318Z]  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:26:58.318Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:26:58.318Z] ---> 3eacc1085f9f [2021-01-09T01:26:58.318Z] Step 3/26 : WORKDIR /edgex-go [2021-01-09T01:26:58.318Z] ---> Using cache [2021-01-09T01:26:58.318Z] ---> dabedd5a3db1 [2021-01-09T01:26:58.318Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:26:58.318Z] ---> Using cache [2021-01-09T01:26:58.318Z] ---> 99c8f3ac3538 [2021-01-09T01:26:58.318Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-09T01:27:03.750Z] ---> Running in 1cd4ff033cde [2021-01-09T01:27:04.352Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:27:04.352Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:27:04.352Z] ---> 3eacc1085f9f [2021-01-09T01:27:04.352Z] Step 3/24 : WORKDIR /edgex-go [2021-01-09T01:27:04.352Z] ---> Using cache [2021-01-09T01:27:04.352Z] ---> dabedd5a3db1 [2021-01-09T01:27:04.352Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:27:04.352Z] ---> Using cache [2021-01-09T01:27:04.352Z] ---> 99c8f3ac3538 [2021-01-09T01:27:04.352Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-09T01:27:04.949Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:05.225Z] ---> Running in dcb1e4b85da0 [2021-01-09T01:27:05.523Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:06.512Z] OK: 217 MiB in 51 packages [2021-01-09T01:27:07.157Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:27:07.157Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:27:07.157Z] ---> 3eacc1085f9f [2021-01-09T01:27:07.157Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:27:07.157Z] ---> Using cache [2021-01-09T01:27:07.157Z] ---> dabedd5a3db1 [2021-01-09T01:27:07.157Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:27:07.157Z] ---> Using cache [2021-01-09T01:27:07.157Z] ---> 99c8f3ac3538 [2021-01-09T01:27:07.157Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:27:07.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:07.449Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-09T01:27:07.449Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-09T01:27:07.449Z] ---> 3eacc1085f9f [2021-01-09T01:27:07.449Z] Step 3/22 : WORKDIR /edgex-go [2021-01-09T01:27:07.449Z] ---> Using cache [2021-01-09T01:27:07.449Z] ---> dabedd5a3db1 [2021-01-09T01:27:07.449Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-09T01:27:07.449Z] ---> Using cache [2021-01-09T01:27:07.449Z] ---> 99c8f3ac3538 [2021-01-09T01:27:07.449Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-09T01:27:07.780Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:07.780Z] ---> Running in 76d7d3f54977 [2021-01-09T01:27:07.780Z] ---> Running in 3a0eb7799f03 [2021-01-09T01:27:08.968Z] OK: 217 MiB in 51 packages [2021-01-09T01:27:08.968Z] Removing intermediate container 1cd4ff033cde [2021-01-09T01:27:08.968Z] ---> 24a4adad2c54 [2021-01-09T01:27:08.968Z] Step 6/26 : COPY go.mod . [2021-01-09T01:27:09.972Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:09.972Z] ---> b685b9e0cac2 [2021-01-09T01:27:09.972Z] Step 7/26 : RUN go mod download [2021-01-09T01:27:10.254Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:10.254Z] ---> Running in 849d9ea056d7 [2021-01-09T01:27:10.531Z] Removing intermediate container dcb1e4b85da0 [2021-01-09T01:27:10.531Z] ---> 9949c019b7fb [2021-01-09T01:27:10.531Z] Step 6/24 : COPY go.mod . [2021-01-09T01:27:10.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:10.806Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:27:11.416Z] ---> 795373a82904 [2021-01-09T01:27:11.416Z] Step 7/24 : RUN go mod download [2021-01-09T01:27:11.693Z] OK: 217 MiB in 51 packages [2021-01-09T01:27:11.693Z] ---> Running in 91cfdd7c48d1 [2021-01-09T01:27:11.693Z] OK: 217 MiB in 51 packages [2021-01-09T01:27:13.696Z] Removing intermediate container 76d7d3f54977 [2021-01-09T01:27:13.696Z] ---> 3388f17bdd3d [2021-01-09T01:27:13.696Z] Step 6/22 : COPY go.mod . [2021-01-09T01:27:13.696Z] Removing intermediate container 3a0eb7799f03 [2021-01-09T01:27:13.696Z] ---> ad77ec99981c [2021-01-09T01:27:13.696Z] Step 6/22 : COPY go.mod . [2021-01-09T01:27:13.970Z] Removing intermediate container 849d9ea056d7 [2021-01-09T01:27:13.970Z] ---> d71c83e9e7d7 [2021-01-09T01:27:13.970Z] Step 8/26 : COPY . . [2021-01-09T01:27:14.568Z] ---> 9519834e6d7b [2021-01-09T01:27:14.568Z] Step 7/22 : RUN go mod download [2021-01-09T01:27:14.568Z] ---> dd992ae7473b [2021-01-09T01:27:14.568Z] Step 7/22 : RUN go mod download [2021-01-09T01:27:14.568Z] ---> Running in abe5d3527c99 [2021-01-09T01:27:15.168Z] ---> Running in b6c49dbaf7e7 [2021-01-09T01:27:15.759Z] Removing intermediate container 91cfdd7c48d1 [2021-01-09T01:27:15.759Z] ---> 32e74599354f [2021-01-09T01:27:15.759Z] Step 8/24 : COPY . . [2021-01-09T01:27:24.075Z] Removing intermediate container b6c49dbaf7e7 [2021-01-09T01:27:24.075Z] ---> af52003e42bb [2021-01-09T01:27:24.076Z] Removing intermediate container abe5d3527c99 [2021-01-09T01:27:24.076Z] ---> d72a921c7de0 [2021-01-09T01:27:24.076Z] Step 8/22 : COPY . . [2021-01-09T01:27:24.076Z] Step 8/22 : COPY . . [2021-01-09T01:27:30.817Z] ---> 51cfc182cd5e [2021-01-09T01:27:30.817Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-09T01:27:30.817Z] ---> Running in b62a39f03385 [2021-01-09T01:27:30.817Z] ---> 638d73076cb8 [2021-01-09T01:27:30.817Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-09T01:27:31.418Z] ---> Running in d47e081bdccd [2021-01-09T01:27:31.694Z] 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-09T01:27:33.130Z] 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-09T01:27:48.268Z] ---> b852b0d0e0fe [2021-01-09T01:27:48.269Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-09T01:27:48.269Z] ---> a12475c96ff4 [2021-01-09T01:27:48.269Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-09T01:27:48.269Z] ---> Running in 2e75b982791f [2021-01-09T01:27:48.269Z] ---> Running in 67b1709b29fa [2021-01-09T01:27:49.254Z] 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-09T01:27:49.529Z] 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-09T01:28:36.515Z] 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-09T01:28:40.831Z] Removing intermediate container b62a39f03385 [2021-01-09T01:28:40.831Z] ---> b05f93efbdab [2021-01-09T01:28:40.831Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-09T01:28:40.831Z] ---> Running in f6b6a8d075b2 [2021-01-09T01:28:42.820Z] 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-09T01:28:43.105Z] Removing intermediate container d47e081bdccd [2021-01-09T01:28:43.105Z] ---> 3230f6499627 [2021-01-09T01:28:43.105Z] [2021-01-09T01:28:43.105Z] Step 10/24 : FROM alpine:3.12 [2021-01-09T01:28:43.105Z] ---> afeebe901d6b [2021-01-09T01:28:43.105Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-09T01:28:43.105Z] ---> Using cache [2021-01-09T01:28:43.105Z] ---> 9da32fa47a19 [2021-01-09T01:28:43.105Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-09T01:28:43.385Z] ---> Running in 248ce59e1890 [2021-01-09T01:28:43.992Z] Removing intermediate container 248ce59e1890 [2021-01-09T01:28:43.992Z] ---> 1318c5460067 [2021-01-09T01:28:43.992Z] Step 13/24 : WORKDIR / [2021-01-09T01:28:43.992Z] ---> Running in 4a80876dea75 [2021-01-09T01:28:44.981Z] Removing intermediate container 4a80876dea75 [2021-01-09T01:28:44.981Z] ---> a685b0a97d99 [2021-01-09T01:28:44.981Z] 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-09T01:28:45.971Z] ---> 48ee096e1199 [2021-01-09T01:28:45.971Z] 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-09T01:28:47.422Z] ---> 5cf80af61ec0 [2021-01-09T01:28:47.422Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-09T01:28:48.422Z] Removing intermediate container f6b6a8d075b2 [2021-01-09T01:28:48.422Z] ---> 172820b8c508 [2021-01-09T01:28:48.422Z] [2021-01-09T01:28:48.422Z] Step 11/26 : FROM docker:20.10.0 [2021-01-09T01:28:48.696Z] 20.10.0: Pulling from library/docker [2021-01-09T01:28:48.696Z] ---> ff5815e2e687 [2021-01-09T01:28:48.696Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-09T01:28:52.116Z] ---> bff826ceb483 [2021-01-09T01:28:52.116Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-09T01:28:54.170Z] ---> 41aa648e0506 [2021-01-09T01:28:54.170Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-09T01:28:55.615Z] ---> 1ae3b78a982e [2021-01-09T01:28:55.615Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-09T01:28:55.891Z] ---> Running in 2346988310ad [2021-01-09T01:29:01.308Z] Removing intermediate container 2346988310ad [2021-01-09T01:29:01.308Z] ---> 39614c7fc928 [2021-01-09T01:29:01.308Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-09T01:29:01.308Z] ---> Running in efbab83e1d19 [2021-01-09T01:29:01.911Z] Removing intermediate container efbab83e1d19 [2021-01-09T01:29:01.911Z] ---> ea3418d9987a [2021-01-09T01:29:01.911Z] Step 22/24 : LABEL arch=arm64 [2021-01-09T01:29:02.184Z] ---> Running in 05eccecb35f5 [2021-01-09T01:29:02.780Z] Removing intermediate container 2e75b982791f [2021-01-09T01:29:02.780Z] ---> 1b105b57f365 [2021-01-09T01:29:02.780Z] [2021-01-09T01:29:02.780Z] Step 10/22 : FROM scratch [2021-01-09T01:29:03.059Z] ---> [2021-01-09T01:29:03.059Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:29:03.059Z] Removing intermediate container 05eccecb35f5 [2021-01-09T01:29:03.059Z] ---> 2320056bd6a9 [2021-01-09T01:29:03.059Z] Step 23/24 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:29:03.059Z] ---> Using cache [2021-01-09T01:29:03.059Z] ---> 11e020028716 [2021-01-09T01:29:03.059Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-09T01:29:03.335Z] ---> Running in b04ec34f0519 [2021-01-09T01:29:03.335Z] ---> Running in 7b9ce1192e4e [2021-01-09T01:29:04.324Z] Removing intermediate container 7b9ce1192e4e [2021-01-09T01:29:04.324Z] ---> 6db5e3bd828f [2021-01-09T01:29:04.324Z] Step 24/24 : LABEL version=0.0.0 [2021-01-09T01:29:04.324Z] Removing intermediate container b04ec34f0519 [2021-01-09T01:29:04.324Z] ---> c3090cc7e918 [2021-01-09T01:29:04.324Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:29:04.594Z] ---> Running in f239f9b1942c [2021-01-09T01:29:04.594Z] ---> Running in 076bf9ea1ebf [2021-01-09T01:29:05.195Z] Removing intermediate container f239f9b1942c [2021-01-09T01:29:05.195Z] ---> b8bf9ffe5283 [2021-01-09T01:29:05.195Z] [2021-01-09T01:29:05.468Z] Removing intermediate container 076bf9ea1ebf [2021-01-09T01:29:05.468Z] ---> f6f72c51afc1 [2021-01-09T01:29:05.468Z] Step 14/22 : WORKDIR / [2021-01-09T01:29:05.468Z] ---> Running in cda99215602e [2021-01-09T01:29:05.868Z] Successfully built b8bf9ffe5283 [2021-01-09T01:29:05.868Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-09T01:29:06.499Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container cda99215602e [2021-01-09T01:29:06.499Z] ---> b9950d217a03 [2021-01-09T01:29:06.499Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-09T01:29:07.989Z] ---> a82e51bf47fc [2021-01-09T01:29:07.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-09T01:29:08.972Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-09T01:29:08.972Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-09T01:29:08.972Z] ---> eeaf43b92773 [2021-01-09T01:29:08.972Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-09T01:29:09.569Z] ---> Running in 4853bed97d70 [2021-01-09T01:29:09.569Z] ---> 917faba2cfee [2021-01-09T01:29:09.569Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-09T01:29:11.013Z] ---> ba96fd31e5a0 [2021-01-09T01:29:11.013Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-09T01:29:11.013Z] ---> Running in e5b228a37001 [2021-01-09T01:29:11.013Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:29:11.289Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:29:11.886Z] (1/2) Installing readline (8.0.4-r0) [2021-01-09T01:29:11.886Z] Removing intermediate container e5b228a37001 [2021-01-09T01:29:11.886Z] ---> 9f50d9367cc2 [2021-01-09T01:29:11.886Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:29:11.886Z] (2/2) Installing bash (5.0.17-r0) [2021-01-09T01:29:11.886Z] Executing bash-5.0.17-r0.post-install [2021-01-09T01:29:11.886Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:29:11.886Z] OK: 12 MiB in 22 packages [2021-01-09T01:29:12.158Z] ---> Running in eb1f16453771 [2021-01-09T01:29:12.429Z] Removing intermediate container 67b1709b29fa [2021-01-09T01:29:12.429Z] ---> 229ba2d3511d [2021-01-09T01:29:12.429Z] [2021-01-09T01:29:12.429Z] Step 10/22 : FROM scratch [2021-01-09T01:29:12.429Z] ---> [2021-01-09T01:29:12.429Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-09T01:29:12.429Z] ---> Using cache [2021-01-09T01:29:12.429Z] ---> 11e020028716 [2021-01-09T01:29:12.429Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-09T01:29:12.699Z] Removing intermediate container eb1f16453771 [2021-01-09T01:29:12.699Z] ---> d04af8198e02 [2021-01-09T01:29:12.699Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:29:12.699Z] ---> Running in 70b0f549bcc6 [2021-01-09T01:29:12.971Z] ---> Running in 6884c0ae6012 [2021-01-09T01:29:13.241Z] Removing intermediate container 70b0f549bcc6 [2021-01-09T01:29:13.241Z] ---> 35b0f5a76baf [2021-01-09T01:29:13.241Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-09T01:29:13.241Z] Removing intermediate container 4853bed97d70 [2021-01-09T01:29:13.241Z] ---> 440c32688400 [2021-01-09T01:29:13.241Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-09T01:29:13.521Z] ---> Running in 03981bd4765c [2021-01-09T01:29:13.521Z] Removing intermediate container 6884c0ae6012 [2021-01-09T01:29:13.521Z] ---> 28f00c0cab4c [2021-01-09T01:29:13.521Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:29:13.521Z] ---> Running in 143012d5caa9 [2021-01-09T01:29:13.521Z] ---> Running in 35330c238c6d [2021-01-09T01:29:14.113Z] Removing intermediate container 03981bd4765c [2021-01-09T01:29:14.113Z] ---> ed2a0af306e3 [2021-01-09T01:29:14.113Z] Step 14/22 : WORKDIR / [2021-01-09T01:29:14.113Z] Removing intermediate container 143012d5caa9 [2021-01-09T01:29:14.113Z] ---> 7c6ac76c855d [2021-01-09T01:29:14.113Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-09T01:29:14.113Z] ---> Running in fe298c412495 [2021-01-09T01:29:14.113Z] Removing intermediate container 35330c238c6d [2021-01-09T01:29:14.113Z] ---> 98673b3c535f [2021-01-09T01:29:14.113Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:29:14.386Z] ---> Running in bd67bb8a9e64 [2021-01-09T01:29:14.386Z] ---> Running in b45ba38f3faa [2021-01-09T01:29:14.986Z] Removing intermediate container fe298c412495 [2021-01-09T01:29:14.986Z] ---> b2e883b3d80f [2021-01-09T01:29:14.986Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-09T01:29:14.986Z] Removing intermediate container bd67bb8a9e64 [2021-01-09T01:29:14.986Z] ---> bad730d79939 [2021-01-09T01:29:14.986Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-09T01:29:14.986Z] Removing intermediate container b45ba38f3faa [2021-01-09T01:29:14.986Z] ---> 130564a83b1a [2021-01-09T01:29:14.986Z] [2021-01-09T01:29:15.267Z] ---> Running in 4301c6092ce0 [2021-01-09T01:29:15.545Z] Successfully built 130564a83b1a [2021-01-09T01:29:15.545Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-09T01:29:15.819Z]  Building docker-core-command-go ... done  ---> 17e65afe7d60 [2021-01-09T01:29:15.819Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-09T01:29:15.819Z] Removing intermediate container 4301c6092ce0 [2021-01-09T01:29:15.819Z] ---> 3e604dfecf48 [2021-01-09T01:29:15.819Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-09T01:29:17.258Z] ---> 535a8242cc64 [2021-01-09T01:29:17.258Z] ---> 7c9005d113ec [2021-01-09T01:29:17.258Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-09T01:29:17.258Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-09T01:29:17.853Z] ---> a7a2dc7a4ad6 [2021-01-09T01:29:17.853Z] ---> 226b7d047a6c [2021-01-09T01:29:17.853Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-09T01:29:17.853Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-09T01:29:18.133Z] ---> Running in 28c9d85b0f8b [2021-01-09T01:29:18.746Z] Removing intermediate container 28c9d85b0f8b [2021-01-09T01:29:18.746Z] ---> 49b9e0f2cf81 [2021-01-09T01:29:18.746Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:29:18.746Z] ---> Running in ba4d8695a7c7 [2021-01-09T01:29:18.746Z] ---> 0a659442f9c7 [2021-01-09T01:29:18.746Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-09T01:29:19.021Z] ---> Running in 67a68f02f266 [2021-01-09T01:29:19.302Z] Removing intermediate container ba4d8695a7c7 [2021-01-09T01:29:19.302Z] ---> 204ab4320433 [2021-01-09T01:29:19.302Z] Step 20/22 : LABEL arch=arm64 [2021-01-09T01:29:19.632Z] ---> Running in 213623350d95 [2021-01-09T01:29:19.903Z] Removing intermediate container 213623350d95 [2021-01-09T01:29:19.903Z] ---> 57ffab45f0f2 [2021-01-09T01:29:19.903Z] Step 21/22 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:29:20.175Z] ---> Running in 4988b1a1b696 [2021-01-09T01:29:20.175Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:29:20.457Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:29:20.735Z] Removing intermediate container 4988b1a1b696 [2021-01-09T01:29:20.735Z] ---> 056689cd7777 [2021-01-09T01:29:20.735Z] Step 22/22 : LABEL version=0.0.0 [2021-01-09T01:29:20.735Z] ---> Running in 94656eafe0ec [2021-01-09T01:29:21.007Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-09T01:29:21.007Z] (2/33) Installing expat (2.2.9-r1) [2021-01-09T01:29:21.007Z] (3/33) Installing libffi (3.3-r2) [2021-01-09T01:29:21.007Z] (4/33) Installing gdbm (1.13-r1) [2021-01-09T01:29:21.007Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-09T01:29:21.007Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-09T01:29:21.007Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-09T01:29:21.289Z] Removing intermediate container 94656eafe0ec [2021-01-09T01:29:21.289Z] ---> b26e96afff5c [2021-01-09T01:29:21.289Z] [2021-01-09T01:29:21.882Z] Successfully built b26e96afff5c [2021-01-09T01:29:21.882Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-09T01:29:22.854Z]  Building docker-core-metadata-go ... done (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-09T01:29:22.854Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-09T01:29:22.854Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-09T01:29:22.854Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-09T01:29:22.854Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-09T01:29:22.854Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-09T01:29:23.130Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-09T01:29:23.130Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-09T01:29:23.130Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-09T01:29:23.130Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-09T01:29:23.407Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-09T01:29:23.407Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-09T01:29:23.407Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-09T01:29:23.407Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-09T01:29:23.407Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-09T01:29:23.407Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-09T01:29:23.407Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-09T01:29:23.407Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-09T01:29:23.407Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-09T01:29:23.682Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-09T01:29:23.682Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-09T01:29:23.682Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-09T01:29:23.682Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-09T01:29:23.682Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-09T01:29:23.682Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-09T01:29:23.682Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-09T01:29:23.955Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:29:23.955Z] OK: 71 MiB in 55 packages [2021-01-09T01:29:30.682Z] Removing intermediate container 67a68f02f266 [2021-01-09T01:29:30.682Z] ---> a233ee83a163 [2021-01-09T01:29:30.682Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-09T01:29:30.682Z] ---> Running in 0b60228b4372 [2021-01-09T01:29:34.991Z] Collecting docker-compose==1.23.2 [2021-01-09T01:29:34.991Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-09T01:29:35.967Z] Collecting PyYAML<4,>=3.10 [2021-01-09T01:29:35.967Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-09T01:29:39.351Z] Collecting texttable<0.10,>=0.9.0 [2021-01-09T01:29:39.351Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-09T01:29:40.780Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-09T01:29:40.780Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-09T01:29:42.745Z] Collecting docker<4.0,>=3.6.0 [2021-01-09T01:29:42.745Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-09T01:29:43.334Z] Collecting cached-property<2,>=1.2.0 [2021-01-09T01:29:43.334Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-09T01:29:44.757Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-09T01:29:44.757Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-09T01:29:45.027Z] Collecting jsonschema<3,>=2.5.1 [2021-01-09T01:29:45.027Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-09T01:29:45.619Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-09T01:29:45.619Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-09T01:29:45.894Z] Collecting docopt<0.7,>=0.6.1 [2021-01-09T01:29:45.894Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-09T01:29:47.878Z] 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-09T01:29:47.878Z] Collecting docker-pycreds>=0.4.0 [2021-01-09T01:29:47.878Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-09T01:29:48.470Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-09T01:29:48.470Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-09T01:29:48.470Z] 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-09T01:29:48.742Z] Collecting idna<2.8,>=2.5 [2021-01-09T01:29:48.742Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-09T01:29:48.743Z] 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-09T01:29:48.743Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-09T01:29:48.743Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-09T01:29:48.743Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-09T01:29:48.743Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-09T01:29:49.724Z] Installing collected packages: PyYAML, texttable, dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, docker-compose [2021-01-09T01:29:49.724Z] Running setup.py install for PyYAML: started [2021-01-09T01:29:51.700Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-09T01:29:51.700Z] Running setup.py install for texttable: started [2021-01-09T01:29:53.126Z] Running setup.py install for texttable: finished with status 'done' [2021-01-09T01:29:53.126Z] Running setup.py install for dockerpty: started [2021-01-09T01:29:55.096Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-09T01:29:55.367Z] Attempting uninstall: urllib3 [2021-01-09T01:29:55.367Z] Found existing installation: urllib3 1.25.9 [2021-01-09T01:29:55.367Z] Uninstalling urllib3-1.25.9: [2021-01-09T01:29:55.638Z] Successfully uninstalled urllib3-1.25.9 [2021-01-09T01:29:56.238Z] Attempting uninstall: idna [2021-01-09T01:29:56.238Z] Found existing installation: idna 2.9 [2021-01-09T01:29:56.238Z] Uninstalling idna-2.9: [2021-01-09T01:29:56.238Z] Successfully uninstalled idna-2.9 [2021-01-09T01:29:56.834Z] Attempting uninstall: requests [2021-01-09T01:29:56.834Z] Found existing installation: requests 2.23.0 [2021-01-09T01:29:56.834Z] Uninstalling requests-2.23.0: [2021-01-09T01:29:56.834Z] Successfully uninstalled requests-2.23.0 [2021-01-09T01:29:58.254Z] Running setup.py install for docopt: started [2021-01-09T01:30:00.218Z] Running setup.py install for docopt: finished with status 'done' [2021-01-09T01:30:00.809Z] 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-09T01:30:05.161Z] Removing intermediate container 0b60228b4372 [2021-01-09T01:30:05.161Z] ---> 26c6fa2de042 [2021-01-09T01:30:05.161Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-09T01:30:05.161Z] ---> Running in fb6e4f2eb568 [2021-01-09T01:30:05.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-09T01:30:06.031Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-09T01:30:06.631Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-09T01:30:06.631Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-09T01:30:06.631Z] (3/3) Installing curl (7.69.1-r3) [2021-01-09T01:30:06.631Z] Executing busybox-1.31.1-r19.trigger [2021-01-09T01:30:06.631Z] OK: 71 MiB in 58 packages [2021-01-09T01:30:08.095Z] Removing intermediate container fb6e4f2eb568 [2021-01-09T01:30:08.095Z] ---> 223c01f90c56 [2021-01-09T01:30:08.095Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-09T01:30:08.095Z] ---> Running in 77484c167634 [2021-01-09T01:30:08.696Z] Removing intermediate container 77484c167634 [2021-01-09T01:30:08.696Z] ---> 3203b54c8fa3 [2021-01-09T01:30:08.696Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-09T01:30:08.696Z] ---> Running in 5e710e988622 [2021-01-09T01:30:08.974Z] Removing intermediate container 5e710e988622 [2021-01-09T01:30:08.974Z] ---> 1a4ecbb35f9b [2021-01-09T01:30:08.974Z] Step 24/26 : LABEL arch=arm64 [2021-01-09T01:30:09.248Z] ---> Running in 89b7dec51cbf [2021-01-09T01:30:09.841Z] Removing intermediate container 89b7dec51cbf [2021-01-09T01:30:09.841Z] ---> b25ab0040ca6 [2021-01-09T01:30:09.841Z] Step 25/26 : LABEL git_sha=d164d0f2684056e901c37f9eef647268f67e0073 [2021-01-09T01:30:09.841Z] ---> Running in f52cb59a229c [2021-01-09T01:30:10.434Z] Removing intermediate container f52cb59a229c [2021-01-09T01:30:10.434Z] ---> 240f49c8e0e3 [2021-01-09T01:30:10.434Z] Step 26/26 : LABEL version=0.0.0 [2021-01-09T01:30:10.434Z] ---> Running in 18ae5cd795bf [2021-01-09T01:30:11.024Z] Removing intermediate container 18ae5cd795bf [2021-01-09T01:30:11.025Z] ---> a14d1d3a6b6a [2021-01-09T01:30:11.025Z] [2021-01-09T01:30:11.296Z] Successfully built a14d1d3a6b6a [2021-01-09T01:30:11.296Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-09T01:30:11.917Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-09T01:30:11.964Z] $ docker stop --time=1 ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 [2021-01-09T01:30:13.955Z] $ docker rm -f ffbdd0e3ae1ff3f03f922cecaa6a46941f1a90b8b0ccdd1e98932e4d03f7aaf9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-09T01:30:14.589Z] + grep docker [2021-01-09T01:30:14.589Z] + docker images [2021-01-09T01:30:14.861Z] docker-sys-mgmt-agent-go-arm64 latest a14d1d3a6b6a 4 seconds ago 300MB [2021-01-09T01:30:14.861Z] docker-core-metadata-go-arm64 latest b26e96afff5c 53 seconds ago 12.2MB [2021-01-09T01:30:14.861Z] docker-core-command-go-arm64 latest 130564a83b1a About a minute ago 9.98MB [2021-01-09T01:30:14.861Z] docker-security-secretstore-setup-go-arm64 latest b8bf9ffe5283 About a minute ago 23.4MB [2021-01-09T01:30:14.861Z] docker-core-data-go-arm64 latest 7bd2309f5c41 3 minutes ago 21MB [2021-01-09T01:30:14.861Z] docker-support-notifications-go-arm64 latest f99fa2a33026 3 minutes ago 11.4MB [2021-01-09T01:30:14.861Z] docker-security-proxy-setup-go-arm64 latest 1e45fb6c54b7 3 minutes ago 23.3MB [2021-01-09T01:30:14.861Z] docker-security-bootstrap-redis-go-arm64 latest acc3104cf4bd 4 minutes ago 15.1MB [2021-01-09T01:30:14.861Z] docker-support-scheduler-go-arm64 latest 148f47e7ad6b 4 minutes ago 10MB [2021-01-09T01:30:14.861Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-09T01:30:16.724Z] provisioning config files... [2021-01-09T01:30:16.740Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/5@tmp/config8612008511641162751tmp [Pipeline] { [Pipeline] sh [2021-01-09T01:30:17.143Z] + set +x [2021-01-09T01:30:17.143Z] + curl -s https://codecov.io/bash [2021-01-09T01:30:17.143Z] + bash -s -- [2021-01-09T01:30:17.726Z] [2021-01-09T01:30:17.726Z] _____ _ [2021-01-09T01:30:17.726Z] / ____| | | [2021-01-09T01:30:17.726Z] | | ___ __| | ___ ___ _____ __ [2021-01-09T01:30:17.726Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-09T01:30:17.726Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-09T01:30:17.726Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-09T01:30:17.726Z] Bash-20201231-23d4836 [2021-01-09T01:30:17.726Z] [2021-01-09T01:30:17.726Z] [2021-01-09T01:30:17.726Z] ==> git version 2.24.3 found [2021-01-09T01:30:17.726Z] ==> 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-09T01:30:17.726Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-09T01:30:17.726Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-09T01:30:17.726Z] ==> Jenkins CI detected. [2021-01-09T01:30:17.726Z] project root: . [2021-01-09T01:30:17.726Z] --> token set from env [2021-01-09T01:30:17.726Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-09T01:30:17.726Z] ==> Running gcov in . (disable via -X gcov) [2021-01-09T01:30:17.726Z] ==> Python coveragepy not found [2021-01-09T01:30:17.726Z] ==> Searching for coverage reports in: [2021-01-09T01:30:17.726Z] + . [2021-01-09T01:30:17.726Z] -> Found 1 reports [2021-01-09T01:30:17.992Z] ==> Detecting git/mercurial file structure [2021-01-09T01:30:17.992Z] ==> Reading reports [2021-01-09T01:30:17.992Z] + ./coverage.out bytes=541590 [2021-01-09T01:30:17.992Z] ==> Appending adjustments [2021-01-09T01:30:17.992Z] https://docs.codecov.io/docs/fixing-reports [2021-01-09T01:30:22.234Z] + Found adjustments [2021-01-09T01:30:22.234Z] ==> Gzipping contents [2021-01-09T01:30:22.234Z] 84K /tmp/codecov.7BWpXu.gz [2021-01-09T01:30:22.234Z] ==> Uploading reports [2021-01-09T01:30:22.234Z] url: https://codecov.io [2021-01-09T01:30:22.234Z] query: branch=PR-3003&commit=d164d0f2684056e901c37f9eef647268f67e0073&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= [2021-01-09T01:30:22.234Z] -> Pinging Codecov [2021-01-09T01:30:22.234Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-3003&commit=d164d0f2684056e901c37f9eef647268f67e0073&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3003%2F5%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3003&job=&cmd_args= [2021-01-09T01:30:22.234Z] -> Uploading to [2021-01-09T01:30:22.234Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-09/00271124DB129430A58F1EEE437C3FCB/d164d0f2684056e901c37f9eef647268f67e0073/3fbd9a77-ff31-4e30-b8af-3a68542bfefa.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210109%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210109T013021Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=beae84e9679dfeed5db9df8e52035febdb6267e2b606a51297bf96e0ed9dcdef [2021-01-09T01:30:22.234Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-09T01:30:22.234Z] Dload Upload Total Spent Left Speed [2021-01-09T01:30:22.498Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82297 0 0 100 82297 0 148k --:--:-- --:--:-- --:--:-- 148k [2021-01-09T01:30:22.763Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/d164d0f2684056e901c37f9eef647268f67e0073 [Pipeline] } [2021-01-09T01:30:22.774Z] 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-09T01:30:24.751Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:25.637Z] ---> package-listing.sh [2021-01-09T01:30:25.637Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-09T01:30:25.637Z] ++ facter osfamily [2021-01-09T01:30:25.637Z] + OS_FAMILY=redhat [2021-01-09T01:30:25.637Z] + workspace=/w/workspace/edgex-go/5 [2021-01-09T01:30:25.637Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-09T01:30:25.637Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-09T01:30:25.637Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-09T01:30:25.637Z] + PACKAGES=/tmp/packages_start.txt [2021-01-09T01:30:25.637Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-09T01:30:25.637Z] + PACKAGES=/tmp/packages_end.txt [2021-01-09T01:30:25.637Z] + case "${OS_FAMILY}" in [2021-01-09T01:30:25.637Z] + rpm -qa [2021-01-09T01:30:25.637Z] + sort [2021-01-09T01:30:30.952Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-09T01:30:30.952Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-09T01:30:30.952Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-09T01:30:30.952Z] + '[' /w/workspace/edgex-go/5 ']' [2021-01-09T01:30:30.952Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2021-01-09T01:30:30.952Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2021-01-09T01:30:30.968Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-09T01:30:31.263Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:30:31.580Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:30:31.850Z] [2021-01-09T01:30:31.850Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-09T01:30:32.220Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:30:32.220Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-09T01:30:32.220Z] df20fa9351a1: Pulling fs layer [2021-01-09T01:30:32.220Z] 36b3adc4ff6f: Pulling fs layer [2021-01-09T01:30:32.220Z] 8ad3a11d3b57: Pulling fs layer [2021-01-09T01:30:32.220Z] 46f8f816bc3b: Pulling fs layer [2021-01-09T01:30:32.220Z] 93b61091891f: Pulling fs layer [2021-01-09T01:30:32.220Z] 93b9cdb0e59b: Pulling fs layer [2021-01-09T01:30:32.220Z] 5e14af77c1be: Pulling fs layer [2021-01-09T01:30:32.220Z] 01666e4c0597: Pulling fs layer [2021-01-09T01:30:32.220Z] aa168da1d23b: Pulling fs layer [2021-01-09T01:30:32.220Z] 93b61091891f: Waiting [2021-01-09T01:30:32.220Z] 93b9cdb0e59b: Waiting [2021-01-09T01:30:32.220Z] 5e14af77c1be: Waiting [2021-01-09T01:30:32.220Z] 01666e4c0597: Waiting [2021-01-09T01:30:32.220Z] 46f8f816bc3b: Waiting [2021-01-09T01:30:32.220Z] aa168da1d23b: Waiting [2021-01-09T01:30:32.220Z] 36b3adc4ff6f: Verifying Checksum [2021-01-09T01:30:32.220Z] 36b3adc4ff6f: Download complete [2021-01-09T01:30:32.501Z] df20fa9351a1: Verifying Checksum [2021-01-09T01:30:32.501Z] df20fa9351a1: Download complete [2021-01-09T01:30:32.501Z] 93b61091891f: Verifying Checksum [2021-01-09T01:30:32.501Z] 93b61091891f: Download complete [2021-01-09T01:30:32.501Z] 93b9cdb0e59b: Verifying Checksum [2021-01-09T01:30:32.501Z] 93b9cdb0e59b: Download complete [2021-01-09T01:30:32.501Z] 5e14af77c1be: Verifying Checksum [2021-01-09T01:30:32.501Z] 5e14af77c1be: Download complete [2021-01-09T01:30:32.501Z] 8ad3a11d3b57: Verifying Checksum [2021-01-09T01:30:32.501Z] 01666e4c0597: Verifying Checksum [2021-01-09T01:30:32.501Z] 01666e4c0597: Download complete [2021-01-09T01:30:32.501Z] 46f8f816bc3b: Verifying Checksum [2021-01-09T01:30:32.501Z] 46f8f816bc3b: Download complete [2021-01-09T01:30:33.094Z] df20fa9351a1: Pull complete [2021-01-09T01:30:33.094Z] 36b3adc4ff6f: Pull complete [2021-01-09T01:30:35.034Z] aa168da1d23b: Verifying Checksum [2021-01-09T01:30:35.034Z] aa168da1d23b: Download complete [2021-01-09T01:30:36.000Z] 8ad3a11d3b57: Pull complete [2021-01-09T01:30:36.000Z] 46f8f816bc3b: Pull complete [2021-01-09T01:30:36.588Z] 93b61091891f: Pull complete [2021-01-09T01:30:36.588Z] 93b9cdb0e59b: Pull complete [2021-01-09T01:30:36.857Z] 5e14af77c1be: Pull complete [2021-01-09T01:30:36.857Z] 01666e4c0597: Pull complete [2021-01-09T01:30:49.236Z] aa168da1d23b: Pull complete [2021-01-09T01:30:49.236Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-09T01:30:49.237Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-09T01:30:49.237Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-09T01:30:49.550Z] prd-centos7-docker-4c-2g-19196 does not seem to be running inside a container [2021-01-09T01:30:49.634Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-lftools-log-publisher:alpine cat [2021-01-09T01:30:53.128Z] $ docker top 2a7a897f9fc26a97825fc79a5ecb90157f4d56f0b9b7cb177c82ab35dd98551f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-09T01:30:53.906Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-09T01:30:54.260Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-09T01:30:54.564Z] + ls /var/log/sa-host [2021-01-09T01:30:54.564Z] + sadf -c /var/log/sa-host/sa09 [2021-01-09T01:30:54.564Z] file_magic: OK [2021-01-09T01:30:54.564Z] HZ: Using current value: 100 [2021-01-09T01:30:54.564Z] file_header: OK [2021-01-09T01:30:54.564Z] 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-09T01:30:54.564Z] Statistics: [2021-01-09T01:30:54.564Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-09T01:30:54.564Z] File successfully converted to sysstat format version 12.2.1 [2021-01-09T01:30:54.564Z] + sadf -c /var/log/sa-host/sa23 [2021-01-09T01:30:54.564Z] file_magic: OK [2021-01-09T01:30:54.564Z] HZ: Using current value: 100 [2021-01-09T01:30:54.564Z] file_header: OK [2021-01-09T01:30:54.564Z] 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-09T01:30:54.564Z] Statistics: [2021-01-09T01:30:54.564Z] Hnuu...uuuununununu... [2021-01-09T01:30:54.564Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-09T01:30:55.166Z] provisioning config files... [2021-01-09T01:30:55.182Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1633757551774408844tmp [Pipeline] { [Pipeline] echo [2021-01-09T01:30:55.484Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:55.784Z] ---> create-netrc.sh [Pipeline] } [2021-01-09T01:30:55.793Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-09T01:30:55.897Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:56.194Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-09T01:30:56.208Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:56.514Z] ---> sudo-logs.sh [2021-01-09T01:30:56.514Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-09T01:30:56.526Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:56.827Z] ---> job-cost.sh [2021-01-09T01:30:56.827Z] lf-activate-venv: SKIPPING [2021-01-09T01:30:56.827Z] INFO: No Stack... [2021-01-09T01:30:57.776Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-09T01:30:58.354Z] INFO: Archiving Costs [Pipeline] echo [2021-01-09T01:30:58.370Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-09T01:30:58.670Z] ---> logs-deploy.sh [2021-01-09T01:30:58.670Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3003/5 [2021-01-09T01:30:58.670Z] INFO: archiving workspace using pattern(s): [2021-01-09T01:31:00.592Z] Archives upload complete. [2021-01-09T01:31:00.592Z] INFO: archiving logs to Nexus [2021-01-09T01:31:01.543Z] ---> uname -a: [2021-01-09T01:31:01.543Z] Linux prd-centos7-docker-4c-2g-19196.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] ---> lscpu: [2021-01-09T01:31:01.543Z] Architecture: x86_64 [2021-01-09T01:31:01.543Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-09T01:31:01.543Z] Byte Order: Little Endian [2021-01-09T01:31:01.543Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-09T01:31:01.543Z] CPU(s): 4 [2021-01-09T01:31:01.543Z] On-line CPU(s) list: 0-3 [2021-01-09T01:31:01.543Z] Thread(s) per core: 1 [2021-01-09T01:31:01.543Z] Core(s) per socket: 1 [2021-01-09T01:31:01.543Z] Socket(s): 4 [2021-01-09T01:31:01.543Z] NUMA node(s): 1 [2021-01-09T01:31:01.543Z] Vendor ID: GenuineIntel [2021-01-09T01:31:01.543Z] CPU family: 6 [2021-01-09T01:31:01.543Z] Model: 44 [2021-01-09T01:31:01.543Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-09T01:31:01.543Z] Stepping: 1 [2021-01-09T01:31:01.543Z] CPU MHz: 2933.436 [2021-01-09T01:31:01.543Z] BogoMIPS: 5866.87 [2021-01-09T01:31:01.543Z] Virtualization: VT-x [2021-01-09T01:31:01.543Z] Hypervisor vendor: KVM [2021-01-09T01:31:01.543Z] Virtualization type: full [2021-01-09T01:31:01.543Z] L1d cache: 128 KiB [2021-01-09T01:31:01.543Z] L1i cache: 128 KiB [2021-01-09T01:31:01.543Z] L2 cache: 16 MiB [2021-01-09T01:31:01.543Z] L3 cache: 64 MiB [2021-01-09T01:31:01.543Z] NUMA node0 CPU(s): 0-3 [2021-01-09T01:31:01.543Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-09T01:31:01.543Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-09T01:31:01.543Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-09T01:31:01.543Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-09T01:31:01.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-09T01:31:01.543Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-09T01:31:01.543Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-09T01:31:01.543Z] Vulnerability Srbds: Not affected [2021-01-09T01:31:01.543Z] Vulnerability Tsx async abort: Not affected [2021-01-09T01:31:01.543Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] ---> nproc: [2021-01-09T01:31:01.543Z] 4 [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z] ---> df -h: [2021-01-09T01:31:01.543Z] Filesystem Size Used Available Use% Mounted on [2021-01-09T01:31:01.543Z] overlay 50.0G 12.0G 38.0G 24% / [2021-01-09T01:31:01.543Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-09T01:31:01.543Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-09T01:31:01.543Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5@tmp [2021-01-09T01:31:01.543Z] /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/5 [2021-01-09T01:31:01.543Z] [2021-01-09T01:31:01.543Z]