Pull request #3215 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 191f7d1831594804951f64ff5fb62e04ec87ee0f+946bdc4e4624d1e8f78bf1321ff0db3f71cf286c (9ab851b3119d777bb684e27bda512c64aeb0f097) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28560 in /w/workspace/edgexfoundry_edgex-go_PR-3215 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3215/head:refs/remotes/origin/PR-3215 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c into PR head commit 191f7d1831594804951f64ff5fb62e04ec87ee0f Merge succeeded, producing 191f7d1831594804951f64ff5fb62e04ec87ee0f Checking out Revision 191f7d1831594804951f64ff5fb62e04ec87ee0f (PR-3215) > git config core.sparsecheckout # timeout=10 > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # 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 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # timeout=10 Commit message: "feat(security): Add sentinel file config and also address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk 88047cbc75510c4c02cec7fc05a2c3834ab5aff5 # timeout=10 [Pipeline] timeout [2021-03-04T22:00:19.170Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-04T22:00:19.485Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-04T22:00:19.589Z] ========================================================= [2021-03-04T22:00:19.589Z] EdgeX Global Pipelines Version Info [2021-03-04T22:00:19.589Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:00:21.134Z] ------------------- [2021-03-04T22:00:21.134Z] stable info: [2021-03-04T22:00:21.134Z] ------------------- [2021-03-04T22:00:21.134Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-04T22:00:21.134Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T22:00:21.134Z] Message: update stable to v1.0.184 [2021-03-04T22:00:22.082Z] ------------------- [2021-03-04T22:00:22.082Z] experimental info: [2021-03-04T22:00:22.082Z] ------------------- [2021-03-04T22:00:22.082Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-04T22:00:22.083Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-04T22:00:22.083Z] Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-04T22:00:22.375Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-04T22:00:22.467Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-04T22:00:22.575Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-04T22:00:22.670Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-04T22:00:22.777Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-03-04T22:00:22.889Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-04T22:00:23.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-04T22:00:23.124Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-04T22:00:23.230Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-04T22:00:23.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-04T22:00:23.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-04T22:00:23.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-04T22:00:23.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-04T22:00:23.731Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-04T22:00:23.835Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T22:00:23.936Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-03-04T22:00:24.087Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-04T22:00:24.177Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-04T22:00:24.267Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-04T22:00:24.379Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-04T22:00:24.469Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-04T22:00:24.593Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-04T22:00:24.680Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3215 [Pipeline] echo [2021-03-04T22:00:24.768Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3215 [Pipeline] echo [2021-03-04T22:00:24.852Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3215 [Pipeline] echo [2021-03-04T22:00:24.963Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 191f7d1831594804951f64ff5fb62e04ec87ee0f [Pipeline] echo [2021-03-04T22:00:25.060Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 191f7d1 [Pipeline] echo [2021-03-04T22:00:25.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T22:00:25.336Z] provisioning config files... [2021-03-04T22:00:25.370Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config959492046815766193tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:00:25.738Z] ---> docker-login.sh [2021-03-04T22:00:25.738Z] nexus3.edgexfoundry.org:10001 [2021-03-04T22:00:26.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:00:26.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:00:26.265Z] Configure a credential helper to remove this warning. See [2021-03-04T22:00:26.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:00:26.265Z] [2021-03-04T22:00:26.265Z] Login Succeeded [2021-03-04T22:00:26.265Z] nexus3.edgexfoundry.org:10002 [2021-03-04T22:00:26.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:00:26.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:00:26.536Z] Configure a credential helper to remove this warning. See [2021-03-04T22:00:26.536Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:00:26.536Z] [2021-03-04T22:00:26.536Z] Login Succeeded [2021-03-04T22:00:26.536Z] nexus3.edgexfoundry.org:10003 [2021-03-04T22:00:26.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:00:26.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:00:26.798Z] Configure a credential helper to remove this warning. See [2021-03-04T22:00:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:00:26.798Z] [2021-03-04T22:00:26.798Z] Login Succeeded [2021-03-04T22:00:26.798Z] nexus3.edgexfoundry.org:10004 [2021-03-04T22:00:26.798Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:00:26.798Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:00:26.798Z] Configure a credential helper to remove this warning. See [2021-03-04T22:00:26.798Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:00:26.798Z] [2021-03-04T22:00:26.798Z] Login Succeeded [2021-03-04T22:00:26.798Z] docker.io [2021-03-04T22:00:27.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:00:27.324Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:00:27.324Z] Configure a credential helper to remove this warning. See [2021-03-04T22:00:27.324Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:00:27.324Z] [2021-03-04T22:00:27.324Z] Login Succeeded [2021-03-04T22:00:27.324Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T22:00:27.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T22:00:27.799Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/core-command/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/core-data/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-04T22:00:27.799Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-04T22:00:27.799Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-04T22:00:27.799Z] ++ cut -d/ -f2 [2021-03-04T22:00:27.799Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-04T22:00:27.876Z] 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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-03-04T22:00:29.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:00:29.469Z] [2021-03-04T22:00:29.469Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:00:29.829Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:00:29.829Z] latest: Pulling from edgex-devops/git-semver [2021-03-04T22:00:29.829Z] 31603596830f: Pulling fs layer [2021-03-04T22:00:29.829Z] 2a8b12db71e7: Pulling fs layer [2021-03-04T22:00:29.829Z] 6ca5941a6612: Pulling fs layer [2021-03-04T22:00:29.829Z] ecc8261a40a4: Pulling fs layer [2021-03-04T22:00:29.829Z] ecc8261a40a4: Waiting [2021-03-04T22:00:29.829Z] 2a8b12db71e7: Verifying Checksum [2021-03-04T22:00:29.829Z] 2a8b12db71e7: Download complete [2021-03-04T22:00:29.829Z] 31603596830f: Verifying Checksum [2021-03-04T22:00:29.829Z] 31603596830f: Download complete [2021-03-04T22:00:30.102Z] ecc8261a40a4: Verifying Checksum [2021-03-04T22:00:30.102Z] ecc8261a40a4: Download complete [2021-03-04T22:00:30.102Z] 6ca5941a6612: Verifying Checksum [2021-03-04T22:00:30.102Z] 6ca5941a6612: Download complete [2021-03-04T22:00:30.371Z] 31603596830f: Pull complete [2021-03-04T22:00:30.637Z] 2a8b12db71e7: Pull complete [2021-03-04T22:00:31.213Z] 6ca5941a6612: Pull complete [2021-03-04T22:00:31.477Z] ecc8261a40a4: Pull complete [2021-03-04T22:00:31.477Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-04T22:00:31.477Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-04T22:00:31.477Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-04T22:00:31.590Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:00:31.650Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-04T22:00:34.301Z] $ docker top 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-04T22:00:34.695Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T22:00:34.695Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T22:00:34.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T22:00:34.971Z] $ docker exec 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 ssh-agent [2021-03-04T22:00:35.151Z] SSH_AUTH_SOCK=/tmp/ssh-Dy9pQ48sYaWU/agent.11 [2021-03-04T22:00:35.151Z] SSH_AGENT_PID=16 [2021-03-04T22:00:35.165Z] Running ssh-add (command line suppressed) [2021-03-04T22:00:35.301Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3647722820283462314.key (/w/workspace/edgex-go/7@tmp/private_key_3647722820283462314.key) [2021-03-04T22:00:35.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T22:00:35.692Z] + git tag --points-at HEAD [Pipeline] } [2021-03-04T22:00:35.720Z] $ docker exec --env ******** --env ******** 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 ssh-agent -k [2021-03-04T22:00:35.849Z] unset SSH_AUTH_SOCK; [2021-03-04T22:00:35.850Z] unset SSH_AGENT_PID; [2021-03-04T22:00:35.850Z] echo Agent pid 16 killed; [2021-03-04T22:00:35.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-04T22:00:36.071Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-04T22:00:36.071Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-04T22:00:36.253Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-04T22:00:36.261Z] $ docker exec 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 ssh-agent [2021-03-04T22:00:36.447Z] SSH_AUTH_SOCK=/tmp/ssh-YZAc7Yq2IC6v/agent.45 [2021-03-04T22:00:36.447Z] SSH_AGENT_PID=50 [2021-03-04T22:00:36.455Z] Running ssh-add (command line suppressed) [2021-03-04T22:00:36.594Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_3978784162292177227.key (/w/workspace/edgex-go/7@tmp/private_key_3978784162292177227.key) [2021-03-04T22:00:36.646Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-04T22:00:36.978Z] + git semver init [2021-03-04T22:00:36.978Z] # -> Open(): unable to determine branch for HEAD [2021-03-04T22:00:36.978Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2021-03-04T22:00:36.978Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2021-03-04T22:00:36.978Z] # $SEMVER_REMOTE_NAME = origin [2021-03-04T22:00:36.978Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-04T22:00:36.978Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-04T22:00:36.978Z] # $SEMVER_BRANCH = PR-3215 [2021-03-04T22:00:36.978Z] # $SEMVER_TEMP = /tmp/semver-732376125 [2021-03-04T22:00:36.979Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-04T22:00:55.263Z] # '/tmp/semver-732376125' -> '/w/workspace/edgex-go/7/.semver' [2021-03-04T22:00:55.843Z] # -> Force: false [2021-03-04T22:00:55.844Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2021-03-04T22:00:55.865Z] $ docker exec --env ******** --env ******** 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 ssh-agent -k [2021-03-04T22:00:56.143Z] unset SSH_AUTH_SOCK; [2021-03-04T22:00:56.144Z] unset SSH_AGENT_PID; [2021-03-04T22:00:56.144Z] echo Agent pid 50 killed; [2021-03-04T22:00:56.258Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-04T22:00:56.821Z] + git semver [Pipeline] } [2021-03-04T22:00:56.846Z] $ docker stop --time=1 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 [2021-03-04T22:00:58.487Z] $ docker rm -f 7880473612e2056d8b6a6508144f3ddbae36bc22a1e9598ab193ccc33254e4e8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T22:00:59.003Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-04T22:00:59.542Z] Stashed 1 file(s) [Pipeline] echo [2021-03-04T22:00:59.545Z] [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-03-04T22:01:00.433Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:01:00.735Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:01:01.034Z] + sudo service docker restart [2021-03-04T22:01:01.034Z] + true [2021-03-04T22:01:01.034Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-04T22:01:01.630Z] ========================================================= [2021-03-04T22:01:01.630Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-04T22:01:01.630Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:01:01.988Z] + 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-03-04T22:01:06.246Z] Sending build context to Docker daemon 328.4MB [2021-03-04T22:01:06.246Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T22:01:06.246Z] Step 2/6 : FROM ${BASE} [2021-03-04T22:01:06.246Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-04T22:01:06.246Z] 188c0c94c7c5: Pulling fs layer [2021-03-04T22:01:06.246Z] 0ef7d3d256c8: Pulling fs layer [2021-03-04T22:01:06.246Z] de9db76c5a1d: Pulling fs layer [2021-03-04T22:01:06.246Z] bca2f99d35d6: Pulling fs layer [2021-03-04T22:01:06.246Z] 93359f2a8cfa: Pulling fs layer [2021-03-04T22:01:06.246Z] 7c6f9722023f: Pulling fs layer [2021-03-04T22:01:06.246Z] a35cf1a2eb13: Pulling fs layer [2021-03-04T22:01:06.246Z] 93359f2a8cfa: Waiting [2021-03-04T22:01:06.246Z] 7c6f9722023f: Waiting [2021-03-04T22:01:06.246Z] a35cf1a2eb13: Waiting [2021-03-04T22:01:06.246Z] bca2f99d35d6: Waiting [2021-03-04T22:01:06.246Z] de9db76c5a1d: Verifying Checksum [2021-03-04T22:01:06.246Z] de9db76c5a1d: Download complete [2021-03-04T22:01:06.246Z] 0ef7d3d256c8: Verifying Checksum [2021-03-04T22:01:06.246Z] 0ef7d3d256c8: Download complete [2021-03-04T22:01:06.246Z] 93359f2a8cfa: Verifying Checksum [2021-03-04T22:01:06.246Z] 93359f2a8cfa: Download complete [2021-03-04T22:01:06.246Z] 7c6f9722023f: Verifying Checksum [2021-03-04T22:01:06.246Z] 7c6f9722023f: Download complete [2021-03-04T22:01:06.246Z] 188c0c94c7c5: Download complete [2021-03-04T22:01:06.246Z] 188c0c94c7c5: Pull complete [2021-03-04T22:01:06.514Z] 0ef7d3d256c8: Pull complete [2021-03-04T22:01:07.917Z] a35cf1a2eb13: Verifying Checksum [2021-03-04T22:01:07.917Z] a35cf1a2eb13: Download complete [2021-03-04T22:01:07.917Z] de9db76c5a1d: Pull complete [2021-03-04T22:01:08.494Z] bca2f99d35d6: Verifying Checksum [2021-03-04T22:01:08.494Z] bca2f99d35d6: Download complete [2021-03-04T22:01:14.920Z] Still waiting to schedule task [2021-03-04T22:01:14.920Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-03-04T22:01:15.142Z] bca2f99d35d6: Pull complete [2021-03-04T22:01:15.142Z] 93359f2a8cfa: Pull complete [2021-03-04T22:01:15.142Z] 7c6f9722023f: Pull complete [2021-03-04T22:01:19.388Z] a35cf1a2eb13: Pull complete [2021-03-04T22:01:19.388Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-04T22:01:19.388Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-04T22:01:19.388Z] ---> a62c8e92a672 [2021-03-04T22:01:19.388Z] 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-03-04T22:01:19.388Z] ---> Running in ca3a66317738 [2021-03-04T22:01:19.986Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:01:20.956Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:01:21.532Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T22:01:21.532Z] (2/12) Installing file (5.38-r0) [2021-03-04T22:01:21.796Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T22:01:21.796Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T22:01:26.041Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T22:01:26.041Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T22:01:26.041Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T22:01:26.041Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T22:01:26.041Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T22:01:26.041Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T22:01:26.041Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T22:01:26.041Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T22:01:26.041Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:01:26.041Z] OK: 233 MiB in 51 packages [2021-03-04T22:01:30.266Z] Removing intermediate container ca3a66317738 [2021-03-04T22:01:30.266Z] ---> 69ebd5b5d3b8 [2021-03-04T22:01:30.266Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T22:01:30.266Z] ---> Running in 41d45019f066 [2021-03-04T22:01:30.266Z] Removing intermediate container 41d45019f066 [2021-03-04T22:01:30.266Z] ---> 268033081931 [2021-03-04T22:01:30.266Z] Step 5/6 : COPY go.mod . [2021-03-04T22:01:30.266Z] ---> 45630f42c7eb [2021-03-04T22:01:30.266Z] Step 6/6 : RUN go mod download [2021-03-04T22:01:30.266Z] ---> Running in b4d5594ceb67 [2021-03-04T22:01:56.904Z] Removing intermediate container b4d5594ceb67 [2021-03-04T22:01:56.904Z] ---> 62dd7601d83a [2021-03-04T22:01:56.904Z] Successfully built 62dd7601d83a [2021-03-04T22:01:56.904Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:01:57.222Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T22:01:57.222Z] . [Pipeline] withDockerContainer [2021-03-04T22:01:57.331Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:01:57.385Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T22:01:58.378Z] $ docker top 6889bedd5a6edccece44698e436825565152336809ac160bf12ec64511060bbe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:01:58.957Z] + go version [2021-03-04T22:01:58.957Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-04T22:01:58.972Z] $ docker stop --time=1 6889bedd5a6edccece44698e436825565152336809ac160bf12ec64511060bbe [2021-03-04T22:02:00.366Z] $ docker rm -f 6889bedd5a6edccece44698e436825565152336809ac160bf12ec64511060bbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:02:01.227Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-04T22:02:01.227Z] . [Pipeline] withDockerContainer [2021-03-04T22:02:01.342Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:02:01.417Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-04T22:02:02.155Z] $ docker top 68d992a2fd559668d64ce10f6353c1d24f6328873e1f63e6832cd90f5cc3f954 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T22:02:02.351Z] ========================================================= [2021-03-04T22:02:02.351Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T22:02:02.351Z] ========================================================= [Pipeline] sh [2021-03-04T22:02:02.645Z] + make test [2021-03-04T22:02:02.646Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T22:02:12.716Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T22:02:30.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T22:02:35.219Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T22:02:35.219Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T22:02:35.219Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T22:02:37.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T22:02:37.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T22:02:37.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T22:02:37.815Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T22:02:38.798Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T22:02:38.798Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T22:02:41.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T22:02:41.428Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T22:02:41.428Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T22:02:44.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.126s coverage: 45.9% of statements [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T22:02:44.044Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T22:02:44.044Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.100s coverage: 100.0% of statements [2021-03-04T22:02:47.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.252s coverage: 27.1% of statements [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T22:02:47.448Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.044s coverage: 100.0% of statements [2021-03-04T22:02:47.448Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T22:02:47.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements [2021-03-04T22:02:47.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T22:02:47.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T22:02:47.449Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.122s coverage: 66.2% of statements [2021-03-04T22:02:47.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T22:02:47.449Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T22:02:47.727Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.468s coverage: 82.4% of statements [2021-03-04T22:02:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T22:02:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:02:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T22:02:47.727Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T22:02:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.378s coverage: 28.6% of statements [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T22:02:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.075s coverage: 100.0% of statements [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T22:02:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T22:02:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.122s coverage: 86.7% of statements [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T22:02:49.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-03-04T22:02:49.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T22:02:50.648Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.103s coverage: 78.3% of statements [2021-03-04T22:02:50.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T22:02:50.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T22:02:50.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T22:02:50.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.469s coverage: 92.8% of statements [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.131s coverage: 0.1% of statements [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T22:02:53.565Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.037s coverage: 94.1% of statements [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.072s coverage: 96.3% of statements [2021-03-04T22:02:53.565Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-03-04T22:03:05.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements [2021-03-04T22:03:05.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2021-03-04T22:03:05.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.070s coverage: 81.4% of statements [2021-03-04T22:03:10.733Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-28561 in /w/workspace/edgexfoundry_edgex-go_PR-3215 [Pipeline] { [Pipeline] ws [2021-03-04T22:03:10.799Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [2021-03-04T22:03:16.069Z] using credential edgex-jenkins-ssh [2021-03-04T22:03:16.129Z] Cloning the remote Git repository [2021-03-04T22:03:16.183Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:03:16.289Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-04T22:03:16.356Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:03:16.356Z] > git --version # timeout=10 [2021-03-04T22:03:16.374Z] > git --version # 'git version 2.17.1' [2021-03-04T22:03:16.375Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:03:16.444Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.077s coverage: 92.9% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.042s coverage: 87.2% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.061s coverage: 75.5% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.064s coverage: 87.2% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.6% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 62.4% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.031s coverage: 73.7% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.350s coverage: 69.1% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.129s coverage: 38.4% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.156s coverage: 88.5% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.772s coverage: 29.1% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.087s coverage: 95.6% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.043s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T22:03:18.167Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements [2021-03-04T22:03:18.167Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-03-04T22:03:18.167Z] GO111MODULE=on go vet ./... [2021-03-04T22:03:30.924Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:03:30.939Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:03:30.969Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:03:31.009Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:03:31.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:03:31.019Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3215/head:refs/remotes/origin/PR-3215 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T22:03:31.808Z] Merging remotes/origin/master commit 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c into PR head commit 191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:03:32.324Z] Merge succeeded, producing 191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:03:32.325Z] Checking out Revision 191f7d1831594804951f64ff5fb62e04ec87ee0f (PR-3215) [2021-03-04T22:03:31.842Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T22:03:31.870Z] > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # timeout=10 [2021-03-04T22:03:32.201Z] > git remote # timeout=10 [2021-03-04T22:03:32.221Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T22:03:32.247Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:03:32.258Z] > git merge 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c # timeout=10 [2021-03-04T22:03:32.281Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T22:03:32.346Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T22:03:32.373Z] > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # timeout=10 [2021-03-04T22:03:36.846Z] Commit message: "feat(security): Add sentinel file config and also address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-03-04T22:03:38.462Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:03:38.869Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-04T22:03:39.212Z] + true [2021-03-04T22:03:39.212Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-03-04T22:03:41.319Z] provisioning config files... [2021-03-04T22:03:41.364Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config1381893230963422476tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:03:41.787Z] ---> docker-login.sh [2021-03-04T22:03:41.787Z] nexus3.edgexfoundry.org:10001 [2021-03-04T22:03:42.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:03:43.050Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:03:43.050Z] Configure a credential helper to remove this warning. See [2021-03-04T22:03:43.050Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:03:43.050Z] [2021-03-04T22:03:43.050Z] Login Succeeded [2021-03-04T22:03:43.050Z] nexus3.edgexfoundry.org:10002 [2021-03-04T22:03:43.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:03:43.603Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:03:43.603Z] Configure a credential helper to remove this warning. See [2021-03-04T22:03:43.603Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:03:43.603Z] [2021-03-04T22:03:43.603Z] Login Succeeded [2021-03-04T22:03:43.603Z] nexus3.edgexfoundry.org:10003 [2021-03-04T22:03:43.879Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:03:44.158Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:03:44.158Z] Configure a credential helper to remove this warning. See [2021-03-04T22:03:44.158Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:03:44.158Z] [2021-03-04T22:03:44.158Z] Login Succeeded [2021-03-04T22:03:44.158Z] nexus3.edgexfoundry.org:10004 [2021-03-04T22:03:44.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:03:44.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:03:44.708Z] Configure a credential helper to remove this warning. See [2021-03-04T22:03:44.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:03:44.708Z] [2021-03-04T22:03:44.708Z] Login Succeeded [2021-03-04T22:03:44.708Z] docker.io [2021-03-04T22:03:44.917Z] gofmt -l . [2021-03-04T22:03:44.979Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-03-04T22:03:45.180Z] [ "`gofmt -l .`" = "" ] [2021-03-04T22:03:45.253Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-03-04T22:03:45.253Z] Configure a credential helper to remove this warning. See [2021-03-04T22:03:45.253Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-03-04T22:03:45.253Z] [2021-03-04T22:03:45.253Z] Login Succeeded [2021-03-04T22:03:45.253Z] ---> docker-login.sh ends [Pipeline] } [2021-03-04T22:03:45.271Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-03-04T22:03:45.709Z] ========================================================= [2021-03-04T22:03:45.709Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-03-04T22:03:45.709Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:03:46.096Z] + 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-03-04T22:03:46.140Z] ./bin/test-go-mod-tidy.sh [2021-03-04T22:03:46.406Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T22:03:47.673Z] + ls -al . [2021-03-04T22:03:47.673Z] total 728 [2021-03-04T22:03:47.673Z] drwxrwxr-x 10 1001 1001 4096 Mar 4 22:03 . [2021-03-04T22:03:47.673Z] drwxr-xr-x 4 root root 28 Mar 4 22:02 .. [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 22:00 .dockerignore [2021-03-04T22:03:47.673Z] drwxrwxr-x 8 1001 1001 179 Mar 4 22:00 .git [2021-03-04T22:03:47.673Z] drwxrwxr-x 3 1001 1001 125 Mar 4 22:00 .github [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 22:00 .gitignore [2021-03-04T22:03:47.673Z] drwx------ 3 1001 1001 60 Mar 4 22:00 .semver [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 22:00 .sonarcloud.properties [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 22:00 Attribution.txt [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 22:00 CONTRIBUTING.md [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 22:00 Dockerfile.build [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 22:00 Jenkinsfile [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 22:00 LICENSE [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 22:00 Makefile [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 22:00 README.md [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 22:00 SECURITY.md [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 22:00 VERSION [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 22:00 ZMQWindows.md [2021-03-04T22:03:47.673Z] drwxrwxr-x 2 1001 1001 117 Mar 4 22:00 bin [2021-03-04T22:03:47.673Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 22:00 cmd [2021-03-04T22:03:47.673Z] -rw-r--r-- 1 root root 618155 Mar 4 22:03 coverage.out [2021-03-04T22:03:47.673Z] -rw-r--r-- 1 root root 1055 Mar 4 22:03 go.mod [2021-03-04T22:03:47.673Z] -rw-r--r-- 1 root root 21699 Mar 4 22:03 go.sum [2021-03-04T22:03:47.673Z] drwxrwxr-x 8 1001 1001 127 Mar 4 22:00 internal [2021-03-04T22:03:47.673Z] drwxrwxr-x 4 1001 1001 26 Mar 4 22:00 openapi [2021-03-04T22:03:47.673Z] drwxrwxr-x 4 1001 1001 71 Mar 4 22:00 snap [2021-03-04T22:03:47.673Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 22:00 version.go [Pipeline] sh [2021-03-04T22:03:47.978Z] + '[' -e coverage.out ] [2021-03-04T22:03:47.978Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T22:03:48.204Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T22:03:48.511Z] + make build [2021-03-04T22:03:48.511Z] 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-03-04T22:03:48.719Z] Sending build context to Docker daemon 166.7MB [2021-03-04T22:03:48.719Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-04T22:03:48.719Z] Step 2/6 : FROM ${BASE} [2021-03-04T22:03:48.719Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-03-04T22:03:48.719Z] 5f621e34cdf4: Pulling fs layer [2021-03-04T22:03:48.719Z] a4357932f1b6: Pulling fs layer [2021-03-04T22:03:48.719Z] 18c013af1878: Pulling fs layer [2021-03-04T22:03:48.719Z] 00ac8860ef70: Pulling fs layer [2021-03-04T22:03:48.719Z] 63d7cb157983: Pulling fs layer [2021-03-04T22:03:48.719Z] b116817d02f9: Pulling fs layer [2021-03-04T22:03:48.719Z] 745a02a5169b: Pulling fs layer [2021-03-04T22:03:48.719Z] 63d7cb157983: Waiting [2021-03-04T22:03:48.719Z] b116817d02f9: Waiting [2021-03-04T22:03:48.719Z] 745a02a5169b: Waiting [2021-03-04T22:03:48.719Z] 00ac8860ef70: Waiting [2021-03-04T22:03:48.719Z] 18c013af1878: Verifying Checksum [2021-03-04T22:03:48.719Z] 18c013af1878: Download complete [2021-03-04T22:03:48.719Z] a4357932f1b6: Verifying Checksum [2021-03-04T22:03:48.719Z] a4357932f1b6: Download complete [2021-03-04T22:03:48.719Z] 63d7cb157983: Verifying Checksum [2021-03-04T22:03:48.719Z] 63d7cb157983: Download complete [2021-03-04T22:03:49.319Z] b116817d02f9: Verifying Checksum [2021-03-04T22:03:49.319Z] b116817d02f9: Download complete [2021-03-04T22:03:49.319Z] 5f621e34cdf4: Verifying Checksum [2021-03-04T22:03:49.319Z] 5f621e34cdf4: Download complete [2021-03-04T22:03:49.918Z] 5f621e34cdf4: Pull complete [2021-03-04T22:03:50.515Z] a4357932f1b6: Pull complete [2021-03-04T22:03:50.788Z] 18c013af1878: Pull complete [2021-03-04T22:03:51.767Z] 745a02a5169b: Verifying Checksum [2021-03-04T22:03:51.767Z] 745a02a5169b: Download complete [2021-03-04T22:03:52.756Z] 00ac8860ef70: Verifying Checksum [2021-03-04T22:03:52.756Z] 00ac8860ef70: Download complete [2021-03-04T22:03:53.824Z] 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-03-04T22:04:02.062Z] 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-03-04T22:04:02.913Z] 00ac8860ef70: Pull complete [2021-03-04T22:04:03.008Z] 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-03-04T22:04:03.192Z] 63d7cb157983: Pull complete [2021-03-04T22:04:03.466Z] b116817d02f9: Pull complete [2021-03-04T22:04:04.958Z] 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-03-04T22:04:05.222Z] 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-03-04T22:04:06.869Z] 745a02a5169b: Pull complete [2021-03-04T22:04:07.145Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-03-04T22:04:07.145Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-03-04T22:04:07.145Z] ---> b7e6874047d6 [2021-03-04T22:04:07.145Z] 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-03-04T22:04:07.161Z] 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-03-04T22:04:09.089Z] 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-03-04T22:04:10.040Z] 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-03-04T22:04:10.563Z] ---> Running in 0ccb53a0e26e [2021-03-04T22:04:11.440Z] 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-03-04T22:04:11.598Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:04:12.196Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:04:12.397Z] 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-03-04T22:04:12.791Z] (1/12) Installing libmagic (5.38-r0) [2021-03-04T22:04:13.064Z] (2/12) Installing file (5.38-r0) [2021-03-04T22:04:13.064Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-04T22:04:13.336Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-04T22:04:13.788Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-04T22:04:15.759Z] $ docker stop --time=1 68d992a2fd559668d64ce10f6353c1d24f6328873e1f63e6832cd90f5cc3f954 [2021-03-04T22:04:17.633Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-04T22:04:17.633Z] (6/12) Installing patch (2.7.6-r6) [2021-03-04T22:04:17.633Z] (7/12) Installing build-base (0.5-r2) [2021-03-04T22:04:17.633Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-04T22:04:17.633Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-04T22:04:17.633Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-04T22:04:17.633Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-04T22:04:17.633Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-04T22:04:17.633Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:04:17.633Z] OK: 217 MiB in 51 packages [2021-03-04T22:04:17.929Z] $ docker rm -f 68d992a2fd559668d64ce10f6353c1d24f6328873e1f63e6832cd90f5cc3f954 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:04:21.713Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T22:04:21.713Z] [2021-03-04T22:04:21.713Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:04:21.943Z] Removing intermediate container 0ccb53a0e26e [2021-03-04T22:04:21.943Z] ---> 08004a026726 [2021-03-04T22:04:21.943Z] Step 4/6 : WORKDIR /edgex-go [2021-03-04T22:04:21.943Z] ---> Running in aa9efc84c3dc [2021-03-04T22:04:22.078Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T22:04:22.078Z] latest: Pulling from edgex-devops/edgex-compose [2021-03-04T22:04:22.078Z] cbdbe7a5bc2a: Pulling fs layer [2021-03-04T22:04:22.078Z] ca9280d653b3: Pulling fs layer [2021-03-04T22:04:22.078Z] 7e9c9ca2126c: Pulling fs layer [2021-03-04T22:04:22.215Z] Removing intermediate container aa9efc84c3dc [2021-03-04T22:04:22.215Z] ---> 825b87e2a3b8 [2021-03-04T22:04:22.215Z] Step 5/6 : COPY go.mod . [2021-03-04T22:04:22.342Z] cbdbe7a5bc2a: Verifying Checksum [2021-03-04T22:04:22.343Z] cbdbe7a5bc2a: Download complete [2021-03-04T22:04:22.608Z] ca9280d653b3: Verifying Checksum [2021-03-04T22:04:22.608Z] ca9280d653b3: Download complete [2021-03-04T22:04:22.608Z] cbdbe7a5bc2a: Pull complete [2021-03-04T22:04:22.809Z] ---> 6b92865b9bca [2021-03-04T22:04:22.810Z] Step 6/6 : RUN go mod download [2021-03-04T22:04:23.084Z] ---> Running in b965ac7ad94b [2021-03-04T22:04:23.573Z] 7e9c9ca2126c: Verifying Checksum [2021-03-04T22:04:23.573Z] 7e9c9ca2126c: Download complete [2021-03-04T22:04:24.147Z] ca9280d653b3: Pull complete [2021-03-04T22:04:32.335Z] 7e9c9ca2126c: Pull complete [2021-03-04T22:04:32.335Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-03-04T22:04:32.335Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T22:04:32.335Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-03-04T22:04:32.501Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:04:32.552Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T22:04:35.681Z] $ docker top 970c842729623e4d9d7ebc8a6be1d61f90b615187b60e01551f402c0a55265f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:04:36.319Z] + docker-compose build --help [2021-03-04T22:04:36.319Z] + grep parallel [2021-03-04T22:04:37.270Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T22:04:37.550Z] $ docker stop --time=1 970c842729623e4d9d7ebc8a6be1d61f90b615187b60e01551f402c0a55265f4 [2021-03-04T22:04:38.974Z] $ docker rm -f 970c842729623e4d9d7ebc8a6be1d61f90b615187b60e01551f402c0a55265f4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:04:39.640Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-03-04T22:04:39.640Z] . [Pipeline] withDockerContainer [2021-03-04T22:04:39.752Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:04:39.806Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-03-04T22:04:40.534Z] $ docker top 144549c85d4185b7284ba1b6df95eaa100402e37fa501418b4a1c6de477e5543 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:04:41.221Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T22:04:42.258Z] Building docker-core-command-go ... [2021-03-04T22:04:42.258Z] Building docker-core-data-go ... [2021-03-04T22:04:42.258Z] Building docker-core-metadata-go ... [2021-03-04T22:04:42.258Z] Building docker-security-bootstrapper-go ... [2021-03-04T22:04:42.258Z] Building docker-security-proxy-setup-go ... [2021-03-04T22:04:42.258Z] Building docker-security-secretstore-setup-go ... [2021-03-04T22:04:42.258Z] Building docker-support-notifications-go ... [2021-03-04T22:04:42.258Z] Building docker-support-scheduler-go ... [2021-03-04T22:04:42.258Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T22:04:42.258Z] Building docker-support-notifications-go [2021-03-04T22:04:42.258Z] Building docker-core-command-go [2021-03-04T22:04:42.258Z] Building docker-security-proxy-setup-go [2021-03-04T22:04:42.258Z] Building docker-core-metadata-go [2021-03-04T22:04:42.258Z] Building docker-security-bootstrapper-go [2021-03-04T22:04:50.005Z] Removing intermediate container b965ac7ad94b [2021-03-04T22:04:50.005Z] ---> 8254ed559405 [2021-03-04T22:04:50.005Z] Successfully built 8254ed559405 [2021-03-04T22:04:50.005Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:04:50.385Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T22:04:50.385Z] . [Pipeline] withDockerContainer [2021-03-04T22:04:50.632Z] prd-ubuntu18.04-docker-arm64-4c-16g-28561 does not seem to be running inside a container [2021-03-04T22:04:50.750Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T22:04:52.261Z] $ docker top 4ea8f4c1b7cea4443fe8051d9988365e1b4510c5ff025ad2ebf7db3f85176a3f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:04:53.260Z] + go version [2021-03-04T22:04:53.260Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-03-04T22:04:53.312Z] $ docker stop --time=1 4ea8f4c1b7cea4443fe8051d9988365e1b4510c5ff025ad2ebf7db3f85176a3f [2021-03-04T22:04:55.234Z] $ docker rm -f 4ea8f4c1b7cea4443fe8051d9988365e1b4510c5ff025ad2ebf7db3f85176a3f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:04:56.204Z] + docker inspect -f . ci-base-image-arm64 [2021-03-04T22:04:56.204Z] . [Pipeline] withDockerContainer [2021-03-04T22:04:56.492Z] prd-ubuntu18.04-docker-arm64-4c-16g-28561 does not seem to be running inside a container [2021-03-04T22:04:56.601Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-03-04T22:04:58.060Z] $ docker top 687c9d8dd95f3d1c9de32c31a47e712805e4c65707741d7fed841143c00f305d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-04T22:04:58.416Z] ========================================================= [2021-03-04T22:04:58.416Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-04T22:04:58.416Z] ========================================================= [Pipeline] sh [2021-03-04T22:04:59.065Z] + make test [2021-03-04T22:04:59.065Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-04T22:05:21.302Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:05:21.303Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:05:21.303Z] ---> 62dd7601d83a [2021-03-04T22:05:21.303Z] Step 3/31 : WORKDIR /edgex-go [2021-03-04T22:05:21.303Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:05:21.303Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:05:21.303Z] ---> 62dd7601d83a [2021-03-04T22:05:21.303Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T22:05:21.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:05:21.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:05:21.303Z] ---> 62dd7601d83a [2021-03-04T22:05:21.303Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:05:21.303Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:05:21.303Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:05:21.303Z] ---> 62dd7601d83a [2021-03-04T22:05:21.303Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:05:21.303Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:05:21.303Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:05:21.303Z] ---> 62dd7601d83a [2021-03-04T22:05:21.303Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:05:21.303Z] ---> Running in 458ffae6b442 [2021-03-04T22:05:21.303Z] ---> Running in 033ee126b67f [2021-03-04T22:05:21.303Z] ---> Running in 27adf67c648f [2021-03-04T22:05:21.303Z] ---> Running in 6fdc1a20ace6 [2021-03-04T22:05:21.303Z] ---> Running in 6e7887658cb3 [2021-03-04T22:05:21.303Z] Removing intermediate container 458ffae6b442 [2021-03-04T22:05:21.303Z] ---> 1a1664d52bbe [2021-03-04T22:05:21.303Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:05:21.303Z] Removing intermediate container 27adf67c648f [2021-03-04T22:05:21.303Z] ---> a99ee41c6a0f [2021-03-04T22:05:21.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:05:21.303Z] Removing intermediate container 033ee126b67f [2021-03-04T22:05:21.303Z] ---> c20faee646c2 [2021-03-04T22:05:21.303Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:05:21.303Z] Removing intermediate container 6e7887658cb3 [2021-03-04T22:05:21.303Z] ---> a71557080100 [2021-03-04T22:05:21.303Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:05:21.303Z] Removing intermediate container 6fdc1a20ace6 [2021-03-04T22:05:21.303Z] ---> b436659322b0 [2021-03-04T22:05:21.303Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:05:21.303Z] ---> Running in ea231416f0d2 [2021-03-04T22:05:21.303Z] ---> Running in 169c280003ff [2021-03-04T22:05:21.303Z] ---> Running in 5cf6ba3b1e30 [2021-03-04T22:05:21.303Z] ---> Running in 39bad7199c23 [2021-03-04T22:05:21.303Z] ---> Running in 94603373b99a [2021-03-04T22:05:21.569Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-04T22:05:21.891Z] Removing intermediate container 94603373b99a [2021-03-04T22:05:21.891Z] ---> 46e5d9d474a9 [2021-03-04T22:05:21.891Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T22:05:22.156Z] Removing intermediate container 169c280003ff [2021-03-04T22:05:22.156Z] ---> 72258d4c04ca [2021-03-04T22:05:22.156Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-04T22:05:22.156Z] ---> Running in 805f7e96695c [2021-03-04T22:05:22.156Z] Removing intermediate container 5cf6ba3b1e30 [2021-03-04T22:05:22.156Z] ---> 23df27ace7ac [2021-03-04T22:05:22.156Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T22:05:22.423Z] ---> Running in b3c1feb35b02 [2021-03-04T22:05:22.423Z] Removing intermediate container 39bad7199c23 [2021-03-04T22:05:22.423Z] ---> 11dec052cf1a [2021-03-04T22:05:22.423Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T22:05:22.423Z] ---> Running in c0ccfadeadc9 [2021-03-04T22:05:22.687Z] Removing intermediate container ea231416f0d2 [2021-03-04T22:05:22.687Z] ---> 0aea6eedbcfe [2021-03-04T22:05:22.687Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T22:05:22.687Z] ---> Running in 42de072a1b53 [2021-03-04T22:05:22.687Z] ---> Running in 9dfc56c72b99 [2021-03-04T22:05:23.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:23.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.219Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:24.752Z] OK: 233 MiB in 51 packages [2021-03-04T22:05:24.752Z] OK: 233 MiB in 51 packages [2021-03-04T22:05:24.752Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:25.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:25.017Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:05:25.280Z] OK: 233 MiB in 51 packages [2021-03-04T22:05:25.564Z] Removing intermediate container 805f7e96695c [2021-03-04T22:05:25.564Z] ---> fc2553e693ec [2021-03-04T22:05:25.564Z] Step 6/23 : COPY go.mod . [2021-03-04T22:05:25.564Z] Removing intermediate container b3c1feb35b02 [2021-03-04T22:05:25.564Z] ---> c5bfb22cb91a [2021-03-04T22:05:25.564Z] Step 6/31 : COPY go.mod . [2021-03-04T22:05:25.564Z] OK: 233 MiB in 51 packages [2021-03-04T22:05:25.564Z] OK: 233 MiB in 51 packages [2021-03-04T22:05:26.150Z] Removing intermediate container c0ccfadeadc9 [2021-03-04T22:05:26.150Z] ---> e2d52789e0a1 [2021-03-04T22:05:26.150Z] Step 6/23 : COPY go.mod . [2021-03-04T22:05:26.150Z] ---> 9c6676c3c503 [2021-03-04T22:05:26.150Z] Step 7/23 : RUN go mod download [2021-03-04T22:05:26.150Z] ---> d2a85dc151f4 [2021-03-04T22:05:26.150Z] Step 7/31 : RUN go mod download [2021-03-04T22:05:26.150Z] ---> Running in c168f13d15b4 [2021-03-04T22:05:26.150Z] ---> Running in bd58c7309b3d [2021-03-04T22:05:26.413Z] ---> fd757befac7c [2021-03-04T22:05:26.413Z] Step 7/23 : RUN go mod download [2021-03-04T22:05:26.413Z] Removing intermediate container 9dfc56c72b99 [2021-03-04T22:05:26.413Z] ---> 37cc7bf4ebc2 [2021-03-04T22:05:26.413Z] Step 6/21 : COPY go.mod . [2021-03-04T22:05:26.678Z] ---> Running in a3ccf94bf6b1 [2021-03-04T22:05:26.678Z] Removing intermediate container 42de072a1b53 [2021-03-04T22:05:26.678Z] ---> c3b454e681c2 [2021-03-04T22:05:26.678Z] Step 6/22 : COPY go.mod . [2021-03-04T22:05:26.953Z] ---> f104aeaed5e6 [2021-03-04T22:05:26.953Z] Step 7/21 : RUN go mod download [2021-03-04T22:05:27.232Z] ---> 84012261500b [2021-03-04T22:05:27.232Z] Step 7/22 : RUN go mod download [2021-03-04T22:05:27.232Z] ---> Running in 83b59c2cbfd4 [2021-03-04T22:05:27.232Z] ---> Running in 3e77f8aca811 [2021-03-04T22:05:29.200Z] Removing intermediate container bd58c7309b3d [2021-03-04T22:05:29.200Z] ---> 4081f65a518c [2021-03-04T22:05:29.200Z] Step 8/31 : COPY . . [2021-03-04T22:05:29.469Z] Removing intermediate container c168f13d15b4 [2021-03-04T22:05:29.469Z] ---> 4e6b189efe06 [2021-03-04T22:05:29.469Z] Step 8/23 : COPY . . [2021-03-04T22:05:29.469Z] Removing intermediate container 3e77f8aca811 [2021-03-04T22:05:29.469Z] ---> 1d2f6910e200 [2021-03-04T22:05:29.469Z] Step 8/22 : COPY . . [2021-03-04T22:05:29.469Z] Removing intermediate container 83b59c2cbfd4 [2021-03-04T22:05:29.469Z] ---> bb0aac84d408 [2021-03-04T22:05:29.469Z] Step 8/21 : COPY . . [2021-03-04T22:05:29.469Z] Removing intermediate container a3ccf94bf6b1 [2021-03-04T22:05:29.469Z] ---> dd33dd88d3dc [2021-03-04T22:05:29.469Z] Step 8/23 : COPY . . [2021-03-04T22:06:08.592Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-04T22:06:08.669Z] ---> 094803c63889 [2021-03-04T22:06:08.669Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T22:06:08.669Z] ---> b62762394204 [2021-03-04T22:06:08.669Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T22:06:08.669Z] ---> 0aa81d2ae65b [2021-03-04T22:06:08.669Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T22:06:08.669Z] ---> 1fa921b3a0c7 [2021-03-04T22:06:08.669Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T22:06:08.669Z] ---> Running in 736ed1eae234 [2021-03-04T22:06:08.669Z] ---> Running in 270c7b6a1543 [2021-03-04T22:06:08.669Z] ---> Running in 4a7d63d28b46 [2021-03-04T22:06:08.669Z] ---> Running in d9ece19537a4 [2021-03-04T22:06:08.669Z] ---> 203f91868cae [2021-03-04T22:06:08.669Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T22:06:08.669Z] ---> Running in 36d6bb810538 [2021-03-04T22:06:08.939Z] 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-03-04T22:06:08.939Z] 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-03-04T22:06:08.939Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T22:06:08.939Z] 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-03-04T22:06:08.939Z] 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-03-04T22:06:14.040Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-04T22:06:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-04T22:06:24.228Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-04T22:06:25.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-04T22:06:25.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-04T22:06:25.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-04T22:06:25.231Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-04T22:06:28.654Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-04T22:06:28.929Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-04T22:06:37.239Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-04T22:06:37.239Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-04T22:06:37.239Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-04T22:06:41.229Z] 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-03-04T22:06:43.982Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.329s coverage: 45.9% of statements [2021-03-04T22:06:43.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-04T22:06:43.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-04T22:06:43.982Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-04T22:06:43.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-04T22:06:43.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-04T22:06:43.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-04T22:06:43.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-03-04T22:06:43.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.332s coverage: 100.0% of statements [2021-03-04T22:06:49.461Z] Removing intermediate container 4a7d63d28b46 [2021-03-04T22:06:49.461Z] ---> bf8c3f8f3998 [2021-03-04T22:06:49.461Z] [2021-03-04T22:06:49.461Z] Step 10/31 : FROM alpine:3.12 [2021-03-04T22:06:49.726Z] 3.12: Pulling from library/alpine [2021-03-04T22:06:50.318Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T22:06:50.318Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T22:06:50.318Z] ---> 88dd2752d2ea [2021-03-04T22:06:50.318Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T22:06:50.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.580s coverage: 27.1% of statements [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-04T22:06:50.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-04T22:06:50.708Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-04T22:06:50.708Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-04T22:06:51.308Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.277s coverage: 66.2% of statements [2021-03-04T22:06:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-04T22:06:51.308Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-04T22:06:52.895Z] ---> Running in b4d595e3ca8e [2021-03-04T22:06:53.967Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.776s coverage: 82.4% of statements [2021-03-04T22:06:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-04T22:06:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:06:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-03-04T22:06:53.967Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-04T22:06:57.132Z] Removing intermediate container 36d6bb810538 [2021-03-04T22:06:57.132Z] ---> 92c134bfe516 [2021-03-04T22:06:57.132Z] [2021-03-04T22:06:57.132Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T22:06:57.132Z] ---> 88dd2752d2ea [2021-03-04T22:06:57.132Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T22:06:57.132Z] Removing intermediate container 270c7b6a1543 [2021-03-04T22:06:57.132Z] ---> 5a3e9c321aa0 [2021-03-04T22:06:57.132Z] [2021-03-04T22:06:57.132Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T22:06:57.132Z] ---> 88dd2752d2ea [2021-03-04T22:06:57.132Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T22:06:57.132Z] Removing intermediate container b4d595e3ca8e [2021-03-04T22:06:57.132Z] ---> 4619548fb3cc [2021-03-04T22:06:57.132Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T22:06:57.132Z] Removing intermediate container d9ece19537a4 [2021-03-04T22:06:57.132Z] ---> 86c7405ee7b0 [2021-03-04T22:06:57.132Z] [2021-03-04T22:06:57.132Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:06:57.132Z] ---> 88dd2752d2ea [2021-03-04T22:06:57.132Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:06:57.132Z] Removing intermediate container 736ed1eae234 [2021-03-04T22:06:57.132Z] ---> eff576b35e12 [2021-03-04T22:06:57.132Z] [2021-03-04T22:06:57.132Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:06:57.132Z] ---> 88dd2752d2ea [2021-03-04T22:06:57.132Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:06:57.132Z] ---> Running in ae62fa9bb979 [2021-03-04T22:06:57.132Z] ---> Running in c361c3c2cdc0 [2021-03-04T22:06:57.132Z] ---> Running in 989272f98166 [2021-03-04T22:06:57.132Z] ---> Running in 3653276961ca [2021-03-04T22:06:57.132Z] ---> Running in 071a5b086e58 [2021-03-04T22:06:58.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.098Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.367Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T22:06:58.367Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.367Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T22:06:58.367Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:06:58.367Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:06:58.632Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T22:06:58.632Z] OK: 6 MiB in 16 packages [2021-03-04T22:06:58.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.632Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:06:58.632Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T22:06:58.632Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T22:06:58.632Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:06:58.632Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:06:58.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.632Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:06:58.632Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T22:06:58.632Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T22:06:58.632Z] OK: 7 MiB in 18 packages [2021-03-04T22:06:58.632Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:06:58.632Z] OK: 6 MiB in 16 packages [2021-03-04T22:06:58.895Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T22:06:58.895Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:06:58.895Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T22:06:58.895Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:06:58.895Z] OK: 6 MiB in 15 packages [2021-03-04T22:06:58.895Z] OK: 6 MiB in 15 packages [2021-03-04T22:06:59.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.266s coverage: 28.6% of statements [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-04T22:06:59.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-04T22:06:59.397Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.092s coverage: 100.0% of statements [2021-03-04T22:06:59.397Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-04T22:07:00.837Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.310s coverage: 86.7% of statements [2021-03-04T22:07:00.837Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-04T22:07:00.853Z] Removing intermediate container ae62fa9bb979 [2021-03-04T22:07:00.853Z] ---> 468b350ac9d4 [2021-03-04T22:07:00.853Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T22:07:00.853Z] Removing intermediate container c361c3c2cdc0 [2021-03-04T22:07:00.853Z] ---> a86ec19dc58d [2021-03-04T22:07:00.853Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:07:00.853Z] ---> Running in 6722917ac74f [2021-03-04T22:07:00.853Z] ---> Running in 7319e80de61d [2021-03-04T22:07:01.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.396s coverage: 97.5% of statements [2021-03-04T22:07:01.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-04T22:07:01.113Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements [2021-03-04T22:07:01.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-04T22:07:01.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-04T22:07:01.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-04T22:07:01.113Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-04T22:07:01.116Z] Removing intermediate container 989272f98166 [2021-03-04T22:07:01.116Z] ---> fd605b64e1db [2021-03-04T22:07:01.116Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T22:07:01.116Z] Removing intermediate container 071a5b086e58 [2021-03-04T22:07:01.116Z] ---> b000b429682c [2021-03-04T22:07:01.116Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:07:01.116Z] Removing intermediate container 3653276961ca [2021-03-04T22:07:01.116Z] ---> 402fd41cc8fb [2021-03-04T22:07:01.116Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:07:01.379Z] ---> Running in 77df1d055692 [2021-03-04T22:07:01.379Z] ---> Running in 0c94987fea2b [2021-03-04T22:07:01.379Z] ---> Running in 0505cedd6576 [2021-03-04T22:07:01.379Z] Removing intermediate container 7319e80de61d [2021-03-04T22:07:01.379Z] ---> 79f5ea70db07 [2021-03-04T22:07:01.379Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T22:07:01.379Z] Removing intermediate container 6722917ac74f [2021-03-04T22:07:01.379Z] ---> ae22b4dc8e60 [2021-03-04T22:07:01.379Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T22:07:01.651Z] ---> Running in 6e2a138b8e0d [2021-03-04T22:07:01.651Z] Removing intermediate container 77df1d055692 [2021-03-04T22:07:01.651Z] ---> 991d0b52adc1 [2021-03-04T22:07:01.651Z] Step 13/21 : WORKDIR /edgex [2021-03-04T22:07:01.651Z] ---> Running in b8d57a46b26e [2021-03-04T22:07:01.651Z] Removing intermediate container 0c94987fea2b [2021-03-04T22:07:01.651Z] ---> 04d099277a5e [2021-03-04T22:07:01.651Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T22:07:01.926Z] Removing intermediate container 0505cedd6576 [2021-03-04T22:07:01.926Z] ---> 139d98601a66 [2021-03-04T22:07:01.926Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T22:07:01.926Z] ---> Running in 8c5170cf1471 [2021-03-04T22:07:01.926Z] ---> Running in 4ae1f0a4733d [2021-03-04T22:07:01.926Z] ---> Running in 3f719d7e752b [2021-03-04T22:07:02.194Z] Removing intermediate container 6e2a138b8e0d [2021-03-04T22:07:02.194Z] ---> f6e00f77b9e3 [2021-03-04T22:07:02.194Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T22:07:02.194Z] Removing intermediate container b8d57a46b26e [2021-03-04T22:07:02.194Z] ---> f0c385d67bdf [2021-03-04T22:07:02.194Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T22:07:02.194Z] ---> Running in 3eb07e30e3da [2021-03-04T22:07:02.194Z] ---> Running in b20993206d48 [2021-03-04T22:07:02.477Z] Removing intermediate container 8c5170cf1471 [2021-03-04T22:07:02.477Z] ---> e8f24ed960d6 [2021-03-04T22:07:02.477Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T22:07:02.477Z] Removing intermediate container 4ae1f0a4733d [2021-03-04T22:07:02.477Z] ---> 717790fed2e2 [2021-03-04T22:07:02.477Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T22:07:02.752Z] Removing intermediate container 3f719d7e752b [2021-03-04T22:07:02.752Z] ---> df67d503856a [2021-03-04T22:07:02.752Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T22:07:03.345Z] Removing intermediate container b20993206d48 [2021-03-04T22:07:03.345Z] ---> 9d03facc771b [2021-03-04T22:07:03.345Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:07:03.345Z] ---> Running in 958df7a66212 [2021-03-04T22:07:03.345Z] ---> Running in f0d8d1fb6120 [2021-03-04T22:07:03.345Z] ---> a69ed554404c [2021-03-04T22:07:03.345Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T22:07:03.612Z] Removing intermediate container 958df7a66212 [2021-03-04T22:07:03.612Z] ---> c16050fa3b22 [2021-03-04T22:07:03.612Z] Step 15/23 : WORKDIR / [2021-03-04T22:07:03.877Z] Removing intermediate container f0d8d1fb6120 [2021-03-04T22:07:03.877Z] ---> 2e13a2b50e90 [2021-03-04T22:07:03.877Z] Step 15/23 : WORKDIR / [2021-03-04T22:07:03.877Z] ---> 195755311f47 [2021-03-04T22:07:03.877Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T22:07:04.147Z] ---> Running in 1ea77bd012a2 [2021-03-04T22:07:04.147Z] ---> Running in fd4988a83244 [2021-03-04T22:07:04.147Z] ---> 2d644743c833 [2021-03-04T22:07:04.147Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T22:07:04.147Z] Removing intermediate container 3eb07e30e3da [2021-03-04T22:07:04.147Z] ---> 22fd30924a4b [2021-03-04T22:07:04.147Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T22:07:04.417Z] ---> Running in d075381f4765 [2021-03-04T22:07:04.418Z] Removing intermediate container 1ea77bd012a2 [2021-03-04T22:07:04.418Z] ---> 61ff0811e433 [2021-03-04T22:07:04.418Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:07:04.418Z] Removing intermediate container fd4988a83244 [2021-03-04T22:07:04.418Z] ---> 33ea088c577b [2021-03-04T22:07:04.418Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:07:04.682Z] Removing intermediate container d075381f4765 [2021-03-04T22:07:04.682Z] ---> 74baf3df64b2 [2021-03-04T22:07:04.682Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T22:07:04.682Z] ---> c909941c172c [2021-03-04T22:07:04.682Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T22:07:04.948Z] ---> cfb81b5ce526 [2021-03-04T22:07:04.948Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T22:07:04.948Z] ---> cd8be7fab257 [2021-03-04T22:07:04.948Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T22:07:04.948Z] ---> 19da2e197e8c [2021-03-04T22:07:04.948Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T22:07:04.948Z] ---> Running in ec66eef9fa30 [2021-03-04T22:07:05.525Z] ---> 5128dea0f186 [2021-03-04T22:07:05.525Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T22:07:05.525Z] ---> c8b55f5c385a [2021-03-04T22:07:05.525Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T22:07:05.792Z] ---> Running in 74f5f1afb4ce [2021-03-04T22:07:05.792Z] Removing intermediate container ec66eef9fa30 [2021-03-04T22:07:05.792Z] ---> 0d716874ecd9 [2021-03-04T22:07:05.792Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T22:07:05.792Z] ---> 1b2a3869104f [2021-03-04T22:07:05.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T22:07:05.792Z] ---> 2fa8c5962329 [2021-03-04T22:07:05.792Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T22:07:05.792Z] ---> Running in e9f10809aff2 [2021-03-04T22:07:06.059Z] ---> Running in f02425527fff [2021-03-04T22:07:06.059Z] Removing intermediate container e9f10809aff2 [2021-03-04T22:07:06.059Z] ---> 750cd59f33f4 [2021-03-04T22:07:06.059Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:07:06.325Z] ---> Running in 44033b3a962a [2021-03-04T22:07:06.325Z] Removing intermediate container f02425527fff [2021-03-04T22:07:06.325Z] ---> cdcb31e687d5 [2021-03-04T22:07:06.325Z] Step 19/21 : LABEL arch=x86_64 [2021-03-04T22:07:06.325Z] ---> 47dd46fa3f65 [2021-03-04T22:07:06.325Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T22:07:06.325Z] ---> f934225811cd [2021-03-04T22:07:06.325Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T22:07:06.589Z] ---> Running in a04a6307850f [2021-03-04T22:07:06.589Z] ---> Running in cbd736dbd681 [2021-03-04T22:07:06.589Z] ---> Running in cad57b9ff8cc [2021-03-04T22:07:06.589Z] Removing intermediate container 44033b3a962a [2021-03-04T22:07:06.589Z] ---> 9145cdf8eba7 [2021-03-04T22:07:06.589Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T22:07:06.858Z] ---> Running in 37e49ad33706 [2021-03-04T22:07:06.858Z] Removing intermediate container a04a6307850f [2021-03-04T22:07:06.858Z] ---> ea44dd41f2ec [2021-03-04T22:07:06.858Z] Step 20/21 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:07:06.858Z] Removing intermediate container cbd736dbd681 [2021-03-04T22:07:06.858Z] ---> b5e278c00b82 [2021-03-04T22:07:06.858Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:07:07.127Z] Removing intermediate container cad57b9ff8cc [2021-03-04T22:07:07.127Z] ---> 72255f550b02 [2021-03-04T22:07:07.127Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:07:07.127Z] ---> Running in d5d878052e76 [2021-03-04T22:07:07.127Z] ---> Running in 40792445ecc8 [2021-03-04T22:07:07.394Z] ---> Running in 8d57027cd58f [2021-03-04T22:07:07.394Z] Removing intermediate container 37e49ad33706 [2021-03-04T22:07:07.394Z] ---> a9acdccf9379 [2021-03-04T22:07:07.394Z] Step 21/22 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:07:07.394Z] ---> Running in f66c5d378c32 [2021-03-04T22:07:07.658Z] Removing intermediate container 74f5f1afb4ce [2021-03-04T22:07:07.659Z] ---> 3409ef223126 [2021-03-04T22:07:07.659Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:07:07.659Z] Removing intermediate container 40792445ecc8 [2021-03-04T22:07:07.659Z] ---> 72401f26e994 [2021-03-04T22:07:07.659Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T22:07:07.659Z] Removing intermediate container d5d878052e76 [2021-03-04T22:07:07.659Z] ---> c213451e83d1 [2021-03-04T22:07:07.659Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T22:07:07.659Z] Removing intermediate container 8d57027cd58f [2021-03-04T22:07:07.659Z] ---> 0e11bbeaec3c [2021-03-04T22:07:07.659Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T22:07:07.921Z] ---> Running in 0840fbe26732 [2021-03-04T22:07:07.921Z] ---> Running in 73069576036e [2021-03-04T22:07:07.921Z] ---> Running in 7a5f6c5c9fce [2021-03-04T22:07:07.921Z] Removing intermediate container f66c5d378c32 [2021-03-04T22:07:07.921Z] ---> 2ced5f5bd145 [2021-03-04T22:07:07.921Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T22:07:08.187Z] ---> 868cc06ec8e8 [2021-03-04T22:07:08.187Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T22:07:08.187Z] ---> Running in 63d012cc2499 [2021-03-04T22:07:08.187Z] Removing intermediate container 0840fbe26732 [2021-03-04T22:07:08.187Z] ---> e674bbc52fac [2021-03-04T22:07:08.187Z] [2021-03-04T22:07:08.187Z] Removing intermediate container 7a5f6c5c9fce [2021-03-04T22:07:08.187Z] ---> d60c9cfc3610 [2021-03-04T22:07:08.187Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:07:08.450Z] Removing intermediate container 73069576036e [2021-03-04T22:07:08.450Z] ---> dd4e3f04b089 [2021-03-04T22:07:08.450Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:07:08.717Z] ---> Running in 279b359df0dd [2021-03-04T22:07:08.717Z] ---> Running in b37f82e49a30 [2021-03-04T22:07:08.717Z] Successfully built e674bbc52fac [2021-03-04T22:07:08.717Z] Removing intermediate container 63d012cc2499 [2021-03-04T22:07:08.717Z] ---> 00a149c308d4 [2021-03-04T22:07:08.717Z] [2021-03-04T22:07:08.717Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-03-04T22:07:08.717Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-04T22:07:08.717Z] ---> e88717c028e0 [2021-03-04T22:07:08.717Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T22:07:08.982Z] Removing intermediate container 279b359df0dd [2021-03-04T22:07:08.982Z] ---> 3271798aed08 [2021-03-04T22:07:08.982Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:07:08.982Z] Successfully built 00a149c308d4 [2021-03-04T22:07:09.252Z] Successfully tagged docker-support-notifications-go:latest [2021-03-04T22:07:09.252Z]  Building docker-support-notifications-go ... done Building docker-support-scheduler-go [2021-03-04T22:07:09.252Z] Removing intermediate container b37f82e49a30 [2021-03-04T22:07:09.252Z] ---> 3ce854816a5a [2021-03-04T22:07:09.252Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:07:09.252Z] ---> 4d171bbf70f6 [2021-03-04T22:07:09.252Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T22:07:09.252Z] ---> Running in 03e6699d38b7 [2021-03-04T22:07:09.252Z] ---> Running in 58d0827dc41d [2021-03-04T22:07:09.518Z] Removing intermediate container 03e6699d38b7 [2021-03-04T22:07:09.518Z] ---> 81b8a0c95593 [2021-03-04T22:07:09.518Z] [2021-03-04T22:07:09.518Z] Removing intermediate container 58d0827dc41d [2021-03-04T22:07:09.518Z] ---> e41cc54ec784 [2021-03-04T22:07:09.518Z] [2021-03-04T22:07:09.802Z] Successfully built 81b8a0c95593 [2021-03-04T22:07:09.802Z] ---> 014ada579c28 [2021-03-04T22:07:09.802Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-04T22:07:09.802Z] Successfully tagged docker-core-metadata-go:latest [2021-03-04T22:07:09.802Z] Building docker-sys-mgmt-agent-go [2021-03-04T22:07:10.067Z]  Building docker-core-metadata-go ... done Successfully built e41cc54ec784 [2021-03-04T22:07:10.067Z] Successfully tagged docker-core-command-go:latest [2021-03-04T22:07:10.067Z] Building docker-core-data-go [2021-03-04T22:07:10.067Z]  Building docker-core-command-go ... done  ---> 61d01d061182 [2021-03-04T22:07:10.067Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T22:07:10.336Z] ---> Running in 037e3bbaa497 [2021-03-04T22:07:10.602Z] Removing intermediate container 037e3bbaa497 [2021-03-04T22:07:10.602Z] ---> 0d65d17c7064 [2021-03-04T22:07:10.602Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T22:07:11.183Z] ---> 6c345b2bb50b [2021-03-04T22:07:11.183Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.275s coverage: 92.8% of statements [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.257s coverage: 0.1% of statements [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-04T22:07:11.320Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.104s coverage: 47.1% of statements [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.139s coverage: 79.5% of statements [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.082s coverage: 96.3% of statements [2021-03-04T22:07:11.320Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.055s coverage: 87.5% of statements [2021-03-04T22:07:14.537Z] ---> Running in 9ff983d3b65f [2021-03-04T22:07:17.908Z] Removing intermediate container 9ff983d3b65f [2021-03-04T22:07:17.908Z] ---> c6c2821ae8c5 [2021-03-04T22:07:17.908Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T22:07:17.908Z] ---> Running in 394f4da73280 [2021-03-04T22:07:17.908Z] Removing intermediate container 394f4da73280 [2021-03-04T22:07:17.908Z] ---> 0206ee0d7fc9 [2021-03-04T22:07:17.908Z] Step 28/31 : CMD ["gate"] [2021-03-04T22:07:21.236Z] ---> Running in 8ef43e99708b [2021-03-04T22:07:21.818Z] Removing intermediate container 8ef43e99708b [2021-03-04T22:07:21.818Z] ---> 7415379defa9 [2021-03-04T22:07:21.818Z] Step 29/31 : LABEL arch=x86_64 [2021-03-04T22:07:21.818Z] ---> Running in ce61fbac9746 [2021-03-04T22:07:22.396Z] Removing intermediate container ce61fbac9746 [2021-03-04T22:07:22.396Z] ---> 81c901cbdb8a [2021-03-04T22:07:22.396Z] Step 30/31 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:07:22.396Z] ---> Running in 190c1fa92501 [2021-03-04T22:07:22.661Z] Removing intermediate container 190c1fa92501 [2021-03-04T22:07:22.661Z] ---> 8ace774fdc46 [2021-03-04T22:07:22.661Z] Step 31/31 : LABEL version=0.0.0 [2021-03-04T22:07:22.934Z] ---> Running in a1c9ee5c5da0 [2021-03-04T22:07:23.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.072s coverage: 94.4% of statements [2021-03-04T22:07:23.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.061s coverage: 44.8% of statements [2021-03-04T22:07:23.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.095s coverage: 81.4% of statements [2021-03-04T22:07:27.244Z] Removing intermediate container a1c9ee5c5da0 [2021-03-04T22:07:27.244Z] ---> 1ae9fec8da25 [2021-03-04T22:07:27.244Z] [2021-03-04T22:07:27.840Z] Successfully built 1ae9fec8da25 [2021-03-04T22:07:27.840Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-03-04T22:07:38.034Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:07:38.034Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:07:38.034Z] ---> 62dd7601d83a [2021-03-04T22:07:38.034Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> b436659322b0 [2021-03-04T22:07:38.034Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 46e5d9d474a9 [2021-03-04T22:07:38.034Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> fc2553e693ec [2021-03-04T22:07:38.034Z] Step 6/24 : COPY go.mod . [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 9c6676c3c503 [2021-03-04T22:07:38.034Z] Step 7/24 : RUN go mod download [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 4e6b189efe06 [2021-03-04T22:07:38.034Z] Step 8/24 : COPY . . [2021-03-04T22:07:38.034Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:07:38.034Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:07:38.034Z] ---> 62dd7601d83a [2021-03-04T22:07:38.034Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> b436659322b0 [2021-03-04T22:07:38.034Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 46e5d9d474a9 [2021-03-04T22:07:38.034Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> fc2553e693ec [2021-03-04T22:07:38.034Z] Step 6/22 : COPY go.mod . [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 9c6676c3c503 [2021-03-04T22:07:38.034Z] Step 7/22 : RUN go mod download [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 4e6b189efe06 [2021-03-04T22:07:38.034Z] Step 8/22 : COPY . . [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 1fa921b3a0c7 [2021-03-04T22:07:38.034Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T22:07:38.034Z] ---> Using cache [2021-03-04T22:07:38.034Z] ---> 1fa921b3a0c7 [2021-03-04T22:07:38.034Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T22:07:38.297Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:07:38.297Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:07:38.297Z] ---> 62dd7601d83a [2021-03-04T22:07:38.297Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T22:07:38.297Z] ---> Using cache [2021-03-04T22:07:38.297Z] ---> b436659322b0 [2021-03-04T22:07:38.297Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:07:38.297Z] ---> Using cache [2021-03-04T22:07:38.297Z] ---> 46e5d9d474a9 [2021-03-04T22:07:38.297Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T22:07:38.297Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:07:38.297Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:07:38.297Z] ---> 62dd7601d83a [2021-03-04T22:07:38.297Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:07:38.297Z] ---> Using cache [2021-03-04T22:07:38.297Z] ---> b436659322b0 [2021-03-04T22:07:38.297Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:07:38.297Z] ---> Using cache [2021-03-04T22:07:38.297Z] ---> 46e5d9d474a9 [2021-03-04T22:07:38.297Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.136s coverage: 92.9% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 77.8% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.139s coverage: 84.6% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.502s coverage: 62.4% of statements [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-04T22:07:38.991Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.045s coverage: 100.0% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-03-04T22:07:38.991Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2021-03-04T22:07:39.860Z] ---> Running in 85f6cb3eac71 [2021-03-04T22:07:39.860Z] ---> Running in cfb7bd1dde04 [2021-03-04T22:07:39.860Z] ---> Running in f0606c705947 [2021-03-04T22:07:39.860Z] ---> Running in 37ca72a3ffe9 [2021-03-04T22:07:39.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.966s coverage: 69.1% of statements [2021-03-04T22:07:39.977Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-04T22:07:39.977Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-04T22:07:40.826Z] 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-03-04T22:07:40.826Z] 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-03-04T22:07:40.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:07:40.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:07:41.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:07:41.794Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:07:42.077Z] OK: 233 MiB in 51 packages [2021-03-04T22:07:42.077Z] OK: 233 MiB in 51 packages [2021-03-04T22:07:42.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 38.4% of statements [2021-03-04T22:07:42.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-04T22:07:42.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-04T22:07:42.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.128s coverage: 89.5% of statements [2021-03-04T22:07:42.620Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-04T22:07:42.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.104s coverage: 84.8% of statements [2021-03-04T22:07:43.538Z] Removing intermediate container cfb7bd1dde04 [2021-03-04T22:07:43.538Z] ---> 24188ac6a6f6 [2021-03-04T22:07:43.538Z] Step 6/26 : COPY go.mod . [2021-03-04T22:07:43.538Z] Removing intermediate container 37ca72a3ffe9 [2021-03-04T22:07:43.538Z] ---> e8036637ea60 [2021-03-04T22:07:43.538Z] Step 6/23 : COPY go.mod . [2021-03-04T22:07:44.140Z] ---> 4d7c83d2c127 [2021-03-04T22:07:44.140Z] Step 7/23 : RUN go mod download [2021-03-04T22:07:44.140Z] ---> bfd49c784b63 [2021-03-04T22:07:44.140Z] Step 7/26 : RUN go mod download [2021-03-04T22:07:44.417Z] ---> Running in 705f2f51e6d0 [2021-03-04T22:07:44.417Z] ---> Running in d58de3037a4d [2021-03-04T22:07:48.733Z] Removing intermediate container d58de3037a4d [2021-03-04T22:07:48.733Z] ---> 0f12040a7766 [2021-03-04T22:07:48.733Z] Step 8/26 : COPY . . [2021-03-04T22:07:48.733Z] Removing intermediate container 705f2f51e6d0 [2021-03-04T22:07:48.733Z] ---> 0c0c5ad5f6bb [2021-03-04T22:07:48.733Z] Step 8/23 : COPY . . [2021-03-04T22:07:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.545s coverage: 47.0% of statements [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-04T22:07:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.123s coverage: 100.0% of statements [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-04T22:07:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-04T22:07:49.370Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.423s coverage: 88.5% of statements [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:07:49.370Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.989s coverage: 29.1% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.199s coverage: 99.0% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.094s coverage: 100.0% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.195s coverage: 95.6% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.102s coverage: 87.9% of statements [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-04T22:07:57.662Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.070s coverage: 100.0% of statements [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-03-04T22:07:57.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.079s coverage: 100.0% of statements [2021-03-04T22:07:58.642Z] GO111MODULE=on go vet ./... [2021-03-04T22:08:08.264Z] 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-03-04T22:08:20.621Z] Removing intermediate container 85f6cb3eac71 [2021-03-04T22:08:20.621Z] ---> 6660b61d60d1 [2021-03-04T22:08:20.621Z] [2021-03-04T22:08:20.621Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T22:08:20.621Z] ---> 88dd2752d2ea [2021-03-04T22:08:20.621Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:08:20.621Z] ---> 15edff5068c6 [2021-03-04T22:08:20.621Z] ---> Using cache [2021-03-04T22:08:20.621Z] ---> 402fd41cc8fb [2021-03-04T22:08:20.621Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:08:20.621Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T22:08:20.621Z] ---> Using cache [2021-03-04T22:08:20.621Z] ---> 139d98601a66 [2021-03-04T22:08:20.621Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T22:08:20.621Z] ---> 9bfde897c51a [2021-03-04T22:08:20.621Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-03-04T22:08:20.621Z] ---> Running in 74adfd1b992a [2021-03-04T22:08:20.621Z] ---> Running in 984eb8dfd3f2 [2021-03-04T22:08:20.621Z] ---> Running in 5324fb087044 [2021-03-04T22:08:20.621Z] Removing intermediate container f0606c705947 [2021-03-04T22:08:20.621Z] ---> 9e88c8fd8c19 [2021-03-04T22:08:20.621Z] [2021-03-04T22:08:20.621Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T22:08:20.621Z] ---> 88dd2752d2ea [2021-03-04T22:08:20.621Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T22:08:20.621Z] Removing intermediate container 984eb8dfd3f2 [2021-03-04T22:08:20.621Z] ---> c9eb9b808566 [2021-03-04T22:08:20.621Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T22:08:20.621Z] ---> Running in 7604ff682d4b [2021-03-04T22:08:20.621Z] ---> Running in 6e5a2651a290 [2021-03-04T22:08:20.903Z] 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-03-04T22:08:20.903Z] Removing intermediate container 6e5a2651a290 [2021-03-04T22:08:20.903Z] ---> 0a51356bb9c7 [2021-03-04T22:08:20.903Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:08:21.174Z] 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-03-04T22:08:21.446Z] ---> 0ea4d08b33be [2021-03-04T22:08:21.446Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T22:08:21.446Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:21.719Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:21.720Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T22:08:22.003Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:08:22.003Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T22:08:22.003Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T22:08:22.003Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T22:08:22.003Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:08:22.003Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:08:22.003Z] OK: 7 MiB in 19 packages [2021-03-04T22:08:22.272Z] ---> d374d1138147 [2021-03-04T22:08:22.272Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T22:08:23.253Z] ---> d13103b554dc [2021-03-04T22:08:23.253Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T22:08:23.525Z] ---> Running in da612dc65904 [2021-03-04T22:08:24.123Z] Removing intermediate container da612dc65904 [2021-03-04T22:08:24.123Z] ---> a92d5869c075 [2021-03-04T22:08:24.123Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:08:24.406Z] ---> Running in bce71950605f [2021-03-04T22:08:24.406Z] Removing intermediate container 7604ff682d4b [2021-03-04T22:08:24.406Z] ---> 1dc4dde488af [2021-03-04T22:08:24.406Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T22:08:24.406Z] ---> Running in 540dd1bee59c [2021-03-04T22:08:25.867Z] Removing intermediate container bce71950605f [2021-03-04T22:08:25.867Z] ---> 2d79d90fff3d [2021-03-04T22:08:25.867Z] Step 20/22 : LABEL arch=x86_64 [2021-03-04T22:08:25.867Z] Removing intermediate container 540dd1bee59c [2021-03-04T22:08:25.867Z] ---> 864ca7489696 [2021-03-04T22:08:25.867Z] Step 13/24 : WORKDIR / [2021-03-04T22:08:25.867Z] ---> Running in 48cf5da47dc7 [2021-03-04T22:08:26.142Z] ---> Running in 4ae154c8d434 [2021-03-04T22:08:26.413Z] Removing intermediate container 48cf5da47dc7 [2021-03-04T22:08:26.413Z] ---> 5a66c2a900c6 [2021-03-04T22:08:26.413Z] Step 21/22 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:08:26.413Z] Removing intermediate container 4ae154c8d434 [2021-03-04T22:08:26.413Z] ---> 6052e5d66db0 [2021-03-04T22:08:26.413Z] 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-03-04T22:08:26.413Z] ---> Running in 4b2a38c7f957 [2021-03-04T22:08:27.008Z] Removing intermediate container 4b2a38c7f957 [2021-03-04T22:08:27.008Z] ---> 663e8369091d [2021-03-04T22:08:27.008Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T22:08:27.008Z] ---> Running in 9dc5101f2f9d [2021-03-04T22:08:27.008Z] ---> bac7fc4f28fe [2021-03-04T22:08:27.008Z] 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-03-04T22:08:27.277Z] Removing intermediate container 9dc5101f2f9d [2021-03-04T22:08:27.277Z] ---> 522da9794fe1 [2021-03-04T22:08:27.277Z] [2021-03-04T22:08:27.872Z] Successfully built 522da9794fe1 [2021-03-04T22:08:27.872Z] ---> 697ef725d569 [2021-03-04T22:08:27.872Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T22:08:27.872Z] Successfully tagged docker-support-scheduler-go:latest [2021-03-04T22:08:28.465Z]  Building docker-support-scheduler-go ... done  ---> 2e853dd0636c [2021-03-04T22:08:28.465Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T22:08:29.902Z] ---> 942b825e2b9c [2021-03-04T22:08:29.902Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T22:08:30.904Z] ---> ba1aabdd1c0d [2021-03-04T22:08:30.904Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T22:08:31.181Z] ---> 95bf048f0aa9 [2021-03-04T22:08:31.181Z] 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-03-04T22:08:31.181Z] ---> Running in 4c7bb423a966 [2021-03-04T22:08:33.201Z] Removing intermediate container 4c7bb423a966 [2021-03-04T22:08:33.201Z] ---> 6180bb473362 [2021-03-04T22:08:33.201Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T22:08:33.474Z] ---> Running in f1aaeb69323a [2021-03-04T22:08:33.757Z] Removing intermediate container f1aaeb69323a [2021-03-04T22:08:33.757Z] ---> eeb2816166aa [2021-03-04T22:08:33.757Z] Step 22/24 : LABEL arch=x86_64 [2021-03-04T22:08:33.757Z] ---> Running in 4bca8cf58c0c [2021-03-04T22:08:34.350Z] Removing intermediate container 4bca8cf58c0c [2021-03-04T22:08:34.350Z] ---> 467f6cc275f3 [2021-03-04T22:08:34.350Z] Step 23/24 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:08:34.350Z] ---> Running in 8a19e5bb7c05 [2021-03-04T22:08:34.619Z] Removing intermediate container 8a19e5bb7c05 [2021-03-04T22:08:34.619Z] ---> a7b2c5331d40 [2021-03-04T22:08:34.619Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T22:08:34.619Z] ---> Running in eb554797fef9 [2021-03-04T22:08:35.217Z] Removing intermediate container eb554797fef9 [2021-03-04T22:08:35.217Z] ---> 35aa89b51191 [2021-03-04T22:08:35.217Z] [2021-03-04T22:08:36.180Z] Successfully built 35aa89b51191 [2021-03-04T22:08:36.180Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-03-04T22:08:41.536Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 5324fb087044 [2021-03-04T22:08:41.536Z] ---> ca67b68ca88d [2021-03-04T22:08:41.536Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T22:08:41.804Z] ---> Running in 4fcbbc56d2b5 [2021-03-04T22:08:42.389Z] 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-03-04T22:08:44.331Z] Removing intermediate container 4fcbbc56d2b5 [2021-03-04T22:08:44.331Z] ---> f78eca8ffdee [2021-03-04T22:08:44.331Z] [2021-03-04T22:08:44.331Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T22:08:44.331Z] 20.10.0: Pulling from library/docker [2021-03-04T22:08:45.731Z] Removing intermediate container 74adfd1b992a [2021-03-04T22:08:45.731Z] ---> a68e44aeedb3 [2021-03-04T22:08:45.731Z] [2021-03-04T22:08:45.731Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:08:45.731Z] ---> 88dd2752d2ea [2021-03-04T22:08:45.731Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T22:08:46.307Z] ---> Running in 2a52d6244229 [2021-03-04T22:08:46.572Z] Removing intermediate container 2a52d6244229 [2021-03-04T22:08:46.572Z] ---> 51dbe2b4a6f9 [2021-03-04T22:08:46.572Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T22:08:46.572Z] ---> Running in 04f4da1e30c3 [2021-03-04T22:08:46.840Z] Removing intermediate container 04f4da1e30c3 [2021-03-04T22:08:46.840Z] ---> b3e79182c975 [2021-03-04T22:08:46.840Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T22:08:47.105Z] ---> Running in 2b0d90e9ae21 [2021-03-04T22:08:47.372Z] Removing intermediate container 2b0d90e9ae21 [2021-03-04T22:08:47.372Z] ---> 4e8bc8e81973 [2021-03-04T22:08:47.372Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:08:47.643Z] ---> Running in ff8f13af2cfa [2021-03-04T22:08:49.050Z] Removing intermediate container ff8f13af2cfa [2021-03-04T22:08:49.050Z] ---> d84baa2a8725 [2021-03-04T22:08:49.050Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T22:08:49.050Z] ---> Running in c5a1ab99b706 [2021-03-04T22:08:50.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:50.605Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T22:08:50.605Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T22:08:50.605Z] ---> aefe523efa57 [2021-03-04T22:08:50.605Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T22:08:50.869Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:50.869Z] ---> Running in 98ad0b8aa14e [2021-03-04T22:08:51.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:51.450Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:51.714Z] (1/2) Installing readline (8.0.4-r0) [2021-03-04T22:08:51.714Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T22:08:51.714Z] Executing bash-5.0.17-r0.post-install [2021-03-04T22:08:51.714Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:08:51.714Z] OK: 12 MiB in 22 packages [2021-03-04T22:08:51.714Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T22:08:51.979Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T22:08:51.979Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T22:08:52.241Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T22:08:52.241Z] Removing intermediate container 98ad0b8aa14e [2021-03-04T22:08:52.241Z] ---> 6bc8ca0cd9db [2021-03-04T22:08:52.241Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T22:08:52.504Z] ---> Running in 4ef6dc19cdca [2021-03-04T22:08:52.504Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T22:08:52.504Z] Removing intermediate container 4ef6dc19cdca [2021-03-04T22:08:52.504Z] ---> cb4630b34416 [2021-03-04T22:08:52.504Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T22:08:52.767Z] ---> Running in 8f9cc4129cb8 [2021-03-04T22:08:52.767Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T22:08:52.767Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:08:52.767Z] OK: 8 MiB in 20 packages [2021-03-04T22:08:52.767Z] Removing intermediate container 8f9cc4129cb8 [2021-03-04T22:08:52.767Z] ---> f92c2796fd22 [2021-03-04T22:08:52.767Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T22:08:53.039Z] ---> Running in d527bc525275 [2021-03-04T22:08:53.307Z] Removing intermediate container d527bc525275 [2021-03-04T22:08:53.307Z] ---> 3ceccf42a4ae [2021-03-04T22:08:53.307Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T22:08:53.570Z] Removing intermediate container c5a1ab99b706 [2021-03-04T22:08:53.570Z] ---> 09b8773f2330 [2021-03-04T22:08:53.570Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:08:53.835Z] ---> 63ff4dd9e511 [2021-03-04T22:08:53.835Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T22:08:53.835Z] ---> b9d359dfffe8 [2021-03-04T22:08:53.835Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T22:08:54.097Z] ---> fe269f34d30b [2021-03-04T22:08:54.097Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T22:08:54.675Z] ---> e1c513a4fd57 [2021-03-04T22:08:54.675Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T22:08:54.675Z] ---> d4cd0139c90c [2021-03-04T22:08:54.675Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T22:08:54.675Z] ---> Running in 783d13b1314b [2021-03-04T22:08:54.938Z] ---> 6cc7007aaea0 [2021-03-04T22:08:54.938Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T22:08:55.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:55.885Z] ---> Running in 556f31aa3064 [2021-03-04T22:08:55.885Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:08:56.149Z] Removing intermediate container 556f31aa3064 [2021-03-04T22:08:56.149Z] ---> ebf30ec07d0d [2021-03-04T22:08:56.149Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:08:56.149Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T22:08:56.149Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T22:08:56.149Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T22:08:56.149Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T22:08:56.149Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T22:08:56.149Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T22:08:56.149Z] ---> Running in a6f0d83bb2d7 [2021-03-04T22:08:56.149Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T22:08:56.723Z] Removing intermediate container a6f0d83bb2d7 [2021-03-04T22:08:56.723Z] ---> 1f6a1a5623a7 [2021-03-04T22:08:56.723Z] Step 21/23 : LABEL arch=x86_64 [2021-03-04T22:08:59.276Z] ---> Running in c2e0508ad64b [2021-03-04T22:08:59.276Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T22:08:59.276Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T22:08:59.276Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T22:08:59.276Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T22:08:59.276Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T22:08:59.276Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T22:08:59.276Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T22:08:59.276Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T22:08:59.276Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T22:08:59.276Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T22:08:59.850Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T22:08:59.850Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T22:09:00.112Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T22:09:00.112Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T22:09:00.112Z] Removing intermediate container c2e0508ad64b [2021-03-04T22:09:00.112Z] ---> 9c6debb1662d [2021-03-04T22:09:00.112Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:09:00.112Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T22:09:00.375Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T22:09:00.637Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T22:09:00.637Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T22:09:00.637Z] ---> Running in ca9e4d46b178 [2021-03-04T22:09:00.637Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T22:09:00.637Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T22:09:00.637Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T22:09:00.899Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T22:09:00.899Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T22:09:00.899Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T22:09:00.899Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T22:09:00.899Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T22:09:01.856Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:09:01.856Z] Removing intermediate container ca9e4d46b178 [2021-03-04T22:09:01.856Z] ---> 95d4a46abdfe [2021-03-04T22:09:01.856Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:09:01.856Z] OK: 71 MiB in 55 packages [2021-03-04T22:09:01.856Z] ---> Running in 27a2bc7b9a11 [2021-03-04T22:09:02.122Z] Removing intermediate container 27a2bc7b9a11 [2021-03-04T22:09:02.122Z] ---> 938be1f99306 [2021-03-04T22:09:02.122Z] [2021-03-04T22:09:02.384Z] Successfully built 938be1f99306 [2021-03-04T22:09:02.384Z] Successfully tagged docker-core-data-go:latest [2021-03-04T22:09:07.715Z]  Building docker-core-data-go ... done Removing intermediate container 783d13b1314b [2021-03-04T22:09:07.715Z] ---> 60de859f73ea [2021-03-04T22:09:07.715Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T22:09:07.715Z] ---> Running in dff19d70e43d [2021-03-04T22:09:09.646Z] Collecting docker-compose==1.23.2 [2021-03-04T22:09:09.646Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T22:09:09.646Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T22:09:09.646Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T22:09:10.223Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T22:09:10.223Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T22:09:10.486Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T22:09:10.486Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T22:09:10.748Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T22:09:10.748Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T22:09:11.011Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T22:09:11.011Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T22:09:11.011Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T22:09:11.011Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T22:09:11.274Z] 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-03-04T22:09:11.274Z] Collecting PyYAML<4,>=3.10 [2021-03-04T22:09:11.274Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T22:09:12.220Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T22:09:12.220Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T22:09:12.792Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T22:09:12.793Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T22:09:13.055Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T22:09:13.055Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T22:09:13.055Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T22:09:13.055Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T22:09:13.317Z] 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-03-04T22:09:13.317Z] Collecting idna<2.8,>=2.5 [2021-03-04T22:09:13.317Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T22:09:13.317Z] 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-03-04T22:09:13.317Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T22:09:13.317Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T22:09:13.317Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T22:09:13.317Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T22:09:13.580Z] Installing collected packages: dockerpty, docopt, jsonschema, cached-property, urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, texttable, docker-compose [2021-03-04T22:09:13.580Z] Running setup.py install for dockerpty: started [2021-03-04T22:09:13.845Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T22:09:13.845Z] Running setup.py install for docopt: started [2021-03-04T22:09:14.420Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T22:09:14.686Z] Attempting uninstall: urllib3 [2021-03-04T22:09:14.686Z] Found existing installation: urllib3 1.25.9 [2021-03-04T22:09:14.686Z] Uninstalling urllib3-1.25.9: [2021-03-04T22:09:14.686Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T22:09:14.949Z] Attempting uninstall: idna [2021-03-04T22:09:14.949Z] Found existing installation: idna 2.9 [2021-03-04T22:09:14.949Z] Uninstalling idna-2.9: [2021-03-04T22:09:14.949Z] Successfully uninstalled idna-2.9 [2021-03-04T22:09:15.212Z] Attempting uninstall: requests [2021-03-04T22:09:15.212Z] Found existing installation: requests 2.23.0 [2021-03-04T22:09:15.212Z] Uninstalling requests-2.23.0: [2021-03-04T22:09:15.212Z] Successfully uninstalled requests-2.23.0 [2021-03-04T22:09:15.787Z] Running setup.py install for PyYAML: started [2021-03-04T22:09:16.049Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T22:09:16.049Z] Running setup.py install for texttable: started [2021-03-04T22:09:16.624Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T22:09:16.886Z] 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.58.0 [2021-03-04T22:09:20.458Z] gofmt -l . [2021-03-04T22:09:20.458Z] [ "`gofmt -l .`" = "" ] [2021-03-04T22:09:20.458Z] ./bin/test-go-mod-tidy.sh [2021-03-04T22:09:20.458Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-04T22:09:21.112Z] Removing intermediate container dff19d70e43d [2021-03-04T22:09:21.112Z] ---> aca072969f1f [2021-03-04T22:09:21.112Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T22:09:21.112Z] ---> Running in e36caa4fc699 [2021-03-04T22:09:21.135Z] + ls -al . [2021-03-04T22:09:21.135Z] total 756 [2021-03-04T22:09:21.135Z] drwxrwxr-x 9 1001 1001 4096 Mar 4 22:09 . [2021-03-04T22:09:21.135Z] drwxr-xr-x 4 root root 4096 Mar 4 22:04 .. [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 11 Mar 4 22:03 .dockerignore [2021-03-04T22:09:21.135Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 22:03 .git [2021-03-04T22:09:21.135Z] drwxrwxr-x 3 1001 1001 4096 Mar 4 22:03 .github [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 818 Mar 4 22:03 .gitignore [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 166 Mar 4 22:03 .sonarcloud.properties [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 8475 Mar 4 22:03 Attribution.txt [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 3804 Mar 4 22:03 CONTRIBUTING.md [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 931 Mar 4 22:03 Dockerfile.build [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 863 Mar 4 22:03 Jenkinsfile [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 10775 Mar 4 22:03 LICENSE [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 5774 Mar 4 22:03 Makefile [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 6524 Mar 4 22:03 README.md [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 6755 Mar 4 22:03 SECURITY.md [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 5 Mar 4 22:00 VERSION [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 4131 Mar 4 22:03 ZMQWindows.md [2021-03-04T22:09:21.135Z] drwxrwxr-x 2 1001 1001 4096 Mar 4 22:03 bin [2021-03-04T22:09:21.135Z] drwxrwxr-x 14 1001 1001 4096 Mar 4 22:03 cmd [2021-03-04T22:09:21.135Z] -rw-r--r-- 1 root root 618155 Mar 4 22:07 coverage.out [2021-03-04T22:09:21.135Z] -rw-r--r-- 1 root root 1055 Mar 4 22:09 go.mod [2021-03-04T22:09:21.135Z] -rw-r--r-- 1 root root 21699 Mar 4 22:09 go.sum [2021-03-04T22:09:21.135Z] drwxrwxr-x 8 1001 1001 4096 Mar 4 22:03 internal [2021-03-04T22:09:21.135Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 22:03 openapi [2021-03-04T22:09:21.135Z] drwxrwxr-x 4 1001 1001 4096 Mar 4 22:03 snap [2021-03-04T22:09:21.135Z] -rw-rw-r-- 1 1001 1001 168 Mar 4 22:03 version.go [Pipeline] sh [2021-03-04T22:09:21.375Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-04T22:09:21.376Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-04T22:09:21.486Z] + '[' -e coverage.out ] [2021-03-04T22:09:21.486Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-04T22:09:21.557Z] Warning: overwriting stash ‘coverage-report’ [2021-03-04T22:09:21.645Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:09:21.645Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T22:09:21.645Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T22:09:21.645Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:09:21.645Z] OK: 72 MiB in 58 packages [2021-03-04T22:09:22.222Z] Removing intermediate container e36caa4fc699 [2021-03-04T22:09:22.222Z] ---> c41b7c3cda78 [2021-03-04T22:09:22.222Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T22:09:22.222Z] ---> Running in 0759aed8f1da [2021-03-04T22:09:22.486Z] Removing intermediate container 0759aed8f1da [2021-03-04T22:09:22.486Z] ---> 201b18a74986 [2021-03-04T22:09:22.486Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:09:22.486Z] ---> Running in c247ea5a73ba [2021-03-04T22:09:22.486Z] Removing intermediate container c247ea5a73ba [2021-03-04T22:09:22.486Z] ---> 2abf34c4870c [2021-03-04T22:09:22.486Z] Step 24/26 : LABEL arch=x86_64 [2021-03-04T22:09:22.718Z] Stashed 1 file(s) [Pipeline] sh [2021-03-04T22:09:22.748Z] ---> Running in bfb608f1e51a [2021-03-04T22:09:22.748Z] Removing intermediate container bfb608f1e51a [2021-03-04T22:09:22.748Z] ---> aa0457103582 [2021-03-04T22:09:22.748Z] Step 25/26 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:09:23.010Z] ---> Running in 7feb986f2c05 [2021-03-04T22:09:23.010Z] Removing intermediate container 7feb986f2c05 [2021-03-04T22:09:23.010Z] ---> f17acde82829 [2021-03-04T22:09:23.010Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T22:09:23.272Z] ---> Running in 689512b61027 [2021-03-04T22:09:23.273Z] Removing intermediate container 689512b61027 [2021-03-04T22:09:23.273Z] ---> d6c9aae8ac54 [2021-03-04T22:09:23.273Z] [2021-03-04T22:09:23.365Z] + make build [2021-03-04T22:09:23.365Z] 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-03-04T22:09:23.535Z] Successfully built d6c9aae8ac54 [2021-03-04T22:09:23.535Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-03-04T22:09:23.814Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T22:09:23.824Z] $ docker stop --time=1 144549c85d4185b7284ba1b6df95eaa100402e37fa501418b4a1c6de477e5543 [2021-03-04T22:09:26.231Z] $ docker rm -f 144549c85d4185b7284ba1b6df95eaa100402e37fa501418b4a1c6de477e5543 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T22:09:26.883Z] + docker images [2021-03-04T22:09:26.883Z] + grep docker [2021-03-04T22:09:27.154Z] docker-sys-mgmt-agent-go latest d6c9aae8ac54 4 seconds ago 313MB [2021-03-04T22:09:27.154Z] docker-core-data-go latest 938be1f99306 25 seconds ago 22.4MB [2021-03-04T22:09:27.154Z] docker-security-secretstore-setup-go latest 35aa89b51191 53 seconds ago 24.9MB [2021-03-04T22:09:27.154Z] docker-support-scheduler-go latest 522da9794fe1 About a minute ago 17.2MB [2021-03-04T22:09:27.154Z] docker-security-bootstrapper-go latest 1ae9fec8da25 2 minutes ago 18.7MB [2021-03-04T22:09:27.154Z] docker-core-metadata-go latest 81b8a0c95593 2 minutes ago 19MB [2021-03-04T22:09:27.154Z] docker-core-command-go latest e41cc54ec784 2 minutes ago 17.2MB [2021-03-04T22:09:27.154Z] docker-support-notifications-go latest 00a149c308d4 2 minutes ago 17.8MB [2021-03-04T22:09:27.154Z] docker-security-proxy-setup-go latest e674bbc52fac 2 minutes ago 24.7MB [2021-03-04T22:09:27.154Z] docker 20.10.0 aefe523efa57 2 months 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-03-04T22:09:33.504Z] 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-03-04T22:09:42.865Z] Still waiting to schedule task [2021-03-04T22:09:42.865Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-04T22:09:55.702Z] 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-03-04T22:10:00.007Z] 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-03-04T22:10:05.443Z] 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-03-04T22:10:06.885Z] 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-03-04T22:10:12.299Z] 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-03-04T22:10:17.700Z] 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-03-04T22:10:21.093Z] 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-03-04T22:10:26.484Z] 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-03-04T22:10:29.871Z] 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-03-04T22:10:34.178Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-03-04T22:10:41.046Z] $ docker stop --time=1 687c9d8dd95f3d1c9de32c31a47e712805e4c65707741d7fed841143c00f305d [2021-03-04T22:10:43.577Z] $ docker rm -f 687c9d8dd95f3d1c9de32c31a47e712805e4c65707741d7fed841143c00f305d [2021-03-04T22:10:44.483Z] Running on prd-ubuntu18.04-docker-8c-8g-28563 in /w/workspace/edgexfoundry_edgex-go_PR-3215 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2021-03-04T22:10:44.749Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:10:45.355Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:10:45.356Z] [2021-03-04T22:10:45.356Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:10:46.064Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:10:46.065Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-03-04T22:10:46.065Z] 29e5d40040c1: Pulling fs layer [2021-03-04T22:10:46.065Z] 1ce36da41761: Pulling fs layer [2021-03-04T22:10:46.065Z] 25b303627fd3: Pulling fs layer [2021-03-04T22:10:46.659Z] 29e5d40040c1: Verifying Checksum [2021-03-04T22:10:46.659Z] 29e5d40040c1: Download complete [2021-03-04T22:10:47.144Z] using credential edgex-jenkins-ssh [2021-03-04T22:10:47.206Z] Cloning the remote Git repository [2021-03-04T22:10:47.253Z] 1ce36da41761: Verifying Checksum [2021-03-04T22:10:47.253Z] 1ce36da41761: Download complete [2021-03-04T22:10:47.253Z] 29e5d40040c1: Pull complete [2021-03-04T22:10:46.693Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:10:46.768Z] > git init /w/workspace/edgex-go/7 # timeout=10 [2021-03-04T22:10:46.797Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:10:46.797Z] > git --version # timeout=10 [2021-03-04T22:10:46.804Z] > git --version # 'git version 2.17.1' [2021-03-04T22:10:46.805Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:10:46.832Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:10:48.686Z] 1ce36da41761: Pull complete [2021-03-04T22:10:48.959Z] 25b303627fd3: Verifying Checksum [2021-03-04T22:10:48.959Z] 25b303627fd3: Download complete [2021-03-04T22:10:59.108Z] 25b303627fd3: Pull complete [2021-03-04T22:10:59.108Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-03-04T22:10:59.108Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:10:59.108Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-03-04T22:10:59.332Z] prd-ubuntu18.04-docker-arm64-4c-16g-28561 does not seem to be running inside a container [2021-03-04T22:10:59.537Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T22:11:02.805Z] $ docker top 863f153e975d67a4e0dfb8535452af5a5a8ec60b8754c48429be65254cb2cb03 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:11:03.768Z] + docker-compose build --help [2021-03-04T22:11:03.768Z] + grep parallel [2021-03-04T22:11:07.141Z] --parallel Build images in parallel. [Pipeline] } [2021-03-04T22:11:07.564Z] $ docker stop --time=1 863f153e975d67a4e0dfb8535452af5a5a8ec60b8754c48429be65254cb2cb03 [2021-03-04T22:11:09.496Z] $ docker rm -f 863f153e975d67a4e0dfb8535452af5a5a8ec60b8754c48429be65254cb2cb03 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:11:10.305Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-03-04T22:11:10.305Z] . [Pipeline] withDockerContainer [2021-03-04T22:11:10.588Z] prd-ubuntu18.04-docker-arm64-4c-16g-28561 does not seem to be running inside a container [2021-03-04T22:11:10.799Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-03-04T22:11:12.288Z] $ docker top b9c81ee6444406b0ce3ac9b1c7b1d0736539726b89dfc60cef3523206a55fc48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:11:13.195Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-03-04T22:11:15.409Z] Merging remotes/origin/master commit 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c into PR head commit 191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:11:15.582Z] Merge succeeded, producing 191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:11:15.583Z] Checking out Revision 191f7d1831594804951f64ff5fb62e04ec87ee0f (PR-3215) [2021-03-04T22:11:14.701Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:11:14.708Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-04T22:11:14.720Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-04T22:11:14.735Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-04T22:11:14.735Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:11:14.740Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3215/head:refs/remotes/origin/PR-3215 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-04T22:11:15.422Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T22:11:15.427Z] > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # timeout=10 [2021-03-04T22:11:15.556Z] > git remote # timeout=10 [2021-03-04T22:11:15.563Z] > git config --get remote.origin.url # timeout=10 [2021-03-04T22:11:15.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-04T22:11:15.571Z] > git merge 946bdc4e4624d1e8f78bf1321ff0db3f71cf286c # timeout=10 [2021-03-04T22:11:15.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-04T22:11:15.588Z] > git config core.sparsecheckout # timeout=10 [2021-03-04T22:11:15.592Z] > git checkout -f 191f7d1831594804951f64ff5fb62e04ec87ee0f # timeout=10 [2021-03-04T22:11:17.484Z] Building docker-core-command-go ... [2021-03-04T22:11:17.485Z] Building docker-core-data-go ... [2021-03-04T22:11:17.485Z] Building docker-core-metadata-go ... [2021-03-04T22:11:17.485Z] Building docker-security-bootstrapper-go ... [2021-03-04T22:11:17.485Z] Building docker-security-proxy-setup-go ... [2021-03-04T22:11:17.485Z] Building docker-security-secretstore-setup-go ... [2021-03-04T22:11:17.485Z] Building docker-support-notifications-go ... [2021-03-04T22:11:17.485Z] Building docker-support-scheduler-go ... [2021-03-04T22:11:17.485Z] Building docker-sys-mgmt-agent-go ... [2021-03-04T22:11:17.485Z] Building docker-support-notifications-go [2021-03-04T22:11:17.485Z] Building docker-security-bootstrapper-go [2021-03-04T22:11:17.485Z] Building docker-security-proxy-setup-go [2021-03-04T22:11:17.485Z] Building docker-core-data-go [2021-03-04T22:11:17.485Z] Building docker-support-scheduler-go [2021-03-04T22:11:19.477Z] Commit message: "feat(security): Add sentinel file config and also address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:11:20.613Z] + echo snap-build.sh [2021-03-04T22:11:20.613Z] snap-build.sh [2021-03-04T22:11:20.613Z] + SNAP_BASE_DIR=. [2021-03-04T22:11:20.613Z] + '[' '!' -z /w/workspace/edgex-go/7 ']' [2021-03-04T22:11:20.613Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/7 [2021-03-04T22:11:20.613Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' [2021-03-04T22:11:20.613Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/7] [2021-03-04T22:11:20.613Z] + cd /w/workspace/edgex-go/7 [2021-03-04T22:11:20.613Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-04T22:11:20.613Z] Reading package lists... [2021-03-04T22:11:20.613Z] Building dependency tree... [2021-03-04T22:11:20.613Z] Reading state information... [2021-03-04T22:11:20.876Z] The following packages were automatically installed and are no longer required: [2021-03-04T22:11:20.876Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-04T22:11:20.876Z] uidmap xdelta3 [2021-03-04T22:11:20.876Z] Use 'sudo apt autoremove' to remove them. [2021-03-04T22:11:20.876Z] The following packages will be REMOVED: [2021-03-04T22:11:20.876Z] lxd* lxd-client* [2021-03-04T22:11:21.450Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-04T22:11:21.450Z] After this operation, 31.7 MB disk space will be freed. [2021-03-04T22:11:23.036Z] (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-03-04T22:11:23.037Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T22:11:23.984Z] Removing lxd dnsmasq configuration [2021-03-04T22:11:23.984Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T22:11:24.247Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-04T22:11:25.195Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-04T22:11:25.460Z] (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-03-04T22:11:25.460Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-04T22:11:27.390Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-04T22:11:27.655Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-04T22:11:30.224Z] + sudo snap remove --purge lxd [2021-03-04T22:11:30.224Z] snap "lxd" is not installed [2021-03-04T22:11:30.224Z] + sudo groupadd --force --system lxd [2021-03-04T22:11:30.224Z] ++ whoami [2021-03-04T22:11:30.224Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-04T22:11:30.224Z] + newgrp - lxd [2021-03-04T22:11:30.224Z] + sudo snap install lxd [2021-03-04T22:11:40.345Z] 2021-03-04T22:11:37Z INFO Waiting for automatic snapd restart... [2021-03-04T22:11:58.525Z] lxd 4.11 from Canonical* installed [2021-03-04T22:11:58.526Z] + sudo lxd init --auto [2021-03-04T22:12:08.573Z] + sudo snap install --classic snapcraft [2021-03-04T22:12:15.221Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T22:12:15.221Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-03-04T22:12:15.221Z] + patch --verbose -p1 [2021-03-04T22:12:15.221Z] Hmm... Looks like a unified diff to me... [2021-03-04T22:12:15.221Z] The text leading up to this was: [2021-03-04T22:12:15.221Z] -------------------------- [2021-03-04T22:12:15.221Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-03-04T22:12:15.221Z] |From: Tony Espy [2021-03-04T22:12:15.221Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-03-04T22:12:15.221Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-03-04T22:12:15.221Z] | [2021-03-04T22:12:15.221Z] |This patch is used by the EdgeX CI pipeline builds to [2021-03-04T22:12:15.221Z] |optimize the snap CI check run for pull requests. When [2021-03-04T22:12:15.221Z] |applied, it essentially strips out everything (apps and [2021-03-04T22:12:15.221Z] |parts) from the snapcraft.yaml file except those required [2021-03-04T22:12:15.221Z] |to build edgex-go, as the whole idea of the CI check is to [2021-03-04T22:12:15.221Z] |catch changes to edgex-go that break the snap build. [2021-03-04T22:12:15.221Z] | [2021-03-04T22:12:15.221Z] |In general, anyone updating snapcraft.yaml will also need [2021-03-04T22:12:15.221Z] |to update this patch file, otherwise it may fail to apply, [2021-03-04T22:12:15.221Z] |resulting in a failed snap build CI check in the associated [2021-03-04T22:12:15.221Z] |pull request. [2021-03-04T22:12:15.221Z] | [2021-03-04T22:12:15.221Z] |Note - in addition to applying this patch, the pipeline also [2021-03-04T22:12:15.221Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-03-04T22:12:15.221Z] |need to build the finally binary .snap file (and it won't [2021-03-04T22:12:15.221Z] |work with the patch applied). This further reduces the build [2021-03-04T22:12:15.221Z] |time. [2021-03-04T22:12:15.221Z] |--- [2021-03-04T22:12:15.221Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-03-04T22:12:15.221Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-03-04T22:12:15.221Z] | [2021-03-04T22:12:15.221Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-03-04T22:12:15.221Z] |index 1e537489..faf42425 100644 [2021-03-04T22:12:15.221Z] |--- a/snap/snapcraft.yaml [2021-03-04T22:12:15.221Z] |+++ b/snap/snapcraft.yaml [2021-03-04T22:12:15.221Z] -------------------------- [2021-03-04T22:12:15.221Z] patching file snap/snapcraft.yaml [2021-03-04T22:12:15.221Z] Using Plan A... [2021-03-04T22:12:15.221Z] Hunk #1 succeeded at 73. [2021-03-04T22:12:15.221Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-03-04T22:12:15.221Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-03-04T22:12:15.221Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-03-04T22:12:15.221Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-03-04T22:12:15.221Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-03-04T22:12:15.221Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-03-04T22:12:15.221Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-03-04T22:12:15.221Z] Hmm... Ignoring the trailing garbage. [2021-03-04T22:12:15.221Z] done [2021-03-04T22:12:15.221Z] + sudo snapcraft prime --use-lxd [2021-03-04T22:12:17.147Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-04T22:12:17.147Z] 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-03-04T22:12:17.147Z] - README.md [2021-03-04T22:12:17.147Z] - snapcraft.yaml.orig [2021-03-04T22:12:17.147Z] [2021-03-04T22:12:17.147Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T22:12:17.720Z] Launching a container. [2021-03-04T22:12:32.685Z] Waiting for container to be ready [2021-03-04T22:12:32.685Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-04T22:12:32.685Z] [2021-03-04T22:12:35.244Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-04T22:12:35.506Z] Waiting for network to be ready... [2021-03-04T22:12:36.455Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-04T22:12:36.455Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-04T22:12:36.726Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-04T22:12:36.726Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-04T22:12:36.726Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-04T22:12:36.992Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-04T22:12:37.258Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-04T22:12:37.258Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-04T22:12:37.258Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-04T22:12:37.258Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-04T22:12:37.258Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-04T22:12:37.258Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-04T22:12:37.258Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-04T22:12:37.258Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-04T22:12:37.258Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-04T22:12:37.258Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-04T22:12:37.258Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-04T22:12:37.258Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-04T22:12:37.835Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-04T22:12:38.098Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-04T22:12:38.360Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-04T22:12:38.360Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-04T22:12:38.360Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-04T22:12:38.360Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-04T22:12:38.360Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-04T22:12:38.360Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-04T22:12:38.360Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-04T22:12:39.284Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:12:39.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:12:39.284Z] ---> 8254ed559405 [2021-03-04T22:12:39.284Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:12:39.284Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:12:39.284Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:12:39.284Z] ---> 8254ed559405 [2021-03-04T22:12:39.284Z] Step 3/21 : WORKDIR /edgex-go [2021-03-04T22:12:39.284Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:12:39.284Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:12:39.284Z] ---> 8254ed559405 [2021-03-04T22:12:39.284Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:12:39.284Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:12:39.284Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:12:39.284Z] ---> 8254ed559405 [2021-03-04T22:12:39.284Z] Step 3/31 : WORKDIR /edgex-goStep 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:12:39.284Z] [2021-03-04T22:12:39.284Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:12:39.284Z] ---> 8254ed559405 [2021-03-04T22:12:39.284Z] Step 3/22 : WORKDIR /edgex-go [2021-03-04T22:12:39.284Z] ---> Running in c981c8b5bac2 [2021-03-04T22:12:39.284Z] ---> Running in 574034d4976c [2021-03-04T22:12:39.284Z] ---> Running in c81791a50f5d [2021-03-04T22:12:39.284Z] ---> Running in 8f08b0c240f0 [2021-03-04T22:12:39.284Z] ---> Running in 7281c53104d0 [2021-03-04T22:12:39.284Z] Removing intermediate container 574034d4976c [2021-03-04T22:12:39.284Z] ---> 2fcbc57feb17 [2021-03-04T22:12:39.284Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:12:39.284Z] Removing intermediate container c981c8b5bac2 [2021-03-04T22:12:39.284Z] ---> ad9df74c2848 [2021-03-04T22:12:39.284Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:12:39.284Z] Removing intermediate container c81791a50f5d [2021-03-04T22:12:39.284Z] ---> fc59cdee5296 [2021-03-04T22:12:39.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:12:39.284Z] ---> Running in a75353fc9165 [2021-03-04T22:12:39.284Z] Removing intermediate container 8f08b0c240f0 [2021-03-04T22:12:39.284Z] ---> 71ccd0dd4a4b [2021-03-04T22:12:39.284Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:12:39.284Z] ---> Running in 5e6c3d34faf6 [2021-03-04T22:12:39.284Z] Removing intermediate container 7281c53104d0 [2021-03-04T22:12:39.284Z] ---> f20dd35174f2 [2021-03-04T22:12:39.284Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:12:39.284Z] ---> Running in 22a77da73b59 [2021-03-04T22:12:39.284Z] ---> Running in 6753785c11ea [2021-03-04T22:12:39.284Z] ---> Running in 668b60df7651 [2021-03-04T22:12:39.284Z] Removing intermediate container a75353fc9165 [2021-03-04T22:12:39.284Z] ---> 577255c5f9e4 [2021-03-04T22:12:39.284Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-03-04T22:12:39.284Z] ---> Running in 3c3de054b423 [2021-03-04T22:12:39.284Z] Removing intermediate container 5e6c3d34faf6 [2021-03-04T22:12:39.284Z] ---> 91bebe860692 [2021-03-04T22:12:39.284Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-03-04T22:12:39.284Z] Removing intermediate container 6753785c11ea [2021-03-04T22:12:39.284Z] ---> 5e3a46b758c6 [2021-03-04T22:12:39.284Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-03-04T22:12:39.284Z] ---> Running in 95556a1f9d4c [2021-03-04T22:12:39.284Z] ---> Running in 499bbe773a14 [2021-03-04T22:12:39.284Z] Removing intermediate container 22a77da73b59 [2021-03-04T22:12:39.284Z] ---> 1cc2147bd86f [2021-03-04T22:12:39.284Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-03-04T22:12:39.284Z] Removing intermediate container 668b60df7651 [2021-03-04T22:12:39.284Z] ---> 7208e6429316 [2021-03-04T22:12:39.284Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-03-04T22:12:39.284Z] ---> Running in 5eeeafb8c64e [2021-03-04T22:12:39.284Z] ---> Running in 1adb4e3c94a0 [2021-03-04T22:12:39.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:39.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:39.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:39.284Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:39.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:39.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:40.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:40.161Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:40.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:40.441Z] OK: 217 MiB in 51 packages [2021-03-04T22:12:40.441Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:12:41.049Z] OK: 217 MiB in 51 packages [2021-03-04T22:12:41.049Z] OK: 217 MiB in 51 packages [2021-03-04T22:12:41.329Z] OK: 217 MiB in 51 packages [2021-03-04T22:12:41.614Z] OK: 217 MiB in 51 packages [2021-03-04T22:12:41.889Z] Removing intermediate container 3c3de054b423 [2021-03-04T22:12:41.890Z] ---> 26a441f6aac1 [2021-03-04T22:12:41.890Z] Step 6/23 : COPY go.mod . [2021-03-04T22:12:42.887Z] Removing intermediate container 499bbe773a14 [2021-03-04T22:12:42.887Z] ---> a535aa695096 [2021-03-04T22:12:42.887Z] Step 6/21 : COPY go.mod . [2021-03-04T22:12:43.170Z] ---> f0bcab285ee6 [2021-03-04T22:12:43.170Z] Step 7/23 : RUN go mod download [2021-03-04T22:12:43.170Z] Removing intermediate container 95556a1f9d4c [2021-03-04T22:12:43.170Z] ---> 617e0dd0877a [2021-03-04T22:12:43.170Z] Step 6/31 : COPY go.mod . [2021-03-04T22:12:43.170Z] ---> Running in dd7d64bfe53c [2021-03-04T22:12:43.444Z] Removing intermediate container 5eeeafb8c64e [2021-03-04T22:12:43.444Z] ---> 468fb947be8f [2021-03-04T22:12:43.444Z] Step 6/22 : COPY go.mod . [2021-03-04T22:12:43.655Z] Fetched 24.0 MB in 7s (3355 kB/s) [2021-03-04T22:12:43.722Z] Removing intermediate container 1adb4e3c94a0 [2021-03-04T22:12:43.722Z] ---> 4de4c72ab4e9 [2021-03-04T22:12:43.722Z] Step 6/22 : COPY go.mod . [2021-03-04T22:12:44.331Z] ---> 47050c5fdb91 [2021-03-04T22:12:44.331Z] Step 7/21 : RUN go mod download [2021-03-04T22:12:44.331Z] ---> 57fb01e0d255 [2021-03-04T22:12:44.331Z] Step 7/31 : RUN go mod download [2021-03-04T22:12:44.331Z] ---> Running in c0031f426ef1 [2021-03-04T22:12:44.598Z] Reading package lists... [2021-03-04T22:12:44.606Z] ---> 40ff7475c87f [2021-03-04T22:12:44.606Z] Step 7/22 : RUN go mod download [2021-03-04T22:12:44.606Z] ---> Running in ad26c847f334 [2021-03-04T22:12:44.860Z] Reading package lists... [2021-03-04T22:12:44.887Z] ---> e7a3ac1f23da [2021-03-04T22:12:44.887Z] Step 7/22 : RUN go mod download [2021-03-04T22:12:44.887Z] ---> Running in a4712438346d [2021-03-04T22:12:45.120Z] Building dependency tree... [2021-03-04T22:12:45.120Z] Reading state information... [2021-03-04T22:12:45.382Z] The following additional packages will be installed: [2021-03-04T22:12:45.382Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T22:12:45.382Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T22:12:45.382Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T22:12:45.382Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-04T22:12:45.382Z] Suggested packages: [2021-03-04T22:12:45.382Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-04T22:12:45.382Z] Recommended packages: [2021-03-04T22:12:45.382Z] gnupg libsasl2-modules [2021-03-04T22:12:45.382Z] The following NEW packages will be installed: [2021-03-04T22:12:45.382Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-04T22:12:45.382Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-04T22:12:45.382Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-04T22:12:45.382Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-04T22:12:45.382Z] The following packages will be upgraded: [2021-03-04T22:12:45.382Z] gpg gpg-agent gpgconf libudev1 [2021-03-04T22:12:45.495Z] ---> Running in 102619b57245 [2021-03-04T22:12:45.649Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-04T22:12:45.649Z] Need to get 3530 kB of archives. [2021-03-04T22:12:45.649Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-04T22:12:45.649Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-03-04T22:12:45.649Z] Get:2 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-03-04T22:12:45.649Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-04T22:12:45.911Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-03-04T22:12:45.911Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-04T22:12:45.911Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-04T22:12:46.174Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-04T22:12:46.174Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-04T22:12:46.174Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-04T22:12:46.438Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-04T22:12:46.438Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-04T22:12:46.438Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-04T22:12:46.438Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-04T22:12:46.438Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-04T22:12:46.438Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-04T22:12:46.438Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-04T22:12:46.438Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-04T22:12:46.438Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-04T22:12:46.438Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-04T22:12:46.438Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-04T22:12:46.438Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-04T22:12:46.438Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-04T22:12:46.703Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T22:12:46.703Z] Fetched 3530 kB in 1s (3377 kB/s) [2021-03-04T22:12:46.969Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T22:12:46.969Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-03-04T22:12:46.969Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T22:12:47.234Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-03-04T22:12:47.234Z] Selecting previously unselected package udev. [2021-03-04T22:12:47.234Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-04T22:12:47.234Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-03-04T22:12:47.234Z] Unpacking udev (237-3ubuntu10.44) ... [2021-03-04T22:12:47.480Z] Removing intermediate container dd7d64bfe53c [2021-03-04T22:12:47.480Z] ---> 9a41dcc8a684 [2021-03-04T22:12:47.480Z] Step 8/23 : COPY . . [2021-03-04T22:12:47.810Z] Selecting previously unselected package libfuse2:amd64. [2021-03-04T22:12:47.810Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T22:12:47.810Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T22:12:47.810Z] Selecting previously unselected package fuse. [2021-03-04T22:12:47.810Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-04T22:12:47.810Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-04T22:12:47.810Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T22:12:47.810Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T22:12:48.074Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T22:12:48.074Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T22:12:48.074Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T22:12:48.074Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T22:12:48.338Z] Selecting previously unselected package libksba8:amd64. [2021-03-04T22:12:48.338Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-04T22:12:48.338Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-04T22:12:48.338Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-04T22:12:48.338Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:48.601Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:48.601Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-04T22:12:48.601Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:48.601Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:48.865Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-04T22:12:48.865Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:48.865Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:48.865Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-04T22:12:48.865Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:48.865Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:48.865Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-04T22:12:48.865Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:48.865Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:49.130Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-04T22:12:49.130Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:49.130Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:49.130Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-04T22:12:49.130Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:49.130Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:49.394Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-04T22:12:49.394Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:49.394Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:49.394Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-04T22:12:49.394Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-04T22:12:49.394Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:49.657Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-04T22:12:49.657Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T22:12:49.657Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T22:12:49.657Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-04T22:12:49.657Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-04T22:12:49.657Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T22:12:49.919Z] Selecting previously unselected package libldap-common. [2021-03-04T22:12:49.919Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-04T22:12:49.919Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T22:12:49.919Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-04T22:12:49.919Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-04T22:12:49.919Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T22:12:50.184Z] Selecting previously unselected package dirmngr. [2021-03-04T22:12:50.184Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T22:12:50.184Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T22:12:50.184Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T22:12:50.184Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-04T22:12:50.446Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-04T22:12:50.446Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T22:12:50.446Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-04T22:12:50.446Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-04T22:12:50.446Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:50.446Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-04T22:12:50.446Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T22:12:50.708Z] Setting up udev (237-3ubuntu10.44) ... [2021-03-04T22:12:50.897Z] Removing intermediate container ad26c847f334 [2021-03-04T22:12:50.898Z] ---> 72c5a6547f13 [2021-03-04T22:12:50.898Z] Step 8/31 : COPY . . [2021-03-04T22:12:50.898Z] Removing intermediate container a4712438346d [2021-03-04T22:12:50.898Z] ---> bb6b527385f1 [2021-03-04T22:12:50.898Z] Step 8/22 : COPY . . [2021-03-04T22:12:50.898Z] Removing intermediate container 102619b57245 [2021-03-04T22:12:50.898Z] ---> 19538ddb78d8 [2021-03-04T22:12:50.898Z] Step 8/22 : COPY . . [2021-03-04T22:12:50.976Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-04T22:12:51.175Z] Removing intermediate container c0031f426ef1 [2021-03-04T22:12:51.175Z] ---> 378aa0a7d1d1 [2021-03-04T22:12:51.175Z] Step 8/21 : COPY . . [2021-03-04T22:12:51.553Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.553Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-04T22:12:51.553Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-04T22:12:51.553Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-04T22:12:51.553Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:51.815Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-04T22:12:52.078Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-04T22:12:52.078Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-04T22:12:52.339Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T22:12:52.913Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-04T22:12:52.913Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-04T22:12:52.913Z] This means they are not meant to be enabled using systemctl. [2021-03-04T22:12:52.913Z] Possible reasons for having this kind of units are: [2021-03-04T22:12:52.913Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-04T22:12:52.913Z] .wants/ or .requires/ directory. [2021-03-04T22:12:52.913Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-04T22:12:52.913Z] a requirement dependency on it. [2021-03-04T22:12:52.913Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-04T22:12:52.913Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-04T22:12:52.913Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-04T22:12:52.913Z] instance name specified. [2021-03-04T22:12:53.175Z] Reading package lists... [2021-03-04T22:12:53.437Z] Building dependency tree... [2021-03-04T22:12:53.437Z] Reading state information... [2021-03-04T22:12:53.437Z] The following additional packages will be installed: [2021-03-04T22:12:53.437Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-04T22:12:53.437Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-04T22:12:53.437Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-04T22:12:53.437Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-04T22:12:53.437Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-04T22:12:53.437Z] Suggested packages: [2021-03-04T22:12:53.437Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-04T22:12:53.437Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-04T22:12:53.437Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-04T22:12:53.437Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-04T22:12:53.437Z] systemd-container policykit-1 [2021-03-04T22:12:53.437Z] Recommended packages: [2021-03-04T22:12:53.437Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-04T22:12:53.437Z] The following NEW packages will be installed: [2021-03-04T22:12:53.437Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-04T22:12:53.437Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-04T22:12:53.437Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-04T22:12:53.437Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-04T22:12:53.437Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-04T22:12:53.437Z] The following packages will be upgraded: [2021-03-04T22:12:53.437Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-04T22:12:53.698Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-04T22:12:53.699Z] Need to get 35.2 MB of archives. [2021-03-04T22:12:53.699Z] After this operation, 141 MB of additional disk space will be used. [2021-03-04T22:12:53.699Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-03-04T22:12:53.699Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-04T22:12:54.274Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-04T22:12:54.537Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-03-04T22:12:54.537Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-04T22:12:54.537Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-04T22:12:54.537Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-04T22:12:54.537Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-04T22:12:54.537Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-04T22:12:54.537Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-04T22:12:54.537Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-04T22:12:54.537Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-04T22:12:54.537Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-04T22:12:54.537Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-04T22:12:54.537Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-04T22:12:54.537Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-04T22:12:54.537Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-04T22:12:54.537Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-04T22:12:54.537Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-04T22:12:54.800Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-04T22:12:54.800Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-04T22:12:54.800Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-04T22:12:54.800Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-04T22:12:54.800Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-04T22:12:54.800Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-04T22:12:54.800Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-04T22:12:54.800Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-04T22:12:54.800Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-04T22:12:54.800Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-04T22:12:55.063Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-04T22:12:56.464Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T22:12:56.464Z] Fetched 35.2 MB in 2s (14.4 MB/s) [2021-03-04T22:12:56.464Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T22:12:56.464Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-03-04T22:12:57.875Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T22:12:58.448Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-03-04T22:12:58.448Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T22:12:58.710Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-03-04T22:12:58.972Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T22:12:58.972Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T22:12:59.234Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T22:12:59.495Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-04T22:12:59.757Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-04T22:12:59.757Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-04T22:12:59.757Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-04T22:13:00.333Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-04T22:13:00.333Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-04T22:13:00.906Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-04T22:13:00.906Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-04T22:13:00.906Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T22:13:00.906Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T22:13:01.479Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-04T22:13:01.479Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T22:13:01.479Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:01.743Z] Selecting previously unselected package libexpat1:amd64. [2021-03-04T22:13:01.743Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-04T22:13:01.743Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T22:13:01.743Z] Selecting previously unselected package python3.6-minimal. [2021-03-04T22:13:01.743Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T22:13:01.743Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:02.004Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T22:13:02.266Z] Checking for services that may need to be restarted...done. [2021-03-04T22:13:02.266Z] Checking for services that may need to be restarted...done. [2021-03-04T22:13:02.266Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:02.266Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-04T22:13:02.530Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:03.108Z] Selecting previously unselected package python3-minimal. [2021-03-04T22:13:03.108Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-04T22:13:03.108Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-04T22:13:03.108Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-04T22:13:03.685Z] Selecting previously unselected package mime-support. [2021-03-04T22:13:03.685Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-04T22:13:03.685Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-04T22:13:03.685Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-04T22:13:03.685Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-04T22:13:03.685Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T22:13:03.949Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-04T22:13:03.949Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T22:13:03.949Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:04.212Z] Selecting previously unselected package python3.6. [2021-03-04T22:13:04.212Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-04T22:13:04.212Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:04.212Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-04T22:13:04.212Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-04T22:13:04.212Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T22:13:04.212Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-04T22:13:04.787Z] Selecting previously unselected package python3. [2021-03-04T22:13:04.787Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-04T22:13:04.787Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-04T22:13:04.787Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-04T22:13:04.787Z] Selecting previously unselected package multiarch-support. [2021-03-04T22:13:04.787Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:04.787Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T22:13:04.787Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-04T22:13:05.049Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-04T22:13:05.049Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-04T22:13:05.049Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-04T22:13:05.049Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T22:13:05.049Z] Selecting previously unselected package libbsd0:amd64. [2021-03-04T22:13:05.049Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-04T22:13:05.049Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T22:13:05.050Z] Selecting previously unselected package sudo. [2021-03-04T22:13:05.050Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:05.050Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T22:13:05.312Z] Selecting previously unselected package apparmor. [2021-03-04T22:13:05.312Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T22:13:05.312Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-04T22:13:05.574Z] Selecting previously unselected package libedit2:amd64. [2021-03-04T22:13:05.574Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-04T22:13:05.574Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T22:13:05.574Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-04T22:13:05.574Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T22:13:05.574Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:05.836Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-04T22:13:05.836Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T22:13:05.836Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:05.836Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-04T22:13:05.836Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-04T22:13:05.836Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T22:13:06.098Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-04T22:13:06.099Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T22:13:06.099Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:06.099Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-04T22:13:06.099Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-04T22:13:06.099Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:06.360Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-04T22:13:06.360Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-04T22:13:06.360Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T22:13:06.623Z] Selecting previously unselected package openssh-client. [2021-03-04T22:13:06.623Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-04T22:13:06.623Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T22:13:06.885Z] Selecting previously unselected package squashfs-tools. [2021-03-04T22:13:06.885Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-04T22:13:06.885Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T22:13:06.885Z] Selecting previously unselected package snapd. [2021-03-04T22:13:06.885Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-04T22:13:06.885Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-04T22:13:10.195Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-04T22:13:10.195Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-04T22:13:10.195Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-04T22:13:10.195Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-04T22:13:10.195Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-04T22:13:10.195Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:10.195Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T22:13:10.195Z] Setting up systemd (237-3ubuntu10.44) ... [2021-03-04T22:13:10.195Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-04T22:13:11.139Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-04T22:13:11.139Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-04T22:13:11.139Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-04T22:13:11.139Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:11.139Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:11.139Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-04T22:13:12.085Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-04T22:13:12.085Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:12.085Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-04T22:13:12.085Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-04T22:13:12.085Z] running python rtupdate hooks for python3.6... [2021-03-04T22:13:12.085Z] running python post-rtupdate hooks for python3.6... [2021-03-04T22:13:12.351Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-04T22:13:14.287Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-04T22:13:14.287Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-04T22:13:14.287Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-04T22:13:14.551Z] Setting up snapd (2.48.3+18.04) ... [2021-03-04T22:13:15.128Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-04T22:13:15.396Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-04T22:13:15.660Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-04T22:13:15.925Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-04T22:13:16.189Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T22:13:16.189Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-04T22:13:16.460Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-04T22:13:16.721Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-04T22:13:17.014Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-04T22:13:17.277Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-04T22:13:17.277Z] /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-03-04T22:13:17.277Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-04T22:13:17.277Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T22:13:18.071Z] ---> 0fe68a484e3b [2021-03-04T22:13:18.071Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-03-04T22:13:18.071Z] ---> f37298d5d641 [2021-03-04T22:13:18.071Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-03-04T22:13:18.071Z] ---> 70adb5303692 [2021-03-04T22:13:18.071Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-03-04T22:13:18.071Z] ---> 511436cbfefc [2021-03-04T22:13:18.071Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-03-04T22:13:18.071Z] ---> 2ecc8bb63296 [2021-03-04T22:13:18.071Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-03-04T22:13:18.071Z] ---> Running in 8e33ec8644e1 [2021-03-04T22:13:18.071Z] ---> Running in 8f49d4f8e69f [2021-03-04T22:13:18.071Z] ---> Running in 3c69fed4def2 [2021-03-04T22:13:18.071Z] ---> Running in 479003c57950 [2021-03-04T22:13:18.071Z] ---> Running in 7b079718527d [2021-03-04T22:13:18.071Z] 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-03-04T22:13:18.071Z] 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-03-04T22:13:18.352Z] 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-03-04T22:13:18.352Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T22:13:18.352Z] 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-03-04T22:13:18.671Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T22:13:18.671Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T22:13:18.932Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T22:13:20.580Z] Reading package lists... [2021-03-04T22:13:20.842Z] Reading package lists... [2021-03-04T22:13:21.105Z] Building dependency tree... [2021-03-04T22:13:21.105Z] Reading state information... [2021-03-04T22:13:21.105Z] Calculating upgrade... [2021-03-04T22:13:21.370Z] The following packages will be upgraded: [2021-03-04T22:13:21.370Z] advancecomp base-files bash binutils binutils-common [2021-03-04T22:13:21.370Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-04T22:13:21.370Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-04T22:13:21.370Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-04T22:13:21.370Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-04T22:13:21.370Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-04T22:13:21.370Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-04T22:13:21.370Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-04T22:13:21.370Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-04T22:13:21.370Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-04T22:13:21.370Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-04T22:13:21.370Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-04T22:13:21.370Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-04T22:13:21.370Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-04T22:13:21.370Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-04T22:13:21.370Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T22:13:21.370Z] Need to get 63.8 MB of archives. [2021-03-04T22:13:21.370Z] After this operation, 5202 kB of additional disk space will be used. [2021-03-04T22:13:21.370Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-136.140 [1001 kB] [2021-03-04T22:13:21.635Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-04T22:13:21.635Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-04T22:13:21.635Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-04T22:13:21.635Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-04T22:13:21.635Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-04T22:13:21.635Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-04T22:13:21.635Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-04T22:13:21.635Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-04T22:13:21.635Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-04T22:13:21.635Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-04T22:13:21.635Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-04T22:13:21.635Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-04T22:13:21.635Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-04T22:13:21.635Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-04T22:13:21.635Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-04T22:13:21.635Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-04T22:13:21.635Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-04T22:13:21.635Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-04T22:13:21.635Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-04T22:13:21.635Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-04T22:13:21.904Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-04T22:13:21.904Z] 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-03-04T22:13:21.904Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-04T22:13:21.904Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-04T22:13:21.904Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-04T22:13:21.904Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-04T22:13:21.904Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-04T22:13:21.904Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-04T22:13:21.904Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-04T22:13:21.904Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-04T22:13:21.904Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-04T22:13:21.904Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-04T22:13:21.904Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-04T22:13:21.904Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-04T22:13:21.904Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-03-04T22:13:21.904Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-04T22:13:21.904Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-04T22:13:21.904Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-04T22:13:21.904Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-04T22:13:21.904Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-04T22:13:21.904Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-04T22:13:21.904Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-04T22:13:21.904Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-04T22:13:21.904Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-04T22:13:21.904Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-04T22:13:21.904Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-04T22:13:21.904Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-04T22:13:21.904Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-04T22:13:21.904Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-04T22:13:21.904Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-04T22:13:21.904Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-04T22:13:21.904Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-04T22:13:21.904Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-04T22:13:21.904Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-04T22:13:22.176Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-04T22:13:22.445Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-04T22:13:22.445Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-04T22:13:22.445Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-04T22:13:22.445Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-04T22:13:22.445Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-04T22:13:22.445Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-04T22:13:22.445Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-04T22:13:22.445Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-04T22:13:22.710Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-04T22:13:22.710Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-04T22:13:22.710Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-04T22:13:22.710Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-04T22:13:22.710Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-04T22:13:22.710Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-04T22:13:22.710Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-04T22:13:22.710Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-04T22:13:22.710Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-04T22:13:22.710Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-04T22:13:22.710Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-04T22:13:22.976Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-04T22:13:22.976Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-04T22:13:22.976Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-04T22:13:22.976Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-04T22:13:22.976Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-04T22:13:22.976Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-04T22:13:22.976Z] Get:82 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-03-04T22:13:22.976Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-04T22:13:22.976Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-03-04T22:13:22.976Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-04T22:13:22.976Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-04T22:13:22.976Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-04T22:13:22.976Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-04T22:13:23.242Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-04T22:13:23.242Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-04T22:13:23.242Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-04T22:13:23.242Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-04T22:13:23.242Z] Get:93 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-03-04T22:13:23.242Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-04T22:13:23.242Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-04T22:13:23.242Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-04T22:13:23.242Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-04T22:13:23.242Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-04T22:13:23.242Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-04T22:13:23.508Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T22:13:23.508Z] Fetched 63.8 MB in 2s (32.5 MB/s) [2021-03-04T22:13:23.508Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:23.508Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:23.508Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T22:13:24.463Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:24.463Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T22:13:24.730Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-136.140_amd64.deb ... [2021-03-04T22:13:24.730Z] Unpacking linux-libc-dev:amd64 (4.15.0-136.140) over (4.15.0-20.21) ... [2021-03-04T22:13:25.685Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:25.685Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:25.947Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:25.947Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:25.947Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:25.947Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.209Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:26.209Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.472Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:26.472Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.472Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:26.472Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.735Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:26.735Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.735Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:13:26.997Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T22:13:26.997Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:26.997Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-04T22:13:26.997Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:13:27.262Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T22:13:27.262Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:27.262Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:27.262Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:27.262Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:27.528Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:27.529Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-04T22:13:27.794Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:13:27.794Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T22:13:27.794Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:28.057Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T22:13:28.634Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T22:13:29.212Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-04T22:13:29.212Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-04T22:13:29.212Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-04T22:13:29.212Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-04T22:13:29.212Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-04T22:13:29.473Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-04T22:13:29.473Z] Installing new version of config file /etc/issue ... [2021-03-04T22:13:29.473Z] Installing new version of config file /etc/issue.net ... [2021-03-04T22:13:29.473Z] Installing new version of config file /etc/lsb-release ... [2021-03-04T22:13:29.735Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-04T22:13:29.998Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-04T22:13:29.998Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-04T22:13:29.998Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-04T22:13:30.262Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:30.263Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-04T22:13:30.263Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-04T22:13:30.526Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-04T22:13:30.526Z] 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-03-04T22:13:30.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:30.526Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:30.791Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:30.791Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:31.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:31.056Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-04T22:13:31.056Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-04T22:13:31.056Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-04T22:13:31.320Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:31.320Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-04T22:13:31.320Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T22:13:31.586Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-04T22:13:31.849Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:31.849Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T22:13:31.849Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T22:13:31.849Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T22:13:32.112Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:32.112Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T22:13:32.112Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T22:13:32.374Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-04T22:13:32.374Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:32.374Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-04T22:13:32.374Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-04T22:13:32.636Z] Setting up grep (3.1-2build1) ... [2021-03-04T22:13:32.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:32.636Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T22:13:32.636Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T22:13:32.898Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-04T22:13:33.160Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:33.160Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T22:13:33.160Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T22:13:33.160Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-04T22:13:33.423Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:33.423Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T22:13:33.423Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T22:13:34.386Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T22:13:34.386Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T22:13:34.651Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-04T22:13:34.651Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T22:13:35.229Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-04T22:13:35.229Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:35.229Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-04T22:13:35.492Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-04T22:13:36.459Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T22:13:36.459Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T22:13:36.459Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-04T22:13:36.722Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-04T22:13:36.722Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T22:13:36.722Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:36.722Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-04T22:13:36.984Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-04T22:13:36.984Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-04T22:13:37.249Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:37.249Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:37.249Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:37.249Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:37.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:37.532Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:37.532Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:37.794Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:37.794Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:37.794Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:37.794Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:38.056Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:38.056Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:38.056Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:38.056Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:38.317Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:38.317Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:38.317Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T22:13:38.317Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T22:13:38.579Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T22:13:38.579Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T22:13:38.842Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T22:13:38.842Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:38.842Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-04T22:13:38.842Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T22:13:39.104Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T22:13:39.104Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:39.104Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:39.104Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:39.365Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:39.365Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:39.365Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:39.627Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:39.627Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:39.889Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:39.889Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:39.889Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:40.463Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:13:40.729Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-04T22:13:40.995Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-04T22:13:41.259Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:41.259Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-04T22:13:41.259Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-04T22:13:41.523Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T22:13:41.796Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-04T22:13:41.797Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-04T22:13:41.797Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-04T22:13:42.066Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-04T22:13:42.066Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:42.066Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-04T22:13:42.066Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-04T22:13:42.329Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-04T22:13:42.903Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:42.903Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-04T22:13:42.903Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T22:13:42.903Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-04T22:13:43.165Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:43.165Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-04T22:13:43.165Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-04T22:13:43.165Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-04T22:13:43.426Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:43.426Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T22:13:43.426Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T22:13:43.426Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T22:13:43.695Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:43.695Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T22:13:43.695Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T22:13:43.957Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T22:13:43.957Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:43.957Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-04T22:13:44.219Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T22:13:44.481Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T22:13:45.055Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:45.055Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-04T22:13:45.055Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-04T22:13:45.317Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-03-04T22:13:45.317Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-03-04T22:13:45.317Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T22:13:45.578Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T22:13:45.578Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T22:13:45.578Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:45.578Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-04T22:13:45.839Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-04T22:13:45.839Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-04T22:13:46.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:46.101Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-04T22:13:46.101Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-04T22:13:46.362Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-04T22:13:46.624Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:46.624Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-04T22:13:46.624Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-04T22:13:46.884Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-04T22:13:46.885Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:46.885Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-03-04T22:13:46.885Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-04T22:13:47.146Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-03-04T22:13:47.146Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:47.146Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-04T22:13:47.492Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-04T22:13:47.754Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-04T22:13:48.015Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:48.015Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-04T22:13:48.015Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-04T22:13:48.015Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-04T22:13:48.277Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:48.277Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-04T22:13:48.277Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-04T22:13:48.539Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-04T22:13:48.539Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:48.539Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-04T22:13:48.802Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-04T22:13:48.802Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-04T22:13:48.802Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:48.802Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-04T22:13:49.063Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-04T22:13:49.063Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-04T22:13:49.325Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:49.325Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-04T22:13:49.325Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-04T22:13:49.587Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-04T22:13:49.587Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:49.587Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T22:13:49.587Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-04T22:13:49.850Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-04T22:13:49.851Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-04T22:13:49.851Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-04T22:13:49.851Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-04T22:13:50.115Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-04T22:13:50.115Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-04T22:13:50.115Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T22:13:50.381Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T22:13:50.381Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-04T22:13:50.381Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-04T22:13:50.647Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-04T22:13:50.647Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-04T22:13:50.910Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-04T22:13:51.173Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-04T22:13:51.173Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-04T22:13:51.173Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-04T22:13:51.435Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-04T22:13:51.435Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-04T22:13:51.697Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-04T22:13:51.697Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-04T22:13:51.697Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-04T22:13:51.697Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-04T22:13:51.959Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-04T22:13:51.959Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-04T22:13:52.221Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-04T22:13:52.221Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-04T22:13:52.221Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-04T22:13:52.483Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-04T22:13:52.483Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-04T22:13:52.483Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-04T22:13:53.429Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-04T22:13:53.699Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-04T22:13:53.699Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-04T22:13:53.699Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-04T22:13:53.960Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T22:13:53.960Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T22:13:54.535Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T22:13:54.535Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T22:13:54.535Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T22:13:54.796Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T22:13:54.796Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-04T22:13:54.796Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-04T22:13:55.220Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:55.220Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:55.220Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:55.482Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:55.744Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:55.744Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:55.744Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:56.006Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:57.395Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:57.395Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:59.320Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:59.320Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:13:59.899Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:13:59.900Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:14:00.490Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:14:00.490Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:14:01.444Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-04T22:14:01.444Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-04T22:14:01.709Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T22:14:01.709Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T22:14:01.709Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T22:14:01.976Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T22:14:01.976Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-04T22:14:01.976Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-04T22:14:02.238Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-04T22:14:02.238Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-04T22:14:02.501Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T22:14:02.501Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T22:14:02.501Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-04T22:14:02.501Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-04T22:14:02.763Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-04T22:14:02.763Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-04T22:14:02.763Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:02.763Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-04T22:14:02.763Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:03.025Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:03.025Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:03.025Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-04T22:14:03.025Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-04T22:14:03.025Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-04T22:14:03.287Z] [2021-03-04T22:14:03.287Z] Current default time zone: 'Etc/UTC' [2021-03-04T22:14:03.287Z] Local time is now: Thu Mar 4 22:14:03 UTC 2021. [2021-03-04T22:14:03.287Z] Universal Time is now: Thu Mar 4 22:14:03 UTC 2021. [2021-03-04T22:14:03.287Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-04T22:14:03.287Z] [2021-03-04T22:14:03.287Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-03-04T22:14:03.287Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:03.287Z] Setting up linux-libc-dev:amd64 (4.15.0-136.140) ... [2021-03-04T22:14:03.287Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-04T22:14:03.287Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-04T22:14:03.550Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-04T22:14:03.550Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-04T22:14:03.550Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-04T22:14:03.550Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-04T22:14:03.550Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-04T22:14:03.550Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:03.812Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-04T22:14:04.075Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:04.075Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T22:14:04.075Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:04.075Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-04T22:14:04.075Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-04T22:14:04.338Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-04T22:14:04.338Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-04T22:14:04.338Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-04T22:14:04.338Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-04T22:14:04.338Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-04T22:14:04.338Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-04T22:14:06.260Z] Updating certificates in /etc/ssl/certs... [2021-03-04T22:14:07.221Z] 23 added, 27 removed; done. [2021-03-04T22:14:07.221Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-04T22:14:07.221Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-04T22:14:07.482Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-04T22:14:07.482Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-04T22:14:07.482Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-04T22:14:07.482Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.482Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-04T22:14:07.744Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.744Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.744Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.744Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.744Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:07.744Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-04T22:14:08.006Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-04T22:14:08.006Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-04T22:14:08.006Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-04T22:14:08.006Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-04T22:14:08.006Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:08.006Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-04T22:14:08.006Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-04T22:14:08.267Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-04T22:14:08.267Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-04T22:14:08.267Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T22:14:08.267Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-03-04T22:14:08.529Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-04T22:14:08.529Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-04T22:14:08.529Z] Updating certificates in /etc/ssl/certs... [2021-03-04T22:14:09.126Z] 0 added, 0 removed; done. [2021-03-04T22:14:09.126Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-04T22:14:09.126Z] done. [2021-03-04T22:14:10.088Z] Reading package lists... [2021-03-04T22:14:10.088Z] Building dependency tree... [2021-03-04T22:14:10.088Z] Reading state information... [2021-03-04T22:14:10.372Z] The following NEW packages will be installed: [2021-03-04T22:14:10.372Z] apt-transport-https [2021-03-04T22:14:10.634Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T22:14:10.634Z] Need to get 1696 B of archives. [2021-03-04T22:14:10.634Z] After this operation, 153 kB of additional disk space will be used. [2021-03-04T22:14:10.634Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-04T22:14:10.634Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T22:14:10.634Z] Fetched 1696 B in 0s (8521 B/s) [2021-03-04T22:14:10.634Z] Selecting previously unselected package apt-transport-https. [2021-03-04T22:14:10.634Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-04T22:14:10.634Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-04T22:14:10.897Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T22:14:10.897Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-04T22:14:11.159Z] Waiting for network to be ready... [2021-03-04T22:14:19.317Z] 2021-03-04T22:14:15Z INFO Waiting for automatic snapd restart... [2021-03-04T22:14:19.579Z] snapd 2.49 from Canonical* installed [2021-03-04T22:14:20.968Z] "snapd" switched to the "latest/stable" channel [2021-03-04T22:14:20.968Z] [2021-03-04T22:14:25.182Z] core18 20210128 from Canonical* installed [2021-03-04T22:14:25.443Z] "core18" switched to the "latest/stable" channel [2021-03-04T22:14:25.443Z] [2021-03-04T22:14:30.749Z] snapcraft 4.5.1 from Canonical* installed [2021-03-04T22:14:31.322Z] "snapcraft" switched to the "latest/stable" channel [2021-03-04T22:14:31.322Z] [2021-03-04T22:14:35.543Z] 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-03-04T22:14:35.543Z] - README.md [2021-03-04T22:14:35.543Z] - snapcraft.yaml.orig [2021-03-04T22:14:35.543Z] [2021-03-04T22:14:35.543Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-04T22:14:42.161Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T22:14:42.161Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T22:14:42.161Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T22:14:42.161Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T22:14:44.102Z] Reading package lists... [2021-03-04T22:14:44.368Z] 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-03-04T22:14:50.973Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T22:14:50.973Z] Reading package lists... [2021-03-04T22:14:50.973Z] Building dependency tree... [2021-03-04T22:14:50.973Z] Reading state information... [2021-03-04T22:14:50.973Z] Suggested packages: [2021-03-04T22:14:50.973Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-04T22:14:50.973Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-04T22:14:50.973Z] Recommended packages: [2021-03-04T22:14:50.973Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-04T22:14:50.973Z] The following NEW packages will be installed: [2021-03-04T22:14:50.973Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-04T22:14:50.973Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-04T22:14:50.973Z] pkg-config zip [2021-03-04T22:14:50.973Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-04T22:14:50.973Z] Need to get 7655 kB of archives. [2021-03-04T22:14:50.973Z] After this operation, 43.7 MB of additional disk space will be used. [2021-03-04T22:14:50.973Z] 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-03-04T22:14:50.973Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-04T22:14:50.973Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-04T22:14:50.973Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-03-04T22:14:50.973Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-03-04T22:14:51.241Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-04T22:14:51.241Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-04T22:14:51.241Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-04T22:14:51.506Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-04T22:14:51.506Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-04T22:14:51.506Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-04T22:14:51.506Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-04T22:14:51.506Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-04T22:14:51.772Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-04T22:14:51.772Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-04T22:14:51.772Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-04T22:14:51.772Z] Fetched 7655 kB in 1s (9509 kB/s) [2021-03-04T22:14:52.038Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-04T22:14:52.038Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-04T22:14:52.038Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-03-04T22:14:52.038Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T22:14:52.303Z] Selecting previously unselected package libpsl5:amd64. [2021-03-04T22:14:52.303Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-04T22:14:52.303Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T22:14:52.567Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-04T22:14:52.567Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-04T22:14:52.567Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T22:14:52.567Z] Selecting previously unselected package librtmp1:amd64. [2021-03-04T22:14:52.567Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-04T22:14:52.567Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T22:14:52.567Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-04T22:14:52.567Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-04T22:14:52.567Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T22:14:52.833Z] Selecting previously unselected package liberror-perl. [2021-03-04T22:14:52.833Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-04T22:14:52.833Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-04T22:14:52.833Z] Selecting previously unselected package git-man. [2021-03-04T22:14:52.833Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-03-04T22:14:52.833Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T22:14:53.104Z] Selecting previously unselected package git. [2021-03-04T22:14:53.104Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-03-04T22:14:53.104Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T22:14:54.073Z] Selecting previously unselected package libnorm1:amd64. [2021-03-04T22:14:54.073Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-04T22:14:54.345Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T22:14:54.345Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-04T22:14:54.345Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-04T22:14:54.345Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T22:14:54.345Z] Selecting previously unselected package libsodium23:amd64. [2021-03-04T22:14:54.345Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-04T22:14:54.345Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-04T22:14:54.610Z] Selecting previously unselected package libzmq5:amd64. [2021-03-04T22:14:54.610Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T22:14:54.610Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T22:14:54.610Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-04T22:14:54.610Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-04T22:14:54.610Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T22:14:54.878Z] Selecting previously unselected package pkg-config. [2021-03-04T22:14:54.878Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-04T22:14:54.878Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T22:14:54.878Z] Selecting previously unselected package zip. [2021-03-04T22:14:54.878Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-04T22:14:54.878Z] Unpacking zip (3.0-11build1) ... [2021-03-04T22:14:55.144Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-04T22:14:55.144Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-03-04T22:14:55.144Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-04T22:14:55.144Z] Setting up liberror-perl (0.17025-1) ... [2021-03-04T22:14:55.144Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-04T22:14:55.144Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-03-04T22:14:55.189Z] 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-03-04T22:14:55.408Z] No schema files found: doing nothing. [2021-03-04T22:14:55.408Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-04T22:14:55.408Z] Setting up zip (3.0-11build1) ... [2021-03-04T22:14:55.408Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-04T22:14:55.408Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-04T22:14:55.408Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-04T22:14:55.671Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T22:14:55.671Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-04T22:14:55.671Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-04T22:14:55.671Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-03-04T22:14:55.671Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-04T22:15:02.332Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T22:15:02.332Z] git set to automatically installed. [2021-03-04T22:15:02.332Z] git-man set to automatically installed. [2021-03-04T22:15:02.332Z] libcurl3-gnutls set to automatically installed. [2021-03-04T22:15:02.332Z] liberror-perl set to automatically installed. [2021-03-04T22:15:02.332Z] libglib2.0-0 set to automatically installed. [2021-03-04T22:15:02.332Z] libnghttp2-14 set to automatically installed. [2021-03-04T22:15:02.332Z] libnorm1 set to automatically installed. [2021-03-04T22:15:02.332Z] libpgm-5.2-0 set to automatically installed. [2021-03-04T22:15:02.332Z] libpsl5 set to automatically installed. [2021-03-04T22:15:02.332Z] librtmp1 set to automatically installed. [2021-03-04T22:15:02.332Z] libsodium23 set to automatically installed. [2021-03-04T22:15:02.332Z] libzmq3-dev set to automatically installed. [2021-03-04T22:15:02.332Z] libzmq5 set to automatically installed. [2021-03-04T22:15:02.332Z] pkg-config set to automatically installed. [2021-03-04T22:15:02.332Z] zip set to automatically installed. [2021-03-04T22:15:04.280Z] snapd is not logged in, snap install commands will use sudo [2021-03-04T22:15:07.613Z] Removing intermediate container 479003c57950 [2021-03-04T22:15:07.613Z] ---> d29153bb8e71 [2021-03-04T22:15:07.613Z] [2021-03-04T22:15:07.613Z] Step 10/21 : FROM alpine:3.12 [2021-03-04T22:15:07.613Z] 3.12: Pulling from library/alpine [2021-03-04T22:15:09.063Z] Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe [2021-03-04T22:15:09.063Z] Status: Downloaded newer image for alpine:3.12 [2021-03-04T22:15:09.063Z] ---> d10569e2745f [2021-03-04T22:15:09.063Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-03-04T22:15:09.063Z] Removing intermediate container 3c69fed4def2 [2021-03-04T22:15:09.063Z] ---> 00e4177d23f8 [2021-03-04T22:15:09.063Z] [2021-03-04T22:15:09.063Z] Step 10/31 : FROM alpine:3.12 [2021-03-04T22:15:09.063Z] ---> d10569e2745f [2021-03-04T22:15:09.063Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-03-04T22:15:09.350Z] ---> Running in 7530e6394862 [2021-03-04T22:15:09.351Z] ---> Running in 91c85448a612 [2021-03-04T22:15:09.964Z] Removing intermediate container 91c85448a612 [2021-03-04T22:15:09.964Z] ---> 7cc5b52c7b0b [2021-03-04T22:15:09.964Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-03-04T22:15:10.255Z] ---> Running in 96531be0b3b1 [2021-03-04T22:15:10.897Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-04T22:15:10.897Z] snap "core18" has no updates available [2021-03-04T22:15:11.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:11.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:11.851Z] Pulling config-common [2021-03-04T22:15:11.851Z] + snapcraftctl pull [2021-03-04T22:15:12.335Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:12.614Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:12.614Z] (1/4) Installing ca-certificates (20191127-r4) [2021-03-04T22:15:12.893Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:15:12.893Z] (3/4) Installing libcurl (7.69.1-r3) [2021-03-04T22:15:12.893Z] (4/4) Installing curl (7.69.1-r3) [2021-03-04T22:15:12.893Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:15:12.893Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:15:13.177Z] OK: 7 MiB in 18 packages [2021-03-04T22:15:13.177Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-03-04T22:15:13.177Z] (2/2) Installing su-exec (0.2-r1) [2021-03-04T22:15:13.177Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:15:13.177Z] OK: 5 MiB in 16 packages [2021-03-04T22:15:13.255Z] Pulling go-build-helper [2021-03-04T22:15:13.255Z] + snapcraftctl pull [2021-03-04T22:15:16.596Z] Removing intermediate container 96531be0b3b1 [2021-03-04T22:15:16.596Z] ---> f538fd545654 [2021-03-04T22:15:16.596Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-03-04T22:15:17.584Z] Removing intermediate container 7530e6394862 [2021-03-04T22:15:17.584Z] ---> e72d9b431bc5 [2021-03-04T22:15:17.584Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T22:15:17.584Z] ---> Running in d1f88af8de82 [2021-03-04T22:15:17.867Z] ---> Running in 15ed8f0e5723 [2021-03-04T22:15:18.142Z] Removing intermediate container 7b079718527d [2021-03-04T22:15:18.142Z] ---> c189b026ee77 [2021-03-04T22:15:18.142Z] [2021-03-04T22:15:18.142Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T22:15:18.142Z] ---> d10569e2745f [2021-03-04T22:15:18.142Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-03-04T22:15:18.417Z] Removing intermediate container 8f49d4f8e69f [2021-03-04T22:15:18.417Z] ---> fbd0bc8c48fe [2021-03-04T22:15:18.417Z] [2021-03-04T22:15:18.417Z] Step 10/22 : FROM alpine:3.12 [2021-03-04T22:15:18.417Z] ---> d10569e2745f [2021-03-04T22:15:18.417Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:15:18.699Z] Removing intermediate container d1f88af8de82 [2021-03-04T22:15:18.699Z] ---> 43d8420f3225 [2021-03-04T22:15:18.699Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-03-04T22:15:18.699Z] ---> Running in 70f37e3368c8 [2021-03-04T22:15:18.699Z] ---> Running in 1c5a5c1ac5f2 [2021-03-04T22:15:18.699Z] Removing intermediate container 15ed8f0e5723 [2021-03-04T22:15:18.699Z] ---> a52aa681fef0 [2021-03-04T22:15:18.699Z] Step 13/21 : WORKDIR /edgex [2021-03-04T22:15:18.975Z] ---> Running in 45e8522b16eb [2021-03-04T22:15:19.258Z] ---> Running in cd845f7e89e3 [2021-03-04T22:15:19.873Z] Removing intermediate container 45e8522b16eb [2021-03-04T22:15:19.873Z] ---> 716518bf253e [2021-03-04T22:15:19.873Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-03-04T22:15:20.476Z] ---> Running in dd3054f20705 [2021-03-04T22:15:20.477Z] Removing intermediate container cd845f7e89e3 [2021-03-04T22:15:20.477Z] ---> 8f01038d2f32 [2021-03-04T22:15:20.477Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-03-04T22:15:21.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:21.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:21.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:21.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:22.033Z] (1/2) Installing ca-certificates (20191127-r4) [2021-03-04T22:15:22.034Z] ---> ce5864bd90cd [2021-03-04T22:15:22.034Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-03-04T22:15:22.034Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-03-04T22:15:22.034Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:15:22.034Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:15:22.376Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-03-04T22:15:22.376Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:15:22.376Z] OK: 5 MiB in 15 packages [2021-03-04T22:15:22.376Z] OK: 6 MiB in 16 packages [2021-03-04T22:15:24.355Z] ---> 6edf51264caa [2021-03-04T22:15:24.355Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-03-04T22:15:25.363Z] Removing intermediate container 70f37e3368c8 [2021-03-04T22:15:25.363Z] ---> 3e99c6a3e82f [2021-03-04T22:15:25.363Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:15:25.363Z] Removing intermediate container dd3054f20705 [2021-03-04T22:15:25.363Z] ---> 00a9f678952f [2021-03-04T22:15:25.363Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-03-04T22:15:25.637Z] Removing intermediate container 1c5a5c1ac5f2 [2021-03-04T22:15:25.637Z] ---> 7aebebbb9d5b [2021-03-04T22:15:25.637Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:15:25.637Z] ---> Running in 93a511bf8335 [2021-03-04T22:15:25.911Z] ---> Running in a55d437a4106 [2021-03-04T22:15:25.911Z] ---> Running in a039f194b671 [2021-03-04T22:15:25.911Z] ---> b0f315d9f9ee [2021-03-04T22:15:25.911Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-03-04T22:15:26.183Z] ---> Running in 4531dd95ad94 [2021-03-04T22:15:26.457Z] Removing intermediate container 93a511bf8335 [2021-03-04T22:15:26.457Z] ---> 6f4888defbad [2021-03-04T22:15:26.457Z] Step 13/22 : ENV APP_PORT=48085 [2021-03-04T22:15:26.742Z] ---> Running in 07248e0b81f3 [2021-03-04T22:15:26.742Z] Removing intermediate container a039f194b671 [2021-03-04T22:15:26.742Z] ---> da97d374b6e6 [2021-03-04T22:15:26.742Z] Step 13/22 : ENV APP_PORT=48060 [2021-03-04T22:15:26.742Z] Removing intermediate container a55d437a4106 [2021-03-04T22:15:26.742Z] ---> 0ac2b1b61e00 [2021-03-04T22:15:26.742Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-03-04T22:15:27.017Z] ---> Running in a7e66659ea45 [2021-03-04T22:15:27.017Z] Removing intermediate container 4531dd95ad94 [2021-03-04T22:15:27.017Z] ---> b1bd3e4995cc [2021-03-04T22:15:27.017Z] Step 18/21 : CMD ["--init=true"] [2021-03-04T22:15:27.301Z] Removing intermediate container 07248e0b81f3 [2021-03-04T22:15:27.301Z] ---> d00cfc3fe7e2 [2021-03-04T22:15:27.301Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T22:15:27.301Z] ---> Running in d696ffc9f75a [2021-03-04T22:15:27.577Z] ---> Running in eb2462cd0928 [2021-03-04T22:15:27.577Z] Removing intermediate container a7e66659ea45 [2021-03-04T22:15:27.577Z] ---> 276dcd547034 [2021-03-04T22:15:27.577Z] Step 14/22 : EXPOSE $APP_PORT [2021-03-04T22:15:28.179Z] ---> Running in 66775b0a5c3e [2021-03-04T22:15:28.457Z] ---> 26816eb74de0 [2021-03-04T22:15:28.457Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-03-04T22:15:28.457Z] Removing intermediate container d696ffc9f75a [2021-03-04T22:15:28.457Z] ---> bae67dc47510 [2021-03-04T22:15:28.457Z] Step 19/21 : LABEL arch=arm64 [2021-03-04T22:15:28.731Z] Removing intermediate container eb2462cd0928 [2021-03-04T22:15:28.732Z] ---> aa4de5fbaaae [2021-03-04T22:15:28.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:15:28.732Z] ---> Running in 3f0e496ff937 [2021-03-04T22:15:28.732Z] ---> Running in 9a2f22d43542 [2021-03-04T22:15:29.341Z] Removing intermediate container 66775b0a5c3e [2021-03-04T22:15:29.341Z] ---> ca702afb26d9 [2021-03-04T22:15:29.341Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:15:29.615Z] Removing intermediate container 8e33ec8644e1 [2021-03-04T22:15:29.615Z] ---> 918f809571dc [2021-03-04T22:15:29.615Z] [2021-03-04T22:15:29.615Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:15:29.615Z] ---> d10569e2745f [2021-03-04T22:15:29.615Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-03-04T22:15:29.888Z] Removing intermediate container 9a2f22d43542 [2021-03-04T22:15:29.888Z] ---> f650e245eff9 [2021-03-04T22:15:29.888Z] Step 20/21 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:15:29.888Z] ---> Running in f75289fcd1cf [2021-03-04T22:15:30.162Z] ---> 625edeec2976 [2021-03-04T22:15:30.162Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-03-04T22:15:30.162Z] ---> Running in b1a9083aa1f8 [2021-03-04T22:15:30.162Z] ---> 34c1df64b7a0 [2021-03-04T22:15:30.162Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-03-04T22:15:30.759Z] Removing intermediate container f75289fcd1cf [2021-03-04T22:15:30.759Z] ---> 1bb4d3b0e251 [2021-03-04T22:15:30.759Z] Step 12/23 : ENV APP_PORT=48080 [2021-03-04T22:15:31.032Z] Removing intermediate container b1a9083aa1f8 [2021-03-04T22:15:31.032Z] ---> 1e41fc50e494 [2021-03-04T22:15:31.032Z] Step 21/21 : LABEL version=0.0.0 [2021-03-04T22:15:31.032Z] ---> Running in 49368c8eece5 [2021-03-04T22:15:31.309Z] ---> Running in ade3f43d5630 [2021-03-04T22:15:31.910Z] ---> 1dbd76b0c49c [2021-03-04T22:15:31.910Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-03-04T22:15:31.910Z] Removing intermediate container 49368c8eece5 [2021-03-04T22:15:31.910Z] ---> 46495211ecbc [2021-03-04T22:15:31.910Z] Step 13/23 : EXPOSE $APP_PORT [2021-03-04T22:15:31.910Z] Removing intermediate container ade3f43d5630 [2021-03-04T22:15:31.910Z] ---> 1a11134f8ca1 [2021-03-04T22:15:31.910Z] [2021-03-04T22:15:31.910Z] ---> 0d6b2ab3500e [2021-03-04T22:15:31.910Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-03-04T22:15:32.191Z] ---> Running in 7ecb0b390ba0 [2021-03-04T22:15:32.473Z] Removing intermediate container 3f0e496ff937 [2021-03-04T22:15:32.473Z] ---> 3c275124e72d [2021-03-04T22:15:32.473Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:15:32.749Z] Successfully built 1a11134f8ca1 [2021-03-04T22:15:32.750Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-03-04T22:15:32.750Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-03-04T22:15:32.750Z] Removing intermediate container 7ecb0b390ba0 [2021-03-04T22:15:32.750Z] ---> 732382725e14 [2021-03-04T22:15:33.028Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:15:33.028Z] ---> 692ba5ee7bd5 [2021-03-04T22:15:33.028Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-03-04T22:15:33.028Z] ---> 2e6f19628a77 [2021-03-04T22:15:33.028Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-03-04T22:15:33.028Z] ---> Running in 26b27ba5df6d [2021-03-04T22:15:33.302Z] ---> Running in 0ff3a98aa77f [2021-03-04T22:15:33.302Z] ---> Running in 04acaeb2568e [2021-03-04T22:15:33.583Z] ---> be3013f29c58 [2021-03-04T22:15:33.583Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-03-04T22:15:33.860Z] Removing intermediate container 0ff3a98aa77f [2021-03-04T22:15:33.860Z] ---> 786e4270e7c8 [2021-03-04T22:15:33.860Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:15:34.137Z] ---> Running in edd81b98580c [2021-03-04T22:15:34.137Z] Removing intermediate container 04acaeb2568e [2021-03-04T22:15:34.137Z] ---> 1a0afc3127cd [2021-03-04T22:15:34.137Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:15:35.115Z] ---> Running in 89cda5680d0d [2021-03-04T22:15:35.723Z] Removing intermediate container edd81b98580c [2021-03-04T22:15:35.723Z] ---> 7db37e3fa62a [2021-03-04T22:15:35.724Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T22:15:36.699Z] ---> ae0430021e5b [2021-03-04T22:15:36.699Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-03-04T22:15:36.699Z] ---> Running in 86a52ae1f581 [2021-03-04T22:15:36.699Z] Removing intermediate container 89cda5680d0d [2021-03-04T22:15:36.699Z] ---> 6244aff2b992 [2021-03-04T22:15:36.699Z] Step 20/22 : LABEL arch=arm64 [2021-03-04T22:15:36.976Z] ---> Running in a1d5c1a0a3fe [2021-03-04T22:15:37.570Z] Removing intermediate container 26b27ba5df6d [2021-03-04T22:15:37.570Z] ---> 1767d8828441 [2021-03-04T22:15:37.570Z] Removing intermediate container 86a52ae1f581 [2021-03-04T22:15:37.570Z] ---> 8d8ae414c14f [2021-03-04T22:15:37.570Z] Step 21/22 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:15:37.570Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-03-04T22:15:38.173Z] ---> Running in e43815424649 [2021-03-04T22:15:38.449Z] ---> Running in 6a6abc1f9879 [2021-03-04T22:15:38.449Z] Removing intermediate container a1d5c1a0a3fe [2021-03-04T22:15:38.449Z] ---> 2aeb4f9bb3fe [2021-03-04T22:15:38.449Z] Step 21/22 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:15:38.449Z] ---> 4b5c14d48b2c [2021-03-04T22:15:38.449Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-03-04T22:15:39.453Z] ---> Running in a57781d356a2 [2021-03-04T22:15:39.453Z] Removing intermediate container 6a6abc1f9879 [2021-03-04T22:15:39.453Z] ---> ed4d3d3efb20 [2021-03-04T22:15:39.453Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T22:15:39.453Z] ---> bd603787cffe [2021-03-04T22:15:39.453Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2021-03-04T22:15:39.728Z] ---> Running in 44c3ac487453 [2021-03-04T22:15:39.728Z] Removing intermediate container a57781d356a2 [2021-03-04T22:15:39.728Z] ---> 230f14ab3584 [2021-03-04T22:15:39.728Z] Step 22/22 : LABEL version=0.0.0 [2021-03-04T22:15:39.893Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-04T22:15:39.893Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-04T22:15:39.893Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-04T22:15:39.893Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1572 kB] [2021-03-04T22:15:39.893Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-04T22:15:39.893Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-04T22:15:39.893Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [302 kB] [2021-03-04T22:15:39.893Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-04T22:15:39.893Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-04T22:15:39.893Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [245 kB] [2021-03-04T22:15:39.893Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [31.7 kB] [2021-03-04T22:15:39.893Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1113 kB] [2021-03-04T22:15:39.893Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-04T22:15:39.893Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-04T22:15:39.893Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-04T22:15:39.893Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-04T22:15:39.893Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-04T22:15:39.893Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [249 kB] [2021-03-04T22:15:39.893Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-04T22:15:39.893Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1912 kB] [2021-03-04T22:15:39.893Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [394 kB] [2021-03-04T22:15:39.893Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-04T22:15:39.893Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-04T22:15:39.893Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [266 kB] [2021-03-04T22:15:39.893Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [35.3 kB] [2021-03-04T22:15:39.893Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1719 kB] [2021-03-04T22:15:39.893Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-03-04T22:15:39.893Z] Fetched 24.0 MB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-04T22:15:39.893Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-04T22:15:39.893Z] Fetched 279 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-04T22:15:39.893Z] Fetched 122 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-04T22:15:39.893Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-04T22:15:39.893Z] Fetched 8848 B in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-04T22:15:39.893Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-04T22:15:39.893Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-04T22:15:39.893Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-04T22:15:39.893Z] Fetched 214 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-04T22:15:39.893Z] Fetched 154 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-04T22:15:39.893Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-04T22:15:39.893Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-04T22:15:39.893Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-04T22:15:39.893Z] Fetched 499 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-04T22:15:39.893Z] Fetched 111 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-04T22:15:39.893Z] Fetched 240 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-04T22:15:39.893Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-04T22:15:39.893Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-04T22:15:39.893Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-04T22:15:39.893Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-04T22:15:39.893Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-04T22:15:39.893Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-04T22:15:39.893Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-04T22:15:39.893Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-04T22:15:39.893Z] Fetched 8720 B in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-04T22:15:39.893Z] Fetched 137 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-04T22:15:39.893Z] Fetched 119 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-04T22:15:39.893Z] Fetched 109 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-04T22:15:39.893Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-04T22:15:39.893Z] Fetched 645 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-04T22:15:39.893Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-04T22:15:39.893Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-04T22:15:39.893Z] Fetched 368 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-04T22:15:39.893Z] Fetched 187 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-04T22:15:39.893Z] Fetched 175 kB in 0s (0 B/s) [2021-03-04T22:15:39.893Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-04T22:15:39.999Z] ---> Running in 44aebafa7bb1 [2021-03-04T22:15:40.275Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:40.275Z] Removing intermediate container 44c3ac487453 [2021-03-04T22:15:40.275Z] ---> 8c904ac55b53 [2021-03-04T22:15:40.275Z] [2021-03-04T22:15:40.873Z] ---> 0a0b6f750c23 [2021-03-04T22:15:40.873Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-03-04T22:15:40.873Z] Successfully built 8c904ac55b53 [2021-03-04T22:15:41.147Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-03-04T22:15:41.147Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-03-04T22:15:41.147Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:15:41.294Z] Fetched 206 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-04T22:15:41.294Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-04T22:15:41.294Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-04T22:15:41.294Z] Fetched 159 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-04T22:15:41.294Z] Fetched 107 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-04T22:15:41.294Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-04T22:15:41.294Z] Pulling static-packages [2021-03-04T22:15:41.294Z] + snapcraftctl pull [2021-03-04T22:15:41.420Z] ---> Running in a1339e1af5e2 [2021-03-04T22:15:41.420Z] Removing intermediate container 44aebafa7bb1 [2021-03-04T22:15:41.420Z] ---> a31147897e67 [2021-03-04T22:15:41.420Z] [2021-03-04T22:15:41.693Z] Successfully built a31147897e67 [2021-03-04T22:15:41.967Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-03-04T22:15:41.967Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2021-03-04T22:15:42.245Z] Removing intermediate container a1339e1af5e2 [2021-03-04T22:15:42.245Z] ---> 287454acbd6e [2021-03-04T22:15:42.245Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-03-04T22:15:42.522Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-03-04T22:15:42.522Z] (2/6) Installing libgcc (9.3.0-r2) [2021-03-04T22:15:42.522Z] (3/6) Installing libsodium (1.0.18-r0) [2021-03-04T22:15:42.688Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-03-04T22:15:42.688Z] Skipping pull go-build-helper (already ran) [2021-03-04T22:15:42.688Z] Skipping pull static-packages (already ran) [2021-03-04T22:15:42.688Z] Building go-build-helper [2021-03-04T22:15:42.688Z] + snapcraftctl build [2021-03-04T22:15:42.793Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-03-04T22:15:43.068Z] ---> 7f734e3141b2 [2021-03-04T22:15:43.068Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-03-04T22:15:43.068Z] (5/6) Installing libzmq (4.3.3-r0) [2021-03-04T22:15:43.344Z] (6/6) Installing zeromq (4.3.3-r0) [2021-03-04T22:15:43.344Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:15:43.344Z] ---> Running in 2e565d5ad5ee [2021-03-04T22:15:43.623Z] OK: 8 MiB in 20 packages [2021-03-04T22:15:45.619Z] Removing intermediate container e43815424649 [2021-03-04T22:15:45.619Z] ---> c93cf24e7295 [2021-03-04T22:15:45.619Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:15:48.085Z] Building static-packages [2021-03-04T22:15:48.085Z] + snapcraftctl build [2021-03-04T22:15:48.093Z] ---> 66a0219f8e5e [2021-03-04T22:15:48.093Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-03-04T22:15:48.093Z] Removing intermediate container 2e565d5ad5ee [2021-03-04T22:15:48.093Z] ---> 7224dda5519d [2021-03-04T22:15:48.093Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-03-04T22:15:49.118Z] ---> Running in 6fa41dda0dd6 [2021-03-04T22:15:49.722Z] ---> c906e2fc2612 [2021-03-04T22:15:49.722Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-03-04T22:15:49.996Z] Removing intermediate container 6fa41dda0dd6 [2021-03-04T22:15:49.996Z] ---> 21fb75bc401b [2021-03-04T22:15:49.996Z] Step 28/31 : CMD ["gate"] [2021-03-04T22:15:50.012Z] Staging go-build-helper [2021-03-04T22:15:50.012Z] + snapcraftctl stage [2021-03-04T22:15:50.595Z] ---> Running in a68010522e6e [2021-03-04T22:15:50.976Z] Staging static-packages [2021-03-04T22:15:50.976Z] + snapcraftctl stage [2021-03-04T22:15:51.193Z] ---> 573572a00297 [2021-03-04T22:15:51.193Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-03-04T22:15:51.801Z] ---> Running in 618468c3191d [2021-03-04T22:15:51.801Z] Removing intermediate container a68010522e6e [2021-03-04T22:15:51.801Z] ---> a04a74e98b74 [2021-03-04T22:15:51.801Z] Step 29/31 : LABEL arch=arm64 [2021-03-04T22:15:52.377Z] Pulling go115 [2021-03-04T22:15:52.377Z] + snapcraftctl pull [2021-03-04T22:15:52.405Z] Removing intermediate container 618468c3191d [2021-03-04T22:15:52.405Z] ---> 09d4e712eb27 [2021-03-04T22:15:52.405Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:15:52.405Z] ---> Running in ab17195e433d [2021-03-04T22:15:52.405Z] ---> Running in 28886b8f8649 [2021-03-04T22:15:53.000Z] Removing intermediate container ab17195e433d [2021-03-04T22:15:53.000Z] ---> dd1f15ac68fc [2021-03-04T22:15:53.000Z] Step 30/31 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:15:53.278Z] ---> Running in b2902b78192b [2021-03-04T22:15:53.278Z] Removing intermediate container 28886b8f8649 [2021-03-04T22:15:53.278Z] ---> 18aca4952b74 [2021-03-04T22:15:53.278Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T22:15:53.325Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-03-04T22:15:53.325Z] Skipping pull go115 (already ran) [2021-03-04T22:15:53.325Z] Building go115 [2021-03-04T22:15:53.325Z] + dpkg --print-architecture [2021-03-04T22:15:53.325Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-03-04T22:15:53.325Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-03-04T22:15:53.325Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-03-04T22:15:53.325Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T22:15:53.325Z] Dload Upload Total Spent Left Speed [2021-03-04T22:15:53.550Z] ---> Running in 1c9dc8856950 [2021-03-04T22:15:54.154Z] Removing intermediate container b2902b78192b [2021-03-04T22:15:54.154Z] ---> baafa4bdc519 [2021-03-04T22:15:54.154Z] Step 31/31 : LABEL version=0.0.0 [2021-03-04T22:15:54.433Z] Removing intermediate container 1c9dc8856950 [2021-03-04T22:15:54.433Z] ---> f8b2d4282f58 [2021-03-04T22:15:54.433Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:15:55.036Z] ---> Running in 00919af6f9ef [2021-03-04T22:15:55.312Z] ---> Running in a9894fa3e33c [2021-03-04T22:15:55.933Z] Removing intermediate container 00919af6f9ef [2021-03-04T22:15:55.933Z] ---> c4697f85598d [2021-03-04T22:15:55.933Z] [2021-03-04T22:15:56.569Z] Successfully built c4697f85598d [2021-03-04T22:15:56.569Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-03-04T22:15:56.569Z]  Building docker-security-bootstrapper-go ... done Building docker-core-command-go [2021-03-04T22:15:56.569Z] Removing intermediate container a9894fa3e33c [2021-03-04T22:15:56.569Z] ---> 7a5a5e4bd4fd [2021-03-04T22:15:56.569Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:15:57.173Z] ---> Running in ac0b5b78b935 [2021-03-04T22:15:57.333Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 1153k 0 0 3992k 0 0:00:29 --:--:-- 0:00:29 3978k 21 115M 21 25.0M 0 0 19.2M 0 0:00:06 0:00:01 0:00:05 19.2M 50 115M 50 57.8M 0 0 25.3M 0 0:00:04 0:00:02 0:00:02 25.3M 81 115M 81 94.2M 0 0 28.6M 0 0:00:04 0:00:03 0:00:01 28.6M 100 115M 100 115M 0 0 28.6M 0 0:00:04 0:00:04 --:--:-- 28.6M [2021-03-04T22:15:57.333Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-03-04T22:15:57.333Z] + sha256sum -c sha256 [2021-03-04T22:15:57.333Z] + grep OK [2021-03-04T22:15:57.763Z] Removing intermediate container ac0b5b78b935 [2021-03-04T22:15:57.763Z] ---> f1dcb420d5ef [2021-03-04T22:15:57.763Z] [2021-03-04T22:15:58.036Z] Successfully built f1dcb420d5ef [2021-03-04T22:15:58.036Z] Successfully tagged docker-core-data-go-arm64:latest [2021-03-04T22:15:58.285Z] go1.15.2.linux-amd64.tar.gz: OK [2021-03-04T22:15:58.285Z] + mkdir -p /root/stage/go1.15 [2021-03-04T22:15:58.285Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-03-04T22:16:03.620Z] Staging go115 [2021-03-04T22:16:03.620Z] + snapcraftctl stage [2021-03-04T22:16:10.244Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-04T22:16:10.244Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-04T22:16:10.244Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-04T22:16:10.244Z] Fetched 0 B in 0s (0 B/s) [2021-03-04T22:16:10.244Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-04T22:16:10.244Z] Fetched 224 kB in 0s (0 B/s) [2021-03-04T22:16:10.244Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-04T22:16:10.244Z] Fetched 157 kB in 0s (0 B/s) [2021-03-04T22:16:10.244Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-04T22:16:10.244Z] Fetched 221 kB in 0s (0 B/s) [2021-03-04T22:16:10.244Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-04T22:16:10.244Z] Fetched 143 kB in 0s (0 B/s) [2021-03-04T22:16:10.244Z] Pulling edgex-go [2021-03-04T22:16:10.244Z] + snapcraftctl pull [2021-03-04T22:16:11.208Z] Pulling version [2021-03-04T22:16:11.208Z] + cd /root/project [2021-03-04T22:16:11.208Z] + [ -f VERSION ] [2021-03-04T22:16:11.208Z] + PROJECT_VERSION=local-dev [2021-03-04T22:16:11.208Z] + git rev-parse --short HEAD [2021-03-04T22:16:11.208Z] + GIT_REVISION=191f7d18 [2021-03-04T22:16:11.208Z] + snapcraftctl set-version local-dev [2021-03-04T22:16:12.243Z] Building config-common [2021-03-04T22:16:12.243Z] + snapcraftctl build [2021-03-04T22:16:13.115Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:16:13.115Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:16:13.115Z] ---> 8254ed559405 [2021-03-04T22:16:13.115Z] Step 3/24 : WORKDIR /edgex-go [2021-03-04T22:16:13.115Z] ---> Using cache [2021-03-04T22:16:13.115Z] ---> f20dd35174f2 [2021-03-04T22:16:13.115Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:16:13.115Z] ---> Using cache [2021-03-04T22:16:13.115Z] ---> 7208e6429316 [2021-03-04T22:16:13.115Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-03-04T22:16:15.741Z] ---> Running in de2bf771143e [2021-03-04T22:16:15.765Z] Skipping build go-build-helper (already ran) [2021-03-04T22:16:15.765Z] Skipping build static-packages (already ran) [2021-03-04T22:16:15.765Z] Skipping build go115 (already ran) [2021-03-04T22:16:15.765Z] Building edgex-go [2021-03-04T22:16:15.765Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-03-04T22:16:15.765Z] + cd /root/parts/edgex-go/src [2021-03-04T22:16:15.765Z] + make build [2021-03-04T22:16:15.765Z] 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-03-04T22:16:17.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:16:17.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:16:18.418Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-04T22:16:18.723Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-04T22:16:18.723Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-04T22:16:18.723Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-04T22:16:18.723Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-04T22:16:18.723Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-04T22:16:18.723Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-03-04T22:16:18.723Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-04T22:16:18.723Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-04T22:16:18.723Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-04T22:16:18.723Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-04T22:16:18.723Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-04T22:16:18.723Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-04T22:16:18.723Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-04T22:16:19.053Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-04T22:16:19.053Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-04T22:16:19.053Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-04T22:16:19.053Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-04T22:16:19.053Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-04T22:16:19.053Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-04T22:16:19.053Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-04T22:16:19.053Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-04T22:16:19.225Z] OK: 217 MiB in 51 packages [2021-03-04T22:16:19.395Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-04T22:16:19.665Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-04T22:16:19.665Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-04T22:16:21.860Z] Removing intermediate container de2bf771143e [2021-03-04T22:16:21.860Z] ---> c4df6185fb54 [2021-03-04T22:16:21.860Z] Step 6/24 : COPY go.mod . [2021-03-04T22:16:23.297Z] ---> 2256d9a009c1 [2021-03-04T22:16:23.297Z] Step 7/24 : RUN go mod download [2021-03-04T22:16:23.573Z] ---> Running in aa958e06fd72 [2021-03-04T22:16:27.891Z] Removing intermediate container aa958e06fd72 [2021-03-04T22:16:27.891Z] ---> 2fc977f0dd32 [2021-03-04T22:16:27.891Z] Step 8/24 : COPY . . [2021-03-04T22:16:28.565Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:16:28.565Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:16:28.565Z] ---> 8254ed559405 [2021-03-04T22:16:28.565Z] Step 3/26 : WORKDIR /edgex-go [2021-03-04T22:16:28.565Z] ---> Using cache [2021-03-04T22:16:28.565Z] ---> f20dd35174f2 [2021-03-04T22:16:28.565Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:16:28.565Z] ---> Using cache [2021-03-04T22:16:28.565Z] ---> 7208e6429316 [2021-03-04T22:16:28.565Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-03-04T22:16:29.218Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:16:29.218Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:16:29.218Z] ---> 8254ed559405 [2021-03-04T22:16:29.218Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:16:29.218Z] ---> Using cache [2021-03-04T22:16:29.218Z] ---> f20dd35174f2 [2021-03-04T22:16:29.218Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:16:29.218Z] ---> Using cache [2021-03-04T22:16:29.218Z] ---> 7208e6429316 [2021-03-04T22:16:29.218Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T22:16:29.218Z] ---> Using cache [2021-03-04T22:16:29.218Z] ---> c4df6185fb54 [2021-03-04T22:16:29.218Z] Step 6/23 : COPY go.mod . [2021-03-04T22:16:29.218Z] ---> Using cache [2021-03-04T22:16:29.218Z] ---> 2256d9a009c1 [2021-03-04T22:16:29.218Z] Step 7/23 : RUN go mod download [2021-03-04T22:16:29.218Z] ---> Using cache [2021-03-04T22:16:29.218Z] ---> 2fc977f0dd32 [2021-03-04T22:16:29.218Z] Step 8/23 : COPY . . [2021-03-04T22:16:29.218Z] ---> Running in d6092f541280 [2021-03-04T22:16:29.761Z] 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-03-04T22:16:29.761Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-04T22:16:31.199Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:16:31.802Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:16:32.786Z] OK: 217 MiB in 51 packages [2021-03-04T22:16:34.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-03-04T22:16:34.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-03-04T22:16:34.775Z] ---> 8254ed559405 [2021-03-04T22:16:34.775Z] Step 3/23 : WORKDIR /edgex-go [2021-03-04T22:16:34.775Z] ---> Using cache [2021-03-04T22:16:34.775Z] ---> f20dd35174f2 [2021-03-04T22:16:34.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-03-04T22:16:34.775Z] ---> Using cache [2021-03-04T22:16:34.775Z] ---> 7208e6429316 [2021-03-04T22:16:34.775Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-03-04T22:16:34.775Z] ---> Using cache [2021-03-04T22:16:34.775Z] ---> c4df6185fb54 [2021-03-04T22:16:34.775Z] Step 6/23 : COPY go.mod . [2021-03-04T22:16:34.775Z] ---> Using cache [2021-03-04T22:16:34.775Z] ---> 2256d9a009c1 [2021-03-04T22:16:34.775Z] Step 7/23 : RUN go mod download [2021-03-04T22:16:34.775Z] ---> Using cache [2021-03-04T22:16:34.775Z] ---> 2fc977f0dd32 [2021-03-04T22:16:34.775Z] Step 8/23 : COPY . . [2021-03-04T22:16:35.059Z] 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-03-04T22:16:36.453Z] 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-03-04T22:16:37.844Z] 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-03-04T22:16:38.105Z] 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-03-04T22:16:38.370Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-04T22:16:38.370Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-04T22:16:38.370Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-04T22:16:38.370Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-04T22:16:40.196Z] Removing intermediate container d6092f541280 [2021-03-04T22:16:40.196Z] ---> 90a6829d086f [2021-03-04T22:16:40.196Z] Step 6/26 : COPY go.mod . [2021-03-04T22:16:40.288Z] 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-03-04T22:16:40.288Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-04T22:16:40.288Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-04T22:16:42.194Z] ---> 71277635ca83 [2021-03-04T22:16:42.194Z] Step 7/26 : RUN go mod download [2021-03-04T22:16:42.214Z] 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-03-04T22:16:43.157Z] 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-03-04T22:16:43.157Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-04T22:16:43.185Z] ---> Running in ee97a1cb7816 [2021-03-04T22:16:44.545Z] 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-03-04T22:16:45.500Z] 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-03-04T22:16:45.501Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-04T22:16:46.891Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-04T22:16:46.891Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-04T22:16:47.498Z] Removing intermediate container ee97a1cb7816 [2021-03-04T22:16:47.498Z] ---> 24df2ae32835 [2021-03-04T22:16:47.498Z] Step 8/26 : COPY . . [2021-03-04T22:16:47.771Z] ---> 46045aa5278c [2021-03-04T22:16:47.771Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-03-04T22:16:47.771Z] ---> 7a85438aa700 [2021-03-04T22:16:47.771Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-03-04T22:16:48.753Z] ---> Running in 009f23607535 [2021-03-04T22:16:48.753Z] ---> Running in 4eaf8966b33f [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-04T22:16:48.816Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-04T22:16:48.816Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-04T22:16:48.816Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-04T22:16:48.816Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-04T22:16:48.816Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-04T22:16:48.816Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-04T22:16:48.816Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-04T22:16:48.816Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-04T22:16:50.198Z] 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-03-04T22:16:50.480Z] 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-03-04T22:16:50.738Z] Building version [2021-03-04T22:16:50.738Z] + snapcraftctl build [2021-03-04T22:16:52.467Z] ---> 8b4ac6e2a446 [2021-03-04T22:16:52.467Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-03-04T22:16:53.452Z] ---> Running in 5e4014e49c25 [2021-03-04T22:16:54.061Z] Staging config-common [2021-03-04T22:16:54.061Z] + snapcraftctl stage [2021-03-04T22:16:55.023Z] Skipping stage go-build-helper (already ran) [2021-03-04T22:16:55.023Z] Skipping stage static-packages (already ran) [2021-03-04T22:16:55.023Z] Skipping stage go115 (already ran) [2021-03-04T22:16:55.023Z] Staging edgex-go [2021-03-04T22:16:55.023Z] + snapcraftctl stage [2021-03-04T22:16:55.439Z] 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-03-04T22:16:56.420Z] Staging version [2021-03-04T22:16:56.420Z] + snapcraftctl stage [2021-03-04T22:16:57.367Z] Priming config-common [2021-03-04T22:16:57.367Z] + snapcraftctl prime [2021-03-04T22:16:58.757Z] Priming go-build-helper [2021-03-04T22:16:58.757Z] + snapcraftctl prime [2021-03-04T22:16:59.702Z] Priming static-packages [2021-03-04T22:16:59.702Z] + snapcraftctl prime [2021-03-04T22:17:02.285Z] Priming go115 [2021-03-04T22:17:02.285Z] + snapcraftctl prime [2021-03-04T22:17:03.675Z] Priming edgex-go [2021-03-04T22:17:03.675Z] + snapcraftctl prime [2021-03-04T22:17:05.069Z] Priming version [2021-03-04T22:17:05.069Z] + snapcraftctl prime [2021-03-04T22:17:06.489Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-03-04T22:17:07.860Z] ---> 004a2b4f75f2 [2021-03-04T22:17:07.860Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [2021-03-04T22:17:08.138Z] ---> Running in 49b93ce7d1e0 [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-03-04T22:17:10.115Z] 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-03-04T22:17:57.207Z] 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-03-04T22:18:12.314Z] Removing intermediate container 4eaf8966b33f [2021-03-04T22:18:12.314Z] ---> 47d49305bbc9 [2021-03-04T22:18:12.314Z] [2021-03-04T22:18:12.314Z] Step 10/24 : FROM alpine:3.12 [2021-03-04T22:18:12.314Z] ---> d10569e2745f [2021-03-04T22:18:12.314Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-03-04T22:18:12.314Z] ---> Running in 46483518a12c [2021-03-04T22:18:14.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:14.578Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:15.183Z] (1/5) Installing ca-certificates (20191127-r4) [2021-03-04T22:18:15.183Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:18:15.183Z] (3/5) Installing libcurl (7.69.1-r3) [2021-03-04T22:18:15.183Z] (4/5) Installing curl (7.69.1-r3) [2021-03-04T22:18:15.183Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-03-04T22:18:15.183Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:18:15.183Z] Executing ca-certificates-20191127-r4.trigger [2021-03-04T22:18:15.462Z] OK: 7 MiB in 19 packages [2021-03-04T22:18:18.872Z] Removing intermediate container 46483518a12c [2021-03-04T22:18:18.873Z] ---> f0702e578320 [2021-03-04T22:18:18.873Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-03-04T22:18:18.873Z] ---> Running in 5aabe90d067d [2021-03-04T22:18:19.152Z] Removing intermediate container 5aabe90d067d [2021-03-04T22:18:19.152Z] ---> 89a6178db8a9 [2021-03-04T22:18:19.152Z] Step 13/24 : WORKDIR / [2021-03-04T22:18:19.426Z] ---> Running in 9e2999479c49 [2021-03-04T22:18:20.408Z] Removing intermediate container 9e2999479c49 [2021-03-04T22:18:20.408Z] ---> 2eb948f4373f [2021-03-04T22:18:20.408Z] 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-03-04T22:18:21.391Z] ---> f1301931fb3c [2021-03-04T22:18:21.391Z] 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-03-04T22:18:22.377Z] ---> 6af49eab964c [2021-03-04T22:18:22.377Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-03-04T22:18:23.812Z] ---> 6383cbf42e90 [2021-03-04T22:18:23.812Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-03-04T22:18:25.263Z] ---> f492f52e1df8 [2021-03-04T22:18:25.263Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-03-04T22:18:26.706Z] ---> 0ad5dbbf5ecc [2021-03-04T22:18:26.706Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-03-04T22:18:28.725Z] ---> 229acf658c98 [2021-03-04T22:18:28.725Z] 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-03-04T22:18:29.328Z] ---> Running in cdffb67c0417 [2021-03-04T22:18:30.354Z] Removing intermediate container 5e4014e49c25 [2021-03-04T22:18:30.354Z] ---> 7b4c997f27b9 [2021-03-04T22:18:30.354Z] [2021-03-04T22:18:30.354Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:18:30.354Z] ---> d10569e2745f [2021-03-04T22:18:30.354Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:18:30.354Z] ---> Using cache [2021-03-04T22:18:30.354Z] ---> 3e99c6a3e82f [2021-03-04T22:18:30.354Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:18:30.354Z] ---> Using cache [2021-03-04T22:18:30.354Z] ---> 6f4888defbad [2021-03-04T22:18:30.354Z] Step 13/23 : ENV APP_PORT=48082 [2021-03-04T22:18:30.653Z] ---> Running in cca77f7ff378 [2021-03-04T22:18:30.653Z] Removing intermediate container 49b93ce7d1e0 [2021-03-04T22:18:30.653Z] ---> 6914f7451d28 [2021-03-04T22:18:30.653Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-03-04T22:18:30.925Z] ---> Running in 99f881c25911 [2021-03-04T22:18:31.525Z] Removing intermediate container cca77f7ff378 [2021-03-04T22:18:31.525Z] ---> 92b1b8db88b7 [2021-03-04T22:18:31.525Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T22:18:31.803Z] ---> Running in 0d5ab9a552af [2021-03-04T22:18:32.785Z] 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-03-04T22:18:32.785Z] Removing intermediate container 0d5ab9a552af [2021-03-04T22:18:32.785Z] ---> ea62407da851 [2021-03-04T22:18:32.785Z] Step 15/23 : WORKDIR / [2021-03-04T22:18:32.785Z] ---> Running in 2814e238edcd [2021-03-04T22:18:33.058Z] Removing intermediate container cdffb67c0417 [2021-03-04T22:18:33.058Z] ---> 904c978ee8e2 [2021-03-04T22:18:33.058Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-03-04T22:18:33.341Z] ---> Running in a4f8a2939a5c [2021-03-04T22:18:33.941Z] Removing intermediate container 2814e238edcd [2021-03-04T22:18:33.941Z] ---> 60c42ffe95ba [2021-03-04T22:18:33.941Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:18:33.941Z] Removing intermediate container a4f8a2939a5c [2021-03-04T22:18:33.941Z] ---> 93c331d2b7e0 [2021-03-04T22:18:33.941Z] Step 22/24 : LABEL arch=arm64 [2021-03-04T22:18:34.222Z] ---> Running in 17969b268cdb [2021-03-04T22:18:34.500Z] Removing intermediate container 009f23607535 [2021-03-04T22:18:34.500Z] ---> 481dcf586c75 [2021-03-04T22:18:34.500Z] [2021-03-04T22:18:34.500Z] Step 10/23 : FROM alpine:3.12 [2021-03-04T22:18:34.500Z] ---> d10569e2745f [2021-03-04T22:18:34.500Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-03-04T22:18:34.500Z] ---> Using cache [2021-03-04T22:18:34.500Z] ---> 3e99c6a3e82f [2021-03-04T22:18:34.500Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-03-04T22:18:34.500Z] ---> Using cache [2021-03-04T22:18:34.500Z] ---> 6f4888defbad [2021-03-04T22:18:34.500Z] Step 13/23 : ENV APP_PORT=48081 [2021-03-04T22:18:34.775Z] ---> Running in b37ef5796586 [2021-03-04T22:18:35.051Z] ---> 6a2ac6f2933a [2021-03-04T22:18:35.052Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-03-04T22:18:35.052Z] Removing intermediate container 17969b268cdb [2021-03-04T22:18:35.052Z] ---> c51cd7f2591e [2021-03-04T22:18:35.052Z] Step 23/24 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:18:35.325Z] ---> Running in 4b2a4074cf73 [2021-03-04T22:18:35.606Z] Removing intermediate container b37ef5796586 [2021-03-04T22:18:35.606Z] ---> 0dd811eae232 [2021-03-04T22:18:35.606Z] Step 14/23 : EXPOSE $APP_PORT [2021-03-04T22:18:35.879Z] ---> Running in 5d6c8a926de7 [2021-03-04T22:18:36.151Z] Removing intermediate container 4b2a4074cf73 [2021-03-04T22:18:36.151Z] ---> 58170c6ed3cb [2021-03-04T22:18:36.151Z] Step 24/24 : LABEL version=0.0.0 [2021-03-04T22:18:36.151Z] Removing intermediate container 99f881c25911 [2021-03-04T22:18:36.151Z] ---> 8c17bdf22c4c [2021-03-04T22:18:36.151Z] [2021-03-04T22:18:36.151Z] Step 11/26 : FROM docker:20.10.0 [2021-03-04T22:18:36.151Z] 20.10.0: Pulling from library/docker [2021-03-04T22:18:36.426Z] ---> 606f1d88fcb9 [2021-03-04T22:18:36.426Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-03-04T22:18:36.426Z] ---> Running in e0b62d570cea [2021-03-04T22:18:36.698Z] Removing intermediate container 5d6c8a926de7 [2021-03-04T22:18:36.698Z] ---> 5e35d379badb [2021-03-04T22:18:36.698Z] Step 15/23 : WORKDIR / [2021-03-04T22:18:36.972Z] ---> Running in a641af44453d [2021-03-04T22:18:37.245Z] Removing intermediate container e0b62d570cea [2021-03-04T22:18:37.245Z] ---> b4928e621bad [2021-03-04T22:18:37.245Z] [2021-03-04T22:18:37.519Z] ---> a3af1403d210 [2021-03-04T22:18:37.519Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-03-04T22:18:37.795Z] Successfully built b4928e621bad [2021-03-04T22:18:37.795Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-03-04T22:18:37.795Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container a641af44453d [2021-03-04T22:18:37.795Z] ---> 5100ebe51027 [2021-03-04T22:18:37.795Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-03-04T22:18:38.066Z] ---> Running in 48c759cf137a [2021-03-04T22:18:39.041Z] Removing intermediate container 48c759cf137a [2021-03-04T22:18:39.041Z] ---> cbe4a2a209e0 [2021-03-04T22:18:39.041Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:18:39.041Z] ---> 13315e2bfe8c [2021-03-04T22:18:39.041Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-03-04T22:18:39.312Z] ---> Running in f45a9b51c3b3 [2021-03-04T22:18:39.906Z] Removing intermediate container f45a9b51c3b3 [2021-03-04T22:18:39.906Z] ---> 62592a58406e [2021-03-04T22:18:39.906Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T22:18:40.880Z] ---> Running in e230e2aa3bf1 [2021-03-04T22:18:41.151Z] ---> 9ca61415ac93 [2021-03-04T22:18:41.151Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-03-04T22:18:41.424Z] Removing intermediate container e230e2aa3bf1 [2021-03-04T22:18:41.424Z] ---> 7e16aabcfff9 [2021-03-04T22:18:41.424Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:18:42.026Z] ---> Running in ce13048ed921 [2021-03-04T22:18:42.627Z] ---> de1b7376818a [2021-03-04T22:18:42.627Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-03-04T22:18:43.222Z] ---> Running in 57a52450d530 [2021-03-04T22:18:43.222Z] Removing intermediate container ce13048ed921 [2021-03-04T22:18:43.222Z] ---> 38c494068dc9 [2021-03-04T22:18:43.222Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:18:43.818Z] ---> Running in 2445dbc536fc [2021-03-04T22:18:44.089Z] Removing intermediate container 57a52450d530 [2021-03-04T22:18:44.089Z] ---> 8769b3382690 [2021-03-04T22:18:44.089Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:18:44.089Z] ---> Running in f7f25924fffb [2021-03-04T22:18:44.367Z] Removing intermediate container 2445dbc536fc [2021-03-04T22:18:44.367Z] ---> c671d2675406 [2021-03-04T22:18:44.367Z] [2021-03-04T22:18:44.642Z] Successfully built c671d2675406 [2021-03-04T22:18:44.913Z] Successfully tagged docker-core-command-go-arm64:latest [2021-03-04T22:18:44.913Z]  Building docker-core-command-go ... done Removing intermediate container f7f25924fffb [2021-03-04T22:18:44.913Z] ---> cbe950f7fc28 [2021-03-04T22:18:44.913Z] Step 21/23 : LABEL arch=arm64 [2021-03-04T22:18:45.183Z] ---> Running in c930f55bd38f [2021-03-04T22:18:45.183Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-03-04T22:18:45.183Z] Status: Downloaded newer image for docker:20.10.0 [2021-03-04T22:18:45.454Z] ---> eeaf43b92773 [2021-03-04T22:18:45.454Z] Step 12/26 : RUN apk add --no-cache bash [2021-03-04T22:18:45.454Z] ---> Running in 9399018d9405 [2021-03-04T22:18:45.454Z] Removing intermediate container c930f55bd38f [2021-03-04T22:18:45.454Z] ---> 3996405534a9 [2021-03-04T22:18:45.454Z] Step 22/23 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:18:45.731Z] ---> Running in 75a3f8ab9fb7 [2021-03-04T22:18:46.328Z] Removing intermediate container 75a3f8ab9fb7 [2021-03-04T22:18:46.328Z] ---> 716bf1430223 [2021-03-04T22:18:46.328Z] Step 23/23 : LABEL version=0.0.0 [2021-03-04T22:18:46.328Z] ---> Running in a90f92d1c7a8 [2021-03-04T22:18:46.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:46.874Z] Removing intermediate container a90f92d1c7a8 [2021-03-04T22:18:46.874Z] ---> 68a57bc9c0a8 [2021-03-04T22:18:46.874Z] [2021-03-04T22:18:46.874Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:47.148Z] Successfully built 68a57bc9c0a8 [2021-03-04T22:18:47.148Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-03-04T22:18:47.420Z]  Building docker-core-metadata-go ... done (1/2) Installing readline (8.0.4-r0) [2021-03-04T22:18:47.420Z] (2/2) Installing bash (5.0.17-r0) [2021-03-04T22:18:47.420Z] Executing bash-5.0.17-r0.post-install [2021-03-04T22:18:47.420Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:18:47.420Z] OK: 12 MiB in 22 packages [2021-03-04T22:18:48.859Z] Removing intermediate container 9399018d9405 [2021-03-04T22:18:48.859Z] ---> 03a55a650441 [2021-03-04T22:18:48.859Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-03-04T22:18:48.859Z] ---> Running in 65002550a44e [2021-03-04T22:18:49.134Z] Removing intermediate container 65002550a44e [2021-03-04T22:18:49.134Z] ---> 679e611d5eff [2021-03-04T22:18:49.134Z] Step 14/26 : ENV APP_PORT=48090 [2021-03-04T22:18:49.409Z] ---> Running in 9e913ee01f00 [2021-03-04T22:18:50.002Z] Removing intermediate container 9e913ee01f00 [2021-03-04T22:18:50.002Z] ---> 721a3d019aa2 [2021-03-04T22:18:50.002Z] Step 15/26 : EXPOSE $APP_PORT [2021-03-04T22:18:50.002Z] ---> Running in 3724e502467f [2021-03-04T22:18:50.603Z] Removing intermediate container 3724e502467f [2021-03-04T22:18:50.603Z] ---> ea7e5f8f2587 [2021-03-04T22:18:50.603Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-03-04T22:18:51.574Z] ---> eadc1c236cb5 [2021-03-04T22:18:51.574Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-03-04T22:18:52.550Z] ---> 5ed42b023150 [2021-03-04T22:18:52.550Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-03-04T22:18:53.578Z] ---> 9beebc42df7d [2021-03-04T22:18:53.578Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-03-04T22:18:53.578Z] ---> Running in d154b94b64db [2021-03-04T22:18:54.567Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:54.838Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:18:55.432Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-03-04T22:18:55.432Z] (2/33) Installing expat (2.2.9-r1) [2021-03-04T22:18:55.432Z] (3/33) Installing libffi (3.3-r2) [2021-03-04T22:18:55.432Z] (4/33) Installing gdbm (1.13-r1) [2021-03-04T22:18:55.432Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-03-04T22:18:55.432Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-03-04T22:18:55.432Z] (7/33) Installing python3 (3.8.5-r1) [2021-03-04T22:18:56.860Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-03-04T22:18:56.860Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-03-04T22:18:56.860Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-03-04T22:18:56.860Z] (11/33) Installing py3-six (1.15.0-r0) [2021-03-04T22:18:57.132Z] (12/33) Installing py3-packaging (20.4-r0) [2021-03-04T22:18:57.132Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-03-04T22:18:57.132Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-03-04T22:18:57.132Z] (15/33) Installing py3-idna (2.9-r0) [2021-03-04T22:18:57.132Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-03-04T22:18:57.132Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-03-04T22:18:57.132Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-03-04T22:18:57.132Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-03-04T22:18:57.132Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-03-04T22:18:57.403Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-03-04T22:18:57.403Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-03-04T22:18:57.403Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-03-04T22:18:57.403Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-03-04T22:18:57.403Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-03-04T22:18:57.403Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-03-04T22:18:57.403Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-03-04T22:18:57.403Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-03-04T22:18:57.403Z] (29/33) Installing py3-progress (1.5-r0) [2021-03-04T22:18:57.403Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-03-04T22:18:57.403Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-03-04T22:18:57.403Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-03-04T22:18:57.403Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-03-04T22:18:57.673Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:18:57.673Z] OK: 71 MiB in 55 packages [2021-03-04T22:19:04.374Z] Removing intermediate container d154b94b64db [2021-03-04T22:19:04.374Z] ---> da007758953a [2021-03-04T22:19:04.374Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-03-04T22:19:04.374Z] ---> Running in 55281820fe91 [2021-03-04T22:19:09.748Z] Collecting docker-compose==1.23.2 [2021-03-04T22:19:09.748Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-03-04T22:19:09.748Z] 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-03-04T22:19:09.748Z] Collecting docopt<0.7,>=0.6.1 [2021-03-04T22:19:09.748Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-03-04T22:19:11.711Z] Collecting websocket-client<1.0,>=0.32.0 [2021-03-04T22:19:11.711Z] Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) [2021-03-04T22:19:11.982Z] Collecting jsonschema<3,>=2.5.1 [2021-03-04T22:19:11.982Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-03-04T22:19:13.401Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-03-04T22:19:13.401Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-03-04T22:19:13.672Z] Collecting dockerpty<0.5,>=0.4.1 [2021-03-04T22:19:13.672Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-03-04T22:19:16.276Z] Collecting PyYAML<4,>=3.10 [2021-03-04T22:19:16.276Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-03-04T22:19:19.640Z] Collecting docker<4.0,>=3.6.0 [2021-03-04T22:19:19.640Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-03-04T22:19:19.640Z] Collecting cached-property<2,>=1.2.0 [2021-03-04T22:19:19.640Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-03-04T22:19:20.229Z] Collecting texttable<0.10,>=0.9.0 [2021-03-04T22:19:20.229Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-03-04T22:19:21.647Z] 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-03-04T22:19:22.235Z] Collecting urllib3<1.25,>=1.21.1 [2021-03-04T22:19:22.235Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-03-04T22:19:22.505Z] Collecting idna<2.8,>=2.5 [2021-03-04T22:19:22.505Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-03-04T22:19:22.505Z] 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-03-04T22:19:22.775Z] Collecting docker-pycreds>=0.4.0 [2021-03-04T22:19:22.775Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-03-04T22:19:23.047Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-03-04T22:19:23.047Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-03-04T22:19:23.047Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-03-04T22:19:23.047Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-03-04T22:19:23.636Z] Installing collected packages: docopt, websocket-client, jsonschema, urllib3, idna, requests, dockerpty, PyYAML, docker-pycreds, docker, cached-property, texttable, docker-compose [2021-03-04T22:19:23.636Z] Running setup.py install for docopt: started [2021-03-04T22:19:25.594Z] Running setup.py install for docopt: finished with status 'done' [2021-03-04T22:19:25.865Z] Attempting uninstall: urllib3 [2021-03-04T22:19:25.865Z] Found existing installation: urllib3 1.25.9 [2021-03-04T22:19:25.865Z] Uninstalling urllib3-1.25.9: [2021-03-04T22:19:26.137Z] Successfully uninstalled urllib3-1.25.9 [2021-03-04T22:19:26.740Z] Attempting uninstall: idna [2021-03-04T22:19:26.740Z] Found existing installation: idna 2.9 [2021-03-04T22:19:26.740Z] Uninstalling idna-2.9: [2021-03-04T22:19:27.032Z] Successfully uninstalled idna-2.9 [2021-03-04T22:19:27.626Z] Attempting uninstall: requests [2021-03-04T22:19:27.626Z] Found existing installation: requests 2.23.0 [2021-03-04T22:19:27.626Z] Uninstalling requests-2.23.0: [2021-03-04T22:19:27.626Z] Successfully uninstalled requests-2.23.0 [2021-03-04T22:19:27.898Z] Running setup.py install for dockerpty: started [2021-03-04T22:19:29.859Z] Running setup.py install for dockerpty: finished with status 'done' [2021-03-04T22:19:29.859Z] Running setup.py install for PyYAML: started [2021-03-04T22:19:31.831Z] Running setup.py install for PyYAML: finished with status 'done' [2021-03-04T22:19:32.802Z] Running setup.py install for texttable: started [2021-03-04T22:19:34.764Z] Running setup.py install for texttable: finished with status 'done' [2021-03-04T22:19:35.354Z] 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.58.0 [2021-03-04T22:19:39.653Z] Removing intermediate container 55281820fe91 [2021-03-04T22:19:39.653Z] ---> 69ad38ab3b59 [2021-03-04T22:19:39.653Z] Step 21/26 : RUN apk --no-cache add curl [2021-03-04T22:19:39.653Z] ---> Running in 765df49e91c6 [2021-03-04T22:19:40.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-03-04T22:19:40.516Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-03-04T22:19:41.108Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-03-04T22:19:41.109Z] (2/3) Installing libcurl (7.69.1-r3) [2021-03-04T22:19:41.109Z] (3/3) Installing curl (7.69.1-r3) [2021-03-04T22:19:41.109Z] Executing busybox-1.31.1-r19.trigger [2021-03-04T22:19:41.109Z] OK: 71 MiB in 58 packages [2021-03-04T22:19:42.537Z] Removing intermediate container 765df49e91c6 [2021-03-04T22:19:42.537Z] ---> d84b68f26b7c [2021-03-04T22:19:42.537Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-03-04T22:19:42.537Z] ---> Running in ad1e11575935 [2021-03-04T22:19:43.130Z] Removing intermediate container ad1e11575935 [2021-03-04T22:19:43.130Z] ---> 7ed94236ed51 [2021-03-04T22:19:43.130Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-03-04T22:19:43.130Z] ---> Running in 648bfe6bd21a [2021-03-04T22:19:43.723Z] Removing intermediate container 648bfe6bd21a [2021-03-04T22:19:43.724Z] ---> 55fb0354916d [2021-03-04T22:19:43.724Z] Step 24/26 : LABEL arch=arm64 [2021-03-04T22:19:43.724Z] ---> Running in 7e0d3cbf0224 [2021-03-04T22:19:44.317Z] Removing intermediate container 7e0d3cbf0224 [2021-03-04T22:19:44.317Z] ---> 069b70f1f17e [2021-03-04T22:19:44.317Z] Step 25/26 : LABEL git_sha=191f7d1831594804951f64ff5fb62e04ec87ee0f [2021-03-04T22:19:44.317Z] ---> Running in 5082dc509cb2 [2021-03-04T22:19:44.911Z] Removing intermediate container 5082dc509cb2 [2021-03-04T22:19:44.911Z] ---> 89538b63e08b [2021-03-04T22:19:44.911Z] Step 26/26 : LABEL version=0.0.0 [2021-03-04T22:19:44.911Z] ---> Running in 431bf77bd5bf [2021-03-04T22:19:45.504Z] Removing intermediate container 431bf77bd5bf [2021-03-04T22:19:45.504Z] ---> 39333d18840a [2021-03-04T22:19:45.504Z] [2021-03-04T22:19:45.776Z] Successfully built 39333d18840a [2021-03-04T22:19:46.047Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-03-04T22:19:46.334Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-03-04T22:19:46.533Z] $ docker stop --time=1 b9c81ee6444406b0ce3ac9b1c7b1d0736539726b89dfc60cef3523206a55fc48 [2021-03-04T22:19:48.492Z] $ docker rm -f b9c81ee6444406b0ce3ac9b1c7b1d0736539726b89dfc60cef3523206a55fc48 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-04T22:19:49.033Z] + docker images [2021-03-04T22:19:49.033Z] + grep docker [2021-03-04T22:19:49.301Z] docker-sys-mgmt-agent-go-arm64 latest 39333d18840a 4 seconds ago 300MB [2021-03-04T22:19:49.301Z] docker-core-metadata-go-arm64 latest 68a57bc9c0a8 About a minute ago 17.9MB [2021-03-04T22:19:49.301Z] docker-core-command-go-arm64 latest c671d2675406 About a minute ago 16.2MB [2021-03-04T22:19:49.301Z] docker-security-secretstore-setup-go-arm64 latest b4928e621bad About a minute ago 23.7MB [2021-03-04T22:19:49.301Z] docker-core-data-go-arm64 latest f1dcb420d5ef 3 minutes ago 21.1MB [2021-03-04T22:19:49.301Z] docker-security-bootstrapper-go-arm64 latest c4697f85598d 3 minutes ago 17.8MB [2021-03-04T22:19:49.301Z] docker-support-notifications-go-arm64 latest a31147897e67 4 minutes ago 16.9MB [2021-03-04T22:19:49.301Z] docker-support-scheduler-go-arm64 latest 8c904ac55b53 4 minutes ago 16.3MB [2021-03-04T22:19:49.301Z] docker-security-proxy-setup-go-arm64 latest 1a11134f8ca1 4 minutes ago 23.4MB [2021-03-04T22:19:49.301Z] docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:19:50.214Z] ---> job-cost.sh [2021-03-04T22:19:50.214Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bHr8 [2021-03-04T22:20:29.177Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-03-04T22:22:51.001Z] lf-activate-venv(): INFO: Adding /tmp/venv-bHr8/bin to PATH [2021-03-04T22:22:51.001Z] INFO: No Stack... [2021-03-04T22:22:51.001Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-03-04T22:22:51.001Z] INFO: Archiving Costs [Pipeline] sh [2021-03-04T22:22:51.334Z] + cat /w/workspace/edgex-go/7/archives/cost.csv [2021-03-04T22:22:51.334Z] + cut -d, -f6 [Pipeline] lock [2021-03-04T22:22:51.463Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3215-7-stack-cost] [2021-03-04T22:22:51.472Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3215-7-stack-cost] did not exist. Created. [2021-03-04T22:22:51.473Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3215-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-03-04T22:22:51.896Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-03-04T22:22:52.203Z] Stashed 1 file(s) [Pipeline] } [2021-03-04T22:22:52.214Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3215-7-stack-cost] [Pipeline] // lock [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-03-04T22:22:53.403Z] provisioning config files... [2021-03-04T22:22:53.415Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/7@tmp/config5109190863326203630tmp [Pipeline] { [Pipeline] sh [2021-03-04T22:22:53.814Z] + set +x [2021-03-04T22:22:53.814Z] + curl -s https://codecov.io/bash [2021-03-04T22:22:53.814Z] + bash -s -- [2021-03-04T22:22:54.076Z] [2021-03-04T22:22:54.077Z] _____ _ [2021-03-04T22:22:54.077Z] / ____| | | [2021-03-04T22:22:54.077Z] | | ___ __| | ___ ___ _____ __ [2021-03-04T22:22:54.077Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-04T22:22:54.077Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-04T22:22:54.077Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-04T22:22:54.077Z] Bash-20210226-7100762 [2021-03-04T22:22:54.077Z] [2021-03-04T22:22:54.077Z] [2021-03-04T22:22:54.077Z] ==> git version 2.24.3 found [2021-03-04T22:22:54.077Z] ==> 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-03-04T22:22:54.077Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-04T22:22:54.077Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-04T22:22:54.340Z] ==> Jenkins CI detected. [2021-03-04T22:22:54.340Z] project root: . [2021-03-04T22:22:54.340Z] --> token set from env [2021-03-04T22:22:54.340Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-04T22:22:54.340Z] ==> Running gcov in . (disable via -X gcov) [2021-03-04T22:22:54.340Z] ==> Python coveragepy not found [2021-03-04T22:22:54.340Z] ==> Searching for coverage reports in: [2021-03-04T22:22:54.340Z] + . [2021-03-04T22:22:54.604Z] -> Found 1 reports [2021-03-04T22:22:54.604Z] ==> Detecting git/mercurial file structure [2021-03-04T22:22:54.604Z] ==> Reading reports [2021-03-04T22:22:54.604Z] + ./coverage.out bytes=618155 [2021-03-04T22:22:54.604Z] ==> Appending adjustments [2021-03-04T22:22:54.604Z] https://docs.codecov.io/docs/fixing-reports [2021-03-04T22:22:57.920Z] + Found adjustments [2021-03-04T22:22:57.920Z] ==> Gzipping contents [2021-03-04T22:22:57.920Z] 92K /tmp/codecov.W7OgnI.gz [2021-03-04T22:22:57.920Z] ==> Uploading reports [2021-03-04T22:22:57.920Z] url: https://codecov.io [2021-03-04T22:22:57.920Z] query: branch=PR-3215&commit=191f7d1831594804951f64ff5fb62e04ec87ee0f&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3215%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3215&job=&cmd_args= [2021-03-04T22:22:57.920Z] -> Pinging Codecov [2021-03-04T22:22:57.920Z] https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-3215&commit=191f7d1831594804951f64ff5fb62e04ec87ee0f&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3215%2F7%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3215&job=&cmd_args= [2021-03-04T22:22:58.497Z] -> Uploading to [2021-03-04T22:22:58.497Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-04/00271124DB129430A58F1EEE437C3FCB/191f7d1831594804951f64ff5fb62e04ec87ee0f/eab643c7-7302-4cad-ba5e-07b16272a508.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210304%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210304T222258Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7745e378a8a6f5fe4c346cbc52a26ca44f563d2fd7c4b7db0bd22581f73408a7 [2021-03-04T22:22:58.497Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-04T22:22:58.497Z] Dload Upload Total Spent Left Speed [2021-03-04T22:22:59.023Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 91526 0 0 100 91526 0 146k --:--:-- --:--:-- --:--:-- 146k [2021-03-04T22:22:59.023Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/191f7d1831594804951f64ff5fb62e04ec87ee0f [Pipeline] } [2021-03-04T22:22:59.033Z] 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] { (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-03-04T22:23:00.994Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:01.890Z] ---> package-listing.sh [2021-03-04T22:23:01.890Z] ++ facter osfamily [2021-03-04T22:23:01.890Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-04T22:23:01.890Z] + OS_FAMILY=redhat [2021-03-04T22:23:01.890Z] + workspace=/w/workspace/edgex-go/7 [2021-03-04T22:23:01.890Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-04T22:23:01.890Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-04T22:23:01.890Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-04T22:23:01.890Z] + PACKAGES=/tmp/packages_start.txt [2021-03-04T22:23:01.890Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-04T22:23:01.890Z] + PACKAGES=/tmp/packages_end.txt [2021-03-04T22:23:01.890Z] + case "${OS_FAMILY}" in [2021-03-04T22:23:01.890Z] + rpm -qa [2021-03-04T22:23:01.890Z] + sort [2021-03-04T22:23:07.201Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-04T22:23:07.201Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-04T22:23:07.201Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-04T22:23:07.201Z] + '[' /w/workspace/edgex-go/7 ']' [2021-03-04T22:23:07.201Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2021-03-04T22:23:07.201Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2021-03-04T22:23:07.215Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-04T22:23:07.509Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:23:07.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T22:23:07.816Z] [2021-03-04T22:23:07.816Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-04T22:23:08.170Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T22:23:08.170Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-04T22:23:08.170Z] df20fa9351a1: Pulling fs layer [2021-03-04T22:23:08.170Z] 36b3adc4ff6f: Pulling fs layer [2021-03-04T22:23:08.170Z] 8ad3a11d3b57: Pulling fs layer [2021-03-04T22:23:08.170Z] 46f8f816bc3b: Pulling fs layer [2021-03-04T22:23:08.170Z] 93b61091891f: Pulling fs layer [2021-03-04T22:23:08.170Z] 93b9cdb0e59b: Pulling fs layer [2021-03-04T22:23:08.170Z] 5e14af77c1be: Pulling fs layer [2021-03-04T22:23:08.170Z] 01666e4c0597: Pulling fs layer [2021-03-04T22:23:08.170Z] aa168da1d23b: Pulling fs layer [2021-03-04T22:23:08.170Z] 5e14af77c1be: Waiting [2021-03-04T22:23:08.170Z] 01666e4c0597: Waiting [2021-03-04T22:23:08.170Z] 93b61091891f: Waiting [2021-03-04T22:23:08.170Z] aa168da1d23b: Waiting [2021-03-04T22:23:08.170Z] 46f8f816bc3b: Waiting [2021-03-04T22:23:08.170Z] 36b3adc4ff6f: Download complete [2021-03-04T22:23:08.170Z] 46f8f816bc3b: Verifying Checksum [2021-03-04T22:23:08.170Z] 46f8f816bc3b: Download complete [2021-03-04T22:23:08.432Z] df20fa9351a1: Verifying Checksum [2021-03-04T22:23:08.432Z] df20fa9351a1: Download complete [2021-03-04T22:23:08.432Z] 93b9cdb0e59b: Verifying Checksum [2021-03-04T22:23:08.432Z] 93b9cdb0e59b: Download complete [2021-03-04T22:23:08.432Z] 5e14af77c1be: Verifying Checksum [2021-03-04T22:23:08.432Z] 5e14af77c1be: Download complete [2021-03-04T22:23:08.432Z] 93b61091891f: Verifying Checksum [2021-03-04T22:23:08.432Z] 93b61091891f: Download complete [2021-03-04T22:23:08.432Z] 01666e4c0597: Verifying Checksum [2021-03-04T22:23:08.432Z] 01666e4c0597: Download complete [2021-03-04T22:23:08.694Z] df20fa9351a1: Pull complete [2021-03-04T22:23:08.957Z] 36b3adc4ff6f: Pull complete [2021-03-04T22:23:09.221Z] 8ad3a11d3b57: Verifying Checksum [2021-03-04T22:23:09.221Z] 8ad3a11d3b57: Download complete [2021-03-04T22:23:10.177Z] 8ad3a11d3b57: Pull complete [2021-03-04T22:23:10.758Z] aa168da1d23b: Verifying Checksum [2021-03-04T22:23:10.759Z] aa168da1d23b: Download complete [2021-03-04T22:23:11.708Z] 46f8f816bc3b: Pull complete [2021-03-04T22:23:12.668Z] 93b61091891f: Pull complete [2021-03-04T22:23:12.933Z] 93b9cdb0e59b: Pull complete [2021-03-04T22:23:12.933Z] 5e14af77c1be: Pull complete [2021-03-04T22:23:13.196Z] 01666e4c0597: Pull complete [2021-03-04T22:23:21.379Z] aa168da1d23b: Pull complete [2021-03-04T22:23:21.379Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-04T22:23:21.379Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-04T22:23:21.379Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-04T22:23:21.590Z] prd-centos7-docker-4c-2g-28560 does not seem to be running inside a container [2021-03-04T22:23:21.646Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-04T22:23:32.150Z] $ docker top cab09316ab357ba444221dfcddf764ad20b31858ffb5c6fe2a42ab042f7574db -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-04T22:23:32.849Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-04T22:23:33.151Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-04T22:23:33.451Z] + ls /var/log/sa-host [2021-03-04T22:23:33.452Z] + sadf -c /var/log/sa-host/sa04 [2021-03-04T22:23:33.452Z] file_magic: OK [2021-03-04T22:23:33.452Z] HZ: Using current value: 100 [2021-03-04T22:23:33.452Z] file_header: OK [2021-03-04T22:23:33.452Z] 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-03-04T22:23:33.452Z] Statistics: [2021-03-04T22:23:33.452Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-04T22:23:33.452Z] File successfully converted to sysstat format version 12.2.1 [2021-03-04T22:23:33.452Z] + sadf -c /var/log/sa-host/sa23 [2021-03-04T22:23:33.452Z] file_magic: OK [2021-03-04T22:23:33.452Z] HZ: Using current value: 100 [2021-03-04T22:23:33.452Z] file_header: OK [2021-03-04T22:23:33.452Z] 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-03-04T22:23:33.452Z] Statistics: [2021-03-04T22:23:33.452Z] Hnuu...uuuununununu... [2021-03-04T22:23:33.452Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-04T22:23:33.671Z] provisioning config files... [2021-03-04T22:23:33.686Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config3892933010429762751tmp [Pipeline] { [Pipeline] echo [2021-03-04T22:23:33.789Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:34.091Z] ---> create-netrc.sh [Pipeline] } [2021-03-04T22:23:34.100Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-04T22:23:34.193Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:34.493Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-04T22:23:34.505Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:34.804Z] ---> sudo-logs.sh [2021-03-04T22:23:34.805Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-04T22:23:34.873Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:35.173Z] ---> job-cost.sh [2021-03-04T22:23:35.174Z] lf-activate-venv: SKIPPING [2021-03-04T22:23:35.174Z] DEBUG: total: 0.20999999344348907 [2021-03-04T22:23:35.174Z] INFO: Retrieving Stack Cost... [2021-03-04T22:23:36.565Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-04T22:23:36.828Z] INFO: Archiving Costs [Pipeline] echo [2021-03-04T22:23:36.841Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-04T22:23:37.140Z] ---> logs-deploy.sh [2021-03-04T22:23:37.140Z] lf-activate-venv: SKIPPING [2021-03-04T22:23:37.140Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3215/7 [2021-03-04T22:23:37.140Z] INFO: archiving workspace using pattern(s): [2021-03-04T22:23:38.534Z] Archives upload complete. [2021-03-04T22:23:38.796Z] INFO: archiving logs to Nexus