Pull request #3027 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from bfa6a58f8926f2bd31488a3be92923c4164c0bd6+250a43ed1e9b8198fb10735cc1ab2371f89d298c (751a7edf3b5f62390558024fb271a3716b108b00) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-21230 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # 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 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" First time build. Skipping changelog. > git rev-list --no-walk 24b59bc0260eb6b7ed89a5c9491de3239003736e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-19T17:09:16.025Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-19T17:09:16.267Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-19T17:09:16.353Z] ========================================================= [2021-01-19T17:09:16.353Z] EdgeX Global Pipelines Version Info [2021-01-19T17:09:16.353Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:18.412Z] ------------------- [2021-01-19T17:09:18.412Z] stable info: [2021-01-19T17:09:18.412Z] ------------------- [2021-01-19T17:09:18.412Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-19T17:09:18.412Z] Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d [2021-01-19T17:09:18.412Z] Message: update stable to v1.0.177 [2021-01-19T17:09:18.991Z] ------------------- [2021-01-19T17:09:18.991Z] experimental info: [2021-01-19T17:09:18.991Z] ------------------- [2021-01-19T17:09:18.991Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-19T17:09:18.991Z] Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 [2021-01-19T17:09:18.991Z] Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-19T17:09:19.271Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-19T17:09:19.378Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-19T17:09:19.512Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-19T17:09:19.606Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-19T17:09:19.733Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-19T17:09:19.825Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-19T17:09:19.941Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-19T17:09:20.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-19T17:09:20.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-19T17:09:20.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-19T17:09:20.376Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-19T17:09:20.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-19T17:09:20.826Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-19T17:09:20.937Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-19T17:09:21.061Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:21.143Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-19T17:09:21.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-19T17:09:21.396Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-19T17:09:21.478Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-19T17:09:21.634Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-19T17:09:21.718Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-19T17:09:21.812Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-19T17:09:21.912Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-19T17:09:22.004Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T17:09:22.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3027 [Pipeline] echo [2021-01-19T17:09:22.232Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3027 [Pipeline] echo [2021-01-19T17:09:22.382Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] echo [2021-01-19T17:09:22.507Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bfa6a58 [Pipeline] echo [2021-01-19T17:09:22.660Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:09:22.821Z] provisioning config files... [2021-01-19T17:09:22.854Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config728404266649112953tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:09:23.227Z] ---> docker-login.sh [2021-01-19T17:09:23.227Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:09:23.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:23.497Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:23.497Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:23.497Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:23.497Z] [2021-01-19T17:09:23.497Z] Login Succeeded [2021-01-19T17:09:23.497Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:09:23.759Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:23.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:23.759Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:23.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:23.759Z] [2021-01-19T17:09:23.759Z] Login Succeeded [2021-01-19T17:09:23.759Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:09:24.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:24.020Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:24.020Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:24.020Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:24.020Z] [2021-01-19T17:09:24.020Z] Login Succeeded [2021-01-19T17:09:24.020Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:09:24.020Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:24.281Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:24.281Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:24.281Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:24.281Z] [2021-01-19T17:09:24.281Z] Login Succeeded [2021-01-19T17:09:24.281Z] docker.io [2021-01-19T17:09:24.281Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:09:24.545Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:09:24.545Z] Configure a credential helper to remove this warning. See [2021-01-19T17:09:24.545Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:09:24.545Z] [2021-01-19T17:09:24.545Z] Login Succeeded [2021-01-19T17:09:24.545Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:09:24.555Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:09:25.020Z] ++ 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-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/core-command/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/core-data/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-19T17:09:25.020Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-19T17:09:25.020Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-19T17:09:25.020Z] ++ cut -d/ -f2 [2021-01-19T17:09:25.020Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-19T17:09:25.085Z] 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-19T17:09:25.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:25.904Z] [2021-01-19T17:09:25.904Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:09:26.259Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:26.259Z] latest: Pulling from edgex-devops/git-semver [2021-01-19T17:09:26.259Z] 31603596830f: Pulling fs layer [2021-01-19T17:09:26.259Z] 2a8b12db71e7: Pulling fs layer [2021-01-19T17:09:26.259Z] 6ca5941a6612: Pulling fs layer [2021-01-19T17:09:26.259Z] ecc8261a40a4: Pulling fs layer [2021-01-19T17:09:26.259Z] ecc8261a40a4: Waiting [2021-01-19T17:09:26.259Z] 2a8b12db71e7: Download complete [2021-01-19T17:09:26.522Z] ecc8261a40a4: Verifying Checksum [2021-01-19T17:09:26.522Z] ecc8261a40a4: Download complete [2021-01-19T17:09:26.522Z] 6ca5941a6612: Verifying Checksum [2021-01-19T17:09:26.522Z] 6ca5941a6612: Download complete [2021-01-19T17:09:26.522Z] 31603596830f: Verifying Checksum [2021-01-19T17:09:26.522Z] 31603596830f: Download complete [2021-01-19T17:09:27.098Z] 31603596830f: Pull complete [2021-01-19T17:09:27.098Z] 2a8b12db71e7: Pull complete [2021-01-19T17:09:28.052Z] 6ca5941a6612: Pull complete [2021-01-19T17:09:28.052Z] ecc8261a40a4: Pull complete [2021-01-19T17:09:28.052Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-19T17:09:28.314Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-19T17:09:28.314Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-19T17:09:28.414Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:09:28.468Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-19T17:09:30.931Z] $ docker top 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-19T17:09:31.245Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:09:31.245Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:09:31.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:09:31.475Z] $ docker exec 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent [2021-01-19T17:09:31.647Z] SSH_AUTH_SOCK=/tmp/ssh-IurTuKNvEmOl/agent.11 [2021-01-19T17:09:31.647Z] SSH_AGENT_PID=16 [2021-01-19T17:09:31.660Z] Running ssh-add (command line suppressed) [2021-01-19T17:09:31.783Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_7747956387681525928.key (/w/workspace/edgex-go/10@tmp/private_key_7747956387681525928.key) [2021-01-19T17:09:31.836Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:09:32.176Z] + git tag --points-at HEAD [Pipeline] } [2021-01-19T17:09:32.203Z] $ docker exec --env ******** --env ******** 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent -k [2021-01-19T17:09:32.324Z] unset SSH_AUTH_SOCK; [2021-01-19T17:09:32.324Z] unset SSH_AGENT_PID; [2021-01-19T17:09:32.324Z] echo Agent pid 16 killed; [2021-01-19T17:09:32.370Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-19T17:09:32.504Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-19T17:09:32.504Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-19T17:09:32.665Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-19T17:09:32.669Z] $ docker exec 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent [2021-01-19T17:09:32.826Z] SSH_AUTH_SOCK=/tmp/ssh-wuTSTQDK5sKO/agent.45 [2021-01-19T17:09:32.826Z] SSH_AGENT_PID=51 [2021-01-19T17:09:32.833Z] Running ssh-add (command line suppressed) [2021-01-19T17:09:32.949Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_7056093003694888542.key (/w/workspace/edgex-go/10@tmp/private_key_7056093003694888542.key) [2021-01-19T17:09:33.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-19T17:09:33.369Z] + git semver init [2021-01-19T17:09:33.369Z] # -> Open(): unable to determine branch for HEAD [2021-01-19T17:09:33.369Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2021-01-19T17:09:33.369Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2021-01-19T17:09:33.369Z] # $SEMVER_REMOTE_NAME = origin [2021-01-19T17:09:33.369Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-19T17:09:33.369Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-19T17:09:33.369Z] # $SEMVER_BRANCH = PR-3027 [2021-01-19T17:09:33.369Z] # $SEMVER_TEMP = /tmp/semver-238725923 [2021-01-19T17:09:33.369Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-19T17:10:05.541Z] # '/tmp/semver-238725923' -> '/w/workspace/edgex-go/10/.semver' [2021-01-19T17:10:05.805Z] # -> Force: false [2021-01-19T17:10:05.805Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2021-01-19T17:10:05.819Z] $ docker exec --env ******** --env ******** 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 ssh-agent -k [2021-01-19T17:10:06.039Z] unset SSH_AUTH_SOCK; [2021-01-19T17:10:06.039Z] unset SSH_AGENT_PID; [2021-01-19T17:10:06.039Z] echo Agent pid 51 killed; [2021-01-19T17:10:06.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-19T17:10:06.618Z] + git semver [Pipeline] } [2021-01-19T17:10:06.638Z] $ docker stop --time=1 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 [2021-01-19T17:10:08.190Z] $ docker rm -f 8a54d7345821b61233d392aa6d38523ca01d8249ffe5b843bf1f9bae46ac1e39 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:10:08.694Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-19T17:10:09.215Z] Stashed 1 file(s) [Pipeline] echo [2021-01-19T17:10:09.218Z] [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-19T17:10:10.131Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:10.431Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:10:10.728Z] + true [2021-01-19T17:10:10.729Z] + sudo service docker restart [2021-01-19T17:10:10.729Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-19T17:10:11.316Z] ========================================================= [2021-01-19T17:10:11.316Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-19T17:10:11.316Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:10:11.651Z] + 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-19T17:10:14.965Z] Sending build context to Docker daemon 326.6MB [2021-01-19T17:10:14.965Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:10:14.965Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:10:15.232Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-19T17:10:15.232Z] 188c0c94c7c5: Pulling fs layer [2021-01-19T17:10:15.232Z] 0ef7d3d256c8: Pulling fs layer [2021-01-19T17:10:15.232Z] de9db76c5a1d: Pulling fs layer [2021-01-19T17:10:15.232Z] bca2f99d35d6: Pulling fs layer [2021-01-19T17:10:15.232Z] 93359f2a8cfa: Pulling fs layer [2021-01-19T17:10:15.232Z] 7c6f9722023f: Pulling fs layer [2021-01-19T17:10:15.232Z] a35cf1a2eb13: Pulling fs layer [2021-01-19T17:10:15.232Z] 7c6f9722023f: Waiting [2021-01-19T17:10:15.232Z] bca2f99d35d6: Waiting [2021-01-19T17:10:15.232Z] 93359f2a8cfa: Waiting [2021-01-19T17:10:15.232Z] a35cf1a2eb13: Waiting [2021-01-19T17:10:15.232Z] de9db76c5a1d: Verifying Checksum [2021-01-19T17:10:15.232Z] de9db76c5a1d: Download complete [2021-01-19T17:10:15.232Z] 0ef7d3d256c8: Verifying Checksum [2021-01-19T17:10:15.232Z] 0ef7d3d256c8: Download complete [2021-01-19T17:10:15.232Z] 93359f2a8cfa: Verifying Checksum [2021-01-19T17:10:15.232Z] 93359f2a8cfa: Download complete [2021-01-19T17:10:15.232Z] 7c6f9722023f: Verifying Checksum [2021-01-19T17:10:15.232Z] 7c6f9722023f: Download complete [2021-01-19T17:10:15.232Z] 188c0c94c7c5: Verifying Checksum [2021-01-19T17:10:15.232Z] 188c0c94c7c5: Download complete [2021-01-19T17:10:15.806Z] 188c0c94c7c5: Pull complete [2021-01-19T17:10:16.404Z] 0ef7d3d256c8: Pull complete [2021-01-19T17:10:16.671Z] de9db76c5a1d: Pull complete [2021-01-19T17:10:16.671Z] a35cf1a2eb13: Verifying Checksum [2021-01-19T17:10:16.671Z] a35cf1a2eb13: Download complete [2021-01-19T17:10:17.247Z] bca2f99d35d6: Verifying Checksum [2021-01-19T17:10:17.247Z] bca2f99d35d6: Download complete [2021-01-19T17:10:22.560Z] bca2f99d35d6: Pull complete [2021-01-19T17:10:22.560Z] 93359f2a8cfa: Pull complete [2021-01-19T17:10:22.560Z] 7c6f9722023f: Pull complete [2021-01-19T17:10:24.630Z] Still waiting to schedule task [2021-01-19T17:10:24.630Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-19T17:10:26.785Z] a35cf1a2eb13: Pull complete [2021-01-19T17:10:26.785Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-19T17:10:26.785Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-19T17:10:26.786Z] ---> a62c8e92a672 [2021-01-19T17:10:26.786Z] 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-19T17:10:27.048Z] ---> Running in 2f7f34e9166a [2021-01-19T17:10:27.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:10:28.568Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:10:28.830Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:10:29.093Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:10:29.093Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:10:29.355Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:10:32.662Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:10:32.924Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:10:32.924Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:10:32.924Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:10:33.185Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:10:33.185Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:10:33.185Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:10:33.446Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:10:33.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:10:33.446Z] OK: 233 MiB in 51 packages [2021-01-19T17:10:37.661Z] Removing intermediate container 2f7f34e9166a [2021-01-19T17:10:37.661Z] ---> 144170596de6 [2021-01-19T17:10:37.661Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:10:37.661Z] ---> Running in 1e5c6c485439 [2021-01-19T17:10:37.661Z] Removing intermediate container 1e5c6c485439 [2021-01-19T17:10:37.661Z] ---> 85b5030fad2d [2021-01-19T17:10:37.661Z] Step 5/6 : COPY go.mod . [2021-01-19T17:10:38.236Z] ---> 1352c4dc4dd0 [2021-01-19T17:10:38.236Z] Step 6/6 : RUN go mod download [2021-01-19T17:10:38.236Z] ---> Running in 962101861abd [2021-01-19T17:11:00.260Z] Removing intermediate container 962101861abd [2021-01-19T17:11:00.260Z] ---> e88fd40c5aad [2021-01-19T17:11:00.260Z] Successfully built e88fd40c5aad [2021-01-19T17:11:00.260Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:00.573Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:00.573Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:00.678Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:11:00.723Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-01-19T17:11:01.676Z] $ docker top 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:11:02.194Z] + go version [2021-01-19T17:11:02.195Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-19T17:11:02.286Z] $ docker stop --time=1 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a [2021-01-19T17:11:03.663Z] $ docker rm -f 17a7d8a7eaf75831922ccacbced13b9f7553fc22e2615fe9dade5fbe4b56660a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:11:04.481Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-19T17:11:04.481Z] . [Pipeline] withDockerContainer [2021-01-19T17:11:04.579Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:11:04.624Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2021-01-19T17:11:05.276Z] $ docker top d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:11:05.486Z] ========================================================= [2021-01-19T17:11:05.486Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:11:05.486Z] ========================================================= [Pipeline] sh [2021-01-19T17:11:05.776Z] + make test [2021-01-19T17:11:05.776Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:11:13.949Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:11:28.965Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:11:34.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:11:34.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:11:34.317Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:11:34.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:11:34.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:11:34.585Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:11:35.177Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:11:35.441Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:11:35.714Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:11:38.304Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:11:38.304Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:11:38.304Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:11:40.267Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.081s coverage: 46.6% of statements [2021-01-19T17:11:40.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:11:40.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:11:40.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:11:40.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:11:40.267Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:11:44.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.173s coverage: 27.0% of statements [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:11:44.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:11:44.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:11:44.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:11:44.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.108s coverage: 82.3% of statements [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:11:44.900Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:11:45.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.326s coverage: 28.6% of statements [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:11:45.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.073s coverage: 100.0% of statements [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:11:45.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.058s coverage: 100.0% of statements [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:11:45.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.136s coverage: 86.7% of statements [2021-01-19T17:11:45.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:11:46.241Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.111s coverage: 97.5% of statements [2021-01-19T17:11:46.241Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:11:46.833Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-01-19T17:11:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:11:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:11:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:11:46.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.357s coverage: 92.8% of statements [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.025s coverage: 58.8% of statements [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements [2021-01-19T17:11:48.799Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements [2021-01-19T17:11:48.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2021-01-19T17:11:49.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements [2021-01-19T17:11:49.983Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements [2021-01-19T17:11:49.983Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:11:50.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.178s coverage: 63.5% of statements [2021-01-19T17:11:50.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:11:50.259Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:11:50.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements [2021-01-19T17:11:50.259Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.038s coverage: 91.3% of statements [2021-01-19T17:11:50.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.048s coverage: 100.0% of statements [2021-01-19T17:11:50.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-01-19T17:11:51.065Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.036s coverage: 100.0% of statements [2021-01-19T17:11:52.049Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.290s coverage: 68.9% of statements [2021-01-19T17:11:52.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:11:52.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:11:52.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:11:52.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:11:52.049Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:11:52.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.109s coverage: 37.0% of statements [2021-01-19T17:11:52.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:11:52.630Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:11:52.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.330s coverage: 84.0% of statements [2021-01-19T17:11:52.630Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2021-01-19T17:11:54.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.116s coverage: 47.1% of statements [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:11:54.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:11:54.595Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-19T17:11:54.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.060s coverage: 100.0% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.049s coverage: 87.9% of statements [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:11:55.550Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:11:55.550Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements [2021-01-19T17:11:56.122Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-19T17:11:56.382Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-19T17:11:56.647Z] GO111MODULE=on go vet ./... [2021-01-19T17:12:18.741Z] gofmt -l . [2021-01-19T17:12:18.741Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:12:19.320Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:12:19.896Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:12:20.467Z] + ls -al . [2021-01-19T17:12:20.467Z] total 656 [2021-01-19T17:12:20.467Z] drwxrwxr-x 10 1001 1001 4096 Jan 19 17:12 . [2021-01-19T17:12:20.467Z] drwxr-xr-x 4 root root 30 Jan 19 17:11 .. [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:09 .dockerignore [2021-01-19T17:12:20.467Z] drwxrwxr-x 8 1001 1001 179 Jan 19 17:09 .git [2021-01-19T17:12:20.467Z] drwxrwxr-x 3 1001 1001 125 Jan 19 17:09 .github [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:09 .gitignore [2021-01-19T17:12:20.467Z] drwx------ 3 1001 1001 47 Jan 19 17:10 .semver [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:09 .sonarcloud.properties [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:09 Attribution.txt [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:09 CONTRIBUTING.md [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:09 Dockerfile.build [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:09 Jenkinsfile [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:09 LICENSE [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:09 Makefile [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:09 README.md [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:09 SECURITY.md [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:09 ZMQWindows.md [2021-01-19T17:12:20.467Z] drwxrwxr-x 2 1001 1001 117 Jan 19 17:09 bin [2021-01-19T17:12:20.467Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:09 cmd [2021-01-19T17:12:20.467Z] -rw-r--r-- 1 root root 550280 Jan 19 17:11 coverage.out [2021-01-19T17:12:20.467Z] -rw-r--r-- 1 root root 981 Jan 19 17:12 go.mod [2021-01-19T17:12:20.467Z] -rw-r--r-- 1 root root 19416 Jan 19 17:12 go.sum [2021-01-19T17:12:20.467Z] drwxrwxr-x 8 1001 1001 127 Jan 19 17:09 internal [2021-01-19T17:12:20.467Z] drwxrwxr-x 4 1001 1001 26 Jan 19 17:09 openapi [2021-01-19T17:12:20.467Z] drwxrwxr-x 4 1001 1001 71 Jan 19 17:09 snap [2021-01-19T17:12:20.467Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:09 version.go [Pipeline] sh [2021-01-19T17:12:20.769Z] + '[' -e coverage.out ] [2021-01-19T17:12:20.770Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:12:20.951Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:12:21.250Z] + make build [2021-01-19T17:12:21.250Z] 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-19T17:12:24.561Z] 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-19T17:12:31.223Z] 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-19T17:12:32.621Z] 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-19T17:12:34.012Z] 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-19T17:12:34.275Z] 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-19T17:12:35.685Z] 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-19T17:12:37.084Z] 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-19T17:12:38.028Z] 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-19T17:12:38.976Z] 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-19T17:12:39.935Z] 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-19T17:12:40.888Z] 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-19T17:12:42.297Z] $ docker stop --time=1 d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c [2021-01-19T17:12:43.861Z] $ docker rm -f d74115eb54273422d9c994515af9ef919c3c231e55488f53af9dce25c1fe6f1c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:12:45.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:12:45.612Z] [2021-01-19T17:12:45.612Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:12:45.995Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:12:45.995Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-19T17:12:45.995Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-19T17:12:45.995Z] ca9280d653b3: Pulling fs layer [2021-01-19T17:12:45.995Z] 7e9c9ca2126c: Pulling fs layer [2021-01-19T17:12:46.267Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-19T17:12:46.267Z] cbdbe7a5bc2a: Download complete [2021-01-19T17:12:46.534Z] cbdbe7a5bc2a: Pull complete [2021-01-19T17:12:46.801Z] ca9280d653b3: Verifying Checksum [2021-01-19T17:12:46.801Z] ca9280d653b3: Download complete [2021-01-19T17:12:47.754Z] ca9280d653b3: Pull complete [2021-01-19T17:12:47.754Z] 7e9c9ca2126c: Download complete [2021-01-19T17:12:54.373Z] 7e9c9ca2126c: Pull complete [2021-01-19T17:12:54.373Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-19T17:12:54.373Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:12:54.373Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-19T17:12:54.490Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:12:54.535Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:12:56.222Z] $ docker top 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:12:56.700Z] + docker-compose build --help [2021-01-19T17:12:56.700Z] + grep parallel [2021-01-19T17:12:57.643Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:12:57.657Z] $ docker stop --time=1 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 [2021-01-19T17:12:59.034Z] $ docker rm -f 3adbb06098644d68a4d0dddd6361c56803156f2b12af4693144753ff68cbee76 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:12:59.652Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-19T17:12:59.652Z] . [Pipeline] withDockerContainer [2021-01-19T17:12:59.756Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:12:59.802Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-19T17:13:00.501Z] $ docker top 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:13:01.038Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:13:01.996Z] Building docker-core-command-go ... [2021-01-19T17:13:01.996Z] Building docker-core-data-go ... [2021-01-19T17:13:01.996Z] Building docker-core-metadata-go ... [2021-01-19T17:13:01.996Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:13:01.996Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:13:01.997Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:13:01.997Z] Building docker-support-notifications-go ... [2021-01-19T17:13:01.997Z] Building docker-support-scheduler-go ... [2021-01-19T17:13:01.997Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:13:01.997Z] Building docker-core-data-go [2021-01-19T17:13:01.997Z] Building docker-support-scheduler-go [2021-01-19T17:13:01.997Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:13:01.997Z] Building docker-support-notifications-go [2021-01-19T17:13:01.997Z] Building docker-security-proxy-setup-go [2021-01-19T17:13:34.421Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:34.421Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:34.421Z] ---> e88fd40c5aad [2021-01-19T17:13:34.421Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:13:34.421Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:34.421Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:34.421Z] ---> e88fd40c5aad [2021-01-19T17:13:34.421Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:13:34.421Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:34.421Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:34.421Z] ---> e88fd40c5aad [2021-01-19T17:13:34.421Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:13:34.421Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:34.421Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:34.421Z] ---> e88fd40c5aad [2021-01-19T17:13:34.421Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:13:34.421Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:13:34.421Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:13:34.421Z] ---> e88fd40c5aad [2021-01-19T17:13:34.421Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:13:34.421Z] ---> Running in e0c9287a97de [2021-01-19T17:13:34.421Z] ---> Running in 6111cf5ad73f [2021-01-19T17:13:34.421Z] ---> Running in 468403d15d6c [2021-01-19T17:13:34.421Z] ---> Running in 6d290977aea4 [2021-01-19T17:13:34.421Z] ---> Running in 1dcab8a6c982 [2021-01-19T17:13:34.421Z] Removing intermediate container e0c9287a97de [2021-01-19T17:13:34.421Z] ---> c96df5e2b92c [2021-01-19T17:13:34.421Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:34.421Z] Removing intermediate container 1dcab8a6c982 [2021-01-19T17:13:34.421Z] ---> 03c5aa3054bd [2021-01-19T17:13:34.421Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:34.421Z] Removing intermediate container 468403d15d6c [2021-01-19T17:13:34.421Z] ---> 9d4351ed3182 [2021-01-19T17:13:34.421Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:34.421Z] Removing intermediate container 6111cf5ad73f [2021-01-19T17:13:34.421Z] ---> c1e60a9b278a [2021-01-19T17:13:34.421Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:34.421Z] Removing intermediate container 6d290977aea4 [2021-01-19T17:13:34.421Z] ---> 09b486b6de64 [2021-01-19T17:13:34.421Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:13:34.421Z] ---> Running in e4ce9cfa75c5 [2021-01-19T17:13:34.421Z] ---> Running in b91c6f1510fb [2021-01-19T17:13:34.421Z] ---> Running in fa4c4d563178 [2021-01-19T17:13:34.421Z] ---> Running in 63a464454ff4 [2021-01-19T17:13:34.421Z] ---> Running in 5a0e77146d42 [2021-01-19T17:13:35.427Z] Removing intermediate container fa4c4d563178 [2021-01-19T17:13:35.427Z] ---> 01882c19c8ff [2021-01-19T17:13:35.427Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:13:35.427Z] Removing intermediate container e4ce9cfa75c5 [2021-01-19T17:13:35.427Z] ---> ca8beb1b5d5f [2021-01-19T17:13:35.427Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:13:35.427Z] Removing intermediate container 63a464454ff4 [2021-01-19T17:13:35.427Z] ---> 4234620d477b [2021-01-19T17:13:35.427Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:13:35.427Z] ---> Running in e862ad8fb488 [2021-01-19T17:13:35.427Z] ---> Running in fb138e55cca6 [2021-01-19T17:13:35.427Z] ---> Running in 2f067f5108e3 [2021-01-19T17:13:35.427Z] Removing intermediate container b91c6f1510fb [2021-01-19T17:13:35.427Z] ---> 67b5a25ea9cf [2021-01-19T17:13:35.427Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:13:35.689Z] Removing intermediate container 5a0e77146d42 [2021-01-19T17:13:35.689Z] ---> 826e29ad0728 [2021-01-19T17:13:35.689Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:13:35.689Z] ---> Running in 85ada261ab00 [2021-01-19T17:13:35.689Z] ---> Running in cd583ce294b1 [2021-01-19T17:13:36.283Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:36.549Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:36.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:36.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.072Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.333Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.596Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:13:37.868Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:37.868Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:37.868Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:38.140Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:38.401Z] Removing intermediate container fb138e55cca6 [2021-01-19T17:13:38.401Z] ---> e667cd7979a4 [2021-01-19T17:13:38.401Z] Step 6/21 : COPY go.mod . [2021-01-19T17:13:38.401Z] OK: 233 MiB in 51 packages [2021-01-19T17:13:39.347Z] ---> 5323a353f409 [2021-01-19T17:13:39.347Z] Step 7/21 : RUN go mod download [2021-01-19T17:13:39.613Z] Removing intermediate container cd583ce294b1 [2021-01-19T17:13:39.613Z] ---> 0675ecb1ecf1 [2021-01-19T17:13:39.613Z] Step 6/22 : COPY go.mod . [2021-01-19T17:13:39.613Z] ---> Running in bcda72ce75bb [2021-01-19T17:13:39.613Z] Removing intermediate container 85ada261ab00 [2021-01-19T17:13:39.613Z] ---> 904898e16eed [2021-01-19T17:13:39.613Z] Step 6/24 : COPY go.mod . [2021-01-19T17:13:39.877Z] Removing intermediate container e862ad8fb488 [2021-01-19T17:13:39.877Z] ---> 89ea0aca8c60 [2021-01-19T17:13:39.877Z] Step 6/23 : COPY go.mod . [2021-01-19T17:13:40.154Z] Removing intermediate container 2f067f5108e3 [2021-01-19T17:13:40.154Z] ---> dba7842d59af [2021-01-19T17:13:40.154Z] Step 6/21 : COPY go.mod . [2021-01-19T17:13:40.154Z] ---> 22eb4ee3024d [2021-01-19T17:13:40.154Z] Step 7/22 : RUN go mod download [2021-01-19T17:13:40.154Z] ---> dee3743ecf93 [2021-01-19T17:13:40.154Z] Step 7/24 : RUN go mod download [2021-01-19T17:13:40.154Z] ---> 6dc5778556fd [2021-01-19T17:13:40.154Z] Step 7/23 : RUN go mod download [2021-01-19T17:13:40.154Z] ---> Running in b2633efa3404 [2021-01-19T17:13:40.425Z] ---> Running in 0e8e82773b96 [2021-01-19T17:13:40.425Z] ---> Running in 2991b458d1e3 [2021-01-19T17:13:40.689Z] ---> ed7b13e998e4 [2021-01-19T17:13:40.689Z] Step 7/21 : RUN go mod download [2021-01-19T17:13:40.689Z] ---> Running in c0d16ce47861 [2021-01-19T17:13:41.654Z] Removing intermediate container bcda72ce75bb [2021-01-19T17:13:41.654Z] ---> bfb98a824a1e [2021-01-19T17:13:41.654Z] Step 8/21 : COPY . . [2021-01-19T17:13:41.921Z] Removing intermediate container b2633efa3404 [2021-01-19T17:13:41.921Z] ---> 924a91bf081e [2021-01-19T17:13:41.921Z] Step 8/22 : COPY . . [2021-01-19T17:13:45.252Z] Removing intermediate container 0e8e82773b96 [2021-01-19T17:13:45.252Z] ---> acef225bc1c9 [2021-01-19T17:13:45.252Z] Step 8/24 : COPY . . [2021-01-19T17:13:53.454Z] Removing intermediate container 2991b458d1e3 [2021-01-19T17:13:53.454Z] ---> 35da5efec279 [2021-01-19T17:13:53.454Z] Step 8/23 : COPY . . [2021-01-19T17:13:56.774Z] Removing intermediate container c0d16ce47861 [2021-01-19T17:13:56.774Z] ---> 08da3ce5f9e7 [2021-01-19T17:13:56.774Z] Step 8/21 : COPY . . [2021-01-19T17:14:18.887Z] ---> d1fee9c9d20f [2021-01-19T17:14:18.887Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:14:18.887Z] ---> 54f452fae8ed [2021-01-19T17:14:18.887Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:14:20.832Z] ---> Running in e4acdc9714b1 [2021-01-19T17:14:20.832Z] ---> Running in f16300dd72d7 [2021-01-19T17:14:21.406Z] ---> b178f17ea037 [2021-01-19T17:14:21.406Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:14:23.334Z] ---> Running in 7d4ccc07cd9a [2021-01-19T17:14:25.094Z] 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-19T17:14:25.095Z] 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-19T17:14:25.095Z] 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-19T17:14:25.674Z] ---> b84902748298 [2021-01-19T17:14:25.674Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:14:25.674Z] ---> 9e4880fe833b [2021-01-19T17:14:25.674Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:14:25.674Z] ---> Running in 642d7b597967 [2021-01-19T17:14:25.674Z] ---> Running in 414e42277ac2 [2021-01-19T17:14:27.068Z] 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-19T17:14:27.068Z] 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-19T17:14:53.738Z] 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-19T17:14:55.686Z] Removing intermediate container f16300dd72d7 [2021-01-19T17:14:55.686Z] ---> 3adfd31cc884 [2021-01-19T17:14:55.686Z] [2021-01-19T17:14:55.686Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:14:55.686Z] 3.12: Pulling from library/alpine [2021-01-19T17:14:57.096Z] Removing intermediate container 7d4ccc07cd9a [2021-01-19T17:14:57.096Z] ---> ee667e638a6c [2021-01-19T17:14:57.096Z] [2021-01-19T17:14:57.096Z] Step 10/24 : FROM scratch [2021-01-19T17:14:57.096Z] ---> [2021-01-19T17:14:57.096Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:14:57.096Z] Removing intermediate container e4acdc9714b1 [2021-01-19T17:14:57.096Z] ---> 92ea933938d9 [2021-01-19T17:14:57.096Z] [2021-01-19T17:14:57.096Z] Step 10/21 : FROM scratch [2021-01-19T17:14:57.096Z] ---> [2021-01-19T17:14:57.096Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:14:57.096Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:14:57.096Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:14:57.096Z] ---> 389fef711851 [2021-01-19T17:14:57.096Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:14:57.360Z] ---> Running in 72869116f5db [2021-01-19T17:14:57.360Z] ---> Running in 978f425ce91a [2021-01-19T17:14:57.360Z] ---> Running in 3309eeade8ab [2021-01-19T17:14:57.625Z] Removing intermediate container 978f425ce91a [2021-01-19T17:14:57.625Z] ---> 16a8e46577c3 [2021-01-19T17:14:57.625Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:14:58.580Z] Removing intermediate container 72869116f5db [2021-01-19T17:14:58.580Z] ---> 4f33bc700bd6 [2021-01-19T17:14:58.580Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:14:58.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:58.580Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:14:58.580Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:14:58.580Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:14:58.847Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:14:58.847Z] ---> Running in aaab2814c044 [2021-01-19T17:14:58.847Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:14:58.847Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:14:58.847Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:14:58.847Z] ---> Running in f1c30cb4851d [2021-01-19T17:14:58.847Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:14:58.847Z] OK: 7 MiB in 19 packages [2021-01-19T17:14:59.423Z] Removing intermediate container aaab2814c044 [2021-01-19T17:14:59.423Z] ---> beb6bf95daf2 [2021-01-19T17:14:59.423Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:14:59.423Z] Removing intermediate container f1c30cb4851d [2021-01-19T17:14:59.423Z] ---> 9c81948dee13 [2021-01-19T17:14:59.423Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:14:59.691Z] ---> Running in ffbf02876ae7 [2021-01-19T17:14:59.691Z] ---> Running in cbafaca60245 [2021-01-19T17:15:01.664Z] Removing intermediate container ffbf02876ae7 [2021-01-19T17:15:01.664Z] ---> 57baa44ced5c [2021-01-19T17:15:01.664Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:02.659Z] Removing intermediate container cbafaca60245 [2021-01-19T17:15:02.659Z] ---> 13317379fe4e [2021-01-19T17:15:02.659Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:15:02.941Z] Removing intermediate container 3309eeade8ab [2021-01-19T17:15:02.941Z] ---> ff3bf1a7f88b [2021-01-19T17:15:02.941Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:15:03.911Z] ---> be70d2d81fb5 [2021-01-19T17:15:03.911Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:15:03.911Z] ---> fc00b44dc72b [2021-01-19T17:15:03.912Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:15:04.174Z] Removing intermediate container 642d7b597967 [2021-01-19T17:15:04.174Z] ---> e50b55b384e0 [2021-01-19T17:15:04.174Z] [2021-01-19T17:15:04.174Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:15:04.174Z] ---> 389fef711851 [2021-01-19T17:15:04.174Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:15:04.174Z] ---> Running in 38ca80b96b22 [2021-01-19T17:15:04.174Z] Removing intermediate container 414e42277ac2 [2021-01-19T17:15:04.174Z] ---> 4597b3159b7c [2021-01-19T17:15:04.174Z] [2021-01-19T17:15:04.174Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:15:04.174Z] ---> 389fef711851 [2021-01-19T17:15:04.174Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:15:04.174Z] ---> Running in 990af087c155 [2021-01-19T17:15:04.435Z] ---> Running in f6de4f90c88a [2021-01-19T17:15:05.382Z] Removing intermediate container 38ca80b96b22 [2021-01-19T17:15:05.382Z] ---> a27a7fb826ad [2021-01-19T17:15:05.382Z] Step 13/22 : WORKDIR / [2021-01-19T17:15:05.382Z] ---> 4d4ad433c26f [2021-01-19T17:15:05.382Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:05.382Z] ---> 1bccc4b44f2d [2021-01-19T17:15:05.382Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:15:05.382Z] Removing intermediate container f6de4f90c88a [2021-01-19T17:15:05.382Z] ---> 27c59f0647f9 [2021-01-19T17:15:05.382Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:15:05.646Z] ---> Running in c58a06183f78 [2021-01-19T17:15:05.646Z] ---> Running in 35c9b4ffd91b [2021-01-19T17:15:05.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:05.646Z] ---> 837f749b4769 [2021-01-19T17:15:05.646Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:15:05.910Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:05.910Z] ---> Running in 72b76eeaa0fb [2021-01-19T17:15:05.910Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:15:05.910Z] Removing intermediate container 35c9b4ffd91b [2021-01-19T17:15:05.910Z] ---> 03c8260b0457 [2021-01-19T17:15:05.910Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:15:05.910Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:15:05.910Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:15:06.173Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:15:06.173Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:06.173Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:15:06.173Z] OK: 7 MiB in 18 packages [2021-01-19T17:15:06.173Z] Removing intermediate container c58a06183f78 [2021-01-19T17:15:06.173Z] ---> ec88abda404a [2021-01-19T17:15:06.173Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:07.127Z] ---> 8f9bb382d340 [2021-01-19T17:15:07.127Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:07.389Z] ---> Running in 35fc25d5546b [2021-01-19T17:15:07.389Z] Removing intermediate container 72b76eeaa0fb [2021-01-19T17:15:07.389Z] ---> d19a23c14869 [2021-01-19T17:15:07.389Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:07.652Z] ---> 2ca4cce91a1e [2021-01-19T17:15:07.652Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:15:07.913Z] ---> Running in 111d7bc87606 [2021-01-19T17:15:08.177Z] Removing intermediate container 35fc25d5546b [2021-01-19T17:15:08.177Z] ---> 55898d3e6ccd [2021-01-19T17:15:08.177Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:08.177Z] ---> a79446302d96 [2021-01-19T17:15:08.177Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:15:08.447Z] ---> 6aa10c21b5c0 [2021-01-19T17:15:08.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:15:08.447Z] Removing intermediate container 990af087c155 [2021-01-19T17:15:08.447Z] ---> e23fcf07054c [2021-01-19T17:15:08.447Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:15:08.447Z] Removing intermediate container 111d7bc87606 [2021-01-19T17:15:08.447Z] ---> ffb7dd8c20a8 [2021-01-19T17:15:08.447Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:15:08.709Z] ---> Running in 2cfa5b458314 [2021-01-19T17:15:08.709Z] ---> Running in 08fe58481d1d [2021-01-19T17:15:08.709Z] ---> Running in 21a64a57ed6d [2021-01-19T17:15:08.709Z] ---> d96cd9745279 [2021-01-19T17:15:08.709Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:08.974Z] ---> f52c120d1685 [2021-01-19T17:15:08.974Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:09.238Z] Removing intermediate container 08fe58481d1d [2021-01-19T17:15:09.238Z] ---> b9729e500964 [2021-01-19T17:15:09.238Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:15:09.811Z] Removing intermediate container 21a64a57ed6d [2021-01-19T17:15:09.811Z] ---> 92ff0de5fd98 [2021-01-19T17:15:09.811Z] Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:15:09.811Z] ---> b83f8b7af68d [2021-01-19T17:15:09.811Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:15:10.072Z] ---> Running in bc51232fcc05 [2021-01-19T17:15:10.072Z] ---> Running in 3d670c1163b1 [2021-01-19T17:15:10.072Z] ---> Running in 9133cc216776 [2021-01-19T17:15:10.072Z] ---> f3765c178465 [2021-01-19T17:15:10.072Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:15:10.339Z] ---> Running in 9de267bbed6b [2021-01-19T17:15:10.600Z] Removing intermediate container bc51232fcc05 [2021-01-19T17:15:10.600Z] ---> e342f82bb1e9 [2021-01-19T17:15:10.600Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:15:10.600Z] Removing intermediate container 3d670c1163b1 [2021-01-19T17:15:10.600Z] ---> e09378971328 [2021-01-19T17:15:10.600Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:15:10.861Z] ---> Running in a3ea28a8b9cd [2021-01-19T17:15:10.861Z] Removing intermediate container 9de267bbed6b [2021-01-19T17:15:10.861Z] ---> 34558a02592c [2021-01-19T17:15:10.861Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:10.861Z] ---> 9c02b97a831a [2021-01-19T17:15:10.861Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:15:11.125Z] ---> Running in 797b2fbb2fb6 [2021-01-19T17:15:11.125Z] Removing intermediate container a3ea28a8b9cd [2021-01-19T17:15:11.125Z] ---> eb0c0ca8b657 [2021-01-19T17:15:11.125Z] [2021-01-19T17:15:11.125Z] Removing intermediate container 2cfa5b458314 [2021-01-19T17:15:11.125Z] ---> 6d62f5d60883 [2021-01-19T17:15:11.125Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:15:11.387Z] Successfully built eb0c0ca8b657 [2021-01-19T17:15:11.651Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-19T17:15:11.651Z] Removing intermediate container 797b2fbb2fb6 [2021-01-19T17:15:11.651Z] ---> 31b4d5164a97 [2021-01-19T17:15:11.651Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:15:11.651Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:15:11.651Z]  Building docker-support-scheduler-go ... done  ---> Running in a2cdb8c93c47 [2021-01-19T17:15:11.651Z] ---> 7983775f013d [2021-01-19T17:15:11.651Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:15:11.651Z] ---> Running in 3f631b64b98d [2021-01-19T17:15:12.226Z] Removing intermediate container 9133cc216776 [2021-01-19T17:15:12.226Z] ---> 5906fe39193c [2021-01-19T17:15:12.226Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:15:12.226Z] Removing intermediate container 3f631b64b98d [2021-01-19T17:15:12.226Z] ---> 33de2219e4a3 [2021-01-19T17:15:12.226Z] Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:15:12.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:14.410Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:14.410Z] ---> a678d97c187e [2021-01-19T17:15:14.410Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:15:14.985Z] ---> Running in 862828a8e442 [2021-01-19T17:15:15.247Z] ---> Running in fc645c594b1b [2021-01-19T17:15:15.247Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:15:15.247Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:15:15.508Z] ---> Running in c892aa2276e4 [2021-01-19T17:15:15.508Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:15:15.508Z] Removing intermediate container 862828a8e442 [2021-01-19T17:15:15.508Z] ---> 51d1dde1268f [2021-01-19T17:15:15.508Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:15:15.508Z] Removing intermediate container fc645c594b1b [2021-01-19T17:15:15.508Z] ---> 5095902f196a [2021-01-19T17:15:15.508Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:15:15.773Z] ---> Running in a10628b2d9c5 [2021-01-19T17:15:15.773Z] ---> Running in 791ac29f7b76 [2021-01-19T17:15:15.773Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:15:16.354Z] Removing intermediate container c892aa2276e4 [2021-01-19T17:15:16.354Z] ---> 559edfb3c200 [2021-01-19T17:15:16.354Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:15:16.354Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:15:16.354Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:15:16.354Z] OK: 8 MiB in 19 packages [2021-01-19T17:15:16.928Z] ---> Running in 807b6be436d6 [2021-01-19T17:15:17.189Z] Removing intermediate container a10628b2d9c5 [2021-01-19T17:15:17.189Z] ---> 2896b227d3db [2021-01-19T17:15:17.189Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:15:17.451Z] Removing intermediate container 791ac29f7b76 [2021-01-19T17:15:17.451Z] ---> f2a2b7c12759 [2021-01-19T17:15:17.451Z] [2021-01-19T17:15:18.028Z] ---> Running in d19d5ed007ef [2021-01-19T17:15:18.028Z] Successfully built f2a2b7c12759 [2021-01-19T17:15:18.296Z] Successfully tagged docker-support-notifications-go:latest [2021-01-19T17:15:18.296Z] Building docker-security-secretstore-setup-go [2021-01-19T17:15:20.215Z]  Building docker-support-notifications-go ... done Removing intermediate container 807b6be436d6 [2021-01-19T17:15:20.215Z] ---> df7727c34a24 [2021-01-19T17:15:20.215Z] Step 19/21 : LABEL arch=x86_64 [2021-01-19T17:15:23.550Z] ---> Running in 543ff9c83ecf [2021-01-19T17:15:23.550Z] Removing intermediate container a2cdb8c93c47 [2021-01-19T17:15:23.550Z] ---> 77499e6e3cdd [2021-01-19T17:15:23.550Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:15:23.550Z] Removing intermediate container d19d5ed007ef [2021-01-19T17:15:23.550Z] ---> 16f68a860aa6 [2021-01-19T17:15:23.550Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:15:24.943Z] ---> Running in aee8e98e5dd4 [2021-01-19T17:15:25.205Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:25.205Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:25.478Z] ---> e88fd40c5aad [2021-01-19T17:15:25.478Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:15:25.478Z] ---> Using cache [2021-01-19T17:15:25.478Z] ---> 09b486b6de64 [2021-01-19T17:15:25.478Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:25.478Z] ---> Using cache [2021-01-19T17:15:25.478Z] ---> 826e29ad0728 [2021-01-19T17:15:25.478Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:15:25.740Z] Removing intermediate container 543ff9c83ecf [2021-01-19T17:15:25.740Z] ---> 4cf0bf2bff64 [2021-01-19T17:15:25.740Z] Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:15:26.011Z] ---> e0dd00715465 [2021-01-19T17:15:26.011Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:15:26.278Z] ---> Running in 230c15fec535 [2021-01-19T17:15:26.547Z] ---> Running in d67b3969f5e5 [2021-01-19T17:15:26.817Z] Removing intermediate container aee8e98e5dd4 [2021-01-19T17:15:26.817Z] ---> 6b6bc196e898 [2021-01-19T17:15:26.817Z] [2021-01-19T17:15:27.391Z] Successfully built 6b6bc196e898 [2021-01-19T17:15:27.980Z] Removing intermediate container d67b3969f5e5 [2021-01-19T17:15:27.980Z] ---> 8e61bc30f721 [2021-01-19T17:15:27.980Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:15:27.980Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-19T17:15:27.980Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go [2021-01-19T17:15:28.824Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-21234 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T17:15:28.879Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-19T17:15:29.378Z] ---> 4d72da34e046 [2021-01-19T17:15:29.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:15:29.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:29.963Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:15:30.238Z] ---> Running in e5b2dd1b5887 [2021-01-19T17:15:31.199Z] OK: 233 MiB in 51 packages [2021-01-19T17:15:33.772Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:33.772Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:33.772Z] ---> e88fd40c5aad [2021-01-19T17:15:33.773Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 09b486b6de64 [2021-01-19T17:15:34.034Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 826e29ad0728 [2021-01-19T17:15:34.034Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 0675ecb1ecf1 [2021-01-19T17:15:34.034Z] Step 6/24 : COPY go.mod . [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 22eb4ee3024d [2021-01-19T17:15:34.034Z] Step 7/24 : RUN go mod download [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 924a91bf081e [2021-01-19T17:15:34.034Z] Step 8/24 : COPY . . [2021-01-19T17:15:34.034Z] ---> Using cache [2021-01-19T17:15:34.034Z] ---> 54f452fae8ed [2021-01-19T17:15:34.034Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:15:34.034Z] ---> 75b1218a6749 [2021-01-19T17:15:34.034Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:15:34.034Z] Removing intermediate container e5b2dd1b5887 [2021-01-19T17:15:34.034Z] ---> eddb346319a2 [2021-01-19T17:15:34.034Z] [2021-01-19T17:15:34.635Z] using credential edgex-jenkins-ssh [2021-01-19T17:15:34.694Z] Cloning the remote Git repository [2021-01-19T17:15:34.982Z] Successfully built eddb346319a2 [2021-01-19T17:15:35.243Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-19T17:15:35.243Z] Building docker-core-command-go [2021-01-19T17:15:35.243Z]  Building docker-security-proxy-setup-go ... done  ---> Running in e16c675c911b [2021-01-19T17:15:35.243Z] ---> Running in 2c3dd1b19e00 [2021-01-19T17:15:35.508Z] Removing intermediate container 230c15fec535 [2021-01-19T17:15:35.508Z] ---> c7f9a98e1086 [2021-01-19T17:15:35.508Z] Step 6/26 : COPY go.mod . [2021-01-19T17:15:34.759Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:15:34.887Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-19T17:15:35.019Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:15:35.020Z] > git --version # timeout=10 [2021-01-19T17:15:35.048Z] > git --version # 'git version 2.17.1' [2021-01-19T17:15:35.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:15:35.213Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:15:35.772Z] Removing intermediate container 2c3dd1b19e00 [2021-01-19T17:15:35.772Z] ---> 4f6289c57f64 [2021-01-19T17:15:35.772Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:15:37.193Z] 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-19T17:15:38.599Z] ---> Running in b89423ece819 [2021-01-19T17:15:38.970Z] ---> e6d2cab09450 [2021-01-19T17:15:38.970Z] Step 7/26 : RUN go mod download [2021-01-19T17:15:40.708Z] Removing intermediate container b89423ece819 [2021-01-19T17:15:40.708Z] ---> b828fad8f59c [2021-01-19T17:15:40.708Z] Step 21/23 : LABEL arch=x86_64 [2021-01-19T17:15:40.708Z] ---> Running in 486491228aab [2021-01-19T17:15:40.992Z] ---> Running in f972542c3e67 [2021-01-19T17:15:41.584Z] Removing intermediate container f972542c3e67 [2021-01-19T17:15:41.584Z] ---> b8d1c3044f20 [2021-01-19T17:15:41.584Z] Step 22/23 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:15:42.183Z] ---> Running in 58d1f7971745 [2021-01-19T17:15:42.780Z] Removing intermediate container 58d1f7971745 [2021-01-19T17:15:42.780Z] ---> 7f5ce39102d7 [2021-01-19T17:15:42.780Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:15:42.780Z] ---> Running in 8a5e60f47964 [2021-01-19T17:15:43.361Z] Removing intermediate container 8a5e60f47964 [2021-01-19T17:15:43.361Z] ---> c0a35453dbe5 [2021-01-19T17:15:43.361Z] [2021-01-19T17:15:43.961Z] Successfully built c0a35453dbe5 [2021-01-19T17:15:43.961Z] Successfully tagged docker-core-data-go:latest [2021-01-19T17:15:46.571Z]  Building docker-core-data-go ... done Removing intermediate container 486491228aab [2021-01-19T17:15:46.571Z] ---> 7bd7f1767393 [2021-01-19T17:15:46.571Z] Step 8/26 : COPY . . [2021-01-19T17:15:46.847Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:46.847Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:46.847Z] ---> e88fd40c5aad [2021-01-19T17:15:46.847Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 09b486b6de64 [2021-01-19T17:15:46.847Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 826e29ad0728 [2021-01-19T17:15:46.847Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 0675ecb1ecf1 [2021-01-19T17:15:46.847Z] Step 6/22 : COPY go.mod . [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 22eb4ee3024d [2021-01-19T17:15:46.847Z] Step 7/22 : RUN go mod download [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 924a91bf081e [2021-01-19T17:15:46.847Z] Step 8/22 : COPY . . [2021-01-19T17:15:46.847Z] ---> Using cache [2021-01-19T17:15:46.847Z] ---> 54f452fae8ed [2021-01-19T17:15:46.847Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:15:48.786Z] ---> Running in 87612e21ed8e [2021-01-19T17:15:54.114Z] 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-19T17:15:54.376Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:15:54.376Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:15:54.376Z] ---> e88fd40c5aad [2021-01-19T17:15:54.376Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 09b486b6de64 [2021-01-19T17:15:54.376Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 826e29ad0728 [2021-01-19T17:15:54.376Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 0675ecb1ecf1 [2021-01-19T17:15:54.376Z] Step 6/22 : COPY go.mod . [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 22eb4ee3024d [2021-01-19T17:15:54.376Z] Step 7/22 : RUN go mod download [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 924a91bf081e [2021-01-19T17:15:54.376Z] Step 8/22 : COPY . . [2021-01-19T17:15:54.376Z] ---> Using cache [2021-01-19T17:15:54.376Z] ---> 54f452fae8ed [2021-01-19T17:15:54.376Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:15:55.781Z] ---> Running in 4186fd4dfe89 [2021-01-19T17:15:56.063Z] 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-19T17:15:57.048Z] 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-19T17:16:06.586Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:16:07.213Z] Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:16:07.214Z] Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) [2021-01-19T17:16:07.223Z] Removing intermediate container e16c675c911b [2021-01-19T17:16:07.223Z] ---> 855141fbbd6f [2021-01-19T17:16:07.223Z] [2021-01-19T17:16:07.223Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:16:07.223Z] ---> 389fef711851 [2021-01-19T17:16:07.223Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:16:07.223Z] ---> Using cache [2021-01-19T17:16:07.223Z] ---> ff3bf1a7f88b [2021-01-19T17:16:07.223Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:16:05.791Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:16:05.819Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:16:05.849Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:16:05.895Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:16:05.896Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:16:05.912Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:16:06.615Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:16:06.634Z] > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [2021-01-19T17:16:07.052Z] > git remote # timeout=10 [2021-01-19T17:16:07.106Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:16:07.136Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:16:07.149Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:16:07.183Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:16:07.227Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:16:07.240Z] > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [2021-01-19T17:16:08.638Z] ---> Running in e54792e3e988 [2021-01-19T17:16:08.638Z] ---> 78c149ef21c0 [2021-01-19T17:16:08.638Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:16:08.909Z] Removing intermediate container e54792e3e988 [2021-01-19T17:16:08.909Z] ---> c70924371ac2 [2021-01-19T17:16:08.909Z] Step 13/24 : WORKDIR / [2021-01-19T17:16:08.909Z] ---> Running in 61a4534eefaa [2021-01-19T17:16:09.182Z] ---> Running in 0f93d3c9474f [2021-01-19T17:16:10.610Z] Removing intermediate container 0f93d3c9474f [2021-01-19T17:16:10.610Z] ---> 9c6d264d4d37 [2021-01-19T17:16:10.610Z] 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-19T17:16:11.201Z] 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-19T17:16:11.795Z] ---> fb70a36345db [2021-01-19T17:16:11.795Z] 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-19T17:16:11.954Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [2021-01-19T17:16:12.385Z] ---> 43b49d4db38f [2021-01-19T17:16:12.385Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-19T17:16:12.663Z] ---> 7f25a108ba72 [2021-01-19T17:16:12.663Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:16:13.476Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:16:13.636Z] ---> 20694e32664f [2021-01-19T17:16:13.636Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:16:13.944Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-19T17:16:14.381Z] + sudo service docker restart [2021-01-19T17:16:14.381Z] + true [2021-01-19T17:16:14.612Z] ---> a81284bf7ae0 [2021-01-19T17:16:14.612Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:16:14.612Z] ---> 29e1bcbe9243 [2021-01-19T17:16:14.612Z] 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-19T17:16:14.878Z] ---> Running in 1f30fca27931 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-19T17:16:16.458Z] provisioning config files... [2021-01-19T17:16:16.506Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config6519277084571225788tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:16:16.844Z] Removing intermediate container 1f30fca27931 [2021-01-19T17:16:16.844Z] ---> ee2b0f99f852 [2021-01-19T17:16:16.844Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:16:16.915Z] ---> docker-login.sh [2021-01-19T17:16:16.915Z] nexus3.edgexfoundry.org:10001 [2021-01-19T17:16:17.449Z] ---> Running in cfce99f3872b [2021-01-19T17:16:17.898Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:16:18.171Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:16:18.171Z] Configure a credential helper to remove this warning. See [2021-01-19T17:16:18.171Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:16:18.171Z] [2021-01-19T17:16:18.171Z] Login Succeeded [2021-01-19T17:16:18.171Z] nexus3.edgexfoundry.org:10002 [2021-01-19T17:16:18.431Z] Removing intermediate container 4186fd4dfe89 [2021-01-19T17:16:18.431Z] ---> 81050c4aa63c [2021-01-19T17:16:18.431Z] [2021-01-19T17:16:18.431Z] Step 10/22 : FROM scratch [2021-01-19T17:16:18.431Z] ---> [2021-01-19T17:16:18.431Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:16:18.431Z] Removing intermediate container cfce99f3872b [2021-01-19T17:16:18.431Z] ---> f1927f065f5b [2021-01-19T17:16:18.431Z] Step 22/24 : LABEL arch=x86_64 [2021-01-19T17:16:18.431Z] ---> Running in 2cff1e52ab6a [2021-01-19T17:16:18.450Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:16:18.706Z] ---> Using cache [2021-01-19T17:16:18.706Z] ---> 16a8e46577c3 [2021-01-19T17:16:18.706Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:16:18.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:16:18.722Z] Configure a credential helper to remove this warning. See [2021-01-19T17:16:18.722Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:16:18.722Z] [2021-01-19T17:16:18.722Z] Login Succeeded [2021-01-19T17:16:18.722Z] nexus3.edgexfoundry.org:10003 [2021-01-19T17:16:18.973Z] Removing intermediate container 2cff1e52ab6a [2021-01-19T17:16:18.973Z] ---> cddca1cea152 [2021-01-19T17:16:18.973Z] Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:16:18.994Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:16:19.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:16:19.266Z] Configure a credential helper to remove this warning. See [2021-01-19T17:16:19.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:16:19.266Z] [2021-01-19T17:16:19.266Z] Login Succeeded [2021-01-19T17:16:19.266Z] nexus3.edgexfoundry.org:10004 [2021-01-19T17:16:19.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:16:19.554Z] ---> Running in 377dfd15b281 [2021-01-19T17:16:19.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:16:19.814Z] Configure a credential helper to remove this warning. See [2021-01-19T17:16:19.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:16:19.814Z] [2021-01-19T17:16:19.814Z] Login Succeeded [2021-01-19T17:16:19.814Z] docker.io [2021-01-19T17:16:20.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-19T17:16:20.133Z] ---> Running in f36bb4104765 [2021-01-19T17:16:20.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-19T17:16:20.362Z] Configure a credential helper to remove this warning. See [2021-01-19T17:16:20.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-19T17:16:20.362Z] [2021-01-19T17:16:20.362Z] Login Succeeded [2021-01-19T17:16:20.362Z] ---> docker-login.sh ends [Pipeline] } [2021-01-19T17:16:20.383Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-19T17:16:20.927Z] ========================================================= [2021-01-19T17:16:20.927Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-19T17:16:20.927Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:16:21.310Z] + 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-19T17:16:21.548Z] Removing intermediate container 377dfd15b281 [2021-01-19T17:16:21.549Z] ---> 63a78c2fc120 [2021-01-19T17:16:21.549Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:16:21.549Z] Removing intermediate container 87612e21ed8e [2021-01-19T17:16:21.549Z] ---> 50fd7724a18e [2021-01-19T17:16:21.549Z] [2021-01-19T17:16:21.549Z] Step 10/22 : FROM scratch [2021-01-19T17:16:21.549Z] ---> [2021-01-19T17:16:21.549Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:16:21.549Z] ---> Using cache [2021-01-19T17:16:21.549Z] ---> 16a8e46577c3 [2021-01-19T17:16:21.549Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:16:21.549Z] ---> Running in e13d2d05fc8a [2021-01-19T17:16:21.549Z] Removing intermediate container f36bb4104765 [2021-01-19T17:16:21.549Z] ---> d88dcdb6369c [2021-01-19T17:16:21.549Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:16:21.826Z] ---> Running in 52591be04e77 [2021-01-19T17:16:21.826Z] ---> Running in 665bf7978a58 [2021-01-19T17:16:22.105Z] Removing intermediate container e13d2d05fc8a [2021-01-19T17:16:22.105Z] ---> 00f4a67fe120 [2021-01-19T17:16:22.105Z] Step 14/22 : WORKDIR / [2021-01-19T17:16:22.105Z] Removing intermediate container 52591be04e77 [2021-01-19T17:16:22.105Z] ---> f5b854de6464 [2021-01-19T17:16:22.105Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:16:22.105Z] ---> Running in 98924150df4c [2021-01-19T17:16:22.372Z] Removing intermediate container 665bf7978a58 [2021-01-19T17:16:22.372Z] ---> d07ca8202d65 [2021-01-19T17:16:22.372Z] [2021-01-19T17:16:22.372Z] ---> Running in b246a11c4018 [2021-01-19T17:16:23.325Z] Successfully built d07ca8202d65 [2021-01-19T17:16:23.325Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-19T17:16:23.325Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 98924150df4c [2021-01-19T17:16:23.325Z] ---> cb955fb57bb9 [2021-01-19T17:16:23.325Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:23.325Z] Removing intermediate container b246a11c4018 [2021-01-19T17:16:23.325Z] ---> 5f3a6d2e722e [2021-01-19T17:16:23.325Z] Step 14/22 : WORKDIR / [2021-01-19T17:16:23.590Z] ---> Running in f60009412bcc [2021-01-19T17:16:23.590Z] ---> 6ae56d48b640 [2021-01-19T17:16:23.590Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:16:23.864Z] Removing intermediate container f60009412bcc [2021-01-19T17:16:23.864Z] ---> 4680324dbdbc [2021-01-19T17:16:23.864Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:16:23.960Z] Sending build context to Docker daemon 165.5MB [2021-01-19T17:16:23.960Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-19T17:16:23.960Z] Step 2/6 : FROM ${BASE} [2021-01-19T17:16:23.960Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-19T17:16:23.960Z] 5f621e34cdf4: Pulling fs layer [2021-01-19T17:16:23.960Z] a4357932f1b6: Pulling fs layer [2021-01-19T17:16:23.960Z] 18c013af1878: Pulling fs layer [2021-01-19T17:16:23.960Z] 00ac8860ef70: Pulling fs layer [2021-01-19T17:16:23.960Z] 63d7cb157983: Pulling fs layer [2021-01-19T17:16:23.960Z] b116817d02f9: Pulling fs layer [2021-01-19T17:16:23.960Z] 745a02a5169b: Pulling fs layer [2021-01-19T17:16:23.960Z] 00ac8860ef70: Waiting [2021-01-19T17:16:23.960Z] 63d7cb157983: Waiting [2021-01-19T17:16:23.960Z] b116817d02f9: Waiting [2021-01-19T17:16:23.960Z] 745a02a5169b: Waiting [2021-01-19T17:16:23.960Z] 18c013af1878: Verifying Checksum [2021-01-19T17:16:23.960Z] 18c013af1878: Download complete [2021-01-19T17:16:23.960Z] a4357932f1b6: Download complete [2021-01-19T17:16:23.960Z] 63d7cb157983: Verifying Checksum [2021-01-19T17:16:23.960Z] 63d7cb157983: Download complete [2021-01-19T17:16:23.960Z] b116817d02f9: Verifying Checksum [2021-01-19T17:16:23.960Z] b116817d02f9: Download complete [2021-01-19T17:16:23.960Z] 5f621e34cdf4: Verifying Checksum [2021-01-19T17:16:23.960Z] 5f621e34cdf4: Download complete [2021-01-19T17:16:24.138Z] ---> 5893f0205f95 [2021-01-19T17:16:24.138Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:16:24.138Z] ---> 3df114a6c114 [2021-01-19T17:16:24.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:24.232Z] 5f621e34cdf4: Pull complete [2021-01-19T17:16:24.719Z] ---> c677c3a699a1 [2021-01-19T17:16:24.719Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:16:24.719Z] ---> 5549ea6c396e [2021-01-19T17:16:24.719Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:24.837Z] a4357932f1b6: Pull complete [2021-01-19T17:16:24.981Z] ---> Running in 8362b442e03f [2021-01-19T17:16:25.243Z] Removing intermediate container 8362b442e03f [2021-01-19T17:16:25.243Z] ---> 9f2df8a2945b [2021-01-19T17:16:25.243Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:25.448Z] 18c013af1878: Pull complete [2021-01-19T17:16:26.429Z] 745a02a5169b: Verifying Checksum [2021-01-19T17:16:26.429Z] 745a02a5169b: Download complete [2021-01-19T17:16:27.158Z] ---> 4559de7917bb [2021-01-19T17:16:27.158Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:16:27.158Z] ---> Running in acdbabf3868d [2021-01-19T17:16:27.158Z] ---> Running in 8b0367343e19 [2021-01-19T17:16:27.158Z] Removing intermediate container 61a4534eefaa [2021-01-19T17:16:27.158Z] ---> e6e6e41b796f [2021-01-19T17:16:27.158Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:16:27.158Z] ---> Running in e078b80628e7 [2021-01-19T17:16:27.158Z] Removing intermediate container acdbabf3868d [2021-01-19T17:16:27.158Z] ---> 4d23cbea897b [2021-01-19T17:16:27.158Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:16:27.158Z] Removing intermediate container 8b0367343e19 [2021-01-19T17:16:27.158Z] ---> fbe6e0a7897e [2021-01-19T17:16:27.158Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:16:27.423Z] ---> Running in b01fbd066fcd [2021-01-19T17:16:27.423Z] ---> Running in 537f30e156e9 [2021-01-19T17:16:27.690Z] Removing intermediate container b01fbd066fcd [2021-01-19T17:16:27.690Z] ---> 1abc879568a0 [2021-01-19T17:16:27.690Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:16:27.690Z] ---> Running in a964ca48b8b1 [2021-01-19T17:16:27.690Z] Removing intermediate container 537f30e156e9 [2021-01-19T17:16:27.690Z] ---> 16a9c0f08c69 [2021-01-19T17:16:27.690Z] Step 20/22 : LABEL arch=x86_64 [2021-01-19T17:16:27.690Z] 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-19T17:16:27.957Z] ---> Running in 53a04f6089e7 [2021-01-19T17:16:27.957Z] Removing intermediate container a964ca48b8b1 [2021-01-19T17:16:27.957Z] ---> 8fdedcb0be38 [2021-01-19T17:16:27.957Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:16:27.957Z] ---> Running in a5341d01a091 [2021-01-19T17:16:28.234Z] Removing intermediate container 53a04f6089e7 [2021-01-19T17:16:28.234Z] ---> 6c91c88c0538 [2021-01-19T17:16:28.234Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:16:28.234Z] ---> Running in 0563033c6c4d [2021-01-19T17:16:28.234Z] Removing intermediate container a5341d01a091 [2021-01-19T17:16:28.234Z] ---> ecf8f710d874 [2021-01-19T17:16:28.234Z] [2021-01-19T17:16:28.496Z] Successfully built ecf8f710d874 [2021-01-19T17:16:28.757Z] Successfully tagged docker-core-command-go:latest [2021-01-19T17:16:28.757Z]  Building docker-core-command-go ... done Removing intermediate container 0563033c6c4d [2021-01-19T17:16:28.757Z] ---> 523144f2dbc6 [2021-01-19T17:16:28.757Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:16:28.757Z] ---> Running in 4af54ff6b6f8 [2021-01-19T17:16:29.021Z] Removing intermediate container 4af54ff6b6f8 [2021-01-19T17:16:29.021Z] ---> 2a0f3db98b6a [2021-01-19T17:16:29.021Z] [2021-01-19T17:16:29.021Z] Removing intermediate container e078b80628e7 [2021-01-19T17:16:29.021Z] ---> 6baf19f51fc0 [2021-01-19T17:16:29.021Z] [2021-01-19T17:16:29.021Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:16:29.060Z] 00ac8860ef70: Verifying Checksum [2021-01-19T17:16:29.060Z] 00ac8860ef70: Download complete [2021-01-19T17:16:29.282Z] Successfully built 2a0f3db98b6a [2021-01-19T17:16:29.282Z] Successfully tagged docker-core-metadata-go:latest [2021-01-19T17:16:29.282Z]  Building docker-core-metadata-go ... done 20.10.0: Pulling from library/docker [2021-01-19T17:16:34.608Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:16:34.608Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:16:34.608Z] ---> aefe523efa57 [2021-01-19T17:16:34.608Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:16:34.608Z] ---> Running in 295fc5521d62 [2021-01-19T17:16:34.870Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:35.822Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:36.098Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:16:36.098Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:16:36.098Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:16:36.098Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:36.098Z] OK: 12 MiB in 22 packages [2021-01-19T17:16:36.672Z] Removing intermediate container 295fc5521d62 [2021-01-19T17:16:36.672Z] ---> 467d0c920a81 [2021-01-19T17:16:36.672Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:16:36.672Z] ---> Running in a0c126a73243 [2021-01-19T17:16:36.933Z] Removing intermediate container a0c126a73243 [2021-01-19T17:16:36.933Z] ---> 51d71dfe0133 [2021-01-19T17:16:36.933Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:16:37.195Z] ---> Running in c8f3e0e07eb3 [2021-01-19T17:16:37.458Z] Removing intermediate container c8f3e0e07eb3 [2021-01-19T17:16:37.458Z] ---> 5ee9c8ff670c [2021-01-19T17:16:37.458Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:16:37.458Z] ---> Running in ef2c645a1199 [2021-01-19T17:16:37.722Z] Removing intermediate container ef2c645a1199 [2021-01-19T17:16:37.722Z] ---> 6e4e5ae68bb0 [2021-01-19T17:16:37.722Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:16:37.988Z] ---> 0e2a8d083851 [2021-01-19T17:16:38.251Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:16:38.251Z] ---> c73146e8a808 [2021-01-19T17:16:38.251Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:16:38.824Z] ---> eb20d7d72cb3 [2021-01-19T17:16:38.824Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:16:38.824Z] ---> Running in 0946ed73bd2c [2021-01-19T17:16:39.089Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:39.230Z] 00ac8860ef70: Pull complete [2021-01-19T17:16:39.230Z] 63d7cb157983: Pull complete [2021-01-19T17:16:39.350Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:16:39.351Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:16:39.507Z] b116817d02f9: Pull complete [2021-01-19T17:16:39.615Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:16:39.877Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:16:39.877Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:16:40.138Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:16:40.138Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:16:40.138Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:16:41.079Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:16:41.079Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:16:41.079Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:16:41.079Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:16:41.079Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:16:41.079Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:16:41.339Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:16:41.339Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:16:41.339Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:16:41.339Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:16:41.339Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:16:41.339Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:16:41.339Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:16:41.339Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:16:41.339Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:16:41.339Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:16:41.599Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:16:41.599Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:16:41.599Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:16:41.599Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:16:41.599Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:16:41.599Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:16:41.599Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:16:41.599Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:16:41.599Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:16:41.599Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:16:41.862Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:16:41.862Z] OK: 71 MiB in 55 packages [2021-01-19T17:16:43.827Z] 745a02a5169b: Pull complete [2021-01-19T17:16:43.827Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-19T17:16:43.827Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-19T17:16:43.827Z] ---> b7e6874047d6 [2021-01-19T17:16:43.827Z] 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-19T17:16:47.286Z] ---> Running in d36baee5a2cc [2021-01-19T17:16:48.266Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:48.865Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:16:49.843Z] (1/12) Installing libmagic (5.38-r0) [2021-01-19T17:16:50.026Z] Removing intermediate container 0946ed73bd2c [2021-01-19T17:16:50.026Z] ---> 8f3d0af15db6 [2021-01-19T17:16:50.026Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:16:50.026Z] ---> Running in 0c75c777e6ca [2021-01-19T17:16:50.114Z] (2/12) Installing file (5.38-r0) [2021-01-19T17:16:50.385Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-19T17:16:50.385Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-19T17:16:50.599Z] Collecting docker-compose==1.23.2 [2021-01-19T17:16:50.599Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:16:50.859Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:16:50.859Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:16:51.122Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:16:51.122Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:16:51.697Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:16:51.697Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:16:51.958Z] 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-19T17:16:51.958Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:16:51.958Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:16:51.958Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:16:51.958Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:16:52.220Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:16:52.220Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:16:52.790Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:16:52.790Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:16:53.361Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:16:53.361Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:16:53.361Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:16:53.362Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:16:54.307Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:16:54.307Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:16:54.307Z] 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-19T17:16:54.307Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:16:54.307Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:16:54.568Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:16:54.568Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:16:54.568Z] 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-19T17:16:54.568Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:16:54.568Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:16:54.568Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:16:54.568Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:16:54.568Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, docopt, cached-property, dockerpty, texttable, jsonschema, PyYAML, docker-compose [2021-01-19T17:16:54.568Z] Attempting uninstall: idna [2021-01-19T17:16:54.568Z] Found existing installation: idna 2.9 [2021-01-19T17:16:54.568Z] Uninstalling idna-2.9: [2021-01-19T17:16:54.830Z] Successfully uninstalled idna-2.9 [2021-01-19T17:16:54.830Z] Attempting uninstall: urllib3 [2021-01-19T17:16:54.830Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:16:54.830Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:16:54.830Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:16:55.091Z] Attempting uninstall: requests [2021-01-19T17:16:55.091Z] Found existing installation: requests 2.23.0 [2021-01-19T17:16:55.091Z] Uninstalling requests-2.23.0: [2021-01-19T17:16:55.091Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:16:55.661Z] Running setup.py install for docopt: started [2021-01-19T17:16:55.923Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:16:56.190Z] Running setup.py install for dockerpty: started [2021-01-19T17:16:56.451Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:16:56.451Z] Running setup.py install for texttable: started [2021-01-19T17:16:57.026Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:16:57.286Z] Running setup.py install for PyYAML: started [2021-01-19T17:16:57.864Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:16:58.125Z] 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-19T17:17:00.735Z] Removing intermediate container 0c75c777e6ca [2021-01-19T17:17:00.735Z] ---> ead8c10b0525 [2021-01-19T17:17:00.735Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:17:00.735Z] ---> Running in ba4ca7891812 [2021-01-19T17:17:01.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:01.045Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-19T17:17:01.345Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:17:01.345Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:17:01.345Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:17:01.345Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:01.345Z] OK: 72 MiB in 58 packages [2021-01-19T17:17:01.970Z] Removing intermediate container ba4ca7891812 [2021-01-19T17:17:01.970Z] ---> d39885f3f417 [2021-01-19T17:17:01.970Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:17:01.970Z] ---> Running in b662f54eaad5 [2021-01-19T17:17:02.272Z] Removing intermediate container b662f54eaad5 [2021-01-19T17:17:02.272Z] ---> 93c98cb6b6aa [2021-01-19T17:17:02.272Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:17:02.272Z] ---> Running in 681673949c34 [2021-01-19T17:17:02.545Z] Removing intermediate container 681673949c34 [2021-01-19T17:17:02.545Z] ---> 969f79b596d8 [2021-01-19T17:17:02.545Z] Step 24/26 : LABEL arch=x86_64 [2021-01-19T17:17:02.545Z] ---> Running in aeff34b4156c [2021-01-19T17:17:02.545Z] Removing intermediate container aeff34b4156c [2021-01-19T17:17:02.545Z] ---> 1b240964b7e6 [2021-01-19T17:17:02.545Z] Step 25/26 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:17:02.755Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-19T17:17:02.755Z] (6/12) Installing patch (2.7.6-r6) [2021-01-19T17:17:02.755Z] (7/12) Installing build-base (0.5-r2) [2021-01-19T17:17:02.755Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-19T17:17:02.755Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-19T17:17:02.755Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-19T17:17:02.755Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-19T17:17:02.755Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-19T17:17:02.755Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:17:02.755Z] OK: 217 MiB in 51 packages [2021-01-19T17:17:02.806Z] ---> Running in cf88fdd702ea [2021-01-19T17:17:02.806Z] Removing intermediate container cf88fdd702ea [2021-01-19T17:17:02.806Z] ---> 4f3ea9d87d6d [2021-01-19T17:17:02.806Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:17:02.806Z] ---> Running in 9e9c0297c3e1 [2021-01-19T17:17:03.068Z] Removing intermediate container 9e9c0297c3e1 [2021-01-19T17:17:03.068Z] ---> 75b78f5b942c [2021-01-19T17:17:03.068Z] [2021-01-19T17:17:03.329Z] Successfully built 75b78f5b942c [2021-01-19T17:17:03.592Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-19T17:17:03.862Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-19T17:17:03.869Z] $ docker stop --time=1 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef [2021-01-19T17:17:05.425Z] $ docker rm -f 19a9824dbf68b865507b82b9dd5726eb05b6ec5387a6700f0bdeb307b76cfbef [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:17:05.920Z] + docker images [2021-01-19T17:17:05.921Z] + grep docker [2021-01-19T17:17:05.921Z] docker-sys-mgmt-agent-go latest 75b78f5b942c 3 seconds ago 313MB [2021-01-19T17:17:05.921Z] docker-core-command-go latest ecf8f710d874 37 seconds ago 10.6MB [2021-01-19T17:17:05.921Z] docker-core-metadata-go latest 2a0f3db98b6a 37 seconds ago 13.1MB [2021-01-19T17:17:05.921Z] docker-security-secretstore-setup-go latest d07ca8202d65 43 seconds ago 24.6MB [2021-01-19T17:17:05.921Z] docker-core-data-go latest c0a35453dbe5 About a minute ago 22.3MB [2021-01-19T17:17:05.921Z] docker-security-proxy-setup-go latest eddb346319a2 About a minute ago 24.4MB [2021-01-19T17:17:05.921Z] docker-security-bootstrap-redis-go latest 6b6bc196e898 About a minute ago 15.8MB [2021-01-19T17:17:05.921Z] docker-support-notifications-go latest f2a2b7c12759 About a minute ago 12MB [2021-01-19T17:17:05.921Z] docker-support-scheduler-go latest eb0c0ca8b657 About a minute ago 10.7MB [2021-01-19T17:17:05.921Z] docker 20.10.0 aefe523efa57 5 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-19T17:17:07.070Z] Removing intermediate container d36baee5a2cc [2021-01-19T17:17:07.071Z] ---> e8564609f126 [2021-01-19T17:17:07.071Z] Step 4/6 : WORKDIR /edgex-go [2021-01-19T17:17:07.071Z] ---> Running in 314a7a86a321 [2021-01-19T17:17:07.350Z] Removing intermediate container 314a7a86a321 [2021-01-19T17:17:07.350Z] ---> 34e5e1b6be85 [2021-01-19T17:17:07.350Z] Step 5/6 : COPY go.mod . [2021-01-19T17:17:07.952Z] ---> a07d479400f2 [2021-01-19T17:17:07.952Z] Step 6/6 : RUN go mod download [2021-01-19T17:17:08.226Z] ---> Running in 8402e4c2bdb9 [2021-01-19T17:17:21.627Z] Still waiting to schedule task [2021-01-19T17:17:21.628Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-19T17:17:35.069Z] Removing intermediate container 8402e4c2bdb9 [2021-01-19T17:17:35.069Z] ---> eb4e08fa3843 [2021-01-19T17:17:35.069Z] Successfully built eb4e08fa3843 [2021-01-19T17:17:35.069Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:35.410Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:17:35.410Z] . [Pipeline] withDockerContainer [2021-01-19T17:17:35.702Z] prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container [2021-01-19T17:17:35.797Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:17:37.425Z] $ docker top 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:17:38.469Z] + go version [2021-01-19T17:17:38.469Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-19T17:17:38.503Z] $ docker stop --time=1 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 [2021-01-19T17:17:40.495Z] $ docker rm -f 80d7df3784ab12e94c30629df9b06b15175ca3de97b73719c64b4acb40951fe1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:17:41.528Z] + docker inspect -f . ci-base-image-arm64 [2021-01-19T17:17:41.528Z] . [Pipeline] withDockerContainer [2021-01-19T17:17:41.827Z] prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container [2021-01-19T17:17:41.920Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-19T17:17:43.436Z] $ docker top ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-19T17:17:43.809Z] ========================================================= [2021-01-19T17:17:43.809Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-19T17:17:43.809Z] ========================================================= [Pipeline] sh [2021-01-19T17:17:44.465Z] + make test [2021-01-19T17:17:44.465Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-19T17:18:06.626Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-19T17:18:11.465Z] Running on prd-ubuntu18.04-docker-8c-8g-21240 in /w/workspace/edgexfoundry_edgex-go_PR-3027 [Pipeline] { [Pipeline] ws [2021-01-19T17:18:11.512Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2021-01-19T17:18:13.551Z] using credential edgex-jenkins-ssh [2021-01-19T17:18:13.615Z] Cloning the remote Git repository [2021-01-19T17:18:13.642Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:18:13.708Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2021-01-19T17:18:13.742Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:18:13.742Z] > git --version # timeout=10 [2021-01-19T17:18:13.753Z] > git --version # 'git version 2.17.1' [2021-01-19T17:18:13.754Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:18:13.783Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:18:39.543Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:18:39.550Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-19T17:18:39.559Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-19T17:18:39.571Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-19T17:18:39.571Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:18:39.575Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3027/head:refs/remotes/origin/PR-3027 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-19T17:18:40.067Z] Merging remotes/origin/master commit 250a43ed1e9b8198fb10735cc1ab2371f89d298c into PR head commit bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:18:40.181Z] Merge succeeded, producing bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:18:40.181Z] Checking out Revision bfa6a58f8926f2bd31488a3be92923c4164c0bd6 (PR-3027) [2021-01-19T17:18:40.079Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:18:40.085Z] > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [2021-01-19T17:18:40.155Z] > git remote # timeout=10 [2021-01-19T17:18:40.162Z] > git config --get remote.origin.url # timeout=10 [2021-01-19T17:18:40.167Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-19T17:18:40.170Z] > git merge 250a43ed1e9b8198fb10735cc1ab2371f89d298c # timeout=10 [2021-01-19T17:18:40.179Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-19T17:18:40.187Z] > git config core.sparsecheckout # timeout=10 [2021-01-19T17:18:40.192Z] > git checkout -f bfa6a58f8926f2bd31488a3be92923c4164c0bd6 # timeout=10 [2021-01-19T17:18:43.886Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.6.1 to 1.7.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:18:45.109Z] + echo snap-build.sh [2021-01-19T17:18:45.109Z] snap-build.sh [2021-01-19T17:18:45.109Z] + SNAP_BASE_DIR=. [2021-01-19T17:18:45.109Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2021-01-19T17:18:45.109Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2021-01-19T17:18:45.109Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2021-01-19T17:18:45.109Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2021-01-19T17:18:45.109Z] + cd /w/workspace/edgex-go/10 [2021-01-19T17:18:45.109Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-19T17:18:45.109Z] Reading package lists... [2021-01-19T17:18:45.109Z] Building dependency tree... [2021-01-19T17:18:45.109Z] Reading state information... [2021-01-19T17:18:45.372Z] The following packages were automatically installed and are no longer required: [2021-01-19T17:18:45.372Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-19T17:18:45.372Z] uidmap xdelta3 [2021-01-19T17:18:45.372Z] Use 'sudo apt autoremove' to remove them. [2021-01-19T17:18:45.372Z] The following packages will be REMOVED: [2021-01-19T17:18:45.372Z] lxd* lxd-client* [2021-01-19T17:18:45.634Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-19T17:18:45.634Z] After this operation, 31.7 MB disk space will be freed. [2021-01-19T17:18:45.721Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-19T17:18:46.681Z] (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-19T17:18:46.681Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:18:47.625Z] Removing lxd dnsmasq configuration [2021-01-19T17:18:47.625Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:18:47.625Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-19T17:18:48.570Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-19T17:18:48.832Z] (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-19T17:18:48.832Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-19T17:18:49.780Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-19T17:18:50.042Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-19T17:18:51.428Z] + sudo snap remove --purge lxd [2021-01-19T17:18:51.428Z] snap "lxd" is not installed [2021-01-19T17:18:51.428Z] + sudo groupadd --force --system lxd [2021-01-19T17:18:51.428Z] ++ whoami [2021-01-19T17:18:51.428Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-19T17:18:51.428Z] + newgrp - lxd [2021-01-19T17:18:51.428Z] + sudo snap install lxd [2021-01-19T17:19:01.441Z] 2021-01-19T17:18:58Z INFO Waiting for automatic snapd restart... [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-19T17:19:07.940Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-19T17:19:11.532Z] lxd 4.10 from Canonical* installed [2021-01-19T17:19:11.532Z] + sudo lxd init --auto [2021-01-19T17:19:15.130Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-19T17:19:15.130Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-19T17:19:15.130Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-19T17:19:20.079Z] + sudo snap install --classic snapcraft [2021-01-19T17:19:21.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.224s coverage: 46.6% of statements [2021-01-19T17:19:21.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-19T17:19:21.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-19T17:19:21.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-19T17:19:21.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-19T17:19:21.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-19T17:19:25.111Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:19:25.111Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-19T17:19:25.111Z] + patch --verbose -p1 [2021-01-19T17:19:25.111Z] Hmm... Looks like a unified diff to me... [2021-01-19T17:19:25.111Z] The text leading up to this was: [2021-01-19T17:19:25.111Z] -------------------------- [2021-01-19T17:19:25.111Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-19T17:19:25.111Z] |From: Tony Espy [2021-01-19T17:19:25.111Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-19T17:19:25.111Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-19T17:19:25.111Z] | [2021-01-19T17:19:25.111Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-19T17:19:25.111Z] |optimize the snap CI check run for pull requests. When [2021-01-19T17:19:25.111Z] |applied, it essentially strips out everything (apps and [2021-01-19T17:19:25.111Z] |parts) from the snapcraft.yaml file except those required [2021-01-19T17:19:25.111Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-19T17:19:25.111Z] |catch changes to edgex-go that break the snap build. [2021-01-19T17:19:25.111Z] | [2021-01-19T17:19:25.111Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-19T17:19:25.111Z] |to update this patch file, otherwise it may fail to apply, [2021-01-19T17:19:25.111Z] |resulting in a failed snap build CI check in the associated [2021-01-19T17:19:25.111Z] |pull request. [2021-01-19T17:19:25.111Z] | [2021-01-19T17:19:25.111Z] |Note - in addition to applying this patch, the pipeline also [2021-01-19T17:19:25.111Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-19T17:19:25.111Z] |need to build the finally binary .snap file (and it won't [2021-01-19T17:19:25.111Z] |work with the patch applied). This further reduces the build [2021-01-19T17:19:25.111Z] |time. [2021-01-19T17:19:25.111Z] |--- [2021-01-19T17:19:25.111Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-19T17:19:25.111Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-19T17:19:25.111Z] | [2021-01-19T17:19:25.111Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-19T17:19:25.111Z] |index 1e537489..faf42425 100644 [2021-01-19T17:19:25.111Z] |--- a/snap/snapcraft.yaml [2021-01-19T17:19:25.111Z] |+++ b/snap/snapcraft.yaml [2021-01-19T17:19:25.111Z] -------------------------- [2021-01-19T17:19:25.111Z] patching file snap/snapcraft.yaml [2021-01-19T17:19:25.111Z] Using Plan A... [2021-01-19T17:19:25.111Z] Hunk #1 succeeded at 73. [2021-01-19T17:19:25.111Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-19T17:19:25.111Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-19T17:19:25.112Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-19T17:19:25.112Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-19T17:19:25.112Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-19T17:19:25.112Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-19T17:19:25.112Z] Hunk #8 succeeded at 342. [2021-01-19T17:19:25.112Z] Hmm... Ignoring the trailing garbage. [2021-01-19T17:19:25.112Z] done [2021-01-19T17:19:25.112Z] + sudo snapcraft prime --use-lxd [2021-01-19T17:19:26.065Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-19T17:19:26.065Z] 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-19T17:19:26.065Z] - README.md [2021-01-19T17:19:26.065Z] - snapcraft.yaml.orig [2021-01-19T17:19:26.065Z] [2021-01-19T17:19:26.065Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:19:26.636Z] Launching a container. [2021-01-19T17:19:27.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.484s coverage: 27.0% of statements [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-19T17:19:27.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.075s coverage: 100.0% of statements [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-19T17:19:27.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-19T17:19:27.914Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-19T17:19:27.914Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 67.9% of statements [2021-01-19T17:19:27.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-19T17:19:27.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-19T17:19:28.188Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.671s coverage: 82.3% of statements [2021-01-19T17:19:28.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-19T17:19:28.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:19:28.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-19T17:19:28.188Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-19T17:19:36.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.112s coverage: 28.6% of statements [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-19T17:19:36.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.205s coverage: 100.0% of statements [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-19T17:19:36.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-19T17:19:36.487Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.319s coverage: 86.7% of statements [2021-01-19T17:19:36.487Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-19T17:19:37.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.320s coverage: 97.5% of statements [2021-01-19T17:19:37.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-19T17:19:37.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.129s coverage: 78.3% of statements [2021-01-19T17:19:37.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-19T17:19:37.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-19T17:19:37.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-19T17:19:37.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-19T17:19:38.882Z] Waiting for container to be ready [2021-01-19T17:19:38.882Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-19T17:19:38.882Z] [2021-01-19T17:19:42.184Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-19T17:19:42.184Z] Waiting for network to be ready... [2021-01-19T17:19:42.756Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:19:42.756Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:19:43.328Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:19:43.328Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:19:43.328Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:19:43.902Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:19:43.902Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:19:43.902Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:19:43.902Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:19:43.902Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:19:43.902Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:19:43.902Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:19:43.902Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:19:43.902Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:19:43.902Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:19:43.902Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:19:43.902Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:19:43.902Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:19:44.163Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:19:44.425Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:19:44.687Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:19:44.687Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:19:44.687Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:19:44.687Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:19:44.687Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:19:44.687Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:19:44.687Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:19:46.027Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.411s coverage: 92.8% of statements [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-19T17:19:46.027Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.063s coverage: 58.8% of statements [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.186s coverage: 0.1% of statements [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements [2021-01-19T17:19:46.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.101s coverage: 80.8% of statements [2021-01-19T17:19:46.028Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2021-01-19T17:19:47.034Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.162s coverage: 84.2% of statements [2021-01-19T17:19:47.250Z] Fetched 23.8 MB in 4s (5495 kB/s) [2021-01-19T17:19:47.826Z] Reading package lists... [2021-01-19T17:19:47.826Z] Reading package lists... [2021-01-19T17:19:48.088Z] Building dependency tree... [2021-01-19T17:19:48.088Z] Reading state information... [2021-01-19T17:19:48.088Z] The following additional packages will be installed: [2021-01-19T17:19:48.088Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:19:48.088Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:19:48.088Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:19:48.088Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-19T17:19:48.088Z] Suggested packages: [2021-01-19T17:19:48.088Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-19T17:19:48.088Z] Recommended packages: [2021-01-19T17:19:48.088Z] gnupg libsasl2-modules [2021-01-19T17:19:48.348Z] The following NEW packages will be installed: [2021-01-19T17:19:48.348Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-19T17:19:48.348Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-19T17:19:48.348Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-19T17:19:48.348Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-19T17:19:48.348Z] The following packages will be upgraded: [2021-01-19T17:19:48.348Z] gpg gpg-agent gpgconf libudev1 [2021-01-19T17:19:48.348Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-19T17:19:48.348Z] Need to get 3533 kB of archives. [2021-01-19T17:19:48.348Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-19T17:19:48.348Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-19T17:19:48.348Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-19T17:19:48.348Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-19T17:19:48.348Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-19T17:19:48.348Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-19T17:19:48.348Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-19T17:19:48.348Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-19T17:19:48.348Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-19T17:19:48.348Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-19T17:19:48.608Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-19T17:19:49.179Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-19T17:19:49.179Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-19T17:19:49.179Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-19T17:19:49.179Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-19T17:19:49.179Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-19T17:19:49.179Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-19T17:19:49.179Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-19T17:19:49.179Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-19T17:19:49.179Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-19T17:19:49.179Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-19T17:19:49.179Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-19T17:19:49.179Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-19T17:19:49.439Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:19:49.439Z] Fetched 3533 kB in 1s (3481 kB/s) [2021-01-19T17:19:49.439Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:19:49.439Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:19:49.439Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:19:49.439Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:19:49.674Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.200s coverage: 91.4% of statements [2021-01-19T17:19:49.674Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-19T17:19:49.698Z] Selecting previously unselected package udev. [2021-01-19T17:19:49.698Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-19T17:19:49.698Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:19:49.698Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-19T17:19:49.958Z] Selecting previously unselected package libfuse2:amd64. [2021-01-19T17:19:49.958Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:19:49.958Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:19:50.220Z] Selecting previously unselected package fuse. [2021-01-19T17:19:50.220Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-19T17:19:50.220Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:19:50.220Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:19:50.220Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:19:50.481Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:19:50.481Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:19:50.742Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:19:50.742Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:19:50.742Z] Selecting previously unselected package libksba8:amd64. [2021-01-19T17:19:50.742Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-19T17:19:50.742Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:19:51.002Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-19T17:19:51.002Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.002Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.002Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-19T17:19:51.002Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.002Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.002Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-19T17:19:51.002Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.002Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.291Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-19T17:19:51.291Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.291Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.291Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-19T17:19:51.291Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.291Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.291Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-19T17:19:51.291Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.291Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.551Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-19T17:19:51.551Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.551Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.551Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-19T17:19:51.551Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.551Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.559s coverage: 63.5% of statements [2021-01-19T17:19:51.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-19T17:19:51.688Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-19T17:19:51.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-01-19T17:19:51.688Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements [2021-01-19T17:19:51.812Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-19T17:19:51.812Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-19T17:19:51.812Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:51.812Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-19T17:19:51.812Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:19:51.812Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:19:51.812Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-19T17:19:51.812Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-19T17:19:51.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-19T17:19:52.073Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:19:52.073Z] Selecting previously unselected package libldap-common. [2021-01-19T17:19:52.073Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-19T17:19:52.073Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:19:52.073Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-19T17:19:52.073Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-19T17:19:52.073Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:19:52.334Z] Selecting previously unselected package dirmngr. [2021-01-19T17:19:52.334Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:19:52.334Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:19:52.334Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:19:52.334Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-19T17:19:52.334Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-19T17:19:52.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements [2021-01-19T17:19:52.574Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.074s coverage: 100.0% of statements [2021-01-19T17:19:52.594Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:19:52.595Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-19T17:19:52.595Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-19T17:19:52.595Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:52.595Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-19T17:19:52.595Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:19:52.595Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-19T17:19:53.166Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-19T17:19:53.166Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.166Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-19T17:19:53.166Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-19T17:19:53.427Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-19T17:19:53.427Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-19T17:19:53.427Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-19T17:19:53.689Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-19T17:19:53.689Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:19:53.950Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-19T17:19:53.950Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-19T17:19:53.950Z] This means they are not meant to be enabled using systemctl. [2021-01-19T17:19:53.950Z] Possible reasons for having this kind of units are: [2021-01-19T17:19:53.950Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-19T17:19:53.950Z] .wants/ or .requires/ directory. [2021-01-19T17:19:53.950Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-19T17:19:53.950Z] a requirement dependency on it. [2021-01-19T17:19:53.950Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-19T17:19:53.950Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-19T17:19:53.950Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-19T17:19:53.950Z] instance name specified. [2021-01-19T17:19:54.213Z] Reading package lists... [2021-01-19T17:19:54.475Z] Building dependency tree... [2021-01-19T17:19:54.475Z] Reading state information... [2021-01-19T17:19:54.475Z] The following additional packages will be installed: [2021-01-19T17:19:54.475Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-19T17:19:54.475Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-19T17:19:54.475Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-19T17:19:54.475Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-19T17:19:54.475Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-19T17:19:54.475Z] Suggested packages: [2021-01-19T17:19:54.475Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-19T17:19:54.475Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-19T17:19:54.475Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-19T17:19:54.475Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-19T17:19:54.475Z] systemd-container policykit-1 [2021-01-19T17:19:54.475Z] Recommended packages: [2021-01-19T17:19:54.475Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-19T17:19:54.735Z] The following NEW packages will be installed: [2021-01-19T17:19:54.735Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-19T17:19:54.735Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-19T17:19:54.735Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-19T17:19:54.735Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-19T17:19:54.735Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-19T17:19:54.735Z] The following packages will be upgraded: [2021-01-19T17:19:54.735Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-19T17:19:54.735Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-19T17:19:54.735Z] Need to get 35.2 MB of archives. [2021-01-19T17:19:54.735Z] After this operation, 141 MB of additional disk space will be used. [2021-01-19T17:19:54.735Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-19T17:19:54.735Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-19T17:19:55.310Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-19T17:19:55.582Z] 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-19T17:19:55.582Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-19T17:19:55.582Z] 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-19T17:19:55.582Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-19T17:19:55.582Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-19T17:19:55.582Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-19T17:19:55.582Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-19T17:19:55.582Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-19T17:19:55.582Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-19T17:19:55.582Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-19T17:19:55.582Z] 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-19T17:19:55.582Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-19T17:19:55.582Z] 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-19T17:19:55.844Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-19T17:19:55.844Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-19T17:19:55.844Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-19T17:19:55.844Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-19T17:19:55.844Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-19T17:19:55.844Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-19T17:19:55.844Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-19T17:19:55.844Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-19T17:19:55.844Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-19T17:19:55.844Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-19T17:19:55.844Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-19T17:19:55.844Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-19T17:19:55.844Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-19T17:19:55.844Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-19T17:19:56.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements [2021-01-19T17:19:56.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-19T17:19:56.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-19T17:19:56.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-19T17:19:56.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-19T17:19:56.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-19T17:19:57.231Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:19:57.231Z] Fetched 35.2 MB in 2s (15.9 MB/s) [2021-01-19T17:19:57.231Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:19:57.231Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:19:57.231Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:19:57.801Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:19:57.801Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:19:57.801Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-19T17:19:57.801Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:19:57.801Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:19:58.064Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:19:58.064Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-19T17:19:58.326Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-19T17:19:58.326Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-19T17:19:58.326Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-19T17:19:58.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.368s coverage: 37.0% of statements [2021-01-19T17:19:58.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-19T17:19:58.339Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-19T17:19:58.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.546s coverage: 84.0% of statements [2021-01-19T17:19:58.339Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.086s coverage: 100.0% of statements [2021-01-19T17:19:58.586Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-19T17:19:58.847Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-19T17:19:59.108Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-19T17:19:59.108Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-19T17:19:59.108Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:19:59.369Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:19:59.369Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-19T17:19:59.631Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:19:59.631Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:19:59.631Z] Selecting previously unselected package libexpat1:amd64. [2021-01-19T17:19:59.631Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-19T17:19:59.631Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:19:59.893Z] Selecting previously unselected package python3.6-minimal. [2021-01-19T17:19:59.893Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:19:59.893Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:00.154Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:20:00.154Z] Checking for services that may need to be restarted...done. [2021-01-19T17:20:00.154Z] Checking for services that may need to be restarted...done. [2021-01-19T17:20:00.414Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:00.414Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-19T17:20:00.414Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:00.985Z] Selecting previously unselected package python3-minimal. [2021-01-19T17:20:00.985Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-19T17:20:00.985Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:20:00.985Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:20:00.985Z] Selecting previously unselected package mime-support. [2021-01-19T17:20:00.985Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-19T17:20:00.985Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-19T17:20:01.246Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-19T17:20:01.246Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-19T17:20:01.246Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:20:01.246Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-19T17:20:01.246Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:20:01.246Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:01.506Z] Selecting previously unselected package python3.6. [2021-01-19T17:20:01.506Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-19T17:20:01.506Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:01.506Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-19T17:20:01.506Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:20:01.506Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:20:01.506Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-19T17:20:01.766Z] Selecting previously unselected package python3. [2021-01-19T17:20:02.029Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-19T17:20:02.029Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-19T17:20:02.029Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-19T17:20:02.029Z] Selecting previously unselected package multiarch-support. [2021-01-19T17:20:02.029Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:20:02.029Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:20:02.029Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-19T17:20:02.029Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-19T17:20:02.029Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-19T17:20:02.029Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-19T17:20:02.029Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:20:02.289Z] Selecting previously unselected package libbsd0:amd64. [2021-01-19T17:20:02.289Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-19T17:20:02.289Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:20:02.289Z] Selecting previously unselected package sudo. [2021-01-19T17:20:02.289Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-19T17:20:02.289Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:20:02.551Z] Selecting previously unselected package apparmor. [2021-01-19T17:20:02.551Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:20:02.551Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:20:02.551Z] Selecting previously unselected package libedit2:amd64. [2021-01-19T17:20:02.551Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-19T17:20:02.551Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:20:02.811Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-19T17:20:02.811Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:20:02.811Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:02.811Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-19T17:20:02.811Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:20:02.811Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:02.811Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-19T17:20:02.811Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-19T17:20:02.811Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:20:03.071Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-19T17:20:03.071Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:20:03.071Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:03.071Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-19T17:20:03.071Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-19T17:20:03.071Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:03.330Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-19T17:20:03.330Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-19T17:20:03.330Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:20:03.330Z] Selecting previously unselected package openssh-client. [2021-01-19T17:20:03.330Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-19T17:20:03.330Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:20:03.590Z] Selecting previously unselected package squashfs-tools. [2021-01-19T17:20:03.590Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:20:03.590Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:20:03.590Z] Selecting previously unselected package snapd. [2021-01-19T17:20:03.590Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-19T17:20:03.590Z] Unpacking snapd (2.48+18.04) ... [2021-01-19T17:20:05.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.336s coverage: 47.1% of statements [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-19T17:20:05.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.141s coverage: 100.0% of statements [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-19T17:20:05.092Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2021-01-19T17:20:05.092Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-19T17:20:05.502Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-19T17:20:05.502Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-19T17:20:05.502Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-19T17:20:05.798Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-19T17:20:05.798Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-19T17:20:05.798Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:05.798Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:20:05.798Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-19T17:20:05.798Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-19T17:20:07.717Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-19T17:20:07.717Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-19T17:20:07.717Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-19T17:20:07.717Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:07.717Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:07.979Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-19T17:20:08.558Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-19T17:20:08.558Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:08.558Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-19T17:20:08.558Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-19T17:20:08.558Z] running python rtupdate hooks for python3.6... [2021-01-19T17:20:08.558Z] running python post-rtupdate hooks for python3.6... [2021-01-19T17:20:08.558Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-19T17:20:09.943Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-19T17:20:09.943Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-19T17:20:10.205Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-19T17:20:10.205Z] Setting up snapd (2.48+18.04) ... [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.119s coverage: 29.1% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.085s coverage: 100.0% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.090s coverage: 0.0% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-19T17:20:10.530Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-01-19T17:20:10.530Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-19T17:20:10.777Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-19T17:20:10.777Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-19T17:20:11.038Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-19T17:20:11.038Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-19T17:20:11.299Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:20:11.299Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-19T17:20:11.560Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-19T17:20:11.821Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-19T17:20:11.822Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-19T17:20:11.961Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-01-19T17:20:12.081Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-19T17:20:12.234Z] GO111MODULE=on go vet ./... [2021-01-19T17:20:12.342Z] /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-19T17:20:12.343Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-19T17:20:12.343Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:20:13.284Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:20:13.284Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:20:13.284Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:20:14.488Z] Reading package lists... [2021-01-19T17:20:14.488Z] Reading package lists... [2021-01-19T17:20:14.750Z] Building dependency tree... [2021-01-19T17:20:14.750Z] Reading state information... [2021-01-19T17:20:14.750Z] Calculating upgrade... [2021-01-19T17:20:15.011Z] The following packages will be upgraded: [2021-01-19T17:20:15.011Z] advancecomp base-files bash binutils binutils-common [2021-01-19T17:20:15.011Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-19T17:20:15.011Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-19T17:20:15.011Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-19T17:20:15.011Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-19T17:20:15.011Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-19T17:20:15.011Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-19T17:20:15.011Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-19T17:20:15.011Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-19T17:20:15.011Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-19T17:20:15.011Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-19T17:20:15.011Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-19T17:20:15.011Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-19T17:20:15.011Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-19T17:20:15.011Z] ubuntu-keyring util-linux [2021-01-19T17:20:15.011Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:20:15.011Z] Need to get 63.7 MB of archives. [2021-01-19T17:20:15.011Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-19T17:20:15.011Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] [2021-01-19T17:20:15.289Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-19T17:20:15.289Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-19T17:20:15.289Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-19T17:20:15.289Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-19T17:20:15.289Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-19T17:20:15.289Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-19T17:20:15.289Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-19T17:20:15.289Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-19T17:20:15.289Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-19T17:20:15.289Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-19T17:20:15.289Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-19T17:20:15.289Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-19T17:20:15.289Z] 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-19T17:20:15.289Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-19T17:20:15.289Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-19T17:20:15.289Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-19T17:20:15.289Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-19T17:20:15.289Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-19T17:20:15.289Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-19T17:20:15.289Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-19T17:20:15.289Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-19T17:20:15.289Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-19T17:20:15.289Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-19T17:20:15.289Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-19T17:20:15.289Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-19T17:20:15.289Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-19T17:20:15.289Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-19T17:20:15.289Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-19T17:20:15.289Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-19T17:20:15.550Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-19T17:20:15.550Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-19T17:20:15.550Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-19T17:20:15.550Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-19T17:20:15.550Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-19T17:20:15.550Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-19T17:20:15.550Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-19T17:20:15.550Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-19T17:20:15.550Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-19T17:20:15.550Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-19T17:20:15.550Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-19T17:20:15.550Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-19T17:20:15.550Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-19T17:20:15.550Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-19T17:20:15.550Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-19T17:20:15.550Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-19T17:20:15.550Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-19T17:20:15.550Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-19T17:20:15.550Z] Get:49 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-19T17:20:15.550Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-19T17:20:15.550Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-19T17:20:15.550Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-19T17:20:15.550Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-19T17:20:15.550Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-19T17:20:15.550Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-19T17:20:15.550Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-19T17:20:15.810Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-19T17:20:15.810Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-19T17:20:15.810Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-19T17:20:15.810Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-19T17:20:16.070Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-19T17:20:16.070Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-19T17:20:16.070Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-19T17:20:16.070Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-19T17:20:16.070Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-19T17:20:16.070Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-19T17:20:16.070Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-19T17:20:16.331Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-19T17:20:16.331Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-19T17:20:16.331Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-19T17:20:16.591Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-19T17:20:16.591Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-19T17:20:16.591Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-19T17:20:16.591Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-19T17:20:16.591Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-19T17:20:16.591Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-19T17:20:16.591Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-19T17:20:16.591Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-19T17:20:16.591Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-19T17:20:16.591Z] 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-19T17:20:16.591Z] 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-19T17:20:16.591Z] 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-19T17:20:16.591Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-19T17:20:16.591Z] 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-19T17:20:16.591Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-19T17:20:16.591Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-19T17:20:16.591Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-19T17:20:16.591Z] 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-19T17:20:16.591Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-19T17:20:16.591Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-19T17:20:16.591Z] 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-19T17:20:16.852Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-19T17:20:16.852Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-19T17:20:16.852Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-19T17:20:16.852Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-19T17:20:16.852Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-19T17:20:16.852Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-19T17:20:16.852Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:20:16.852Z] Fetched 63.7 MB in 2s (36.6 MB/s) [2021-01-19T17:20:16.852Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:16.852Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:20:16.852Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:20:17.794Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:20:17.794Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:20:17.794Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... [2021-01-19T17:20:17.794Z] Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... [2021-01-19T17:20:18.735Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:18.735Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:18.735Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:18.735Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:18.995Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:18.995Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:18.995Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:18.995Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:19.255Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:19.255Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:19.255Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:19.255Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:19.518Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:19.518Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:19.518Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:19.779Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:20:19.779Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:19.779Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-19T17:20:19.779Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:20.040Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:20:20.040Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:20.040Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:20.040Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:20.040Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:20.301Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:20.301Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-19T17:20:20.301Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:20.562Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:20:20.562Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:20:20.562Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:20:21.139Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:20:21.139Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-19T17:20:21.139Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-19T17:20:21.401Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-19T17:20:21.401Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-19T17:20:21.401Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-19T17:20:21.664Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-19T17:20:21.664Z] Installing new version of config file /etc/issue ... [2021-01-19T17:20:21.664Z] Installing new version of config file /etc/issue.net ... [2021-01-19T17:20:21.664Z] Installing new version of config file /etc/lsb-release ... [2021-01-19T17:20:21.664Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-19T17:20:21.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-19T17:20:21.929Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-19T17:20:21.929Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-19T17:20:22.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:22.190Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-19T17:20:22.190Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-19T17:20:22.191Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-19T17:20:22.455Z] 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-19T17:20:22.455Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:22.455Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:22.455Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:22.455Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:22.716Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:22.716Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-19T17:20:22.716Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-19T17:20:22.716Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-19T17:20:22.978Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:22.978Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-19T17:20:22.978Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:20:23.239Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-19T17:20:23.506Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:23.506Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:20:23.506Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:20:23.506Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:20:23.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:23.773Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:20:23.773Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:20:23.773Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-19T17:20:23.773Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:23.773Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-19T17:20:24.034Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-19T17:20:24.034Z] Setting up grep (3.1-2build1) ... [2021-01-19T17:20:24.034Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:24.034Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:20:24.034Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:20:24.299Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-19T17:20:24.299Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:24.299Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:20:24.299Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:20:24.565Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-19T17:20:24.565Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:24.565Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:20:24.565Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:20:25.137Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:20:25.137Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:20:25.137Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-19T17:20:25.137Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:20:25.724Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-19T17:20:25.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:25.724Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-19T17:20:25.724Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-19T17:20:26.671Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:20:26.932Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:20:26.932Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-19T17:20:26.932Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-19T17:20:26.932Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:20:27.192Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:27.192Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-19T17:20:27.192Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-19T17:20:27.192Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-19T17:20:27.454Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:27.454Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:27.454Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:27.454Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:27.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:27.715Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:27.715Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:27.715Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:27.715Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:27.715Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:27.715Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:27.976Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:27.976Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:27.976Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:27.976Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:28.237Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:28.237Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:28.237Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:20:28.237Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:20:28.237Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:20:28.237Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:20:28.498Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:20:28.498Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:28.498Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-19T17:20:28.498Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:20:28.767Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:20:28.767Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:28.767Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:28.767Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:29.028Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:29.028Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:29.028Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:29.028Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:29.290Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:29.290Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:29.290Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:29.290Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:29.861Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:30.122Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-19T17:20:30.382Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-19T17:20:30.382Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:30.382Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-19T17:20:30.382Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-19T17:20:30.643Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:20:30.904Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-19T17:20:30.904Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-19T17:20:30.904Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-19T17:20:30.904Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-19T17:20:31.167Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:31.167Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-19T17:20:31.167Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-19T17:20:31.427Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-19T17:20:31.687Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:31.687Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:20:31.687Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:20:31.687Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:20:31.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:31.948Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:20:31.948Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:20:31.948Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:20:32.208Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:32.208Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-19T17:20:32.468Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:20:32.468Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:20:32.728Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:32.728Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-19T17:20:32.728Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-19T17:20:32.989Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-19T17:20:32.989Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-19T17:20:32.989Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:20:33.252Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:20:33.252Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:20:33.252Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:33.252Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-19T17:20:33.252Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-19T17:20:33.517Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-19T17:20:33.779Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:33.779Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-19T17:20:33.779Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-19T17:20:33.779Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-19T17:20:34.040Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:34.040Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-19T17:20:34.040Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-19T17:20:34.040Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-19T17:20:34.302Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:34.302Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-19T17:20:34.302Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-19T17:20:34.302Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-19T17:20:34.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:34.564Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-19T17:20:34.564Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-19T17:20:34.825Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-19T17:20:35.086Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:35.086Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-19T17:20:35.086Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-19T17:20:35.086Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-19T17:20:35.348Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:35.348Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-19T17:20:35.348Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-19T17:20:35.348Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-19T17:20:35.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:35.609Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-19T17:20:35.609Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-19T17:20:35.609Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-19T17:20:35.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:35.870Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-19T17:20:35.870Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-19T17:20:35.870Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-19T17:20:36.131Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:36.131Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-19T17:20:36.131Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-19T17:20:36.131Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-19T17:20:36.394Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:36.394Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:20:36.394Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-19T17:20:36.394Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-19T17:20:36.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-19T17:20:36.657Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-19T17:20:36.657Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-19T17:20:36.657Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-19T17:20:36.921Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-19T17:20:36.921Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:20:36.921Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:20:36.921Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-19T17:20:36.921Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-19T17:20:37.188Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-19T17:20:37.188Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-19T17:20:37.449Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-19T17:20:37.449Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-19T17:20:37.449Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-19T17:20:37.449Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-19T17:20:37.710Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-19T17:20:37.710Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-19T17:20:37.710Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-19T17:20:37.970Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-19T17:20:37.971Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-19T17:20:37.971Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-19T17:20:37.971Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-19T17:20:37.971Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-19T17:20:38.232Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-19T17:20:38.232Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-19T17:20:38.232Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-19T17:20:38.502Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-19T17:20:38.502Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-19T17:20:38.502Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-19T17:20:39.492Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-19T17:20:39.492Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-19T17:20:39.492Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-19T17:20:39.492Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-19T17:20:39.492Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:20:39.757Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:20:40.020Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:20:40.020Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:20:40.020Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:20:40.285Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:20:40.285Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-19T17:20:40.285Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-19T17:20:40.546Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:40.546Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:40.546Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:40.546Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:40.812Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:40.812Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:40.812Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:41.073Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:42.041Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:42.041Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:42.636Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:42.636Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:44.054Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:44.054Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:44.054Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:44.054Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:45.015Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-19T17:20:45.015Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-19T17:20:45.015Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:20:45.015Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:20:45.015Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:20:45.277Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:20:45.277Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-19T17:20:45.277Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-19T17:20:45.537Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-19T17:20:45.537Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-19T17:20:45.537Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:20:45.799Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:20:45.799Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-19T17:20:45.799Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-19T17:20:45.799Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-19T17:20:46.082Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-19T17:20:46.082Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.082Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-19T17:20:46.082Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.082Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.082Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.462Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-19T17:20:46.462Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-19T17:20:46.462Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-19T17:20:46.462Z] [2021-01-19T17:20:46.462Z] Current default time zone: 'Etc/UTC' [2021-01-19T17:20:46.462Z] Local time is now: Tue Jan 19 17:20:46 UTC 2021. [2021-01-19T17:20:46.462Z] Universal Time is now: Tue Jan 19 17:20:46 UTC 2021. [2021-01-19T17:20:46.462Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-19T17:20:46.462Z] [2021-01-19T17:20:46.462Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-19T17:20:46.462Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.462Z] Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... [2021-01-19T17:20:46.462Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-19T17:20:46.829Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-19T17:20:46.829Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-19T17:20:46.829Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-19T17:20:46.829Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:20:46.829Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-19T17:20:46.829Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-19T17:20:46.829Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:46.829Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-19T17:20:47.138Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:47.138Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:20:47.138Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:47.138Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-19T17:20:47.138Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-19T17:20:47.138Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-19T17:20:47.138Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-19T17:20:47.138Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-19T17:20:47.138Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-19T17:20:47.415Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:20:47.415Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:20:49.349Z] Updating certificates in /etc/ssl/certs... [2021-01-19T17:20:49.921Z] 22 added, 17 removed; done. [2021-01-19T17:20:49.921Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-19T17:20:49.921Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-19T17:20:49.921Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-19T17:20:50.183Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-19T17:20:50.184Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-19T17:20:50.184Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.184Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:20:50.184Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.184Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.184Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.446Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.446Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.446Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-19T17:20:50.446Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:20:50.446Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:20:50.446Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-19T17:20:50.447Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-19T17:20:50.447Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.447Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-19T17:20:50.707Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:20:50.707Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-19T17:20:50.707Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-19T17:20:50.707Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:20:50.707Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-19T17:20:50.971Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-19T17:20:50.971Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-19T17:20:50.971Z] Updating certificates in /etc/ssl/certs... [2021-01-19T17:20:51.546Z] 0 added, 0 removed; done. [2021-01-19T17:20:51.546Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-19T17:20:51.546Z] done. [2021-01-19T17:20:51.807Z] Reading package lists... [2021-01-19T17:20:52.068Z] Building dependency tree... [2021-01-19T17:20:52.068Z] Reading state information... [2021-01-19T17:20:52.068Z] The following NEW packages will be installed: [2021-01-19T17:20:52.068Z] apt-transport-https [2021-01-19T17:20:52.330Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:20:52.330Z] Need to get 1696 B of archives. [2021-01-19T17:20:52.330Z] After this operation, 153 kB of additional disk space will be used. [2021-01-19T17:20:52.330Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-19T17:20:52.592Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:20:52.592Z] Fetched 1696 B in 0s (9361 B/s) [2021-01-19T17:20:52.592Z] Selecting previously unselected package apt-transport-https. [2021-01-19T17:20:52.592Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-19T17:20:52.592Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-19T17:20:52.592Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:20:52.592Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-19T17:20:52.853Z] Waiting for network to be ready... [2021-01-19T17:20:58.142Z] 2021-01-19T17:20:55Z INFO Waiting for automatic snapd restart... [2021-01-19T17:20:58.723Z] snapd 2.48.2 from Canonical* installed [2021-01-19T17:20:59.297Z] "snapd" switched to the "latest/stable" channel [2021-01-19T17:20:59.297Z] [2021-01-19T17:21:01.855Z] core18 20201210 from Canonical* installed [2021-01-19T17:21:02.428Z] "core18" switched to the "latest/stable" channel [2021-01-19T17:21:02.428Z] [2021-01-19T17:21:05.727Z] snapcraft 4.4.4 from Canonical* installed [2021-01-19T17:21:05.727Z] "snapcraft" switched to the "latest/stable" channel [2021-01-19T17:21:05.727Z] [2021-01-19T17:21:09.056Z] 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-19T17:21:09.056Z] - README.md [2021-01-19T17:21:09.056Z] - snapcraft.yaml.orig [2021-01-19T17:21:09.056Z] [2021-01-19T17:21:09.056Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-19T17:21:15.644Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:21:15.645Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:21:15.645Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:21:15.645Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:21:16.587Z] Reading package lists... [2021-01-19T17:21:16.587Z] 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-19T17:21:20.365Z] gofmt -l . [2021-01-19T17:21:20.365Z] [ "`gofmt -l .`" = "" ] [2021-01-19T17:21:20.960Z] ./bin/test-go-mod-tidy.sh [2021-01-19T17:21:21.561Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-19T17:21:23.174Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:21:23.174Z] Reading package lists... [2021-01-19T17:21:23.174Z] Building dependency tree... [2021-01-19T17:21:23.174Z] Reading state information... [2021-01-19T17:21:23.174Z] Suggested packages: [2021-01-19T17:21:23.174Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-19T17:21:23.174Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-19T17:21:23.174Z] Recommended packages: [2021-01-19T17:21:23.174Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-19T17:21:23.174Z] The following NEW packages will be installed: [2021-01-19T17:21:23.174Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-19T17:21:23.174Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-19T17:21:23.174Z] pkg-config zip [2021-01-19T17:21:23.174Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-19T17:21:23.174Z] Need to get 7655 kB of archives. [2021-01-19T17:21:23.174Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-19T17:21:23.174Z] 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-19T17:21:23.174Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-19T17:21:23.174Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-19T17:21:23.174Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-19T17:21:23.174Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-19T17:21:23.437Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-19T17:21:23.437Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-19T17:21:23.437Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-19T17:21:23.658Z] + ls -al . [2021-01-19T17:21:23.658Z] total 684 [2021-01-19T17:21:23.658Z] drwxrwxr-x 9 1001 1001 4096 Jan 19 17:21 . [2021-01-19T17:21:23.658Z] drwxr-xr-x 4 root root 4096 Jan 19 17:17 .. [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 11 Jan 19 17:16 .dockerignore [2021-01-19T17:21:23.658Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:16 .git [2021-01-19T17:21:23.658Z] drwxrwxr-x 3 1001 1001 4096 Jan 19 17:16 .github [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 824 Jan 19 17:16 .gitignore [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 166 Jan 19 17:16 .sonarcloud.properties [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 7744 Jan 19 17:16 Attribution.txt [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 3804 Jan 19 17:16 CONTRIBUTING.md [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 931 Jan 19 17:16 Dockerfile.build [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 863 Jan 19 17:16 Jenkinsfile [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 10775 Jan 19 17:16 LICENSE [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 5750 Jan 19 17:16 Makefile [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 6524 Jan 19 17:16 README.md [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 6744 Jan 19 17:16 SECURITY.md [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 5 Jan 19 17:10 VERSION [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 4131 Jan 19 17:16 ZMQWindows.md [2021-01-19T17:21:23.658Z] drwxrwxr-x 2 1001 1001 4096 Jan 19 17:16 bin [2021-01-19T17:21:23.658Z] drwxrwxr-x 14 1001 1001 4096 Jan 19 17:16 cmd [2021-01-19T17:21:23.658Z] -rw-r--r-- 1 root root 550280 Jan 19 17:20 coverage.out [2021-01-19T17:21:23.658Z] -rw-r--r-- 1 root root 981 Jan 19 17:21 go.mod [2021-01-19T17:21:23.658Z] -rw-r--r-- 1 root root 19416 Jan 19 17:21 go.sum [2021-01-19T17:21:23.658Z] drwxrwxr-x 8 1001 1001 4096 Jan 19 17:16 internal [2021-01-19T17:21:23.658Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:16 openapi [2021-01-19T17:21:23.658Z] drwxrwxr-x 4 1001 1001 4096 Jan 19 17:16 snap [2021-01-19T17:21:23.658Z] -rw-rw-r-- 1 1001 1001 168 Jan 19 17:16 version.go [Pipeline] sh [2021-01-19T17:21:23.697Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-19T17:21:23.698Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-19T17:21:23.698Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-19T17:21:23.959Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-19T17:21:23.959Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-19T17:21:23.959Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-19T17:21:23.959Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-19T17:21:24.219Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-19T17:21:24.219Z] Fetched 7655 kB in 1s (8591 kB/s) [2021-01-19T17:21:24.219Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-19T17:21:24.219Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-19T17:21:24.219Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-19T17:21:24.219Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:21:24.314Z] + '[' -e coverage.out ] [2021-01-19T17:21:24.314Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-19T17:21:24.334Z] Warning: overwriting stash ‘coverage-report’ [2021-01-19T17:21:24.479Z] Selecting previously unselected package libpsl5:amd64. [2021-01-19T17:21:24.479Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-19T17:21:24.479Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:21:24.479Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-19T17:21:24.479Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-19T17:21:24.479Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:21:24.479Z] Selecting previously unselected package librtmp1:amd64. [2021-01-19T17:21:24.479Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-19T17:21:24.739Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:21:24.739Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-19T17:21:24.739Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-19T17:21:24.739Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:21:24.739Z] Selecting previously unselected package liberror-perl. [2021-01-19T17:21:24.739Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-19T17:21:24.739Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-19T17:21:25.000Z] Selecting previously unselected package git-man. [2021-01-19T17:21:25.000Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-19T17:21:25.000Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:21:25.000Z] Selecting previously unselected package git. [2021-01-19T17:21:25.000Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-19T17:21:25.000Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:21:25.589Z] Stashed 1 file(s) [Pipeline] sh [2021-01-19T17:21:25.939Z] Selecting previously unselected package libnorm1:amd64. [2021-01-19T17:21:25.939Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-19T17:21:25.939Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:21:25.939Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-19T17:21:25.939Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-19T17:21:25.939Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:21:25.939Z] Selecting previously unselected package libsodium23:amd64. [2021-01-19T17:21:25.939Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-19T17:21:25.939Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:21:26.201Z] Selecting previously unselected package libzmq5:amd64. [2021-01-19T17:21:26.201Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:21:26.201Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:21:26.201Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-19T17:21:26.201Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-19T17:21:26.201Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:21:26.299Z] + make build [2021-01-19T17:21:26.299Z] 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-19T17:21:26.462Z] Selecting previously unselected package pkg-config. [2021-01-19T17:21:26.462Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-19T17:21:26.462Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:21:26.462Z] Selecting previously unselected package zip. [2021-01-19T17:21:26.462Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-19T17:21:26.462Z] Unpacking zip (3.0-11build1) ... [2021-01-19T17:21:26.462Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-19T17:21:26.462Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:21:26.462Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-19T17:21:26.462Z] Setting up liberror-perl (0.17025-1) ... [2021-01-19T17:21:26.723Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-19T17:21:26.723Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-19T17:21:26.723Z] No schema files found: doing nothing. [2021-01-19T17:21:26.723Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-19T17:21:26.723Z] Setting up zip (3.0-11build1) ... [2021-01-19T17:21:26.723Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-19T17:21:26.723Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-19T17:21:26.723Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-19T17:21:26.723Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:21:26.723Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-19T17:21:26.723Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-19T17:21:26.983Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-19T17:21:26.983Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-19T17:21:33.565Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:21:33.565Z] git set to automatically installed. [2021-01-19T17:21:33.565Z] git-man set to automatically installed. [2021-01-19T17:21:33.565Z] libcurl3-gnutls set to automatically installed. [2021-01-19T17:21:33.565Z] liberror-perl set to automatically installed. [2021-01-19T17:21:33.565Z] libglib2.0-0 set to automatically installed. [2021-01-19T17:21:33.565Z] libnghttp2-14 set to automatically installed. [2021-01-19T17:21:33.565Z] libnorm1 set to automatically installed. [2021-01-19T17:21:33.565Z] libpgm-5.2-0 set to automatically installed. [2021-01-19T17:21:33.565Z] libpsl5 set to automatically installed. [2021-01-19T17:21:33.565Z] librtmp1 set to automatically installed. [2021-01-19T17:21:33.565Z] libsodium23 set to automatically installed. [2021-01-19T17:21:33.565Z] libzmq3-dev set to automatically installed. [2021-01-19T17:21:33.565Z] libzmq5 set to automatically installed. [2021-01-19T17:21:33.565Z] pkg-config set to automatically installed. [2021-01-19T17:21:33.565Z] zip set to automatically installed. [2021-01-19T17:21:35.479Z] snapd is not logged in, snap install commands will use sudo [2021-01-19T17:21:36.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-19T17:21:42.065Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-19T17:21:42.065Z] snap "core18" has no updates available [2021-01-19T17:21:43.006Z] Pulling config-common [2021-01-19T17:21:43.946Z] Pulling go-build-helper [2021-01-19T17:21:58.690Z] 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-19T17:22:02.075Z] 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-19T17:22:07.472Z] 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-19T17:22:08.459Z] 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-19T17:22:10.527Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-19T17:22:10.527Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-19T17:22:10.527Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1513 kB] [2021-01-19T17:22:10.527Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [293 kB] [2021-01-19T17:22:10.527Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-19T17:22:10.527Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-19T17:22:10.527Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] [2021-01-19T17:22:10.527Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] [2021-01-19T17:22:10.527Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1101 kB] [2021-01-19T17:22:10.527Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [246 kB] [2021-01-19T17:22:10.527Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-19T17:22:10.527Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-19T17:22:10.527Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-19T17:22:10.527Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-19T17:22:10.527Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-19T17:22:10.527Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-19T17:22:10.527Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-19T17:22:10.527Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-19T17:22:10.527Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-19T17:22:10.527Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1844 kB] [2021-01-19T17:22:10.527Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] [2021-01-19T17:22:10.527Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-19T17:22:10.527Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-19T17:22:10.527Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] [2021-01-19T17:22:10.527Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] [2021-01-19T17:22:10.527Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1706 kB] [2021-01-19T17:22:10.527Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [360 kB] [2021-01-19T17:22:10.527Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-19T17:22:10.527Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-19T17:22:10.527Z] Fetched 279 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-19T17:22:10.527Z] Fetched 122 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-19T17:22:10.527Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-19T17:22:10.527Z] Fetched 8848 B in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-19T17:22:10.527Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-19T17:22:10.527Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-19T17:22:10.527Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-19T17:22:10.527Z] Fetched 214 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-19T17:22:10.527Z] Fetched 155 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-19T17:22:10.527Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-19T17:22:10.527Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-19T17:22:10.527Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-19T17:22:10.527Z] Fetched 499 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-19T17:22:10.527Z] Fetched 111 kB in 0s (0 B/s) [2021-01-19T17:22:10.527Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-19T17:22:10.528Z] Fetched 240 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-19T17:22:10.528Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-19T17:22:10.528Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-19T17:22:10.528Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-19T17:22:10.528Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-19T17:22:10.528Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-19T17:22:10.528Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-19T17:22:10.528Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-19T17:22:10.528Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-19T17:22:10.528Z] Fetched 8720 B in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-19T17:22:10.528Z] Fetched 137 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-19T17:22:10.528Z] Fetched 119 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-19T17:22:10.528Z] Fetched 109 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-19T17:22:10.528Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-19T17:22:10.528Z] Fetched 645 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-19T17:22:10.528Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-19T17:22:10.528Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-19T17:22:10.528Z] Fetched 368 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-19T17:22:10.528Z] Fetched 187 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-19T17:22:10.528Z] Fetched 175 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-19T17:22:10.528Z] Fetched 206 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-19T17:22:10.528Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-19T17:22:10.528Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-19T17:22:10.528Z] Fetched 159 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-19T17:22:10.528Z] Fetched 107 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-19T17:22:10.528Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-19T17:22:10.528Z] Pulling static-packages [2021-01-19T17:22:11.099Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-19T17:22:11.099Z] Skipping pull go-build-helper (already ran) [2021-01-19T17:22:11.099Z] Skipping pull static-packages (already ran) [2021-01-19T17:22:11.099Z] Building go-build-helper [2021-01-19T17:22:14.395Z] Building static-packages [2021-01-19T17:22:15.197Z] 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-19T17:22:16.304Z] Staging go-build-helper [2021-01-19T17:22:17.243Z] Staging static-packages [2021-01-19T17:22:18.184Z] Pulling go115 [2021-01-19T17:22:19.125Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-19T17:22:19.125Z] Skipping pull go115 (already ran) [2021-01-19T17:22:19.125Z] Building go115 [2021-01-19T17:22:19.125Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:22:19.125Z] Dload Upload Total Spent Left Speed [2021-01-19T17:22:19.501Z] 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-19T17:22:23.043Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4495k 0 0 7957k 0 0:00:14 --:--:-- 0:00:14 7943k 33 115M 33 38.9M 0 0 25.3M 0 0:00:04 0:00:01 0:00:03 25.2M 62 115M 62 71.9M 0 0 28.3M 0 0:00:04 0:00:02 0:00:02 28.3M 90 115M 90 104M 0 0 29.4M 0 0:00:03 0:00:03 --:--:-- 29.4M 100 115M 100 115M 0 0 29.8M 0 0:00:03 0:00:03 --:--:-- 29.8M [2021-01-19T17:22:23.612Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-19T17:22:23.813Z] 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-19T17:22:27.814Z] Staging go115 [2021-01-19T17:22:28.113Z] 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-19T17:22:31.500Z] 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-19T17:22:33.102Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-19T17:22:33.102Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-19T17:22:33.102Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-19T17:22:33.102Z] Fetched 0 B in 0s (0 B/s) [2021-01-19T17:22:33.102Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-19T17:22:33.102Z] Fetched 224 kB in 0s (0 B/s) [2021-01-19T17:22:33.102Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-19T17:22:33.102Z] Fetched 157 kB in 0s (0 B/s) [2021-01-19T17:22:33.102Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-19T17:22:33.102Z] Fetched 221 kB in 0s (0 B/s) [2021-01-19T17:22:33.102Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-19T17:22:33.102Z] Fetched 143 kB in 0s (0 B/s) [2021-01-19T17:22:33.102Z] Pulling edgex-go [2021-01-19T17:22:34.483Z] Pulling version [2021-01-19T17:22:34.897Z] 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-19T17:22:35.423Z] Building config-common [2021-01-19T17:22:37.333Z] Skipping build go-build-helper (already ran) [2021-01-19T17:22:37.333Z] Skipping build static-packages (already ran) [2021-01-19T17:22:37.333Z] Skipping build go115 (already ran) [2021-01-19T17:22:37.333Z] Building edgex-go [2021-01-19T17:22:37.592Z] 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-19T17:22:38.977Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 [2021-01-19T17:22:38.977Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-19T17:22:38.977Z] go: downloading github.com/google/uuid v1.1.5 [2021-01-19T17:22:38.977Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-19T17:22:38.977Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-19T17:22:38.977Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-19T17:22:38.977Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-19T17:22:38.977Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-19T17:22:38.977Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-19T17:22:38.977Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-19T17:22:38.977Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-19T17:22:38.977Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-19T17:22:38.977Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-19T17:22:38.977Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-19T17:22:39.238Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-19T17:22:39.238Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-19T17:22:39.238Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-19T17:22:39.238Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-19T17:22:39.238Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-19T17:22:39.238Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-19T17:22:39.238Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-19T17:22:39.238Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-19T17:22:39.238Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-19T17:22:39.499Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [Pipeline] } [2021-01-19T17:22:40.323Z] $ docker stop --time=1 ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d [2021-01-19T17:22:42.856Z] $ docker rm -f ad5eba333dff7107c745c2f5d94676086a93ce1dcecd082b510fd91cf4c0b37d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:44.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:22:44.750Z] [2021-01-19T17:22:44.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:22:45.401Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:22:45.401Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-19T17:22:45.401Z] 29e5d40040c1: Pulling fs layer [2021-01-19T17:22:45.401Z] 1ce36da41761: Pulling fs layer [2021-01-19T17:22:45.401Z] 25b303627fd3: Pulling fs layer [2021-01-19T17:22:45.677Z] 29e5d40040c1: Verifying Checksum [2021-01-19T17:22:45.677Z] 29e5d40040c1: Download complete [2021-01-19T17:22:46.073Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-19T17:22:46.273Z] 1ce36da41761: Verifying Checksum [2021-01-19T17:22:46.273Z] 1ce36da41761: Download complete [2021-01-19T17:22:46.273Z] 29e5d40040c1: Pull complete [2021-01-19T17:22:47.708Z] 1ce36da41761: Pull complete [2021-01-19T17:22:47.983Z] 25b303627fd3: Verifying Checksum [2021-01-19T17:22:47.983Z] 25b303627fd3: Download complete [2021-01-19T17:22:51.350Z] 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-19T17:22:51.920Z] 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-19T17:22:52.859Z] 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-19T17:22:53.118Z] 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-19T17:22:53.377Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-19T17:22:53.637Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-19T17:22:53.637Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-19T17:22:53.637Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-19T17:22:55.542Z] 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-19T17:22:55.542Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-19T17:22:55.542Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-19T17:22:56.479Z] 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-19T17:22:57.422Z] 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-19T17:22:57.422Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-19T17:22:58.145Z] 25b303627fd3: Pull complete [2021-01-19T17:22:58.145Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-19T17:22:58.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:22:58.145Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-19T17:22:58.376Z] prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container [2021-01-19T17:22:58.454Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:22:58.808Z] 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-19T17:22:59.748Z] 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-19T17:23:00.688Z] 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-19T17:23:00.688Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-19T17:23:01.250Z] $ docker top 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:23:02.252Z] + docker-compose build --help [2021-01-19T17:23:02.253Z] + grep parallel [2021-01-19T17:23:03.234Z] Building version [2021-01-19T17:23:05.147Z] Staging config-common [2021-01-19T17:23:05.634Z] --parallel Build images in parallel. [Pipeline] } [2021-01-19T17:23:05.932Z] $ docker stop --time=1 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 [2021-01-19T17:23:06.088Z] Skipping stage go-build-helper (already ran) [2021-01-19T17:23:06.088Z] Skipping stage static-packages (already ran) [2021-01-19T17:23:06.088Z] Skipping stage go115 (already ran) [2021-01-19T17:23:06.088Z] Staging edgex-go [2021-01-19T17:23:07.029Z] Staging version [2021-01-19T17:23:07.892Z] $ docker rm -f 553167e8db8223a6436bf3f0d190bd6c0b74d652405764841a2c6b99e3af32f9 [2021-01-19T17:23:07.967Z] Priming config-common [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:23:08.716Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-19T17:23:08.716Z] . [Pipeline] withDockerContainer [2021-01-19T17:23:08.910Z] Priming go-build-helper [2021-01-19T17:23:09.011Z] prd-ubuntu18.04-docker-arm64-4c-16g-21234 does not seem to be running inside a container [2021-01-19T17:23:09.116Z] $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-19T17:23:09.852Z] Priming static-packages [2021-01-19T17:23:10.636Z] $ docker top a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:23:11.708Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-19T17:23:12.392Z] Priming go115 [2021-01-19T17:23:13.334Z] Priming edgex-go [2021-01-19T17:23:14.277Z] Priming version [2021-01-19T17:23:15.103Z] Building docker-core-command-go ... [2021-01-19T17:23:15.103Z] Building docker-core-data-go ... [2021-01-19T17:23:15.103Z] Building docker-core-metadata-go ... [2021-01-19T17:23:15.103Z] Building docker-security-bootstrap-redis-go ... [2021-01-19T17:23:15.103Z] Building docker-security-proxy-setup-go ... [2021-01-19T17:23:15.103Z] Building docker-security-secretstore-setup-go ... [2021-01-19T17:23:15.103Z] Building docker-support-notifications-go ... [2021-01-19T17:23:15.103Z] Building docker-support-scheduler-go ... [2021-01-19T17:23:15.103Z] Building docker-sys-mgmt-agent-go ... [2021-01-19T17:23:15.103Z] Building docker-security-bootstrap-redis-go [2021-01-19T17:23:15.103Z] Building docker-core-metadata-go [2021-01-19T17:23:15.103Z] Building docker-core-command-go [2021-01-19T17:23:15.103Z] Building docker-security-secretstore-setup-go [2021-01-19T17:23:15.103Z] Building docker-sys-mgmt-agent-go [2021-01-19T17:23:15.219Z] 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-19T17:24:23.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:23.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:23.107Z] ---> eb4e08fa3843 [2021-01-19T17:24:23.107Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:24:23.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:23.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:23.107Z] ---> eb4e08fa3843 [2021-01-19T17:24:23.107Z] Step 3/26 : WORKDIR /edgex-go [2021-01-19T17:24:23.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:23.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:23.107Z] ---> eb4e08fa3843 [2021-01-19T17:24:23.107Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:24:23.107Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:23.107Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:23.107Z] ---> eb4e08fa3843 [2021-01-19T17:24:23.107Z] Step 3/22 : WORKDIR /edgex-go [2021-01-19T17:24:23.107Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:24:23.107Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:24:23.107Z] ---> eb4e08fa3843 [2021-01-19T17:24:23.107Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:24:24.096Z] ---> Running in b2b6a834a6fe [2021-01-19T17:24:24.096Z] ---> Running in 58a345d9ab06 [2021-01-19T17:24:24.096Z] ---> Running in 34416a6e2d0f [2021-01-19T17:24:24.096Z] ---> Running in 8af066a8ca01 [2021-01-19T17:24:24.096Z] ---> Running in ab16124e1a49 [2021-01-19T17:24:24.698Z] Removing intermediate container b2b6a834a6fe [2021-01-19T17:24:24.698Z] ---> cd9006ec0a85 [2021-01-19T17:24:24.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:24.698Z] Removing intermediate container 8af066a8ca01 [2021-01-19T17:24:24.698Z] ---> 38f8a70413d6 [2021-01-19T17:24:24.698Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:24.698Z] Removing intermediate container 58a345d9ab06 [2021-01-19T17:24:24.698Z] ---> e6656f693316 [2021-01-19T17:24:24.698Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:24.698Z] Removing intermediate container ab16124e1a49 [2021-01-19T17:24:24.698Z] ---> dd1cd0a64210 [2021-01-19T17:24:24.698Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:24.969Z] Removing intermediate container 34416a6e2d0f [2021-01-19T17:24:24.969Z] ---> 23d42c917323 [2021-01-19T17:24:24.969Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:24:24.969Z] ---> Running in 211ed0eb058e [2021-01-19T17:24:24.969Z] ---> Running in 1c6cc346434d [2021-01-19T17:24:24.969Z] ---> Running in 2ade6a78f102 [2021-01-19T17:24:25.250Z] ---> Running in 209001e3db89 [2021-01-19T17:24:25.250Z] ---> Running in 052d89598ece [2021-01-19T17:24:28.656Z] Removing intermediate container 1c6cc346434d [2021-01-19T17:24:28.656Z] ---> 05ad1f313dce [2021-01-19T17:24:28.656Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-19T17:24:28.929Z] ---> Running in a069fbf0e28d [2021-01-19T17:24:29.203Z] Removing intermediate container 211ed0eb058e [2021-01-19T17:24:29.203Z] ---> 4c0ef52f4189 [2021-01-19T17:24:29.203Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:24:29.203Z] Removing intermediate container 209001e3db89 [2021-01-19T17:24:29.203Z] ---> 7c09c5388824 [2021-01-19T17:24:29.203Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-19T17:24:29.479Z] ---> Running in 8d3cd9a3bd57 [2021-01-19T17:24:29.479Z] Removing intermediate container 2ade6a78f102 [2021-01-19T17:24:29.479Z] ---> 29faba7176fd [2021-01-19T17:24:29.479Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:24:29.753Z] ---> Running in a9d6d25aab6e [2021-01-19T17:24:29.753Z] ---> Running in 93bc4b33a0f4 [2021-01-19T17:24:30.029Z] Removing intermediate container 052d89598ece [2021-01-19T17:24:30.029Z] ---> f137310bcdb5 [2021-01-19T17:24:30.029Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-19T17:24:30.029Z] ---> Running in 2d56a7c5520f [2021-01-19T17:24:31.049Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:31.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:31.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:31.595Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:31.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:31.868Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:32.144Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:32.418Z] OK: 217 MiB in 51 packages [2021-01-19T17:24:32.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:32.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:32.690Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:24:32.970Z] OK: 217 MiB in 51 packages [2021-01-19T17:24:33.245Z] OK: 217 MiB in 51 packages [2021-01-19T17:24:33.536Z] OK: 217 MiB in 51 packages [2021-01-19T17:24:33.808Z] OK: 217 MiB in 51 packages [2021-01-19T17:24:34.085Z] Removing intermediate container a069fbf0e28d [2021-01-19T17:24:34.085Z] ---> 9f0c08e08046 [2021-01-19T17:24:34.085Z] Step 6/24 : COPY go.mod . [2021-01-19T17:24:35.065Z] Removing intermediate container 8d3cd9a3bd57 [2021-01-19T17:24:35.065Z] ---> e3733b85bc25 [2021-01-19T17:24:35.065Z] Step 6/22 : COPY go.mod . [2021-01-19T17:24:35.065Z] ---> 36cbcc2eb352 [2021-01-19T17:24:35.065Z] Step 7/24 : RUN go mod download [2021-01-19T17:24:35.065Z] Removing intermediate container a9d6d25aab6e [2021-01-19T17:24:35.066Z] ---> ed3e9f3aeab5 [2021-01-19T17:24:35.066Z] Step 6/26 : COPY go.mod . [2021-01-19T17:24:35.341Z] ---> Running in c3f83ec772f3 [2021-01-19T17:24:35.341Z] Removing intermediate container 2d56a7c5520f [2021-01-19T17:24:35.341Z] ---> 5cc6e910359c [2021-01-19T17:24:35.341Z] Step 6/22 : COPY go.mod . [2021-01-19T17:24:35.941Z] Removing intermediate container 93bc4b33a0f4 [2021-01-19T17:24:35.941Z] ---> 419948575a55 [2021-01-19T17:24:35.941Z] Step 6/22 : COPY go.mod . [2021-01-19T17:24:35.941Z] ---> 2c054e30e1b7 [2021-01-19T17:24:35.941Z] Step 7/22 : RUN go mod download [2021-01-19T17:24:36.223Z] ---> Running in ec51a68af90c [2021-01-19T17:24:36.500Z] ---> dbe182501516 [2021-01-19T17:24:36.500Z] Step 7/26 : RUN go mod download [2021-01-19T17:24:36.781Z] ---> Running in 5922da9c90cd [2021-01-19T17:24:36.781Z] ---> 400b59f0ae5e [2021-01-19T17:24:36.781Z] Step 7/22 : RUN go mod download [2021-01-19T17:24:37.059Z] ---> 8a8000fbf117 [2021-01-19T17:24:37.059Z] Step 7/22 : RUN go mod download [2021-01-19T17:24:37.059Z] ---> Running in b37721d77bd5 [2021-01-19T17:24:37.660Z] ---> Running in 4293f4fd220f [2021-01-19T17:24:39.671Z] Removing intermediate container c3f83ec772f3 [2021-01-19T17:24:39.671Z] ---> 9b6502697ab7 [2021-01-19T17:24:39.671Z] Step 8/24 : COPY . . [2021-01-19T17:24:41.115Z] Removing intermediate container ec51a68af90c [2021-01-19T17:24:41.115Z] ---> 51e60c56d33c [2021-01-19T17:24:41.115Z] Step 8/22 : COPY . . [2021-01-19T17:24:41.728Z] Removing intermediate container 5922da9c90cd [2021-01-19T17:24:41.728Z] ---> 9ee6bfe09ec6 [2021-01-19T17:24:41.728Z] Step 8/26 : COPY . . [2021-01-19T17:24:43.549Z] Removing intermediate container b37721d77bd5 [2021-01-19T17:24:43.549Z] ---> 68bb4bfe8e67 [2021-01-19T17:24:43.549Z] Step 8/22 : COPY . . [2021-01-19T17:24:43.549Z] Removing intermediate container 4293f4fd220f [2021-01-19T17:24:43.549Z] ---> 1a2ea7966dc2 [2021-01-19T17:24:43.549Z] Step 8/22 : COPY . . [2021-01-19T17:25:05.748Z] ---> 359bd6a7488c [2021-01-19T17:25:05.748Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-19T17:25:05.748Z] ---> c7bccdc519ce [2021-01-19T17:25:05.748Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-19T17:25:05.748Z] ---> e58c81e7b856 [2021-01-19T17:25:05.748Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-19T17:25:05.748Z] ---> 5ff169f00389 [2021-01-19T17:25:05.748Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-19T17:25:05.748Z] ---> 9ffd8f6fa4db [2021-01-19T17:25:05.748Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-19T17:25:06.020Z] ---> Running in 729bfe54e97f [2021-01-19T17:25:06.020Z] ---> Running in c19ab6172d59 [2021-01-19T17:25:06.020Z] ---> Running in 2b77699ad8f4 [2021-01-19T17:25:06.020Z] ---> Running in 1088fd807e18 [2021-01-19T17:25:06.020Z] ---> Running in 25ae280ce7f4 [2021-01-19T17:25:08.022Z] 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-19T17:25:08.300Z] 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-19T17:25:08.581Z] 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-19T17:25:08.860Z] 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-19T17:25:08.860Z] 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-19T17:26:30.653Z] 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-19T17:26:40.869Z] Removing intermediate container c19ab6172d59 [2021-01-19T17:26:40.869Z] ---> cc1c1a1d2659 [2021-01-19T17:26:40.869Z] [2021-01-19T17:26:40.869Z] Step 10/24 : FROM alpine:3.12 [2021-01-19T17:26:40.869Z] Removing intermediate container 729bfe54e97f [2021-01-19T17:26:40.869Z] ---> 82e0af3eda35 [2021-01-19T17:26:40.869Z] [2021-01-19T17:26:40.869Z] Step 10/22 : FROM alpine:3.12 [2021-01-19T17:26:40.869Z] 3.12: Pulling from library/alpine [2021-01-19T17:26:40.869Z] 3.12: Pulling from library/alpine [2021-01-19T17:26:42.883Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:26:42.883Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-19T17:26:42.883Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:26:42.883Z] Status: Downloaded newer image for alpine:3.12 [2021-01-19T17:26:42.883Z] ---> afeebe901d6b [2021-01-19T17:26:42.883Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:26:42.883Z] ---> afeebe901d6b [2021-01-19T17:26:42.883Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-19T17:26:44.342Z] ---> Running in 7dab1c70bced [2021-01-19T17:26:44.342Z] ---> Running in a25b0d07848f [2021-01-19T17:26:44.621Z] Removing intermediate container 25ae280ce7f4 [2021-01-19T17:26:44.621Z] ---> 6f77188345e4 [2021-01-19T17:26:44.621Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-19T17:26:44.621Z] Removing intermediate container 1088fd807e18 [2021-01-19T17:26:44.621Z] ---> ffcfff38391f [2021-01-19T17:26:44.621Z] [2021-01-19T17:26:44.621Z] Step 10/22 : FROM scratch [2021-01-19T17:26:44.907Z] ---> [2021-01-19T17:26:44.908Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:26:45.184Z] ---> Running in 1df796ae3ef3 [2021-01-19T17:26:45.184Z] ---> Running in 23f5bec056c6 [2021-01-19T17:26:45.798Z] Removing intermediate container 23f5bec056c6 [2021-01-19T17:26:45.798Z] ---> 3bfd33524c90 [2021-01-19T17:26:45.798Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-19T17:26:46.152Z] ---> Running in e76b6b54306f [2021-01-19T17:26:46.505Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:46.807Z] Removing intermediate container e76b6b54306f [2021-01-19T17:26:46.807Z] ---> 8adbae21f582 [2021-01-19T17:26:46.807Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:26:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:46.807Z] ---> Running in f0adb23a65c8 [2021-01-19T17:26:46.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:26:47.105Z] 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-19T17:26:47.759Z] Removing intermediate container f0adb23a65c8 [2021-01-19T17:26:47.759Z] ---> 4ea6022f1d8f [2021-01-19T17:26:47.759Z] Step 14/22 : WORKDIR / [2021-01-19T17:26:47.759Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:26:47.759Z] ---> Running in 63dcccf82164 [2021-01-19T17:26:47.759Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-19T17:26:48.054Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:26:48.054Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:26:48.054Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:26:48.054Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-19T17:26:48.054Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:26:48.054Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:26:48.054Z] (4/5) Installing curl (7.69.1-r3) [2021-01-19T17:26:48.054Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:26:48.054Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-19T17:26:48.054Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:26:48.054Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:26:48.054Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:26:48.405Z] OK: 7 MiB in 19 packages [2021-01-19T17:26:48.693Z] OK: 7 MiB in 19 packages [2021-01-19T17:26:48.693Z] Removing intermediate container 63dcccf82164 [2021-01-19T17:26:48.693Z] ---> 28b9b5c7d5b0 [2021-01-19T17:26:48.693Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:26:50.126Z] ---> 6bb99b4455d6 [2021-01-19T17:26:50.126Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-19T17:26:51.571Z] Removing intermediate container 7dab1c70bced [2021-01-19T17:26:51.571Z] ---> ea7c908a297d [2021-01-19T17:26:51.571Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-19T17:26:52.167Z] ---> Running in 2ca1311099db [2021-01-19T17:26:52.167Z] Removing intermediate container a25b0d07848f [2021-01-19T17:26:52.167Z] ---> 880799d09f86 [2021-01-19T17:26:52.167Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:26:52.440Z] ---> 052c040fe61b [2021-01-19T17:26:52.440Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-19T17:26:52.440Z] ---> Running in 721452ce3b96 [2021-01-19T17:26:53.035Z] Removing intermediate container 2ca1311099db [2021-01-19T17:26:53.035Z] ---> 1250cc0731ef [2021-01-19T17:26:53.035Z] Step 13/22 : WORKDIR / [2021-01-19T17:26:53.035Z] Removing intermediate container 1df796ae3ef3 [2021-01-19T17:26:53.035Z] ---> b32dfad2895f [2021-01-19T17:26:53.035Z] [2021-01-19T17:26:53.035Z] Step 11/26 : FROM docker:20.10.0 [2021-01-19T17:26:53.035Z] 20.10.0: Pulling from library/docker [2021-01-19T17:26:53.309Z] ---> Running in a9f14d26fc46 [2021-01-19T17:26:53.309Z] Removing intermediate container 721452ce3b96 [2021-01-19T17:26:53.309Z] ---> 653bf7844637 [2021-01-19T17:26:53.309Z] Step 13/24 : WORKDIR / [2021-01-19T17:26:53.912Z] ---> 4057aadf7ec3 [2021-01-19T17:26:53.912Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-19T17:26:53.912Z] ---> Running in dab44aa67c03 [2021-01-19T17:26:54.507Z] ---> Running in d34f7533040b [2021-01-19T17:26:54.782Z] Removing intermediate container a9f14d26fc46 [2021-01-19T17:26:54.782Z] ---> 2f22a75c6d09 [2021-01-19T17:26:54.782Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:26:55.056Z] Removing intermediate container d34f7533040b [2021-01-19T17:26:55.056Z] ---> 65e1df882cc0 [2021-01-19T17:26:55.056Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:26:55.057Z] Removing intermediate container dab44aa67c03 [2021-01-19T17:26:55.057Z] ---> fc49240af346 [2021-01-19T17:26:55.057Z] 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-19T17:26:55.677Z] ---> Running in aa44612b916c [2021-01-19T17:26:55.955Z] Removing intermediate container 2b77699ad8f4 [2021-01-19T17:26:55.955Z] ---> f05c9cb94def [2021-01-19T17:26:55.955Z] [2021-01-19T17:26:55.955Z] Step 10/22 : FROM scratch [2021-01-19T17:26:55.955Z] ---> [2021-01-19T17:26:55.955Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:26:56.227Z] ---> 125375052dd8 [2021-01-19T17:26:56.227Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-19T17:26:56.227Z] ---> Using cache [2021-01-19T17:26:56.227Z] ---> 3bfd33524c90 [2021-01-19T17:26:56.227Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-19T17:26:56.500Z] ---> Running in a1216075da5c [2021-01-19T17:26:56.500Z] ---> 73e284e5aaab [2021-01-19T17:26:56.500Z] 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-19T17:26:56.770Z] Removing intermediate container aa44612b916c [2021-01-19T17:26:56.770Z] ---> 07d305d5344d [2021-01-19T17:26:56.770Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:26:57.043Z] ---> Running in 6eb1f46a29bc [2021-01-19T17:26:57.043Z] Removing intermediate container a1216075da5c [2021-01-19T17:26:57.316Z] ---> a5bd5fca2f42 [2021-01-19T17:26:57.316Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-19T17:26:57.586Z] ---> Running in 593253d68664 [2021-01-19T17:26:58.177Z] ---> f5e83eb3e1bc [2021-01-19T17:26:58.177Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-19T17:26:58.177Z] ---> eaad9bd1bb2d [2021-01-19T17:26:58.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-19T17:26:58.177Z] Removing intermediate container 6eb1f46a29bc [2021-01-19T17:26:58.177Z] ---> 6fa85bae22d2 [2021-01-19T17:26:58.177Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:26:58.449Z] Removing intermediate container 593253d68664 [2021-01-19T17:26:58.449Z] ---> e73758fc69dd [2021-01-19T17:26:58.449Z] Step 14/22 : WORKDIR / [2021-01-19T17:26:58.724Z] ---> Running in 6ba9edca9710 [2021-01-19T17:26:58.724Z] ---> Running in d9689f6a30cc [2021-01-19T17:26:58.998Z] ---> e1fbb95d289c [2021-01-19T17:26:58.998Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-19T17:26:59.277Z] ---> eb73daab5f0b [2021-01-19T17:26:59.277Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-19T17:26:59.554Z] Removing intermediate container 6ba9edca9710 [2021-01-19T17:26:59.554Z] ---> e79e7705eedd [2021-01-19T17:26:59.554Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:26:59.831Z] Removing intermediate container d9689f6a30cc [2021-01-19T17:26:59.831Z] ---> f6569191086a [2021-01-19T17:26:59.831Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:27:00.131Z] ---> Running in 5df16dfa6a5d [2021-01-19T17:27:01.111Z] ---> 44f28fe46dcd [2021-01-19T17:27:01.111Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-19T17:27:01.400Z] ---> Running in 898e15ef3646 [2021-01-19T17:27:01.400Z] ---> 46891fc3192d [2021-01-19T17:27:01.400Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-19T17:27:01.400Z] Removing intermediate container 5df16dfa6a5d [2021-01-19T17:27:01.400Z] ---> fb6f48cd0713 [2021-01-19T17:27:01.400Z] [2021-01-19T17:27:01.679Z] ---> 67411f27b4bb [2021-01-19T17:27:01.679Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-19T17:27:02.286Z] Successfully built fb6f48cd0713 [2021-01-19T17:27:02.286Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-19T17:27:02.286Z] Building docker-core-data-go [2021-01-19T17:27:05.701Z]  Building docker-core-command-go ... done  ---> b7e94c07b8c9 [2021-01-19T17:27:05.701Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-19T17:27:05.701Z] ---> 3183fa174953 [2021-01-19T17:27:05.701Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:06.304Z] Removing intermediate container 898e15ef3646 [2021-01-19T17:27:06.304Z] ---> 28ca20afe99b [2021-01-19T17:27:06.304Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-19T17:27:06.899Z] ---> db56515a2a86 [2021-01-19T17:27:06.899Z] 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-19T17:27:07.186Z] ---> Running in ac502e4de74a [2021-01-19T17:27:07.186Z] ---> 4c90dcc74344 [2021-01-19T17:27:07.186Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-19T17:27:07.468Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-19T17:27:07.469Z] ---> Running in 4b9f5a32fca7 [2021-01-19T17:27:07.469Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-19T17:27:07.469Z] ---> eeaf43b92773 [2021-01-19T17:27:07.469Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-19T17:27:07.738Z] ---> Running in adf2d23bafda [2021-01-19T17:27:07.738Z] ---> Running in 2aef0382c364 [2021-01-19T17:27:08.016Z] Removing intermediate container ac502e4de74a [2021-01-19T17:27:08.016Z] ---> 5cb2b03b396f [2021-01-19T17:27:08.016Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:27:08.295Z] ---> Running in 05fa7fa8cdaf [2021-01-19T17:27:08.570Z] Removing intermediate container adf2d23bafda [2021-01-19T17:27:08.570Z] ---> a68fb28f4d8a [2021-01-19T17:27:08.570Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:27:08.848Z] ---> Running in 5be8a2b10bc2 [2021-01-19T17:27:08.848Z] Removing intermediate container 05fa7fa8cdaf [2021-01-19T17:27:08.848Z] ---> 6381e5b0bfd0 [2021-01-19T17:27:08.848Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:27:09.122Z] ---> Running in c9535fccf99b [2021-01-19T17:27:09.401Z] Removing intermediate container 5be8a2b10bc2 [2021-01-19T17:27:09.401Z] ---> dcd5fa7be9a5 [2021-01-19T17:27:09.401Z] Step 20/22 : LABEL arch=arm64 [2021-01-19T17:27:09.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:09.955Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:09.955Z] ---> Running in 377dc5675968 [2021-01-19T17:27:09.955Z] Removing intermediate container c9535fccf99b [2021-01-19T17:27:09.955Z] ---> 5efc11f842f6 [2021-01-19T17:27:09.955Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:27:10.575Z] (1/2) Installing readline (8.0.4-r0) [2021-01-19T17:27:10.575Z] (2/2) Installing bash (5.0.17-r0) [2021-01-19T17:27:10.575Z] Executing bash-5.0.17-r0.post-install [2021-01-19T17:27:10.575Z] ---> Running in e3082f5d81d1 [2021-01-19T17:27:10.575Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:10.575Z] OK: 12 MiB in 22 packages [2021-01-19T17:27:11.176Z] Removing intermediate container 377dc5675968 [2021-01-19T17:27:11.176Z] ---> 71401b15725c [2021-01-19T17:27:11.176Z] Step 21/22 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:27:11.454Z] Removing intermediate container e3082f5d81d1 [2021-01-19T17:27:11.454Z] ---> 05d0cc9a0c6f [2021-01-19T17:27:11.454Z] [2021-01-19T17:27:11.728Z] ---> Running in 3522b5fadf4f [2021-01-19T17:27:12.326Z] Removing intermediate container 4b9f5a32fca7 [2021-01-19T17:27:12.326Z] ---> cd2cb417a7d6 [2021-01-19T17:27:12.326Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-19T17:27:12.326Z] Successfully built 05d0cc9a0c6f [2021-01-19T17:27:12.599Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-19T17:27:12.599Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2021-01-19T17:27:12.873Z] ---> Running in 062638102dcd [2021-01-19T17:27:12.873Z] Removing intermediate container 3522b5fadf4f [2021-01-19T17:27:12.873Z] ---> f864b0c61609 [2021-01-19T17:27:12.873Z] Step 22/22 : LABEL version=0.0.0 [2021-01-19T17:27:12.873Z] Removing intermediate container 2aef0382c364 [2021-01-19T17:27:12.873Z] ---> bb8e2732ebce [2021-01-19T17:27:12.873Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-19T17:27:13.149Z] ---> Running in a2c9bedf8f3d [2021-01-19T17:27:13.149Z] ---> Running in 7365c7f67418 [2021-01-19T17:27:13.426Z] Removing intermediate container 062638102dcd [2021-01-19T17:27:13.426Z] ---> 587007f78af1 [2021-01-19T17:27:13.426Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:27:13.699Z] ---> Running in 486583e6b8a2 [2021-01-19T17:27:13.978Z] Removing intermediate container a2c9bedf8f3d [2021-01-19T17:27:13.978Z] ---> 2cb1f968b344 [2021-01-19T17:27:13.978Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-19T17:27:13.978Z] Removing intermediate container 7365c7f67418 [2021-01-19T17:27:13.978Z] ---> 0c20e3237827 [2021-01-19T17:27:13.978Z] [2021-01-19T17:27:14.574Z] Successfully built 0c20e3237827 [2021-01-19T17:27:14.865Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-19T17:27:14.865Z] Building docker-security-proxy-setup-go [2021-01-19T17:27:14.865Z]  Building docker-core-metadata-go ... done Removing intermediate container 486583e6b8a2 [2021-01-19T17:27:14.865Z] ---> 200d95c0d12d [2021-01-19T17:27:14.865Z] Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:27:14.865Z] ---> Running in 262b26cad35a [2021-01-19T17:27:15.136Z] ---> Running in 9a8fa3159b5d [2021-01-19T17:27:15.406Z] Removing intermediate container 262b26cad35a [2021-01-19T17:27:15.406Z] ---> 0a1c80ed7b54 [2021-01-19T17:27:15.406Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-19T17:27:15.684Z] ---> Running in 1c1d034575a8 [2021-01-19T17:27:15.684Z] Removing intermediate container 9a8fa3159b5d [2021-01-19T17:27:15.684Z] ---> 5d45097b64ab [2021-01-19T17:27:15.684Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:27:15.967Z] ---> Running in ed2de2d8005b [2021-01-19T17:27:16.567Z] Removing intermediate container 1c1d034575a8 [2021-01-19T17:27:16.567Z] ---> 5c80da57ffa9 [2021-01-19T17:27:16.567Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-19T17:27:16.840Z] Removing intermediate container ed2de2d8005b [2021-01-19T17:27:16.840Z] ---> 6444a0d97870 [2021-01-19T17:27:16.840Z] [2021-01-19T17:27:17.437Z] Successfully built 6444a0d97870 [2021-01-19T17:27:17.437Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-19T17:27:17.437Z] Building docker-support-scheduler-go [2021-01-19T17:27:18.038Z]  Building docker-security-secretstore-setup-go ... done  ---> d8837e2cf735 [2021-01-19T17:27:18.038Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-19T17:27:19.024Z] ---> 9be31c27f97b [2021-01-19T17:27:19.024Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-19T17:27:20.459Z] ---> 6d750ed064a9 [2021-01-19T17:27:20.459Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-19T17:27:21.059Z] ---> Running in 3e830bc9e710 [2021-01-19T17:27:22.041Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:22.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:22.908Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-19T17:27:22.908Z] (2/33) Installing expat (2.2.9-r1) [2021-01-19T17:27:22.908Z] (3/33) Installing libffi (3.3-r2) [2021-01-19T17:27:22.908Z] (4/33) Installing gdbm (1.13-r1) [2021-01-19T17:27:22.908Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-19T17:27:22.908Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-19T17:27:22.908Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-19T17:27:24.894Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-19T17:27:24.894Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-19T17:27:24.894Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-19T17:27:24.894Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-19T17:27:24.894Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-19T17:27:24.894Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-19T17:27:24.894Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-19T17:27:24.894Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-19T17:27:24.894Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-19T17:27:24.894Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-19T17:27:25.168Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-19T17:27:25.168Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-19T17:27:25.168Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-19T17:27:25.168Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-19T17:27:25.168Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-19T17:27:25.168Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-19T17:27:25.168Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-19T17:27:25.168Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-19T17:27:25.168Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-19T17:27:25.440Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-19T17:27:25.440Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-19T17:27:25.440Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-19T17:27:25.440Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-19T17:27:25.440Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-19T17:27:25.440Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-19T17:27:25.440Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-19T17:27:25.713Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:27:25.713Z] OK: 71 MiB in 55 packages [2021-01-19T17:27:29.119Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:27:29.119Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:27:29.119Z] ---> eb4e08fa3843 [2021-01-19T17:27:29.119Z] Step 3/23 : WORKDIR /edgex-go [2021-01-19T17:27:29.119Z] ---> Using cache [2021-01-19T17:27:29.119Z] ---> e6656f693316 [2021-01-19T17:27:29.119Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:27:29.119Z] ---> Using cache [2021-01-19T17:27:29.119Z] ---> 29faba7176fd [2021-01-19T17:27:29.119Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-19T17:27:29.724Z] ---> Running in 2e2ab7691838 [2021-01-19T17:27:31.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:32.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:32.756Z] OK: 217 MiB in 51 packages [2021-01-19T17:27:36.147Z] Removing intermediate container 2e2ab7691838 [2021-01-19T17:27:36.147Z] ---> 7d18ebb53433 [2021-01-19T17:27:36.147Z] Step 6/23 : COPY go.mod . [2021-01-19T17:27:36.147Z] Removing intermediate container 3e830bc9e710 [2021-01-19T17:27:36.147Z] ---> e33c246ae43b [2021-01-19T17:27:36.147Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-19T17:27:36.738Z] ---> Running in 752a6cead6ca [2021-01-19T17:27:37.010Z] ---> b0d2c3bb140d [2021-01-19T17:27:37.010Z] Step 7/23 : RUN go mod download [2021-01-19T17:27:37.280Z] ---> Running in 05fc41d70ce8 [2021-01-19T17:27:41.589Z] Removing intermediate container 05fc41d70ce8 [2021-01-19T17:27:41.589Z] ---> 56d8bd153908 [2021-01-19T17:27:41.589Z] Step 8/23 : COPY . . [2021-01-19T17:27:43.565Z] Collecting docker-compose==1.23.2 [2021-01-19T17:27:43.565Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-19T17:27:44.164Z] 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-19T17:27:45.141Z] Collecting docker<4.0,>=3.6.0 [2021-01-19T17:27:45.141Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-19T17:27:45.737Z] Collecting texttable<0.10,>=0.9.0 [2021-01-19T17:27:45.737Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-19T17:27:48.550Z] Collecting jsonschema<3,>=2.5.1 [2021-01-19T17:27:48.550Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-19T17:27:50.607Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-19T17:27:50.607Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-19T17:27:50.883Z] Collecting cached-property<2,>=1.2.0 [2021-01-19T17:27:51.159Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-19T17:27:51.159Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:27:51.159Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:27:51.159Z] ---> eb4e08fa3843 [2021-01-19T17:27:51.159Z] Step 3/24 : WORKDIR /edgex-go [2021-01-19T17:27:51.159Z] ---> Using cache [2021-01-19T17:27:51.159Z] ---> e6656f693316 [2021-01-19T17:27:51.159Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:27:51.159Z] ---> Using cache [2021-01-19T17:27:51.159Z] ---> 29faba7176fd [2021-01-19T17:27:51.159Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-19T17:27:52.607Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-19T17:27:52.607Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-19T17:27:53.611Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:27:53.611Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:27:53.611Z] ---> eb4e08fa3843 [2021-01-19T17:27:53.611Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> e6656f693316 [2021-01-19T17:27:53.611Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> 29faba7176fd [2021-01-19T17:27:53.611Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> 419948575a55 [2021-01-19T17:27:53.611Z] Step 6/21 : COPY go.mod . [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> 8a8000fbf117 [2021-01-19T17:27:53.611Z] Step 7/21 : RUN go mod download [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> 1a2ea7966dc2 [2021-01-19T17:27:53.611Z] Step 8/21 : COPY . . [2021-01-19T17:27:53.611Z] ---> Using cache [2021-01-19T17:27:53.611Z] ---> 359bd6a7488c [2021-01-19T17:27:53.611Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-19T17:27:53.893Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-19T17:27:53.893Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-19T17:27:53.893Z] ---> Running in e8bdd9a90961 [2021-01-19T17:27:54.162Z] ---> Running in a33479e483f9 [2021-01-19T17:27:55.141Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-19T17:27:55.141Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-19T17:27:55.141Z] ---> eb4e08fa3843 [2021-01-19T17:27:55.141Z] Step 3/21 : WORKDIR /edgex-go [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> e6656f693316 [2021-01-19T17:27:55.141Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> 29faba7176fd [2021-01-19T17:27:55.141Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> 419948575a55 [2021-01-19T17:27:55.141Z] Step 6/21 : COPY go.mod . [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> 8a8000fbf117 [2021-01-19T17:27:55.141Z] Step 7/21 : RUN go mod download [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> 1a2ea7966dc2 [2021-01-19T17:27:55.141Z] Step 8/21 : COPY . . [2021-01-19T17:27:55.141Z] ---> Using cache [2021-01-19T17:27:55.141Z] ---> 359bd6a7488c [2021-01-19T17:27:55.141Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-19T17:27:56.122Z] ---> Running in f45911840c63 [2021-01-19T17:27:56.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:56.122Z] 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-19T17:27:57.112Z] Collecting docopt<0.7,>=0.6.1 [2021-01-19T17:27:57.112Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-19T17:27:57.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:27:57.714Z] 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-19T17:27:57.993Z] OK: 217 MiB in 51 packages [2021-01-19T17:28:01.401Z] Collecting PyYAML<4,>=3.10 [2021-01-19T17:28:01.401Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-19T17:28:01.401Z] Removing intermediate container e8bdd9a90961 [2021-01-19T17:28:01.401Z] ---> 302beb80d92e [2021-01-19T17:28:01.401Z] Step 6/24 : COPY go.mod . [2021-01-19T17:28:02.859Z] ---> 74f86fd425fc [2021-01-19T17:28:02.859Z] Step 7/24 : RUN go mod download [2021-01-19T17:28:03.462Z] ---> Running in 42377970e459 [2021-01-19T17:28:04.905Z] ---> 56d889d9e104 [2021-01-19T17:28:04.905Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-19T17:28:05.189Z] ---> Running in 83d78f82afa9 [2021-01-19T17:28:06.175Z] Collecting docker-pycreds>=0.4.0 [2021-01-19T17:28:06.175Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-19T17:28:06.455Z] 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-19T17:28:06.730Z] Collecting idna<2.8,>=2.5 [2021-01-19T17:28:06.730Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-19T17:28:07.347Z] 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-19T17:28:07.626Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-19T17:28:07.626Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-19T17:28:07.900Z] 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-19T17:28:07.900Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-19T17:28:07.900Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-19T17:28:07.900Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-19T17:28:07.900Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-19T17:28:08.175Z] Removing intermediate container 42377970e459 [2021-01-19T17:28:08.175Z] ---> 91b501e268da [2021-01-19T17:28:08.175Z] Step 8/24 : COPY . . [2021-01-19T17:28:09.619Z] Installing collected packages: idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, jsonschema, cached-property, dockerpty, docopt, PyYAML, docker-compose [2021-01-19T17:28:09.619Z] Attempting uninstall: idna [2021-01-19T17:28:09.619Z] Found existing installation: idna 2.9 [2021-01-19T17:28:09.619Z] Uninstalling idna-2.9: [2021-01-19T17:28:09.619Z] Successfully uninstalled idna-2.9 [2021-01-19T17:28:10.610Z] Attempting uninstall: urllib3 [2021-01-19T17:28:10.610Z] Found existing installation: urllib3 1.25.9 [2021-01-19T17:28:10.610Z] Uninstalling urllib3-1.25.9: [2021-01-19T17:28:10.888Z] Successfully uninstalled urllib3-1.25.9 [2021-01-19T17:28:11.891Z] Attempting uninstall: requests [2021-01-19T17:28:11.891Z] Found existing installation: requests 2.23.0 [2021-01-19T17:28:11.891Z] Uninstalling requests-2.23.0: [2021-01-19T17:28:12.167Z] Successfully uninstalled requests-2.23.0 [2021-01-19T17:28:14.808Z] Running setup.py install for texttable: started [2021-01-19T17:28:18.226Z] Running setup.py install for texttable: finished with status 'done' [2021-01-19T17:28:19.233Z] Running setup.py install for dockerpty: started [2021-01-19T17:28:22.659Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-19T17:28:22.659Z] Running setup.py install for docopt: started [2021-01-19T17:28:26.054Z] ---> 2d422165f513 [2021-01-19T17:28:26.054Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-19T17:28:26.054Z] Running setup.py install for docopt: finished with status 'done' [2021-01-19T17:28:26.054Z] ---> Running in 28b8fb7bdbf8 [2021-01-19T17:28:26.054Z] Running setup.py install for PyYAML: started [2021-01-19T17:28:28.043Z] 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-19T17:28:29.484Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-19T17:28:30.469Z] 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-19T17:28:35.897Z] Removing intermediate container 752a6cead6ca [2021-01-19T17:28:35.897Z] ---> 0cc44e48c593 [2021-01-19T17:28:35.897Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-19T17:28:36.182Z] ---> Running in 937b4171309a [2021-01-19T17:28:38.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:38.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:28:39.189Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:28:39.189Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-19T17:28:39.189Z] (3/3) Installing curl (7.69.1-r3) [2021-01-19T17:28:39.189Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:28:39.189Z] OK: 71 MiB in 58 packages [2021-01-19T17:28:41.180Z] Removing intermediate container 937b4171309a [2021-01-19T17:28:41.180Z] ---> 9bc758cbdb20 [2021-01-19T17:28:41.180Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-19T17:28:41.458Z] ---> Running in 8a4a30939a2d [2021-01-19T17:28:42.096Z] Removing intermediate container 8a4a30939a2d [2021-01-19T17:28:42.096Z] ---> a48d867169ee [2021-01-19T17:28:42.096Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:28:42.373Z] ---> Running in 1880fec50440 [2021-01-19T17:28:42.981Z] Removing intermediate container 1880fec50440 [2021-01-19T17:28:42.981Z] ---> 30a6451b26c4 [2021-01-19T17:28:42.981Z] Step 24/26 : LABEL arch=arm64 [2021-01-19T17:28:43.255Z] ---> Running in e338e709f84e [2021-01-19T17:28:43.855Z] Removing intermediate container e338e709f84e [2021-01-19T17:28:43.855Z] ---> ef68bd1349d3 [2021-01-19T17:28:43.855Z] Step 25/26 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:28:44.128Z] ---> Running in 987e4c37990b [2021-01-19T17:28:44.735Z] Removing intermediate container 987e4c37990b [2021-01-19T17:28:44.735Z] ---> c6ef53b1991e [2021-01-19T17:28:44.735Z] Step 26/26 : LABEL version=0.0.0 [2021-01-19T17:28:45.010Z] ---> Running in 4135a2a97ee1 [2021-01-19T17:28:45.625Z] Removing intermediate container 4135a2a97ee1 [2021-01-19T17:28:45.625Z] ---> b472929bf7b8 [2021-01-19T17:28:45.625Z] [2021-01-19T17:28:46.223Z] Successfully built b472929bf7b8 [2021-01-19T17:28:46.224Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-19T17:29:08.402Z]  Building docker-sys-mgmt-agent-go ... done 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-19T17:29:26.894Z] Removing intermediate container a33479e483f9 [2021-01-19T17:29:26.894Z] ---> 3967d20abccf [2021-01-19T17:29:26.894Z] [2021-01-19T17:29:26.894Z] Step 10/21 : FROM alpine:3.12 [2021-01-19T17:29:26.894Z] ---> afeebe901d6b [2021-01-19T17:29:26.894Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-19T17:29:26.894Z] ---> Running in 7b05a7140037 [2021-01-19T17:29:27.504Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:27.780Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:29:28.384Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-19T17:29:28.384Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-19T17:29:28.384Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-19T17:29:28.384Z] (4/4) Installing curl (7.69.1-r3) [2021-01-19T17:29:28.384Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:29:28.662Z] Executing ca-certificates-20191127-r4.trigger [2021-01-19T17:29:28.967Z] OK: 7 MiB in 18 packages [2021-01-19T17:29:29.972Z] Removing intermediate container f45911840c63 [2021-01-19T17:29:29.972Z] ---> 08dac328298e [2021-01-19T17:29:29.972Z] [2021-01-19T17:29:29.972Z] Step 10/21 : FROM scratch [2021-01-19T17:29:29.972Z] ---> [2021-01-19T17:29:29.972Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:29:29.972Z] ---> Using cache [2021-01-19T17:29:29.972Z] ---> 3bfd33524c90 [2021-01-19T17:29:29.972Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-19T17:29:30.255Z] ---> Running in 663d45120767 [2021-01-19T17:29:31.250Z] Removing intermediate container 663d45120767 [2021-01-19T17:29:31.250Z] ---> 72fc0441a720 [2021-01-19T17:29:31.250Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-19T17:29:31.250Z] ---> Running in 2d1b45c7ea82 [2021-01-19T17:29:31.530Z] Removing intermediate container 7b05a7140037 [2021-01-19T17:29:31.530Z] ---> ac9de98f5802 [2021-01-19T17:29:31.530Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-19T17:29:31.809Z] ---> Running in 059c87ed7f2d [2021-01-19T17:29:32.099Z] Removing intermediate container 2d1b45c7ea82 [2021-01-19T17:29:32.099Z] ---> d4fa236c68a9 [2021-01-19T17:29:32.099Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:29:32.705Z] Removing intermediate container 059c87ed7f2d [2021-01-19T17:29:32.705Z] ---> 4ae28ad816e3 [2021-01-19T17:29:32.705Z] Step 13/21 : WORKDIR /edgex [2021-01-19T17:29:32.983Z] ---> Running in 38782a07db22 [2021-01-19T17:29:33.593Z] ---> eb539f082e7f [2021-01-19T17:29:33.593Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-19T17:29:33.867Z] Removing intermediate container 38782a07db22 [2021-01-19T17:29:33.867Z] ---> a3e64788a377 [2021-01-19T17:29:33.867Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-19T17:29:35.313Z] ---> 5a83e5578a9b [2021-01-19T17:29:35.313Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-19T17:29:35.601Z] ---> 660ce5272be9 [2021-01-19T17:29:35.601Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-19T17:29:37.610Z] ---> 4e3307a0e274 [2021-01-19T17:29:37.610Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-19T17:29:37.610Z] ---> ee934105ae7f [2021-01-19T17:29:37.610Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-19T17:29:37.610Z] ---> Running in cde4871ca437 [2021-01-19T17:29:38.605Z] Removing intermediate container cde4871ca437 [2021-01-19T17:29:38.605Z] ---> 0561c6b76c6c [2021-01-19T17:29:38.605Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:29:38.886Z] ---> Running in d1e9b2ff32f4 [2021-01-19T17:29:39.182Z] ---> f95808c434da [2021-01-19T17:29:39.182Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-19T17:29:39.461Z] ---> Running in bf392416b93f [2021-01-19T17:29:39.737Z] Removing intermediate container d1e9b2ff32f4 [2021-01-19T17:29:39.737Z] ---> 4fe4163c2dd8 [2021-01-19T17:29:39.737Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:29:40.015Z] ---> Running in e327c5935a5d [2021-01-19T17:29:40.292Z] Removing intermediate container bf392416b93f [2021-01-19T17:29:40.292Z] ---> 5bfc96157eeb [2021-01-19T17:29:40.292Z] Step 18/21 : CMD ["--init=true"] [2021-01-19T17:29:40.292Z] ---> Running in 281f5429786e [2021-01-19T17:29:40.569Z] Removing intermediate container e327c5935a5d [2021-01-19T17:29:40.569Z] ---> 7ee53127e659 [2021-01-19T17:29:40.569Z] Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:29:40.850Z] ---> Running in 375c5da7b5e2 [2021-01-19T17:29:41.128Z] Removing intermediate container 281f5429786e [2021-01-19T17:29:41.128Z] ---> 4a8ce1f7cfc8 [2021-01-19T17:29:41.128Z] Step 19/21 : LABEL arch=arm64 [2021-01-19T17:29:41.421Z] ---> Running in 20f216c9d618 [2021-01-19T17:29:41.421Z] Removing intermediate container 375c5da7b5e2 [2021-01-19T17:29:41.421Z] ---> 588f99c5c5e6 [2021-01-19T17:29:41.421Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:29:41.699Z] ---> Running in 9d935b8ddb37 [2021-01-19T17:29:41.977Z] Removing intermediate container 20f216c9d618 [2021-01-19T17:29:41.977Z] ---> 10f13ac8c579 [2021-01-19T17:29:41.977Z] Step 20/21 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:29:42.256Z] ---> Running in 1300a6439dfc [2021-01-19T17:29:42.536Z] Removing intermediate container 9d935b8ddb37 [2021-01-19T17:29:42.536Z] ---> bf4c4ec74c87 [2021-01-19T17:29:42.536Z] [2021-01-19T17:29:42.815Z] Successfully built bf4c4ec74c87 [2021-01-19T17:29:43.093Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-19T17:29:43.094Z]  Building docker-support-scheduler-go ... done Removing intermediate container 1300a6439dfc [2021-01-19T17:29:43.094Z] ---> ed99beba74fc [2021-01-19T17:29:43.094Z] Step 21/21 : LABEL version=0.0.0 [2021-01-19T17:29:43.373Z] ---> Running in b29f2e3f5dd2 [2021-01-19T17:29:43.971Z] Removing intermediate container b29f2e3f5dd2 [2021-01-19T17:29:43.971Z] ---> 2433d199ad96 [2021-01-19T17:29:43.971Z] [2021-01-19T17:29:44.560Z] Successfully built 2433d199ad96 [2021-01-19T17:29:44.560Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-19T17:29:45.990Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 28b8fb7bdbf8 [2021-01-19T17:29:45.990Z] ---> 5a1e74f253f4 [2021-01-19T17:29:45.990Z] [2021-01-19T17:29:45.990Z] Step 10/24 : FROM scratch [2021-01-19T17:29:45.990Z] ---> [2021-01-19T17:29:45.990Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-19T17:29:45.990Z] ---> Running in f1f43efc0668 [2021-01-19T17:29:46.979Z] Removing intermediate container f1f43efc0668 [2021-01-19T17:29:46.979Z] ---> 04a2e838352b [2021-01-19T17:29:46.979Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-19T17:29:46.979Z] ---> Running in 703bd31c1441 [2021-01-19T17:29:47.584Z] Removing intermediate container 703bd31c1441 [2021-01-19T17:29:47.584Z] ---> bf351be43a57 [2021-01-19T17:29:47.584Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-19T17:29:47.865Z] ---> Running in e586adf0924e [2021-01-19T17:29:48.138Z] Removing intermediate container e586adf0924e [2021-01-19T17:29:48.138Z] ---> 6ab32b7f9c6a [2021-01-19T17:29:48.138Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-19T17:29:49.134Z] ---> 9857cf4c2971 [2021-01-19T17:29:49.134Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-19T17:29:50.122Z] ---> 1015d32f70e4 [2021-01-19T17:29:50.122Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-19T17:29:51.112Z] ---> 00bff8e008e4 [2021-01-19T17:29:51.112Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:29:52.081Z] ---> 39b8ae37d1b4 [2021-01-19T17:29:52.082Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-19T17:29:53.510Z] ---> 13418cb011b7 [2021-01-19T17:29:53.510Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-19T17:29:54.488Z] ---> 06ae497d31bf [2021-01-19T17:29:54.488Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-19T17:29:54.488Z] ---> Running in 23801be6bb21 [2021-01-19T17:29:54.759Z] Removing intermediate container 83d78f82afa9 [2021-01-19T17:29:54.759Z] ---> 79c547901830 [2021-01-19T17:29:54.759Z] [2021-01-19T17:29:54.759Z] Step 10/23 : FROM alpine:3.12 [2021-01-19T17:29:54.759Z] ---> afeebe901d6b [2021-01-19T17:29:54.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-19T17:29:55.037Z] ---> Running in 9a3e9b5e500b [2021-01-19T17:29:55.037Z] Removing intermediate container 23801be6bb21 [2021-01-19T17:29:55.037Z] ---> c052a0fc2f7e [2021-01-19T17:29:55.037Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:29:55.309Z] ---> Running in ef8f02e380b4 [2021-01-19T17:29:55.582Z] Removing intermediate container 9a3e9b5e500b [2021-01-19T17:29:55.582Z] ---> 3d059fb39e8d [2021-01-19T17:29:55.582Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-19T17:29:55.582Z] ---> Running in 09b78873cd65 [2021-01-19T17:29:55.860Z] Removing intermediate container ef8f02e380b4 [2021-01-19T17:29:55.860Z] ---> 79671477a035 [2021-01-19T17:29:55.860Z] Step 22/24 : LABEL arch=arm64 [2021-01-19T17:29:55.860Z] ---> Running in 0b1270b868b7 [2021-01-19T17:29:56.134Z] Removing intermediate container 09b78873cd65 [2021-01-19T17:29:56.134Z] ---> 1ad7230ba562 [2021-01-19T17:29:56.134Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-19T17:29:56.134Z] ---> Running in b1bc0e82cb62 [2021-01-19T17:29:56.422Z] Removing intermediate container 0b1270b868b7 [2021-01-19T17:29:56.422Z] ---> f9db8ba3be70 [2021-01-19T17:29:56.422Z] Step 23/24 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:29:56.697Z] ---> Running in 21e257614317 [2021-01-19T17:29:56.697Z] Removing intermediate container b1bc0e82cb62 [2021-01-19T17:29:56.697Z] ---> 12d6c0750849 [2021-01-19T17:29:56.697Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-19T17:29:56.986Z] ---> Running in a169e1aa27ca [2021-01-19T17:29:57.257Z] Removing intermediate container 21e257614317 [2021-01-19T17:29:57.257Z] ---> 3fce3016a1d3 [2021-01-19T17:29:57.257Z] Step 24/24 : LABEL version=0.0.0 [2021-01-19T17:29:57.546Z] ---> Running in 15c5bba385ae [2021-01-19T17:29:57.819Z] Removing intermediate container 15c5bba385ae [2021-01-19T17:29:57.819Z] ---> b8db7f71d2e4 [2021-01-19T17:29:57.819Z] [2021-01-19T17:29:58.421Z] Successfully built b8db7f71d2e4 [2021-01-19T17:29:58.421Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-19T17:29:59.404Z]  Building docker-support-notifications-go ... done Removing intermediate container a169e1aa27ca [2021-01-19T17:29:59.404Z] ---> 7bf2d88ca9ec [2021-01-19T17:29:59.404Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-19T17:29:59.404Z] ---> Running in 5d8b862dded5 [2021-01-19T17:30:00.846Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:01.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-19T17:30:02.039Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-19T17:30:02.318Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-19T17:30:02.318Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-19T17:30:02.613Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-19T17:30:02.892Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-19T17:30:02.892Z] Executing busybox-1.31.1-r19.trigger [2021-01-19T17:30:02.892Z] OK: 8 MiB in 19 packages [2021-01-19T17:30:04.331Z] Removing intermediate container 5d8b862dded5 [2021-01-19T17:30:04.331Z] ---> 6ee3963dc506 [2021-01-19T17:30:04.331Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-19T17:30:04.924Z] ---> d8da4d57a560 [2021-01-19T17:30:04.924Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-19T17:30:06.356Z] ---> d3b06987efdc [2021-01-19T17:30:06.356Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-19T17:30:06.957Z] ---> d491c7cc6444 [2021-01-19T17:30:06.957Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-19T17:30:06.957Z] ---> Running in 93b61a170d1a [2021-01-19T17:30:07.557Z] Removing intermediate container 93b61a170d1a [2021-01-19T17:30:07.557Z] ---> 866340e1530e [2021-01-19T17:30:07.557Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-19T17:30:07.557Z] ---> Running in 0f451bc436ed [2021-01-19T17:30:08.164Z] Removing intermediate container 0f451bc436ed [2021-01-19T17:30:08.164Z] ---> b6c9b3db318f [2021-01-19T17:30:08.164Z] Step 21/23 : LABEL arch=arm64 [2021-01-19T17:30:08.444Z] ---> Running in 5465a803b5f0 [2021-01-19T17:30:08.730Z] Removing intermediate container 5465a803b5f0 [2021-01-19T17:30:08.730Z] ---> 0264acdf28a0 [2021-01-19T17:30:08.730Z] Step 22/23 : LABEL git_sha=bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [2021-01-19T17:30:09.004Z] ---> Running in 900a7ad2f572 [2021-01-19T17:30:09.279Z] Removing intermediate container 900a7ad2f572 [2021-01-19T17:30:09.279Z] ---> 905a4b46322c [2021-01-19T17:30:09.279Z] Step 23/23 : LABEL version=0.0.0 [2021-01-19T17:30:09.552Z] ---> Running in a05654fea75a [2021-01-19T17:30:10.148Z] Removing intermediate container a05654fea75a [2021-01-19T17:30:10.148Z] ---> a02682ddb91c [2021-01-19T17:30:10.148Z] [2021-01-19T17:30:10.426Z] Successfully built a02682ddb91c [2021-01-19T17:30:10.426Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-19T17:30:10.719Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-19T17:30:10.726Z] $ docker stop --time=1 a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 [2021-01-19T17:30:12.702Z] $ docker rm -f a6ceca9e74d5f75430c8d46cc600987a8e1a8ffd94ab4204d476d12e20b98279 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-19T17:30:13.368Z] + docker images [2021-01-19T17:30:13.368Z] + grep docker [2021-01-19T17:30:13.639Z] docker-core-data-go-arm64 latest a02682ddb91c 4 seconds ago 21MB [2021-01-19T17:30:13.639Z] docker-support-notifications-go-arm64 latest b8db7f71d2e4 16 seconds ago 11.4MB [2021-01-19T17:30:13.639Z] docker-security-proxy-setup-go-arm64 latest 2433d199ad96 30 seconds ago 23.2MB [2021-01-19T17:30:13.639Z] docker-support-scheduler-go-arm64 latest bf4c4ec74c87 31 seconds ago 10MB [2021-01-19T17:30:13.639Z] docker-sys-mgmt-agent-go-arm64 latest b472929bf7b8 About a minute ago 300MB [2021-01-19T17:30:13.639Z] docker-security-secretstore-setup-go-arm64 latest 6444a0d97870 2 minutes ago 23.4MB [2021-01-19T17:30:13.639Z] docker-core-metadata-go-arm64 latest 0c20e3237827 3 minutes ago 12.3MB [2021-01-19T17:30:13.639Z] docker-security-bootstrap-redis-go-arm64 latest 05d0cc9a0c6f 3 minutes ago 15.1MB [2021-01-19T17:30:13.639Z] docker-core-command-go-arm64 latest fb6f48cd0713 3 minutes ago 9.98MB [2021-01-19T17:30:13.639Z] docker 20.10.0 eeaf43b92773 5 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-19T17:30:15.306Z] provisioning config files... [2021-01-19T17:30:15.322Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/10@tmp/config9142064431409659397tmp [Pipeline] { [Pipeline] sh [2021-01-19T17:30:15.699Z] + set +x [2021-01-19T17:30:15.699Z] + curl -s https://codecov.io/bash [2021-01-19T17:30:15.699Z] + bash -s -- [2021-01-19T17:30:15.963Z] [2021-01-19T17:30:15.963Z] _____ _ [2021-01-19T17:30:15.963Z] / ____| | | [2021-01-19T17:30:15.963Z] | | ___ __| | ___ ___ _____ __ [2021-01-19T17:30:15.963Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-19T17:30:15.963Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-19T17:30:15.963Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-19T17:30:15.963Z] Bash-20210115-cec3c92 [2021-01-19T17:30:15.963Z] [2021-01-19T17:30:15.963Z] [2021-01-19T17:30:15.963Z] ==> git version 2.24.3 found [2021-01-19T17:30:15.963Z] ==> 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-19T17:30:15.963Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-19T17:30:15.963Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-19T17:30:15.963Z] ==> Jenkins CI detected. [2021-01-19T17:30:15.963Z] project root: . [2021-01-19T17:30:15.963Z] --> token set from env [2021-01-19T17:30:16.226Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-19T17:30:16.226Z] ==> Running gcov in . (disable via -X gcov) [2021-01-19T17:30:16.226Z] ==> Python coveragepy not found [2021-01-19T17:30:16.226Z] ==> Searching for coverage reports in: [2021-01-19T17:30:16.226Z] + . [2021-01-19T17:30:16.226Z] -> Found 1 reports [2021-01-19T17:30:16.226Z] ==> Detecting git/mercurial file structure [2021-01-19T17:30:16.226Z] ==> Reading reports [2021-01-19T17:30:16.226Z] + ./coverage.out bytes=550280 [2021-01-19T17:30:16.226Z] ==> Appending adjustments [2021-01-19T17:30:16.226Z] https://docs.codecov.io/docs/fixing-reports [2021-01-19T17:30:19.539Z] + Found adjustments [2021-01-19T17:30:19.539Z] ==> Gzipping contents [2021-01-19T17:30:19.539Z] 84K /tmp/codecov.exou6a.gz [2021-01-19T17:30:19.539Z] ==> Uploading reports [2021-01-19T17:30:19.539Z] url: https://codecov.io [2021-01-19T17:30:19.539Z] query: branch=PR-3027&commit=bfa6a58f8926f2bd31488a3be92923c4164c0bd6&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-19T17:30:19.539Z] -> Pinging Codecov [2021-01-19T17:30:19.539Z] https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-3027&commit=bfa6a58f8926f2bd31488a3be92923c4164c0bd6&build=10&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3027%2F10%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3027&job=&cmd_args= [2021-01-19T17:30:19.801Z] -> Uploading to [2021-01-19T17:30:19.801Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-19/00271124DB129430A58F1EEE437C3FCB/bfa6a58f8926f2bd31488a3be92923c4164c0bd6/032bd675-9113-4dec-8bdf-268854289715.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210119T173019Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=3e870e821c93bfd5a7b1268af99641e3d280907b79c649a42aafacab7411535e [2021-01-19T17:30:19.801Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-19T17:30:19.801Z] Dload Upload Total Spent Left Speed [2021-01-19T17:30:20.324Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83276 0 0 100 83276 0 166k --:--:-- --:--:-- --:--:-- 166k [2021-01-19T17:30:20.324Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/bfa6a58f8926f2bd31488a3be92923c4164c0bd6 [Pipeline] } [2021-01-19T17:30:20.333Z] 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-19T17:30:22.321Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:23.208Z] ---> package-listing.sh [2021-01-19T17:30:23.208Z] ++ facter osfamily [2021-01-19T17:30:23.208Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-19T17:30:23.208Z] + OS_FAMILY=redhat [2021-01-19T17:30:23.208Z] + workspace=/w/workspace/edgex-go/10 [2021-01-19T17:30:23.208Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-19T17:30:23.208Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-19T17:30:23.208Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-19T17:30:23.208Z] + PACKAGES=/tmp/packages_start.txt [2021-01-19T17:30:23.208Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-19T17:30:23.208Z] + PACKAGES=/tmp/packages_end.txt [2021-01-19T17:30:23.208Z] + case "${OS_FAMILY}" in [2021-01-19T17:30:23.208Z] + rpm -qa [2021-01-19T17:30:23.208Z] + sort [2021-01-19T17:30:28.511Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-19T17:30:28.511Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-19T17:30:28.511Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-19T17:30:28.511Z] + '[' /w/workspace/edgex-go/10 ']' [2021-01-19T17:30:28.511Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2021-01-19T17:30:28.511Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2021-01-19T17:30:28.524Z] 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-19T17:30:28.810Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:30:29.112Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:30:29.112Z] [2021-01-19T17:30:29.112Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-19T17:30:29.479Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:30:29.479Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-19T17:30:29.479Z] df20fa9351a1: Pulling fs layer [2021-01-19T17:30:29.479Z] 36b3adc4ff6f: Pulling fs layer [2021-01-19T17:30:29.479Z] 8ad3a11d3b57: Pulling fs layer [2021-01-19T17:30:29.479Z] 46f8f816bc3b: Pulling fs layer [2021-01-19T17:30:29.479Z] 93b61091891f: Pulling fs layer [2021-01-19T17:30:29.479Z] 93b9cdb0e59b: Pulling fs layer [2021-01-19T17:30:29.479Z] 5e14af77c1be: Pulling fs layer [2021-01-19T17:30:29.479Z] 01666e4c0597: Pulling fs layer [2021-01-19T17:30:29.479Z] aa168da1d23b: Pulling fs layer [2021-01-19T17:30:29.479Z] 5e14af77c1be: Waiting [2021-01-19T17:30:29.479Z] 93b61091891f: Waiting [2021-01-19T17:30:29.479Z] 01666e4c0597: Waiting [2021-01-19T17:30:29.479Z] 93b9cdb0e59b: Waiting [2021-01-19T17:30:29.479Z] 46f8f816bc3b: Waiting [2021-01-19T17:30:29.479Z] aa168da1d23b: Waiting [2021-01-19T17:30:29.479Z] 36b3adc4ff6f: Download complete [2021-01-19T17:30:29.479Z] 46f8f816bc3b: Verifying Checksum [2021-01-19T17:30:29.479Z] 46f8f816bc3b: Download complete [2021-01-19T17:30:29.479Z] df20fa9351a1: Verifying Checksum [2021-01-19T17:30:29.479Z] df20fa9351a1: Download complete [2021-01-19T17:30:29.741Z] 93b61091891f: Download complete [2021-01-19T17:30:29.741Z] 5e14af77c1be: Verifying Checksum [2021-01-19T17:30:29.741Z] 5e14af77c1be: Download complete [2021-01-19T17:30:29.741Z] 01666e4c0597: Verifying Checksum [2021-01-19T17:30:29.741Z] 01666e4c0597: Download complete [2021-01-19T17:30:29.741Z] 8ad3a11d3b57: Verifying Checksum [2021-01-19T17:30:29.741Z] 8ad3a11d3b57: Download complete [2021-01-19T17:30:30.003Z] df20fa9351a1: Pull complete [2021-01-19T17:30:30.003Z] 93b9cdb0e59b: Verifying Checksum [2021-01-19T17:30:30.003Z] 93b9cdb0e59b: Download complete [2021-01-19T17:30:30.003Z] 36b3adc4ff6f: Pull complete [2021-01-19T17:30:30.960Z] 8ad3a11d3b57: Pull complete [2021-01-19T17:30:31.535Z] aa168da1d23b: Verifying Checksum [2021-01-19T17:30:31.535Z] aa168da1d23b: Download complete [2021-01-19T17:30:32.112Z] 46f8f816bc3b: Pull complete [2021-01-19T17:30:33.504Z] 93b61091891f: Pull complete [2021-01-19T17:30:33.504Z] 93b9cdb0e59b: Pull complete [2021-01-19T17:30:33.504Z] 5e14af77c1be: Pull complete [2021-01-19T17:30:33.766Z] 01666e4c0597: Pull complete [2021-01-19T17:30:41.935Z] aa168da1d23b: Pull complete [2021-01-19T17:30:41.935Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-19T17:30:43.319Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-19T17:30:43.319Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-19T17:30:43.479Z] prd-centos7-docker-4c-2g-21230 does not seem to be running inside a container [2021-01-19T17:30:43.525Z] $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-19T17:30:46.078Z] $ docker top 63a829453b157f0873e3d81a84296674a3ac1514b0a8566ebdf9aaadf67130d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-19T17:30:46.667Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-19T17:30:46.986Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-19T17:30:47.280Z] + ls /var/log/sa-host [2021-01-19T17:30:47.280Z] + sadf -c /var/log/sa-host/sa19 [2021-01-19T17:30:47.280Z] file_magic: OK [2021-01-19T17:30:47.280Z] HZ: Using current value: 100 [2021-01-19T17:30:47.280Z] file_header: OK [2021-01-19T17:30:47.280Z] 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-19T17:30:47.280Z] Statistics: [2021-01-19T17:30:47.280Z] 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...Hnuu...uuuununununu... [2021-01-19T17:30:47.280Z] File successfully converted to sysstat format version 12.2.1 [2021-01-19T17:30:47.280Z] + sadf -c /var/log/sa-host/sa23 [2021-01-19T17:30:47.280Z] file_magic: OK [2021-01-19T17:30:47.280Z] HZ: Using current value: 100 [2021-01-19T17:30:47.280Z] file_header: OK [2021-01-19T17:30:47.280Z] 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-19T17:30:47.280Z] Statistics: [2021-01-19T17:30:47.280Z] Hnuu...uuuununununu... [2021-01-19T17:30:47.280Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-19T17:30:47.483Z] provisioning config files... [2021-01-19T17:30:47.496Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config7442615644235905598tmp [Pipeline] { [Pipeline] echo [2021-01-19T17:30:47.577Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:47.874Z] ---> create-netrc.sh [Pipeline] } [2021-01-19T17:30:47.884Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-19T17:30:47.972Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:48.267Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-19T17:30:48.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:48.572Z] ---> sudo-logs.sh [2021-01-19T17:30:48.572Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-19T17:30:48.582Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:48.875Z] ---> job-cost.sh [2021-01-19T17:30:48.875Z] lf-activate-venv: SKIPPING [2021-01-19T17:30:48.875Z] INFO: No Stack... [2021-01-19T17:30:49.819Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-19T17:30:50.393Z] INFO: Archiving Costs [Pipeline] echo [2021-01-19T17:30:50.407Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-19T17:30:50.700Z] ---> logs-deploy.sh [2021-01-19T17:30:50.700Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3027/10 [2021-01-19T17:30:50.700Z] INFO: archiving workspace using pattern(s): [2021-01-19T17:30:52.617Z] Archives upload complete. [2021-01-19T17:30:52.617Z] INFO: archiving logs to Nexus